Trace number 42201

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 NameAnswerCPU timeWall clock time
SAT4JPSEUDO 2006.2 Heuristics? (TO) 1800.34 1794.54

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/
liu/vdw/normalized-vdw_k5_l4_n750.opb
MD5SUM84dfc4b706a5e82746c96ff285501708
Bench CategorySATUNSAT-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark14.7248
Has Objective FunctionNO
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved NO
Number of variables3750
Total number of constraints467625
Number of constraints which are clauses466875
Number of constraints which are cardinality constraints (but not clauses)750
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint4
Maximum length of a constraint5
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 7
Number of bits of the biggest sum of numbers3
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-34.ELsmp
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@1df073d
0.20	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@1546e25
0.20	c org.sat4j.minisat.learning.MiniSATLearning@b66cc
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/node87/42201-1149225769/instance-42201-1149225769.opb
0.20	c reading problem ... 
51.64	c ... done. Time 51.43 ms.
51.64	c #vars     3750
51.64	c #constraints  468375
1794.33	c starts		: 17
1794.33	c conflicts		: 153914
1794.33	c decisions		: 273002
1794.33	c propagations		: 21953192
1794.33	c inspects		: 264752956
1794.33	c learnt literals	: 0
1794.33	c learnt binary clauses	: 0
1794.33	c learnt ternary clauses	: 0
1794.33	c learnt clauses	: 153913
1794.33	c root simplifications	: 0
1794.33	c removed literals (reason simplification)	: 0
1794.33	c reason swapping (by a shorter reason)	: 0
1794.33	c Calls to reduceDB	: 0
1794.33	c speed (decisions/second)	: 156.65551532401057
1794.33	c non guided choices	1090
1794.33	s UNKNOWN
1794.33	c Total wall clock time (ms): 1794.128

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

Current StackSize limit: 67108864 bytes

/proc/loadavg: 0.93 1.01 0.98 2/67 19423
/proc/meminfo: memFree=1693416/2055888 swapFree=4085412/4096564
[pid=19423] ppid=19421 vsize=1788 CPUtime=0
/proc/19423/stat : 19423 (java) D 19421 19423 19378 0 -1 0 170 0 0 0 0 0 0 0 18 0 1 0 188216068 1830912 139 18446744073709551615 134512640 134570276 4294956608 18446744073709551615 4294960144 0 2147483391 4096 0 18446744072099917094 0 0 17 1 0 0
/proc/19423/statm: 447 139 104 14 0 91 0

[startup+10.0033 s]
/proc/loadavg: 0.94 1.01 0.98 2/78 19434
/proc/meminfo: memFree=1504040/2055888 swapFree=4085412/4096564
[pid=19423] ppid=19421 vsize=1711064 CPUtime=10.74
/proc/19423/stat : 19423 (java) R 19421 19423 19378 0 -1 0 51466 0 1 0 1049 25 0 0 24 0 12 0 188216068 1752129536 49159 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071334753 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/19423/statm: 427766 49159 1878 14 0 414512 0
[pid=19423/tid=19424] ppid=19421 vsize=1711064 CPUtime=0.13
/proc/19423/task/19424/stat : 19424 (java) S 19421 19423 19378 0 -1 64 2557 0 0 0 12 1 0 0 15 0 12 0 188216071 1752129536 49159 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19423/tid=19425] ppid=19421 vsize=1711064 CPUtime=0.13
/proc/19423/task/19425/stat : 19425 (java) S 19421 19423 19378 0 -1 64 2552 0 0 0 12 1 0 0 16 0 12 0 188216071 1752129536 49159 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19423/tid=19426] ppid=19421 vsize=1711064 CPUtime=0
/proc/19423/task/19426/stat : 19426 (java) S 19421 19423 19378 0 -1 64 27 0 0 0 0 0 0 0 16 0 12 0 188216074 1752129536 49159 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=19423/tid=19427] ppid=19421 vsize=1711064 CPUtime=0
/proc/19423/task/19427/stat : 19427 (java) S 19421 19423 19378 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 188216074 1752129536 49159 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19423/tid=19428] ppid=19421 vsize=1711064 CPUtime=0
/proc/19423/task/19428/stat : 19428 (java) S 19421 19423 19378 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 188216074 1752129536 49159 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19423/tid=19429] ppid=19421 vsize=1711064 CPUtime=0
/proc/19423/task/19429/stat : 19429 (java) S 19421 19423 19378 0 -1 64 0 0 0 0 0 0 0 0 24 0 12 0 188216078 1752129536 49159 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19423/tid=19430] ppid=19421 vsize=1711064 CPUtime=0
/proc/19423/task/19430/stat : 19430 (java) S 19421 19423 19378 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 188216078 1752129536 49159 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19423/tid=19431] ppid=19421 vsize=1711064 CPUtime=0.37
/proc/19423/task/19431/stat : 19431 (java) S 19421 19423 19378 0 -1 64 1026 0 0 0 37 0 0 0 17 0 12 0 188216078 1752129536 49159 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19423/tid=19432] ppid=19421 vsize=1711064 CPUtime=0.43
/proc/19423/task/19432/stat : 19432 (java) S 19421 19423 19378 0 -1 64 1451 0 0 0 43 0 0 0 16 0 12 0 188216078 1752129536 49159 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19423/tid=19433] ppid=19421 vsize=1711064 CPUtime=0
/proc/19423/task/19433/stat : 19433 (java) S 19421 19423 19378 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 188216078 1752129536 49159 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19423/tid=19434] ppid=19421 vsize=1711064 CPUtime=0
/proc/19423/task/19434/stat : 19434 (java) S 19421 19423 19378 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 188216078 1752129536 49159 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 10.74
Current children cumulated vsize (Kb) 1711064

[startup+20.0095 s]
/proc/loadavg: 0.95 1.01 0.98 2/78 19434
/proc/meminfo: memFree=1492008/2055888 swapFree=4085412/4096564
[pid=19423] ppid=19421 vsize=1711064 CPUtime=20.85
/proc/19423/stat : 19423 (java) R 19421 19423 19378 0 -1 0 54865 0 1 0 2058 27 0 0 18 0 12 0 188216068 1752129536 52228 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071466833 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/19423/statm: 427766 52228 1878 14 0 414512 0
[pid=19423/tid=19424] ppid=19421 vsize=1711064 CPUtime=0.25
/proc/19423/task/19424/stat : 19424 (java) S 19421 19423 19378 0 -1 64 4395 0 0 0 23 2 0 0 16 0 12 0 188216071 1752129536 52228 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19423/tid=19425] ppid=19421 vsize=1711064 CPUtime=0.25
/proc/19423/task/19425/stat : 19425 (java) S 19421 19423 19378 0 -1 64 4055 0 0 0 23 2 0 0 16 0 12 0 188216071 1752129536 52228 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19423/tid=19426] ppid=19421 vsize=1711064 CPUtime=0
/proc/19423/task/19426/stat : 19426 (java) S 19421 19423 19378 0 -1 64 27 0 0 0 0 0 0 0 16 0 12 0 188216074 1752129536 52228 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=19423/tid=19427] ppid=19421 vsize=1711064 CPUtime=0
/proc/19423/task/19427/stat : 19427 (java) S 19421 19423 19378 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 188216074 1752129536 52228 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19423/tid=19428] ppid=19421 vsize=1711064 CPUtime=0
/proc/19423/task/19428/stat : 19428 (java) S 19421 19423 19378 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 188216074 1752129536 52228 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19423/tid=19429] ppid=19421 vsize=1711064 CPUtime=0
/proc/19423/task/19429/stat : 19429 (java) S 19421 19423 19378 0 -1 64 0 0 0 0 0 0 0 0 24 0 12 0 188216078 1752129536 52228 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19423/tid=19430] ppid=19421 vsize=1711064 CPUtime=0
/proc/19423/task/19430/stat : 19430 (java) S 19421 19423 19378 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 188216078 1752129536 52228 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19423/tid=19431] ppid=19421 vsize=1711064 CPUtime=0.37
/proc/19423/task/19431/stat : 19431 (java) S 19421 19423 19378 0 -1 64 1026 0 0 0 37 0 0 0 17 0 12 0 188216078 1752129536 52228 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19423/tid=19432] ppid=19421 vsize=1711064 CPUtime=0.43
/proc/19423/task/19432/stat : 19432 (java) S 19421 19423 19378 0 -1 64 1451 0 0 0 43 0 0 0 16 0 12 0 188216078 1752129536 52228 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19423/tid=19433] ppid=19421 vsize=1711064 CPUtime=0
/proc/19423/task/19433/stat : 19433 (java) S 19421 19423 19378 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 188216078 1752129536 52228 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19423/tid=19434] ppid=19421 vsize=1711064 CPUtime=0
/proc/19423/task/19434/stat : 19434 (java) S 19421 19423 19378 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 188216078 1752129536 52228 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 20.85
Current children cumulated vsize (Kb) 1711064

[startup+30.0157 s]
/proc/loadavg: 0.96 1.00 0.98 2/78 19434
/proc/meminfo: memFree=1483624/2055888 swapFree=4085412/4096564
[pid=19423] ppid=19421 vsize=1711064 CPUtime=30.98
/proc/19423/stat : 19423 (java) R 19421 19423 19378 0 -1 0 57092 0 1 0 3069 29 0 0 25 0 12 0 188216068 1752129536 54324 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071330586 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/19423/statm: 427766 54324 1878 14 0 414512 0
[pid=19423/tid=19424] ppid=19421 vsize=1711064 CPUtime=0.37
/proc/19423/task/19424/stat : 19424 (java) S 19421 19423 19378 0 -1 64 5399 0 0 0 35 2 0 0 16 0 12 0 188216071 1752129536 54324 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19423/tid=19425] ppid=19421 vsize=1711064 CPUtime=0.38
/proc/19423/task/19425/stat : 19425 (java) S 19421 19423 19378 0 -1 64 5261 0 0 0 36 2 0 0 16 0 12 0 188216071 1752129536 54324 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19423/tid=19426] ppid=19421 vsize=1711064 CPUtime=0.01
/proc/19423/task/19426/stat : 19426 (java) S 19421 19423 19378 0 -1 64 27 0 0 0 0 1 0 0 16 0 12 0 188216074 1752129536 54324 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=19423/tid=19427] ppid=19421 vsize=1711064 CPUtime=0
/proc/19423/task/19427/stat : 19427 (java) S 19421 19423 19378 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 188216074 1752129536 54324 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19423/tid=19428] ppid=19421 vsize=1711064 CPUtime=0
/proc/19423/task/19428/stat : 19428 (java) S 19421 19423 19378 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 188216074 1752129536 54324 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19423/tid=19429] ppid=19421 vsize=1711064 CPUtime=0
/proc/19423/task/19429/stat : 19429 (java) S 19421 19423 19378 0 -1 64 0 0 0 0 0 0 0 0 24 0 12 0 188216078 1752129536 54324 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19423/tid=19430] ppid=19421 vsize=1711064 CPUtime=0
/proc/19423/task/19430/stat : 19430 (java) S 19421 19423 19378 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 188216078 1752129536 54324 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19423/tid=19431] ppid=19421 vsize=1711064 CPUtime=0.37
/proc/19423/task/19431/stat : 19431 (java) S 19421 19423 19378 0 -1 64 1026 0 0 0 37 0 0 0 17 0 12 0 188216078 1752129536 54324 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19423/tid=19432] ppid=19421 vsize=1711064 CPUtime=0.43
/proc/19423/task/19432/stat : 19432 (java) S 19421 19423 19378 0 -1 64 1451 0 0 0 43 0 0 0 16 0 12 0 188216078 1752129536 54324 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19423/tid=19433] ppid=19421 vsize=1711064 CPUtime=0
/proc/19423/task/19433/stat : 19433 (java) S 19421 19423 19378 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 188216078 1752129536 54324 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19423/tid=19434] ppid=19421 vsize=1711064 CPUtime=0
/proc/19423/task/19434/stat : 19434 (java) S 19421 19423 19378 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 188216078 1752129536 54324 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 30.98
Current children cumulated vsize (Kb) 1711064

[startup+40.0228 s]
/proc/loadavg: 0.97 1.00 0.98 2/78 19434
/proc/meminfo: memFree=1472936/2055888 swapFree=4085412/4096564
[pid=19423] ppid=19421 vsize=1711064 CPUtime=41.14
/proc/19423/stat : 19423 (java) R 19421 19423 19378 0 -1 0 59987 0 1 0 4083 31 0 0 17 0 12 0 188216068 1752129536 56995 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071466611 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/19423/statm: 427766 56995 1878 14 0 414512 0
[pid=19423/tid=19424] ppid=19421 vsize=1711064 CPUtime=0.53
/proc/19423/task/19424/stat : 19424 (java) S 19421 19423 19378 0 -1 64 6835 0 0 0 50 3 0 0 16 0 12 0 188216071 1752129536 56995 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19423/tid=19425] ppid=19421 vsize=1711064 CPUtime=0.54
/proc/19423/task/19425/stat : 19425 (java) S 19421 19423 19378 0 -1 64 6702 0 0 0 51 3 0 0 16 0 12 0 188216071 1752129536 56995 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19423/tid=19426] ppid=19421 vsize=1711064 CPUtime=0.01
/proc/19423/task/19426/stat : 19426 (java) S 19421 19423 19378 0 -1 64 27 0 0 0 0 1 0 0 15 0 12 0 188216074 1752129536 56995 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=19423/tid=19427] ppid=19421 vsize=1711064 CPUtime=0
/proc/19423/task/19427/stat : 19427 (java) S 19421 19423 19378 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 188216074 1752129536 56995 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19423/tid=19428] ppid=19421 vsize=1711064 CPUtime=0
/proc/19423/task/19428/stat : 19428 (java) S 19421 19423 19378 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 188216074 1752129536 56995 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19423/tid=19429] ppid=19421 vsize=1711064 CPUtime=0
/proc/19423/task/19429/stat : 19429 (java) S 19421 19423 19378 0 -1 64 0 0 0 0 0 0 0 0 24 0 12 0 188216078 1752129536 56995 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19423/tid=19430] ppid=19421 vsize=1711064 CPUtime=0
/proc/19423/task/19430/stat : 19430 (java) S 19421 19423 19378 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 188216078 1752129536 56995 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19423/tid=19431] ppid=19421 vsize=1711064 CPUtime=0.37
/proc/19423/task/19431/stat : 19431 (java) S 19421 19423 19378 0 -1 64 1026 0 0 0 37 0 0 0 17 0 12 0 188216078 1752129536 56995 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19423/tid=19432] ppid=19421 vsize=1711064 CPUtime=0.43
/proc/19423/task/19432/stat : 19432 (java) S 19421 19423 19378 0 -1 64 1451 0 0 0 43 0 0 0 16 0 12 0 188216078 1752129536 56995 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19423/tid=19433] ppid=19421 vsize=1711064 CPUtime=0
/proc/19423/task/19433/stat : 19433 (java) S 19421 19423 19378 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 188216078 1752129536 56995 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19423/tid=19434] ppid=19421 vsize=1711064 CPUtime=0
/proc/19423/task/19434/stat : 19434 (java) S 19421 19423 19378 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 188216078 1752129536 56995 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 41.14
Current children cumulated vsize (Kb) 1711064

[startup+50.03 s]
/proc/loadavg: 0.97 1.00 0.98 2/78 19434
/proc/meminfo: memFree=1463464/2055888 swapFree=4085412/4096564
[pid=19423] ppid=19421 vsize=1711064 CPUtime=51.3
/proc/19423/stat : 19423 (java) R 19421 19423 19378 0 -1 0 62420 0 1 0 5096 34 0 0 25 0 12 0 188216068 1752129536 59375 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071477207 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/19423/statm: 427766 59375 1878 14 0 414512 0
[pid=19423/tid=19424] ppid=19421 vsize=1711064 CPUtime=0.69
/proc/19423/task/19424/stat : 19424 (java) S 19421 19423 19378 0 -1 64 7633 0 0 0 66 3 0 0 16 0 12 0 188216071 1752129536 59375 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19423/tid=19425] ppid=19421 vsize=1711064 CPUtime=0.71
/proc/19423/task/19425/stat : 19425 (java) S 19421 19423 19378 0 -1 64 8320 0 0 0 67 4 0 0 16 0 12 0 188216071 1752129536 59375 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19423/tid=19426] ppid=19421 vsize=1711064 CPUtime=0.01
/proc/19423/task/19426/stat : 19426 (java) S 19421 19423 19378 0 -1 64 27 0 0 0 0 1 0 0 15 0 12 0 188216074 1752129536 59375 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=19423/tid=19427] ppid=19421 vsize=1711064 CPUtime=0
/proc/19423/task/19427/stat : 19427 (java) S 19421 19423 19378 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 188216074 1752129536 59375 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19423/tid=19428] ppid=19421 vsize=1711064 CPUtime=0
/proc/19423/task/19428/stat : 19428 (java) S 19421 19423 19378 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 188216074 1752129536 59375 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19423/tid=19429] ppid=19421 vsize=1711064 CPUtime=0
/proc/19423/task/19429/stat : 19429 (java) S 19421 19423 19378 0 -1 64 0 0 0 0 0 0 0 0 24 0 12 0 188216078 1752129536 59375 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19423/tid=19430] ppid=19421 vsize=1711064 CPUtime=0
/proc/19423/task/19430/stat : 19430 (java) S 19421 19423 19378 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 188216078 1752129536 59375 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19423/tid=19431] ppid=19421 vsize=1711064 CPUtime=0.37
/proc/19423/task/19431/stat : 19431 (java) S 19421 19423 19378 0 -1 64 1026 0 0 0 37 0 0 0 17 0 12 0 188216078 1752129536 59375 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19423/tid=19432] ppid=19421 vsize=1711064 CPUtime=0.43
/proc/19423/task/19432/stat : 19432 (java) S 19421 19423 19378 0 -1 64 1451 0 0 0 43 0 0 0 16 0 12 0 188216078 1752129536 59375 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19423/tid=19433] ppid=19421 vsize=1711064 CPUtime=0
/proc/19423/task/19433/stat : 19433 (java) S 19421 19423 19378 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 188216078 1752129536 59375 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19423/tid=19434] ppid=19421 vsize=1711064 CPUtime=0
/proc/19423/task/19434/stat : 19434 (java) S 19421 19423 19378 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 188216078 1752129536 59375 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 51.3
Current children cumulated vsize (Kb) 1711064

[startup+60.0372 s]
/proc/loadavg: 0.97 1.00 0.98 2/79 19435
/proc/meminfo: memFree=1460192/2055888 swapFree=4085412/4096564
[pid=19423] ppid=19421 vsize=1712604 CPUtime=61.66
/proc/19423/stat : 19423 (java) R 19421 19423 19378 0 -1 0 63380 0 1 0 6132 34 0 0 25 0 13 0 188216068 1753706496 60206 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071539538 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/19423/statm: 428151 60206 1904 14 0 414897 0
[pid=19423/tid=19424] ppid=19421 vsize=1712604 CPUtime=0.72
/proc/19423/task/19424/stat : 19424 (java) S 19421 19423 19378 0 -1 64 7921 0 0 0 69 3 0 0 16 0 13 0 188216071 1753706496 60206 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19423/tid=19425] ppid=19421 vsize=1712604 CPUtime=0.74
/proc/19423/task/19425/stat : 19425 (java) S 19421 19423 19378 0 -1 64 8598 0 0 0 70 4 0 0 16 0 13 0 188216071 1753706496 60206 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19423/tid=19426] ppid=19421 vsize=1712604 CPUtime=0.01
/proc/19423/task/19426/stat : 19426 (java) S 19421 19423 19378 0 -1 64 27 0 0 0 0 1 0 0 16 0 13 0 188216074 1753706496 60206 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=19423/tid=19427] ppid=19421 vsize=1712604 CPUtime=0
/proc/19423/task/19427/stat : 19427 (java) S 19421 19423 19378 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 188216074 1753706496 60206 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19423/tid=19428] ppid=19421 vsize=1712604 CPUtime=0
/proc/19423/task/19428/stat : 19428 (java) S 19421 19423 19378 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 188216074 1753706496 60206 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19423/tid=19429] ppid=19421 vsize=1712604 CPUtime=0
/proc/19423/task/19429/stat : 19429 (java) S 19421 19423 19378 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 188216078 1753706496 60206 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19423/tid=19430] ppid=19421 vsize=1712604 CPUtime=0
/proc/19423/task/19430/stat : 19430 (java) S 19421 19423 19378 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 188216078 1753706496 60206 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19423/tid=19431] ppid=19421 vsize=1712604 CPUtime=0.57
/proc/19423/task/19431/stat : 19431 (java) S 19421 19423 19378 0 -1 64 1049 0 0 0 57 0 0 0 16 0 13 0 188216078 1753706496 60206 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19423/tid=19432] ppid=19421 vsize=1712604 CPUtime=0.7
/proc/19423/task/19432/stat : 19432 (java) S 19421 19423 19378 0 -1 64 1760 0 0 0 70 0 0 0 17 0 13 0 188216078 1753706496 60206 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19423/tid=19433] ppid=19421 vsize=1712604 CPUtime=0
/proc/19423/task/19433/stat : 19433 (java) S 19421 19423 19378 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 188216078 1753706496 60206 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19423/tid=19434] ppid=19421 vsize=1712604 CPUtime=0
/proc/19423/task/19434/stat : 19434 (java) S 19421 19423 19378 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 188216078 1753706496 60206 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0

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

[pid=19423/tid=19427] ppid=19421 vsize=1714652 CPUtime=0
/proc/19423/task/19427/stat : 19427 (java) S 19421 19423 19378 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 188216074 1755803648 111283 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19423/tid=19428] ppid=19421 vsize=1714652 CPUtime=0
/proc/19423/task/19428/stat : 19428 (java) S 19421 19423 19378 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 188216074 1755803648 111283 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19423/tid=19429] ppid=19421 vsize=1714652 CPUtime=0
/proc/19423/task/19429/stat : 19429 (java) S 19421 19423 19378 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 188216078 1755803648 111283 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19423/tid=19430] ppid=19421 vsize=1714652 CPUtime=0
/proc/19423/task/19430/stat : 19430 (java) S 19421 19423 19378 0 -1 64 2 0 0 0 0 0 0 0 17 0 13 0 188216078 1755803648 111283 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19423/tid=19431] ppid=19421 vsize=1714652 CPUtime=0.68
/proc/19423/task/19431/stat : 19431 (java) S 19421 19423 19378 0 -1 64 1056 0 0 0 68 0 0 0 16 0 13 0 188216078 1755803648 111283 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19423/tid=19432] ppid=19421 vsize=1714652 CPUtime=0.89
/proc/19423/task/19432/stat : 19432 (java) S 19421 19423 19378 0 -1 64 2812 0 0 0 88 1 0 0 17 0 13 0 188216078 1755803648 111283 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19423/tid=19433] ppid=19421 vsize=1714652 CPUtime=0
/proc/19423/task/19433/stat : 19433 (java) S 19421 19423 19378 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 188216078 1755803648 111283 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19423/tid=19434] ppid=19421 vsize=1714652 CPUtime=0
/proc/19423/task/19434/stat : 19434 (java) S 19421 19423 19378 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 188216078 1755803648 111283 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19423/tid=19435] ppid=19421 vsize=1714652 CPUtime=0
/proc/19423/task/19435/stat : 19435 (java) S 19421 19423 19378 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 188221233 1755803648 111283 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1796.21
Current children cumulated vsize (Kb) 1714652

[startup+1791.31 s]
/proc/loadavg: 1.04 1.01 1.00 2/79 19437
/proc/meminfo: memFree=1254240/2055888 swapFree=4085412/4096564
[pid=19423] ppid=19421 vsize=1714652 CPUtime=1797.21
/proc/19423/stat : 19423 (java) R 19421 19423 19378 0 -1 0 148140 0 1 0 179648 73 0 0 25 0 13 0 188216068 1755803648 111283 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071539813 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/19423/statm: 428663 111283 1910 14 0 415409 0
[pid=19423/tid=19424] ppid=19421 vsize=1714652 CPUtime=5.36
/proc/19423/task/19424/stat : 19424 (java) S 19421 19423 19378 0 -1 64 49464 0 0 0 516 20 0 0 16 0 13 0 188216071 1755803648 111283 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19423/tid=19425] ppid=19421 vsize=1714652 CPUtime=5.36
/proc/19423/task/19425/stat : 19425 (java) S 19421 19423 19378 0 -1 64 50483 0 0 0 516 20 0 0 16 0 13 0 188216071 1755803648 111283 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19423/tid=19426] ppid=19421 vsize=1714652 CPUtime=0.08
/proc/19423/task/19426/stat : 19426 (java) S 19421 19423 19378 0 -1 64 28 0 0 0 3 5 0 0 16 0 13 0 188216074 1755803648 111283 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=19423/tid=19427] ppid=19421 vsize=1714652 CPUtime=0
/proc/19423/task/19427/stat : 19427 (java) S 19421 19423 19378 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 188216074 1755803648 111283 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19423/tid=19428] ppid=19421 vsize=1714652 CPUtime=0
/proc/19423/task/19428/stat : 19428 (java) S 19421 19423 19378 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 188216074 1755803648 111283 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19423/tid=19429] ppid=19421 vsize=1714652 CPUtime=0
/proc/19423/task/19429/stat : 19429 (java) S 19421 19423 19378 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 188216078 1755803648 111283 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19423/tid=19430] ppid=19421 vsize=1714652 CPUtime=0
/proc/19423/task/19430/stat : 19430 (java) S 19421 19423 19378 0 -1 64 2 0 0 0 0 0 0 0 17 0 13 0 188216078 1755803648 111283 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19423/tid=19431] ppid=19421 vsize=1714652 CPUtime=0.68
/proc/19423/task/19431/stat : 19431 (java) S 19421 19423 19378 0 -1 64 1056 0 0 0 68 0 0 0 16 0 13 0 188216078 1755803648 111283 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19423/tid=19432] ppid=19421 vsize=1714652 CPUtime=0.89
/proc/19423/task/19432/stat : 19432 (java) S 19421 19423 19378 0 -1 64 2812 0 0 0 88 1 0 0 17 0 13 0 188216078 1755803648 111283 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19423/tid=19433] ppid=19421 vsize=1714652 CPUtime=0
/proc/19423/task/19433/stat : 19433 (java) S 19421 19423 19378 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 188216078 1755803648 111283 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19423/tid=19434] ppid=19421 vsize=1714652 CPUtime=0
/proc/19423/task/19434/stat : 19434 (java) S 19421 19423 19378 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 188216078 1755803648 111283 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19423/tid=19435] ppid=19421 vsize=1714652 CPUtime=0
/proc/19423/task/19435/stat : 19435 (java) S 19421 19423 19378 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 188221233 1755803648 111283 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1797.21
Current children cumulated vsize (Kb) 1714652

[startup+1792.31 s]
/proc/loadavg: 1.04 1.01 1.00 2/79 19437
/proc/meminfo: memFree=1254240/2055888 swapFree=4085412/4096564
[pid=19423] ppid=19421 vsize=1714652 CPUtime=1798.22
/proc/19423/stat : 19423 (java) R 19421 19423 19378 0 -1 0 148140 0 1 0 179749 73 0 0 25 0 13 0 188216068 1755803648 111283 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071607032 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/19423/statm: 428663 111283 1910 14 0 415409 0
[pid=19423/tid=19424] ppid=19421 vsize=1714652 CPUtime=5.36
/proc/19423/task/19424/stat : 19424 (java) S 19421 19423 19378 0 -1 64 49464 0 0 0 516 20 0 0 16 0 13 0 188216071 1755803648 111283 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19423/tid=19425] ppid=19421 vsize=1714652 CPUtime=5.36
/proc/19423/task/19425/stat : 19425 (java) S 19421 19423 19378 0 -1 64 50483 0 0 0 516 20 0 0 16 0 13 0 188216071 1755803648 111283 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19423/tid=19426] ppid=19421 vsize=1714652 CPUtime=0.08
/proc/19423/task/19426/stat : 19426 (java) S 19421 19423 19378 0 -1 64 28 0 0 0 3 5 0 0 16 0 13 0 188216074 1755803648 111283 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=19423/tid=19427] ppid=19421 vsize=1714652 CPUtime=0
/proc/19423/task/19427/stat : 19427 (java) S 19421 19423 19378 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 188216074 1755803648 111283 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19423/tid=19428] ppid=19421 vsize=1714652 CPUtime=0
/proc/19423/task/19428/stat : 19428 (java) S 19421 19423 19378 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 188216074 1755803648 111283 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19423/tid=19429] ppid=19421 vsize=1714652 CPUtime=0
/proc/19423/task/19429/stat : 19429 (java) S 19421 19423 19378 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 188216078 1755803648 111283 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19423/tid=19430] ppid=19421 vsize=1714652 CPUtime=0
/proc/19423/task/19430/stat : 19430 (java) S 19421 19423 19378 0 -1 64 2 0 0 0 0 0 0 0 17 0 13 0 188216078 1755803648 111283 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19423/tid=19431] ppid=19421 vsize=1714652 CPUtime=0.68
/proc/19423/task/19431/stat : 19431 (java) S 19421 19423 19378 0 -1 64 1056 0 0 0 68 0 0 0 16 0 13 0 188216078 1755803648 111283 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19423/tid=19432] ppid=19421 vsize=1714652 CPUtime=0.89
/proc/19423/task/19432/stat : 19432 (java) S 19421 19423 19378 0 -1 64 2812 0 0 0 88 1 0 0 17 0 13 0 188216078 1755803648 111283 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19423/tid=19433] ppid=19421 vsize=1714652 CPUtime=0
/proc/19423/task/19433/stat : 19433 (java) S 19421 19423 19378 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 188216078 1755803648 111283 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19423/tid=19434] ppid=19421 vsize=1714652 CPUtime=0
/proc/19423/task/19434/stat : 19434 (java) S 19421 19423 19378 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 188216078 1755803648 111283 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19423/tid=19435] ppid=19421 vsize=1714652 CPUtime=0
/proc/19423/task/19435/stat : 19435 (java) S 19421 19423 19378 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 188221233 1755803648 111283 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1798.22
Current children cumulated vsize (Kb) 1714652

[startup+1793.32 s]
/proc/loadavg: 1.04 1.01 1.00 2/79 19437
/proc/meminfo: memFree=1253920/2055888 swapFree=4085412/4096564
[pid=19423] ppid=19421 vsize=1714652 CPUtime=1799.24
/proc/19423/stat : 19423 (java) R 19421 19423 19378 0 -1 0 148282 0 1 0 179851 73 0 0 22 0 13 0 188216068 1755803648 111383 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071539944 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/19423/statm: 428663 111383 1910 14 0 415409 0
[pid=19423/tid=19424] ppid=19421 vsize=1714652 CPUtime=5.38
/proc/19423/task/19424/stat : 19424 (java) S 19421 19423 19378 0 -1 64 49550 0 0 0 518 20 0 0 17 0 13 0 188216071 1755803648 111383 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19423/tid=19425] ppid=19421 vsize=1714652 CPUtime=5.38
/proc/19423/task/19425/stat : 19425 (java) S 19421 19423 19378 0 -1 64 50538 0 0 0 518 20 0 0 16 0 13 0 188216071 1755803648 111383 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19423/tid=19426] ppid=19421 vsize=1714652 CPUtime=0.08
/proc/19423/task/19426/stat : 19426 (java) S 19421 19423 19378 0 -1 64 28 0 0 0 3 5 0 0 15 0 13 0 188216074 1755803648 111383 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=19423/tid=19427] ppid=19421 vsize=1714652 CPUtime=0
/proc/19423/task/19427/stat : 19427 (java) S 19421 19423 19378 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 188216074 1755803648 111383 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19423/tid=19428] ppid=19421 vsize=1714652 CPUtime=0
/proc/19423/task/19428/stat : 19428 (java) S 19421 19423 19378 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 188216074 1755803648 111383 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19423/tid=19429] ppid=19421 vsize=1714652 CPUtime=0
/proc/19423/task/19429/stat : 19429 (java) S 19421 19423 19378 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 188216078 1755803648 111383 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19423/tid=19430] ppid=19421 vsize=1714652 CPUtime=0
/proc/19423/task/19430/stat : 19430 (java) S 19421 19423 19378 0 -1 64 2 0 0 0 0 0 0 0 17 0 13 0 188216078 1755803648 111383 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19423/tid=19431] ppid=19421 vsize=1714652 CPUtime=0.68
/proc/19423/task/19431/stat : 19431 (java) S 19421 19423 19378 0 -1 64 1056 0 0 0 68 0 0 0 16 0 13 0 188216078 1755803648 111383 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19423/tid=19432] ppid=19421 vsize=1714652 CPUtime=0.89
/proc/19423/task/19432/stat : 19432 (java) S 19421 19423 19378 0 -1 64 2812 0 0 0 88 1 0 0 17 0 13 0 188216078 1755803648 111383 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19423/tid=19433] ppid=19421 vsize=1714652 CPUtime=0
/proc/19423/task/19433/stat : 19433 (java) S 19421 19423 19378 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 188216078 1755803648 111383 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19423/tid=19434] ppid=19421 vsize=1714652 CPUtime=0
/proc/19423/task/19434/stat : 19434 (java) S 19421 19423 19378 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 188216078 1755803648 111383 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19423/tid=19435] ppid=19421 vsize=1714652 CPUtime=0
/proc/19423/task/19435/stat : 19435 (java) S 19421 19423 19378 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 188221233 1755803648 111383 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1799.24
Current children cumulated vsize (Kb) 1714652

[startup+1794.33 s]
/proc/loadavg: 1.04 1.01 1.00 2/79 19437
/proc/meminfo: memFree=1253920/2055888 swapFree=4085412/4096564
[pid=19423] ppid=19421 vsize=1714652 CPUtime=1800.25
/proc/19423/stat : 19423 (java) R 19421 19423 19378 0 -1 0 148282 0 1 0 179952 73 0 0 25 0 13 0 188216068 1755803648 111383 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071539579 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/19423/statm: 428663 111383 1910 14 0 415409 0
[pid=19423/tid=19424] ppid=19421 vsize=1714652 CPUtime=5.38
/proc/19423/task/19424/stat : 19424 (java) S 19421 19423 19378 0 -1 64 49550 0 0 0 518 20 0 0 17 0 13 0 188216071 1755803648 111383 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19423/tid=19425] ppid=19421 vsize=1714652 CPUtime=5.38
/proc/19423/task/19425/stat : 19425 (java) S 19421 19423 19378 0 -1 64 50538 0 0 0 518 20 0 0 16 0 13 0 188216071 1755803648 111383 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19423/tid=19426] ppid=19421 vsize=1714652 CPUtime=0.08
/proc/19423/task/19426/stat : 19426 (java) S 19421 19423 19378 0 -1 64 28 0 0 0 3 5 0 0 16 0 13 0 188216074 1755803648 111383 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=19423/tid=19427] ppid=19421 vsize=1714652 CPUtime=0
/proc/19423/task/19427/stat : 19427 (java) S 19421 19423 19378 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 188216074 1755803648 111383 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19423/tid=19428] ppid=19421 vsize=1714652 CPUtime=0
/proc/19423/task/19428/stat : 19428 (java) S 19421 19423 19378 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 188216074 1755803648 111383 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19423/tid=19429] ppid=19421 vsize=1714652 CPUtime=0
/proc/19423/task/19429/stat : 19429 (java) S 19421 19423 19378 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 188216078 1755803648 111383 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19423/tid=19430] ppid=19421 vsize=1714652 CPUtime=0
/proc/19423/task/19430/stat : 19430 (java) S 19421 19423 19378 0 -1 64 2 0 0 0 0 0 0 0 17 0 13 0 188216078 1755803648 111383 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19423/tid=19431] ppid=19421 vsize=1714652 CPUtime=0.68
/proc/19423/task/19431/stat : 19431 (java) S 19421 19423 19378 0 -1 64 1056 0 0 0 68 0 0 0 16 0 13 0 188216078 1755803648 111383 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19423/tid=19432] ppid=19421 vsize=1714652 CPUtime=0.89
/proc/19423/task/19432/stat : 19432 (java) S 19421 19423 19378 0 -1 64 2812 0 0 0 88 1 0 0 17 0 13 0 188216078 1755803648 111383 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19423/tid=19433] ppid=19421 vsize=1714652 CPUtime=0
/proc/19423/task/19433/stat : 19433 (java) S 19421 19423 19378 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 188216078 1755803648 111383 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19423/tid=19434] ppid=19421 vsize=1714652 CPUtime=0
/proc/19423/task/19434/stat : 19434 (java) S 19421 19423 19378 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 188216078 1755803648 111383 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19423/tid=19435] ppid=19421 vsize=1714652 CPUtime=0
/proc/19423/task/19435/stat : 19435 (java) S 19421 19423 19378 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 188221233 1755803648 111383 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.25
Current children cumulated vsize (Kb) 1714652



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1794.33 s]
/proc/loadavg: 1.04 1.01 1.00 2/79 19437
/proc/meminfo: memFree=1253920/2055888 swapFree=4085412/4096564
[pid=19423] ppid=19421 vsize=1714652 CPUtime=1800.25
/proc/19423/stat : 19423 (java) R 19421 19423 19378 0 -1 0 148282 0 1 0 179952 73 0 0 25 0 13 0 188216068 1755803648 111383 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071539944 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/19423/statm: 428663 111383 1910 14 0 415409 0
[pid=19423/tid=19424] ppid=19421 vsize=1714652 CPUtime=5.38
/proc/19423/task/19424/stat : 19424 (java) S 19421 19423 19378 0 -1 64 49550 0 0 0 518 20 0 0 17 0 13 0 188216071 1755803648 111383 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19423/tid=19425] ppid=19421 vsize=1714652 CPUtime=5.38
/proc/19423/task/19425/stat : 19425 (java) S 19421 19423 19378 0 -1 64 50538 0 0 0 518 20 0 0 16 0 13 0 188216071 1755803648 111383 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19423/tid=19426] ppid=19421 vsize=1714652 CPUtime=0.08
/proc/19423/task/19426/stat : 19426 (java) S 19421 19423 19378 0 -1 64 28 0 0 0 3 5 0 0 16 0 13 0 188216074 1755803648 111383 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=19423/tid=19427] ppid=19421 vsize=1714652 CPUtime=0
/proc/19423/task/19427/stat : 19427 (java) S 19421 19423 19378 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 188216074 1755803648 111383 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19423/tid=19428] ppid=19421 vsize=1714652 CPUtime=0
/proc/19423/task/19428/stat : 19428 (java) S 19421 19423 19378 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 188216074 1755803648 111383 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19423/tid=19429] ppid=19421 vsize=1714652 CPUtime=0
/proc/19423/task/19429/stat : 19429 (java) S 19421 19423 19378 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 188216078 1755803648 111383 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19423/tid=19430] ppid=19421 vsize=1714652 CPUtime=0
/proc/19423/task/19430/stat : 19430 (java) S 19421 19423 19378 0 -1 64 2 0 0 0 0 0 0 0 17 0 13 0 188216078 1755803648 111383 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19423/tid=19431] ppid=19421 vsize=1714652 CPUtime=0.68
/proc/19423/task/19431/stat : 19431 (java) S 19421 19423 19378 0 -1 64 1056 0 0 0 68 0 0 0 16 0 13 0 188216078 1755803648 111383 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19423/tid=19432] ppid=19421 vsize=1714652 CPUtime=0.89
/proc/19423/task/19432/stat : 19432 (java) S 19421 19423 19378 0 -1 64 2812 0 0 0 88 1 0 0 17 0 13 0 188216078 1755803648 111383 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19423/tid=19433] ppid=19421 vsize=1714652 CPUtime=0
/proc/19423/task/19433/stat : 19433 (java) S 19421 19423 19378 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 188216078 1755803648 111383 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19423/tid=19434] ppid=19421 vsize=1714652 CPUtime=0
/proc/19423/task/19434/stat : 19434 (java) S 19421 19423 19378 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 188216078 1755803648 111383 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19423/tid=19435] ppid=19421 vsize=1714652 CPUtime=0
/proc/19423/task/19435/stat : 19435 (java) S 19421 19423 19378 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 188221233 1755803648 111383 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.25
Current children cumulated vsize (Kb) 1714652

Sending SIGTERM to -19423
Sleeping 2 seconds

Child status: 143
Real time (s): 1794.54
CPU time (s): 1800.34
CPU user time (s): 1799.53
CPU system time (s): 0.804877
CPU usage (%): 100.323
Max. virtual memory (cumulated for all children) (Kb): 1714652

Launcher Data (download as text)

Begin job on node87 on Fri Jun  2 05:22:49 UTC 2006


FILE ID= 42201-1149225769

PBS_JOBID= 295824

BENCH NAME= ROOT/tmp/node87/42201-1149225769/instance-42201-1149225769.opb
COMMAND LINE= java -server -Xms1500M -Xmx1500M -jar ROOT/solvers/PB/PB06final/user5/sat4jPseudoHeuristics.jar ROOT/tmp/node87/42201-1149225769/instance-42201-1149225769.opb 825469781
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node87/watcher-42201-1149225769 -o ROOT/results/node87/solver-42201-1149225769 -C 1800 -M 1800 -S 64  java -server -Xms1500M -Xmx1500M -jar ROOT/solvers/PB/PB06final/user5/sat4jPseudoHeuristics.jar ROOT/tmp/node87/42201-1149225769/instance-42201-1149225769.opb 825469781

MD5SUM SOLVER= 3cef94aa015dc0dd234d31843a257d70
MD5SUM BENCH=  84dfc4b706a5e82746c96ff285501708

RANDOM SEED= 825469781


/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.234
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 6006.17
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.234
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5999.44
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055888 kB
MemFree:       1693624 kB
Buffers:         27768 kB
Cached:         260080 kB
SwapCached:       2512 kB
Active:         105680 kB
Inactive:       190976 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055888 kB
LowFree:       1693624 kB
SwapTotal:     4096564 kB
SwapFree:      4085412 kB
Dirty:             192 kB
Writeback:           0 kB
Mapped:          16792 kB
Slab:            52252 kB
Committed_AS:   202448 kB
PageTables:       1276 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264388 kB
VmallocChunk: 536606243 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB


End job on node87 on Fri Jun  2 05:52:44 UTC 2006