Trace number 43631

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? (TO) 1800.33 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-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/node1/43631-1149225680/instance-43631-1149225680.opb
0.20	c reading problem ... 
52.96	c ... done. Time 52.755 ms.
52.96	c #vars     3750
52.96	c #constraints  468375
1794.41	c starts		: 17
1794.41	c conflicts		: 151742
1794.41	c decisions		: 269355
1794.41	c propagations		: 21645539
1794.41	c inspects		: 259808783
1794.41	c learnt literals	: 0
1794.41	c learnt binary clauses	: 0
1794.41	c learnt ternary clauses	: 0
1794.41	c learnt clauses	: 151741
1794.41	c root simplifications	: 0
1794.41	c removed literals (reason simplification)	: 0
1794.41	c reason swapping (by a shorter reason)	: 0
1794.41	c Calls to reduceDB	: 0
1794.41	c speed (decisions/second)	: 154.67336302516762
1794.41	c non guided choices	1090
1794.41	s UNKNOWN
1794.41	c Total wall clock time (ms): 1794.207

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

Current StackSize limit: 67108864 bytes

/proc/loadavg: 0.91 0.95 0.90 3/64 23072
/proc/meminfo: memFree=1326864/2055920 swapFree=4181380/4192956
[pid=23072] ppid=23070 vsize=1784 CPUtime=0
/proc/23072/stat : 23072 (java) R 23070 23072 23027 0 -1 0 133 0 0 0 0 0 0 0 18 0 1 0 188229746 1826816 105 18446744073709551615 134512640 134570276 4294956624 18446744073709551615 134541856 0 0 4096 0 0 0 0 17 1 0 0
/proc/23072/statm: 446 112 86 14 0 91 0

[startup+10.0018 s]
/proc/loadavg: 0.93 0.95 0.90 2/75 23083
/proc/meminfo: memFree=1137664/2055920 swapFree=4181380/4192956
[pid=23072] ppid=23070 vsize=1711472 CPUtime=10.78
/proc/23072/stat : 23072 (java) R 23070 23072 23027 0 -1 0 51701 0 1 0 1053 25 0 0 25 0 12 0 188229746 1752547328 49101 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071345738 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23072/statm: 427868 49101 1876 14 0 414615 0
[pid=23072/tid=23073] ppid=23070 vsize=1711472 CPUtime=0.15
/proc/23072/task/23073/stat : 23073 (java) S 23070 23072 23027 0 -1 64 2409 0 0 0 15 0 0 0 15 0 12 0 188229750 1752547328 49101 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23072/tid=23074] ppid=23070 vsize=1711472 CPUtime=0.15
/proc/23072/task/23074/stat : 23074 (java) S 23070 23072 23027 0 -1 64 2781 0 0 0 14 1 0 0 16 0 12 0 188229750 1752547328 49101 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23072/tid=23075] ppid=23070 vsize=1711472 CPUtime=0
/proc/23072/task/23075/stat : 23075 (java) S 23070 23072 23027 0 -1 64 28 0 0 0 0 0 0 0 16 0 12 0 188229752 1752547328 49101 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=23072/tid=23076] ppid=23070 vsize=1711472 CPUtime=0
/proc/23072/task/23076/stat : 23076 (java) S 23070 23072 23027 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 188229753 1752547328 49101 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23072/tid=23077] ppid=23070 vsize=1711472 CPUtime=0
/proc/23072/task/23077/stat : 23077 (java) S 23070 23072 23027 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 188229753 1752547328 49101 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23072/tid=23078] ppid=23070 vsize=1711472 CPUtime=0
/proc/23072/task/23078/stat : 23078 (java) S 23070 23072 23027 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 188229756 1752547328 49101 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23072/tid=23079] ppid=23070 vsize=1711472 CPUtime=0
/proc/23072/task/23079/stat : 23079 (java) S 23070 23072 23027 0 -1 64 3 0 0 0 0 0 0 0 15 0 12 0 188229756 1752547328 49101 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23072/tid=23080] ppid=23070 vsize=1711472 CPUtime=0.36
/proc/23072/task/23080/stat : 23080 (java) S 23070 23072 23027 0 -1 64 1294 0 0 0 36 0 0 0 17 0 12 0 188229756 1752547328 49101 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23072/tid=23081] ppid=23070 vsize=1711472 CPUtime=0.42
/proc/23072/task/23081/stat : 23081 (java) S 23070 23072 23027 0 -1 64 1330 0 0 0 42 0 0 0 16 0 12 0 188229756 1752547328 49101 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23072/tid=23082] ppid=23070 vsize=1711472 CPUtime=0
/proc/23072/task/23082/stat : 23082 (java) S 23070 23072 23027 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 188229756 1752547328 49101 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23072/tid=23083] ppid=23070 vsize=1711472 CPUtime=0
/proc/23072/task/23083/stat : 23083 (java) S 23070 23072 23027 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 188229756 1752547328 49101 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 10.78
Current children cumulated vsize (Kb) 1711472

[startup+20.009 s]
/proc/loadavg: 0.94 0.96 0.91 2/75 23083
/proc/meminfo: memFree=1126536/2055920 swapFree=4181380/4192956
[pid=23072] ppid=23070 vsize=1711472 CPUtime=20.9
/proc/23072/stat : 23072 (java) R 23070 23072 23027 0 -1 0 54758 0 1 0 2062 28 0 0 25 0 12 0 188229746 1752547328 51941 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071345668 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23072/statm: 427868 51941 1876 14 0 414615 0
[pid=23072/tid=23073] ppid=23070 vsize=1711472 CPUtime=0.27
/proc/23072/task/23073/stat : 23073 (java) S 23070 23072 23027 0 -1 64 4267 0 0 0 26 1 0 0 15 0 12 0 188229750 1752547328 51941 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23072/tid=23074] ppid=23070 vsize=1711472 CPUtime=0.25
/proc/23072/task/23074/stat : 23074 (java) S 23070 23072 23027 0 -1 64 3924 0 0 0 24 1 0 0 16 0 12 0 188229750 1752547328 51941 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23072/tid=23075] ppid=23070 vsize=1711472 CPUtime=0
/proc/23072/task/23075/stat : 23075 (java) S 23070 23072 23027 0 -1 64 28 0 0 0 0 0 0 0 16 0 12 0 188229752 1752547328 51941 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=23072/tid=23076] ppid=23070 vsize=1711472 CPUtime=0
/proc/23072/task/23076/stat : 23076 (java) S 23070 23072 23027 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 188229753 1752547328 51941 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23072/tid=23077] ppid=23070 vsize=1711472 CPUtime=0
/proc/23072/task/23077/stat : 23077 (java) S 23070 23072 23027 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 188229753 1752547328 51941 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23072/tid=23078] ppid=23070 vsize=1711472 CPUtime=0
/proc/23072/task/23078/stat : 23078 (java) S 23070 23072 23027 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 188229756 1752547328 51941 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23072/tid=23079] ppid=23070 vsize=1711472 CPUtime=0
/proc/23072/task/23079/stat : 23079 (java) S 23070 23072 23027 0 -1 64 3 0 0 0 0 0 0 0 15 0 12 0 188229756 1752547328 51941 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23072/tid=23080] ppid=23070 vsize=1711472 CPUtime=0.36
/proc/23072/task/23080/stat : 23080 (java) S 23070 23072 23027 0 -1 64 1294 0 0 0 36 0 0 0 17 0 12 0 188229756 1752547328 51941 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23072/tid=23081] ppid=23070 vsize=1711472 CPUtime=0.42
/proc/23072/task/23081/stat : 23081 (java) S 23070 23072 23027 0 -1 64 1330 0 0 0 42 0 0 0 16 0 12 0 188229756 1752547328 51941 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23072/tid=23082] ppid=23070 vsize=1711472 CPUtime=0
/proc/23072/task/23082/stat : 23082 (java) S 23070 23072 23027 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 188229756 1752547328 51941 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23072/tid=23083] ppid=23070 vsize=1711472 CPUtime=0
/proc/23072/task/23083/stat : 23083 (java) S 23070 23072 23027 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 188229756 1752547328 51941 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 20.9
Current children cumulated vsize (Kb) 1711472

[startup+30.0162 s]
/proc/loadavg: 0.95 0.96 0.91 2/75 23083
/proc/meminfo: memFree=1117640/2055920 swapFree=4181380/4192956
[pid=23072] ppid=23070 vsize=1711472 CPUtime=31.03
/proc/23072/stat : 23072 (java) R 23070 23072 23027 0 -1 0 57133 0 1 0 3073 30 0 0 19 0 12 0 188229746 1752547328 54186 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071479070 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23072/statm: 427868 54186 1876 14 0 414615 0
[pid=23072/tid=23073] ppid=23070 vsize=1711472 CPUtime=0.4
/proc/23072/task/23073/stat : 23073 (java) S 23070 23072 23027 0 -1 64 5084 0 0 0 39 1 0 0 16 0 12 0 188229750 1752547328 54186 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23072/tid=23074] ppid=23070 vsize=1711472 CPUtime=0.41
/proc/23072/task/23074/stat : 23074 (java) S 23070 23072 23027 0 -1 64 5464 0 0 0 39 2 0 0 16 0 12 0 188229750 1752547328 54186 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23072/tid=23075] ppid=23070 vsize=1711472 CPUtime=0
/proc/23072/task/23075/stat : 23075 (java) S 23070 23072 23027 0 -1 64 29 0 0 0 0 0 0 0 16 0 12 0 188229752 1752547328 54186 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=23072/tid=23076] ppid=23070 vsize=1711472 CPUtime=0
/proc/23072/task/23076/stat : 23076 (java) S 23070 23072 23027 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 188229753 1752547328 54186 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23072/tid=23077] ppid=23070 vsize=1711472 CPUtime=0
/proc/23072/task/23077/stat : 23077 (java) S 23070 23072 23027 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 188229753 1752547328 54186 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23072/tid=23078] ppid=23070 vsize=1711472 CPUtime=0
/proc/23072/task/23078/stat : 23078 (java) S 23070 23072 23027 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 188229756 1752547328 54186 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23072/tid=23079] ppid=23070 vsize=1711472 CPUtime=0
/proc/23072/task/23079/stat : 23079 (java) S 23070 23072 23027 0 -1 64 3 0 0 0 0 0 0 0 15 0 12 0 188229756 1752547328 54186 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23072/tid=23080] ppid=23070 vsize=1711472 CPUtime=0.36
/proc/23072/task/23080/stat : 23080 (java) S 23070 23072 23027 0 -1 64 1294 0 0 0 36 0 0 0 17 0 12 0 188229756 1752547328 54186 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23072/tid=23081] ppid=23070 vsize=1711472 CPUtime=0.42
/proc/23072/task/23081/stat : 23081 (java) S 23070 23072 23027 0 -1 64 1330 0 0 0 42 0 0 0 16 0 12 0 188229756 1752547328 54186 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23072/tid=23082] ppid=23070 vsize=1711472 CPUtime=0
/proc/23072/task/23082/stat : 23082 (java) S 23070 23072 23027 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 188229756 1752547328 54186 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23072/tid=23083] ppid=23070 vsize=1711472 CPUtime=0
/proc/23072/task/23083/stat : 23083 (java) S 23070 23072 23027 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 188229756 1752547328 54186 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 31.03
Current children cumulated vsize (Kb) 1711472

[startup+40.0234 s]
/proc/loadavg: 0.95 0.96 0.91 2/75 23083
/proc/meminfo: memFree=1107336/2055920 swapFree=4181380/4192956
[pid=23072] ppid=23070 vsize=1711472 CPUtime=41.19
/proc/23072/stat : 23072 (java) R 23070 23072 23027 0 -1 0 59985 0 1 0 4087 32 0 0 18 0 12 0 188229746 1752547328 56758 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071478859 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23072/statm: 427868 56758 1876 14 0 414615 0
[pid=23072/tid=23073] ppid=23070 vsize=1711472 CPUtime=0.56
/proc/23072/task/23073/stat : 23073 (java) S 23070 23072 23027 0 -1 64 6779 0 0 0 54 2 0 0 15 0 12 0 188229750 1752547328 56758 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23072/tid=23074] ppid=23070 vsize=1711472 CPUtime=0.56
/proc/23072/task/23074/stat : 23074 (java) S 23070 23072 23027 0 -1 64 6603 0 0 0 54 2 0 0 16 0 12 0 188229750 1752547328 56758 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23072/tid=23075] ppid=23070 vsize=1711472 CPUtime=0.01
/proc/23072/task/23075/stat : 23075 (java) S 23070 23072 23027 0 -1 64 29 0 0 0 1 0 0 0 15 0 12 0 188229752 1752547328 56758 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=23072/tid=23076] ppid=23070 vsize=1711472 CPUtime=0
/proc/23072/task/23076/stat : 23076 (java) S 23070 23072 23027 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 188229753 1752547328 56758 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23072/tid=23077] ppid=23070 vsize=1711472 CPUtime=0
/proc/23072/task/23077/stat : 23077 (java) S 23070 23072 23027 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 188229753 1752547328 56758 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23072/tid=23078] ppid=23070 vsize=1711472 CPUtime=0
/proc/23072/task/23078/stat : 23078 (java) S 23070 23072 23027 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 188229756 1752547328 56758 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23072/tid=23079] ppid=23070 vsize=1711472 CPUtime=0
/proc/23072/task/23079/stat : 23079 (java) S 23070 23072 23027 0 -1 64 3 0 0 0 0 0 0 0 15 0 12 0 188229756 1752547328 56758 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23072/tid=23080] ppid=23070 vsize=1711472 CPUtime=0.36
/proc/23072/task/23080/stat : 23080 (java) S 23070 23072 23027 0 -1 64 1294 0 0 0 36 0 0 0 16 0 12 0 188229756 1752547328 56758 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23072/tid=23081] ppid=23070 vsize=1711472 CPUtime=0.42
/proc/23072/task/23081/stat : 23081 (java) S 23070 23072 23027 0 -1 64 1330 0 0 0 42 0 0 0 16 0 12 0 188229756 1752547328 56758 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23072/tid=23082] ppid=23070 vsize=1711472 CPUtime=0
/proc/23072/task/23082/stat : 23082 (java) S 23070 23072 23027 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 188229756 1752547328 56758 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23072/tid=23083] ppid=23070 vsize=1711472 CPUtime=0
/proc/23072/task/23083/stat : 23083 (java) S 23070 23072 23027 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 188229756 1752547328 56758 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 41.19
Current children cumulated vsize (Kb) 1711472

[startup+50.0306 s]
/proc/loadavg: 0.96 0.96 0.91 2/75 23083
/proc/meminfo: memFree=1097864/2055920 swapFree=4181380/4192956
[pid=23072] ppid=23070 vsize=1711472 CPUtime=51.37
/proc/23072/stat : 23072 (java) R 23070 23072 23027 0 -1 0 62430 0 1 0 5103 34 0 0 25 0 12 0 188229746 1752547328 59134 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071478643 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23072/statm: 427868 59134 1876 14 0 414615 0
[pid=23072/tid=23073] ppid=23070 vsize=1711472 CPUtime=0.74
/proc/23072/task/23073/stat : 23073 (java) S 23070 23072 23027 0 -1 64 7576 0 0 0 72 2 0 0 16 0 12 0 188229750 1752547328 59134 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23072/tid=23074] ppid=23070 vsize=1711472 CPUtime=0.75
/proc/23072/task/23074/stat : 23074 (java) S 23070 23072 23027 0 -1 64 8233 0 0 0 72 3 0 0 15 0 12 0 188229750 1752547328 59134 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23072/tid=23075] ppid=23070 vsize=1711472 CPUtime=0.01
/proc/23072/task/23075/stat : 23075 (java) S 23070 23072 23027 0 -1 64 30 0 0 0 1 0 0 0 16 0 12 0 188229752 1752547328 59134 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=23072/tid=23076] ppid=23070 vsize=1711472 CPUtime=0
/proc/23072/task/23076/stat : 23076 (java) S 23070 23072 23027 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 188229753 1752547328 59134 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23072/tid=23077] ppid=23070 vsize=1711472 CPUtime=0
/proc/23072/task/23077/stat : 23077 (java) S 23070 23072 23027 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 188229753 1752547328 59134 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23072/tid=23078] ppid=23070 vsize=1711472 CPUtime=0
/proc/23072/task/23078/stat : 23078 (java) S 23070 23072 23027 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 188229756 1752547328 59134 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23072/tid=23079] ppid=23070 vsize=1711472 CPUtime=0
/proc/23072/task/23079/stat : 23079 (java) S 23070 23072 23027 0 -1 64 3 0 0 0 0 0 0 0 15 0 12 0 188229756 1752547328 59134 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23072/tid=23080] ppid=23070 vsize=1711472 CPUtime=0.36
/proc/23072/task/23080/stat : 23080 (java) S 23070 23072 23027 0 -1 64 1294 0 0 0 36 0 0 0 16 0 12 0 188229756 1752547328 59134 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23072/tid=23081] ppid=23070 vsize=1711472 CPUtime=0.42
/proc/23072/task/23081/stat : 23081 (java) S 23070 23072 23027 0 -1 64 1330 0 0 0 42 0 0 0 16 0 12 0 188229756 1752547328 59134 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23072/tid=23082] ppid=23070 vsize=1711472 CPUtime=0
/proc/23072/task/23082/stat : 23082 (java) S 23070 23072 23027 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 188229756 1752547328 59134 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23072/tid=23083] ppid=23070 vsize=1711472 CPUtime=0
/proc/23072/task/23083/stat : 23083 (java) S 23070 23072 23027 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 188229756 1752547328 59134 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 51.37
Current children cumulated vsize (Kb) 1711472

[startup+60.0377 s]
/proc/loadavg: 1.04 0.98 0.91 2/76 23084
/proc/meminfo: memFree=1093696/2055920 swapFree=4181380/4192956
[pid=23072] ppid=23070 vsize=1712628 CPUtime=61.86
/proc/23072/stat : 23072 (java) R 23070 23072 23027 0 -1 0 63672 0 1 0 6150 36 0 0 22 0 13 0 188229746 1753731072 60164 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071534687 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23072/statm: 428157 60164 1903 14 0 414904 0
[pid=23072/tid=23073] ppid=23070 vsize=1712628 CPUtime=0.8
/proc/23072/task/23073/stat : 23073 (java) S 23070 23072 23027 0 -1 64 8004 0 0 0 78 2 0 0 16 0 13 0 188229750 1753731072 60164 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23072/tid=23074] ppid=23070 vsize=1712628 CPUtime=0.8
/proc/23072/task/23074/stat : 23074 (java) S 23070 23072 23027 0 -1 64 8590 0 0 0 77 3 0 0 16 0 13 0 188229750 1753731072 60164 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23072/tid=23075] ppid=23070 vsize=1712628 CPUtime=0.01
/proc/23072/task/23075/stat : 23075 (java) S 23070 23072 23027 0 -1 64 30 0 0 0 1 0 0 0 16 0 13 0 188229752 1753731072 60164 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=23072/tid=23076] ppid=23070 vsize=1712628 CPUtime=0
/proc/23072/task/23076/stat : 23076 (java) S 23070 23072 23027 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 188229753 1753731072 60164 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23072/tid=23077] ppid=23070 vsize=1712628 CPUtime=0
/proc/23072/task/23077/stat : 23077 (java) S 23070 23072 23027 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 188229753 1753731072 60164 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23072/tid=23078] ppid=23070 vsize=1712628 CPUtime=0
/proc/23072/task/23078/stat : 23078 (java) S 23070 23072 23027 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 188229756 1753731072 60164 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23072/tid=23079] ppid=23070 vsize=1712628 CPUtime=0.01
/proc/23072/task/23079/stat : 23079 (java) S 23070 23072 23027 0 -1 64 3 0 0 0 1 0 0 0 16 0 13 0 188229756 1753731072 60164 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23072/tid=23080] ppid=23070 vsize=1712628 CPUtime=0.6
/proc/23072/task/23080/stat : 23080 (java) S 23070 23072 23027 0 -1 64 1327 0 0 0 60 0 0 0 16 0 13 0 188229756 1753731072 60164 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23072/tid=23081] ppid=23070 vsize=1712628 CPUtime=0.73
/proc/23072/task/23081/stat : 23081 (java) S 23070 23072 23027 0 -1 64 1691 0 0 0 73 0 0 0 16 0 13 0 188229756 1753731072 60164 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23072/tid=23082] ppid=23070 vsize=1712628 CPUtime=0
/proc/23072/task/23082/stat : 23082 (java) S 23070 23072 23027 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 188229756 1753731072 60164 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23072/tid=23083] ppid=23070 vsize=1712628 CPUtime=0
/proc/23072/task/23083/stat : 23083 (java) S 23070 23072 23027 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 188229756 1753731072 60164 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0

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

[pid=23072/tid=23076] ppid=23070 vsize=1711988 CPUtime=0
/proc/23072/task/23076/stat : 23076 (java) S 23070 23072 23027 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 188229753 1753075712 109901 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23072/tid=23077] ppid=23070 vsize=1711988 CPUtime=0
/proc/23072/task/23077/stat : 23077 (java) S 23070 23072 23027 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 188229753 1753075712 109901 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23072/tid=23078] ppid=23070 vsize=1711988 CPUtime=0
/proc/23072/task/23078/stat : 23078 (java) S 23070 23072 23027 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 188229756 1753075712 109901 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23072/tid=23079] ppid=23070 vsize=1711988 CPUtime=0.01
/proc/23072/task/23079/stat : 23079 (java) S 23070 23072 23027 0 -1 64 3 0 0 0 1 0 0 0 16 0 13 0 188229756 1753075712 109901 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23072/tid=23080] ppid=23070 vsize=1711988 CPUtime=0.68
/proc/23072/task/23080/stat : 23080 (java) S 23070 23072 23027 0 -1 64 1330 0 0 0 68 0 0 0 17 0 13 0 188229756 1753075712 109901 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23072/tid=23081] ppid=23070 vsize=1711988 CPUtime=0.95
/proc/23072/task/23081/stat : 23081 (java) S 23070 23072 23027 0 -1 64 2338 0 0 0 94 1 0 0 17 0 13 0 188229756 1753075712 109901 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23072/tid=23082] ppid=23070 vsize=1711988 CPUtime=0
/proc/23072/task/23082/stat : 23082 (java) S 23070 23072 23027 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 188229756 1753075712 109901 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23072/tid=23083] ppid=23070 vsize=1711988 CPUtime=0
/proc/23072/task/23083/stat : 23083 (java) S 23070 23072 23027 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 188229756 1753075712 109901 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23072/tid=23084] ppid=23070 vsize=1711988 CPUtime=0
/proc/23072/task/23084/stat : 23084 (java) S 23070 23072 23027 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 188235043 1753075712 109901 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1796.16
Current children cumulated vsize (Kb) 1711988

[startup+1791.38 s]
/proc/loadavg: 1.00 1.00 0.93 2/76 23086
/proc/meminfo: memFree=893312/2055920 swapFree=4181380/4192956
[pid=23072] ppid=23070 vsize=1711988 CPUtime=1797.16
/proc/23072/stat : 23072 (java) R 23070 23072 23027 0 -1 0 146435 0 1 0 179637 79 0 0 25 0 13 0 188229746 1753075712 109901 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071534668 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23072/statm: 427997 109901 1909 14 0 414744 0
[pid=23072/tid=23073] ppid=23070 vsize=1711988 CPUtime=5.12
/proc/23072/task/23073/stat : 23073 (java) S 23070 23072 23027 0 -1 64 51014 0 0 0 490 22 0 0 16 0 13 0 188229750 1753075712 109901 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23072/tid=23074] ppid=23070 vsize=1711988 CPUtime=5.13
/proc/23072/task/23074/stat : 23074 (java) S 23070 23072 23027 0 -1 64 47421 0 0 0 491 22 0 0 16 0 13 0 188229750 1753075712 109901 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23072/tid=23075] ppid=23070 vsize=1711988 CPUtime=0.09
/proc/23072/task/23075/stat : 23075 (java) S 23070 23072 23027 0 -1 64 33 0 0 0 5 4 0 0 16 0 13 0 188229752 1753075712 109901 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=23072/tid=23076] ppid=23070 vsize=1711988 CPUtime=0
/proc/23072/task/23076/stat : 23076 (java) S 23070 23072 23027 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 188229753 1753075712 109901 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23072/tid=23077] ppid=23070 vsize=1711988 CPUtime=0
/proc/23072/task/23077/stat : 23077 (java) S 23070 23072 23027 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 188229753 1753075712 109901 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23072/tid=23078] ppid=23070 vsize=1711988 CPUtime=0
/proc/23072/task/23078/stat : 23078 (java) S 23070 23072 23027 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 188229756 1753075712 109901 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23072/tid=23079] ppid=23070 vsize=1711988 CPUtime=0.01
/proc/23072/task/23079/stat : 23079 (java) S 23070 23072 23027 0 -1 64 3 0 0 0 1 0 0 0 16 0 13 0 188229756 1753075712 109901 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23072/tid=23080] ppid=23070 vsize=1711988 CPUtime=0.68
/proc/23072/task/23080/stat : 23080 (java) S 23070 23072 23027 0 -1 64 1330 0 0 0 68 0 0 0 17 0 13 0 188229756 1753075712 109901 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23072/tid=23081] ppid=23070 vsize=1711988 CPUtime=0.95
/proc/23072/task/23081/stat : 23081 (java) S 23070 23072 23027 0 -1 64 2338 0 0 0 94 1 0 0 17 0 13 0 188229756 1753075712 109901 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23072/tid=23082] ppid=23070 vsize=1711988 CPUtime=0
/proc/23072/task/23082/stat : 23082 (java) S 23070 23072 23027 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 188229756 1753075712 109901 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23072/tid=23083] ppid=23070 vsize=1711988 CPUtime=0
/proc/23072/task/23083/stat : 23083 (java) S 23070 23072 23027 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 188229756 1753075712 109901 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23072/tid=23084] ppid=23070 vsize=1711988 CPUtime=0
/proc/23072/task/23084/stat : 23084 (java) S 23070 23072 23027 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 188235043 1753075712 109901 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1797.16
Current children cumulated vsize (Kb) 1711988

[startup+1792.39 s]
/proc/loadavg: 1.00 1.00 0.93 2/76 23086
/proc/meminfo: memFree=893312/2055920 swapFree=4181380/4192956
[pid=23072] ppid=23070 vsize=1711988 CPUtime=1798.17
/proc/23072/stat : 23072 (java) R 23070 23072 23027 0 -1 0 146435 0 1 0 179738 79 0 0 25 0 13 0 188229746 1753075712 109901 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071534803 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23072/statm: 427997 109901 1909 14 0 414744 0
[pid=23072/tid=23073] ppid=23070 vsize=1711988 CPUtime=5.12
/proc/23072/task/23073/stat : 23073 (java) S 23070 23072 23027 0 -1 64 51014 0 0 0 490 22 0 0 16 0 13 0 188229750 1753075712 109901 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23072/tid=23074] ppid=23070 vsize=1711988 CPUtime=5.13
/proc/23072/task/23074/stat : 23074 (java) S 23070 23072 23027 0 -1 64 47421 0 0 0 491 22 0 0 16 0 13 0 188229750 1753075712 109901 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23072/tid=23075] ppid=23070 vsize=1711988 CPUtime=0.09
/proc/23072/task/23075/stat : 23075 (java) S 23070 23072 23027 0 -1 64 33 0 0 0 5 4 0 0 16 0 13 0 188229752 1753075712 109901 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=23072/tid=23076] ppid=23070 vsize=1711988 CPUtime=0
/proc/23072/task/23076/stat : 23076 (java) S 23070 23072 23027 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 188229753 1753075712 109901 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23072/tid=23077] ppid=23070 vsize=1711988 CPUtime=0
/proc/23072/task/23077/stat : 23077 (java) S 23070 23072 23027 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 188229753 1753075712 109901 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23072/tid=23078] ppid=23070 vsize=1711988 CPUtime=0
/proc/23072/task/23078/stat : 23078 (java) S 23070 23072 23027 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 188229756 1753075712 109901 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23072/tid=23079] ppid=23070 vsize=1711988 CPUtime=0.01
/proc/23072/task/23079/stat : 23079 (java) S 23070 23072 23027 0 -1 64 3 0 0 0 1 0 0 0 16 0 13 0 188229756 1753075712 109901 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23072/tid=23080] ppid=23070 vsize=1711988 CPUtime=0.68
/proc/23072/task/23080/stat : 23080 (java) S 23070 23072 23027 0 -1 64 1330 0 0 0 68 0 0 0 17 0 13 0 188229756 1753075712 109901 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23072/tid=23081] ppid=23070 vsize=1711988 CPUtime=0.95
/proc/23072/task/23081/stat : 23081 (java) S 23070 23072 23027 0 -1 64 2338 0 0 0 94 1 0 0 17 0 13 0 188229756 1753075712 109901 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23072/tid=23082] ppid=23070 vsize=1711988 CPUtime=0
/proc/23072/task/23082/stat : 23082 (java) S 23070 23072 23027 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 188229756 1753075712 109901 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23072/tid=23083] ppid=23070 vsize=1711988 CPUtime=0
/proc/23072/task/23083/stat : 23083 (java) S 23070 23072 23027 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 188229756 1753075712 109901 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23072/tid=23084] ppid=23070 vsize=1711988 CPUtime=0
/proc/23072/task/23084/stat : 23084 (java) S 23070 23072 23027 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 188235043 1753075712 109901 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1798.17
Current children cumulated vsize (Kb) 1711988

[startup+1793.4 s]
/proc/loadavg: 1.00 1.00 0.93 2/76 23086
/proc/meminfo: memFree=893312/2055920 swapFree=4181380/4192956
[pid=23072] ppid=23070 vsize=1711988 CPUtime=1799.17
/proc/23072/stat : 23072 (java) R 23070 23072 23027 0 -1 0 146435 0 1 0 179838 79 0 0 25 0 13 0 188229746 1753075712 109901 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071525507 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23072/statm: 427997 109901 1909 14 0 414744 0
[pid=23072/tid=23073] ppid=23070 vsize=1711988 CPUtime=5.12
/proc/23072/task/23073/stat : 23073 (java) S 23070 23072 23027 0 -1 64 51014 0 0 0 490 22 0 0 16 0 13 0 188229750 1753075712 109901 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23072/tid=23074] ppid=23070 vsize=1711988 CPUtime=5.13
/proc/23072/task/23074/stat : 23074 (java) S 23070 23072 23027 0 -1 64 47421 0 0 0 491 22 0 0 16 0 13 0 188229750 1753075712 109901 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23072/tid=23075] ppid=23070 vsize=1711988 CPUtime=0.09
/proc/23072/task/23075/stat : 23075 (java) S 23070 23072 23027 0 -1 64 33 0 0 0 5 4 0 0 16 0 13 0 188229752 1753075712 109901 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=23072/tid=23076] ppid=23070 vsize=1711988 CPUtime=0
/proc/23072/task/23076/stat : 23076 (java) S 23070 23072 23027 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 188229753 1753075712 109901 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23072/tid=23077] ppid=23070 vsize=1711988 CPUtime=0
/proc/23072/task/23077/stat : 23077 (java) S 23070 23072 23027 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 188229753 1753075712 109901 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23072/tid=23078] ppid=23070 vsize=1711988 CPUtime=0
/proc/23072/task/23078/stat : 23078 (java) S 23070 23072 23027 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 188229756 1753075712 109901 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23072/tid=23079] ppid=23070 vsize=1711988 CPUtime=0.01
/proc/23072/task/23079/stat : 23079 (java) S 23070 23072 23027 0 -1 64 3 0 0 0 1 0 0 0 16 0 13 0 188229756 1753075712 109901 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23072/tid=23080] ppid=23070 vsize=1711988 CPUtime=0.68
/proc/23072/task/23080/stat : 23080 (java) S 23070 23072 23027 0 -1 64 1330 0 0 0 68 0 0 0 17 0 13 0 188229756 1753075712 109901 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23072/tid=23081] ppid=23070 vsize=1711988 CPUtime=0.95
/proc/23072/task/23081/stat : 23081 (java) S 23070 23072 23027 0 -1 64 2338 0 0 0 94 1 0 0 17 0 13 0 188229756 1753075712 109901 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23072/tid=23082] ppid=23070 vsize=1711988 CPUtime=0
/proc/23072/task/23082/stat : 23082 (java) S 23070 23072 23027 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 188229756 1753075712 109901 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23072/tid=23083] ppid=23070 vsize=1711988 CPUtime=0
/proc/23072/task/23083/stat : 23083 (java) S 23070 23072 23027 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 188229756 1753075712 109901 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23072/tid=23084] ppid=23070 vsize=1711988 CPUtime=0
/proc/23072/task/23084/stat : 23084 (java) S 23070 23072 23027 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 188235043 1753075712 109901 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1799.17
Current children cumulated vsize (Kb) 1711988

[startup+1794.4 s]
/proc/loadavg: 1.00 1.00 0.93 2/76 23086
/proc/meminfo: memFree=892864/2055920 swapFree=4181380/4192956
[pid=23072] ppid=23070 vsize=1711988 CPUtime=1800.2
/proc/23072/stat : 23072 (java) R 23070 23072 23027 0 -1 0 146612 0 1 0 179941 79 0 0 25 0 13 0 188229746 1753075712 109992 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071535014 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23072/statm: 427997 109992 1909 14 0 414744 0
[pid=23072/tid=23073] ppid=23070 vsize=1711988 CPUtime=5.14
/proc/23072/task/23073/stat : 23073 (java) S 23070 23072 23027 0 -1 64 51087 0 0 0 492 22 0 0 16 0 13 0 188229750 1753075712 109992 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23072/tid=23074] ppid=23070 vsize=1711988 CPUtime=5.15
/proc/23072/task/23074/stat : 23074 (java) S 23070 23072 23027 0 -1 64 47524 0 0 0 493 22 0 0 16 0 13 0 188229750 1753075712 109992 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23072/tid=23075] ppid=23070 vsize=1711988 CPUtime=0.09
/proc/23072/task/23075/stat : 23075 (java) S 23070 23072 23027 0 -1 64 33 0 0 0 5 4 0 0 15 0 13 0 188229752 1753075712 109992 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=23072/tid=23076] ppid=23070 vsize=1711988 CPUtime=0
/proc/23072/task/23076/stat : 23076 (java) S 23070 23072 23027 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 188229753 1753075712 109992 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23072/tid=23077] ppid=23070 vsize=1711988 CPUtime=0
/proc/23072/task/23077/stat : 23077 (java) S 23070 23072 23027 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 188229753 1753075712 109992 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23072/tid=23078] ppid=23070 vsize=1711988 CPUtime=0
/proc/23072/task/23078/stat : 23078 (java) S 23070 23072 23027 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 188229756 1753075712 109992 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23072/tid=23079] ppid=23070 vsize=1711988 CPUtime=0.01
/proc/23072/task/23079/stat : 23079 (java) S 23070 23072 23027 0 -1 64 3 0 0 0 1 0 0 0 16 0 13 0 188229756 1753075712 109992 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23072/tid=23080] ppid=23070 vsize=1711988 CPUtime=0.68
/proc/23072/task/23080/stat : 23080 (java) S 23070 23072 23027 0 -1 64 1330 0 0 0 68 0 0 0 17 0 13 0 188229756 1753075712 109992 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23072/tid=23081] ppid=23070 vsize=1711988 CPUtime=0.95
/proc/23072/task/23081/stat : 23081 (java) S 23070 23072 23027 0 -1 64 2338 0 0 0 94 1 0 0 17 0 13 0 188229756 1753075712 109992 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23072/tid=23082] ppid=23070 vsize=1711988 CPUtime=0
/proc/23072/task/23082/stat : 23082 (java) S 23070 23072 23027 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 188229756 1753075712 109992 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23072/tid=23083] ppid=23070 vsize=1711988 CPUtime=0
/proc/23072/task/23083/stat : 23083 (java) S 23070 23072 23027 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 188229756 1753075712 109992 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23072/tid=23084] ppid=23070 vsize=1711988 CPUtime=0
/proc/23072/task/23084/stat : 23084 (java) S 23070 23072 23027 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 188235043 1753075712 109992 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.2
Current children cumulated vsize (Kb) 1711988



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1794.41 s]
/proc/loadavg: 1.00 1.00 0.93 2/76 23086
/proc/meminfo: memFree=892864/2055920 swapFree=4181380/4192956
[pid=23072] ppid=23070 vsize=1711988 CPUtime=1800.2
/proc/23072/stat : 23072 (java) R 23070 23072 23027 0 -1 0 146612 0 1 0 179941 79 0 0 25 0 13 0 188229746 1753075712 109992 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071534450 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23072/statm: 427997 109992 1909 14 0 414744 0
[pid=23072/tid=23073] ppid=23070 vsize=1711988 CPUtime=5.14
/proc/23072/task/23073/stat : 23073 (java) S 23070 23072 23027 0 -1 64 51087 0 0 0 492 22 0 0 16 0 13 0 188229750 1753075712 109992 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23072/tid=23074] ppid=23070 vsize=1711988 CPUtime=5.15
/proc/23072/task/23074/stat : 23074 (java) S 23070 23072 23027 0 -1 64 47524 0 0 0 493 22 0 0 16 0 13 0 188229750 1753075712 109992 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23072/tid=23075] ppid=23070 vsize=1711988 CPUtime=0.09
/proc/23072/task/23075/stat : 23075 (java) S 23070 23072 23027 0 -1 64 33 0 0 0 5 4 0 0 15 0 13 0 188229752 1753075712 109992 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=23072/tid=23076] ppid=23070 vsize=1711988 CPUtime=0
/proc/23072/task/23076/stat : 23076 (java) S 23070 23072 23027 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 188229753 1753075712 109992 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23072/tid=23077] ppid=23070 vsize=1711988 CPUtime=0
/proc/23072/task/23077/stat : 23077 (java) S 23070 23072 23027 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 188229753 1753075712 109992 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23072/tid=23078] ppid=23070 vsize=1711988 CPUtime=0
/proc/23072/task/23078/stat : 23078 (java) S 23070 23072 23027 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 188229756 1753075712 109992 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23072/tid=23079] ppid=23070 vsize=1711988 CPUtime=0.01
/proc/23072/task/23079/stat : 23079 (java) S 23070 23072 23027 0 -1 64 3 0 0 0 1 0 0 0 16 0 13 0 188229756 1753075712 109992 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23072/tid=23080] ppid=23070 vsize=1711988 CPUtime=0.68
/proc/23072/task/23080/stat : 23080 (java) S 23070 23072 23027 0 -1 64 1330 0 0 0 68 0 0 0 17 0 13 0 188229756 1753075712 109992 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23072/tid=23081] ppid=23070 vsize=1711988 CPUtime=0.95
/proc/23072/task/23081/stat : 23081 (java) S 23070 23072 23027 0 -1 64 2338 0 0 0 94 1 0 0 17 0 13 0 188229756 1753075712 109992 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23072/tid=23082] ppid=23070 vsize=1711988 CPUtime=0
/proc/23072/task/23082/stat : 23082 (java) S 23070 23072 23027 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 188229756 1753075712 109992 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23072/tid=23083] ppid=23070 vsize=1711988 CPUtime=0
/proc/23072/task/23083/stat : 23083 (java) S 23070 23072 23027 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 188229756 1753075712 109992 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23072/tid=23084] ppid=23070 vsize=1711988 CPUtime=0
/proc/23072/task/23084/stat : 23084 (java) S 23070 23072 23027 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 188235043 1753075712 109992 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.2
Current children cumulated vsize (Kb) 1711988

Sending SIGTERM to -23072
Sleeping 2 seconds

Child status: 143
Real time (s): 1794.54
CPU time (s): 1800.33
CPU user time (s): 1799.46
CPU system time (s): 0.864868
CPU usage (%): 100.322
Max. virtual memory (cumulated for all children) (Kb): 1712628

Launcher Data (download as text)

Begin job on node1 on Fri Jun  2 05:21:21 UTC 2006


FILE ID= 43631-1149225680

PBS_JOBID= 295818

BENCH NAME= ROOT/tmp/node1/43631-1149225680/instance-43631-1149225680.opb
COMMAND LINE= java -server -Xms1500M -Xmx1500M -jar ROOT/solvers/PB/PB06final/user5/sat4jPseudoPlus.jar ROOT/tmp/node1/43631-1149225680/instance-43631-1149225680.opb 134119484
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node1/watcher-43631-1149225680 -o ROOT/results/node1/solver-43631-1149225680 -C 1800 -M 1800 -S 64  java -server -Xms1500M -Xmx1500M -jar ROOT/solvers/PB/PB06final/user5/sat4jPseudoPlus.jar ROOT/tmp/node1/43631-1149225680/instance-43631-1149225680.opb 134119484

MD5SUM SOLVER= e9637a7554f3ecdf74c1815f89d00213
MD5SUM BENCH=  84dfc4b706a5e82746c96ff285501708

RANDOM SEED= 134119484


/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.231
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.231
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:       1327072 kB
Buffers:         30688 kB
Cached:         623820 kB
SwapCached:       3596 kB
Active:         245060 kB
Inactive:       418496 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1327072 kB
SwapTotal:     4192956 kB
SwapFree:      4181380 kB
Dirty:             200 kB
Writeback:           0 kB
Mapped:          14948 kB
Slab:            51264 kB
Committed_AS:   198540 kB
PageTables:       1468 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB


End job on node1 on Fri Jun  2 05:51:16 UTC 2006