Trace number 43215

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerObjective functionCPU timeWall clock time
SAT4JPSEUDO 2006.2 Heuristics? (TO) 1800.28 1775.56

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/ftp.netlib.org/
lp/data/normalized-mps-v2-20-10-vtp.base.opb
MD5SUM5b3e28beae15a1c34f0e545c98eeb705
Bench CategoryOPT-BIGINT (optimisation, big integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables4524
Total number of constraints257
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 constraints257
Minimum length of a constraint11
Maximum length of a constraint1080
Number of terms in the objective function 181
Biggest coefficient in the objective function 1073741824
Number of bits for the biggest coefficient in the objective function 31
Sum of the numbers in the objective function 7516192762
Number of bits of the sum of numbers in the objective function 33
Biggest number in a constraint 198568686125056
Number of bits of the biggest number in a constraint 48
Biggest sum of numbers in a constraint 12817928787879752
Number of bits of the biggest sum of numbers54
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.15	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.15	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.15	c no version file found!!!
0.15	c sun.arch.data.model	32
0.15	c java.version	1.5.0_06
0.15	c os.name	Linux
0.15	c os.version	2.6.9-22.EL.rootsmp
0.15	c os.arch	i386
0.15	c Free memory 1548419056
0.15	c Max memory 1551040512
0.15	c Total memory 1551040512
0.15	c Number of processors 2
0.22	c Cutting planes based inference
0.22	c --- Begin Solver configuration ---
0.22	c org.sat4j.minisat.uip.FirstUIP@1df073d
0.22	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@1546e25
0.22	c org.sat4j.minisat.learning.MiniSATLearning@b66cc
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/node66/43215-1149309513/instance-43215-1149309513.opb
0.22	c reading problem ... 
0.91	c ... done. Time 0.688 ms.
0.91	c #vars     4524
0.91	c #constraints  301
1775.40	c starts		: 8
1775.40	c conflicts		: 4906
1775.40	c decisions		: 10106
1775.40	c propagations		: 73969
1775.40	c inspects		: 9777913
1775.40	c learnt literals	: 0
1775.40	c learnt binary clauses	: 0
1775.40	c learnt ternary clauses	: 0
1775.40	c learnt clauses	: 4905
1775.40	c root simplifications	: 0
1775.40	c removed literals (reason simplification)	: 0
1775.40	c reason swapping (by a shorter reason)	: 0
1775.40	c Calls to reduceDB	: 0
1775.40	c speed (decisions/second)	: 5.695205624198707
1775.40	c non guided choices	0
1775.40	s UNKNOWN
1775.40	c Total wall clock time (ms): 1775.183

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/node66/watcher-43215-1149309513 -o ROOT/results/node66/solver-43215-1149309513 -C 1800 -M 1800 -S 64 java -server -Xms1500M -Xmx1500M -jar ROOT/solvers/PB/PB06final/user5/sat4jPseudoHeuristics.jar ROOT/tmp/node66/43215-1149309513/instance-43215-1149309513.opb 941533410 

Current StackSize limit: 67108864 bytes

/proc/loadavg: 0.81 0.98 0.95 2/64 19858
/proc/meminfo: memFree=1857128/2055920 swapFree=4182224/4192956
[pid=19858] ppid=19856 vsize=1500 CPUtime=0
/proc/19858/stat : 19858 (java) R 19856 19858 19812 0 -1 0 65 0 0 0 0 0 0 0 19 0 1 0 196619421 1536000 48 18446744073709551615 134512640 134570276 4294956608 18446744073709551615 9843719 0 0 4096 0 0 0 0 17 1 0 0
/proc/19858/statm: 375 60 47 14 0 8 0

[startup+10.0025 s]
/proc/loadavg: 0.84 0.98 0.95 2/76 19870
/proc/meminfo: memFree=1673688/2055920 swapFree=4182224/4192956
[pid=19858] ppid=19856 vsize=1715516 CPUtime=11.42
/proc/19858/stat : 19858 (java) R 19856 19858 19812 0 -1 0 52581 0 1 0 1116 26 0 0 24 0 13 0 196619421 1756688384 47712 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071552787 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/19858/statm: 428879 47712 1903 14 0 415626 0
[pid=19858/tid=19859] ppid=19856 vsize=1715516 CPUtime=0.12
/proc/19858/task/19859/stat : 19859 (java) S 19856 19858 19812 0 -1 64 2880 0 0 0 11 1 0 0 16 0 13 0 196619424 1756688384 47712 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19858/tid=19860] ppid=19856 vsize=1715516 CPUtime=0.11
/proc/19858/task/19860/stat : 19860 (java) S 19856 19858 19812 0 -1 64 2249 0 0 0 10 1 0 0 16 0 13 0 196619424 1756688384 47712 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19858/tid=19861] ppid=19856 vsize=1715516 CPUtime=0
/proc/19858/task/19861/stat : 19861 (java) S 19856 19858 19812 0 -1 64 28 0 0 0 0 0 0 0 16 0 13 0 196619427 1756688384 47712 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=19858/tid=19862] ppid=19856 vsize=1715516 CPUtime=0
/proc/19858/task/19862/stat : 19862 (java) S 19856 19858 19812 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 196619428 1756688384 47712 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19858/tid=19863] ppid=19856 vsize=1715516 CPUtime=0
/proc/19858/task/19863/stat : 19863 (java) S 19856 19858 19812 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 196619428 1756688384 47712 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19858/tid=19864] ppid=19856 vsize=1715516 CPUtime=0
/proc/19858/task/19864/stat : 19864 (java) S 19856 19858 19812 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 196619431 1756688384 47712 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19858/tid=19865] ppid=19856 vsize=1715516 CPUtime=0
/proc/19858/task/19865/stat : 19865 (java) S 19856 19858 19812 0 -1 64 3 0 0 0 0 0 0 0 17 0 13 0 196619431 1756688384 47712 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19858/tid=19866] ppid=19856 vsize=1715516 CPUtime=0.74
/proc/19858/task/19866/stat : 19866 (java) S 19856 19858 19812 0 -1 64 1761 0 0 0 74 0 0 0 16 0 13 0 196619431 1756688384 47712 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19858/tid=19867] ppid=19856 vsize=1715516 CPUtime=1.01
/proc/19858/task/19867/stat : 19867 (java) S 19856 19858 19812 0 -1 64 3566 0 0 0 100 1 0 0 17 0 13 0 196619431 1756688384 47712 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19858/tid=19868] ppid=19856 vsize=1715516 CPUtime=0
/proc/19858/task/19868/stat : 19868 (java) S 19856 19858 19812 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 196619431 1756688384 47712 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19858/tid=19869] ppid=19856 vsize=1715516 CPUtime=0
/proc/19858/task/19869/stat : 19869 (java) S 19856 19858 19812 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 196619431 1756688384 47712 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19858/tid=19870] ppid=19856 vsize=1715516 CPUtime=0
/proc/19858/task/19870/stat : 19870 (java) S 19856 19858 19812 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 196619521 1756688384 47712 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 11.42
Current children cumulated vsize (Kb) 1715516

[startup+20.0107 s]
/proc/loadavg: 0.87 0.98 0.95 2/76 19870
/proc/meminfo: memFree=1679448/2055920 swapFree=4182224/4192956
[pid=19858] ppid=19856 vsize=1715516 CPUtime=21.45
/proc/19858/stat : 19858 (java) R 19856 19858 19812 0 -1 0 53284 0 1 0 2118 27 0 0 25 0 13 0 196619421 1756688384 46240 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071428523 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/19858/statm: 428879 46240 1903 14 0 415626 0
[pid=19858/tid=19859] ppid=19856 vsize=1715516 CPUtime=0.14
/proc/19858/task/19859/stat : 19859 (java) S 19856 19858 19812 0 -1 64 3188 0 0 0 13 1 0 0 16 0 13 0 196619424 1756688384 46240 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19858/tid=19860] ppid=19856 vsize=1715516 CPUtime=0.13
/proc/19858/task/19860/stat : 19860 (java) S 19856 19858 19812 0 -1 64 2624 0 0 0 12 1 0 0 15 0 13 0 196619424 1756688384 46240 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19858/tid=19861] ppid=19856 vsize=1715516 CPUtime=0
/proc/19858/task/19861/stat : 19861 (java) S 19856 19858 19812 0 -1 64 28 0 0 0 0 0 0 0 16 0 13 0 196619427 1756688384 46240 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=19858/tid=19862] ppid=19856 vsize=1715516 CPUtime=0
/proc/19858/task/19862/stat : 19862 (java) S 19856 19858 19812 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 196619428 1756688384 46240 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19858/tid=19863] ppid=19856 vsize=1715516 CPUtime=0
/proc/19858/task/19863/stat : 19863 (java) S 19856 19858 19812 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 196619428 1756688384 46240 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19858/tid=19864] ppid=19856 vsize=1715516 CPUtime=0
/proc/19858/task/19864/stat : 19864 (java) S 19856 19858 19812 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 196619431 1756688384 46240 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19858/tid=19865] ppid=19856 vsize=1715516 CPUtime=0
/proc/19858/task/19865/stat : 19865 (java) S 19856 19858 19812 0 -1 64 3 0 0 0 0 0 0 0 17 0 13 0 196619431 1756688384 46240 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19858/tid=19866] ppid=19856 vsize=1715516 CPUtime=0.74
/proc/19858/task/19866/stat : 19866 (java) S 19856 19858 19812 0 -1 64 1761 0 0 0 74 0 0 0 16 0 13 0 196619431 1756688384 46240 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19858/tid=19867] ppid=19856 vsize=1715516 CPUtime=1.01
/proc/19858/task/19867/stat : 19867 (java) S 19856 19858 19812 0 -1 64 3572 0 0 0 100 1 0 0 17 0 13 0 196619431 1756688384 46240 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19858/tid=19868] ppid=19856 vsize=1715516 CPUtime=0
/proc/19858/task/19868/stat : 19868 (java) S 19856 19858 19812 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 196619431 1756688384 46240 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19858/tid=19869] ppid=19856 vsize=1715516 CPUtime=0
/proc/19858/task/19869/stat : 19869 (java) S 19856 19858 19812 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 196619431 1756688384 46240 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19858/tid=19870] ppid=19856 vsize=1715516 CPUtime=0
/proc/19858/task/19870/stat : 19870 (java) S 19856 19858 19812 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 196619521 1756688384 46240 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 21.45
Current children cumulated vsize (Kb) 1715516

[startup+30.0179 s]
/proc/loadavg: 0.89 0.98 0.95 2/76 19870
/proc/meminfo: memFree=1690968/2055920 swapFree=4182224/4192956
[pid=19858] ppid=19856 vsize=1715516 CPUtime=31.46
/proc/19858/stat : 19858 (java) R 19856 19858 19812 0 -1 0 53601 0 1 0 3119 27 0 0 20 0 13 0 196619421 1756688384 43363 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071552787 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/19858/statm: 428879 43363 1903 14 0 415626 0
[pid=19858/tid=19859] ppid=19856 vsize=1715516 CPUtime=0.16
/proc/19858/task/19859/stat : 19859 (java) S 19856 19858 19812 0 -1 64 3274 0 0 0 15 1 0 0 16 0 13 0 196619424 1756688384 43363 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19858/tid=19860] ppid=19856 vsize=1715516 CPUtime=0.14
/proc/19858/task/19860/stat : 19860 (java) S 19856 19858 19812 0 -1 64 2841 0 0 0 13 1 0 0 15 0 13 0 196619424 1756688384 43363 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19858/tid=19861] ppid=19856 vsize=1715516 CPUtime=0
/proc/19858/task/19861/stat : 19861 (java) S 19856 19858 19812 0 -1 64 28 0 0 0 0 0 0 0 15 0 13 0 196619427 1756688384 43363 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=19858/tid=19862] ppid=19856 vsize=1715516 CPUtime=0
/proc/19858/task/19862/stat : 19862 (java) S 19856 19858 19812 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 196619428 1756688384 43363 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19858/tid=19863] ppid=19856 vsize=1715516 CPUtime=0
/proc/19858/task/19863/stat : 19863 (java) S 19856 19858 19812 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 196619428 1756688384 43363 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19858/tid=19864] ppid=19856 vsize=1715516 CPUtime=0
/proc/19858/task/19864/stat : 19864 (java) S 19856 19858 19812 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 196619431 1756688384 43363 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19858/tid=19865] ppid=19856 vsize=1715516 CPUtime=0
/proc/19858/task/19865/stat : 19865 (java) S 19856 19858 19812 0 -1 64 3 0 0 0 0 0 0 0 17 0 13 0 196619431 1756688384 43363 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19858/tid=19866] ppid=19856 vsize=1715516 CPUtime=0.74
/proc/19858/task/19866/stat : 19866 (java) S 19856 19858 19812 0 -1 64 1761 0 0 0 74 0 0 0 16 0 13 0 196619431 1756688384 43363 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19858/tid=19867] ppid=19856 vsize=1715516 CPUtime=1.01
/proc/19858/task/19867/stat : 19867 (java) S 19856 19858 19812 0 -1 64 3572 0 0 0 100 1 0 0 17 0 13 0 196619431 1756688384 43363 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19858/tid=19868] ppid=19856 vsize=1715516 CPUtime=0
/proc/19858/task/19868/stat : 19868 (java) S 19856 19858 19812 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 196619431 1756688384 43363 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19858/tid=19869] ppid=19856 vsize=1715516 CPUtime=0
/proc/19858/task/19869/stat : 19869 (java) S 19856 19858 19812 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 196619431 1756688384 43363 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19858/tid=19870] ppid=19856 vsize=1715516 CPUtime=0
/proc/19858/task/19870/stat : 19870 (java) S 19856 19858 19812 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 196619521 1756688384 43363 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 31.46
Current children cumulated vsize (Kb) 1715516

[startup+40.0251 s]
/proc/loadavg: 0.90 0.98 0.95 2/76 19870
/proc/meminfo: memFree=1696152/2055920 swapFree=4182224/4192956
[pid=19858] ppid=19856 vsize=1715516 CPUtime=41.51
/proc/19858/stat : 19858 (java) R 19856 19858 19812 0 -1 0 54297 0 1 0 4123 28 0 0 21 0 13 0 196619421 1756688384 42088 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071517864 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/19858/statm: 428879 42088 1903 14 0 415626 0
[pid=19858/tid=19859] ppid=19856 vsize=1715516 CPUtime=0.18
/proc/19858/task/19859/stat : 19859 (java) S 19856 19858 19812 0 -1 64 3599 0 0 0 17 1 0 0 16 0 13 0 196619424 1756688384 42088 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19858/tid=19860] ppid=19856 vsize=1715516 CPUtime=0.17
/proc/19858/task/19860/stat : 19860 (java) S 19856 19858 19812 0 -1 64 3197 0 0 0 16 1 0 0 16 0 13 0 196619424 1756688384 42088 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19858/tid=19861] ppid=19856 vsize=1715516 CPUtime=0
/proc/19858/task/19861/stat : 19861 (java) S 19856 19858 19812 0 -1 64 28 0 0 0 0 0 0 0 15 0 13 0 196619427 1756688384 42088 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=19858/tid=19862] ppid=19856 vsize=1715516 CPUtime=0
/proc/19858/task/19862/stat : 19862 (java) S 19856 19858 19812 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 196619428 1756688384 42088 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19858/tid=19863] ppid=19856 vsize=1715516 CPUtime=0
/proc/19858/task/19863/stat : 19863 (java) S 19856 19858 19812 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 196619428 1756688384 42088 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19858/tid=19864] ppid=19856 vsize=1715516 CPUtime=0
/proc/19858/task/19864/stat : 19864 (java) S 19856 19858 19812 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 196619431 1756688384 42088 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19858/tid=19865] ppid=19856 vsize=1715516 CPUtime=0
/proc/19858/task/19865/stat : 19865 (java) S 19856 19858 19812 0 -1 64 3 0 0 0 0 0 0 0 17 0 13 0 196619431 1756688384 42088 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19858/tid=19866] ppid=19856 vsize=1715516 CPUtime=0.75
/proc/19858/task/19866/stat : 19866 (java) S 19856 19858 19812 0 -1 64 1761 0 0 0 75 0 0 0 16 0 13 0 196619431 1756688384 42088 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19858/tid=19867] ppid=19856 vsize=1715516 CPUtime=1.03
/proc/19858/task/19867/stat : 19867 (java) S 19856 19858 19812 0 -1 64 3573 0 0 0 102 1 0 0 16 0 13 0 196619431 1756688384 42088 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19858/tid=19868] ppid=19856 vsize=1715516 CPUtime=0
/proc/19858/task/19868/stat : 19868 (java) S 19856 19858 19812 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 196619431 1756688384 42088 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19858/tid=19869] ppid=19856 vsize=1715516 CPUtime=0
/proc/19858/task/19869/stat : 19869 (java) S 19856 19858 19812 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 196619431 1756688384 42088 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19858/tid=19870] ppid=19856 vsize=1715516 CPUtime=0
/proc/19858/task/19870/stat : 19870 (java) S 19856 19858 19812 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 196619521 1756688384 42088 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 41.51
Current children cumulated vsize (Kb) 1715516

[startup+50.0324 s]
/proc/loadavg: 0.92 0.98 0.95 2/76 19870
/proc/meminfo: memFree=1700504/2055920 swapFree=4182224/4192956
[pid=19858] ppid=19856 vsize=1715516 CPUtime=51.55
/proc/19858/stat : 19858 (java) R 19856 19858 19812 0 -1 0 55067 0 1 0 5126 29 0 0 17 0 13 0 196619421 1756688384 40982 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071429002 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/19858/statm: 428879 40982 1905 14 0 415626 0
[pid=19858/tid=19859] ppid=19856 vsize=1715516 CPUtime=0.21
/proc/19858/task/19859/stat : 19859 (java) S 19856 19858 19812 0 -1 64 3915 0 0 0 20 1 0 0 16 0 13 0 196619424 1756688384 40982 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19858/tid=19860] ppid=19856 vsize=1715516 CPUtime=0.2
/proc/19858/task/19860/stat : 19860 (java) S 19856 19858 19812 0 -1 64 3629 0 0 0 19 1 0 0 15 0 13 0 196619424 1756688384 40982 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19858/tid=19861] ppid=19856 vsize=1715516 CPUtime=0.01
/proc/19858/task/19861/stat : 19861 (java) S 19856 19858 19812 0 -1 64 28 0 0 0 0 1 0 0 15 0 13 0 196619427 1756688384 40982 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=19858/tid=19862] ppid=19856 vsize=1715516 CPUtime=0
/proc/19858/task/19862/stat : 19862 (java) S 19856 19858 19812 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 196619428 1756688384 40982 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19858/tid=19863] ppid=19856 vsize=1715516 CPUtime=0
/proc/19858/task/19863/stat : 19863 (java) S 19856 19858 19812 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 196619428 1756688384 40982 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19858/tid=19864] ppid=19856 vsize=1715516 CPUtime=0
/proc/19858/task/19864/stat : 19864 (java) S 19856 19858 19812 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 196619431 1756688384 40982 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19858/tid=19865] ppid=19856 vsize=1715516 CPUtime=0
/proc/19858/task/19865/stat : 19865 (java) S 19856 19858 19812 0 -1 64 3 0 0 0 0 0 0 0 17 0 13 0 196619431 1756688384 40982 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19858/tid=19866] ppid=19856 vsize=1715516 CPUtime=0.75
/proc/19858/task/19866/stat : 19866 (java) S 19856 19858 19812 0 -1 64 1763 0 0 0 75 0 0 0 16 0 13 0 196619431 1756688384 40982 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19858/tid=19867] ppid=19856 vsize=1715516 CPUtime=1.03
/proc/19858/task/19867/stat : 19867 (java) S 19856 19858 19812 0 -1 64 3573 0 0 0 102 1 0 0 16 0 13 0 196619431 1756688384 40982 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19858/tid=19868] ppid=19856 vsize=1715516 CPUtime=0
/proc/19858/task/19868/stat : 19868 (java) S 19856 19858 19812 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 196619431 1756688384 40982 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19858/tid=19869] ppid=19856 vsize=1715516 CPUtime=0
/proc/19858/task/19869/stat : 19869 (java) S 19856 19858 19812 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 196619431 1756688384 40982 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19858/tid=19870] ppid=19856 vsize=1715516 CPUtime=0
/proc/19858/task/19870/stat : 19870 (java) S 19856 19858 19812 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 196619521 1756688384 40982 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 51.55
Current children cumulated vsize (Kb) 1715516

[startup+60.0396 s]
/proc/loadavg: 0.93 0.98 0.95 2/76 19870
/proc/meminfo: memFree=1703064/2055920 swapFree=4182224/4192956
[pid=19858] ppid=19856 vsize=1715516 CPUtime=61.59
/proc/19858/stat : 19858 (java) R 19856 19858 19812 0 -1 0 55596 0 1 0 6129 30 0 0 20 0 13 0 196619421 1756688384 40345 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071402866 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/19858/statm: 428879 40345 1905 14 0 415626 0
[pid=19858/tid=19859] ppid=19856 vsize=1715516 CPUtime=0.23
/proc/19858/task/19859/stat : 19859 (java) S 19856 19858 19812 0 -1 64 4106 0 0 0 22 1 0 0 16 0 13 0 196619424 1756688384 40345 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19858/tid=19860] ppid=19856 vsize=1715516 CPUtime=0.24
/proc/19858/task/19860/stat : 19860 (java) S 19856 19858 19812 0 -1 64 3949 0 0 0 22 2 0 0 15 0 13 0 196619424 1756688384 40345 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19858/tid=19861] ppid=19856 vsize=1715516 CPUtime=0.01
/proc/19858/task/19861/stat : 19861 (java) S 19856 19858 19812 0 -1 64 28 0 0 0 0 1 0 0 15 0 13 0 196619427 1756688384 40345 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=19858/tid=19862] ppid=19856 vsize=1715516 CPUtime=0
/proc/19858/task/19862/stat : 19862 (java) S 19856 19858 19812 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 196619428 1756688384 40345 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19858/tid=19863] ppid=19856 vsize=1715516 CPUtime=0
/proc/19858/task/19863/stat : 19863 (java) S 19856 19858 19812 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 196619428 1756688384 40345 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19858/tid=19864] ppid=19856 vsize=1715516 CPUtime=0
/proc/19858/task/19864/stat : 19864 (java) S 19856 19858 19812 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 196619431 1756688384 40345 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0

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

[pid=19858/tid=19862] ppid=19856 vsize=1715516 CPUtime=0
/proc/19858/task/19862/stat : 19862 (java) S 19856 19858 19812 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 196619428 1756688384 167147 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19858/tid=19863] ppid=19856 vsize=1715516 CPUtime=0
/proc/19858/task/19863/stat : 19863 (java) S 19856 19858 19812 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 196619428 1756688384 167147 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19858/tid=19864] ppid=19856 vsize=1715516 CPUtime=0
/proc/19858/task/19864/stat : 19864 (java) S 19856 19858 19812 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 196619431 1756688384 167147 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19858/tid=19865] ppid=19856 vsize=1715516 CPUtime=0
/proc/19858/task/19865/stat : 19865 (java) S 19856 19858 19812 0 -1 64 3 0 0 0 0 0 0 0 17 0 13 0 196619431 1756688384 167147 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19858/tid=19866] ppid=19856 vsize=1715516 CPUtime=0.78
/proc/19858/task/19866/stat : 19866 (java) S 19856 19858 19812 0 -1 64 1765 0 0 0 78 0 0 0 16 0 13 0 196619431 1756688384 167147 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19858/tid=19867] ppid=19856 vsize=1715516 CPUtime=1.12
/proc/19858/task/19867/stat : 19867 (java) S 19856 19858 19812 0 -1 64 3582 0 0 0 111 1 0 0 17 0 13 0 196619431 1756688384 167147 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19858/tid=19868] ppid=19856 vsize=1715516 CPUtime=0
/proc/19858/task/19868/stat : 19868 (java) S 19856 19858 19812 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 196619431 1756688384 167147 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19858/tid=19869] ppid=19856 vsize=1715516 CPUtime=0
/proc/19858/task/19869/stat : 19869 (java) S 19856 19858 19812 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 196619431 1756688384 167147 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19858/tid=19870] ppid=19856 vsize=1715516 CPUtime=0
/proc/19858/task/19870/stat : 19870 (java) S 19856 19858 19812 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 196619521 1756688384 167147 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1796
Current children cumulated vsize (Kb) 1715516

[startup+1772.37 s]
/proc/loadavg: 1.01 1.01 0.98 2/76 20065
/proc/meminfo: memFree=1193560/2055920 swapFree=4182224/4192956
[pid=19858] ppid=19856 vsize=1715516 CPUtime=1797.03
/proc/19858/stat : 19858 (java) R 19856 19858 19812 0 -1 0 230198 0 1 0 179543 160 0 0 23 0 13 0 196619421 1756688384 167167 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071403070 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/19858/statm: 428879 167167 1906 14 0 415626 0
[pid=19858/tid=19859] ppid=19856 vsize=1715516 CPUtime=24.29
/proc/19858/task/19859/stat : 19859 (java) S 19856 19858 19812 0 -1 64 68363 0 0 0 2393 36 0 0 16 0 13 0 196619424 1756688384 167167 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19858/tid=19860] ppid=19856 vsize=1715516 CPUtime=24.35
/proc/19858/task/19860/stat : 19860 (java) S 19856 19858 19812 0 -1 64 71253 0 0 0 2401 34 0 0 17 0 13 0 196619424 1756688384 167167 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19858/tid=19861] ppid=19856 vsize=1715516 CPUtime=0.61
/proc/19858/task/19861/stat : 19861 (java) S 19856 19858 19812 0 -1 64 159 0 0 0 35 26 0 0 16 0 13 0 196619427 1756688384 167167 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=19858/tid=19862] ppid=19856 vsize=1715516 CPUtime=0
/proc/19858/task/19862/stat : 19862 (java) S 19856 19858 19812 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 196619428 1756688384 167167 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19858/tid=19863] ppid=19856 vsize=1715516 CPUtime=0
/proc/19858/task/19863/stat : 19863 (java) S 19856 19858 19812 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 196619428 1756688384 167167 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19858/tid=19864] ppid=19856 vsize=1715516 CPUtime=0
/proc/19858/task/19864/stat : 19864 (java) S 19856 19858 19812 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 196619431 1756688384 167167 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19858/tid=19865] ppid=19856 vsize=1715516 CPUtime=0
/proc/19858/task/19865/stat : 19865 (java) S 19856 19858 19812 0 -1 64 3 0 0 0 0 0 0 0 17 0 13 0 196619431 1756688384 167167 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19858/tid=19866] ppid=19856 vsize=1715516 CPUtime=0.78
/proc/19858/task/19866/stat : 19866 (java) S 19856 19858 19812 0 -1 64 1765 0 0 0 78 0 0 0 16 0 13 0 196619431 1756688384 167167 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19858/tid=19867] ppid=19856 vsize=1715516 CPUtime=1.12
/proc/19858/task/19867/stat : 19867 (java) S 19856 19858 19812 0 -1 64 3582 0 0 0 111 1 0 0 17 0 13 0 196619431 1756688384 167167 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19858/tid=19868] ppid=19856 vsize=1715516 CPUtime=0
/proc/19858/task/19868/stat : 19868 (java) S 19856 19858 19812 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 196619431 1756688384 167167 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19858/tid=19869] ppid=19856 vsize=1715516 CPUtime=0
/proc/19858/task/19869/stat : 19869 (java) S 19856 19858 19812 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 196619431 1756688384 167167 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19858/tid=19870] ppid=19856 vsize=1715516 CPUtime=0
/proc/19858/task/19870/stat : 19870 (java) S 19856 19858 19812 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 196619521 1756688384 167167 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1797.03
Current children cumulated vsize (Kb) 1715516

[startup+1773.38 s]
/proc/loadavg: 1.01 1.01 0.98 2/76 20065
/proc/meminfo: memFree=1193240/2055920 swapFree=4182224/4192956
[pid=19858] ppid=19856 vsize=1715516 CPUtime=1798.07
/proc/19858/stat : 19858 (java) R 19856 19858 19812 0 -1 0 230293 0 1 0 179647 160 0 0 23 0 13 0 196619421 1756688384 167259 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071403102 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/19858/statm: 428879 167259 1906 14 0 415626 0
[pid=19858/tid=19859] ppid=19856 vsize=1715516 CPUtime=24.33
/proc/19858/task/19859/stat : 19859 (java) S 19856 19858 19812 0 -1 64 68367 0 0 0 2397 36 0 0 16 0 13 0 196619424 1756688384 167259 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19858/tid=19860] ppid=19856 vsize=1715516 CPUtime=24.39
/proc/19858/task/19860/stat : 19860 (java) S 19856 19858 19812 0 -1 64 71342 0 0 0 2405 34 0 0 16 0 13 0 196619424 1756688384 167259 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19858/tid=19861] ppid=19856 vsize=1715516 CPUtime=0.61
/proc/19858/task/19861/stat : 19861 (java) S 19856 19858 19812 0 -1 64 159 0 0 0 35 26 0 0 16 0 13 0 196619427 1756688384 167259 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=19858/tid=19862] ppid=19856 vsize=1715516 CPUtime=0
/proc/19858/task/19862/stat : 19862 (java) S 19856 19858 19812 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 196619428 1756688384 167259 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19858/tid=19863] ppid=19856 vsize=1715516 CPUtime=0
/proc/19858/task/19863/stat : 19863 (java) S 19856 19858 19812 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 196619428 1756688384 167259 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19858/tid=19864] ppid=19856 vsize=1715516 CPUtime=0
/proc/19858/task/19864/stat : 19864 (java) S 19856 19858 19812 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 196619431 1756688384 167259 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19858/tid=19865] ppid=19856 vsize=1715516 CPUtime=0
/proc/19858/task/19865/stat : 19865 (java) S 19856 19858 19812 0 -1 64 3 0 0 0 0 0 0 0 17 0 13 0 196619431 1756688384 167259 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19858/tid=19866] ppid=19856 vsize=1715516 CPUtime=0.78
/proc/19858/task/19866/stat : 19866 (java) S 19856 19858 19812 0 -1 64 1765 0 0 0 78 0 0 0 16 0 13 0 196619431 1756688384 167259 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19858/tid=19867] ppid=19856 vsize=1715516 CPUtime=1.12
/proc/19858/task/19867/stat : 19867 (java) S 19856 19858 19812 0 -1 64 3582 0 0 0 111 1 0 0 17 0 13 0 196619431 1756688384 167259 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19858/tid=19868] ppid=19856 vsize=1715516 CPUtime=0
/proc/19858/task/19868/stat : 19868 (java) S 19856 19858 19812 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 196619431 1756688384 167259 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19858/tid=19869] ppid=19856 vsize=1715516 CPUtime=0
/proc/19858/task/19869/stat : 19869 (java) S 19856 19858 19812 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 196619431 1756688384 167259 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19858/tid=19870] ppid=19856 vsize=1715516 CPUtime=0
/proc/19858/task/19870/stat : 19870 (java) S 19856 19858 19812 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 196619521 1756688384 167259 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1798.07
Current children cumulated vsize (Kb) 1715516

[startup+1774.39 s]
/proc/loadavg: 1.01 1.01 0.98 2/76 20065
/proc/meminfo: memFree=1192920/2055920 swapFree=4182224/4192956
[pid=19858] ppid=19856 vsize=1715516 CPUtime=1799.1
/proc/19858/stat : 19858 (java) R 19856 19858 19812 0 -1 0 230364 0 1 0 179750 160 0 0 24 0 13 0 196619421 1756688384 167329 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071539876 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/19858/statm: 428879 167329 1906 14 0 415626 0
[pid=19858/tid=19859] ppid=19856 vsize=1715516 CPUtime=24.35
/proc/19858/task/19859/stat : 19859 (java) S 19856 19858 19812 0 -1 64 68367 0 0 0 2399 36 0 0 16 0 13 0 196619424 1756688384 167329 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19858/tid=19860] ppid=19856 vsize=1715516 CPUtime=24.41
/proc/19858/task/19860/stat : 19860 (java) S 19856 19858 19812 0 -1 64 71412 0 0 0 2407 34 0 0 16 0 13 0 196619424 1756688384 167329 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19858/tid=19861] ppid=19856 vsize=1715516 CPUtime=0.61
/proc/19858/task/19861/stat : 19861 (java) S 19856 19858 19812 0 -1 64 159 0 0 0 35 26 0 0 16 0 13 0 196619427 1756688384 167329 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=19858/tid=19862] ppid=19856 vsize=1715516 CPUtime=0
/proc/19858/task/19862/stat : 19862 (java) S 19856 19858 19812 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 196619428 1756688384 167329 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19858/tid=19863] ppid=19856 vsize=1715516 CPUtime=0
/proc/19858/task/19863/stat : 19863 (java) S 19856 19858 19812 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 196619428 1756688384 167329 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19858/tid=19864] ppid=19856 vsize=1715516 CPUtime=0
/proc/19858/task/19864/stat : 19864 (java) S 19856 19858 19812 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 196619431 1756688384 167329 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19858/tid=19865] ppid=19856 vsize=1715516 CPUtime=0
/proc/19858/task/19865/stat : 19865 (java) S 19856 19858 19812 0 -1 64 3 0 0 0 0 0 0 0 17 0 13 0 196619431 1756688384 167329 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19858/tid=19866] ppid=19856 vsize=1715516 CPUtime=0.78
/proc/19858/task/19866/stat : 19866 (java) S 19856 19858 19812 0 -1 64 1765 0 0 0 78 0 0 0 16 0 13 0 196619431 1756688384 167329 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19858/tid=19867] ppid=19856 vsize=1715516 CPUtime=1.12
/proc/19858/task/19867/stat : 19867 (java) S 19856 19858 19812 0 -1 64 3582 0 0 0 111 1 0 0 17 0 13 0 196619431 1756688384 167329 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19858/tid=19868] ppid=19856 vsize=1715516 CPUtime=0
/proc/19858/task/19868/stat : 19868 (java) S 19856 19858 19812 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 196619431 1756688384 167329 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19858/tid=19869] ppid=19856 vsize=1715516 CPUtime=0
/proc/19858/task/19869/stat : 19869 (java) S 19856 19858 19812 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 196619431 1756688384 167329 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19858/tid=19870] ppid=19856 vsize=1715516 CPUtime=0
/proc/19858/task/19870/stat : 19870 (java) S 19856 19858 19812 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 196619521 1756688384 167329 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1799.1
Current children cumulated vsize (Kb) 1715516

[startup+1775.39 s]
/proc/loadavg: 1.01 1.01 0.98 2/76 20065
/proc/meminfo: memFree=1192600/2055920 swapFree=4182224/4192956
[pid=19858] ppid=19856 vsize=1715516 CPUtime=1800.12
/proc/19858/stat : 19858 (java) R 19856 19858 19812 0 -1 0 230449 0 1 0 179852 160 0 0 25 0 13 0 196619421 1756688384 167411 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071539902 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/19858/statm: 428879 167411 1906 14 0 415626 0
[pid=19858/tid=19859] ppid=19856 vsize=1715516 CPUtime=24.37
/proc/19858/task/19859/stat : 19859 (java) S 19856 19858 19812 0 -1 64 68387 0 0 0 2401 36 0 0 16 0 13 0 196619424 1756688384 167411 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19858/tid=19860] ppid=19856 vsize=1715516 CPUtime=24.43
/proc/19858/task/19860/stat : 19860 (java) S 19856 19858 19812 0 -1 64 71476 0 0 0 2409 34 0 0 16 0 13 0 196619424 1756688384 167411 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19858/tid=19861] ppid=19856 vsize=1715516 CPUtime=0.61
/proc/19858/task/19861/stat : 19861 (java) S 19856 19858 19812 0 -1 64 159 0 0 0 35 26 0 0 15 0 13 0 196619427 1756688384 167411 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=19858/tid=19862] ppid=19856 vsize=1715516 CPUtime=0
/proc/19858/task/19862/stat : 19862 (java) S 19856 19858 19812 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 196619428 1756688384 167411 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19858/tid=19863] ppid=19856 vsize=1715516 CPUtime=0
/proc/19858/task/19863/stat : 19863 (java) S 19856 19858 19812 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 196619428 1756688384 167411 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19858/tid=19864] ppid=19856 vsize=1715516 CPUtime=0
/proc/19858/task/19864/stat : 19864 (java) S 19856 19858 19812 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 196619431 1756688384 167411 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19858/tid=19865] ppid=19856 vsize=1715516 CPUtime=0
/proc/19858/task/19865/stat : 19865 (java) S 19856 19858 19812 0 -1 64 3 0 0 0 0 0 0 0 17 0 13 0 196619431 1756688384 167411 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19858/tid=19866] ppid=19856 vsize=1715516 CPUtime=0.78
/proc/19858/task/19866/stat : 19866 (java) S 19856 19858 19812 0 -1 64 1765 0 0 0 78 0 0 0 16 0 13 0 196619431 1756688384 167411 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19858/tid=19867] ppid=19856 vsize=1715516 CPUtime=1.12
/proc/19858/task/19867/stat : 19867 (java) S 19856 19858 19812 0 -1 64 3582 0 0 0 111 1 0 0 17 0 13 0 196619431 1756688384 167411 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19858/tid=19868] ppid=19856 vsize=1715516 CPUtime=0
/proc/19858/task/19868/stat : 19868 (java) S 19856 19858 19812 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 196619431 1756688384 167411 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19858/tid=19869] ppid=19856 vsize=1715516 CPUtime=0
/proc/19858/task/19869/stat : 19869 (java) S 19856 19858 19812 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 196619431 1756688384 167411 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19858/tid=19870] ppid=19856 vsize=1715516 CPUtime=0
/proc/19858/task/19870/stat : 19870 (java) S 19856 19858 19812 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 196619521 1756688384 167411 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.12
Current children cumulated vsize (Kb) 1715516



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1775.4 s]
/proc/loadavg: 1.01 1.01 0.98 2/76 20065
/proc/meminfo: memFree=1192600/2055920 swapFree=4182224/4192956
[pid=19858] ppid=19856 vsize=1715516 CPUtime=1800.13
/proc/19858/stat : 19858 (java) R 19856 19858 19812 0 -1 0 230449 0 1 0 179853 160 0 0 25 0 13 0 196619421 1756688384 167411 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071530592 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/19858/statm: 428879 167411 1906 14 0 415626 0
[pid=19858/tid=19859] ppid=19856 vsize=1715516 CPUtime=24.37
/proc/19858/task/19859/stat : 19859 (java) S 19856 19858 19812 0 -1 64 68387 0 0 0 2401 36 0 0 16 0 13 0 196619424 1756688384 167411 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19858/tid=19860] ppid=19856 vsize=1715516 CPUtime=24.43
/proc/19858/task/19860/stat : 19860 (java) S 19856 19858 19812 0 -1 64 71476 0 0 0 2409 34 0 0 16 0 13 0 196619424 1756688384 167411 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19858/tid=19861] ppid=19856 vsize=1715516 CPUtime=0.61
/proc/19858/task/19861/stat : 19861 (java) S 19856 19858 19812 0 -1 64 159 0 0 0 35 26 0 0 15 0 13 0 196619427 1756688384 167411 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=19858/tid=19862] ppid=19856 vsize=1715516 CPUtime=0
/proc/19858/task/19862/stat : 19862 (java) S 19856 19858 19812 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 196619428 1756688384 167411 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19858/tid=19863] ppid=19856 vsize=1715516 CPUtime=0
/proc/19858/task/19863/stat : 19863 (java) S 19856 19858 19812 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 196619428 1756688384 167411 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19858/tid=19864] ppid=19856 vsize=1715516 CPUtime=0
/proc/19858/task/19864/stat : 19864 (java) S 19856 19858 19812 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 196619431 1756688384 167411 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19858/tid=19865] ppid=19856 vsize=1715516 CPUtime=0
/proc/19858/task/19865/stat : 19865 (java) S 19856 19858 19812 0 -1 64 3 0 0 0 0 0 0 0 17 0 13 0 196619431 1756688384 167411 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19858/tid=19866] ppid=19856 vsize=1715516 CPUtime=0.78
/proc/19858/task/19866/stat : 19866 (java) S 19856 19858 19812 0 -1 64 1765 0 0 0 78 0 0 0 16 0 13 0 196619431 1756688384 167411 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19858/tid=19867] ppid=19856 vsize=1715516 CPUtime=1.12
/proc/19858/task/19867/stat : 19867 (java) S 19856 19858 19812 0 -1 64 3582 0 0 0 111 1 0 0 17 0 13 0 196619431 1756688384 167411 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19858/tid=19868] ppid=19856 vsize=1715516 CPUtime=0
/proc/19858/task/19868/stat : 19868 (java) S 19856 19858 19812 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 196619431 1756688384 167411 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19858/tid=19869] ppid=19856 vsize=1715516 CPUtime=0
/proc/19858/task/19869/stat : 19869 (java) S 19856 19858 19812 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 196619431 1756688384 167411 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19858/tid=19870] ppid=19856 vsize=1715516 CPUtime=0
/proc/19858/task/19870/stat : 19870 (java) S 19856 19858 19812 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 196619521 1756688384 167411 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.13
Current children cumulated vsize (Kb) 1715516

Sending SIGTERM to -19858
Sleeping 2 seconds

Child status: 143
Real time (s): 1775.56
CPU time (s): 1800.28
CPU user time (s): 1798.58
CPU system time (s): 1.70374
CPU usage (%): 101.392
Max. virtual memory (cumulated for all children) (Kb): 1715516

Launcher Data (download as text)

Begin job on node66 on Sat Jun  3 04:38:33 UTC 2006


FILE ID= 43215-1149309513

PBS_JOBID= 307854

BENCH NAME= HOME/pub/bench/PB06//final/normalized-PB06/OPT-BIGINT/mps-v2-20-10/ftp.netlib.org/lp/data/normalized-mps-v2-20-10-vtp.base.opb
COMMAND LINE= java -server -Xms1500M -Xmx1500M -jar ROOT/solvers/PB/PB06final/user5/sat4jPseudoHeuristics.jar ROOT/tmp/node66/43215-1149309513/instance-43215-1149309513.opb 941533410
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node66/watcher-43215-1149309513 -o ROOT/results/node66/solver-43215-1149309513 -C 1800 -M 1800 -S 64  java -server -Xms1500M -Xmx1500M -jar ROOT/solvers/PB/PB06final/user5/sat4jPseudoHeuristics.jar ROOT/tmp/node66/43215-1149309513/instance-43215-1149309513.opb 941533410

MD5SUM SOLVER= 3cef94aa015dc0dd234d31843a257d70
MD5SUM BENCH=  5b3e28beae15a1c34f0e545c98eeb705

RANDOM SEED= 941533410


/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.225
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.225
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:       1857528 kB
Buffers:         24284 kB
Cached:         103636 kB
SwapCached:       2368 kB
Active:          29860 kB
Inactive:       106684 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1857528 kB
SwapTotal:     4192956 kB
SwapFree:      4182224 kB
Dirty:             316 kB
Writeback:           0 kB
Mapped:          15144 kB
Slab:            47856 kB
Committed_AS:   273124 kB
PageTables:       1400 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB


End job on node66 on Sat Jun  3 05:08:09 UTC 2006