Trace number 44808

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerObjective functionCPU timeWall clock time
SAT4JPSEUDO 2006.2? (TO) 1800.44 1783.46

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/MIPLIB/
miplib3/normalized-mps-v2-20-10-blend2.opb
MD5SUM583b02132cd61d8427630f4009f80dd3
Bench CategoryOPT-BIGINT (optimisation, big integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 33023540
Optimality of the best value was proved NO
Number of variables2944
Total number of constraints214
Number of constraints which are clauses9
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints205
Minimum length of a constraint1
Maximum length of a constraint2659
Number of terms in the objective function 88
Biggest coefficient in the objective function 24014225
Number of bits for the biggest coefficient in the objective function 25
Sum of the numbers in the objective function 235593725
Number of bits of the sum of numbers in the objective function 28
Biggest number in a constraint 8935312239624192
Number of bits of the biggest number in a constraint 53
Biggest sum of numbers in a constraint 1346963845029350184
Number of bits of the biggest sum of numbers61
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data (download as text)

0.15	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.15	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.15	c no version file found!!!
0.15	c sun.arch.data.model	32
0.15	c java.version	1.5.0_06
0.15	c os.name	Linux
0.15	c os.version	2.6.9-34.ELsmp
0.15	c os.arch	i386
0.15	c Free memory 1548419056
0.15	c Max memory 1551040512
0.15	c Total memory 1551040512
0.15	c Number of processors 2
0.20	c Cutting planes based inference
0.20	c --- Begin Solver configuration ---
0.20	c org.sat4j.minisat.uip.FirstUIP@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/node87/44808-1149318636/instance-44808-1149318636.opb
0.20	c reading problem ... 
0.96	c ... done. Time 0.767 ms.
0.96	c #vars     2944
0.97	c #constraints  294
1783.35	c starts		: 14
1783.35	c conflicts		: 54337
1783.35	c decisions		: 56855
1783.35	c propagations		: 366058
1783.35	c inspects		: 616903980
1783.35	c learnt literals	: 0
1783.35	c learnt binary clauses	: 0
1783.35	c learnt ternary clauses	: 0
1783.35	c learnt clauses	: 54337
1783.35	c root simplifications	: 0
1783.35	c removed literals (reason simplification)	: 0
1783.35	c reason swapping (by a shorter reason)	: 0
1783.35	c Calls to reduceDB	: 0
1783.35	c speed (decisions/second)	: 31.8983606189477
1783.35	c non guided choices	114
1783.36	s UNKNOWN
1783.36	c Total wall clock time (ms): 1783.157

Verifier Data (download as text)

ERROR: no interpretation found !

Watcher Data (download as text)

Enforcing CPU limit (will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime (will send SIGXCPU) limit: 1830 seconds
Enforcing Stack size limit: 67108864 bytes
Enforcing memory limit (will send SIGKILL): 1843200 Kb
Enforcing VSIZE limit: 1887436800 bytes
runsolver version 3.0.0 (c) roussel@cril.univ-artois.fr

command line: runsolver --timestamp -w ROOT/results/node87/watcher-44808-1149318636 -o ROOT/results/node87/solver-44808-1149318636 -C 1800 -M 1800 -S 64 java -server -Xms1500M -Xmx1500M -jar ROOT/solvers/PB/PB06final/user5/sat4jPseudoPlus.jar ROOT/tmp/node87/44808-1149318636/instance-44808-1149318636.opb 924183404 

Current StackSize limit: 67108864 bytes

/proc/loadavg: 0.92 0.98 0.99 2/67 30993
/proc/meminfo: memFree=1493112/2055888 swapFree=4085412/4096564
[pid=30993] ppid=30991 vsize=164 CPUtime=0
/proc/30993/stat : 30993 (java) R 30991 30993 30947 0 -1 0 20 0 0 0 0 0 0 0 19 0 1 0 197502723 167936 3 18446744073709551615 0 0 4294957001 18446744073709551615 230047675415 0 0 4096 0 0 0 0 17 1 0 0
/proc/30993/statm: 41 11 7 14 0 1 0

[startup+10.0023 s]
/proc/loadavg: 0.93 0.98 0.99 2/79 31005
/proc/meminfo: memFree=1321504/2055888 swapFree=4085412/4096564
[pid=30993] ppid=30991 vsize=1721412 CPUtime=11.85
/proc/30993/stat : 30993 (java) R 30991 30993 30947 0 -1 0 50214 0 1 0 1164 21 0 0 25 0 13 0 197502723 1762725888 44658 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071492670 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/30993/statm: 430353 44658 1908 14 0 417099 0
[pid=30993/tid=30994] ppid=30991 vsize=1721412 CPUtime=0.13
/proc/30993/task/30994/stat : 30994 (java) S 30991 30993 30947 0 -1 64 3424 0 0 0 12 1 0 0 16 0 13 0 197502727 1762725888 44658 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30993/tid=30995] ppid=30991 vsize=1721412 CPUtime=0.13
/proc/30993/task/30995/stat : 30995 (java) S 30991 30993 30947 0 -1 64 3547 0 0 0 13 0 0 0 16 0 13 0 197502727 1762725888 44658 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30993/tid=30996] ppid=30991 vsize=1721412 CPUtime=0
/proc/30993/task/30996/stat : 30996 (java) S 30991 30993 30947 0 -1 64 32 0 0 0 0 0 0 0 16 0 13 0 197502729 1762725888 44658 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=30993/tid=30997] ppid=30991 vsize=1721412 CPUtime=0
/proc/30993/task/30997/stat : 30997 (java) S 30991 30993 30947 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 197502730 1762725888 44658 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30993/tid=30998] ppid=30991 vsize=1721412 CPUtime=0
/proc/30993/task/30998/stat : 30998 (java) S 30991 30993 30947 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 197502730 1762725888 44658 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30993/tid=30999] ppid=30991 vsize=1721412 CPUtime=0
/proc/30993/task/30999/stat : 30999 (java) S 30991 30993 30947 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 197502733 1762725888 44658 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30993/tid=31000] ppid=30991 vsize=1721412 CPUtime=0
/proc/30993/task/31000/stat : 31000 (java) S 30991 30993 30947 0 -1 64 18 0 0 0 0 0 0 0 17 0 13 0 197502733 1762725888 44658 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30993/tid=31001] ppid=30991 vsize=1721412 CPUtime=1.25
/proc/30993/task/31001/stat : 31001 (java) S 30991 30993 30947 0 -1 64 5251 0 0 0 123 2 0 0 16 0 13 0 197502733 1762725888 44658 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30993/tid=31002] ppid=30991 vsize=1721412 CPUtime=1.03
/proc/30993/task/31002/stat : 31002 (java) S 30991 30993 30947 0 -1 64 1366 0 0 0 103 0 0 0 16 0 13 0 197502733 1762725888 44658 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30993/tid=31003] ppid=30991 vsize=1721412 CPUtime=0
/proc/30993/task/31003/stat : 31003 (java) S 30991 30993 30947 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 197502733 1762725888 44658 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30993/tid=31004] ppid=30991 vsize=1721412 CPUtime=0
/proc/30993/task/31004/stat : 31004 (java) S 30991 30993 30947 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 197502733 1762725888 44658 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30993/tid=31005] ppid=30991 vsize=1721412 CPUtime=0
/proc/30993/task/31005/stat : 31005 (java) S 30991 30993 30947 0 -1 64 5 0 0 0 0 0 0 0 18 0 13 0 197502824 1762725888 44658 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 11.85
Current children cumulated vsize (Kb) 1721412

[startup+20.0094 s]
/proc/loadavg: 0.94 0.98 0.99 2/79 31005
/proc/meminfo: memFree=1301024/2055888 swapFree=4085412/4096564
[pid=30993] ppid=30991 vsize=1721412 CPUtime=21.95
/proc/30993/stat : 30993 (java) R 30991 30993 30947 0 -1 0 56104 0 1 0 2171 24 0 0 25 0 13 0 197502723 1762725888 49804 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071387160 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/30993/statm: 430353 49804 1910 14 0 417099 0
[pid=30993/tid=30994] ppid=30991 vsize=1721412 CPUtime=0.21
/proc/30993/task/30994/stat : 30994 (java) S 30991 30993 30947 0 -1 64 5934 0 0 0 19 2 0 0 16 0 13 0 197502727 1762725888 49804 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30993/tid=30995] ppid=30991 vsize=1721412 CPUtime=0.22
/proc/30993/task/30995/stat : 30995 (java) S 30991 30993 30947 0 -1 64 6485 0 0 0 20 2 0 0 16 0 13 0 197502727 1762725888 49804 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30993/tid=30996] ppid=30991 vsize=1721412 CPUtime=0
/proc/30993/task/30996/stat : 30996 (java) S 30991 30993 30947 0 -1 64 32 0 0 0 0 0 0 0 16 0 13 0 197502729 1762725888 49804 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=30993/tid=30997] ppid=30991 vsize=1721412 CPUtime=0
/proc/30993/task/30997/stat : 30997 (java) S 30991 30993 30947 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 197502730 1762725888 49804 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30993/tid=30998] ppid=30991 vsize=1721412 CPUtime=0
/proc/30993/task/30998/stat : 30998 (java) S 30991 30993 30947 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 197502730 1762725888 49804 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30993/tid=30999] ppid=30991 vsize=1721412 CPUtime=0
/proc/30993/task/30999/stat : 30999 (java) S 30991 30993 30947 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 197502733 1762725888 49804 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30993/tid=31000] ppid=30991 vsize=1721412 CPUtime=0
/proc/30993/task/31000/stat : 31000 (java) S 30991 30993 30947 0 -1 64 18 0 0 0 0 0 0 0 17 0 13 0 197502733 1762725888 49804 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30993/tid=31001] ppid=30991 vsize=1721412 CPUtime=1.26
/proc/30993/task/31001/stat : 31001 (java) S 30991 30993 30947 0 -1 64 5252 0 0 0 124 2 0 0 16 0 13 0 197502733 1762725888 49804 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30993/tid=31002] ppid=30991 vsize=1721412 CPUtime=1.04
/proc/30993/task/31002/stat : 31002 (java) S 30991 30993 30947 0 -1 64 1369 0 0 0 104 0 0 0 17 0 13 0 197502733 1762725888 49804 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30993/tid=31003] ppid=30991 vsize=1721412 CPUtime=0
/proc/30993/task/31003/stat : 31003 (java) S 30991 30993 30947 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 197502733 1762725888 49804 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30993/tid=31004] ppid=30991 vsize=1721412 CPUtime=0
/proc/30993/task/31004/stat : 31004 (java) S 30991 30993 30947 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 197502733 1762725888 49804 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30993/tid=31005] ppid=30991 vsize=1721412 CPUtime=0
/proc/30993/task/31005/stat : 31005 (java) S 30991 30993 30947 0 -1 64 5 0 0 0 0 0 0 0 18 0 13 0 197502824 1762725888 49804 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 21.95
Current children cumulated vsize (Kb) 1721412

[startup+30.0156 s]
/proc/loadavg: 0.95 0.98 0.99 2/79 31005
/proc/meminfo: memFree=1295648/2055888 swapFree=4085412/4096564
[pid=30993] ppid=30991 vsize=1721412 CPUtime=31.97
/proc/30993/stat : 30993 (java) R 30991 30993 30947 0 -1 0 57623 0 1 0 3173 24 0 0 25 0 13 0 197502723 1762725888 51160 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071389795 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/30993/statm: 430353 51160 1910 14 0 417099 0
[pid=30993/tid=30994] ppid=30991 vsize=1721412 CPUtime=0.23
/proc/30993/task/30994/stat : 30994 (java) S 30991 30993 30947 0 -1 64 6640 0 0 0 21 2 0 0 16 0 13 0 197502727 1762725888 51160 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30993/tid=30995] ppid=30991 vsize=1721412 CPUtime=0.24
/proc/30993/task/30995/stat : 30995 (java) S 30991 30993 30947 0 -1 64 7292 0 0 0 22 2 0 0 16 0 13 0 197502727 1762725888 51160 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30993/tid=30996] ppid=30991 vsize=1721412 CPUtime=0
/proc/30993/task/30996/stat : 30996 (java) S 30991 30993 30947 0 -1 64 32 0 0 0 0 0 0 0 16 0 13 0 197502729 1762725888 51160 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=30993/tid=30997] ppid=30991 vsize=1721412 CPUtime=0
/proc/30993/task/30997/stat : 30997 (java) S 30991 30993 30947 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 197502730 1762725888 51160 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30993/tid=30998] ppid=30991 vsize=1721412 CPUtime=0
/proc/30993/task/30998/stat : 30998 (java) S 30991 30993 30947 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 197502730 1762725888 51160 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30993/tid=30999] ppid=30991 vsize=1721412 CPUtime=0
/proc/30993/task/30999/stat : 30999 (java) S 30991 30993 30947 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 197502733 1762725888 51160 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30993/tid=31000] ppid=30991 vsize=1721412 CPUtime=0
/proc/30993/task/31000/stat : 31000 (java) S 30991 30993 30947 0 -1 64 18 0 0 0 0 0 0 0 17 0 13 0 197502733 1762725888 51160 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30993/tid=31001] ppid=30991 vsize=1721412 CPUtime=1.26
/proc/30993/task/31001/stat : 31001 (java) S 30991 30993 30947 0 -1 64 5252 0 0 0 124 2 0 0 16 0 13 0 197502733 1762725888 51160 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30993/tid=31002] ppid=30991 vsize=1721412 CPUtime=1.04
/proc/30993/task/31002/stat : 31002 (java) S 30991 30993 30947 0 -1 64 1369 0 0 0 104 0 0 0 17 0 13 0 197502733 1762725888 51160 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30993/tid=31003] ppid=30991 vsize=1721412 CPUtime=0
/proc/30993/task/31003/stat : 31003 (java) S 30991 30993 30947 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 197502733 1762725888 51160 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30993/tid=31004] ppid=30991 vsize=1721412 CPUtime=0
/proc/30993/task/31004/stat : 31004 (java) S 30991 30993 30947 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 197502733 1762725888 51160 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30993/tid=31005] ppid=30991 vsize=1721412 CPUtime=0
/proc/30993/task/31005/stat : 31005 (java) S 30991 30993 30947 0 -1 64 5 0 0 0 0 0 0 0 18 0 13 0 197502824 1762725888 51160 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 31.97
Current children cumulated vsize (Kb) 1721412

[startup+40.0218 s]
/proc/loadavg: 0.96 0.98 0.99 2/79 31005
/proc/meminfo: memFree=1298784/2055888 swapFree=4085412/4096564
[pid=30993] ppid=30991 vsize=1721412 CPUtime=42.02
/proc/30993/stat : 30993 (java) R 30991 30993 30947 0 -1 0 58672 0 1 0 4177 25 0 0 25 0 13 0 197502723 1762725888 50336 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071603101 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/30993/statm: 430353 50336 1910 14 0 417099 0
[pid=30993/tid=30994] ppid=30991 vsize=1721412 CPUtime=0.26
/proc/30993/task/30994/stat : 30994 (java) S 30991 30993 30947 0 -1 64 7192 0 0 0 23 3 0 0 16 0 13 0 197502727 1762725888 50336 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30993/tid=30995] ppid=30991 vsize=1721412 CPUtime=0.26
/proc/30993/task/30995/stat : 30995 (java) S 30991 30993 30947 0 -1 64 7782 0 0 0 24 2 0 0 16 0 13 0 197502727 1762725888 50336 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30993/tid=30996] ppid=30991 vsize=1721412 CPUtime=0
/proc/30993/task/30996/stat : 30996 (java) S 30991 30993 30947 0 -1 64 32 0 0 0 0 0 0 0 15 0 13 0 197502729 1762725888 50336 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=30993/tid=30997] ppid=30991 vsize=1721412 CPUtime=0
/proc/30993/task/30997/stat : 30997 (java) S 30991 30993 30947 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 197502730 1762725888 50336 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30993/tid=30998] ppid=30991 vsize=1721412 CPUtime=0
/proc/30993/task/30998/stat : 30998 (java) S 30991 30993 30947 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 197502730 1762725888 50336 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30993/tid=30999] ppid=30991 vsize=1721412 CPUtime=0
/proc/30993/task/30999/stat : 30999 (java) S 30991 30993 30947 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 197502733 1762725888 50336 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30993/tid=31000] ppid=30991 vsize=1721412 CPUtime=0
/proc/30993/task/31000/stat : 31000 (java) S 30991 30993 30947 0 -1 64 18 0 0 0 0 0 0 0 17 0 13 0 197502733 1762725888 50336 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30993/tid=31001] ppid=30991 vsize=1721412 CPUtime=1.28
/proc/30993/task/31001/stat : 31001 (java) S 30991 30993 30947 0 -1 64 5252 0 0 0 126 2 0 0 17 0 13 0 197502733 1762725888 50336 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30993/tid=31002] ppid=30991 vsize=1721412 CPUtime=1.04
/proc/30993/task/31002/stat : 31002 (java) S 30991 30993 30947 0 -1 64 1369 0 0 0 104 0 0 0 17 0 13 0 197502733 1762725888 50336 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30993/tid=31003] ppid=30991 vsize=1721412 CPUtime=0
/proc/30993/task/31003/stat : 31003 (java) S 30991 30993 30947 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 197502733 1762725888 50336 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30993/tid=31004] ppid=30991 vsize=1721412 CPUtime=0
/proc/30993/task/31004/stat : 31004 (java) S 30991 30993 30947 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 197502733 1762725888 50336 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30993/tid=31005] ppid=30991 vsize=1721412 CPUtime=0
/proc/30993/task/31005/stat : 31005 (java) S 30991 30993 30947 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 197502824 1762725888 50336 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 42.02
Current children cumulated vsize (Kb) 1721412

[startup+50.0289 s]
/proc/loadavg: 0.96 0.98 0.99 2/79 31005
/proc/meminfo: memFree=1303904/2055888 swapFree=4085412/4096564
[pid=30993] ppid=30991 vsize=1721412 CPUtime=52.04
/proc/30993/stat : 30993 (java) R 30991 30993 30947 0 -1 0 59273 0 1 0 5179 25 0 0 25 0 13 0 197502723 1762725888 49056 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071750823 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/30993/statm: 430353 49056 1910 14 0 417099 0
[pid=30993/tid=30994] ppid=30991 vsize=1721412 CPUtime=0.28
/proc/30993/task/30994/stat : 30994 (java) S 30991 30993 30947 0 -1 64 7396 0 0 0 25 3 0 0 16 0 13 0 197502727 1762725888 49056 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30993/tid=30995] ppid=30991 vsize=1721412 CPUtime=0.29
/proc/30993/task/30995/stat : 30995 (java) S 30991 30993 30947 0 -1 64 8171 0 0 0 26 3 0 0 17 0 13 0 197502727 1762725888 49056 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30993/tid=30996] ppid=30991 vsize=1721412 CPUtime=0
/proc/30993/task/30996/stat : 30996 (java) S 30991 30993 30947 0 -1 64 32 0 0 0 0 0 0 0 15 0 13 0 197502729 1762725888 49056 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=30993/tid=30997] ppid=30991 vsize=1721412 CPUtime=0
/proc/30993/task/30997/stat : 30997 (java) S 30991 30993 30947 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 197502730 1762725888 49056 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30993/tid=30998] ppid=30991 vsize=1721412 CPUtime=0
/proc/30993/task/30998/stat : 30998 (java) S 30991 30993 30947 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 197502730 1762725888 49056 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30993/tid=30999] ppid=30991 vsize=1721412 CPUtime=0
/proc/30993/task/30999/stat : 30999 (java) S 30991 30993 30947 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 197502733 1762725888 49056 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30993/tid=31000] ppid=30991 vsize=1721412 CPUtime=0
/proc/30993/task/31000/stat : 31000 (java) S 30991 30993 30947 0 -1 64 18 0 0 0 0 0 0 0 17 0 13 0 197502733 1762725888 49056 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30993/tid=31001] ppid=30991 vsize=1721412 CPUtime=1.28
/proc/30993/task/31001/stat : 31001 (java) S 30991 30993 30947 0 -1 64 5252 0 0 0 126 2 0 0 17 0 13 0 197502733 1762725888 49056 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30993/tid=31002] ppid=30991 vsize=1721412 CPUtime=1.04
/proc/30993/task/31002/stat : 31002 (java) S 30991 30993 30947 0 -1 64 1369 0 0 0 104 0 0 0 17 0 13 0 197502733 1762725888 49056 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30993/tid=31003] ppid=30991 vsize=1721412 CPUtime=0
/proc/30993/task/31003/stat : 31003 (java) S 30991 30993 30947 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 197502733 1762725888 49056 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30993/tid=31004] ppid=30991 vsize=1721412 CPUtime=0
/proc/30993/task/31004/stat : 31004 (java) S 30991 30993 30947 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 197502733 1762725888 49056 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30993/tid=31005] ppid=30991 vsize=1721412 CPUtime=0
/proc/30993/task/31005/stat : 31005 (java) S 30991 30993 30947 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 197502824 1762725888 49056 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 52.04
Current children cumulated vsize (Kb) 1721412

[startup+60.0361 s]
/proc/loadavg: 0.97 0.98 0.99 2/79 31005
/proc/meminfo: memFree=1310176/2055888 swapFree=4085412/4096564
[pid=30993] ppid=30991 vsize=1721412 CPUtime=62.08
/proc/30993/stat : 30993 (java) R 30991 30993 30947 0 -1 0 59801 0 1 0 6182 26 0 0 17 0 13 0 197502723 1762725888 47478 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071458079 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/30993/statm: 430353 47478 1910 14 0 417099 0
[pid=30993/tid=30994] ppid=30991 vsize=1721412 CPUtime=0.31
/proc/30993/task/30994/stat : 30994 (java) S 30991 30993 30947 0 -1 64 7578 0 0 0 28 3 0 0 16 0 13 0 197502727 1762725888 47478 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30993/tid=30995] ppid=30991 vsize=1721412 CPUtime=0.31
/proc/30993/task/30995/stat : 30995 (java) S 30991 30993 30947 0 -1 64 8509 0 0 0 28 3 0 0 16 0 13 0 197502727 1762725888 47478 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30993/tid=30996] ppid=30991 vsize=1721412 CPUtime=0.01
/proc/30993/task/30996/stat : 30996 (java) S 30991 30993 30947 0 -1 64 32 0 0 0 1 0 0 0 15 0 13 0 197502729 1762725888 47478 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=30993/tid=30997] ppid=30991 vsize=1721412 CPUtime=0
/proc/30993/task/30997/stat : 30997 (java) S 30991 30993 30947 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 197502730 1762725888 47478 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30993/tid=30998] ppid=30991 vsize=1721412 CPUtime=0
/proc/30993/task/30998/stat : 30998 (java) S 30991 30993 30947 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 197502730 1762725888 47478 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30993/tid=30999] ppid=30991 vsize=1721412 CPUtime=0
/proc/30993/task/30999/stat : 30999 (java) S 30991 30993 30947 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 197502733 1762725888 47478 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0

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

[pid=30993/tid=30997] ppid=30991 vsize=1721412 CPUtime=0
/proc/30993/task/30997/stat : 30997 (java) S 30991 30993 30947 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 197502730 1762725888 129735 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30993/tid=30998] ppid=30991 vsize=1721412 CPUtime=0
/proc/30993/task/30998/stat : 30998 (java) S 30991 30993 30947 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 197502730 1762725888 129735 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30993/tid=30999] ppid=30991 vsize=1721412 CPUtime=0
/proc/30993/task/30999/stat : 30999 (java) S 30991 30993 30947 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 197502733 1762725888 129735 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30993/tid=31000] ppid=30991 vsize=1721412 CPUtime=0
/proc/30993/task/31000/stat : 31000 (java) S 30991 30993 30947 0 -1 64 18 0 0 0 0 0 0 0 17 0 13 0 197502733 1762725888 129735 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30993/tid=31001] ppid=30991 vsize=1721412 CPUtime=1.33
/proc/30993/task/31001/stat : 31001 (java) S 30991 30993 30947 0 -1 64 5254 0 0 0 131 2 0 0 17 0 13 0 197502733 1762725888 129735 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30993/tid=31002] ppid=30991 vsize=1721412 CPUtime=1.09
/proc/30993/task/31002/stat : 31002 (java) S 30991 30993 30947 0 -1 64 1371 0 0 0 109 0 0 0 17 0 13 0 197502733 1762725888 129735 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30993/tid=31003] ppid=30991 vsize=1721412 CPUtime=0
/proc/30993/task/31003/stat : 31003 (java) S 30991 30993 30947 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 197502733 1762725888 129735 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30993/tid=31004] ppid=30991 vsize=1721412 CPUtime=0
/proc/30993/task/31004/stat : 31004 (java) S 30991 30993 30947 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 197502733 1762725888 129735 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30993/tid=31005] ppid=30991 vsize=1721412 CPUtime=0
/proc/30993/task/31005/stat : 31005 (java) S 30991 30993 30947 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 197502824 1762725888 129735 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1796.22
Current children cumulated vsize (Kb) 1721412

[startup+1780.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 31007
/proc/meminfo: memFree=980000/2055888 swapFree=4085412/4096564
[pid=30993] ppid=30991 vsize=1721412 CPUtime=1797.22
/proc/30993/stat : 30993 (java) R 30991 30993 30947 0 -1 0 233600 0 1 0 179597 125 0 0 25 0 13 0 197502723 1762725888 129735 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071458569 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/30993/statm: 430353 129735 1910 14 0 417099 0
[pid=30993/tid=30994] ppid=30991 vsize=1721412 CPUtime=15.88
/proc/30993/task/30994/stat : 30994 (java) S 30991 30993 30947 0 -1 64 64154 0 0 0 1554 34 0 0 16 0 13 0 197502727 1762725888 129735 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30993/tid=30995] ppid=30991 vsize=1721412 CPUtime=15.94
/proc/30993/task/30995/stat : 30995 (java) S 30991 30993 30947 0 -1 64 66102 0 0 0 1562 32 0 0 16 0 13 0 197502727 1762725888 129735 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30993/tid=30996] ppid=30991 vsize=1721412 CPUtime=0.38
/proc/30993/task/30996/stat : 30996 (java) S 30991 30993 30947 0 -1 64 265 0 0 0 21 17 0 0 16 0 13 0 197502729 1762725888 129735 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=30993/tid=30997] ppid=30991 vsize=1721412 CPUtime=0
/proc/30993/task/30997/stat : 30997 (java) S 30991 30993 30947 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 197502730 1762725888 129735 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30993/tid=30998] ppid=30991 vsize=1721412 CPUtime=0
/proc/30993/task/30998/stat : 30998 (java) S 30991 30993 30947 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 197502730 1762725888 129735 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30993/tid=30999] ppid=30991 vsize=1721412 CPUtime=0
/proc/30993/task/30999/stat : 30999 (java) S 30991 30993 30947 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 197502733 1762725888 129735 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30993/tid=31000] ppid=30991 vsize=1721412 CPUtime=0
/proc/30993/task/31000/stat : 31000 (java) S 30991 30993 30947 0 -1 64 18 0 0 0 0 0 0 0 17 0 13 0 197502733 1762725888 129735 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30993/tid=31001] ppid=30991 vsize=1721412 CPUtime=1.33
/proc/30993/task/31001/stat : 31001 (java) S 30991 30993 30947 0 -1 64 5254 0 0 0 131 2 0 0 17 0 13 0 197502733 1762725888 129735 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30993/tid=31002] ppid=30991 vsize=1721412 CPUtime=1.09
/proc/30993/task/31002/stat : 31002 (java) S 30991 30993 30947 0 -1 64 1371 0 0 0 109 0 0 0 17 0 13 0 197502733 1762725888 129735 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30993/tid=31003] ppid=30991 vsize=1721412 CPUtime=0
/proc/30993/task/31003/stat : 31003 (java) S 30991 30993 30947 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 197502733 1762725888 129735 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30993/tid=31004] ppid=30991 vsize=1721412 CPUtime=0
/proc/30993/task/31004/stat : 31004 (java) S 30991 30993 30947 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 197502733 1762725888 129735 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30993/tid=31005] ppid=30991 vsize=1721412 CPUtime=0
/proc/30993/task/31005/stat : 31005 (java) S 30991 30993 30947 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 197502824 1762725888 129735 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1797.22
Current children cumulated vsize (Kb) 1721412

[startup+1781.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 31007
/proc/meminfo: memFree=979936/2055888 swapFree=4085412/4096564
[pid=30993] ppid=30991 vsize=1721412 CPUtime=1798.25
/proc/30993/stat : 30993 (java) R 30991 30993 30947 0 -1 0 233619 0 1 0 179700 125 0 0 17 0 13 0 197502723 1762725888 129753 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071497711 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/30993/statm: 430353 129753 1910 14 0 417099 0
[pid=30993/tid=30994] ppid=30991 vsize=1721412 CPUtime=15.91
/proc/30993/task/30994/stat : 30994 (java) S 30991 30993 30947 0 -1 64 64163 0 0 0 1557 34 0 0 16 0 13 0 197502727 1762725888 129753 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30993/tid=30995] ppid=30991 vsize=1721412 CPUtime=15.97
/proc/30993/task/30995/stat : 30995 (java) S 30991 30993 30947 0 -1 64 66111 0 0 0 1565 32 0 0 16 0 13 0 197502727 1762725888 129753 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30993/tid=30996] ppid=30991 vsize=1721412 CPUtime=0.38
/proc/30993/task/30996/stat : 30996 (java) S 30991 30993 30947 0 -1 64 265 0 0 0 21 17 0 0 16 0 13 0 197502729 1762725888 129753 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=30993/tid=30997] ppid=30991 vsize=1721412 CPUtime=0
/proc/30993/task/30997/stat : 30997 (java) S 30991 30993 30947 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 197502730 1762725888 129753 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30993/tid=30998] ppid=30991 vsize=1721412 CPUtime=0
/proc/30993/task/30998/stat : 30998 (java) S 30991 30993 30947 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 197502730 1762725888 129753 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30993/tid=30999] ppid=30991 vsize=1721412 CPUtime=0
/proc/30993/task/30999/stat : 30999 (java) S 30991 30993 30947 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 197502733 1762725888 129753 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30993/tid=31000] ppid=30991 vsize=1721412 CPUtime=0
/proc/30993/task/31000/stat : 31000 (java) S 30991 30993 30947 0 -1 64 18 0 0 0 0 0 0 0 17 0 13 0 197502733 1762725888 129753 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30993/tid=31001] ppid=30991 vsize=1721412 CPUtime=1.33
/proc/30993/task/31001/stat : 31001 (java) S 30991 30993 30947 0 -1 64 5254 0 0 0 131 2 0 0 17 0 13 0 197502733 1762725888 129753 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30993/tid=31002] ppid=30991 vsize=1721412 CPUtime=1.09
/proc/30993/task/31002/stat : 31002 (java) S 30991 30993 30947 0 -1 64 1371 0 0 0 109 0 0 0 17 0 13 0 197502733 1762725888 129753 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30993/tid=31003] ppid=30991 vsize=1721412 CPUtime=0
/proc/30993/task/31003/stat : 31003 (java) S 30991 30993 30947 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 197502733 1762725888 129753 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30993/tid=31004] ppid=30991 vsize=1721412 CPUtime=0
/proc/30993/task/31004/stat : 31004 (java) S 30991 30993 30947 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 197502733 1762725888 129753 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30993/tid=31005] ppid=30991 vsize=1721412 CPUtime=0
/proc/30993/task/31005/stat : 31005 (java) S 30991 30993 30947 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 197502824 1762725888 129753 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1798.25
Current children cumulated vsize (Kb) 1721412

[startup+1782.32 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 31007
/proc/meminfo: memFree=979936/2055888 swapFree=4085412/4096564
[pid=30993] ppid=30991 vsize=1721412 CPUtime=1799.26
/proc/30993/stat : 30993 (java) R 30991 30993 30947 0 -1 0 233619 0 1 0 179801 125 0 0 25 0 13 0 197502723 1762725888 129753 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071457578 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/30993/statm: 430353 129753 1910 14 0 417099 0
[pid=30993/tid=30994] ppid=30991 vsize=1721412 CPUtime=15.91
/proc/30993/task/30994/stat : 30994 (java) S 30991 30993 30947 0 -1 64 64163 0 0 0 1557 34 0 0 16 0 13 0 197502727 1762725888 129753 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30993/tid=30995] ppid=30991 vsize=1721412 CPUtime=15.97
/proc/30993/task/30995/stat : 30995 (java) S 30991 30993 30947 0 -1 64 66111 0 0 0 1565 32 0 0 16 0 13 0 197502727 1762725888 129753 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30993/tid=30996] ppid=30991 vsize=1721412 CPUtime=0.38
/proc/30993/task/30996/stat : 30996 (java) S 30991 30993 30947 0 -1 64 265 0 0 0 21 17 0 0 16 0 13 0 197502729 1762725888 129753 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=30993/tid=30997] ppid=30991 vsize=1721412 CPUtime=0
/proc/30993/task/30997/stat : 30997 (java) S 30991 30993 30947 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 197502730 1762725888 129753 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30993/tid=30998] ppid=30991 vsize=1721412 CPUtime=0
/proc/30993/task/30998/stat : 30998 (java) S 30991 30993 30947 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 197502730 1762725888 129753 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30993/tid=30999] ppid=30991 vsize=1721412 CPUtime=0
/proc/30993/task/30999/stat : 30999 (java) S 30991 30993 30947 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 197502733 1762725888 129753 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30993/tid=31000] ppid=30991 vsize=1721412 CPUtime=0
/proc/30993/task/31000/stat : 31000 (java) S 30991 30993 30947 0 -1 64 18 0 0 0 0 0 0 0 17 0 13 0 197502733 1762725888 129753 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30993/tid=31001] ppid=30991 vsize=1721412 CPUtime=1.33
/proc/30993/task/31001/stat : 31001 (java) S 30991 30993 30947 0 -1 64 5254 0 0 0 131 2 0 0 17 0 13 0 197502733 1762725888 129753 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30993/tid=31002] ppid=30991 vsize=1721412 CPUtime=1.09
/proc/30993/task/31002/stat : 31002 (java) S 30991 30993 30947 0 -1 64 1371 0 0 0 109 0 0 0 17 0 13 0 197502733 1762725888 129753 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30993/tid=31003] ppid=30991 vsize=1721412 CPUtime=0
/proc/30993/task/31003/stat : 31003 (java) S 30991 30993 30947 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 197502733 1762725888 129753 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30993/tid=31004] ppid=30991 vsize=1721412 CPUtime=0
/proc/30993/task/31004/stat : 31004 (java) S 30991 30993 30947 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 197502733 1762725888 129753 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30993/tid=31005] ppid=30991 vsize=1721412 CPUtime=0
/proc/30993/task/31005/stat : 31005 (java) S 30991 30993 30947 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 197502824 1762725888 129753 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1799.26
Current children cumulated vsize (Kb) 1721412

[startup+1783.32 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 31007
/proc/meminfo: memFree=979936/2055888 swapFree=4085412/4096564
[pid=30993] ppid=30991 vsize=1721412 CPUtime=1800.26
/proc/30993/stat : 30993 (java) R 30991 30993 30947 0 -1 0 233619 0 1 0 179901 125 0 0 25 0 13 0 197502723 1762725888 129753 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071457637 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/30993/statm: 430353 129753 1910 14 0 417099 0
[pid=30993/tid=30994] ppid=30991 vsize=1721412 CPUtime=15.91
/proc/30993/task/30994/stat : 30994 (java) S 30991 30993 30947 0 -1 64 64163 0 0 0 1557 34 0 0 16 0 13 0 197502727 1762725888 129753 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30993/tid=30995] ppid=30991 vsize=1721412 CPUtime=15.97
/proc/30993/task/30995/stat : 30995 (java) S 30991 30993 30947 0 -1 64 66111 0 0 0 1565 32 0 0 16 0 13 0 197502727 1762725888 129753 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30993/tid=30996] ppid=30991 vsize=1721412 CPUtime=0.38
/proc/30993/task/30996/stat : 30996 (java) S 30991 30993 30947 0 -1 64 265 0 0 0 21 17 0 0 16 0 13 0 197502729 1762725888 129753 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=30993/tid=30997] ppid=30991 vsize=1721412 CPUtime=0
/proc/30993/task/30997/stat : 30997 (java) S 30991 30993 30947 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 197502730 1762725888 129753 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30993/tid=30998] ppid=30991 vsize=1721412 CPUtime=0
/proc/30993/task/30998/stat : 30998 (java) S 30991 30993 30947 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 197502730 1762725888 129753 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30993/tid=30999] ppid=30991 vsize=1721412 CPUtime=0
/proc/30993/task/30999/stat : 30999 (java) S 30991 30993 30947 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 197502733 1762725888 129753 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30993/tid=31000] ppid=30991 vsize=1721412 CPUtime=0
/proc/30993/task/31000/stat : 31000 (java) S 30991 30993 30947 0 -1 64 18 0 0 0 0 0 0 0 17 0 13 0 197502733 1762725888 129753 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30993/tid=31001] ppid=30991 vsize=1721412 CPUtime=1.33
/proc/30993/task/31001/stat : 31001 (java) S 30991 30993 30947 0 -1 64 5254 0 0 0 131 2 0 0 17 0 13 0 197502733 1762725888 129753 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30993/tid=31002] ppid=30991 vsize=1721412 CPUtime=1.09
/proc/30993/task/31002/stat : 31002 (java) S 30991 30993 30947 0 -1 64 1371 0 0 0 109 0 0 0 17 0 13 0 197502733 1762725888 129753 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30993/tid=31003] ppid=30991 vsize=1721412 CPUtime=0
/proc/30993/task/31003/stat : 31003 (java) S 30991 30993 30947 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 197502733 1762725888 129753 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30993/tid=31004] ppid=30991 vsize=1721412 CPUtime=0
/proc/30993/task/31004/stat : 31004 (java) S 30991 30993 30947 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 197502733 1762725888 129753 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30993/tid=31005] ppid=30991 vsize=1721412 CPUtime=0
/proc/30993/task/31005/stat : 31005 (java) S 30991 30993 30947 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 197502824 1762725888 129753 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.26
Current children cumulated vsize (Kb) 1721412



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1783.33 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 31007
/proc/meminfo: memFree=979936/2055888 swapFree=4085412/4096564
[pid=30993] ppid=30991 vsize=1721412 CPUtime=1800.26
/proc/30993/stat : 30993 (java) R 30991 30993 30947 0 -1 0 233619 0 1 0 179901 125 0 0 25 0 13 0 197502723 1762725888 129753 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071457637 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/30993/statm: 430353 129753 1910 14 0 417099 0
[pid=30993/tid=30994] ppid=30991 vsize=1721412 CPUtime=15.91
/proc/30993/task/30994/stat : 30994 (java) S 30991 30993 30947 0 -1 64 64163 0 0 0 1557 34 0 0 16 0 13 0 197502727 1762725888 129753 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30993/tid=30995] ppid=30991 vsize=1721412 CPUtime=15.97
/proc/30993/task/30995/stat : 30995 (java) S 30991 30993 30947 0 -1 64 66111 0 0 0 1565 32 0 0 16 0 13 0 197502727 1762725888 129753 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30993/tid=30996] ppid=30991 vsize=1721412 CPUtime=0.38
/proc/30993/task/30996/stat : 30996 (java) S 30991 30993 30947 0 -1 64 265 0 0 0 21 17 0 0 16 0 13 0 197502729 1762725888 129753 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=30993/tid=30997] ppid=30991 vsize=1721412 CPUtime=0
/proc/30993/task/30997/stat : 30997 (java) S 30991 30993 30947 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 197502730 1762725888 129753 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30993/tid=30998] ppid=30991 vsize=1721412 CPUtime=0
/proc/30993/task/30998/stat : 30998 (java) S 30991 30993 30947 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 197502730 1762725888 129753 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30993/tid=30999] ppid=30991 vsize=1721412 CPUtime=0
/proc/30993/task/30999/stat : 30999 (java) S 30991 30993 30947 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 197502733 1762725888 129753 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30993/tid=31000] ppid=30991 vsize=1721412 CPUtime=0
/proc/30993/task/31000/stat : 31000 (java) S 30991 30993 30947 0 -1 64 18 0 0 0 0 0 0 0 17 0 13 0 197502733 1762725888 129753 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30993/tid=31001] ppid=30991 vsize=1721412 CPUtime=1.33
/proc/30993/task/31001/stat : 31001 (java) S 30991 30993 30947 0 -1 64 5254 0 0 0 131 2 0 0 17 0 13 0 197502733 1762725888 129753 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30993/tid=31002] ppid=30991 vsize=1721412 CPUtime=1.09
/proc/30993/task/31002/stat : 31002 (java) S 30991 30993 30947 0 -1 64 1371 0 0 0 109 0 0 0 17 0 13 0 197502733 1762725888 129753 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30993/tid=31003] ppid=30991 vsize=1721412 CPUtime=0
/proc/30993/task/31003/stat : 31003 (java) S 30991 30993 30947 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 197502733 1762725888 129753 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30993/tid=31004] ppid=30991 vsize=1721412 CPUtime=0
/proc/30993/task/31004/stat : 31004 (java) S 30991 30993 30947 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 197502733 1762725888 129753 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30993/tid=31005] ppid=30991 vsize=1721412 CPUtime=0
/proc/30993/task/31005/stat : 31005 (java) S 30991 30993 30947 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 197502824 1762725888 129753 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.26
Current children cumulated vsize (Kb) 1721412

Sending SIGTERM to -30993
Sleeping 2 seconds

Child status: 143
Real time (s): 1783.46
CPU time (s): 1800.44
CPU user time (s): 1799.1
CPU system time (s): 1.3398
CPU usage (%): 100.952
Max. virtual memory (cumulated for all children) (Kb): 1721412

Launcher Data (download as text)

Begin job on node87 on Sat Jun  3 07:10:36 UTC 2006


FILE ID= 44808-1149318636

PBS_JOBID= 308504

BENCH NAME= HOME/pub/bench/PB06//final/normalized-PB06/OPT-BIGINT/mps-v2-20-10/MIPLIB/miplib3/normalized-mps-v2-20-10-blend2.opb
COMMAND LINE= java -server -Xms1500M -Xmx1500M -jar ROOT/solvers/PB/PB06final/user5/sat4jPseudoPlus.jar ROOT/tmp/node87/44808-1149318636/instance-44808-1149318636.opb 924183404
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node87/watcher-44808-1149318636 -o ROOT/results/node87/solver-44808-1149318636 -C 1800 -M 1800 -S 64  java -server -Xms1500M -Xmx1500M -jar ROOT/solvers/PB/PB06final/user5/sat4jPseudoPlus.jar ROOT/tmp/node87/44808-1149318636/instance-44808-1149318636.opb 924183404

MD5SUM SOLVER= e9637a7554f3ecdf74c1815f89d00213
MD5SUM BENCH=  583b02132cd61d8427630f4009f80dd3

RANDOM SEED= 924183404


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

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


/proc/meminfo:
MemTotal:      2055888 kB
MemFree:       1493256 kB
Buffers:         40064 kB
Cached:         446344 kB
SwapCached:       2512 kB
Active:          65364 kB
Inactive:       429912 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055888 kB
LowFree:       1493256 kB
SwapTotal:     4096564 kB
SwapFree:      4085412 kB
Dirty:             204 kB
Writeback:           0 kB
Mapped:          16828 kB
Slab:            54048 kB
Committed_AS:   266464 kB
PageTables:       1280 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264388 kB
VmallocChunk: 536606243 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB


End job on node87 on Sat Jun  3 07:40:19 UTC 2006