Trace number 44778

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? 400.721 371.971

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/MIPLIB/
miplib2003/normalized-mps-v2-20-10-ds.opb
MD5SUM7478f253a8ff3e29c2a001743623a20c
Bench CategoryOPT-BIGINT (optimisation, big integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark764056
Best CPU time to get the best result obtained on this benchmark1801.35
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 764056
Optimality of the best value was proved NO
Number of variables1354640
Total number of constraints656
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints656
Minimum length of a constraint640
Maximum length of a constraint129180
Number of terms in the objective function 1354640
Biggest coefficient in the objective function 1732247552
Number of bits for the biggest coefficient in the objective function 31
Sum of the numbers in the objective function 49715233983525
Number of bits of the sum of numbers in the objective function 46
Biggest number in a constraint 1732247552
Number of bits of the biggest number in a constraint 31
Biggest sum of numbers in a constraint 49715233983525
Number of bits of the biggest sum of numbers46
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data (download as text)

0.16	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.16	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.16	c no version file found!!!
0.16	c sun.arch.data.model	32
0.16	c java.version	1.5.0_06
0.17	c os.name	Linux
0.17	c os.version	2.6.9-22.EL.rootsmp
0.17	c os.arch	i386
0.17	c Free memory 1548419056
0.17	c Max memory 1551040512
0.17	c Total memory 1551040512
0.17	c Number of processors 2
0.22	c Cutting planes based inference
0.22	c --- Begin Solver configuration ---
0.22	c org.sat4j.minisat.uip.FirstUIP@1037c71
0.22	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@1df073d
0.22	c org.sat4j.minisat.learning.MiniSATLearning@1546e25
0.22	c conflictBoundIncFactor=1.5 learntBoundIncFactor=1.1 initLearntBoundConstraintFactor=10000.0 initConflictBound=100 
0.22	c VSIDS like heuristics from MiniSAT using a heap
0.22	c No reason simplification
0.22	c --- End Solver configuration ---
0.22	c solving ROOT/tmp/node13/44778-1149316612/instance-44778-1149316612.opb
0.22	c reading problem ... 
367.30	Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
371.71	c starts		: 0
371.71	c conflicts		: 0
371.71	c decisions		: 0
371.71	c propagations		: 0
371.71	c inspects		: 0
371.71	c learnt literals	: 0
371.71	c learnt binary clauses	: 0
371.71	c learnt ternary clauses	: 0
371.71	c learnt clauses	: 0
371.71	c root simplifications	: 0
371.71	c removed literals (reason simplification)	: 0
371.71	c reason swapping (by a shorter reason)	: 0
371.71	c Calls to reduceDB	: 0
371.71	c speed (decisions/second)	: 0.0
371.71	c non guided choices	0
371.71	s UNKNOWN
371.71	c Total wall clock time (ms): 371.493

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

Current StackSize limit: 67108864 bytes

/proc/loadavg: 0.73 0.91 0.97 2/64 24677
/proc/meminfo: memFree=1080312/2055920 swapFree=4181416/4192956
[pid=24677] ppid=24675 vsize=168 CPUtime=0
/proc/24677/stat : 24677 (java) R 24675 24677 24631 0 -1 0 39 0 0 0 0 0 0 0 18 0 1 0 197329821 172032 23 18446744073709551615 134512640 134570276 4294956624 18446744073709551615 11878699 0 0 4096 0 0 0 0 17 1 0 0
/proc/24677/statm: 42 23 18 14 0 2 0

[startup+10.0022 s]
/proc/loadavg: 0.77 0.92 0.97 2/75 24688
/proc/meminfo: memFree=752736/2055920 swapFree=4181416/4192956
[pid=24677] ppid=24675 vsize=1715776 CPUtime=12.35
/proc/24677/stat : 24677 (java) R 24675 24677 24631 0 -1 0 85908 0 1 0 1194 41 0 0 19 0 12 0 197329821 1756954624 83567 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071451417 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/24677/statm: 428944 83567 1885 14 0 415691 0
[pid=24677/tid=24678] ppid=24675 vsize=1715776 CPUtime=1.67
/proc/24677/task/24678/stat : 24678 (java) S 24675 24677 24631 0 -1 64 25132 0 0 0 157 10 0 0 19 0 12 0 197329826 1756954624 83567 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24677/tid=24679] ppid=24675 vsize=1715776 CPUtime=1.67
/proc/24677/task/24679/stat : 24679 (java) S 24675 24677 24631 0 -1 64 22293 0 0 0 155 12 0 0 18 0 12 0 197329826 1756954624 83567 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24677/tid=24680] ppid=24675 vsize=1715776 CPUtime=0
/proc/24677/task/24680/stat : 24680 (java) S 24675 24677 24631 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 197329829 1756954624 83567 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=24677/tid=24681] ppid=24675 vsize=1715776 CPUtime=0
/proc/24677/task/24681/stat : 24681 (java) S 24675 24677 24631 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 197329829 1756954624 83567 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24677/tid=24682] ppid=24675 vsize=1715776 CPUtime=0
/proc/24677/task/24682/stat : 24682 (java) S 24675 24677 24631 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 197329829 1756954624 83567 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24677/tid=24683] ppid=24675 vsize=1715776 CPUtime=0
/proc/24677/task/24683/stat : 24683 (java) S 24675 24677 24631 0 -1 64 0 0 0 0 0 0 0 0 23 0 12 0 197329833 1756954624 83567 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24677/tid=24684] ppid=24675 vsize=1715776 CPUtime=0
/proc/24677/task/24684/stat : 24684 (java) S 24675 24677 24631 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 197329833 1756954624 83567 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24677/tid=24685] ppid=24675 vsize=1715776 CPUtime=0.4
/proc/24677/task/24685/stat : 24685 (java) S 24675 24677 24631 0 -1 64 558 0 0 0 40 0 0 0 16 0 12 0 197329833 1756954624 83567 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24677/tid=24686] ppid=24675 vsize=1715776 CPUtime=0.53
/proc/24677/task/24686/stat : 24686 (java) S 24675 24677 24631 0 -1 64 1406 0 0 0 53 0 0 0 16 0 12 0 197329833 1756954624 83567 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24677/tid=24687] ppid=24675 vsize=1715776 CPUtime=0
/proc/24677/task/24687/stat : 24687 (java) S 24675 24677 24631 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 197329833 1756954624 83567 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24677/tid=24688] ppid=24675 vsize=1715776 CPUtime=0
/proc/24677/task/24688/stat : 24688 (java) S 24675 24677 24631 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 197329833 1756954624 83567 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.35
Current children cumulated vsize (Kb) 1715776

[startup+20.0115 s]
/proc/loadavg: 0.81 0.92 0.97 2/75 24688
/proc/meminfo: memFree=610656/2055920 swapFree=4181416/4192956
[pid=24677] ppid=24675 vsize=1717056 CPUtime=24.7
/proc/24677/stat : 24677 (java) R 24675 24677 24631 0 -1 0 123982 0 1 0 2409 61 0 0 17 0 12 0 197329821 1758265344 119029 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4152709488 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/24677/statm: 429264 119029 1887 14 0 416011 0
[pid=24677/tid=24678] ppid=24675 vsize=1717056 CPUtime=4.01
/proc/24677/task/24678/stat : 24678 (java) S 24675 24677 24631 0 -1 64 39709 0 0 0 382 19 0 0 16 0 12 0 197329826 1758265344 119029 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24677/tid=24679] ppid=24675 vsize=1717056 CPUtime=4.02
/proc/24677/task/24679/stat : 24679 (java) S 24675 24677 24631 0 -1 64 45763 0 0 0 378 24 0 0 16 0 12 0 197329826 1758265344 119029 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24677/tid=24680] ppid=24675 vsize=1717056 CPUtime=0
/proc/24677/task/24680/stat : 24680 (java) S 24675 24677 24631 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 197329829 1758265344 119029 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=24677/tid=24681] ppid=24675 vsize=1717056 CPUtime=0
/proc/24677/task/24681/stat : 24681 (java) S 24675 24677 24631 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 197329829 1758265344 119029 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24677/tid=24682] ppid=24675 vsize=1717056 CPUtime=0
/proc/24677/task/24682/stat : 24682 (java) S 24675 24677 24631 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 197329829 1758265344 119029 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24677/tid=24683] ppid=24675 vsize=1717056 CPUtime=0
/proc/24677/task/24683/stat : 24683 (java) S 24675 24677 24631 0 -1 64 0 0 0 0 0 0 0 0 23 0 12 0 197329833 1758265344 119029 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24677/tid=24684] ppid=24675 vsize=1717056 CPUtime=0
/proc/24677/task/24684/stat : 24684 (java) S 24675 24677 24631 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 197329833 1758265344 119029 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24677/tid=24685] ppid=24675 vsize=1717056 CPUtime=0.42
/proc/24677/task/24685/stat : 24685 (java) S 24675 24677 24631 0 -1 64 560 0 0 0 42 0 0 0 16 0 12 0 197329833 1758265344 119029 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24677/tid=24686] ppid=24675 vsize=1717056 CPUtime=0.56
/proc/24677/task/24686/stat : 24686 (java) S 24675 24677 24631 0 -1 64 1408 0 0 0 56 0 0 0 16 0 12 0 197329833 1758265344 119029 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24677/tid=24687] ppid=24675 vsize=1717056 CPUtime=0
/proc/24677/task/24687/stat : 24687 (java) S 24675 24677 24631 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 197329833 1758265344 119029 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24677/tid=24688] ppid=24675 vsize=1717056 CPUtime=0
/proc/24677/task/24688/stat : 24688 (java) S 24675 24677 24631 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 197329833 1758265344 119029 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 24.7
Current children cumulated vsize (Kb) 1717056

[startup+30.0251 s]
/proc/loadavg: 0.84 0.92 0.97 2/75 24688
/proc/meminfo: memFree=533152/2055920 swapFree=4181416/4192956
[pid=24677] ppid=24675 vsize=1717056 CPUtime=36.36
/proc/24677/stat : 24677 (java) R 24675 24677 24631 0 -1 0 145681 0 1 0 3563 73 0 0 17 0 12 0 197329821 1758265344 138366 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071334522 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/24677/statm: 429264 138366 1887 14 0 416011 0
[pid=24677/tid=24678] ppid=24675 vsize=1717056 CPUtime=5.67
/proc/24677/task/24678/stat : 24678 (java) S 24675 24677 24631 0 -1 64 50504 0 0 0 543 24 0 0 16 0 12 0 197329826 1758265344 138366 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24677/tid=24679] ppid=24675 vsize=1717056 CPUtime=5.68
/proc/24677/task/24679/stat : 24679 (java) S 24675 24677 24631 0 -1 64 56600 0 0 0 539 29 0 0 16 0 12 0 197329826 1758265344 138366 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24677/tid=24680] ppid=24675 vsize=1717056 CPUtime=0
/proc/24677/task/24680/stat : 24680 (java) S 24675 24677 24631 0 -1 64 20 0 0 0 0 0 0 0 16 0 12 0 197329829 1758265344 138366 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=24677/tid=24681] ppid=24675 vsize=1717056 CPUtime=0
/proc/24677/task/24681/stat : 24681 (java) S 24675 24677 24631 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 197329829 1758265344 138366 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24677/tid=24682] ppid=24675 vsize=1717056 CPUtime=0
/proc/24677/task/24682/stat : 24682 (java) S 24675 24677 24631 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 197329829 1758265344 138366 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24677/tid=24683] ppid=24675 vsize=1717056 CPUtime=0
/proc/24677/task/24683/stat : 24683 (java) S 24675 24677 24631 0 -1 64 0 0 0 0 0 0 0 0 23 0 12 0 197329833 1758265344 138366 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24677/tid=24684] ppid=24675 vsize=1717056 CPUtime=0
/proc/24677/task/24684/stat : 24684 (java) S 24675 24677 24631 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 197329833 1758265344 138366 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24677/tid=24685] ppid=24675 vsize=1717056 CPUtime=0.42
/proc/24677/task/24685/stat : 24685 (java) S 24675 24677 24631 0 -1 64 560 0 0 0 42 0 0 0 16 0 12 0 197329833 1758265344 138366 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24677/tid=24686] ppid=24675 vsize=1717056 CPUtime=0.57
/proc/24677/task/24686/stat : 24686 (java) S 24675 24677 24631 0 -1 64 1449 0 0 0 57 0 0 0 16 0 12 0 197329833 1758265344 138366 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24677/tid=24687] ppid=24675 vsize=1717056 CPUtime=0
/proc/24677/task/24687/stat : 24687 (java) S 24675 24677 24631 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 197329833 1758265344 138366 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24677/tid=24688] ppid=24675 vsize=1717056 CPUtime=0
/proc/24677/task/24688/stat : 24688 (java) S 24675 24677 24631 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 197329833 1758265344 138366 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 36.36
Current children cumulated vsize (Kb) 1717056

[startup+40.0334 s]
/proc/loadavg: 0.94 0.94 0.97 2/75 24688
/proc/meminfo: memFree=450592/2055920 swapFree=4181416/4192956
[pid=24677] ppid=24675 vsize=1717056 CPUtime=47.74
/proc/24677/stat : 24677 (java) R 24675 24677 24631 0 -1 0 167138 0 1 0 4689 85 0 0 19 0 12 0 197329821 1758265344 158962 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071443815 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/24677/statm: 429264 158962 1887 14 0 416011 0
[pid=24677/tid=24678] ppid=24675 vsize=1717056 CPUtime=7.04
/proc/24677/task/24678/stat : 24678 (java) S 24675 24677 24631 0 -1 64 60959 0 0 0 674 30 0 0 16 0 12 0 197329826 1758265344 158962 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24677/tid=24679] ppid=24675 vsize=1717056 CPUtime=7.06
/proc/24677/task/24679/stat : 24679 (java) S 24675 24677 24631 0 -1 64 67586 0 0 0 672 34 0 0 16 0 12 0 197329826 1758265344 158962 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24677/tid=24680] ppid=24675 vsize=1717056 CPUtime=0
/proc/24677/task/24680/stat : 24680 (java) S 24675 24677 24631 0 -1 64 24 0 0 0 0 0 0 0 16 0 12 0 197329829 1758265344 158962 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=24677/tid=24681] ppid=24675 vsize=1717056 CPUtime=0
/proc/24677/task/24681/stat : 24681 (java) S 24675 24677 24631 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 197329829 1758265344 158962 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24677/tid=24682] ppid=24675 vsize=1717056 CPUtime=0
/proc/24677/task/24682/stat : 24682 (java) S 24675 24677 24631 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 197329829 1758265344 158962 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24677/tid=24683] ppid=24675 vsize=1717056 CPUtime=0
/proc/24677/task/24683/stat : 24683 (java) S 24675 24677 24631 0 -1 64 0 0 0 0 0 0 0 0 23 0 12 0 197329833 1758265344 158962 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24677/tid=24684] ppid=24675 vsize=1717056 CPUtime=0
/proc/24677/task/24684/stat : 24684 (java) S 24675 24677 24631 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 197329833 1758265344 158962 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24677/tid=24685] ppid=24675 vsize=1717056 CPUtime=0.42
/proc/24677/task/24685/stat : 24685 (java) S 24675 24677 24631 0 -1 64 560 0 0 0 42 0 0 0 16 0 12 0 197329833 1758265344 158962 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24677/tid=24686] ppid=24675 vsize=1717056 CPUtime=0.57
/proc/24677/task/24686/stat : 24686 (java) S 24675 24677 24631 0 -1 64 1449 0 0 0 57 0 0 0 16 0 12 0 197329833 1758265344 158962 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24677/tid=24687] ppid=24675 vsize=1717056 CPUtime=0
/proc/24677/task/24687/stat : 24687 (java) S 24675 24677 24631 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 197329833 1758265344 158962 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24677/tid=24688] ppid=24675 vsize=1717056 CPUtime=0
/proc/24677/task/24688/stat : 24688 (java) S 24675 24677 24631 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 197329833 1758265344 158962 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 47.74
Current children cumulated vsize (Kb) 1717056

[startup+50.0408 s]
/proc/loadavg: 0.95 0.94 0.97 2/75 24688
/proc/meminfo: memFree=365408/2055920 swapFree=4181416/4192956
[pid=24677] ppid=24675 vsize=1717056 CPUtime=59.31
/proc/24677/stat : 24677 (java) R 24675 24677 24631 0 -1 0 189762 0 1 0 5831 100 0 0 17 0 12 0 197329821 1758265344 180230 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071546233 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/24677/statm: 429264 180230 1887 14 0 416011 0
[pid=24677/tid=24678] ppid=24675 vsize=1717056 CPUtime=8.61
/proc/24677/task/24678/stat : 24678 (java) S 24675 24677 24631 0 -1 64 71186 0 0 0 824 37 0 0 17 0 12 0 197329826 1758265344 180230 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24677/tid=24679] ppid=24675 vsize=1717056 CPUtime=8.62
/proc/24677/task/24679/stat : 24679 (java) S 24675 24677 24631 0 -1 64 79966 0 0 0 822 40 0 0 16 0 12 0 197329826 1758265344 180230 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24677/tid=24680] ppid=24675 vsize=1717056 CPUtime=0
/proc/24677/task/24680/stat : 24680 (java) S 24675 24677 24631 0 -1 64 28 0 0 0 0 0 0 0 15 0 12 0 197329829 1758265344 180230 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=24677/tid=24681] ppid=24675 vsize=1717056 CPUtime=0
/proc/24677/task/24681/stat : 24681 (java) S 24675 24677 24631 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 197329829 1758265344 180230 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24677/tid=24682] ppid=24675 vsize=1717056 CPUtime=0
/proc/24677/task/24682/stat : 24682 (java) S 24675 24677 24631 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 197329829 1758265344 180230 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24677/tid=24683] ppid=24675 vsize=1717056 CPUtime=0
/proc/24677/task/24683/stat : 24683 (java) S 24675 24677 24631 0 -1 64 0 0 0 0 0 0 0 0 23 0 12 0 197329833 1758265344 180230 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24677/tid=24684] ppid=24675 vsize=1717056 CPUtime=0
/proc/24677/task/24684/stat : 24684 (java) S 24675 24677 24631 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 197329833 1758265344 180230 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24677/tid=24685] ppid=24675 vsize=1717056 CPUtime=0.43
/proc/24677/task/24685/stat : 24685 (java) S 24675 24677 24631 0 -1 64 561 0 0 0 43 0 0 0 16 0 12 0 197329833 1758265344 180230 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24677/tid=24686] ppid=24675 vsize=1717056 CPUtime=0.57
/proc/24677/task/24686/stat : 24686 (java) S 24675 24677 24631 0 -1 64 1449 0 0 0 57 0 0 0 16 0 12 0 197329833 1758265344 180230 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24677/tid=24687] ppid=24675 vsize=1717056 CPUtime=0
/proc/24677/task/24687/stat : 24687 (java) S 24675 24677 24631 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 197329833 1758265344 180230 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24677/tid=24688] ppid=24675 vsize=1717056 CPUtime=0
/proc/24677/task/24688/stat : 24688 (java) S 24675 24677 24631 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 197329833 1758265344 180230 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 59.31
Current children cumulated vsize (Kb) 1717056

[startup+60.0481 s]
/proc/loadavg: 0.96 0.94 0.97 2/75 24688
/proc/meminfo: memFree=283744/2055920 swapFree=4181416/4192956
[pid=24677] ppid=24675 vsize=1717056 CPUtime=70.85
/proc/24677/stat : 24677 (java) R 24675 24677 24631 0 -1 0 212542 0 1 0 6972 113 0 0 17 0 12 0 197329821 1758265344 200557 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071438031 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/24677/statm: 429264 200557 1887 14 0 416011 0
[pid=24677/tid=24678] ppid=24675 vsize=1717056 CPUtime=10.15
/proc/24677/task/24678/stat : 24678 (java) S 24675 24677 24631 0 -1 64 83208 0 0 0 972 43 0 0 17 0 12 0 197329826 1758265344 200557 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24677/tid=24679] ppid=24675 vsize=1717056 CPUtime=10.16
/proc/24677/task/24679/stat : 24679 (java) S 24675 24677 24631 0 -1 64 90708 0 0 0 971 45 0 0 16 0 12 0 197329826 1758265344 200557 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24677/tid=24680] ppid=24675 vsize=1717056 CPUtime=0
/proc/24677/task/24680/stat : 24680 (java) S 24675 24677 24631 0 -1 64 32 0 0 0 0 0 0 0 15 0 12 0 197329829 1758265344 200557 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=24677/tid=24681] ppid=24675 vsize=1717056 CPUtime=0
/proc/24677/task/24681/stat : 24681 (java) S 24675 24677 24631 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 197329829 1758265344 200557 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24677/tid=24682] ppid=24675 vsize=1717056 CPUtime=0
/proc/24677/task/24682/stat : 24682 (java) S 24675 24677 24631 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 197329829 1758265344 200557 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24677/tid=24683] ppid=24675 vsize=1717056 CPUtime=0
/proc/24677/task/24683/stat : 24683 (java) S 24675 24677 24631 0 -1 64 0 0 0 0 0 0 0 0 23 0 12 0 197329833 1758265344 200557 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24677/tid=24684] ppid=24675 vsize=1717056 CPUtime=0
/proc/24677/task/24684/stat : 24684 (java) S 24675 24677 24631 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 197329833 1758265344 200557 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24677/tid=24685] ppid=24675 vsize=1717056 CPUtime=0.43
/proc/24677/task/24685/stat : 24685 (java) S 24675 24677 24631 0 -1 64 561 0 0 0 43 0 0 0 16 0 12 0 197329833 1758265344 200557 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24677/tid=24686] ppid=24675 vsize=1717056 CPUtime=0.57
/proc/24677/task/24686/stat : 24686 (java) S 24675 24677 24631 0 -1 64 1449 0 0 0 57 0 0 0 16 0 12 0 197329833 1758265344 200557 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24677/tid=24687] ppid=24675 vsize=1717056 CPUtime=0
/proc/24677/task/24687/stat : 24687 (java) S 24675 24677 24631 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 197329833 1758265344 200557 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24677/tid=24688] ppid=24675 vsize=1717056 CPUtime=0
/proc/24677/task/24688/stat : 24688 (java) S 24675 24677 24631 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 197329833 1758265344 200557 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0

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

[pid=24677/tid=24688] ppid=24675 vsize=1733060 CPUtime=0
/proc/24677/task/24688/stat : 24688 (java) S 24675 24677 24631 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 197329833 1774653440 392163 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 339.03
Current children cumulated vsize (Kb) 1733060

[startup+320.259 s]
/proc/loadavg: 1.01 1.00 0.99 2/75 24688
/proc/meminfo: memFree=21288/2055920 swapFree=4181416/4192956
[pid=24677] ppid=24675 vsize=1733060 CPUtime=349.03
/proc/24677/stat : 24677 (java) S 24675 24677 24631 0 -1 0 601565 0 1 0 34587 316 0 0 17 0 12 0 197329821 1774653440 392165 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/24677/statm: 433265 392165 1889 14 0 420012 0
[pid=24677/tid=24678] ppid=24675 vsize=1733060 CPUtime=28.42
/proc/24677/task/24678/stat : 24678 (java) S 24675 24677 24631 0 -1 64 184092 0 0 0 2741 101 0 0 16 0 12 0 197329826 1774653440 392165 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24677/tid=24679] ppid=24675 vsize=1733060 CPUtime=28.4
/proc/24677/task/24679/stat : 24679 (java) S 24675 24677 24631 0 -1 64 189968 0 0 0 2746 94 0 0 16 0 12 0 197329826 1774653440 392165 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24677/tid=24680] ppid=24675 vsize=1733060 CPUtime=139.2
/proc/24677/task/24680/stat : 24680 (java) R 24675 24677 24631 0 -1 64 188759 0 0 0 13837 83 0 0 22 0 12 0 197329829 1774653440 392165 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4154649000 0 0 0 23759 0 0 0 -1 0 0 0
[pid=24677/tid=24681] ppid=24675 vsize=1733060 CPUtime=0
/proc/24677/task/24681/stat : 24681 (java) S 24675 24677 24631 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 197329829 1774653440 392165 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24677/tid=24682] ppid=24675 vsize=1733060 CPUtime=0
/proc/24677/task/24682/stat : 24682 (java) S 24675 24677 24631 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 197329829 1774653440 392165 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24677/tid=24683] ppid=24675 vsize=1733060 CPUtime=0
/proc/24677/task/24683/stat : 24683 (java) S 24675 24677 24631 0 -1 64 0 0 0 0 0 0 0 0 23 0 12 0 197329833 1774653440 392165 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24677/tid=24684] ppid=24675 vsize=1733060 CPUtime=0
/proc/24677/task/24684/stat : 24684 (java) S 24675 24677 24631 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 197329833 1774653440 392165 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24677/tid=24685] ppid=24675 vsize=1733060 CPUtime=0.45
/proc/24677/task/24685/stat : 24685 (java) S 24675 24677 24631 0 -1 64 564 0 0 0 45 0 0 0 16 0 12 0 197329833 1774653440 392165 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24677/tid=24686] ppid=24675 vsize=1733060 CPUtime=0.58
/proc/24677/task/24686/stat : 24686 (java) S 24675 24677 24631 0 -1 64 1449 0 0 0 58 0 0 0 16 0 12 0 197329833 1774653440 392165 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24677/tid=24687] ppid=24675 vsize=1733060 CPUtime=0
/proc/24677/task/24687/stat : 24687 (java) S 24675 24677 24631 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 197329833 1774653440 392165 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24677/tid=24688] ppid=24675 vsize=1733060 CPUtime=0
/proc/24677/task/24688/stat : 24688 (java) S 24675 24677 24631 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 197329833 1774653440 392165 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 349.03
Current children cumulated vsize (Kb) 1733060

[startup+330.267 s]
/proc/loadavg: 1.01 1.00 0.99 2/75 24688
/proc/meminfo: memFree=26408/2055920 swapFree=4181416/4192956
[pid=24677] ppid=24675 vsize=1725060 CPUtime=359.03
/proc/24677/stat : 24677 (java) S 24675 24677 24631 0 -1 0 616514 0 1 0 35580 323 0 0 17 0 12 0 197329821 1766461440 390881 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/24677/statm: 431265 390881 1889 14 0 418012 0
[pid=24677/tid=24678] ppid=24675 vsize=1725060 CPUtime=28.42
/proc/24677/task/24678/stat : 24678 (java) S 24675 24677 24631 0 -1 64 184092 0 0 0 2741 101 0 0 16 0 12 0 197329826 1766461440 390881 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24677/tid=24679] ppid=24675 vsize=1725060 CPUtime=28.4
/proc/24677/task/24679/stat : 24679 (java) S 24675 24677 24631 0 -1 64 189968 0 0 0 2746 94 0 0 16 0 12 0 197329826 1766461440 390881 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24677/tid=24680] ppid=24675 vsize=1725060 CPUtime=148.67
/proc/24677/task/24680/stat : 24680 (java) R 24675 24677 24631 0 -1 64 203705 0 0 0 14777 90 0 0 17 0 12 0 197329829 1766461440 390881 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4154642372 0 0 0 23759 0 0 0 -1 0 0 0
[pid=24677/tid=24681] ppid=24675 vsize=1725060 CPUtime=0
/proc/24677/task/24681/stat : 24681 (java) S 24675 24677 24631 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 197329829 1766461440 390881 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24677/tid=24682] ppid=24675 vsize=1725060 CPUtime=0
/proc/24677/task/24682/stat : 24682 (java) S 24675 24677 24631 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 197329829 1766461440 390881 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24677/tid=24683] ppid=24675 vsize=1725060 CPUtime=0
/proc/24677/task/24683/stat : 24683 (java) S 24675 24677 24631 0 -1 64 0 0 0 0 0 0 0 0 23 0 12 0 197329833 1766461440 390881 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24677/tid=24684] ppid=24675 vsize=1725060 CPUtime=0
/proc/24677/task/24684/stat : 24684 (java) S 24675 24677 24631 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 197329833 1766461440 390881 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24677/tid=24685] ppid=24675 vsize=1725060 CPUtime=0.45
/proc/24677/task/24685/stat : 24685 (java) S 24675 24677 24631 0 -1 64 564 0 0 0 45 0 0 0 16 0 12 0 197329833 1766461440 390881 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24677/tid=24686] ppid=24675 vsize=1725060 CPUtime=0.58
/proc/24677/task/24686/stat : 24686 (java) S 24675 24677 24631 0 -1 64 1449 0 0 0 58 0 0 0 16 0 12 0 197329833 1766461440 390881 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24677/tid=24687] ppid=24675 vsize=1725060 CPUtime=0
/proc/24677/task/24687/stat : 24687 (java) S 24675 24677 24631 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 197329833 1766461440 390881 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24677/tid=24688] ppid=24675 vsize=1725060 CPUtime=0
/proc/24677/task/24688/stat : 24688 (java) S 24675 24677 24631 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 197329833 1766461440 390881 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 359.03
Current children cumulated vsize (Kb) 1725060

[startup+340.275 s]
/proc/loadavg: 1.01 1.00 0.99 2/75 24688
/proc/meminfo: memFree=26344/2055920 swapFree=4181416/4192956
[pid=24677] ppid=24675 vsize=1725060 CPUtime=369.04
/proc/24677/stat : 24677 (java) S 24675 24677 24631 0 -1 0 628677 0 1 0 36576 328 0 0 17 0 12 0 197329821 1766461440 390883 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/24677/statm: 431265 390883 1889 14 0 418012 0
[pid=24677/tid=24678] ppid=24675 vsize=1725060 CPUtime=28.42
/proc/24677/task/24678/stat : 24678 (java) S 24675 24677 24631 0 -1 64 184092 0 0 0 2741 101 0 0 16 0 12 0 197329826 1766461440 390883 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24677/tid=24679] ppid=24675 vsize=1725060 CPUtime=28.4
/proc/24677/task/24679/stat : 24679 (java) S 24675 24677 24631 0 -1 64 189968 0 0 0 2746 94 0 0 16 0 12 0 197329826 1766461440 390883 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24677/tid=24680] ppid=24675 vsize=1725060 CPUtime=158.27
/proc/24677/task/24680/stat : 24680 (java) R 24675 24677 24631 0 -1 64 215866 0 0 0 15732 95 0 0 17 0 12 0 197329829 1766461440 390883 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4152716144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=24677/tid=24681] ppid=24675 vsize=1725060 CPUtime=0
/proc/24677/task/24681/stat : 24681 (java) S 24675 24677 24631 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 197329829 1766461440 390883 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24677/tid=24682] ppid=24675 vsize=1725060 CPUtime=0
/proc/24677/task/24682/stat : 24682 (java) S 24675 24677 24631 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 197329829 1766461440 390883 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24677/tid=24683] ppid=24675 vsize=1725060 CPUtime=0
/proc/24677/task/24683/stat : 24683 (java) S 24675 24677 24631 0 -1 64 0 0 0 0 0 0 0 0 23 0 12 0 197329833 1766461440 390883 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24677/tid=24684] ppid=24675 vsize=1725060 CPUtime=0
/proc/24677/task/24684/stat : 24684 (java) S 24675 24677 24631 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 197329833 1766461440 390883 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24677/tid=24685] ppid=24675 vsize=1725060 CPUtime=0.45
/proc/24677/task/24685/stat : 24685 (java) S 24675 24677 24631 0 -1 64 564 0 0 0 45 0 0 0 16 0 12 0 197329833 1766461440 390883 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24677/tid=24686] ppid=24675 vsize=1725060 CPUtime=0.58
/proc/24677/task/24686/stat : 24686 (java) S 24675 24677 24631 0 -1 64 1449 0 0 0 58 0 0 0 16 0 12 0 197329833 1766461440 390883 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24677/tid=24687] ppid=24675 vsize=1725060 CPUtime=0
/proc/24677/task/24687/stat : 24687 (java) S 24675 24677 24631 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 197329833 1766461440 390883 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24677/tid=24688] ppid=24675 vsize=1725060 CPUtime=0
/proc/24677/task/24688/stat : 24688 (java) S 24675 24677 24631 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 197329833 1766461440 390883 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 369.04
Current children cumulated vsize (Kb) 1725060

[startup+350.282 s]
/proc/loadavg: 1.01 1.00 0.99 2/75 24688
/proc/meminfo: memFree=26216/2055920 swapFree=4181416/4192956
[pid=24677] ppid=24675 vsize=1725060 CPUtime=379.05
/proc/24677/stat : 24677 (java) S 24675 24677 24631 0 -1 0 640877 0 1 0 37571 334 0 0 17 0 12 0 197329821 1766461440 390917 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/24677/statm: 431265 390917 1889 14 0 418012 0
[pid=24677/tid=24678] ppid=24675 vsize=1725060 CPUtime=28.42
/proc/24677/task/24678/stat : 24678 (java) S 24675 24677 24631 0 -1 64 184092 0 0 0 2741 101 0 0 16 0 12 0 197329826 1766461440 390917 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24677/tid=24679] ppid=24675 vsize=1725060 CPUtime=28.4
/proc/24677/task/24679/stat : 24679 (java) S 24675 24677 24631 0 -1 64 189968 0 0 0 2746 94 0 0 16 0 12 0 197329826 1766461440 390917 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24677/tid=24680] ppid=24675 vsize=1725060 CPUtime=167.98
/proc/24677/task/24680/stat : 24680 (java) R 24675 24677 24631 0 -1 64 228064 0 0 0 16698 100 0 0 17 0 12 0 197329829 1766461440 390917 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4154472577 0 0 0 23759 0 0 0 -1 0 0 0
[pid=24677/tid=24681] ppid=24675 vsize=1725060 CPUtime=0
/proc/24677/task/24681/stat : 24681 (java) S 24675 24677 24631 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 197329829 1766461440 390917 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24677/tid=24682] ppid=24675 vsize=1725060 CPUtime=0
/proc/24677/task/24682/stat : 24682 (java) S 24675 24677 24631 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 197329829 1766461440 390917 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24677/tid=24683] ppid=24675 vsize=1725060 CPUtime=0
/proc/24677/task/24683/stat : 24683 (java) S 24675 24677 24631 0 -1 64 0 0 0 0 0 0 0 0 23 0 12 0 197329833 1766461440 390917 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24677/tid=24684] ppid=24675 vsize=1725060 CPUtime=0
/proc/24677/task/24684/stat : 24684 (java) S 24675 24677 24631 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 197329833 1766461440 390917 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24677/tid=24685] ppid=24675 vsize=1725060 CPUtime=0.45
/proc/24677/task/24685/stat : 24685 (java) S 24675 24677 24631 0 -1 64 564 0 0 0 45 0 0 0 16 0 12 0 197329833 1766461440 390917 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24677/tid=24686] ppid=24675 vsize=1725060 CPUtime=0.58
/proc/24677/task/24686/stat : 24686 (java) S 24675 24677 24631 0 -1 64 1449 0 0 0 58 0 0 0 16 0 12 0 197329833 1766461440 390917 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24677/tid=24687] ppid=24675 vsize=1725060 CPUtime=0
/proc/24677/task/24687/stat : 24687 (java) S 24675 24677 24631 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 197329833 1766461440 390917 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24677/tid=24688] ppid=24675 vsize=1725060 CPUtime=0
/proc/24677/task/24688/stat : 24688 (java) S 24675 24677 24631 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 197329833 1766461440 390917 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 379.05
Current children cumulated vsize (Kb) 1725060

[startup+360.289 s]
/proc/loadavg: 1.01 1.00 0.99 2/75 24688
/proc/meminfo: memFree=21160/2055920 swapFree=4181416/4192956
[pid=24677] ppid=24675 vsize=1733060 CPUtime=389.05
/proc/24677/stat : 24677 (java) S 24675 24677 24631 0 -1 0 656299 0 1 0 38565 340 0 0 16 0 12 0 197329821 1774653440 392172 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/24677/statm: 433265 392172 1889 14 0 420012 0
[pid=24677/tid=24678] ppid=24675 vsize=1733060 CPUtime=28.42
/proc/24677/task/24678/stat : 24678 (java) S 24675 24677 24631 0 -1 64 184092 0 0 0 2741 101 0 0 16 0 12 0 197329826 1774653440 392172 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24677/tid=24679] ppid=24675 vsize=1733060 CPUtime=28.4
/proc/24677/task/24679/stat : 24679 (java) S 24675 24677 24631 0 -1 64 189968 0 0 0 2746 94 0 0 16 0 12 0 197329826 1774653440 392172 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24677/tid=24680] ppid=24675 vsize=1733060 CPUtime=177.92
/proc/24677/task/24680/stat : 24680 (java) R 24675 24677 24631 0 -1 64 243484 0 0 0 17685 107 0 0 20 0 12 0 197329829 1774653440 392172 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4154938505 0 0 0 23759 0 0 0 -1 0 0 0
[pid=24677/tid=24681] ppid=24675 vsize=1733060 CPUtime=0
/proc/24677/task/24681/stat : 24681 (java) S 24675 24677 24631 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 197329829 1774653440 392172 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24677/tid=24682] ppid=24675 vsize=1733060 CPUtime=0
/proc/24677/task/24682/stat : 24682 (java) S 24675 24677 24631 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 197329829 1774653440 392172 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24677/tid=24683] ppid=24675 vsize=1733060 CPUtime=0
/proc/24677/task/24683/stat : 24683 (java) S 24675 24677 24631 0 -1 64 0 0 0 0 0 0 0 0 23 0 12 0 197329833 1774653440 392172 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24677/tid=24684] ppid=24675 vsize=1733060 CPUtime=0
/proc/24677/task/24684/stat : 24684 (java) S 24675 24677 24631 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 197329833 1774653440 392172 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24677/tid=24685] ppid=24675 vsize=1733060 CPUtime=0.45
/proc/24677/task/24685/stat : 24685 (java) S 24675 24677 24631 0 -1 64 564 0 0 0 45 0 0 0 16 0 12 0 197329833 1774653440 392172 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24677/tid=24686] ppid=24675 vsize=1733060 CPUtime=0.58
/proc/24677/task/24686/stat : 24686 (java) S 24675 24677 24631 0 -1 64 1449 0 0 0 58 0 0 0 16 0 12 0 197329833 1774653440 392172 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24677/tid=24687] ppid=24675 vsize=1733060 CPUtime=0
/proc/24677/task/24687/stat : 24687 (java) S 24675 24677 24631 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 197329833 1774653440 392172 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24677/tid=24688] ppid=24675 vsize=1733060 CPUtime=0
/proc/24677/task/24688/stat : 24688 (java) S 24675 24677 24631 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 197329833 1774653440 392172 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 389.05
Current children cumulated vsize (Kb) 1733060

[startup+370.297 s]
/proc/loadavg: 1.00 1.00 0.99 2/76 24689
/proc/meminfo: memFree=21088/2055920 swapFree=4181416/4192956
[pid=24677] ppid=24675 vsize=1733576 CPUtime=399.05
/proc/24677/stat : 24677 (java) S 24675 24677 24631 0 -1 0 668474 0 1 0 39560 345 0 0 18 0 13 0 197329821 1775181824 392181 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/24677/statm: 433394 392181 1891 14 0 420141 0
[pid=24677/tid=24678] ppid=24675 vsize=1733576 CPUtime=28.42
/proc/24677/task/24678/stat : 24678 (java) S 24675 24677 24631 0 -1 64 184092 0 0 0 2741 101 0 0 16 0 13 0 197329826 1775181824 392181 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24677/tid=24679] ppid=24675 vsize=1733576 CPUtime=28.4
/proc/24677/task/24679/stat : 24679 (java) S 24675 24677 24631 0 -1 64 189968 0 0 0 2746 94 0 0 16 0 13 0 197329826 1775181824 392181 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24677/tid=24680] ppid=24675 vsize=1733576 CPUtime=187.7
/proc/24677/task/24680/stat : 24680 (java) R 24675 24677 24631 0 -1 64 255649 0 0 0 18658 112 0 0 19 0 13 0 197329829 1775181824 392181 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4154938505 0 0 0 23759 0 0 0 -1 0 0 0
[pid=24677/tid=24681] ppid=24675 vsize=1733576 CPUtime=0
/proc/24677/task/24681/stat : 24681 (java) S 24675 24677 24631 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 197329829 1775181824 392181 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24677/tid=24682] ppid=24675 vsize=1733576 CPUtime=0
/proc/24677/task/24682/stat : 24682 (java) S 24675 24677 24631 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 197329829 1775181824 392181 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24677/tid=24683] ppid=24675 vsize=1733576 CPUtime=0
/proc/24677/task/24683/stat : 24683 (java) S 24675 24677 24631 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 197329833 1775181824 392181 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24677/tid=24684] ppid=24675 vsize=1733576 CPUtime=0
/proc/24677/task/24684/stat : 24684 (java) S 24675 24677 24631 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 197329833 1775181824 392181 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24677/tid=24685] ppid=24675 vsize=1733576 CPUtime=0.45
/proc/24677/task/24685/stat : 24685 (java) S 24675 24677 24631 0 -1 64 564 0 0 0 45 0 0 0 16 0 13 0 197329833 1775181824 392181 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24677/tid=24686] ppid=24675 vsize=1733576 CPUtime=0.58
/proc/24677/task/24686/stat : 24686 (java) S 24675 24677 24631 0 -1 64 1449 0 0 0 58 0 0 0 16 0 13 0 197329833 1775181824 392181 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24677/tid=24687] ppid=24675 vsize=1733576 CPUtime=0
/proc/24677/task/24687/stat : 24687 (java) S 24675 24677 24631 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 197329833 1775181824 392181 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24677/tid=24688] ppid=24675 vsize=1733576 CPUtime=0
/proc/24677/task/24688/stat : 24688 (java) S 24675 24677 24631 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 197329833 1775181824 392181 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24677/tid=24689] ppid=24675 vsize=1733576 CPUtime=0
/proc/24677/task/24689/stat : 24689 (java) S 24675 24677 24631 0 -1 64 4 0 0 0 0 0 0 0 18 0 13 0 197366552 1775181824 392181 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 399.05
Current children cumulated vsize (Kb) 1733576

Child status: 1
Real time (s): 371.971
CPU time (s): 400.721
CPU user time (s): 397.019
CPU system time (s): 3.70244
CPU usage (%): 107.729
Max. virtual memory (cumulated for all children) (Kb): 1733576

Launcher Data (download as text)

Begin job on node13 on Sat Jun  3 06:37:31 UTC 2006


FILE ID= 44778-1149316612

PBS_JOBID= 308384

BENCH NAME= HOME/pub/bench/PB06//final/normalized-PB06/OPT-BIGINT/mps-v2-20-10/MIPLIB/miplib2003/normalized-mps-v2-20-10-ds.opb
COMMAND LINE= java -server -Xms1500M -Xmx1500M -jar ROOT/solvers/PB/PB06final/user5/sat4jPseudoPlus.jar ROOT/tmp/node13/44778-1149316612/instance-44778-1149316612.opb 651240513
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node13/watcher-44778-1149316612 -o ROOT/results/node13/solver-44778-1149316612 -C 1800 -M 1800 -S 64  java -server -Xms1500M -Xmx1500M -jar ROOT/solvers/PB/PB06final/user5/sat4jPseudoPlus.jar ROOT/tmp/node13/44778-1149316612/instance-44778-1149316612.opb 651240513

MD5SUM SOLVER= e9637a7554f3ecdf74c1815f89d00213
MD5SUM BENCH=  7478f253a8ff3e29c2a001743623a20c

RANDOM SEED= 651240513


/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.234
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.234
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:       1079872 kB
Buffers:         11560 kB
Cached:         892368 kB
SwapCached:       3056 kB
Active:         327820 kB
Inactive:       584684 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1079872 kB
SwapTotal:     4192956 kB
SwapFree:      4181416 kB
Dirty:              16 kB
Writeback:           0 kB
Mapped:          14664 kB
Slab:            49480 kB
Committed_AS:   326472 kB
PageTables:       1492 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB


End job on node13 on Sat Jun  3 06:44:04 UTC 2006