Trace number 51028

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerObjective functionCPU timeWall clock time
SAT4JPSEUDO 2006.2? (TO) 1800.96 1756.56

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/submitted-PB06/roussel/factor/
normalized-factor-sizeN=260-sizeP=131-sizeQ=260-581480794.opb
MD5SUM1dbba1ae61626910756854ad621cd3cd
Bench CategoryOPT-BIGINT (optimisation, big integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark1
Best CPU time to get the best result obtained on this benchmark69.1805
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 1
Optimality of the best value was proved YES
Number of variables34451
Total number of constraints102181
Number of constraints which are clauses102180
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint34060
Number of terms in the objective function 131
Biggest coefficient in the objective function 1361129467683753853853498429727072845824
Number of bits for the biggest coefficient in the objective function 131
Sum of the numbers in the objective function 2722258935367507707706996859454145691647
Number of bits of the sum of numbers in the objective function 131
Biggest number in a constraint 1260864198284623334792929283204595641762551656654894293374345388935863096687910739565256520156317300505812095689818112
Number of bits of the biggest number in a constraint 390
Biggest sum of numbers in a constraint 5043456793138493339171717132818382567049488946071148219999644591778013249122585915275136925506681211892051858120822619
Number of bits of the biggest sum of numbers391
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.21	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.21	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.22	c no version file found!!!
0.22	c sun.arch.data.model	32
0.22	c java.version	1.5.0_06
0.22	c os.name	Linux
0.22	c os.version	2.6.9-22.EL.rootsmp
0.22	c os.arch	i386
0.22	c Free memory 1548419056
0.22	c Max memory 1551040512
0.22	c Total memory 1551040512
0.22	c Number of processors 2
0.27	c Cutting planes based inference
0.27	c --- Begin Solver configuration ---
0.27	c org.sat4j.minisat.uip.FirstUIP@1037c71
0.27	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@1df073d
0.27	c org.sat4j.minisat.learning.MiniSATLearning@1546e25
0.27	c conflictBoundIncFactor=1.5 learntBoundIncFactor=1.1 initLearntBoundConstraintFactor=10000.0 initConflictBound=100 
0.27	c VSIDS like heuristics from MiniSAT using a heap
0.27	c No reason simplification
0.27	c --- End Solver configuration ---
0.27	c solving ROOT/tmp/node34/51028-1154124571/instance-51028-1154124571.opb
0.27	c reading problem ... 
91.04	c ... done. Time 90.768 ms.
91.04	c #vars     34451
91.04	c #constraints  102182
1756.32	c starts		: 1
1756.34	c conflicts		: 4
1756.34	c decisions		: 25045
1756.34	c propagations		: 35865
1756.34	c inspects		: 266865
1756.34	c learnt literals	: 0
1756.34	c learnt binary clauses	: 0
1756.34	c learnt ternary clauses	: 0
1756.34	c learnt clauses	: 3
1756.34	c root simplifications	: 0
1756.34	c removed literals (reason simplification)	: 0
1756.34	c reason swapping (by a shorter reason)	: 0
1756.34	c Calls to reduceDB	: 0
1756.34	c speed (decisions/second)	: 15.039910258966296
1756.34	c non guided choices	24971
1756.34	s UNKNOWN
1756.34	c Total wall clock time (ms): 1756.047

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

runsolver version 3.0.3 (c) roussel@cril.univ-artois.fr

Enforcing memory limit (will send SIGKILL): 1843200 Kb
Enforcing VSIZE limit: 1887436800 bytes
command line: runsolver --timestamp -w ROOT/results/node34/watcher-51028-1154124571 -o ROOT/results/node34/solver-51028-1154124571 -C 1800 -M 1800 -S 64 java -server -Xms1500M -Xmx1500M -jar ROOT/solvers/PB/PB06final/user5/sat4jPseudoPlus.jar ROOT/tmp/node34/51028-1154124571/instance-51028-1154124571.opb 533526410 

Current StackSize limit: 67108864 bytes

/proc/loadavg: 1.00 1.02 1.00 3/64 23302
/proc/meminfo: memFree=1423504/2055920 swapFree=4183048/4192956
[pid=23302] ppid=23300 vsize=292 CPUtime=0
/proc/23302/stat : 23302 (java) R 23300 23302 23253 0 -1 0 53 0 0 0 0 0 0 0 19 0 1 0 159332182 299008 35 18446744073709551615 134512640 134570276 4294956608 18446744073709551615 7721764 0 0 4096 0 0 0 0 17 1 0 0
/proc/23302/statm: 73 37 29 14 0 5 0

[startup+10.0023 s]
/proc/loadavg: 1.00 1.02 1.00 2/75 23313
/proc/meminfo: memFree=1278776/2055920 swapFree=4183048/4192956
[pid=23302] ppid=23300 vsize=1709704 CPUtime=10.42
/proc/23302/stat : 23302 (java) R 23300 23302 23253 0 -1 0 39764 0 1 0 1024 18 0 0 19 0 12 0 159332182 1750736896 37936 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071340185 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23302/statm: 427426 37936 1873 14 0 414173 0
[pid=23302/tid=23303] ppid=23300 vsize=1709704 CPUtime=0.03
/proc/23302/task/23303/stat : 23303 (java) S 23300 23302 23253 0 -1 64 948 0 0 0 3 0 0 0 16 0 12 0 159332192 1750736896 37936 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23302/tid=23304] ppid=23300 vsize=1709704 CPUtime=0.04
/proc/23302/task/23304/stat : 23304 (java) S 23300 23302 23253 0 -1 64 1357 0 0 0 4 0 0 0 16 0 12 0 159332192 1750736896 37936 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23302/tid=23305] ppid=23300 vsize=1709704 CPUtime=0
/proc/23302/task/23305/stat : 23305 (java) S 23300 23302 23253 0 -1 64 20 0 0 0 0 0 0 0 16 0 12 0 159332194 1750736896 37936 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=23302/tid=23306] ppid=23300 vsize=1709704 CPUtime=0
/proc/23302/task/23306/stat : 23306 (java) S 23300 23302 23253 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 159332195 1750736896 37936 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23302/tid=23307] ppid=23300 vsize=1709704 CPUtime=0
/proc/23302/task/23307/stat : 23307 (java) S 23300 23302 23253 0 -1 64 5 0 0 0 0 0 0 0 15 0 12 0 159332195 1750736896 37936 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23302/tid=23308] ppid=23300 vsize=1709704 CPUtime=0
/proc/23302/task/23308/stat : 23308 (java) S 23300 23302 23253 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 159332198 1750736896 37936 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23302/tid=23309] ppid=23300 vsize=1709704 CPUtime=0
/proc/23302/task/23309/stat : 23309 (java) S 23300 23302 23253 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 159332198 1750736896 37936 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23302/tid=23310] ppid=23300 vsize=1709704 CPUtime=0.22
/proc/23302/task/23310/stat : 23310 (java) S 23300 23302 23253 0 -1 64 416 0 0 0 22 0 0 0 17 0 12 0 159332198 1750736896 37936 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23302/tid=23311] ppid=23300 vsize=1709704 CPUtime=0.39
/proc/23302/task/23311/stat : 23311 (java) S 23300 23302 23253 0 -1 64 520 0 0 0 39 0 0 0 17 0 12 0 159332198 1750736896 37936 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23302/tid=23312] ppid=23300 vsize=1709704 CPUtime=0
/proc/23302/task/23312/stat : 23312 (java) S 23300 23302 23253 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 159332198 1750736896 37936 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23302/tid=23313] ppid=23300 vsize=1709704 CPUtime=0
/proc/23302/task/23313/stat : 23313 (java) S 23300 23302 23253 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 159332198 1750736896 37936 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 10.42
Current children cumulated vsize (Kb) 1709704

[startup+20.0099 s]
/proc/loadavg: 1.00 1.01 1.00 2/75 23313
/proc/meminfo: memFree=1287288/2055920 swapFree=4183048/4192956
[pid=23302] ppid=23300 vsize=1709704 CPUtime=20.45
/proc/23302/stat : 23302 (java) R 23300 23302 23253 0 -1 0 40214 0 1 0 2027 18 0 0 17 0 12 0 159332182 1750736896 35851 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071347510 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23302/statm: 427426 35851 1873 14 0 414173 0
[pid=23302/tid=23303] ppid=23300 vsize=1709704 CPUtime=0.06
/proc/23302/task/23303/stat : 23303 (java) S 23300 23302 23253 0 -1 64 1166 0 0 0 6 0 0 0 16 0 12 0 159332192 1750736896 35851 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23302/tid=23304] ppid=23300 vsize=1709704 CPUtime=0.07
/proc/23302/task/23304/stat : 23304 (java) S 23300 23302 23253 0 -1 64 1561 0 0 0 7 0 0 0 16 0 12 0 159332192 1750736896 35851 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23302/tid=23305] ppid=23300 vsize=1709704 CPUtime=0
/proc/23302/task/23305/stat : 23305 (java) S 23300 23302 23253 0 -1 64 20 0 0 0 0 0 0 0 15 0 12 0 159332194 1750736896 35851 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=23302/tid=23306] ppid=23300 vsize=1709704 CPUtime=0
/proc/23302/task/23306/stat : 23306 (java) S 23300 23302 23253 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 159332195 1750736896 35851 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23302/tid=23307] ppid=23300 vsize=1709704 CPUtime=0
/proc/23302/task/23307/stat : 23307 (java) S 23300 23302 23253 0 -1 64 5 0 0 0 0 0 0 0 15 0 12 0 159332195 1750736896 35851 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23302/tid=23308] ppid=23300 vsize=1709704 CPUtime=0
/proc/23302/task/23308/stat : 23308 (java) S 23300 23302 23253 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 159332198 1750736896 35851 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23302/tid=23309] ppid=23300 vsize=1709704 CPUtime=0
/proc/23302/task/23309/stat : 23309 (java) S 23300 23302 23253 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 159332198 1750736896 35851 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23302/tid=23310] ppid=23300 vsize=1709704 CPUtime=0.23
/proc/23302/task/23310/stat : 23310 (java) S 23300 23302 23253 0 -1 64 417 0 0 0 23 0 0 0 16 0 12 0 159332198 1750736896 35851 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23302/tid=23311] ppid=23300 vsize=1709704 CPUtime=0.39
/proc/23302/task/23311/stat : 23311 (java) S 23300 23302 23253 0 -1 64 520 0 0 0 39 0 0 0 16 0 12 0 159332198 1750736896 35851 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23302/tid=23312] ppid=23300 vsize=1709704 CPUtime=0
/proc/23302/task/23312/stat : 23312 (java) S 23300 23302 23253 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 159332198 1750736896 35851 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23302/tid=23313] ppid=23300 vsize=1709704 CPUtime=0
/proc/23302/task/23313/stat : 23313 (java) S 23300 23302 23253 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 159332198 1750736896 35851 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 20.45
Current children cumulated vsize (Kb) 1709704

[startup+30.0176 s]
/proc/loadavg: 1.00 1.01 1.00 2/75 23313
/proc/meminfo: memFree=1287992/2055920 swapFree=4183048/4192956
[pid=23302] ppid=23300 vsize=1709704 CPUtime=30.46
/proc/23302/stat : 23302 (java) R 23300 23302 23253 0 -1 0 40632 0 1 0 3027 19 0 0 25 0 12 0 159332182 1750736896 35691 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071347549 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23302/statm: 427426 35691 1873 14 0 414173 0
[pid=23302/tid=23303] ppid=23300 vsize=1709704 CPUtime=0.1
/proc/23302/task/23303/stat : 23303 (java) S 23300 23302 23253 0 -1 64 1308 0 0 0 9 1 0 0 16 0 12 0 159332192 1750736896 35691 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23302/tid=23304] ppid=23300 vsize=1709704 CPUtime=0.1
/proc/23302/task/23304/stat : 23304 (java) S 23300 23302 23253 0 -1 64 1806 0 0 0 10 0 0 0 17 0 12 0 159332192 1750736896 35691 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23302/tid=23305] ppid=23300 vsize=1709704 CPUtime=0
/proc/23302/task/23305/stat : 23305 (java) S 23300 23302 23253 0 -1 64 20 0 0 0 0 0 0 0 16 0 12 0 159332194 1750736896 35691 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=23302/tid=23306] ppid=23300 vsize=1709704 CPUtime=0
/proc/23302/task/23306/stat : 23306 (java) S 23300 23302 23253 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 159332195 1750736896 35691 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23302/tid=23307] ppid=23300 vsize=1709704 CPUtime=0
/proc/23302/task/23307/stat : 23307 (java) S 23300 23302 23253 0 -1 64 5 0 0 0 0 0 0 0 15 0 12 0 159332195 1750736896 35691 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23302/tid=23308] ppid=23300 vsize=1709704 CPUtime=0
/proc/23302/task/23308/stat : 23308 (java) S 23300 23302 23253 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 159332198 1750736896 35691 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23302/tid=23309] ppid=23300 vsize=1709704 CPUtime=0
/proc/23302/task/23309/stat : 23309 (java) S 23300 23302 23253 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 159332198 1750736896 35691 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23302/tid=23310] ppid=23300 vsize=1709704 CPUtime=0.23
/proc/23302/task/23310/stat : 23310 (java) S 23300 23302 23253 0 -1 64 417 0 0 0 23 0 0 0 16 0 12 0 159332198 1750736896 35691 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23302/tid=23311] ppid=23300 vsize=1709704 CPUtime=0.39
/proc/23302/task/23311/stat : 23311 (java) S 23300 23302 23253 0 -1 64 520 0 0 0 39 0 0 0 16 0 12 0 159332198 1750736896 35691 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23302/tid=23312] ppid=23300 vsize=1709704 CPUtime=0
/proc/23302/task/23312/stat : 23312 (java) S 23300 23302 23253 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 159332198 1750736896 35691 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23302/tid=23313] ppid=23300 vsize=1709704 CPUtime=0
/proc/23302/task/23313/stat : 23313 (java) S 23300 23302 23253 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 159332198 1750736896 35691 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 30.46
Current children cumulated vsize (Kb) 1709704

[startup+40.0252 s]
/proc/loadavg: 1.00 1.01 1.00 2/75 23313
/proc/meminfo: memFree=1288312/2055920 swapFree=4183048/4192956
[pid=23302] ppid=23300 vsize=1709704 CPUtime=40.52
/proc/23302/stat : 23302 (java) R 23300 23302 23253 0 -1 0 41137 0 1 0 4032 20 0 0 17 0 12 0 159332182 1750736896 35603 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071439827 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23302/statm: 427426 35603 1873 14 0 414173 0
[pid=23302/tid=23303] ppid=23300 vsize=1709704 CPUtime=0.14
/proc/23302/task/23303/stat : 23303 (java) S 23300 23302 23253 0 -1 64 1594 0 0 0 13 1 0 0 16 0 12 0 159332192 1750736896 35603 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23302/tid=23304] ppid=23300 vsize=1709704 CPUtime=0.14
/proc/23302/task/23304/stat : 23304 (java) S 23300 23302 23253 0 -1 64 1992 0 0 0 14 0 0 0 15 0 12 0 159332192 1750736896 35603 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23302/tid=23305] ppid=23300 vsize=1709704 CPUtime=0.02
/proc/23302/task/23305/stat : 23305 (java) S 23300 23302 23253 0 -1 64 20 0 0 0 1 1 0 0 16 0 12 0 159332194 1750736896 35603 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=23302/tid=23306] ppid=23300 vsize=1709704 CPUtime=0
/proc/23302/task/23306/stat : 23306 (java) S 23300 23302 23253 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 159332195 1750736896 35603 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23302/tid=23307] ppid=23300 vsize=1709704 CPUtime=0
/proc/23302/task/23307/stat : 23307 (java) S 23300 23302 23253 0 -1 64 5 0 0 0 0 0 0 0 15 0 12 0 159332195 1750736896 35603 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23302/tid=23308] ppid=23300 vsize=1709704 CPUtime=0
/proc/23302/task/23308/stat : 23308 (java) S 23300 23302 23253 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 159332198 1750736896 35603 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23302/tid=23309] ppid=23300 vsize=1709704 CPUtime=0
/proc/23302/task/23309/stat : 23309 (java) S 23300 23302 23253 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 159332198 1750736896 35603 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23302/tid=23310] ppid=23300 vsize=1709704 CPUtime=0.23
/proc/23302/task/23310/stat : 23310 (java) S 23300 23302 23253 0 -1 64 417 0 0 0 23 0 0 0 16 0 12 0 159332198 1750736896 35603 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23302/tid=23311] ppid=23300 vsize=1709704 CPUtime=0.39
/proc/23302/task/23311/stat : 23311 (java) S 23300 23302 23253 0 -1 64 520 0 0 0 39 0 0 0 16 0 12 0 159332198 1750736896 35603 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23302/tid=23312] ppid=23300 vsize=1709704 CPUtime=0
/proc/23302/task/23312/stat : 23312 (java) S 23300 23302 23253 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 159332198 1750736896 35603 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23302/tid=23313] ppid=23300 vsize=1709704 CPUtime=0
/proc/23302/task/23313/stat : 23313 (java) S 23300 23302 23253 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 159332198 1750736896 35603 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 40.52
Current children cumulated vsize (Kb) 1709704

[startup+50.0329 s]
/proc/loadavg: 1.00 1.01 1.00 2/75 23313
/proc/meminfo: memFree=1287800/2055920 swapFree=4183048/4192956
[pid=23302] ppid=23300 vsize=1709704 CPUtime=50.57
/proc/23302/stat : 23302 (java) R 23300 23302 23253 0 -1 0 41624 0 1 0 5036 21 0 0 25 0 12 0 159332182 1750736896 35742 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071347587 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23302/statm: 427426 35742 1873 14 0 414173 0
[pid=23302/tid=23303] ppid=23300 vsize=1709704 CPUtime=0.19
/proc/23302/task/23303/stat : 23303 (java) S 23300 23302 23253 0 -1 64 1877 0 0 0 18 1 0 0 15 0 12 0 159332192 1750736896 35742 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23302/tid=23304] ppid=23300 vsize=1709704 CPUtime=0.19
/proc/23302/task/23304/stat : 23304 (java) S 23300 23302 23253 0 -1 64 2159 0 0 0 19 0 0 0 16 0 12 0 159332192 1750736896 35742 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23302/tid=23305] ppid=23300 vsize=1709704 CPUtime=0.02
/proc/23302/task/23305/stat : 23305 (java) S 23300 23302 23253 0 -1 64 20 0 0 0 1 1 0 0 16 0 12 0 159332194 1750736896 35742 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=23302/tid=23306] ppid=23300 vsize=1709704 CPUtime=0
/proc/23302/task/23306/stat : 23306 (java) S 23300 23302 23253 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 159332195 1750736896 35742 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23302/tid=23307] ppid=23300 vsize=1709704 CPUtime=0
/proc/23302/task/23307/stat : 23307 (java) S 23300 23302 23253 0 -1 64 5 0 0 0 0 0 0 0 15 0 12 0 159332195 1750736896 35742 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23302/tid=23308] ppid=23300 vsize=1709704 CPUtime=0
/proc/23302/task/23308/stat : 23308 (java) S 23300 23302 23253 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 159332198 1750736896 35742 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23302/tid=23309] ppid=23300 vsize=1709704 CPUtime=0
/proc/23302/task/23309/stat : 23309 (java) S 23300 23302 23253 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 159332198 1750736896 35742 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23302/tid=23310] ppid=23300 vsize=1709704 CPUtime=0.23
/proc/23302/task/23310/stat : 23310 (java) S 23300 23302 23253 0 -1 64 417 0 0 0 23 0 0 0 16 0 12 0 159332198 1750736896 35742 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23302/tid=23311] ppid=23300 vsize=1709704 CPUtime=0.39
/proc/23302/task/23311/stat : 23311 (java) S 23300 23302 23253 0 -1 64 520 0 0 0 39 0 0 0 16 0 12 0 159332198 1750736896 35742 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23302/tid=23312] ppid=23300 vsize=1709704 CPUtime=0
/proc/23302/task/23312/stat : 23312 (java) S 23300 23302 23253 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 159332198 1750736896 35742 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23302/tid=23313] ppid=23300 vsize=1709704 CPUtime=0
/proc/23302/task/23313/stat : 23313 (java) S 23300 23302 23253 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 159332198 1750736896 35742 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.57
Current children cumulated vsize (Kb) 1709704

[startup+60.0396 s]
/proc/loadavg: 1.00 1.01 1.00 2/75 23313
/proc/meminfo: memFree=1286712/2055920 swapFree=4183048/4192956
[pid=23302] ppid=23300 vsize=1709704 CPUtime=60.63
/proc/23302/stat : 23302 (java) R 23300 23302 23253 0 -1 0 42002 0 1 0 6041 22 0 0 18 0 12 0 159332182 1750736896 36060 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071439827 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23302/statm: 427426 36060 1873 14 0 414173 0
[pid=23302/tid=23303] ppid=23300 vsize=1709704 CPUtime=0.24
/proc/23302/task/23303/stat : 23303 (java) S 23300 23302 23253 0 -1 64 2045 0 0 0 23 1 0 0 16 0 12 0 159332192 1750736896 36060 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23302/tid=23304] ppid=23300 vsize=1709704 CPUtime=0.25
/proc/23302/task/23304/stat : 23304 (java) S 23300 23302 23253 0 -1 64 2330 0 0 0 24 1 0 0 16 0 12 0 159332192 1750736896 36060 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23302/tid=23305] ppid=23300 vsize=1709704 CPUtime=0.03
/proc/23302/task/23305/stat : 23305 (java) S 23300 23302 23253 0 -1 64 20 0 0 0 2 1 0 0 16 0 12 0 159332194 1750736896 36060 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=23302/tid=23306] ppid=23300 vsize=1709704 CPUtime=0
/proc/23302/task/23306/stat : 23306 (java) S 23300 23302 23253 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 159332195 1750736896 36060 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23302/tid=23307] ppid=23300 vsize=1709704 CPUtime=0
/proc/23302/task/23307/stat : 23307 (java) S 23300 23302 23253 0 -1 64 5 0 0 0 0 0 0 0 15 0 12 0 159332195 1750736896 36060 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23302/tid=23308] ppid=23300 vsize=1709704 CPUtime=0
/proc/23302/task/23308/stat : 23308 (java) S 23300 23302 23253 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 159332198 1750736896 36060 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23302/tid=23309] ppid=23300 vsize=1709704 CPUtime=0
/proc/23302/task/23309/stat : 23309 (java) S 23300 23302 23253 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 159332198 1750736896 36060 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23302/tid=23310] ppid=23300 vsize=1709704 CPUtime=0.23
/proc/23302/task/23310/stat : 23310 (java) S 23300 23302 23253 0 -1 64 417 0 0 0 23 0 0 0 16 0 12 0 159332198 1750736896 36060 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23302/tid=23311] ppid=23300 vsize=1709704 CPUtime=0.39
/proc/23302/task/23311/stat : 23311 (java) S 23300 23302 23253 0 -1 64 520 0 0 0 39 0 0 0 16 0 12 0 159332198 1750736896 36060 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23302/tid=23312] ppid=23300 vsize=1709704 CPUtime=0
/proc/23302/task/23312/stat : 23312 (java) S 23300 23302 23253 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 159332198 1750736896 36060 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23302/tid=23313] ppid=23300 vsize=1709704 CPUtime=0

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

/proc/23302/task/23306/stat : 23306 (java) S 23300 23302 23253 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 159332195 1754316800 389642 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23302/tid=23307] ppid=23300 vsize=1713200 CPUtime=0
/proc/23302/task/23307/stat : 23307 (java) S 23300 23302 23253 0 -1 64 5 0 0 0 0 0 0 0 15 0 13 0 159332195 1754316800 389642 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23302/tid=23308] ppid=23300 vsize=1713200 CPUtime=0
/proc/23302/task/23308/stat : 23308 (java) S 23300 23302 23253 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 159332198 1754316800 389642 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23302/tid=23309] ppid=23300 vsize=1713200 CPUtime=0
/proc/23302/task/23309/stat : 23309 (java) S 23300 23302 23253 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 159332198 1754316800 389642 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23302/tid=23310] ppid=23300 vsize=1713200 CPUtime=1.13
/proc/23302/task/23310/stat : 23310 (java) S 23300 23302 23253 0 -1 64 2562 0 0 0 112 1 0 0 16 0 13 0 159332198 1754316800 389642 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23302/tid=23311] ppid=23300 vsize=1713200 CPUtime=0.89
/proc/23302/task/23311/stat : 23311 (java) S 23300 23302 23253 0 -1 64 649 0 0 0 89 0 0 0 16 0 13 0 159332198 1754316800 389642 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23302/tid=23312] ppid=23300 vsize=1713200 CPUtime=0
/proc/23302/task/23312/stat : 23312 (java) S 23300 23302 23253 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 159332198 1754316800 389642 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23302/tid=23313] ppid=23300 vsize=1713200 CPUtime=0
/proc/23302/task/23313/stat : 23313 (java) S 23300 23302 23253 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 159332198 1754316800 389642 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23302/tid=23314] ppid=23300 vsize=1713200 CPUtime=0
/proc/23302/task/23314/stat : 23314 (java) S 23300 23302 23253 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 159341292 1754316800 389642 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1796.6
Current children cumulated vsize (Kb) 1713200

[startup+1753.28 s]
/proc/loadavg: 1.00 1.00 1.00 2/76 23316
/proc/meminfo: memFree=15792/2055920 swapFree=4183048/4192956
[pid=23302] ppid=23300 vsize=1713200 CPUtime=1797.63
/proc/23302/stat : 23302 (java) R 23300 23302 23253 0 -1 0 630486 0 1 0 179013 750 0 0 20 0 13 0 159332182 1754316800 389642 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071494880 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23302/statm: 428300 389642 1909 14 0 415047 0
[pid=23302/tid=23303] ppid=23300 vsize=1713200 CPUtime=44.02
/proc/23302/task/23303/stat : 23303 (java) S 23300 23302 23253 0 -1 64 270926 0 0 0 4078 324 0 0 16 0 13 0 159332192 1754316800 389642 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23302/tid=23304] ppid=23300 vsize=1713200 CPUtime=44.35
/proc/23302/task/23304/stat : 23304 (java) S 23300 23302 23253 0 -1 64 292607 0 0 0 4098 337 0 0 16 0 13 0 159332192 1754316800 389642 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23302/tid=23305] ppid=23300 vsize=1713200 CPUtime=3.68
/proc/23302/task/23305/stat : 23305 (java) S 23300 23302 23253 0 -1 64 1295 0 0 0 322 46 0 0 15 0 13 0 159332194 1754316800 389642 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=23302/tid=23306] ppid=23300 vsize=1713200 CPUtime=0
/proc/23302/task/23306/stat : 23306 (java) S 23300 23302 23253 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 159332195 1754316800 389642 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23302/tid=23307] ppid=23300 vsize=1713200 CPUtime=0
/proc/23302/task/23307/stat : 23307 (java) S 23300 23302 23253 0 -1 64 5 0 0 0 0 0 0 0 15 0 13 0 159332195 1754316800 389642 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23302/tid=23308] ppid=23300 vsize=1713200 CPUtime=0
/proc/23302/task/23308/stat : 23308 (java) S 23300 23302 23253 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 159332198 1754316800 389642 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23302/tid=23309] ppid=23300 vsize=1713200 CPUtime=0
/proc/23302/task/23309/stat : 23309 (java) S 23300 23302 23253 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 159332198 1754316800 389642 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23302/tid=23310] ppid=23300 vsize=1713200 CPUtime=1.13
/proc/23302/task/23310/stat : 23310 (java) S 23300 23302 23253 0 -1 64 2562 0 0 0 112 1 0 0 16 0 13 0 159332198 1754316800 389642 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23302/tid=23311] ppid=23300 vsize=1713200 CPUtime=0.89
/proc/23302/task/23311/stat : 23311 (java) S 23300 23302 23253 0 -1 64 649 0 0 0 89 0 0 0 16 0 13 0 159332198 1754316800 389642 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23302/tid=23312] ppid=23300 vsize=1713200 CPUtime=0
/proc/23302/task/23312/stat : 23312 (java) S 23300 23302 23253 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 159332198 1754316800 389642 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23302/tid=23313] ppid=23300 vsize=1713200 CPUtime=0
/proc/23302/task/23313/stat : 23313 (java) S 23300 23302 23253 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 159332198 1754316800 389642 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23302/tid=23314] ppid=23300 vsize=1713200 CPUtime=0
/proc/23302/task/23314/stat : 23314 (java) S 23300 23302 23253 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 159341292 1754316800 389642 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1797.63
Current children cumulated vsize (Kb) 1713200

[startup+1754.28 s]
/proc/loadavg: 1.00 1.00 1.00 2/76 23316
/proc/meminfo: memFree=15792/2055920 swapFree=4183048/4192956
[pid=23302] ppid=23300 vsize=1713200 CPUtime=1798.65
/proc/23302/stat : 23302 (java) R 23300 23302 23253 0 -1 0 630488 0 1 0 179115 750 0 0 25 0 13 0 159332182 1754316800 389642 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071495938 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23302/statm: 428300 389642 1909 14 0 415047 0
[pid=23302/tid=23303] ppid=23300 vsize=1713200 CPUtime=44.04
/proc/23302/task/23303/stat : 23303 (java) S 23300 23302 23253 0 -1 64 270926 0 0 0 4080 324 0 0 16 0 13 0 159332192 1754316800 389642 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23302/tid=23304] ppid=23300 vsize=1713200 CPUtime=44.36
/proc/23302/task/23304/stat : 23304 (java) S 23300 23302 23253 0 -1 64 292607 0 0 0 4099 337 0 0 16 0 13 0 159332192 1754316800 389642 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23302/tid=23305] ppid=23300 vsize=1713200 CPUtime=3.68
/proc/23302/task/23305/stat : 23305 (java) S 23300 23302 23253 0 -1 64 1295 0 0 0 322 46 0 0 16 0 13 0 159332194 1754316800 389642 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=23302/tid=23306] ppid=23300 vsize=1713200 CPUtime=0
/proc/23302/task/23306/stat : 23306 (java) S 23300 23302 23253 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 159332195 1754316800 389642 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23302/tid=23307] ppid=23300 vsize=1713200 CPUtime=0
/proc/23302/task/23307/stat : 23307 (java) S 23300 23302 23253 0 -1 64 5 0 0 0 0 0 0 0 15 0 13 0 159332195 1754316800 389642 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23302/tid=23308] ppid=23300 vsize=1713200 CPUtime=0
/proc/23302/task/23308/stat : 23308 (java) S 23300 23302 23253 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 159332198 1754316800 389642 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23302/tid=23309] ppid=23300 vsize=1713200 CPUtime=0
/proc/23302/task/23309/stat : 23309 (java) S 23300 23302 23253 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 159332198 1754316800 389642 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23302/tid=23310] ppid=23300 vsize=1713200 CPUtime=1.13
/proc/23302/task/23310/stat : 23310 (java) S 23300 23302 23253 0 -1 64 2562 0 0 0 112 1 0 0 16 0 13 0 159332198 1754316800 389642 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23302/tid=23311] ppid=23300 vsize=1713200 CPUtime=0.89
/proc/23302/task/23311/stat : 23311 (java) S 23300 23302 23253 0 -1 64 649 0 0 0 89 0 0 0 16 0 13 0 159332198 1754316800 389642 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23302/tid=23312] ppid=23300 vsize=1713200 CPUtime=0
/proc/23302/task/23312/stat : 23312 (java) S 23300 23302 23253 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 159332198 1754316800 389642 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23302/tid=23313] ppid=23300 vsize=1713200 CPUtime=0
/proc/23302/task/23313/stat : 23313 (java) S 23300 23302 23253 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 159332198 1754316800 389642 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23302/tid=23314] ppid=23300 vsize=1713200 CPUtime=0
/proc/23302/task/23314/stat : 23314 (java) S 23300 23302 23253 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 159341292 1754316800 389642 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1798.65
Current children cumulated vsize (Kb) 1713200

[startup+1755.29 s]
/proc/loadavg: 1.00 1.00 1.00 2/76 23316
/proc/meminfo: memFree=15792/2055920 swapFree=4183048/4192956
[pid=23302] ppid=23300 vsize=1713200 CPUtime=1799.66
/proc/23302/stat : 23302 (java) R 23300 23302 23253 0 -1 0 630490 0 1 0 179216 750 0 0 24 0 13 0 159332182 1754316800 389642 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071413693 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23302/statm: 428300 389642 1909 14 0 415047 0
[pid=23302/tid=23303] ppid=23300 vsize=1713200 CPUtime=44.06
/proc/23302/task/23303/stat : 23303 (java) S 23300 23302 23253 0 -1 64 270926 0 0 0 4081 325 0 0 16 0 13 0 159332192 1754316800 389642 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23302/tid=23304] ppid=23300 vsize=1713200 CPUtime=44.38
/proc/23302/task/23304/stat : 23304 (java) S 23300 23302 23253 0 -1 64 292607 0 0 0 4101 337 0 0 16 0 13 0 159332192 1754316800 389642 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23302/tid=23305] ppid=23300 vsize=1713200 CPUtime=3.68
/proc/23302/task/23305/stat : 23305 (java) S 23300 23302 23253 0 -1 64 1295 0 0 0 322 46 0 0 16 0 13 0 159332194 1754316800 389642 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=23302/tid=23306] ppid=23300 vsize=1713200 CPUtime=0
/proc/23302/task/23306/stat : 23306 (java) S 23300 23302 23253 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 159332195 1754316800 389642 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23302/tid=23307] ppid=23300 vsize=1713200 CPUtime=0
/proc/23302/task/23307/stat : 23307 (java) S 23300 23302 23253 0 -1 64 5 0 0 0 0 0 0 0 15 0 13 0 159332195 1754316800 389642 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23302/tid=23308] ppid=23300 vsize=1713200 CPUtime=0
/proc/23302/task/23308/stat : 23308 (java) S 23300 23302 23253 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 159332198 1754316800 389642 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23302/tid=23309] ppid=23300 vsize=1713200 CPUtime=0
/proc/23302/task/23309/stat : 23309 (java) S 23300 23302 23253 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 159332198 1754316800 389642 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23302/tid=23310] ppid=23300 vsize=1713200 CPUtime=1.13
/proc/23302/task/23310/stat : 23310 (java) S 23300 23302 23253 0 -1 64 2562 0 0 0 112 1 0 0 16 0 13 0 159332198 1754316800 389642 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23302/tid=23311] ppid=23300 vsize=1713200 CPUtime=0.89
/proc/23302/task/23311/stat : 23311 (java) S 23300 23302 23253 0 -1 64 649 0 0 0 89 0 0 0 16 0 13 0 159332198 1754316800 389642 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23302/tid=23312] ppid=23300 vsize=1713200 CPUtime=0
/proc/23302/task/23312/stat : 23312 (java) S 23300 23302 23253 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 159332198 1754316800 389642 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23302/tid=23313] ppid=23300 vsize=1713200 CPUtime=0
/proc/23302/task/23313/stat : 23313 (java) S 23300 23302 23253 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 159332198 1754316800 389642 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23302/tid=23314] ppid=23300 vsize=1713200 CPUtime=0
/proc/23302/task/23314/stat : 23314 (java) S 23300 23302 23253 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 159341292 1754316800 389642 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1799.66
Current children cumulated vsize (Kb) 1713200

[startup+1756.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/76 23316
/proc/meminfo: memFree=15792/2055920 swapFree=4183048/4192956
[pid=23302] ppid=23300 vsize=1713200 CPUtime=1800.69
/proc/23302/stat : 23302 (java) R 23300 23302 23253 0 -1 0 630492 0 1 0 179318 751 0 0 24 0 13 0 159332182 1754316800 389642 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071648003 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23302/statm: 428300 389642 1909 14 0 415047 0
[pid=23302/tid=23303] ppid=23300 vsize=1713200 CPUtime=44.07
/proc/23302/task/23303/stat : 23303 (java) S 23300 23302 23253 0 -1 64 270926 0 0 0 4082 325 0 0 16 0 13 0 159332192 1754316800 389642 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23302/tid=23304] ppid=23300 vsize=1713200 CPUtime=44.39
/proc/23302/task/23304/stat : 23304 (java) S 23300 23302 23253 0 -1 64 292607 0 0 0 4102 337 0 0 16 0 13 0 159332192 1754316800 389642 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23302/tid=23305] ppid=23300 vsize=1713200 CPUtime=3.68
/proc/23302/task/23305/stat : 23305 (java) S 23300 23302 23253 0 -1 64 1295 0 0 0 322 46 0 0 15 0 13 0 159332194 1754316800 389642 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=23302/tid=23306] ppid=23300 vsize=1713200 CPUtime=0
/proc/23302/task/23306/stat : 23306 (java) S 23300 23302 23253 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 159332195 1754316800 389642 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23302/tid=23307] ppid=23300 vsize=1713200 CPUtime=0
/proc/23302/task/23307/stat : 23307 (java) S 23300 23302 23253 0 -1 64 5 0 0 0 0 0 0 0 15 0 13 0 159332195 1754316800 389642 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23302/tid=23308] ppid=23300 vsize=1713200 CPUtime=0
/proc/23302/task/23308/stat : 23308 (java) S 23300 23302 23253 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 159332198 1754316800 389642 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23302/tid=23309] ppid=23300 vsize=1713200 CPUtime=0
/proc/23302/task/23309/stat : 23309 (java) S 23300 23302 23253 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 159332198 1754316800 389642 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23302/tid=23310] ppid=23300 vsize=1713200 CPUtime=1.13
/proc/23302/task/23310/stat : 23310 (java) S 23300 23302 23253 0 -1 64 2562 0 0 0 112 1 0 0 16 0 13 0 159332198 1754316800 389642 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23302/tid=23311] ppid=23300 vsize=1713200 CPUtime=0.89
/proc/23302/task/23311/stat : 23311 (java) S 23300 23302 23253 0 -1 64 649 0 0 0 89 0 0 0 16 0 13 0 159332198 1754316800 389642 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23302/tid=23312] ppid=23300 vsize=1713200 CPUtime=0
/proc/23302/task/23312/stat : 23312 (java) S 23300 23302 23253 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 159332198 1754316800 389642 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23302/tid=23313] ppid=23300 vsize=1713200 CPUtime=0
/proc/23302/task/23313/stat : 23313 (java) S 23300 23302 23253 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 159332198 1754316800 389642 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23302/tid=23314] ppid=23300 vsize=1713200 CPUtime=0
/proc/23302/task/23314/stat : 23314 (java) S 23300 23302 23253 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 159341292 1754316800 389642 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.69
Current children cumulated vsize (Kb) 1713200



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1756.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/76 23316
/proc/meminfo: memFree=15792/2055920 swapFree=4183048/4192956
[pid=23302] ppid=23300 vsize=1713200 CPUtime=1800.69
/proc/23302/stat : 23302 (java) R 23300 23302 23253 0 -1 0 630492 0 1 0 179318 751 0 0 24 0 13 0 159332182 1754316800 389642 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071494823 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23302/statm: 428300 389642 1909 14 0 415047 0
[pid=23302/tid=23303] ppid=23300 vsize=1713200 CPUtime=44.07
/proc/23302/task/23303/stat : 23303 (java) S 23300 23302 23253 0 -1 64 270926 0 0 0 4082 325 0 0 16 0 13 0 159332192 1754316800 389642 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23302/tid=23304] ppid=23300 vsize=1713200 CPUtime=44.39
/proc/23302/task/23304/stat : 23304 (java) S 23300 23302 23253 0 -1 64 292607 0 0 0 4102 337 0 0 16 0 13 0 159332192 1754316800 389642 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23302/tid=23305] ppid=23300 vsize=1713200 CPUtime=3.68
/proc/23302/task/23305/stat : 23305 (java) S 23300 23302 23253 0 -1 64 1295 0 0 0 322 46 0 0 15 0 13 0 159332194 1754316800 389642 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=23302/tid=23306] ppid=23300 vsize=1713200 CPUtime=0
/proc/23302/task/23306/stat : 23306 (java) S 23300 23302 23253 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 159332195 1754316800 389642 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23302/tid=23307] ppid=23300 vsize=1713200 CPUtime=0
/proc/23302/task/23307/stat : 23307 (java) S 23300 23302 23253 0 -1 64 5 0 0 0 0 0 0 0 15 0 13 0 159332195 1754316800 389642 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23302/tid=23308] ppid=23300 vsize=1713200 CPUtime=0
/proc/23302/task/23308/stat : 23308 (java) S 23300 23302 23253 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 159332198 1754316800 389642 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23302/tid=23309] ppid=23300 vsize=1713200 CPUtime=0
/proc/23302/task/23309/stat : 23309 (java) S 23300 23302 23253 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 159332198 1754316800 389642 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23302/tid=23310] ppid=23300 vsize=1713200 CPUtime=1.13
/proc/23302/task/23310/stat : 23310 (java) S 23300 23302 23253 0 -1 64 2562 0 0 0 112 1 0 0 16 0 13 0 159332198 1754316800 389642 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23302/tid=23311] ppid=23300 vsize=1713200 CPUtime=0.89
/proc/23302/task/23311/stat : 23311 (java) S 23300 23302 23253 0 -1 64 649 0 0 0 89 0 0 0 16 0 13 0 159332198 1754316800 389642 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23302/tid=23312] ppid=23300 vsize=1713200 CPUtime=0
/proc/23302/task/23312/stat : 23312 (java) S 23300 23302 23253 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 159332198 1754316800 389642 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23302/tid=23313] ppid=23300 vsize=1713200 CPUtime=0
/proc/23302/task/23313/stat : 23313 (java) S 23300 23302 23253 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 159332198 1754316800 389642 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23302/tid=23314] ppid=23300 vsize=1713200 CPUtime=0
/proc/23302/task/23314/stat : 23314 (java) S 23300 23302 23253 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 159341292 1754316800 389642 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.69
Current children cumulated vsize (Kb) 1713200

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Child status: 143
Real time (s): 1756.56
CPU time (s): 1800.96
CPU user time (s): 1793.22
CPU system time (s): 7.74282
CPU usage (%): 102.528
Max. virtual memory (cumulated for all children) (Kb): 1713200
The end

Launcher Data (download as text)

Begin job on node34 on Fri Jul 28 22:09:32 UTC 2006


FILE ID= 51028-1154124571

PBS_JOBID= 887159

BENCH NAME= HOME/pub/bench/PB06/final/normalized-PB06/OPT-BIGINT/submitted-PB06/roussel/factor/normalized-factor-sizeN=260-sizeP=131-sizeQ=260-581480794.opb
COMMAND LINE= java -server -Xms1500M -Xmx1500M -jar ROOT/solvers/PB/PB06final/user5/sat4jPseudoPlus.jar ROOT/tmp/node34/51028-1154124571/instance-51028-1154124571.opb 533526410
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node34/watcher-51028-1154124571 -o ROOT/results/node34/solver-51028-1154124571 -C 1800 -M 1800 -S 64  java -server -Xms1500M -Xmx1500M -jar ROOT/solvers/PB/PB06final/user5/sat4jPseudoPlus.jar ROOT/tmp/node34/51028-1154124571/instance-51028-1154124571.opb 533526410

MD5SUM SOLVER= e9637a7554f3ecdf74c1815f89d00213
MD5SUM BENCH=  1dbba1ae61626910756854ad621cd3cd

RANDOM SEED= 533526410

TIMEOUT= 1800 seconds


/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.263
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.263
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:       1423712 kB
Buffers:         42788 kB
Cached:         511040 kB
SwapCached:       3772 kB
Active:          89452 kB
Inactive:       473008 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1423712 kB
SwapTotal:     4192956 kB
SwapFree:      4183048 kB
Dirty:             184 kB
Writeback:           0 kB
Mapped:          14716 kB
Slab:            55816 kB
Committed_AS:   710168 kB
PageTables:       1412 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB


End job on node34 on Fri Jul 28 22:38:48 UTC 2006