Trace number 43590

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SAT4JPSEUDO 2006.2? (TO) 1800.34 1781.42

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/
namasivayam/tsp/normalized-t3002.11tsp11.1900547334.opb
MD5SUM0a9770757b6cd9327f36ff7b48e0a712
Bench CategorySATUNSAT-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark1.05884
Has Objective FunctionNO
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved NO
Number of variables231
Total number of constraints2707
Number of constraints which are clauses2684
Number of constraints which are cardinality constraints (but not clauses)22
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint110
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 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 661
Number of bits of the biggest sum of numbers10
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.14	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.14	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.15	c no version file found!!!
0.15	c sun.arch.data.model	32
0.15	c java.version	1.5.0_06
0.15	c os.name	Linux
0.15	c os.version	2.6.9-34.ELsmp
0.15	c os.arch	i386
0.15	c Free memory 1548419056
0.15	c Max memory 1551040512
0.15	c Total memory 1551040512
0.15	c Number of processors 2
0.20	c Cutting planes based inference
0.20	c --- Begin Solver configuration ---
0.20	c org.sat4j.minisat.uip.FirstUIP@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/node86/43590-1149220812/instance-43590-1149220812.opb
0.20	c reading problem ... 
0.60	c ... done. Time 0.405 ms.
0.60	c #vars     231
0.60	c #constraints  2707
1781.32	c starts		: 13
1781.32	c conflicts		: 38567
1781.32	c decisions		: 142024
1781.32	c propagations		: 1051395
1781.32	c inspects		: 582575447
1781.32	c learnt literals	: 0
1781.32	c learnt binary clauses	: 0
1781.32	c learnt ternary clauses	: 0
1781.32	c learnt clauses	: 38567
1781.32	c root simplifications	: 0
1781.32	c removed literals (reason simplification)	: 0
1781.32	c reason swapping (by a shorter reason)	: 0
1781.32	c Calls to reduceDB	: 0
1781.32	c speed (decisions/second)	: 79.75686130042365
1781.32	c non guided choices	262
1781.32	s UNKNOWN
1781.32	c Total wall clock time (ms): 1781.119

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

Current StackSize limit: 67108864 bytes

/proc/loadavg: 1.01 1.02 1.00 3/68 27172
/proc/meminfo: memFree=1690008/2055892 swapFree=4084792/4096564
[pid=27172] ppid=27170 vsize=1788 CPUtime=0
/proc/27172/stat : 27172 (java) D 27170 27172 27127 0 -1 0 176 0 0 0 0 0 0 0 20 0 1 0 187720418 1830912 144 18446744073709551615 134512640 134570276 4294956624 18446744073709551615 4294960144 0 2147483391 4096 0 18446744072099941670 0 0 17 0 0 0
/proc/27172/statm: 447 144 109 14 0 91 0

[startup+10.0025 s]
/proc/loadavg: 1.01 1.02 1.00 2/80 27184
/proc/meminfo: memFree=1496952/2055892 swapFree=4084792/4096564
[pid=27172] ppid=27170 vsize=1713420 CPUtime=11.23
/proc/27172/stat : 27172 (java) R 27170 27172 27127 0 -1 0 53927 0 1 0 1096 27 0 0 25 0 13 0 187720418 1754542080 50026 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071391098 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/27172/statm: 428355 50026 1912 14 0 415101 0
[pid=27172/tid=27173] ppid=27170 vsize=1713420 CPUtime=0.18
/proc/27172/task/27173/stat : 27173 (java) S 27170 27172 27127 0 -1 64 5463 0 0 0 16 2 0 0 16 0 13 0 187720421 1754542080 50026 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27172/tid=27174] ppid=27170 vsize=1713420 CPUtime=0.18
/proc/27172/task/27174/stat : 27174 (java) S 27170 27172 27127 0 -1 64 5547 0 0 0 15 3 0 0 16 0 13 0 187720421 1754542080 50026 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27172/tid=27175] ppid=27170 vsize=1713420 CPUtime=0
/proc/27172/task/27175/stat : 27175 (java) S 27170 27172 27127 0 -1 64 31 0 0 0 0 0 0 0 16 0 13 0 187720424 1754542080 50026 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=27172/tid=27176] ppid=27170 vsize=1713420 CPUtime=0
/proc/27172/task/27176/stat : 27176 (java) S 27170 27172 27127 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 187720424 1754542080 50026 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27172/tid=27177] ppid=27170 vsize=1713420 CPUtime=0
/proc/27172/task/27177/stat : 27177 (java) S 27170 27172 27127 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 187720424 1754542080 50026 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27172/tid=27178] ppid=27170 vsize=1713420 CPUtime=0
/proc/27172/task/27178/stat : 27178 (java) S 27170 27172 27127 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 187720428 1754542080 50026 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27172/tid=27179] ppid=27170 vsize=1713420 CPUtime=0
/proc/27172/task/27179/stat : 27179 (java) S 27170 27172 27127 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 187720428 1754542080 50026 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27172/tid=27180] ppid=27170 vsize=1713420 CPUtime=0.79
/proc/27172/task/27180/stat : 27180 (java) S 27170 27172 27127 0 -1 64 2145 0 0 0 78 1 0 0 16 0 13 0 187720428 1754542080 50026 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27172/tid=27181] ppid=27170 vsize=1713420 CPUtime=0.69
/proc/27172/task/27181/stat : 27181 (java) S 27170 27172 27127 0 -1 64 1489 0 0 0 68 1 0 0 16 0 13 0 187720428 1754542080 50026 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27172/tid=27182] ppid=27170 vsize=1713420 CPUtime=0
/proc/27172/task/27182/stat : 27182 (java) S 27170 27172 27127 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 187720428 1754542080 50026 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27172/tid=27183] ppid=27170 vsize=1713420 CPUtime=0
/proc/27172/task/27183/stat : 27183 (java) S 27170 27172 27127 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 187720428 1754542080 50026 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27172/tid=27184] ppid=27170 vsize=1713420 CPUtime=0
/proc/27172/task/27184/stat : 27184 (java) S 27170 27172 27127 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 187720479 1754542080 50026 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 11.23
Current children cumulated vsize (Kb) 1713420

[startup+20.0097 s]
/proc/loadavg: 1.01 1.02 1.00 2/80 27184
/proc/meminfo: memFree=1489208/2055892 swapFree=4084792/4096564
[pid=27172] ppid=27170 vsize=1713420 CPUtime=21.39
/proc/27172/stat : 27172 (java) R 27170 27172 27127 0 -1 0 57498 0 1 0 2111 28 0 0 25 0 13 0 187720418 1754542080 51959 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071427400 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/27172/statm: 428355 51959 1912 14 0 415101 0
[pid=27172/tid=27173] ppid=27170 vsize=1713420 CPUtime=0.27
/proc/27172/task/27173/stat : 27173 (java) S 27170 27172 27127 0 -1 64 7000 0 0 0 24 3 0 0 16 0 13 0 187720421 1754542080 51959 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27172/tid=27174] ppid=27170 vsize=1713420 CPUtime=0.26
/proc/27172/task/27174/stat : 27174 (java) S 27170 27172 27127 0 -1 64 6954 0 0 0 23 3 0 0 16 0 13 0 187720421 1754542080 51959 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27172/tid=27175] ppid=27170 vsize=1713420 CPUtime=0
/proc/27172/task/27175/stat : 27175 (java) S 27170 27172 27127 0 -1 64 31 0 0 0 0 0 0 0 15 0 13 0 187720424 1754542080 51959 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=27172/tid=27176] ppid=27170 vsize=1713420 CPUtime=0
/proc/27172/task/27176/stat : 27176 (java) S 27170 27172 27127 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 187720424 1754542080 51959 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27172/tid=27177] ppid=27170 vsize=1713420 CPUtime=0
/proc/27172/task/27177/stat : 27177 (java) S 27170 27172 27127 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 187720424 1754542080 51959 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27172/tid=27178] ppid=27170 vsize=1713420 CPUtime=0
/proc/27172/task/27178/stat : 27178 (java) S 27170 27172 27127 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 187720428 1754542080 51959 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27172/tid=27179] ppid=27170 vsize=1713420 CPUtime=0
/proc/27172/task/27179/stat : 27179 (java) S 27170 27172 27127 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 187720428 1754542080 51959 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27172/tid=27180] ppid=27170 vsize=1713420 CPUtime=0.79
/proc/27172/task/27180/stat : 27180 (java) S 27170 27172 27127 0 -1 64 2145 0 0 0 78 1 0 0 17 0 13 0 187720428 1754542080 51959 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27172/tid=27181] ppid=27170 vsize=1713420 CPUtime=0.77
/proc/27172/task/27181/stat : 27181 (java) S 27170 27172 27127 0 -1 64 2104 0 0 0 76 1 0 0 17 0 13 0 187720428 1754542080 51959 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27172/tid=27182] ppid=27170 vsize=1713420 CPUtime=0
/proc/27172/task/27182/stat : 27182 (java) S 27170 27172 27127 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 187720428 1754542080 51959 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27172/tid=27183] ppid=27170 vsize=1713420 CPUtime=0
/proc/27172/task/27183/stat : 27183 (java) S 27170 27172 27127 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 187720428 1754542080 51959 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27172/tid=27184] ppid=27170 vsize=1713420 CPUtime=0
/proc/27172/task/27184/stat : 27184 (java) S 27170 27172 27127 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 187720479 1754542080 51959 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 21.39
Current children cumulated vsize (Kb) 1713420

[startup+30.0158 s]
/proc/loadavg: 1.01 1.02 1.00 2/80 27184
/proc/meminfo: memFree=1488888/2055892 swapFree=4084792/4096564
[pid=27172] ppid=27170 vsize=1713420 CPUtime=31.47
/proc/27172/stat : 27172 (java) R 27170 27172 27127 0 -1 0 59458 0 1 0 3117 30 0 0 25 0 13 0 187720418 1754542080 52037 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071507486 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/27172/statm: 428355 52037 1912 14 0 415101 0
[pid=27172/tid=27173] ppid=27170 vsize=1713420 CPUtime=0.33
/proc/27172/task/27173/stat : 27173 (java) S 27170 27172 27127 0 -1 64 7930 0 0 0 30 3 0 0 16 0 13 0 187720421 1754542080 52037 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27172/tid=27174] ppid=27170 vsize=1713420 CPUtime=0.33
/proc/27172/task/27174/stat : 27174 (java) S 27170 27172 27127 0 -1 64 7976 0 0 0 29 4 0 0 16 0 13 0 187720421 1754542080 52037 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27172/tid=27175] ppid=27170 vsize=1713420 CPUtime=0.01
/proc/27172/task/27175/stat : 27175 (java) S 27170 27172 27127 0 -1 64 31 0 0 0 1 0 0 0 16 0 13 0 187720424 1754542080 52037 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=27172/tid=27176] ppid=27170 vsize=1713420 CPUtime=0
/proc/27172/task/27176/stat : 27176 (java) S 27170 27172 27127 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 187720424 1754542080 52037 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27172/tid=27177] ppid=27170 vsize=1713420 CPUtime=0
/proc/27172/task/27177/stat : 27177 (java) S 27170 27172 27127 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 187720424 1754542080 52037 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27172/tid=27178] ppid=27170 vsize=1713420 CPUtime=0
/proc/27172/task/27178/stat : 27178 (java) S 27170 27172 27127 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 187720428 1754542080 52037 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27172/tid=27179] ppid=27170 vsize=1713420 CPUtime=0
/proc/27172/task/27179/stat : 27179 (java) S 27170 27172 27127 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 187720428 1754542080 52037 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27172/tid=27180] ppid=27170 vsize=1713420 CPUtime=0.81
/proc/27172/task/27180/stat : 27180 (java) S 27170 27172 27127 0 -1 64 2145 0 0 0 80 1 0 0 16 0 13 0 187720428 1754542080 52037 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27172/tid=27181] ppid=27170 vsize=1713420 CPUtime=0.77
/proc/27172/task/27181/stat : 27181 (java) S 27170 27172 27127 0 -1 64 2104 0 0 0 76 1 0 0 17 0 13 0 187720428 1754542080 52037 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27172/tid=27182] ppid=27170 vsize=1713420 CPUtime=0
/proc/27172/task/27182/stat : 27182 (java) S 27170 27172 27127 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 187720428 1754542080 52037 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27172/tid=27183] ppid=27170 vsize=1713420 CPUtime=0
/proc/27172/task/27183/stat : 27183 (java) S 27170 27172 27127 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 187720428 1754542080 52037 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27172/tid=27184] ppid=27170 vsize=1713420 CPUtime=0
/proc/27172/task/27184/stat : 27184 (java) S 27170 27172 27127 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 187720479 1754542080 52037 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 31.47
Current children cumulated vsize (Kb) 1713420

[startup+40.023 s]
/proc/loadavg: 1.01 1.02 1.00 2/80 27184
/proc/meminfo: memFree=1491192/2055892 swapFree=4084792/4096564
[pid=27172] ppid=27170 vsize=1713420 CPUtime=41.52
/proc/27172/stat : 27172 (java) R 27170 27172 27127 0 -1 0 60829 0 1 0 4122 30 0 0 22 0 13 0 187720418 1754542080 51480 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071509628 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/27172/statm: 428355 51480 1912 14 0 415101 0
[pid=27172/tid=27173] ppid=27170 vsize=1713420 CPUtime=0.38
/proc/27172/task/27173/stat : 27173 (java) S 27170 27172 27127 0 -1 64 8572 0 0 0 35 3 0 0 17 0 13 0 187720421 1754542080 51480 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27172/tid=27174] ppid=27170 vsize=1713420 CPUtime=0.38
/proc/27172/task/27174/stat : 27174 (java) S 27170 27172 27127 0 -1 64 8698 0 0 0 34 4 0 0 16 0 13 0 187720421 1754542080 51480 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27172/tid=27175] ppid=27170 vsize=1713420 CPUtime=0.01
/proc/27172/task/27175/stat : 27175 (java) S 27170 27172 27127 0 -1 64 31 0 0 0 1 0 0 0 15 0 13 0 187720424 1754542080 51480 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=27172/tid=27176] ppid=27170 vsize=1713420 CPUtime=0
/proc/27172/task/27176/stat : 27176 (java) S 27170 27172 27127 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 187720424 1754542080 51480 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27172/tid=27177] ppid=27170 vsize=1713420 CPUtime=0
/proc/27172/task/27177/stat : 27177 (java) S 27170 27172 27127 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 187720424 1754542080 51480 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27172/tid=27178] ppid=27170 vsize=1713420 CPUtime=0
/proc/27172/task/27178/stat : 27178 (java) S 27170 27172 27127 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 187720428 1754542080 51480 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27172/tid=27179] ppid=27170 vsize=1713420 CPUtime=0
/proc/27172/task/27179/stat : 27179 (java) S 27170 27172 27127 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 187720428 1754542080 51480 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27172/tid=27180] ppid=27170 vsize=1713420 CPUtime=0.81
/proc/27172/task/27180/stat : 27180 (java) S 27170 27172 27127 0 -1 64 2145 0 0 0 80 1 0 0 16 0 13 0 187720428 1754542080 51480 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27172/tid=27181] ppid=27170 vsize=1713420 CPUtime=0.77
/proc/27172/task/27181/stat : 27181 (java) S 27170 27172 27127 0 -1 64 2104 0 0 0 76 1 0 0 17 0 13 0 187720428 1754542080 51480 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27172/tid=27182] ppid=27170 vsize=1713420 CPUtime=0
/proc/27172/task/27182/stat : 27182 (java) S 27170 27172 27127 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 187720428 1754542080 51480 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27172/tid=27183] ppid=27170 vsize=1713420 CPUtime=0
/proc/27172/task/27183/stat : 27183 (java) S 27170 27172 27127 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 187720428 1754542080 51480 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27172/tid=27184] ppid=27170 vsize=1713420 CPUtime=0
/proc/27172/task/27184/stat : 27184 (java) S 27170 27172 27127 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 187720479 1754542080 51480 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 41.52
Current children cumulated vsize (Kb) 1713420

[startup+50.0301 s]
/proc/loadavg: 1.00 1.02 1.00 2/86 27239
/proc/meminfo: memFree=1491784/2055892 swapFree=4084792/4096564
[pid=27172] ppid=27170 vsize=1713420 CPUtime=51.58
/proc/27172/stat : 27172 (java) R 27170 27172 27127 0 -1 0 62077 0 1 0 5127 31 0 0 25 0 13 0 187720418 1754542080 50976 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071485866 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/27172/statm: 428355 50976 1912 14 0 415101 0
[pid=27172/tid=27173] ppid=27170 vsize=1713420 CPUtime=0.44
/proc/27172/task/27173/stat : 27173 (java) S 27170 27172 27127 0 -1 64 9221 0 0 0 40 4 0 0 16 0 13 0 187720421 1754542080 50976 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27172/tid=27174] ppid=27170 vsize=1713420 CPUtime=0.44
/proc/27172/task/27174/stat : 27174 (java) S 27170 27172 27127 0 -1 64 9289 0 0 0 40 4 0 0 17 0 13 0 187720421 1754542080 50976 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27172/tid=27175] ppid=27170 vsize=1713420 CPUtime=0.01
/proc/27172/task/27175/stat : 27175 (java) S 27170 27172 27127 0 -1 64 31 0 0 0 1 0 0 0 16 0 13 0 187720424 1754542080 50976 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=27172/tid=27176] ppid=27170 vsize=1713420 CPUtime=0
/proc/27172/task/27176/stat : 27176 (java) S 27170 27172 27127 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 187720424 1754542080 50976 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27172/tid=27177] ppid=27170 vsize=1713420 CPUtime=0
/proc/27172/task/27177/stat : 27177 (java) S 27170 27172 27127 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 187720424 1754542080 50976 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27172/tid=27178] ppid=27170 vsize=1713420 CPUtime=0
/proc/27172/task/27178/stat : 27178 (java) S 27170 27172 27127 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 187720428 1754542080 50976 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27172/tid=27179] ppid=27170 vsize=1713420 CPUtime=0
/proc/27172/task/27179/stat : 27179 (java) S 27170 27172 27127 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 187720428 1754542080 50976 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27172/tid=27180] ppid=27170 vsize=1713420 CPUtime=0.81
/proc/27172/task/27180/stat : 27180 (java) S 27170 27172 27127 0 -1 64 2145 0 0 0 80 1 0 0 16 0 13 0 187720428 1754542080 50976 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27172/tid=27181] ppid=27170 vsize=1713420 CPUtime=0.77
/proc/27172/task/27181/stat : 27181 (java) S 27170 27172 27127 0 -1 64 2104 0 0 0 76 1 0 0 17 0 13 0 187720428 1754542080 50976 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27172/tid=27182] ppid=27170 vsize=1713420 CPUtime=0
/proc/27172/task/27182/stat : 27182 (java) S 27170 27172 27127 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 187720428 1754542080 50976 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27172/tid=27183] ppid=27170 vsize=1713420 CPUtime=0
/proc/27172/task/27183/stat : 27183 (java) S 27170 27172 27127 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 187720428 1754542080 50976 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27172/tid=27184] ppid=27170 vsize=1713420 CPUtime=0
/proc/27172/task/27184/stat : 27184 (java) S 27170 27172 27127 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 187720479 1754542080 50976 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 51.58
Current children cumulated vsize (Kb) 1713420

[startup+60.0373 s]
/proc/loadavg: 1.00 1.01 1.00 2/86 27305
/proc/meminfo: memFree=1492296/2055892 swapFree=4084792/4096564
[pid=27172] ppid=27170 vsize=1713420 CPUtime=61.62
/proc/27172/stat : 27172 (java) R 27170 27172 27127 0 -1 0 63204 0 1 0 6130 32 0 0 18 0 13 0 187720418 1754542080 50797 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071434103 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/27172/statm: 428355 50797 1912 14 0 415101 0
[pid=27172/tid=27173] ppid=27170 vsize=1713420 CPUtime=0.49
/proc/27172/task/27173/stat : 27173 (java) S 27170 27172 27127 0 -1 64 9797 0 0 0 45 4 0 0 16 0 13 0 187720421 1754542080 50797 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27172/tid=27174] ppid=27170 vsize=1713420 CPUtime=0.49
/proc/27172/task/27174/stat : 27174 (java) S 27170 27172 27127 0 -1 64 9833 0 0 0 45 4 0 0 16 0 13 0 187720421 1754542080 50797 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27172/tid=27175] ppid=27170 vsize=1713420 CPUtime=0.01
/proc/27172/task/27175/stat : 27175 (java) S 27170 27172 27127 0 -1 64 31 0 0 0 1 0 0 0 16 0 13 0 187720424 1754542080 50797 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=27172/tid=27176] ppid=27170 vsize=1713420 CPUtime=0
/proc/27172/task/27176/stat : 27176 (java) S 27170 27172 27127 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 187720424 1754542080 50797 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27172/tid=27177] ppid=27170 vsize=1713420 CPUtime=0
/proc/27172/task/27177/stat : 27177 (java) S 27170 27172 27127 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 187720424 1754542080 50797 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27172/tid=27178] ppid=27170 vsize=1713420 CPUtime=0
/proc/27172/task/27178/stat : 27178 (java) S 27170 27172 27127 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 187720428 1754542080 50797 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0

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

[pid=27172/tid=27176] ppid=27170 vsize=1713420 CPUtime=0
/proc/27172/task/27176/stat : 27176 (java) S 27170 27172 27127 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 187720424 1754542080 127715 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27172/tid=27177] ppid=27170 vsize=1713420 CPUtime=0
/proc/27172/task/27177/stat : 27177 (java) S 27170 27172 27127 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 187720424 1754542080 127715 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27172/tid=27178] ppid=27170 vsize=1713420 CPUtime=0
/proc/27172/task/27178/stat : 27178 (java) S 27170 27172 27127 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 187720428 1754542080 127715 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27172/tid=27179] ppid=27170 vsize=1713420 CPUtime=0
/proc/27172/task/27179/stat : 27179 (java) S 27170 27172 27127 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 187720428 1754542080 127715 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27172/tid=27180] ppid=27170 vsize=1713420 CPUtime=0.9
/proc/27172/task/27180/stat : 27180 (java) S 27170 27172 27127 0 -1 64 2149 0 0 0 89 1 0 0 17 0 13 0 187720428 1754542080 127715 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27172/tid=27181] ppid=27170 vsize=1713420 CPUtime=0.87
/proc/27172/task/27181/stat : 27181 (java) S 27170 27172 27127 0 -1 64 2110 0 0 0 86 1 0 0 16 0 13 0 187720428 1754542080 127715 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27172/tid=27182] ppid=27170 vsize=1713420 CPUtime=0
/proc/27172/task/27182/stat : 27182 (java) S 27170 27172 27127 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 187720428 1754542080 127715 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27172/tid=27183] ppid=27170 vsize=1713420 CPUtime=0
/proc/27172/task/27183/stat : 27183 (java) S 27170 27172 27127 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 187720428 1754542080 127715 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27172/tid=27184] ppid=27170 vsize=1713420 CPUtime=0
/proc/27172/task/27184/stat : 27184 (java) S 27170 27172 27127 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 187720479 1754542080 127715 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1796.13
Current children cumulated vsize (Kb) 1713420

[startup+1778.29 s]
/proc/loadavg: 1.00 1.01 1.00 2/80 27379
/proc/meminfo: memFree=1184824/2055892 swapFree=4084792/4096564
[pid=27172] ppid=27170 vsize=1713420 CPUtime=1797.14
/proc/27172/stat : 27172 (java) R 27170 27172 27127 0 -1 0 194678 0 1 0 179611 103 0 0 25 0 13 0 187720418 1754542080 127715 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071574994 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/27172/statm: 428355 127715 1912 14 0 415101 0
[pid=27172/tid=27173] ppid=27170 vsize=1713420 CPUtime=18.35
/proc/27172/task/27173/stat : 27173 (java) S 27170 27172 27127 0 -1 64 58936 0 0 0 1806 29 0 0 16 0 13 0 187720421 1754542080 127715 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27172/tid=27174] ppid=27170 vsize=1713420 CPUtime=18.35
/proc/27172/task/27174/stat : 27174 (java) S 27170 27172 27127 0 -1 64 58091 0 0 0 1808 27 0 0 17 0 13 0 187720421 1754542080 127715 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27172/tid=27175] ppid=27170 vsize=1713420 CPUtime=0.23
/proc/27172/task/27175/stat : 27175 (java) S 27170 27172 27127 0 -1 64 166 0 0 0 13 10 0 0 16 0 13 0 187720424 1754542080 127715 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=27172/tid=27176] ppid=27170 vsize=1713420 CPUtime=0
/proc/27172/task/27176/stat : 27176 (java) S 27170 27172 27127 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 187720424 1754542080 127715 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27172/tid=27177] ppid=27170 vsize=1713420 CPUtime=0
/proc/27172/task/27177/stat : 27177 (java) S 27170 27172 27127 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 187720424 1754542080 127715 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27172/tid=27178] ppid=27170 vsize=1713420 CPUtime=0
/proc/27172/task/27178/stat : 27178 (java) S 27170 27172 27127 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 187720428 1754542080 127715 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27172/tid=27179] ppid=27170 vsize=1713420 CPUtime=0
/proc/27172/task/27179/stat : 27179 (java) S 27170 27172 27127 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 187720428 1754542080 127715 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27172/tid=27180] ppid=27170 vsize=1713420 CPUtime=0.9
/proc/27172/task/27180/stat : 27180 (java) S 27170 27172 27127 0 -1 64 2149 0 0 0 89 1 0 0 17 0 13 0 187720428 1754542080 127715 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27172/tid=27181] ppid=27170 vsize=1713420 CPUtime=0.87
/proc/27172/task/27181/stat : 27181 (java) S 27170 27172 27127 0 -1 64 2110 0 0 0 86 1 0 0 16 0 13 0 187720428 1754542080 127715 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27172/tid=27182] ppid=27170 vsize=1713420 CPUtime=0
/proc/27172/task/27182/stat : 27182 (java) S 27170 27172 27127 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 187720428 1754542080 127715 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27172/tid=27183] ppid=27170 vsize=1713420 CPUtime=0
/proc/27172/task/27183/stat : 27183 (java) S 27170 27172 27127 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 187720428 1754542080 127715 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27172/tid=27184] ppid=27170 vsize=1713420 CPUtime=0
/proc/27172/task/27184/stat : 27184 (java) S 27170 27172 27127 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 187720479 1754542080 127715 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1797.14
Current children cumulated vsize (Kb) 1713420

[startup+1779.3 s]
/proc/loadavg: 1.00 1.01 1.00 2/80 27379
/proc/meminfo: memFree=1184696/2055892 swapFree=4084792/4096564
[pid=27172] ppid=27170 vsize=1713420 CPUtime=1798.17
/proc/27172/stat : 27172 (java) R 27170 27172 27127 0 -1 0 194728 0 1 0 179714 103 0 0 25 0 13 0 187720418 1754542080 127756 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071574994 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/27172/statm: 428355 127756 1912 14 0 415101 0
[pid=27172/tid=27173] ppid=27170 vsize=1713420 CPUtime=18.39
/proc/27172/task/27173/stat : 27173 (java) S 27170 27172 27127 0 -1 64 58961 0 0 0 1810 29 0 0 17 0 13 0 187720421 1754542080 127756 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27172/tid=27174] ppid=27170 vsize=1713420 CPUtime=18.39
/proc/27172/task/27174/stat : 27174 (java) S 27170 27172 27127 0 -1 64 58115 0 0 0 1812 27 0 0 16 0 13 0 187720421 1754542080 127756 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27172/tid=27175] ppid=27170 vsize=1713420 CPUtime=0.23
/proc/27172/task/27175/stat : 27175 (java) S 27170 27172 27127 0 -1 64 166 0 0 0 13 10 0 0 16 0 13 0 187720424 1754542080 127756 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=27172/tid=27176] ppid=27170 vsize=1713420 CPUtime=0
/proc/27172/task/27176/stat : 27176 (java) S 27170 27172 27127 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 187720424 1754542080 127756 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27172/tid=27177] ppid=27170 vsize=1713420 CPUtime=0
/proc/27172/task/27177/stat : 27177 (java) S 27170 27172 27127 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 187720424 1754542080 127756 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27172/tid=27178] ppid=27170 vsize=1713420 CPUtime=0
/proc/27172/task/27178/stat : 27178 (java) S 27170 27172 27127 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 187720428 1754542080 127756 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27172/tid=27179] ppid=27170 vsize=1713420 CPUtime=0
/proc/27172/task/27179/stat : 27179 (java) S 27170 27172 27127 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 187720428 1754542080 127756 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27172/tid=27180] ppid=27170 vsize=1713420 CPUtime=0.9
/proc/27172/task/27180/stat : 27180 (java) S 27170 27172 27127 0 -1 64 2149 0 0 0 89 1 0 0 17 0 13 0 187720428 1754542080 127756 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27172/tid=27181] ppid=27170 vsize=1713420 CPUtime=0.87
/proc/27172/task/27181/stat : 27181 (java) S 27170 27172 27127 0 -1 64 2110 0 0 0 86 1 0 0 16 0 13 0 187720428 1754542080 127756 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27172/tid=27182] ppid=27170 vsize=1713420 CPUtime=0
/proc/27172/task/27182/stat : 27182 (java) S 27170 27172 27127 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 187720428 1754542080 127756 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27172/tid=27183] ppid=27170 vsize=1713420 CPUtime=0
/proc/27172/task/27183/stat : 27183 (java) S 27170 27172 27127 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 187720428 1754542080 127756 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27172/tid=27184] ppid=27170 vsize=1713420 CPUtime=0
/proc/27172/task/27184/stat : 27184 (java) S 27170 27172 27127 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 187720479 1754542080 127756 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1798.17
Current children cumulated vsize (Kb) 1713420

[startup+1780.3 s]
/proc/loadavg: 1.00 1.01 1.00 2/80 27379
/proc/meminfo: memFree=1184696/2055892 swapFree=4084792/4096564
[pid=27172] ppid=27170 vsize=1713420 CPUtime=1799.18
/proc/27172/stat : 27172 (java) R 27170 27172 27127 0 -1 0 194728 0 1 0 179815 103 0 0 25 0 13 0 187720418 1754542080 127756 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071507380 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/27172/statm: 428355 127756 1912 14 0 415101 0
[pid=27172/tid=27173] ppid=27170 vsize=1713420 CPUtime=18.39
/proc/27172/task/27173/stat : 27173 (java) S 27170 27172 27127 0 -1 64 58961 0 0 0 1810 29 0 0 17 0 13 0 187720421 1754542080 127756 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27172/tid=27174] ppid=27170 vsize=1713420 CPUtime=18.39
/proc/27172/task/27174/stat : 27174 (java) S 27170 27172 27127 0 -1 64 58115 0 0 0 1812 27 0 0 16 0 13 0 187720421 1754542080 127756 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27172/tid=27175] ppid=27170 vsize=1713420 CPUtime=0.23
/proc/27172/task/27175/stat : 27175 (java) S 27170 27172 27127 0 -1 64 166 0 0 0 13 10 0 0 16 0 13 0 187720424 1754542080 127756 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=27172/tid=27176] ppid=27170 vsize=1713420 CPUtime=0
/proc/27172/task/27176/stat : 27176 (java) S 27170 27172 27127 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 187720424 1754542080 127756 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27172/tid=27177] ppid=27170 vsize=1713420 CPUtime=0
/proc/27172/task/27177/stat : 27177 (java) S 27170 27172 27127 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 187720424 1754542080 127756 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27172/tid=27178] ppid=27170 vsize=1713420 CPUtime=0
/proc/27172/task/27178/stat : 27178 (java) S 27170 27172 27127 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 187720428 1754542080 127756 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27172/tid=27179] ppid=27170 vsize=1713420 CPUtime=0
/proc/27172/task/27179/stat : 27179 (java) S 27170 27172 27127 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 187720428 1754542080 127756 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27172/tid=27180] ppid=27170 vsize=1713420 CPUtime=0.9
/proc/27172/task/27180/stat : 27180 (java) S 27170 27172 27127 0 -1 64 2149 0 0 0 89 1 0 0 17 0 13 0 187720428 1754542080 127756 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27172/tid=27181] ppid=27170 vsize=1713420 CPUtime=0.87
/proc/27172/task/27181/stat : 27181 (java) S 27170 27172 27127 0 -1 64 2110 0 0 0 86 1 0 0 16 0 13 0 187720428 1754542080 127756 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27172/tid=27182] ppid=27170 vsize=1713420 CPUtime=0
/proc/27172/task/27182/stat : 27182 (java) S 27170 27172 27127 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 187720428 1754542080 127756 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27172/tid=27183] ppid=27170 vsize=1713420 CPUtime=0
/proc/27172/task/27183/stat : 27183 (java) S 27170 27172 27127 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 187720428 1754542080 127756 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27172/tid=27184] ppid=27170 vsize=1713420 CPUtime=0
/proc/27172/task/27184/stat : 27184 (java) S 27170 27172 27127 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 187720479 1754542080 127756 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1799.18
Current children cumulated vsize (Kb) 1713420

[startup+1781.31 s]
/proc/loadavg: 1.00 1.01 1.00 2/80 27379
/proc/meminfo: memFree=1184440/2055892 swapFree=4084792/4096564
[pid=27172] ppid=27170 vsize=1713420 CPUtime=1800.22
/proc/27172/stat : 27172 (java) R 27170 27172 27127 0 -1 0 194794 0 1 0 179919 103 0 0 18 0 13 0 187720418 1754542080 127819 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071507456 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/27172/statm: 428355 127819 1912 14 0 415101 0
[pid=27172/tid=27173] ppid=27170 vsize=1713420 CPUtime=18.42
/proc/27172/task/27173/stat : 27173 (java) S 27170 27172 27127 0 -1 64 58977 0 0 0 1813 29 0 0 17 0 13 0 187720421 1754542080 127819 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27172/tid=27174] ppid=27170 vsize=1713420 CPUtime=18.42
/proc/27172/task/27174/stat : 27174 (java) S 27170 27172 27127 0 -1 64 58164 0 0 0 1815 27 0 0 16 0 13 0 187720421 1754542080 127819 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27172/tid=27175] ppid=27170 vsize=1713420 CPUtime=0.23
/proc/27172/task/27175/stat : 27175 (java) S 27170 27172 27127 0 -1 64 166 0 0 0 13 10 0 0 16 0 13 0 187720424 1754542080 127819 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=27172/tid=27176] ppid=27170 vsize=1713420 CPUtime=0
/proc/27172/task/27176/stat : 27176 (java) S 27170 27172 27127 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 187720424 1754542080 127819 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27172/tid=27177] ppid=27170 vsize=1713420 CPUtime=0
/proc/27172/task/27177/stat : 27177 (java) S 27170 27172 27127 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 187720424 1754542080 127819 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27172/tid=27178] ppid=27170 vsize=1713420 CPUtime=0
/proc/27172/task/27178/stat : 27178 (java) S 27170 27172 27127 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 187720428 1754542080 127819 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27172/tid=27179] ppid=27170 vsize=1713420 CPUtime=0
/proc/27172/task/27179/stat : 27179 (java) S 27170 27172 27127 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 187720428 1754542080 127819 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27172/tid=27180] ppid=27170 vsize=1713420 CPUtime=0.9
/proc/27172/task/27180/stat : 27180 (java) S 27170 27172 27127 0 -1 64 2149 0 0 0 89 1 0 0 17 0 13 0 187720428 1754542080 127819 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27172/tid=27181] ppid=27170 vsize=1713420 CPUtime=0.87
/proc/27172/task/27181/stat : 27181 (java) S 27170 27172 27127 0 -1 64 2110 0 0 0 86 1 0 0 16 0 13 0 187720428 1754542080 127819 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27172/tid=27182] ppid=27170 vsize=1713420 CPUtime=0
/proc/27172/task/27182/stat : 27182 (java) S 27170 27172 27127 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 187720428 1754542080 127819 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27172/tid=27183] ppid=27170 vsize=1713420 CPUtime=0
/proc/27172/task/27183/stat : 27183 (java) S 27170 27172 27127 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 187720428 1754542080 127819 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27172/tid=27184] ppid=27170 vsize=1713420 CPUtime=0
/proc/27172/task/27184/stat : 27184 (java) S 27170 27172 27127 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 187720479 1754542080 127819 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.22
Current children cumulated vsize (Kb) 1713420



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1781.31 s]
/proc/loadavg: 1.00 1.01 1.00 2/80 27379
/proc/meminfo: memFree=1184440/2055892 swapFree=4084792/4096564
[pid=27172] ppid=27170 vsize=1713420 CPUtime=1800.22
/proc/27172/stat : 27172 (java) R 27170 27172 27127 0 -1 0 194794 0 1 0 179919 103 0 0 18 0 13 0 187720418 1754542080 127819 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071509919 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/27172/statm: 428355 127819 1912 14 0 415101 0
[pid=27172/tid=27173] ppid=27170 vsize=1713420 CPUtime=18.42
/proc/27172/task/27173/stat : 27173 (java) S 27170 27172 27127 0 -1 64 58977 0 0 0 1813 29 0 0 17 0 13 0 187720421 1754542080 127819 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27172/tid=27174] ppid=27170 vsize=1713420 CPUtime=18.42
/proc/27172/task/27174/stat : 27174 (java) S 27170 27172 27127 0 -1 64 58164 0 0 0 1815 27 0 0 16 0 13 0 187720421 1754542080 127819 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27172/tid=27175] ppid=27170 vsize=1713420 CPUtime=0.23
/proc/27172/task/27175/stat : 27175 (java) S 27170 27172 27127 0 -1 64 166 0 0 0 13 10 0 0 16 0 13 0 187720424 1754542080 127819 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=27172/tid=27176] ppid=27170 vsize=1713420 CPUtime=0
/proc/27172/task/27176/stat : 27176 (java) S 27170 27172 27127 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 187720424 1754542080 127819 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27172/tid=27177] ppid=27170 vsize=1713420 CPUtime=0
/proc/27172/task/27177/stat : 27177 (java) S 27170 27172 27127 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 187720424 1754542080 127819 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27172/tid=27178] ppid=27170 vsize=1713420 CPUtime=0
/proc/27172/task/27178/stat : 27178 (java) S 27170 27172 27127 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 187720428 1754542080 127819 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27172/tid=27179] ppid=27170 vsize=1713420 CPUtime=0
/proc/27172/task/27179/stat : 27179 (java) S 27170 27172 27127 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 187720428 1754542080 127819 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27172/tid=27180] ppid=27170 vsize=1713420 CPUtime=0.9
/proc/27172/task/27180/stat : 27180 (java) S 27170 27172 27127 0 -1 64 2149 0 0 0 89 1 0 0 17 0 13 0 187720428 1754542080 127819 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27172/tid=27181] ppid=27170 vsize=1713420 CPUtime=0.87
/proc/27172/task/27181/stat : 27181 (java) S 27170 27172 27127 0 -1 64 2110 0 0 0 86 1 0 0 16 0 13 0 187720428 1754542080 127819 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27172/tid=27182] ppid=27170 vsize=1713420 CPUtime=0
/proc/27172/task/27182/stat : 27182 (java) S 27170 27172 27127 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 187720428 1754542080 127819 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27172/tid=27183] ppid=27170 vsize=1713420 CPUtime=0
/proc/27172/task/27183/stat : 27183 (java) S 27170 27172 27127 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 187720428 1754542080 127819 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27172/tid=27184] ppid=27170 vsize=1713420 CPUtime=0
/proc/27172/task/27184/stat : 27184 (java) S 27170 27172 27127 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 187720479 1754542080 127819 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.22
Current children cumulated vsize (Kb) 1713420

Sending SIGTERM to -27172
Sleeping 2 seconds

Child status: 143
Real time (s): 1781.42
CPU time (s): 1800.34
CPU user time (s): 1799.22
CPU system time (s): 1.11383
CPU usage (%): 101.062
Max. virtual memory (cumulated for all children) (Kb): 1713420

Launcher Data (download as text)

Begin job on node86 on Fri Jun  2 04:00:12 UTC 2006


FILE ID= 43590-1149220812

PBS_JOBID= 295297

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

MD5SUM SOLVER= e9637a7554f3ecdf74c1815f89d00213
MD5SUM BENCH=  0a9770757b6cd9327f36ff7b48e0a712

RANDOM SEED= 113548822


/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.214
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 6006.19
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.214
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5999.42
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055892 kB
MemFree:       1690216 kB
Buffers:         25524 kB
Cached:         271460 kB
SwapCached:       3032 kB
Active:          93964 kB
Inactive:       211776 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055892 kB
LowFree:       1690216 kB
SwapTotal:     4096564 kB
SwapFree:      4084792 kB
Dirty:             188 kB
Writeback:           0 kB
Mapped:          15136 kB
Slab:            46616 kB
Committed_AS:   239512 kB
PageTables:       1300 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264388 kB
VmallocChunk: 536606243 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB


End job on node86 on Fri Jun  2 04:29:54 UTC 2006