Trace number 43444

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) 1801.12 1795.43

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/namasivayam/
wnqueen/normalized-t2001.13queen13.1111225605.opb
MD5SUM6f1cbef2f78310d9a2a135b1ea66aaec
Bench CategorySATUNSAT-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.606906
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables169
Total number of constraints101
Number of constraints which are clauses30
Number of constraints which are cardinality constraints (but not clauses)70
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint169
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 38
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 1240
Number of bits of the biggest sum of numbers11
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/node39/43444-1149207209/instance-43444-1149207209.opb
0.20	c reading problem ... 
0.33	c ... done. Time 0.13 ms.
0.33	c #vars     169
0.33	c #constraints  101
1795.30	c starts		: 10
1795.30	c conflicts		: 9260
1795.30	c decisions		: 44796
1795.30	c propagations		: 210069
1795.30	c inspects		: 67273698
1795.30	c learnt literals	: 0
1795.30	c learnt binary clauses	: 0
1795.30	c learnt ternary clauses	: 0
1795.30	c learnt clauses	: 9259
1795.30	c root simplifications	: 0
1795.30	c removed literals (reason simplification)	: 0
1795.30	c reason swapping (by a shorter reason)	: 0
1795.30	c Calls to reduceDB	: 0
1795.30	c speed (decisions/second)	: 24.956503281683244
1795.30	c non guided choices	45
1795.30	s UNKNOWN
1795.30	c Total wall clock time (ms): 1795.095

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

Current StackSize limit: 67108864 bytes

/proc/loadavg: 0.75 0.92 0.85 3/64 29326
/proc/meminfo: memFree=1352344/2055920 swapFree=4180888/4192956
[pid=29326] ppid=29324 vsize=1784 CPUtime=0
/proc/29326/stat : 29326 (java) R 29324 29326 29281 0 -1 0 166 0 0 0 0 0 0 0 18 0 1 0 186387183 1826816 137 18446744073709551615 134512640 134570276 4294956624 18446744073709551615 4294960144 0 2147483391 4096 0 0 0 0 17 1 0 0
/proc/29326/statm: 446 137 102 14 0 91 0

[startup+10.0018 s]
/proc/loadavg: 0.79 0.92 0.85 2/76 29338
/proc/meminfo: memFree=1164280/2055920 swapFree=4180888/4192956
[pid=29326] ppid=29324 vsize=1712476 CPUtime=11.1
/proc/29326/stat : 29326 (java) R 29324 29326 29281 0 -1 0 52218 0 1 0 1087 23 0 0 25 0 13 0 186387183 1753575424 48767 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071461337 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/29326/statm: 428119 48767 1909 14 0 414866 0
[pid=29326/tid=29327] ppid=29324 vsize=1712476 CPUtime=0.21
/proc/29326/task/29327/stat : 29327 (java) S 29324 29326 29281 0 -1 64 5545 0 0 0 19 2 0 0 16 0 13 0 186387186 1753575424 48767 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29326/tid=29328] ppid=29324 vsize=1712476 CPUtime=0.22
/proc/29326/task/29328/stat : 29328 (java) S 29324 29326 29281 0 -1 64 5867 0 0 0 18 4 0 0 16 0 13 0 186387186 1753575424 48767 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29326/tid=29329] ppid=29324 vsize=1712476 CPUtime=0
/proc/29326/task/29329/stat : 29329 (java) S 29324 29326 29281 0 -1 64 30 0 0 0 0 0 0 0 16 0 13 0 186387189 1753575424 48767 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=29326/tid=29330] ppid=29324 vsize=1712476 CPUtime=0
/proc/29326/task/29330/stat : 29330 (java) S 29324 29326 29281 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 186387190 1753575424 48767 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29326/tid=29331] ppid=29324 vsize=1712476 CPUtime=0
/proc/29326/task/29331/stat : 29331 (java) S 29324 29326 29281 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 186387190 1753575424 48767 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29326/tid=29332] ppid=29324 vsize=1712476 CPUtime=0
/proc/29326/task/29332/stat : 29332 (java) S 29324 29326 29281 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 186387193 1753575424 48767 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29326/tid=29333] ppid=29324 vsize=1712476 CPUtime=0
/proc/29326/task/29333/stat : 29333 (java) S 29324 29326 29281 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 186387193 1753575424 48767 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29326/tid=29334] ppid=29324 vsize=1712476 CPUtime=0.63
/proc/29326/task/29334/stat : 29334 (java) S 29324 29326 29281 0 -1 64 1340 0 0 0 62 1 0 0 16 0 13 0 186387193 1753575424 48767 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29326/tid=29335] ppid=29324 vsize=1712476 CPUtime=0.71
/proc/29326/task/29335/stat : 29335 (java) S 29324 29326 29281 0 -1 64 1157 0 0 0 71 0 0 0 17 0 13 0 186387193 1753575424 48767 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29326/tid=29336] ppid=29324 vsize=1712476 CPUtime=0
/proc/29326/task/29336/stat : 29336 (java) S 29324 29326 29281 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 186387193 1753575424 48767 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29326/tid=29337] ppid=29324 vsize=1712476 CPUtime=0
/proc/29326/task/29337/stat : 29337 (java) S 29324 29326 29281 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 186387193 1753575424 48767 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29326/tid=29338] ppid=29324 vsize=1712476 CPUtime=0
/proc/29326/task/29338/stat : 29338 (java) S 29324 29326 29281 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 186387217 1753575424 48767 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 11.1
Current children cumulated vsize (Kb) 1712476

[startup+20.0087 s]
/proc/loadavg: 0.82 0.93 0.86 2/76 29338
/proc/meminfo: memFree=1159992/2055920 swapFree=4180888/4192956
[pid=29326] ppid=29324 vsize=1711364 CPUtime=21.16
/proc/29326/stat : 29326 (java) R 29324 29326 29281 0 -1 0 54808 0 1 0 2091 25 0 0 25 0 13 0 186387183 1752436736 49806 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071384496 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/29326/statm: 427841 49806 1910 14 0 414588 0
[pid=29326/tid=29327] ppid=29324 vsize=1711364 CPUtime=0.27
/proc/29326/task/29327/stat : 29327 (java) S 29324 29326 29281 0 -1 64 6980 0 0 0 24 3 0 0 16 0 13 0 186387186 1752436736 49806 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29326/tid=29328] ppid=29324 vsize=1711364 CPUtime=0.27
/proc/29326/task/29328/stat : 29328 (java) S 29324 29326 29281 0 -1 64 7010 0 0 0 23 4 0 0 17 0 13 0 186387186 1752436736 49806 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29326/tid=29329] ppid=29324 vsize=1711364 CPUtime=0
/proc/29326/task/29329/stat : 29329 (java) S 29324 29326 29281 0 -1 64 30 0 0 0 0 0 0 0 16 0 13 0 186387189 1752436736 49806 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=29326/tid=29330] ppid=29324 vsize=1711364 CPUtime=0
/proc/29326/task/29330/stat : 29330 (java) S 29324 29326 29281 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 186387190 1752436736 49806 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29326/tid=29331] ppid=29324 vsize=1711364 CPUtime=0
/proc/29326/task/29331/stat : 29331 (java) S 29324 29326 29281 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 186387190 1752436736 49806 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29326/tid=29332] ppid=29324 vsize=1711364 CPUtime=0
/proc/29326/task/29332/stat : 29332 (java) S 29324 29326 29281 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 186387193 1752436736 49806 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29326/tid=29333] ppid=29324 vsize=1711364 CPUtime=0
/proc/29326/task/29333/stat : 29333 (java) S 29324 29326 29281 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 186387193 1752436736 49806 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29326/tid=29334] ppid=29324 vsize=1711364 CPUtime=0.63
/proc/29326/task/29334/stat : 29334 (java) S 29324 29326 29281 0 -1 64 1340 0 0 0 62 1 0 0 17 0 13 0 186387193 1752436736 49806 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29326/tid=29335] ppid=29324 vsize=1711364 CPUtime=0.72
/proc/29326/task/29335/stat : 29335 (java) S 29324 29326 29281 0 -1 64 1157 0 0 0 72 0 0 0 17 0 13 0 186387193 1752436736 49806 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29326/tid=29336] ppid=29324 vsize=1711364 CPUtime=0
/proc/29326/task/29336/stat : 29336 (java) S 29324 29326 29281 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 186387193 1752436736 49806 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29326/tid=29337] ppid=29324 vsize=1711364 CPUtime=0
/proc/29326/task/29337/stat : 29337 (java) S 29324 29326 29281 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 186387193 1752436736 49806 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29326/tid=29338] ppid=29324 vsize=1711364 CPUtime=0
/proc/29326/task/29338/stat : 29338 (java) S 29324 29326 29281 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 186387217 1752436736 49806 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 21.16
Current children cumulated vsize (Kb) 1711364

[startup+30.0156 s]
/proc/loadavg: 0.85 0.93 0.86 2/76 29338
/proc/meminfo: memFree=1158136/2055920 swapFree=4180888/4192956
[pid=29326] ppid=29324 vsize=1711204 CPUtime=31.25
/proc/29326/stat : 29326 (java) R 29324 29326 29281 0 -1 0 57259 0 1 0 3099 26 0 0 25 0 13 0 186387183 1752272896 50270 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071458015 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/29326/statm: 427801 50270 1910 14 0 414548 0
[pid=29326/tid=29327] ppid=29324 vsize=1711204 CPUtime=0.34
/proc/29326/task/29327/stat : 29327 (java) S 29324 29326 29281 0 -1 64 8233 0 0 0 31 3 0 0 16 0 13 0 186387186 1752272896 50270 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29326/tid=29328] ppid=29324 vsize=1711204 CPUtime=0.35
/proc/29326/task/29328/stat : 29328 (java) S 29324 29326 29281 0 -1 64 8160 0 0 0 30 5 0 0 16 0 13 0 186387186 1752272896 50270 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29326/tid=29329] ppid=29324 vsize=1711204 CPUtime=0
/proc/29326/task/29329/stat : 29329 (java) S 29324 29326 29281 0 -1 64 30 0 0 0 0 0 0 0 16 0 13 0 186387189 1752272896 50270 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=29326/tid=29330] ppid=29324 vsize=1711204 CPUtime=0
/proc/29326/task/29330/stat : 29330 (java) S 29324 29326 29281 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 186387190 1752272896 50270 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29326/tid=29331] ppid=29324 vsize=1711204 CPUtime=0
/proc/29326/task/29331/stat : 29331 (java) S 29324 29326 29281 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 186387190 1752272896 50270 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29326/tid=29332] ppid=29324 vsize=1711204 CPUtime=0
/proc/29326/task/29332/stat : 29332 (java) S 29324 29326 29281 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 186387193 1752272896 50270 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29326/tid=29333] ppid=29324 vsize=1711204 CPUtime=0
/proc/29326/task/29333/stat : 29333 (java) S 29324 29326 29281 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 186387193 1752272896 50270 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29326/tid=29334] ppid=29324 vsize=1711204 CPUtime=0.65
/proc/29326/task/29334/stat : 29334 (java) S 29324 29326 29281 0 -1 64 1378 0 0 0 64 1 0 0 16 0 13 0 186387193 1752272896 50270 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29326/tid=29335] ppid=29324 vsize=1711204 CPUtime=0.73
/proc/29326/task/29335/stat : 29335 (java) S 29324 29326 29281 0 -1 64 1158 0 0 0 73 0 0 0 17 0 13 0 186387193 1752272896 50270 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29326/tid=29336] ppid=29324 vsize=1711204 CPUtime=0
/proc/29326/task/29336/stat : 29336 (java) S 29324 29326 29281 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 186387193 1752272896 50270 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29326/tid=29337] ppid=29324 vsize=1711204 CPUtime=0
/proc/29326/task/29337/stat : 29337 (java) S 29324 29326 29281 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 186387193 1752272896 50270 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29326/tid=29338] ppid=29324 vsize=1711204 CPUtime=0
/proc/29326/task/29338/stat : 29338 (java) S 29324 29326 29281 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 186387217 1752272896 50270 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 31.25
Current children cumulated vsize (Kb) 1711204

[startup+40.0226 s]
/proc/loadavg: 0.87 0.93 0.86 2/76 29338
/proc/meminfo: memFree=1159928/2055920 swapFree=4180888/4192956
[pid=29326] ppid=29324 vsize=1711204 CPUtime=41.3
/proc/29326/stat : 29326 (java) R 29324 29326 29281 0 -1 0 59036 0 1 0 4103 27 0 0 25 0 13 0 186387183 1752272896 49825 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071381175 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/29326/statm: 427801 49825 1910 14 0 414548 0
[pid=29326/tid=29327] ppid=29324 vsize=1711204 CPUtime=0.4
/proc/29326/task/29327/stat : 29327 (java) S 29324 29326 29281 0 -1 64 9062 0 0 0 36 4 0 0 17 0 13 0 186387186 1752272896 49825 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29326/tid=29328] ppid=29324 vsize=1711204 CPUtime=0.4
/proc/29326/task/29328/stat : 29328 (java) S 29324 29326 29281 0 -1 64 9098 0 0 0 35 5 0 0 16 0 13 0 186387186 1752272896 49825 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29326/tid=29329] ppid=29324 vsize=1711204 CPUtime=0.01
/proc/29326/task/29329/stat : 29329 (java) S 29324 29326 29281 0 -1 64 31 0 0 0 1 0 0 0 17 0 13 0 186387189 1752272896 49825 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=29326/tid=29330] ppid=29324 vsize=1711204 CPUtime=0
/proc/29326/task/29330/stat : 29330 (java) S 29324 29326 29281 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 186387190 1752272896 49825 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29326/tid=29331] ppid=29324 vsize=1711204 CPUtime=0
/proc/29326/task/29331/stat : 29331 (java) S 29324 29326 29281 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 186387190 1752272896 49825 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29326/tid=29332] ppid=29324 vsize=1711204 CPUtime=0
/proc/29326/task/29332/stat : 29332 (java) S 29324 29326 29281 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 186387193 1752272896 49825 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29326/tid=29333] ppid=29324 vsize=1711204 CPUtime=0
/proc/29326/task/29333/stat : 29333 (java) S 29324 29326 29281 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 186387193 1752272896 49825 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29326/tid=29334] ppid=29324 vsize=1711204 CPUtime=0.65
/proc/29326/task/29334/stat : 29334 (java) S 29324 29326 29281 0 -1 64 1378 0 0 0 64 1 0 0 16 0 13 0 186387193 1752272896 49825 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29326/tid=29335] ppid=29324 vsize=1711204 CPUtime=0.73
/proc/29326/task/29335/stat : 29335 (java) S 29324 29326 29281 0 -1 64 1158 0 0 0 73 0 0 0 17 0 13 0 186387193 1752272896 49825 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29326/tid=29336] ppid=29324 vsize=1711204 CPUtime=0
/proc/29326/task/29336/stat : 29336 (java) S 29324 29326 29281 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 186387193 1752272896 49825 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29326/tid=29337] ppid=29324 vsize=1711204 CPUtime=0
/proc/29326/task/29337/stat : 29337 (java) S 29324 29326 29281 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 186387193 1752272896 49825 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29326/tid=29338] ppid=29324 vsize=1711204 CPUtime=0
/proc/29326/task/29338/stat : 29338 (java) S 29324 29326 29281 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 186387217 1752272896 49825 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 41.3
Current children cumulated vsize (Kb) 1711204

[startup+50.0295 s]
/proc/loadavg: 0.89 0.93 0.86 2/76 29338
/proc/meminfo: memFree=1161656/2055920 swapFree=4180888/4192956
[pid=29326] ppid=29324 vsize=1711204 CPUtime=51.34
/proc/29326/stat : 29326 (java) R 29324 29326 29281 0 -1 0 60013 0 1 0 5106 28 0 0 17 0 13 0 186387183 1752272896 49383 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071384482 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/29326/statm: 427801 49383 1910 14 0 414548 0
[pid=29326/tid=29327] ppid=29324 vsize=1711204 CPUtime=0.44
/proc/29326/task/29327/stat : 29327 (java) S 29324 29326 29281 0 -1 64 9618 0 0 0 40 4 0 0 16 0 13 0 186387186 1752272896 49383 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29326/tid=29328] ppid=29324 vsize=1711204 CPUtime=0.44
/proc/29326/task/29328/stat : 29328 (java) S 29324 29326 29281 0 -1 64 9512 0 0 0 38 6 0 0 16 0 13 0 186387186 1752272896 49383 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29326/tid=29329] ppid=29324 vsize=1711204 CPUtime=0.01
/proc/29326/task/29329/stat : 29329 (java) S 29324 29326 29281 0 -1 64 31 0 0 0 1 0 0 0 16 0 13 0 186387189 1752272896 49383 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=29326/tid=29330] ppid=29324 vsize=1711204 CPUtime=0
/proc/29326/task/29330/stat : 29330 (java) S 29324 29326 29281 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 186387190 1752272896 49383 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29326/tid=29331] ppid=29324 vsize=1711204 CPUtime=0
/proc/29326/task/29331/stat : 29331 (java) S 29324 29326 29281 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 186387190 1752272896 49383 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29326/tid=29332] ppid=29324 vsize=1711204 CPUtime=0
/proc/29326/task/29332/stat : 29332 (java) S 29324 29326 29281 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 186387193 1752272896 49383 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29326/tid=29333] ppid=29324 vsize=1711204 CPUtime=0
/proc/29326/task/29333/stat : 29333 (java) S 29324 29326 29281 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 186387193 1752272896 49383 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29326/tid=29334] ppid=29324 vsize=1711204 CPUtime=0.65
/proc/29326/task/29334/stat : 29334 (java) S 29324 29326 29281 0 -1 64 1378 0 0 0 64 1 0 0 16 0 13 0 186387193 1752272896 49383 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29326/tid=29335] ppid=29324 vsize=1711204 CPUtime=0.73
/proc/29326/task/29335/stat : 29335 (java) S 29324 29326 29281 0 -1 64 1158 0 0 0 73 0 0 0 17 0 13 0 186387193 1752272896 49383 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29326/tid=29336] ppid=29324 vsize=1711204 CPUtime=0
/proc/29326/task/29336/stat : 29336 (java) S 29324 29326 29281 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 186387193 1752272896 49383 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29326/tid=29337] ppid=29324 vsize=1711204 CPUtime=0
/proc/29326/task/29337/stat : 29337 (java) S 29324 29326 29281 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 186387193 1752272896 49383 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29326/tid=29338] ppid=29324 vsize=1711204 CPUtime=0
/proc/29326/task/29338/stat : 29338 (java) S 29324 29326 29281 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 186387217 1752272896 49383 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 51.34
Current children cumulated vsize (Kb) 1711204

[startup+60.0364 s]
/proc/loadavg: 0.91 0.93 0.86 2/76 29338
/proc/meminfo: memFree=1161208/2055920 swapFree=4180888/4192956
[pid=29326] ppid=29324 vsize=1711204 CPUtime=61.39
/proc/29326/stat : 29326 (java) R 29324 29326 29281 0 -1 0 61340 0 1 0 6110 29 0 0 25 0 13 0 186387183 1752272896 49493 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071578239 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/29326/statm: 427801 49493 1910 14 0 414548 0
[pid=29326/tid=29327] ppid=29324 vsize=1711204 CPUtime=0.48
/proc/29326/task/29327/stat : 29327 (java) S 29324 29326 29281 0 -1 64 10129 0 0 0 44 4 0 0 16 0 13 0 186387186 1752272896 49493 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29326/tid=29328] ppid=29324 vsize=1711204 CPUtime=0.48
/proc/29326/task/29328/stat : 29328 (java) S 29324 29326 29281 0 -1 64 10321 0 0 0 42 6 0 0 16 0 13 0 186387186 1752272896 49493 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29326/tid=29329] ppid=29324 vsize=1711204 CPUtime=0.02
/proc/29326/task/29329/stat : 29329 (java) S 29324 29326 29281 0 -1 64 31 0 0 0 1 1 0 0 16 0 13 0 186387189 1752272896 49493 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=29326/tid=29330] ppid=29324 vsize=1711204 CPUtime=0
/proc/29326/task/29330/stat : 29330 (java) S 29324 29326 29281 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 186387190 1752272896 49493 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29326/tid=29331] ppid=29324 vsize=1711204 CPUtime=0
/proc/29326/task/29331/stat : 29331 (java) S 29324 29326 29281 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 186387190 1752272896 49493 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29326/tid=29332] ppid=29324 vsize=1711204 CPUtime=0
/proc/29326/task/29332/stat : 29332 (java) S 29324 29326 29281 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 186387193 1752272896 49493 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0

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

[pid=29326/tid=29330] ppid=29324 vsize=1711204 CPUtime=0
/proc/29326/task/29330/stat : 29330 (java) S 29324 29326 29281 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 186387190 1752272896 128847 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29326/tid=29331] ppid=29324 vsize=1711204 CPUtime=0
/proc/29326/task/29331/stat : 29331 (java) S 29324 29326 29281 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 186387190 1752272896 128847 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29326/tid=29332] ppid=29324 vsize=1711204 CPUtime=0
/proc/29326/task/29332/stat : 29332 (java) S 29324 29326 29281 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 186387193 1752272896 128847 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29326/tid=29333] ppid=29324 vsize=1711204 CPUtime=0
/proc/29326/task/29333/stat : 29333 (java) S 29324 29326 29281 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 186387193 1752272896 128847 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29326/tid=29334] ppid=29324 vsize=1711204 CPUtime=0.65
/proc/29326/task/29334/stat : 29334 (java) S 29324 29326 29281 0 -1 64 1378 0 0 0 64 1 0 0 16 0 13 0 186387193 1752272896 128847 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29326/tid=29335] ppid=29324 vsize=1711204 CPUtime=0.75
/proc/29326/task/29335/stat : 29335 (java) S 29324 29326 29281 0 -1 64 1160 0 0 0 75 0 0 0 16 0 13 0 186387193 1752272896 128847 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29326/tid=29336] ppid=29324 vsize=1711204 CPUtime=0
/proc/29326/task/29336/stat : 29336 (java) S 29324 29326 29281 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 186387193 1752272896 128847 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29326/tid=29337] ppid=29324 vsize=1711204 CPUtime=0
/proc/29326/task/29337/stat : 29337 (java) S 29324 29326 29281 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 186387193 1752272896 128847 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29326/tid=29338] ppid=29324 vsize=1711204 CPUtime=0
/proc/29326/task/29338/stat : 29338 (java) S 29324 29326 29281 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 186387217 1752272896 128847 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1796.96
Current children cumulated vsize (Kb) 1711204

[startup+1792.27 s]
/proc/loadavg: 1.00 1.00 0.92 2/76 29340
/proc/meminfo: memFree=842488/2055920 swapFree=4180888/4192956
[pid=29326] ppid=29324 vsize=1711204 CPUtime=1797.96
/proc/29326/stat : 29326 (java) R 29324 29326 29281 0 -1 0 200662 0 1 0 179696 100 0 0 25 0 13 0 186387183 1752272896 128847 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071569998 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/29326/statm: 427801 128847 1910 14 0 414548 0
[pid=29326/tid=29327] ppid=29324 vsize=1711204 CPUtime=5.39
/proc/29326/task/29327/stat : 29327 (java) S 29324 29326 29281 0 -1 64 58183 0 0 0 512 27 0 0 16 0 13 0 186387186 1752272896 128847 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29326/tid=29328] ppid=29324 vsize=1711204 CPUtime=5.4
/proc/29326/task/29328/stat : 29328 (java) S 29324 29326 29281 0 -1 64 60810 0 0 0 512 28 0 0 16 0 13 0 186387186 1752272896 128847 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29326/tid=29329] ppid=29324 vsize=1711204 CPUtime=0.19
/proc/29326/task/29329/stat : 29329 (java) S 29324 29326 29281 0 -1 64 174 0 0 0 9 10 0 0 16 0 13 0 186387189 1752272896 128847 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=29326/tid=29330] ppid=29324 vsize=1711204 CPUtime=0
/proc/29326/task/29330/stat : 29330 (java) S 29324 29326 29281 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 186387190 1752272896 128847 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29326/tid=29331] ppid=29324 vsize=1711204 CPUtime=0
/proc/29326/task/29331/stat : 29331 (java) S 29324 29326 29281 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 186387190 1752272896 128847 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29326/tid=29332] ppid=29324 vsize=1711204 CPUtime=0
/proc/29326/task/29332/stat : 29332 (java) S 29324 29326 29281 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 186387193 1752272896 128847 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29326/tid=29333] ppid=29324 vsize=1711204 CPUtime=0
/proc/29326/task/29333/stat : 29333 (java) S 29324 29326 29281 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 186387193 1752272896 128847 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29326/tid=29334] ppid=29324 vsize=1711204 CPUtime=0.65
/proc/29326/task/29334/stat : 29334 (java) S 29324 29326 29281 0 -1 64 1378 0 0 0 64 1 0 0 16 0 13 0 186387193 1752272896 128847 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29326/tid=29335] ppid=29324 vsize=1711204 CPUtime=0.75
/proc/29326/task/29335/stat : 29335 (java) S 29324 29326 29281 0 -1 64 1160 0 0 0 75 0 0 0 16 0 13 0 186387193 1752272896 128847 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29326/tid=29336] ppid=29324 vsize=1711204 CPUtime=0
/proc/29326/task/29336/stat : 29336 (java) S 29324 29326 29281 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 186387193 1752272896 128847 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29326/tid=29337] ppid=29324 vsize=1711204 CPUtime=0
/proc/29326/task/29337/stat : 29337 (java) S 29324 29326 29281 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 186387193 1752272896 128847 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29326/tid=29338] ppid=29324 vsize=1711204 CPUtime=0
/proc/29326/task/29338/stat : 29338 (java) S 29324 29326 29281 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 186387217 1752272896 128847 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1797.96
Current children cumulated vsize (Kb) 1711204

[startup+1793.28 s]
/proc/loadavg: 1.00 1.00 0.92 2/76 29340
/proc/meminfo: memFree=842488/2055920 swapFree=4180888/4192956
[pid=29326] ppid=29324 vsize=1711204 CPUtime=1798.97
/proc/29326/stat : 29326 (java) R 29324 29326 29281 0 -1 0 200662 0 1 0 179797 100 0 0 25 0 13 0 186387183 1752272896 128847 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071589012 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/29326/statm: 427801 128847 1910 14 0 414548 0
[pid=29326/tid=29327] ppid=29324 vsize=1711204 CPUtime=5.39
/proc/29326/task/29327/stat : 29327 (java) S 29324 29326 29281 0 -1 64 58183 0 0 0 512 27 0 0 16 0 13 0 186387186 1752272896 128847 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29326/tid=29328] ppid=29324 vsize=1711204 CPUtime=5.4
/proc/29326/task/29328/stat : 29328 (java) S 29324 29326 29281 0 -1 64 60810 0 0 0 512 28 0 0 16 0 13 0 186387186 1752272896 128847 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29326/tid=29329] ppid=29324 vsize=1711204 CPUtime=0.19
/proc/29326/task/29329/stat : 29329 (java) S 29324 29326 29281 0 -1 64 174 0 0 0 9 10 0 0 16 0 13 0 186387189 1752272896 128847 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=29326/tid=29330] ppid=29324 vsize=1711204 CPUtime=0
/proc/29326/task/29330/stat : 29330 (java) S 29324 29326 29281 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 186387190 1752272896 128847 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29326/tid=29331] ppid=29324 vsize=1711204 CPUtime=0
/proc/29326/task/29331/stat : 29331 (java) S 29324 29326 29281 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 186387190 1752272896 128847 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29326/tid=29332] ppid=29324 vsize=1711204 CPUtime=0
/proc/29326/task/29332/stat : 29332 (java) S 29324 29326 29281 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 186387193 1752272896 128847 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29326/tid=29333] ppid=29324 vsize=1711204 CPUtime=0
/proc/29326/task/29333/stat : 29333 (java) S 29324 29326 29281 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 186387193 1752272896 128847 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29326/tid=29334] ppid=29324 vsize=1711204 CPUtime=0.65
/proc/29326/task/29334/stat : 29334 (java) S 29324 29326 29281 0 -1 64 1378 0 0 0 64 1 0 0 16 0 13 0 186387193 1752272896 128847 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29326/tid=29335] ppid=29324 vsize=1711204 CPUtime=0.75
/proc/29326/task/29335/stat : 29335 (java) S 29324 29326 29281 0 -1 64 1160 0 0 0 75 0 0 0 16 0 13 0 186387193 1752272896 128847 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29326/tid=29336] ppid=29324 vsize=1711204 CPUtime=0
/proc/29326/task/29336/stat : 29336 (java) S 29324 29326 29281 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 186387193 1752272896 128847 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29326/tid=29337] ppid=29324 vsize=1711204 CPUtime=0
/proc/29326/task/29337/stat : 29337 (java) S 29324 29326 29281 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 186387193 1752272896 128847 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29326/tid=29338] ppid=29324 vsize=1711204 CPUtime=0
/proc/29326/task/29338/stat : 29338 (java) S 29324 29326 29281 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 186387217 1752272896 128847 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1798.97
Current children cumulated vsize (Kb) 1711204

[startup+1794.29 s]
/proc/loadavg: 1.00 1.00 0.92 2/76 29340
/proc/meminfo: memFree=842488/2055920 swapFree=4180888/4192956
[pid=29326] ppid=29324 vsize=1711204 CPUtime=1799.98
/proc/29326/stat : 29326 (java) R 29324 29326 29281 0 -1 0 200662 0 1 0 179898 100 0 0 25 0 13 0 186387183 1752272896 128847 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071578201 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/29326/statm: 427801 128847 1910 14 0 414548 0
[pid=29326/tid=29327] ppid=29324 vsize=1711204 CPUtime=5.39
/proc/29326/task/29327/stat : 29327 (java) S 29324 29326 29281 0 -1 64 58183 0 0 0 512 27 0 0 16 0 13 0 186387186 1752272896 128847 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29326/tid=29328] ppid=29324 vsize=1711204 CPUtime=5.4
/proc/29326/task/29328/stat : 29328 (java) S 29324 29326 29281 0 -1 64 60810 0 0 0 512 28 0 0 16 0 13 0 186387186 1752272896 128847 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29326/tid=29329] ppid=29324 vsize=1711204 CPUtime=0.19
/proc/29326/task/29329/stat : 29329 (java) S 29324 29326 29281 0 -1 64 174 0 0 0 9 10 0 0 16 0 13 0 186387189 1752272896 128847 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=29326/tid=29330] ppid=29324 vsize=1711204 CPUtime=0
/proc/29326/task/29330/stat : 29330 (java) S 29324 29326 29281 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 186387190 1752272896 128847 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29326/tid=29331] ppid=29324 vsize=1711204 CPUtime=0
/proc/29326/task/29331/stat : 29331 (java) S 29324 29326 29281 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 186387190 1752272896 128847 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29326/tid=29332] ppid=29324 vsize=1711204 CPUtime=0
/proc/29326/task/29332/stat : 29332 (java) S 29324 29326 29281 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 186387193 1752272896 128847 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29326/tid=29333] ppid=29324 vsize=1711204 CPUtime=0
/proc/29326/task/29333/stat : 29333 (java) S 29324 29326 29281 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 186387193 1752272896 128847 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29326/tid=29334] ppid=29324 vsize=1711204 CPUtime=0.65
/proc/29326/task/29334/stat : 29334 (java) S 29324 29326 29281 0 -1 64 1378 0 0 0 64 1 0 0 16 0 13 0 186387193 1752272896 128847 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29326/tid=29335] ppid=29324 vsize=1711204 CPUtime=0.75
/proc/29326/task/29335/stat : 29335 (java) S 29324 29326 29281 0 -1 64 1160 0 0 0 75 0 0 0 16 0 13 0 186387193 1752272896 128847 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29326/tid=29336] ppid=29324 vsize=1711204 CPUtime=0
/proc/29326/task/29336/stat : 29336 (java) S 29324 29326 29281 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 186387193 1752272896 128847 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29326/tid=29337] ppid=29324 vsize=1711204 CPUtime=0
/proc/29326/task/29337/stat : 29337 (java) S 29324 29326 29281 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 186387193 1752272896 128847 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29326/tid=29338] ppid=29324 vsize=1711204 CPUtime=0
/proc/29326/task/29338/stat : 29338 (java) S 29324 29326 29281 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 186387217 1752272896 128847 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1799.98
Current children cumulated vsize (Kb) 1711204

[startup+1795.29 s]
/proc/loadavg: 1.00 1.00 0.92 2/76 29340
/proc/meminfo: memFree=842488/2055920 swapFree=4180888/4192956
[pid=29326] ppid=29324 vsize=1711204 CPUtime=1800.98
/proc/29326/stat : 29326 (java) R 29324 29326 29281 0 -1 0 200662 0 1 0 179998 100 0 0 25 0 13 0 186387183 1752272896 128847 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071457999 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/29326/statm: 427801 128847 1910 14 0 414548 0
[pid=29326/tid=29327] ppid=29324 vsize=1711204 CPUtime=5.39
/proc/29326/task/29327/stat : 29327 (java) S 29324 29326 29281 0 -1 64 58183 0 0 0 512 27 0 0 16 0 13 0 186387186 1752272896 128847 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29326/tid=29328] ppid=29324 vsize=1711204 CPUtime=5.4
/proc/29326/task/29328/stat : 29328 (java) S 29324 29326 29281 0 -1 64 60810 0 0 0 512 28 0 0 16 0 13 0 186387186 1752272896 128847 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29326/tid=29329] ppid=29324 vsize=1711204 CPUtime=0.19
/proc/29326/task/29329/stat : 29329 (java) S 29324 29326 29281 0 -1 64 174 0 0 0 9 10 0 0 16 0 13 0 186387189 1752272896 128847 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=29326/tid=29330] ppid=29324 vsize=1711204 CPUtime=0
/proc/29326/task/29330/stat : 29330 (java) S 29324 29326 29281 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 186387190 1752272896 128847 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29326/tid=29331] ppid=29324 vsize=1711204 CPUtime=0
/proc/29326/task/29331/stat : 29331 (java) S 29324 29326 29281 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 186387190 1752272896 128847 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29326/tid=29332] ppid=29324 vsize=1711204 CPUtime=0
/proc/29326/task/29332/stat : 29332 (java) S 29324 29326 29281 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 186387193 1752272896 128847 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29326/tid=29333] ppid=29324 vsize=1711204 CPUtime=0
/proc/29326/task/29333/stat : 29333 (java) S 29324 29326 29281 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 186387193 1752272896 128847 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29326/tid=29334] ppid=29324 vsize=1711204 CPUtime=0.65
/proc/29326/task/29334/stat : 29334 (java) S 29324 29326 29281 0 -1 64 1378 0 0 0 64 1 0 0 16 0 13 0 186387193 1752272896 128847 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29326/tid=29335] ppid=29324 vsize=1711204 CPUtime=0.75
/proc/29326/task/29335/stat : 29335 (java) S 29324 29326 29281 0 -1 64 1160 0 0 0 75 0 0 0 16 0 13 0 186387193 1752272896 128847 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29326/tid=29336] ppid=29324 vsize=1711204 CPUtime=0
/proc/29326/task/29336/stat : 29336 (java) S 29324 29326 29281 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 186387193 1752272896 128847 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29326/tid=29337] ppid=29324 vsize=1711204 CPUtime=0
/proc/29326/task/29337/stat : 29337 (java) S 29324 29326 29281 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 186387193 1752272896 128847 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29326/tid=29338] ppid=29324 vsize=1711204 CPUtime=0
/proc/29326/task/29338/stat : 29338 (java) S 29324 29326 29281 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 186387217 1752272896 128847 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.98
Current children cumulated vsize (Kb) 1711204



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1795.3 s]
/proc/loadavg: 1.00 1.00 0.92 2/76 29340
/proc/meminfo: memFree=842488/2055920 swapFree=4180888/4192956
[pid=29326] ppid=29324 vsize=1711204 CPUtime=1800.99
/proc/29326/stat : 29326 (java) R 29324 29326 29281 0 -1 0 200662 0 1 0 179999 100 0 0 25 0 13 0 186387183 1752272896 128847 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071458060 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/29326/statm: 427801 128847 1910 14 0 414548 0
[pid=29326/tid=29327] ppid=29324 vsize=1711204 CPUtime=5.39
/proc/29326/task/29327/stat : 29327 (java) S 29324 29326 29281 0 -1 64 58183 0 0 0 512 27 0 0 16 0 13 0 186387186 1752272896 128847 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29326/tid=29328] ppid=29324 vsize=1711204 CPUtime=5.4
/proc/29326/task/29328/stat : 29328 (java) S 29324 29326 29281 0 -1 64 60810 0 0 0 512 28 0 0 16 0 13 0 186387186 1752272896 128847 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29326/tid=29329] ppid=29324 vsize=1711204 CPUtime=0.19
/proc/29326/task/29329/stat : 29329 (java) S 29324 29326 29281 0 -1 64 174 0 0 0 9 10 0 0 16 0 13 0 186387189 1752272896 128847 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=29326/tid=29330] ppid=29324 vsize=1711204 CPUtime=0
/proc/29326/task/29330/stat : 29330 (java) S 29324 29326 29281 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 186387190 1752272896 128847 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29326/tid=29331] ppid=29324 vsize=1711204 CPUtime=0
/proc/29326/task/29331/stat : 29331 (java) S 29324 29326 29281 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 186387190 1752272896 128847 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29326/tid=29332] ppid=29324 vsize=1711204 CPUtime=0
/proc/29326/task/29332/stat : 29332 (java) S 29324 29326 29281 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 186387193 1752272896 128847 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29326/tid=29333] ppid=29324 vsize=1711204 CPUtime=0
/proc/29326/task/29333/stat : 29333 (java) S 29324 29326 29281 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 186387193 1752272896 128847 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29326/tid=29334] ppid=29324 vsize=1711204 CPUtime=0.65
/proc/29326/task/29334/stat : 29334 (java) S 29324 29326 29281 0 -1 64 1378 0 0 0 64 1 0 0 16 0 13 0 186387193 1752272896 128847 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29326/tid=29335] ppid=29324 vsize=1711204 CPUtime=0.75
/proc/29326/task/29335/stat : 29335 (java) S 29324 29326 29281 0 -1 64 1160 0 0 0 75 0 0 0 16 0 13 0 186387193 1752272896 128847 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29326/tid=29336] ppid=29324 vsize=1711204 CPUtime=0
/proc/29326/task/29336/stat : 29336 (java) S 29324 29326 29281 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 186387193 1752272896 128847 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29326/tid=29337] ppid=29324 vsize=1711204 CPUtime=0
/proc/29326/task/29337/stat : 29337 (java) S 29324 29326 29281 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 186387193 1752272896 128847 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29326/tid=29338] ppid=29324 vsize=1711204 CPUtime=0
/proc/29326/task/29338/stat : 29338 (java) S 29324 29326 29281 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 186387217 1752272896 128847 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.99
Current children cumulated vsize (Kb) 1711204

Sending SIGTERM to -29326
Sleeping 2 seconds

Child status: 143
Real time (s): 1795.43
CPU time (s): 1801.12
CPU user time (s): 1800.04
CPU system time (s): 1.07584
CPU usage (%): 100.317
Max. virtual memory (cumulated for all children) (Kb): 1712476

Launcher Data (download as text)

Begin job on node39 on Fri Jun  2 00:13:29 UTC 2006


FILE ID= 43444-1149207209

PBS_JOBID= 293389

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

MD5SUM SOLVER= e9637a7554f3ecdf74c1815f89d00213
MD5SUM BENCH=  6f1cbef2f78310d9a2a135b1ea66aaec

RANDOM SEED= 43346760


/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.213
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	: 5931.00
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.213
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:       1352488 kB
Buffers:         43608 kB
Cached:         585896 kB
SwapCached:       4052 kB
Active:         214076 kB
Inactive:       424396 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1352488 kB
SwapTotal:     4192956 kB
SwapFree:      4180888 kB
Dirty:             288 kB
Writeback:           0 kB
Mapped:          14820 kB
Slab:            50940 kB
Committed_AS:   174672 kB
PageTables:       1428 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB


End job on node39 on Fri Jun  2 00:43:24 UTC 2006