Trace number 44041

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerObjective functionCPU timeWall clock time
SAT4JPSEUDO 2006.2? (TO) 1800.59 1782.47

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/MIPLIB/
miplib2003/normalized-reduced-mps-v2-20-10-timtab2.opb
MD5SUM1f089a89b25a106d39527c716bfdba75
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark197999
Best CPU time to get the best result obtained on this benchmark1782.74
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 197642
Optimality of the best value was proved NO
Number of variables6363
Total number of constraints785
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 constraints785
Minimum length of a constraint2
Maximum length of a constraint141
Number of terms in the objective function 3774
Biggest coefficient in the objective function 3908
Number of bits for the biggest coefficient in the objective function 12
Sum of the numbers in the objective function 526487
Number of bits of the sum of numbers in the objective function 20
Biggest number in a constraint 165132
Number of bits of the biggest number in a constraint 18
Biggest sum of numbers in a constraint 526487
Number of bits of the biggest sum of numbers20
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.20	c Cutting planes based inference
0.20	c --- Begin Solver configuration ---
0.20	c org.sat4j.minisat.uip.FirstUIP@1037c71
0.20	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@1df073d
0.20	c org.sat4j.minisat.learning.MiniSATLearning@1546e25
0.20	c conflictBoundIncFactor=1.5 learntBoundIncFactor=1.1 initLearntBoundConstraintFactor=10000.0 initConflictBound=100 
0.20	c VSIDS like heuristics from MiniSAT using a heap
0.20	c No reason simplification
0.20	c --- End Solver configuration ---
0.20	c solving ROOT/tmp/node65/44041-1149357937/instance-44041-1149357937.opb
0.20	c reading problem ... 
1.10	c ... done. Time 0.899 ms.
1.10	c #vars     6363
1.10	c #constraints  1079
1782.35	c starts		: 14
1782.35	c conflicts		: 49510
1782.35	c decisions		: 58898
1782.35	c propagations		: 353965
1782.35	c inspects		: 574469126
1782.35	c learnt literals	: 0
1782.35	c learnt binary clauses	: 0
1782.35	c learnt ternary clauses	: 0
1782.35	c learnt clauses	: 49510
1782.35	c root simplifications	: 0
1782.35	c removed literals (reason simplification)	: 0
1782.35	c reason swapping (by a shorter reason)	: 0
1782.35	c Calls to reduceDB	: 0
1782.35	c speed (decisions/second)	: 33.06598938034814
1782.35	c non guided choices	275
1782.35	s UNKNOWN
1782.35	c Total wall clock time (ms): 1782.153

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

Current StackSize limit: 67108864 bytes

/proc/loadavg: 1.00 1.00 1.00 3/64 8079
/proc/meminfo: memFree=1766952/2055920 swapFree=4181844/4192956
[pid=8079] ppid=8077 vsize=172 CPUtime=0
/proc/8079/stat : 8079 (java) R 8077 8079 8033 0 -1 0 201 0 0 0 0 0 0 0 19 0 1 0 201463035 176128 24 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 5686052 0 0 4096 0 0 0 0 17 0 0 0
/proc/8079/statm: 55 31 25 14 0 3 0

[startup+10.0019 s]
/proc/loadavg: 1.00 1.00 1.00 2/76 8091
/proc/meminfo: memFree=1596296/2055920 swapFree=4181844/4192956
[pid=8079] ppid=8077 vsize=1724856 CPUtime=12.06
/proc/8079/stat : 8079 (java) R 8077 8079 8033 0 -1 0 51164 0 1 0 1181 25 0 0 21 0 13 0 201463035 1766252544 44474 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071477548 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/8079/statm: 431214 44474 1906 14 0 417961 0
[pid=8079/tid=8080] ppid=8077 vsize=1724856 CPUtime=0.09
/proc/8079/task/8080/stat : 8080 (java) S 8077 8079 8033 0 -1 64 1975 0 0 0 9 0 0 0 16 0 13 0 201463039 1766252544 44474 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8079/tid=8081] ppid=8077 vsize=1724856 CPUtime=0.09
/proc/8079/task/8081/stat : 8081 (java) S 8077 8079 8033 0 -1 64 1982 0 0 0 9 0 0 0 16 0 13 0 201463039 1766252544 44474 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8079/tid=8082] ppid=8077 vsize=1724856 CPUtime=0
/proc/8079/task/8082/stat : 8082 (java) S 8077 8079 8033 0 -1 64 16 0 0 0 0 0 0 0 16 0 13 0 201463041 1766252544 44474 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=8079/tid=8083] ppid=8077 vsize=1724856 CPUtime=0
/proc/8079/task/8083/stat : 8083 (java) S 8077 8079 8033 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 201463042 1766252544 44474 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8079/tid=8084] ppid=8077 vsize=1724856 CPUtime=0
/proc/8079/task/8084/stat : 8084 (java) S 8077 8079 8033 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 201463042 1766252544 44474 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8079/tid=8085] ppid=8077 vsize=1724856 CPUtime=0
/proc/8079/task/8085/stat : 8085 (java) S 8077 8079 8033 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 201463045 1766252544 44474 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8079/tid=8086] ppid=8077 vsize=1724856 CPUtime=0
/proc/8079/task/8086/stat : 8086 (java) S 8077 8079 8033 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 201463045 1766252544 44474 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8079/tid=8087] ppid=8077 vsize=1724856 CPUtime=1.34
/proc/8079/task/8087/stat : 8087 (java) S 8077 8079 8033 0 -1 64 5011 0 0 0 132 2 0 0 16 0 13 0 201463045 1766252544 44474 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8079/tid=8088] ppid=8077 vsize=1724856 CPUtime=1.24
/proc/8079/task/8088/stat : 8088 (java) S 8077 8079 8033 0 -1 64 5569 0 0 0 122 2 0 0 17 0 13 0 201463045 1766252544 44474 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8079/tid=8089] ppid=8077 vsize=1724856 CPUtime=0
/proc/8079/task/8089/stat : 8089 (java) S 8077 8079 8033 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 201463045 1766252544 44474 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8079/tid=8090] ppid=8077 vsize=1724856 CPUtime=0
/proc/8079/task/8090/stat : 8090 (java) S 8077 8079 8033 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 201463045 1766252544 44474 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8079/tid=8091] ppid=8077 vsize=1724856 CPUtime=0
/proc/8079/task/8091/stat : 8091 (java) S 8077 8079 8033 0 -1 64 5 0 0 0 0 0 0 0 19 0 13 0 201463149 1766252544 44474 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.06
Current children cumulated vsize (Kb) 1724856

[startup+20.0086 s]
/proc/loadavg: 1.00 1.00 1.00 2/76 8091
/proc/meminfo: memFree=1574600/2055920 swapFree=4181844/4192956
[pid=8079] ppid=8077 vsize=1724856 CPUtime=22.23
/proc/8079/stat : 8079 (java) R 8077 8079 8033 0 -1 0 59084 0 1 0 2194 29 0 0 25 0 13 0 201463035 1766252544 49935 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071497852 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/8079/statm: 431214 49935 1909 14 0 417961 0
[pid=8079/tid=8080] ppid=8077 vsize=1724856 CPUtime=0.25
/proc/8079/task/8080/stat : 8080 (java) S 8077 8079 8033 0 -1 64 5554 0 0 0 23 2 0 0 16 0 13 0 201463039 1766252544 49935 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8079/tid=8081] ppid=8077 vsize=1724856 CPUtime=0.24
/proc/8079/task/8081/stat : 8081 (java) S 8077 8079 8033 0 -1 64 5889 0 0 0 22 2 0 0 16 0 13 0 201463039 1766252544 49935 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8079/tid=8082] ppid=8077 vsize=1724856 CPUtime=0
/proc/8079/task/8082/stat : 8082 (java) S 8077 8079 8033 0 -1 64 30 0 0 0 0 0 0 0 16 0 13 0 201463041 1766252544 49935 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=8079/tid=8083] ppid=8077 vsize=1724856 CPUtime=0
/proc/8079/task/8083/stat : 8083 (java) S 8077 8079 8033 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 201463042 1766252544 49935 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8079/tid=8084] ppid=8077 vsize=1724856 CPUtime=0
/proc/8079/task/8084/stat : 8084 (java) S 8077 8079 8033 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 201463042 1766252544 49935 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8079/tid=8085] ppid=8077 vsize=1724856 CPUtime=0
/proc/8079/task/8085/stat : 8085 (java) S 8077 8079 8033 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 201463045 1766252544 49935 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8079/tid=8086] ppid=8077 vsize=1724856 CPUtime=0
/proc/8079/task/8086/stat : 8086 (java) S 8077 8079 8033 0 -1 64 2 0 0 0 0 0 0 0 17 0 13 0 201463045 1766252544 49935 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8079/tid=8087] ppid=8077 vsize=1724856 CPUtime=1.36
/proc/8079/task/8087/stat : 8087 (java) S 8077 8079 8033 0 -1 64 5014 0 0 0 134 2 0 0 17 0 13 0 201463045 1766252544 49935 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8079/tid=8088] ppid=8077 vsize=1724856 CPUtime=1.26
/proc/8079/task/8088/stat : 8088 (java) S 8077 8079 8033 0 -1 64 5570 0 0 0 124 2 0 0 16 0 13 0 201463045 1766252544 49935 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8079/tid=8089] ppid=8077 vsize=1724856 CPUtime=0
/proc/8079/task/8089/stat : 8089 (java) S 8077 8079 8033 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 201463045 1766252544 49935 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8079/tid=8090] ppid=8077 vsize=1724856 CPUtime=0
/proc/8079/task/8090/stat : 8090 (java) S 8077 8079 8033 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 201463045 1766252544 49935 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8079/tid=8091] ppid=8077 vsize=1724856 CPUtime=0
/proc/8079/task/8091/stat : 8091 (java) S 8077 8079 8033 0 -1 64 5 0 0 0 0 0 0 0 19 0 13 0 201463149 1766252544 49935 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 22.23
Current children cumulated vsize (Kb) 1724856

[startup+30.016 s]
/proc/loadavg: 1.00 1.00 1.00 2/76 8091
/proc/meminfo: memFree=1566024/2055920 swapFree=4181844/4192956
[pid=8079] ppid=8077 vsize=1724856 CPUtime=32.3
/proc/8079/stat : 8079 (java) R 8077 8079 8033 0 -1 0 61652 0 1 0 3200 30 0 0 25 0 13 0 201463035 1766252544 52083 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071525417 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/8079/statm: 431214 52083 1909 14 0 417961 0
[pid=8079/tid=8080] ppid=8077 vsize=1724856 CPUtime=0.3
/proc/8079/task/8080/stat : 8080 (java) S 8077 8079 8033 0 -1 64 6850 0 0 0 28 2 0 0 16 0 13 0 201463039 1766252544 52083 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8079/tid=8081] ppid=8077 vsize=1724856 CPUtime=0.3
/proc/8079/task/8081/stat : 8081 (java) S 8077 8079 8033 0 -1 64 7154 0 0 0 28 2 0 0 16 0 13 0 201463039 1766252544 52083 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8079/tid=8082] ppid=8077 vsize=1724856 CPUtime=0
/proc/8079/task/8082/stat : 8082 (java) S 8077 8079 8033 0 -1 64 30 0 0 0 0 0 0 0 17 0 13 0 201463041 1766252544 52083 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=8079/tid=8083] ppid=8077 vsize=1724856 CPUtime=0
/proc/8079/task/8083/stat : 8083 (java) S 8077 8079 8033 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 201463042 1766252544 52083 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8079/tid=8084] ppid=8077 vsize=1724856 CPUtime=0
/proc/8079/task/8084/stat : 8084 (java) S 8077 8079 8033 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 201463042 1766252544 52083 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8079/tid=8085] ppid=8077 vsize=1724856 CPUtime=0
/proc/8079/task/8085/stat : 8085 (java) S 8077 8079 8033 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 201463045 1766252544 52083 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8079/tid=8086] ppid=8077 vsize=1724856 CPUtime=0
/proc/8079/task/8086/stat : 8086 (java) S 8077 8079 8033 0 -1 64 2 0 0 0 0 0 0 0 17 0 13 0 201463045 1766252544 52083 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8079/tid=8087] ppid=8077 vsize=1724856 CPUtime=1.36
/proc/8079/task/8087/stat : 8087 (java) S 8077 8079 8033 0 -1 64 5014 0 0 0 134 2 0 0 17 0 13 0 201463045 1766252544 52083 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8079/tid=8088] ppid=8077 vsize=1724856 CPUtime=1.27
/proc/8079/task/8088/stat : 8088 (java) S 8077 8079 8033 0 -1 64 5570 0 0 0 125 2 0 0 16 0 13 0 201463045 1766252544 52083 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8079/tid=8089] ppid=8077 vsize=1724856 CPUtime=0
/proc/8079/task/8089/stat : 8089 (java) S 8077 8079 8033 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 201463045 1766252544 52083 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8079/tid=8090] ppid=8077 vsize=1724856 CPUtime=0
/proc/8079/task/8090/stat : 8090 (java) S 8077 8079 8033 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 201463045 1766252544 52083 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8079/tid=8091] ppid=8077 vsize=1724856 CPUtime=0
/proc/8079/task/8091/stat : 8091 (java) S 8077 8079 8033 0 -1 64 5 0 0 0 0 0 0 0 19 0 13 0 201463149 1766252544 52083 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 32.3
Current children cumulated vsize (Kb) 1724856

[startup+40.0227 s]
/proc/loadavg: 1.00 1.00 1.00 2/76 8091
/proc/meminfo: memFree=1561096/2055920 swapFree=4181844/4192956
[pid=8079] ppid=8077 vsize=1724856 CPUtime=42.34
/proc/8079/stat : 8079 (java) R 8077 8079 8033 0 -1 0 63430 0 1 0 4203 31 0 0 25 0 13 0 201463035 1766252544 53246 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071477112 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/8079/statm: 431214 53246 1909 14 0 417961 0
[pid=8079/tid=8080] ppid=8077 vsize=1724856 CPUtime=0.34
/proc/8079/task/8080/stat : 8080 (java) S 8077 8079 8033 0 -1 64 7584 0 0 0 31 3 0 0 16 0 13 0 201463039 1766252544 53246 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8079/tid=8081] ppid=8077 vsize=1724856 CPUtime=0.33
/proc/8079/task/8081/stat : 8081 (java) S 8077 8079 8033 0 -1 64 8192 0 0 0 31 2 0 0 16 0 13 0 201463039 1766252544 53246 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8079/tid=8082] ppid=8077 vsize=1724856 CPUtime=0
/proc/8079/task/8082/stat : 8082 (java) S 8077 8079 8033 0 -1 64 30 0 0 0 0 0 0 0 16 0 13 0 201463041 1766252544 53246 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=8079/tid=8083] ppid=8077 vsize=1724856 CPUtime=0
/proc/8079/task/8083/stat : 8083 (java) S 8077 8079 8033 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 201463042 1766252544 53246 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8079/tid=8084] ppid=8077 vsize=1724856 CPUtime=0
/proc/8079/task/8084/stat : 8084 (java) S 8077 8079 8033 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 201463042 1766252544 53246 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8079/tid=8085] ppid=8077 vsize=1724856 CPUtime=0
/proc/8079/task/8085/stat : 8085 (java) S 8077 8079 8033 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 201463045 1766252544 53246 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8079/tid=8086] ppid=8077 vsize=1724856 CPUtime=0
/proc/8079/task/8086/stat : 8086 (java) S 8077 8079 8033 0 -1 64 2 0 0 0 0 0 0 0 17 0 13 0 201463045 1766252544 53246 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8079/tid=8087] ppid=8077 vsize=1724856 CPUtime=1.36
/proc/8079/task/8087/stat : 8087 (java) S 8077 8079 8033 0 -1 64 5014 0 0 0 134 2 0 0 17 0 13 0 201463045 1766252544 53246 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8079/tid=8088] ppid=8077 vsize=1724856 CPUtime=1.27
/proc/8079/task/8088/stat : 8088 (java) S 8077 8079 8033 0 -1 64 5570 0 0 0 125 2 0 0 16 0 13 0 201463045 1766252544 53246 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8079/tid=8089] ppid=8077 vsize=1724856 CPUtime=0
/proc/8079/task/8089/stat : 8089 (java) S 8077 8079 8033 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 201463045 1766252544 53246 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8079/tid=8090] ppid=8077 vsize=1724856 CPUtime=0
/proc/8079/task/8090/stat : 8090 (java) S 8077 8079 8033 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 201463045 1766252544 53246 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8079/tid=8091] ppid=8077 vsize=1724856 CPUtime=0
/proc/8079/task/8091/stat : 8091 (java) S 8077 8079 8033 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 201463149 1766252544 53246 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 42.34
Current children cumulated vsize (Kb) 1724856

[startup+50.0303 s]
/proc/loadavg: 1.00 1.00 1.00 2/76 8091
/proc/meminfo: memFree=1562696/2055920 swapFree=4181844/4192956
[pid=8079] ppid=8077 vsize=1724856 CPUtime=52.39
/proc/8079/stat : 8079 (java) R 8077 8079 8033 0 -1 0 64657 0 1 0 5207 32 0 0 25 0 13 0 201463035 1766252544 52856 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071502860 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/8079/statm: 431214 52856 1909 14 0 417961 0
[pid=8079/tid=8080] ppid=8077 vsize=1724856 CPUtime=0.38
/proc/8079/task/8080/stat : 8080 (java) S 8077 8079 8033 0 -1 64 8081 0 0 0 35 3 0 0 16 0 13 0 201463039 1766252544 52856 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8079/tid=8081] ppid=8077 vsize=1724856 CPUtime=0.38
/proc/8079/task/8081/stat : 8081 (java) S 8077 8079 8033 0 -1 64 8916 0 0 0 35 3 0 0 16 0 13 0 201463039 1766252544 52856 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8079/tid=8082] ppid=8077 vsize=1724856 CPUtime=0
/proc/8079/task/8082/stat : 8082 (java) S 8077 8079 8033 0 -1 64 30 0 0 0 0 0 0 0 17 0 13 0 201463041 1766252544 52856 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=8079/tid=8083] ppid=8077 vsize=1724856 CPUtime=0
/proc/8079/task/8083/stat : 8083 (java) S 8077 8079 8033 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 201463042 1766252544 52856 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8079/tid=8084] ppid=8077 vsize=1724856 CPUtime=0
/proc/8079/task/8084/stat : 8084 (java) S 8077 8079 8033 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 201463042 1766252544 52856 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8079/tid=8085] ppid=8077 vsize=1724856 CPUtime=0
/proc/8079/task/8085/stat : 8085 (java) S 8077 8079 8033 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 201463045 1766252544 52856 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8079/tid=8086] ppid=8077 vsize=1724856 CPUtime=0
/proc/8079/task/8086/stat : 8086 (java) S 8077 8079 8033 0 -1 64 2 0 0 0 0 0 0 0 17 0 13 0 201463045 1766252544 52856 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8079/tid=8087] ppid=8077 vsize=1724856 CPUtime=1.37
/proc/8079/task/8087/stat : 8087 (java) S 8077 8079 8033 0 -1 64 5014 0 0 0 135 2 0 0 17 0 13 0 201463045 1766252544 52856 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8079/tid=8088] ppid=8077 vsize=1724856 CPUtime=1.27
/proc/8079/task/8088/stat : 8088 (java) S 8077 8079 8033 0 -1 64 5570 0 0 0 125 2 0 0 16 0 13 0 201463045 1766252544 52856 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8079/tid=8089] ppid=8077 vsize=1724856 CPUtime=0
/proc/8079/task/8089/stat : 8089 (java) S 8077 8079 8033 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 201463045 1766252544 52856 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8079/tid=8090] ppid=8077 vsize=1724856 CPUtime=0
/proc/8079/task/8090/stat : 8090 (java) S 8077 8079 8033 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 201463045 1766252544 52856 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8079/tid=8091] ppid=8077 vsize=1724856 CPUtime=0
/proc/8079/task/8091/stat : 8091 (java) S 8077 8079 8033 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 201463149 1766252544 52856 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 52.39
Current children cumulated vsize (Kb) 1724856

[startup+60.038 s]
/proc/loadavg: 1.00 1.00 1.00 2/76 8091
/proc/meminfo: memFree=1565512/2055920 swapFree=4181844/4192956
[pid=8079] ppid=8077 vsize=1724856 CPUtime=62.42
/proc/8079/stat : 8079 (java) R 8077 8079 8033 0 -1 0 65421 0 1 0 6210 32 0 0 25 0 13 0 201463035 1766252544 52155 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071497864 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/8079/statm: 431214 52155 1909 14 0 417961 0
[pid=8079/tid=8080] ppid=8077 vsize=1724856 CPUtime=0.41
/proc/8079/task/8080/stat : 8080 (java) S 8077 8079 8033 0 -1 64 8494 0 0 0 38 3 0 0 16 0 13 0 201463039 1766252544 52155 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8079/tid=8081] ppid=8077 vsize=1724856 CPUtime=0.41
/proc/8079/task/8081/stat : 8081 (java) S 8077 8079 8033 0 -1 64 9261 0 0 0 38 3 0 0 16 0 13 0 201463039 1766252544 52155 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8079/tid=8082] ppid=8077 vsize=1724856 CPUtime=0
/proc/8079/task/8082/stat : 8082 (java) S 8077 8079 8033 0 -1 64 30 0 0 0 0 0 0 0 16 0 13 0 201463041 1766252544 52155 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=8079/tid=8083] ppid=8077 vsize=1724856 CPUtime=0
/proc/8079/task/8083/stat : 8083 (java) S 8077 8079 8033 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 201463042 1766252544 52155 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8079/tid=8084] ppid=8077 vsize=1724856 CPUtime=0
/proc/8079/task/8084/stat : 8084 (java) S 8077 8079 8033 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 201463042 1766252544 52155 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8079/tid=8085] ppid=8077 vsize=1724856 CPUtime=0
/proc/8079/task/8085/stat : 8085 (java) S 8077 8079 8033 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 201463045 1766252544 52155 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0

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

[pid=8079/tid=8083] ppid=8077 vsize=1724856 CPUtime=0
/proc/8079/task/8083/stat : 8083 (java) S 8077 8079 8033 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 201463042 1766252544 120997 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8079/tid=8084] ppid=8077 vsize=1724856 CPUtime=0
/proc/8079/task/8084/stat : 8084 (java) S 8077 8079 8033 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 201463042 1766252544 120997 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8079/tid=8085] ppid=8077 vsize=1724856 CPUtime=0
/proc/8079/task/8085/stat : 8085 (java) S 8077 8079 8033 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 201463045 1766252544 120997 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8079/tid=8086] ppid=8077 vsize=1724856 CPUtime=0
/proc/8079/task/8086/stat : 8086 (java) S 8077 8079 8033 0 -1 64 2 0 0 0 0 0 0 0 17 0 13 0 201463045 1766252544 120997 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8079/tid=8087] ppid=8077 vsize=1724856 CPUtime=1.42
/proc/8079/task/8087/stat : 8087 (java) S 8077 8079 8033 0 -1 64 5019 0 0 0 140 2 0 0 17 0 13 0 201463045 1766252544 120997 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8079/tid=8088] ppid=8077 vsize=1724856 CPUtime=1.33
/proc/8079/task/8088/stat : 8088 (java) S 8077 8079 8033 0 -1 64 5585 0 0 0 131 2 0 0 16 0 13 0 201463045 1766252544 120997 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8079/tid=8089] ppid=8077 vsize=1724856 CPUtime=0
/proc/8079/task/8089/stat : 8089 (java) S 8077 8079 8033 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 201463045 1766252544 120997 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8079/tid=8090] ppid=8077 vsize=1724856 CPUtime=0
/proc/8079/task/8090/stat : 8090 (java) S 8077 8079 8033 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 201463045 1766252544 120997 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8079/tid=8091] ppid=8077 vsize=1724856 CPUtime=0
/proc/8079/task/8091/stat : 8091 (java) S 8077 8079 8033 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 201463149 1766252544 120997 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1796.41
Current children cumulated vsize (Kb) 1724856

[startup+1779.33 s]
/proc/loadavg: 1.00 1.00 1.00 2/76 8093
/proc/meminfo: memFree=1289160/2055920 swapFree=4181844/4192956
[pid=8079] ppid=8077 vsize=1724856 CPUtime=1797.41
/proc/8079/stat : 8079 (java) R 8077 8079 8033 0 -1 0 200178 0 1 0 179628 113 0 0 25 0 13 0 201463035 1766252544 120997 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071509810 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/8079/statm: 431214 120997 1909 14 0 417961 0
[pid=8079/tid=8080] ppid=8077 vsize=1724856 CPUtime=16.86
/proc/8079/task/8080/stat : 8080 (java) S 8077 8079 8033 0 -1 64 53434 0 0 0 1660 26 0 0 17 0 13 0 201463039 1766252544 120997 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8079/tid=8081] ppid=8077 vsize=1724856 CPUtime=16.92
/proc/8079/task/8081/stat : 8081 (java) S 8077 8079 8033 0 -1 64 53827 0 0 0 1663 29 0 0 16 0 13 0 201463039 1766252544 120997 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8079/tid=8082] ppid=8077 vsize=1724856 CPUtime=0.29
/proc/8079/task/8082/stat : 8082 (java) S 8077 8079 8033 0 -1 64 239 0 0 0 16 13 0 0 16 0 13 0 201463041 1766252544 120997 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=8079/tid=8083] ppid=8077 vsize=1724856 CPUtime=0
/proc/8079/task/8083/stat : 8083 (java) S 8077 8079 8033 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 201463042 1766252544 120997 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8079/tid=8084] ppid=8077 vsize=1724856 CPUtime=0
/proc/8079/task/8084/stat : 8084 (java) S 8077 8079 8033 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 201463042 1766252544 120997 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8079/tid=8085] ppid=8077 vsize=1724856 CPUtime=0
/proc/8079/task/8085/stat : 8085 (java) S 8077 8079 8033 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 201463045 1766252544 120997 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8079/tid=8086] ppid=8077 vsize=1724856 CPUtime=0
/proc/8079/task/8086/stat : 8086 (java) S 8077 8079 8033 0 -1 64 2 0 0 0 0 0 0 0 17 0 13 0 201463045 1766252544 120997 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8079/tid=8087] ppid=8077 vsize=1724856 CPUtime=1.42
/proc/8079/task/8087/stat : 8087 (java) S 8077 8079 8033 0 -1 64 5019 0 0 0 140 2 0 0 17 0 13 0 201463045 1766252544 120997 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8079/tid=8088] ppid=8077 vsize=1724856 CPUtime=1.33
/proc/8079/task/8088/stat : 8088 (java) S 8077 8079 8033 0 -1 64 5585 0 0 0 131 2 0 0 16 0 13 0 201463045 1766252544 120997 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8079/tid=8089] ppid=8077 vsize=1724856 CPUtime=0
/proc/8079/task/8089/stat : 8089 (java) S 8077 8079 8033 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 201463045 1766252544 120997 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8079/tid=8090] ppid=8077 vsize=1724856 CPUtime=0
/proc/8079/task/8090/stat : 8090 (java) S 8077 8079 8033 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 201463045 1766252544 120997 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8079/tid=8091] ppid=8077 vsize=1724856 CPUtime=0
/proc/8079/task/8091/stat : 8091 (java) S 8077 8079 8033 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 201463149 1766252544 120997 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1797.41
Current children cumulated vsize (Kb) 1724856

[startup+1780.34 s]
/proc/loadavg: 1.00 1.00 1.00 2/76 8093
/proc/meminfo: memFree=1288968/2055920 swapFree=4181844/4192956
[pid=8079] ppid=8077 vsize=1724856 CPUtime=1798.45
/proc/8079/stat : 8079 (java) R 8077 8079 8033 0 -1 0 200217 0 1 0 179732 113 0 0 25 0 13 0 201463035 1766252544 121035 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071394871 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/8079/statm: 431214 121035 1909 14 0 417961 0
[pid=8079/tid=8080] ppid=8077 vsize=1724856 CPUtime=16.9
/proc/8079/task/8080/stat : 8080 (java) S 8077 8079 8033 0 -1 64 53454 0 0 0 1664 26 0 0 17 0 13 0 201463039 1766252544 121035 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8079/tid=8081] ppid=8077 vsize=1724856 CPUtime=16.95
/proc/8079/task/8081/stat : 8081 (java) S 8077 8079 8033 0 -1 64 53845 0 0 0 1666 29 0 0 16 0 13 0 201463039 1766252544 121035 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8079/tid=8082] ppid=8077 vsize=1724856 CPUtime=0.29
/proc/8079/task/8082/stat : 8082 (java) S 8077 8079 8033 0 -1 64 239 0 0 0 16 13 0 0 16 0 13 0 201463041 1766252544 121035 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=8079/tid=8083] ppid=8077 vsize=1724856 CPUtime=0
/proc/8079/task/8083/stat : 8083 (java) S 8077 8079 8033 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 201463042 1766252544 121035 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8079/tid=8084] ppid=8077 vsize=1724856 CPUtime=0
/proc/8079/task/8084/stat : 8084 (java) S 8077 8079 8033 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 201463042 1766252544 121035 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8079/tid=8085] ppid=8077 vsize=1724856 CPUtime=0
/proc/8079/task/8085/stat : 8085 (java) S 8077 8079 8033 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 201463045 1766252544 121035 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8079/tid=8086] ppid=8077 vsize=1724856 CPUtime=0
/proc/8079/task/8086/stat : 8086 (java) S 8077 8079 8033 0 -1 64 2 0 0 0 0 0 0 0 17 0 13 0 201463045 1766252544 121035 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8079/tid=8087] ppid=8077 vsize=1724856 CPUtime=1.42
/proc/8079/task/8087/stat : 8087 (java) S 8077 8079 8033 0 -1 64 5019 0 0 0 140 2 0 0 17 0 13 0 201463045 1766252544 121035 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8079/tid=8088] ppid=8077 vsize=1724856 CPUtime=1.33
/proc/8079/task/8088/stat : 8088 (java) S 8077 8079 8033 0 -1 64 5585 0 0 0 131 2 0 0 16 0 13 0 201463045 1766252544 121035 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8079/tid=8089] ppid=8077 vsize=1724856 CPUtime=0
/proc/8079/task/8089/stat : 8089 (java) S 8077 8079 8033 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 201463045 1766252544 121035 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8079/tid=8090] ppid=8077 vsize=1724856 CPUtime=0
/proc/8079/task/8090/stat : 8090 (java) S 8077 8079 8033 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 201463045 1766252544 121035 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8079/tid=8091] ppid=8077 vsize=1724856 CPUtime=0
/proc/8079/task/8091/stat : 8091 (java) S 8077 8079 8033 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 201463149 1766252544 121035 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1798.45
Current children cumulated vsize (Kb) 1724856

[startup+1781.34 s]
/proc/loadavg: 1.00 1.00 1.00 2/76 8093
/proc/meminfo: memFree=1288968/2055920 swapFree=4181844/4192956
[pid=8079] ppid=8077 vsize=1724856 CPUtime=1799.46
/proc/8079/stat : 8079 (java) R 8077 8079 8033 0 -1 0 200217 0 1 0 179833 113 0 0 25 0 13 0 201463035 1766252544 121035 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071394871 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/8079/statm: 431214 121035 1909 14 0 417961 0
[pid=8079/tid=8080] ppid=8077 vsize=1724856 CPUtime=16.9
/proc/8079/task/8080/stat : 8080 (java) S 8077 8079 8033 0 -1 64 53454 0 0 0 1664 26 0 0 17 0 13 0 201463039 1766252544 121035 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8079/tid=8081] ppid=8077 vsize=1724856 CPUtime=16.95
/proc/8079/task/8081/stat : 8081 (java) S 8077 8079 8033 0 -1 64 53845 0 0 0 1666 29 0 0 16 0 13 0 201463039 1766252544 121035 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8079/tid=8082] ppid=8077 vsize=1724856 CPUtime=0.29
/proc/8079/task/8082/stat : 8082 (java) S 8077 8079 8033 0 -1 64 239 0 0 0 16 13 0 0 16 0 13 0 201463041 1766252544 121035 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=8079/tid=8083] ppid=8077 vsize=1724856 CPUtime=0
/proc/8079/task/8083/stat : 8083 (java) S 8077 8079 8033 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 201463042 1766252544 121035 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8079/tid=8084] ppid=8077 vsize=1724856 CPUtime=0
/proc/8079/task/8084/stat : 8084 (java) S 8077 8079 8033 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 201463042 1766252544 121035 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8079/tid=8085] ppid=8077 vsize=1724856 CPUtime=0
/proc/8079/task/8085/stat : 8085 (java) S 8077 8079 8033 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 201463045 1766252544 121035 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8079/tid=8086] ppid=8077 vsize=1724856 CPUtime=0
/proc/8079/task/8086/stat : 8086 (java) S 8077 8079 8033 0 -1 64 2 0 0 0 0 0 0 0 17 0 13 0 201463045 1766252544 121035 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8079/tid=8087] ppid=8077 vsize=1724856 CPUtime=1.42
/proc/8079/task/8087/stat : 8087 (java) S 8077 8079 8033 0 -1 64 5019 0 0 0 140 2 0 0 17 0 13 0 201463045 1766252544 121035 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8079/tid=8088] ppid=8077 vsize=1724856 CPUtime=1.33
/proc/8079/task/8088/stat : 8088 (java) S 8077 8079 8033 0 -1 64 5585 0 0 0 131 2 0 0 16 0 13 0 201463045 1766252544 121035 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8079/tid=8089] ppid=8077 vsize=1724856 CPUtime=0
/proc/8079/task/8089/stat : 8089 (java) S 8077 8079 8033 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 201463045 1766252544 121035 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8079/tid=8090] ppid=8077 vsize=1724856 CPUtime=0
/proc/8079/task/8090/stat : 8090 (java) S 8077 8079 8033 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 201463045 1766252544 121035 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8079/tid=8091] ppid=8077 vsize=1724856 CPUtime=0
/proc/8079/task/8091/stat : 8091 (java) S 8077 8079 8033 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 201463149 1766252544 121035 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1799.46
Current children cumulated vsize (Kb) 1724856

[startup+1782.35 s]
/proc/loadavg: 1.00 1.00 1.00 2/76 8093
/proc/meminfo: memFree=1288968/2055920 swapFree=4181844/4192956
[pid=8079] ppid=8077 vsize=1724856 CPUtime=1800.46
/proc/8079/stat : 8079 (java) R 8077 8079 8033 0 -1 0 200217 0 1 0 179933 113 0 0 25 0 13 0 201463035 1766252544 121035 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071512365 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/8079/statm: 431214 121035 1909 14 0 417961 0
[pid=8079/tid=8080] ppid=8077 vsize=1724856 CPUtime=16.9
/proc/8079/task/8080/stat : 8080 (java) S 8077 8079 8033 0 -1 64 53454 0 0 0 1664 26 0 0 17 0 13 0 201463039 1766252544 121035 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8079/tid=8081] ppid=8077 vsize=1724856 CPUtime=16.95
/proc/8079/task/8081/stat : 8081 (java) S 8077 8079 8033 0 -1 64 53845 0 0 0 1666 29 0 0 16 0 13 0 201463039 1766252544 121035 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8079/tid=8082] ppid=8077 vsize=1724856 CPUtime=0.29
/proc/8079/task/8082/stat : 8082 (java) S 8077 8079 8033 0 -1 64 239 0 0 0 16 13 0 0 16 0 13 0 201463041 1766252544 121035 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=8079/tid=8083] ppid=8077 vsize=1724856 CPUtime=0
/proc/8079/task/8083/stat : 8083 (java) S 8077 8079 8033 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 201463042 1766252544 121035 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8079/tid=8084] ppid=8077 vsize=1724856 CPUtime=0
/proc/8079/task/8084/stat : 8084 (java) S 8077 8079 8033 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 201463042 1766252544 121035 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8079/tid=8085] ppid=8077 vsize=1724856 CPUtime=0
/proc/8079/task/8085/stat : 8085 (java) S 8077 8079 8033 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 201463045 1766252544 121035 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8079/tid=8086] ppid=8077 vsize=1724856 CPUtime=0
/proc/8079/task/8086/stat : 8086 (java) S 8077 8079 8033 0 -1 64 2 0 0 0 0 0 0 0 17 0 13 0 201463045 1766252544 121035 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8079/tid=8087] ppid=8077 vsize=1724856 CPUtime=1.42
/proc/8079/task/8087/stat : 8087 (java) S 8077 8079 8033 0 -1 64 5019 0 0 0 140 2 0 0 17 0 13 0 201463045 1766252544 121035 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8079/tid=8088] ppid=8077 vsize=1724856 CPUtime=1.33
/proc/8079/task/8088/stat : 8088 (java) S 8077 8079 8033 0 -1 64 5585 0 0 0 131 2 0 0 16 0 13 0 201463045 1766252544 121035 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8079/tid=8089] ppid=8077 vsize=1724856 CPUtime=0
/proc/8079/task/8089/stat : 8089 (java) S 8077 8079 8033 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 201463045 1766252544 121035 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8079/tid=8090] ppid=8077 vsize=1724856 CPUtime=0
/proc/8079/task/8090/stat : 8090 (java) S 8077 8079 8033 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 201463045 1766252544 121035 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8079/tid=8091] ppid=8077 vsize=1724856 CPUtime=0
/proc/8079/task/8091/stat : 8091 (java) S 8077 8079 8033 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 201463149 1766252544 121035 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.46
Current children cumulated vsize (Kb) 1724856



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1782.35 s]
/proc/loadavg: 1.00 1.00 1.00 2/76 8093
/proc/meminfo: memFree=1288968/2055920 swapFree=4181844/4192956
[pid=8079] ppid=8077 vsize=1724856 CPUtime=1800.47
/proc/8079/stat : 8079 (java) R 8077 8079 8033 0 -1 0 200217 0 1 0 179934 113 0 0 25 0 13 0 201463035 1766252544 121035 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071502746 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/8079/statm: 431214 121035 1909 14 0 417961 0
[pid=8079/tid=8080] ppid=8077 vsize=1724856 CPUtime=16.9
/proc/8079/task/8080/stat : 8080 (java) S 8077 8079 8033 0 -1 64 53454 0 0 0 1664 26 0 0 17 0 13 0 201463039 1766252544 121035 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8079/tid=8081] ppid=8077 vsize=1724856 CPUtime=16.95
/proc/8079/task/8081/stat : 8081 (java) S 8077 8079 8033 0 -1 64 53845 0 0 0 1666 29 0 0 16 0 13 0 201463039 1766252544 121035 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8079/tid=8082] ppid=8077 vsize=1724856 CPUtime=0.29
/proc/8079/task/8082/stat : 8082 (java) S 8077 8079 8033 0 -1 64 239 0 0 0 16 13 0 0 16 0 13 0 201463041 1766252544 121035 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=8079/tid=8083] ppid=8077 vsize=1724856 CPUtime=0
/proc/8079/task/8083/stat : 8083 (java) S 8077 8079 8033 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 201463042 1766252544 121035 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8079/tid=8084] ppid=8077 vsize=1724856 CPUtime=0
/proc/8079/task/8084/stat : 8084 (java) S 8077 8079 8033 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 201463042 1766252544 121035 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8079/tid=8085] ppid=8077 vsize=1724856 CPUtime=0
/proc/8079/task/8085/stat : 8085 (java) S 8077 8079 8033 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 201463045 1766252544 121035 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8079/tid=8086] ppid=8077 vsize=1724856 CPUtime=0
/proc/8079/task/8086/stat : 8086 (java) S 8077 8079 8033 0 -1 64 2 0 0 0 0 0 0 0 17 0 13 0 201463045 1766252544 121035 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8079/tid=8087] ppid=8077 vsize=1724856 CPUtime=1.42
/proc/8079/task/8087/stat : 8087 (java) S 8077 8079 8033 0 -1 64 5019 0 0 0 140 2 0 0 17 0 13 0 201463045 1766252544 121035 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8079/tid=8088] ppid=8077 vsize=1724856 CPUtime=1.33
/proc/8079/task/8088/stat : 8088 (java) S 8077 8079 8033 0 -1 64 5585 0 0 0 131 2 0 0 16 0 13 0 201463045 1766252544 121035 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8079/tid=8089] ppid=8077 vsize=1724856 CPUtime=0
/proc/8079/task/8089/stat : 8089 (java) S 8077 8079 8033 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 201463045 1766252544 121035 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8079/tid=8090] ppid=8077 vsize=1724856 CPUtime=0
/proc/8079/task/8090/stat : 8090 (java) S 8077 8079 8033 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 201463045 1766252544 121035 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8079/tid=8091] ppid=8077 vsize=1724856 CPUtime=0
/proc/8079/task/8091/stat : 8091 (java) S 8077 8079 8033 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 201463149 1766252544 121035 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.47
Current children cumulated vsize (Kb) 1724856

Sending SIGTERM to -8079
Sleeping 2 seconds

Child status: 143
Real time (s): 1782.47
CPU time (s): 1800.59
CPU user time (s): 1799.39
CPU system time (s): 1.20782
CPU usage (%): 101.017
Max. virtual memory (cumulated for all children) (Kb): 1724856

Launcher Data (download as text)

Begin job on node65 on Sat Jun  3 18:05:37 UTC 2006


FILE ID= 44041-1149357937

PBS_JOBID= 311348

BENCH NAME= HOME/pub/bench/PB06//final/normalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/MIPLIB/miplib2003/normalized-reduced-mps-v2-20-10-timtab2.opb
COMMAND LINE= java -server -Xms1500M -Xmx1500M -jar ROOT/solvers/PB/PB06final/user5/sat4jPseudoPlus.jar ROOT/tmp/node65/44041-1149357937/instance-44041-1149357937.opb 952080869
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node65/watcher-44041-1149357937 -o ROOT/results/node65/solver-44041-1149357937 -C 1800 -M 1800 -S 64  java -server -Xms1500M -Xmx1500M -jar ROOT/solvers/PB/PB06final/user5/sat4jPseudoPlus.jar ROOT/tmp/node65/44041-1149357937/instance-44041-1149357937.opb 952080869

MD5SUM SOLVER= e9637a7554f3ecdf74c1815f89d00213
MD5SUM BENCH=  1f089a89b25a106d39527c716bfdba75

RANDOM SEED= 952080869


/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.283
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.283
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:       1767160 kB
Buffers:         19556 kB
Cached:         205468 kB
SwapCached:       2776 kB
Active:          53684 kB
Inactive:       179940 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1767160 kB
SwapTotal:     4192956 kB
SwapFree:      4181844 kB
Dirty:             172 kB
Writeback:           0 kB
Mapped:          14748 kB
Slab:            41048 kB
Committed_AS:   348444 kB
PageTables:       1480 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB


End job on node65 on Sat Jun  3 18:35:20 UTC 2006