Trace number 44090

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.63 1786.55

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/MIPLIB/
miplib3/normalized-reduced-mps-v2-20-10-blend2.opb
MD5SUM94d27ad55443aa92d0406d6e0a54bcaf
Bench CategoryOPT-SMALLINT (optimisation, small 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
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
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 53442
Number of bits for the biggest coefficient in the objective function 16
Sum of the numbers in the objective function 524332
Number of bits of the sum of numbers in the objective function 20
Biggest number in a constraint 262120
Number of bits of the biggest number in a constraint 18
Biggest sum of numbers in a constraint 526376
Number of bits of the biggest sum of numbers20
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-22.EL.rootsmp
0.15	c os.arch	i386
0.15	c Free memory 1548419056
0.15	c Max memory 1551040512
0.15	c Total memory 1551040512
0.15	c Number of processors 2
0.20	c Cutting planes based inference
0.20	c --- Begin Solver configuration ---
0.20	c org.sat4j.minisat.uip.FirstUIP@1037c71
0.20	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@1df073d
0.20	c org.sat4j.minisat.learning.MiniSATLearning@1546e25
0.20	c conflictBoundIncFactor=1.5 learntBoundIncFactor=1.1 initLearntBoundConstraintFactor=10000.0 initConflictBound=100 
0.20	c VSIDS like heuristics from MiniSAT using a heap
0.20	c No reason simplification
0.20	c --- End Solver configuration ---
0.20	c solving ROOT/tmp/node4/44090-1149276475/instance-44090-1149276475.opb
0.20	c reading problem ... 
0.87	c ... done. Time 0.668 ms.
0.87	c #vars     2944
0.87	c #constraints  294
1786.38	c starts		: 12
1786.39	c conflicts		: 18927
1786.39	c decisions		: 147042
1786.39	c propagations		: 673970
1786.39	c inspects		: 23457484
1786.39	c learnt literals	: 0
1786.39	c learnt binary clauses	: 0
1786.39	c learnt ternary clauses	: 0
1786.39	c learnt clauses	: 18926
1786.39	c root simplifications	: 0
1786.39	c removed literals (reason simplification)	: 0
1786.39	c reason swapping (by a shorter reason)	: 0
1786.39	c Calls to reduceDB	: 0
1786.39	c speed (decisions/second)	: 82.35312566857797
1786.39	c non guided choices	1668
1786.39	s UNKNOWN
1786.39	c Total wall clock time (ms): 1786.185

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

Current StackSize limit: 67108864 bytes

/proc/loadavg: 0.92 0.97 0.94 2/64 5627
/proc/meminfo: memFree=1805416/2055920 swapFree=4181448/4192956
[pid=5627] ppid=5625 vsize=0 CPUtime=0
/proc/5627/stat : 5627 (java) R 5625 5627 5581 0 -1 0 178 0 0 0 0 0 0 0 18 0 1 0 193309356 0 0 18446744073709551615 0 0 0 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/5627/statm: 41 2 0 0 0 1 0

[startup+10.0026 s]
/proc/loadavg: 0.93 0.97 0.94 2/76 5639
/proc/meminfo: memFree=1609864/2055920 swapFree=4181448/4192956
[pid=5627] ppid=5625 vsize=1715876 CPUtime=11.68
/proc/5627/stat : 5627 (java) R 5625 5627 5581 0 -1 0 54920 0 1 0 1142 26 0 0 17 0 13 0 193309356 1757057024 50650 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071399780 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/5627/statm: 428969 50650 1907 14 0 415716 0
[pid=5627/tid=5628] ppid=5625 vsize=1715876 CPUtime=0.16
/proc/5627/task/5628/stat : 5628 (java) S 5625 5627 5581 0 -1 64 4130 0 0 0 15 1 0 0 15 0 13 0 193309360 1757057024 50650 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5627/tid=5629] ppid=5625 vsize=1715876 CPUtime=0.16
/proc/5627/task/5629/stat : 5629 (java) S 5625 5627 5581 0 -1 64 4489 0 0 0 14 2 0 0 16 0 13 0 193309360 1757057024 50650 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5627/tid=5630] ppid=5625 vsize=1715876 CPUtime=0
/proc/5627/task/5630/stat : 5630 (java) S 5625 5627 5581 0 -1 64 29 0 0 0 0 0 0 0 16 0 13 0 193309362 1757057024 50650 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=5627/tid=5631] ppid=5625 vsize=1715876 CPUtime=0
/proc/5627/task/5631/stat : 5631 (java) S 5625 5627 5581 0 -1 64 9 0 0 0 0 0 0 0 17 0 13 0 193309363 1757057024 50650 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5627/tid=5632] ppid=5625 vsize=1715876 CPUtime=0
/proc/5627/task/5632/stat : 5632 (java) S 5625 5627 5581 0 -1 64 5 0 0 0 0 0 0 0 17 0 13 0 193309363 1757057024 50650 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5627/tid=5633] ppid=5625 vsize=1715876 CPUtime=0
/proc/5627/task/5633/stat : 5633 (java) S 5625 5627 5581 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 193309366 1757057024 50650 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5627/tid=5634] ppid=5625 vsize=1715876 CPUtime=0
/proc/5627/task/5634/stat : 5634 (java) S 5625 5627 5581 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 193309366 1757057024 50650 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5627/tid=5635] ppid=5625 vsize=1715876 CPUtime=1.17
/proc/5627/task/5635/stat : 5635 (java) S 5625 5627 5581 0 -1 64 3934 0 0 0 115 2 0 0 16 0 13 0 193309366 1757057024 50650 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5627/tid=5636] ppid=5625 vsize=1715876 CPUtime=0.71
/proc/5627/task/5636/stat : 5636 (java) S 5625 5627 5581 0 -1 64 755 0 0 0 71 0 0 0 16 0 13 0 193309366 1757057024 50650 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5627/tid=5637] ppid=5625 vsize=1715876 CPUtime=0
/proc/5627/task/5637/stat : 5637 (java) S 5625 5627 5581 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 193309366 1757057024 50650 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5627/tid=5638] ppid=5625 vsize=1715876 CPUtime=0
/proc/5627/task/5638/stat : 5638 (java) S 5625 5627 5581 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 193309366 1757057024 50650 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5627/tid=5639] ppid=5625 vsize=1715876 CPUtime=0
/proc/5627/task/5639/stat : 5639 (java) S 5625 5627 5581 0 -1 64 3 0 0 0 0 0 0 0 20 0 13 0 193309446 1757057024 50650 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 11.68
Current children cumulated vsize (Kb) 1715876

[startup+20.0137 s]
/proc/loadavg: 0.94 0.97 0.94 2/76 5639
/proc/meminfo: memFree=1616712/2055920 swapFree=4181448/4192956
[pid=5627] ppid=5625 vsize=1715812 CPUtime=21.72
/proc/5627/stat : 5627 (java) R 5625 5627 5581 0 -1 0 55794 0 1 0 2145 27 0 0 25 0 13 0 193309356 1756991488 48906 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071524843 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/5627/statm: 428953 48906 1909 14 0 415700 0
[pid=5627/tid=5628] ppid=5625 vsize=1715812 CPUtime=0.19
/proc/5627/task/5628/stat : 5628 (java) S 5625 5627 5581 0 -1 64 4639 0 0 0 18 1 0 0 17 0 13 0 193309360 1756991488 48906 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5627/tid=5629] ppid=5625 vsize=1715812 CPUtime=0.19
/proc/5627/task/5629/stat : 5629 (java) S 5625 5627 5581 0 -1 64 4837 0 0 0 17 2 0 0 16 0 13 0 193309360 1756991488 48906 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5627/tid=5630] ppid=5625 vsize=1715812 CPUtime=0
/proc/5627/task/5630/stat : 5630 (java) S 5625 5627 5581 0 -1 64 29 0 0 0 0 0 0 0 16 0 13 0 193309362 1756991488 48906 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=5627/tid=5631] ppid=5625 vsize=1715812 CPUtime=0
/proc/5627/task/5631/stat : 5631 (java) S 5625 5627 5581 0 -1 64 9 0 0 0 0 0 0 0 17 0 13 0 193309363 1756991488 48906 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5627/tid=5632] ppid=5625 vsize=1715812 CPUtime=0
/proc/5627/task/5632/stat : 5632 (java) S 5625 5627 5581 0 -1 64 5 0 0 0 0 0 0 0 17 0 13 0 193309363 1756991488 48906 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5627/tid=5633] ppid=5625 vsize=1715812 CPUtime=0
/proc/5627/task/5633/stat : 5633 (java) S 5625 5627 5581 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 193309366 1756991488 48906 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5627/tid=5634] ppid=5625 vsize=1715812 CPUtime=0
/proc/5627/task/5634/stat : 5634 (java) S 5625 5627 5581 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 193309366 1756991488 48906 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5627/tid=5635] ppid=5625 vsize=1715812 CPUtime=1.18
/proc/5627/task/5635/stat : 5635 (java) S 5625 5627 5581 0 -1 64 3934 0 0 0 116 2 0 0 17 0 13 0 193309366 1756991488 48906 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5627/tid=5636] ppid=5625 vsize=1715812 CPUtime=0.71
/proc/5627/task/5636/stat : 5636 (java) S 5625 5627 5581 0 -1 64 757 0 0 0 71 0 0 0 17 0 13 0 193309366 1756991488 48906 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5627/tid=5637] ppid=5625 vsize=1715812 CPUtime=0
/proc/5627/task/5637/stat : 5637 (java) S 5625 5627 5581 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 193309366 1756991488 48906 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5627/tid=5638] ppid=5625 vsize=1715812 CPUtime=0
/proc/5627/task/5638/stat : 5638 (java) S 5625 5627 5581 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 193309366 1756991488 48906 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5627/tid=5639] ppid=5625 vsize=1715812 CPUtime=0
/proc/5627/task/5639/stat : 5639 (java) S 5625 5627 5581 0 -1 64 3 0 0 0 0 0 0 0 20 0 13 0 193309446 1756991488 48906 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 21.72
Current children cumulated vsize (Kb) 1715812

[startup+30.0205 s]
/proc/loadavg: 0.95 0.97 0.94 2/76 5639
/proc/meminfo: memFree=1625928/2055920 swapFree=4181448/4192956
[pid=5627] ppid=5625 vsize=1714632 CPUtime=31.78
/proc/5627/stat : 5627 (java) R 5625 5627 5581 0 -1 0 57323 0 1 0 3150 28 0 0 25 0 13 0 193309356 1755783168 46606 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071399147 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/5627/statm: 428658 46606 1909 14 0 415405 0
[pid=5627/tid=5628] ppid=5625 vsize=1714632 CPUtime=0.23
/proc/5627/task/5628/stat : 5628 (java) S 5625 5627 5581 0 -1 64 5516 0 0 0 22 1 0 0 16 0 13 0 193309360 1755783168 46606 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5627/tid=5629] ppid=5625 vsize=1714632 CPUtime=0.24
/proc/5627/task/5629/stat : 5629 (java) S 5625 5627 5581 0 -1 64 5473 0 0 0 22 2 0 0 17 0 13 0 193309360 1755783168 46606 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5627/tid=5630] ppid=5625 vsize=1714632 CPUtime=0
/proc/5627/task/5630/stat : 5630 (java) S 5625 5627 5581 0 -1 64 29 0 0 0 0 0 0 0 16 0 13 0 193309362 1755783168 46606 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=5627/tid=5631] ppid=5625 vsize=1714632 CPUtime=0
/proc/5627/task/5631/stat : 5631 (java) S 5625 5627 5581 0 -1 64 9 0 0 0 0 0 0 0 17 0 13 0 193309363 1755783168 46606 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5627/tid=5632] ppid=5625 vsize=1714632 CPUtime=0
/proc/5627/task/5632/stat : 5632 (java) S 5625 5627 5581 0 -1 64 5 0 0 0 0 0 0 0 17 0 13 0 193309363 1755783168 46606 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5627/tid=5633] ppid=5625 vsize=1714632 CPUtime=0
/proc/5627/task/5633/stat : 5633 (java) S 5625 5627 5581 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 193309366 1755783168 46606 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5627/tid=5634] ppid=5625 vsize=1714632 CPUtime=0
/proc/5627/task/5634/stat : 5634 (java) S 5625 5627 5581 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 193309366 1755783168 46606 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5627/tid=5635] ppid=5625 vsize=1714632 CPUtime=1.18
/proc/5627/task/5635/stat : 5635 (java) S 5625 5627 5581 0 -1 64 3934 0 0 0 116 2 0 0 17 0 13 0 193309366 1755783168 46606 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5627/tid=5636] ppid=5625 vsize=1714632 CPUtime=0.72
/proc/5627/task/5636/stat : 5636 (java) S 5625 5627 5581 0 -1 64 757 0 0 0 72 0 0 0 16 0 13 0 193309366 1755783168 46606 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5627/tid=5637] ppid=5625 vsize=1714632 CPUtime=0
/proc/5627/task/5637/stat : 5637 (java) S 5625 5627 5581 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 193309366 1755783168 46606 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5627/tid=5638] ppid=5625 vsize=1714632 CPUtime=0
/proc/5627/task/5638/stat : 5638 (java) S 5625 5627 5581 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 193309366 1755783168 46606 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5627/tid=5639] ppid=5625 vsize=1714632 CPUtime=0
/proc/5627/task/5639/stat : 5639 (java) S 5625 5627 5581 0 -1 64 3 0 0 0 0 0 0 0 20 0 13 0 193309446 1755783168 46606 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 31.78
Current children cumulated vsize (Kb) 1714632

[startup+40.0275 s]
/proc/loadavg: 0.96 0.97 0.94 2/76 5639
/proc/meminfo: memFree=1638536/2055920 swapFree=4181448/4192956
[pid=5627] ppid=5625 vsize=1714632 CPUtime=41.81
/proc/5627/stat : 5627 (java) R 5625 5627 5581 0 -1 0 57912 0 1 0 4152 29 0 0 23 0 13 0 193309356 1755783168 43446 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071494711 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/5627/statm: 428658 43446 1909 14 0 415405 0
[pid=5627/tid=5628] ppid=5625 vsize=1714632 CPUtime=0.28
/proc/5627/task/5628/stat : 5628 (java) S 5625 5627 5581 0 -1 64 5776 0 0 0 26 2 0 0 15 0 13 0 193309360 1755783168 43446 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5627/tid=5629] ppid=5625 vsize=1714632 CPUtime=0.27
/proc/5627/task/5629/stat : 5629 (java) S 5625 5627 5581 0 -1 64 5778 0 0 0 25 2 0 0 16 0 13 0 193309360 1755783168 43446 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5627/tid=5630] ppid=5625 vsize=1714632 CPUtime=0.02
/proc/5627/task/5630/stat : 5630 (java) S 5625 5627 5581 0 -1 64 29 0 0 0 1 1 0 0 15 0 13 0 193309362 1755783168 43446 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=5627/tid=5631] ppid=5625 vsize=1714632 CPUtime=0
/proc/5627/task/5631/stat : 5631 (java) S 5625 5627 5581 0 -1 64 9 0 0 0 0 0 0 0 17 0 13 0 193309363 1755783168 43446 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5627/tid=5632] ppid=5625 vsize=1714632 CPUtime=0
/proc/5627/task/5632/stat : 5632 (java) S 5625 5627 5581 0 -1 64 5 0 0 0 0 0 0 0 17 0 13 0 193309363 1755783168 43446 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5627/tid=5633] ppid=5625 vsize=1714632 CPUtime=0
/proc/5627/task/5633/stat : 5633 (java) S 5625 5627 5581 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 193309366 1755783168 43446 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5627/tid=5634] ppid=5625 vsize=1714632 CPUtime=0
/proc/5627/task/5634/stat : 5634 (java) S 5625 5627 5581 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 193309366 1755783168 43446 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5627/tid=5635] ppid=5625 vsize=1714632 CPUtime=1.18
/proc/5627/task/5635/stat : 5635 (java) S 5625 5627 5581 0 -1 64 3934 0 0 0 116 2 0 0 17 0 13 0 193309366 1755783168 43446 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5627/tid=5636] ppid=5625 vsize=1714632 CPUtime=0.72
/proc/5627/task/5636/stat : 5636 (java) S 5625 5627 5581 0 -1 64 757 0 0 0 72 0 0 0 16 0 13 0 193309366 1755783168 43446 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5627/tid=5637] ppid=5625 vsize=1714632 CPUtime=0
/proc/5627/task/5637/stat : 5637 (java) S 5625 5627 5581 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 193309366 1755783168 43446 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5627/tid=5638] ppid=5625 vsize=1714632 CPUtime=0
/proc/5627/task/5638/stat : 5638 (java) S 5625 5627 5581 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 193309366 1755783168 43446 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5627/tid=5639] ppid=5625 vsize=1714632 CPUtime=0
/proc/5627/task/5639/stat : 5639 (java) S 5625 5627 5581 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 193309446 1755783168 43446 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 41.81
Current children cumulated vsize (Kb) 1714632

[startup+50.0344 s]
/proc/loadavg: 0.96 0.97 0.94 2/76 5639
/proc/meminfo: memFree=1644040/2055920 swapFree=4181448/4192956
[pid=5627] ppid=5625 vsize=1714632 CPUtime=51.84
/proc/5627/stat : 5627 (java) R 5625 5627 5581 0 -1 0 58419 0 1 0 5155 29 0 0 25 0 13 0 193309356 1755783168 42089 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071537094 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/5627/statm: 428658 42089 1909 14 0 415405 0
[pid=5627/tid=5628] ppid=5625 vsize=1714632 CPUtime=0.31
/proc/5627/task/5628/stat : 5628 (java) S 5625 5627 5581 0 -1 64 6031 0 0 0 29 2 0 0 16 0 13 0 193309360 1755783168 42089 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5627/tid=5629] ppid=5625 vsize=1714632 CPUtime=0.29
/proc/5627/task/5629/stat : 5629 (java) S 5625 5627 5581 0 -1 64 6004 0 0 0 27 2 0 0 15 0 13 0 193309360 1755783168 42089 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5627/tid=5630] ppid=5625 vsize=1714632 CPUtime=0.02
/proc/5627/task/5630/stat : 5630 (java) S 5625 5627 5581 0 -1 64 29 0 0 0 1 1 0 0 17 0 13 0 193309362 1755783168 42089 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=5627/tid=5631] ppid=5625 vsize=1714632 CPUtime=0
/proc/5627/task/5631/stat : 5631 (java) S 5625 5627 5581 0 -1 64 9 0 0 0 0 0 0 0 17 0 13 0 193309363 1755783168 42089 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5627/tid=5632] ppid=5625 vsize=1714632 CPUtime=0
/proc/5627/task/5632/stat : 5632 (java) S 5625 5627 5581 0 -1 64 5 0 0 0 0 0 0 0 17 0 13 0 193309363 1755783168 42089 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5627/tid=5633] ppid=5625 vsize=1714632 CPUtime=0
/proc/5627/task/5633/stat : 5633 (java) S 5625 5627 5581 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 193309366 1755783168 42089 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5627/tid=5634] ppid=5625 vsize=1714632 CPUtime=0
/proc/5627/task/5634/stat : 5634 (java) S 5625 5627 5581 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 193309366 1755783168 42089 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5627/tid=5635] ppid=5625 vsize=1714632 CPUtime=1.18
/proc/5627/task/5635/stat : 5635 (java) S 5625 5627 5581 0 -1 64 3934 0 0 0 116 2 0 0 17 0 13 0 193309366 1755783168 42089 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5627/tid=5636] ppid=5625 vsize=1714632 CPUtime=0.72
/proc/5627/task/5636/stat : 5636 (java) S 5625 5627 5581 0 -1 64 757 0 0 0 72 0 0 0 16 0 13 0 193309366 1755783168 42089 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5627/tid=5637] ppid=5625 vsize=1714632 CPUtime=0
/proc/5627/task/5637/stat : 5637 (java) S 5625 5627 5581 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 193309366 1755783168 42089 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5627/tid=5638] ppid=5625 vsize=1714632 CPUtime=0
/proc/5627/task/5638/stat : 5638 (java) S 5625 5627 5581 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 193309366 1755783168 42089 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5627/tid=5639] ppid=5625 vsize=1714632 CPUtime=0
/proc/5627/task/5639/stat : 5639 (java) S 5625 5627 5581 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 193309446 1755783168 42089 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 51.84
Current children cumulated vsize (Kb) 1714632

[startup+60.0414 s]
/proc/loadavg: 0.97 0.97 0.94 2/76 5639
/proc/meminfo: memFree=1645704/2055920 swapFree=4181448/4192956
[pid=5627] ppid=5625 vsize=1714632 CPUtime=61.88
/proc/5627/stat : 5627 (java) R 5625 5627 5581 0 -1 0 59240 0 1 0 6158 30 0 0 17 0 13 0 193309356 1755783168 41665 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071540454 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/5627/statm: 428658 41665 1909 14 0 415405 0
[pid=5627/tid=5628] ppid=5625 vsize=1714632 CPUtime=0.34
/proc/5627/task/5628/stat : 5628 (java) S 5625 5627 5581 0 -1 64 6401 0 0 0 32 2 0 0 16 0 13 0 193309360 1755783168 41665 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5627/tid=5629] ppid=5625 vsize=1714632 CPUtime=0.33
/proc/5627/task/5629/stat : 5629 (java) S 5625 5627 5581 0 -1 64 6422 0 0 0 31 2 0 0 16 0 13 0 193309360 1755783168 41665 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5627/tid=5630] ppid=5625 vsize=1714632 CPUtime=0.02
/proc/5627/task/5630/stat : 5630 (java) S 5625 5627 5581 0 -1 64 29 0 0 0 1 1 0 0 16 0 13 0 193309362 1755783168 41665 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=5627/tid=5631] ppid=5625 vsize=1714632 CPUtime=0
/proc/5627/task/5631/stat : 5631 (java) S 5625 5627 5581 0 -1 64 9 0 0 0 0 0 0 0 17 0 13 0 193309363 1755783168 41665 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5627/tid=5632] ppid=5625 vsize=1714632 CPUtime=0
/proc/5627/task/5632/stat : 5632 (java) S 5625 5627 5581 0 -1 64 5 0 0 0 0 0 0 0 17 0 13 0 193309363 1755783168 41665 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5627/tid=5633] ppid=5625 vsize=1714632 CPUtime=0
/proc/5627/task/5633/stat : 5633 (java) S 5625 5627 5581 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 193309366 1755783168 41665 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0

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

[pid=5627/tid=5631] ppid=5625 vsize=1712692 CPUtime=0
/proc/5627/task/5631/stat : 5631 (java) S 5625 5627 5581 0 -1 64 9 0 0 0 0 0 0 0 17 0 13 0 193309363 1753796608 112007 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5627/tid=5632] ppid=5625 vsize=1712692 CPUtime=0
/proc/5627/task/5632/stat : 5632 (java) S 5625 5627 5581 0 -1 64 5 0 0 0 0 0 0 0 17 0 13 0 193309363 1753796608 112007 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5627/tid=5633] ppid=5625 vsize=1712692 CPUtime=0
/proc/5627/task/5633/stat : 5633 (java) S 5625 5627 5581 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 193309366 1753796608 112007 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5627/tid=5634] ppid=5625 vsize=1712692 CPUtime=0
/proc/5627/task/5634/stat : 5634 (java) S 5625 5627 5581 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 193309366 1753796608 112007 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5627/tid=5635] ppid=5625 vsize=1712692 CPUtime=1.21
/proc/5627/task/5635/stat : 5635 (java) S 5625 5627 5581 0 -1 64 3936 0 0 0 119 2 0 0 17 0 13 0 193309366 1753796608 112007 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5627/tid=5636] ppid=5625 vsize=1712692 CPUtime=0.75
/proc/5627/task/5636/stat : 5636 (java) S 5625 5627 5581 0 -1 64 758 0 0 0 75 0 0 0 16 0 13 0 193309366 1753796608 112007 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5627/tid=5637] ppid=5625 vsize=1712692 CPUtime=0
/proc/5627/task/5637/stat : 5637 (java) S 5625 5627 5581 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 193309366 1753796608 112007 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5627/tid=5638] ppid=5625 vsize=1712692 CPUtime=0
/proc/5627/task/5638/stat : 5638 (java) S 5625 5627 5581 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 193309366 1753796608 112007 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5627/tid=5639] ppid=5625 vsize=1712692 CPUtime=0
/proc/5627/task/5639/stat : 5639 (java) S 5625 5627 5581 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 193309446 1753796608 112007 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1796.45
Current children cumulated vsize (Kb) 1712692

[startup+1783.36 s]
/proc/loadavg: 1.00 0.99 0.94 2/76 5641
/proc/meminfo: memFree=1362952/2055920 swapFree=4181448/4192956
[pid=5627] ppid=5625 vsize=1712692 CPUtime=1797.46
/proc/5627/stat : 5627 (java) R 5625 5627 5581 0 -1 0 203353 0 1 0 179560 186 0 0 25 0 13 0 193309356 1753796608 112017 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071399077 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/5627/statm: 428173 112017 1909 14 0 414920 0
[pid=5627/tid=5628] ppid=5625 vsize=1712692 CPUtime=13.75
/proc/5627/task/5628/stat : 5628 (java) S 5625 5627 5581 0 -1 64 43581 0 0 0 1335 40 0 0 16 0 13 0 193309360 1753796608 112017 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5627/tid=5629] ppid=5625 vsize=1712692 CPUtime=13.81
/proc/5627/task/5629/stat : 5629 (java) S 5625 5627 5581 0 -1 64 46142 0 0 0 1340 41 0 0 16 0 13 0 193309360 1753796608 112017 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5627/tid=5630] ppid=5625 vsize=1712692 CPUtime=0.89
/proc/5627/task/5630/stat : 5630 (java) S 5625 5627 5581 0 -1 64 285 0 0 0 51 38 0 0 15 0 13 0 193309362 1753796608 112017 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=5627/tid=5631] ppid=5625 vsize=1712692 CPUtime=0
/proc/5627/task/5631/stat : 5631 (java) S 5625 5627 5581 0 -1 64 9 0 0 0 0 0 0 0 17 0 13 0 193309363 1753796608 112017 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5627/tid=5632] ppid=5625 vsize=1712692 CPUtime=0
/proc/5627/task/5632/stat : 5632 (java) S 5625 5627 5581 0 -1 64 5 0 0 0 0 0 0 0 17 0 13 0 193309363 1753796608 112017 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5627/tid=5633] ppid=5625 vsize=1712692 CPUtime=0
/proc/5627/task/5633/stat : 5633 (java) S 5625 5627 5581 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 193309366 1753796608 112017 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5627/tid=5634] ppid=5625 vsize=1712692 CPUtime=0
/proc/5627/task/5634/stat : 5634 (java) S 5625 5627 5581 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 193309366 1753796608 112017 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5627/tid=5635] ppid=5625 vsize=1712692 CPUtime=1.21
/proc/5627/task/5635/stat : 5635 (java) S 5625 5627 5581 0 -1 64 3936 0 0 0 119 2 0 0 17 0 13 0 193309366 1753796608 112017 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5627/tid=5636] ppid=5625 vsize=1712692 CPUtime=0.75
/proc/5627/task/5636/stat : 5636 (java) S 5625 5627 5581 0 -1 64 758 0 0 0 75 0 0 0 16 0 13 0 193309366 1753796608 112017 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5627/tid=5637] ppid=5625 vsize=1712692 CPUtime=0
/proc/5627/task/5637/stat : 5637 (java) S 5625 5627 5581 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 193309366 1753796608 112017 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5627/tid=5638] ppid=5625 vsize=1712692 CPUtime=0
/proc/5627/task/5638/stat : 5638 (java) S 5625 5627 5581 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 193309366 1753796608 112017 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5627/tid=5639] ppid=5625 vsize=1712692 CPUtime=0
/proc/5627/task/5639/stat : 5639 (java) S 5625 5627 5581 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 193309446 1753796608 112017 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1797.46
Current children cumulated vsize (Kb) 1712692

[startup+1784.37 s]
/proc/loadavg: 1.00 0.99 0.94 2/76 5641
/proc/meminfo: memFree=1362952/2055920 swapFree=4181448/4192956
[pid=5627] ppid=5625 vsize=1712692 CPUtime=1798.47
/proc/5627/stat : 5627 (java) R 5625 5627 5581 0 -1 0 203364 0 1 0 179661 186 0 0 25 0 13 0 193309356 1753796608 112025 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071524303 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/5627/statm: 428173 112025 1909 14 0 414920 0
[pid=5627/tid=5628] ppid=5625 vsize=1712692 CPUtime=13.76
/proc/5627/task/5628/stat : 5628 (java) S 5625 5627 5581 0 -1 64 43585 0 0 0 1336 40 0 0 16 0 13 0 193309360 1753796608 112025 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5627/tid=5629] ppid=5625 vsize=1712692 CPUtime=13.81
/proc/5627/task/5629/stat : 5629 (java) S 5625 5627 5581 0 -1 64 46147 0 0 0 1340 41 0 0 16 0 13 0 193309360 1753796608 112025 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5627/tid=5630] ppid=5625 vsize=1712692 CPUtime=0.89
/proc/5627/task/5630/stat : 5630 (java) S 5625 5627 5581 0 -1 64 285 0 0 0 51 38 0 0 15 0 13 0 193309362 1753796608 112025 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=5627/tid=5631] ppid=5625 vsize=1712692 CPUtime=0
/proc/5627/task/5631/stat : 5631 (java) S 5625 5627 5581 0 -1 64 9 0 0 0 0 0 0 0 17 0 13 0 193309363 1753796608 112025 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5627/tid=5632] ppid=5625 vsize=1712692 CPUtime=0
/proc/5627/task/5632/stat : 5632 (java) S 5625 5627 5581 0 -1 64 5 0 0 0 0 0 0 0 17 0 13 0 193309363 1753796608 112025 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5627/tid=5633] ppid=5625 vsize=1712692 CPUtime=0
/proc/5627/task/5633/stat : 5633 (java) S 5625 5627 5581 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 193309366 1753796608 112025 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5627/tid=5634] ppid=5625 vsize=1712692 CPUtime=0
/proc/5627/task/5634/stat : 5634 (java) S 5625 5627 5581 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 193309366 1753796608 112025 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5627/tid=5635] ppid=5625 vsize=1712692 CPUtime=1.21
/proc/5627/task/5635/stat : 5635 (java) S 5625 5627 5581 0 -1 64 3936 0 0 0 119 2 0 0 17 0 13 0 193309366 1753796608 112025 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5627/tid=5636] ppid=5625 vsize=1712692 CPUtime=0.75
/proc/5627/task/5636/stat : 5636 (java) S 5625 5627 5581 0 -1 64 758 0 0 0 75 0 0 0 16 0 13 0 193309366 1753796608 112025 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5627/tid=5637] ppid=5625 vsize=1712692 CPUtime=0
/proc/5627/task/5637/stat : 5637 (java) S 5625 5627 5581 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 193309366 1753796608 112025 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5627/tid=5638] ppid=5625 vsize=1712692 CPUtime=0
/proc/5627/task/5638/stat : 5638 (java) S 5625 5627 5581 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 193309366 1753796608 112025 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5627/tid=5639] ppid=5625 vsize=1712692 CPUtime=0
/proc/5627/task/5639/stat : 5639 (java) S 5625 5627 5581 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 193309446 1753796608 112025 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1798.47
Current children cumulated vsize (Kb) 1712692

[startup+1785.37 s]
/proc/loadavg: 1.00 0.99 0.94 2/76 5641
/proc/meminfo: memFree=1362888/2055920 swapFree=4181448/4192956
[pid=5627] ppid=5625 vsize=1712692 CPUtime=1799.49
/proc/5627/stat : 5627 (java) R 5625 5627 5581 0 -1 0 203378 0 1 0 179763 186 0 0 25 0 13 0 193309356 1753796608 112035 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071398863 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/5627/statm: 428173 112035 1909 14 0 414920 0
[pid=5627/tid=5628] ppid=5625 vsize=1712692 CPUtime=13.77
/proc/5627/task/5628/stat : 5628 (java) S 5625 5627 5581 0 -1 64 43588 0 0 0 1337 40 0 0 16 0 13 0 193309360 1753796608 112035 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5627/tid=5629] ppid=5625 vsize=1712692 CPUtime=13.83
/proc/5627/task/5629/stat : 5629 (java) S 5625 5627 5581 0 -1 64 46155 0 0 0 1342 41 0 0 16 0 13 0 193309360 1753796608 112035 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5627/tid=5630] ppid=5625 vsize=1712692 CPUtime=0.89
/proc/5627/task/5630/stat : 5630 (java) S 5625 5627 5581 0 -1 64 285 0 0 0 51 38 0 0 15 0 13 0 193309362 1753796608 112035 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=5627/tid=5631] ppid=5625 vsize=1712692 CPUtime=0
/proc/5627/task/5631/stat : 5631 (java) S 5625 5627 5581 0 -1 64 9 0 0 0 0 0 0 0 17 0 13 0 193309363 1753796608 112035 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5627/tid=5632] ppid=5625 vsize=1712692 CPUtime=0
/proc/5627/task/5632/stat : 5632 (java) S 5625 5627 5581 0 -1 64 5 0 0 0 0 0 0 0 17 0 13 0 193309363 1753796608 112035 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5627/tid=5633] ppid=5625 vsize=1712692 CPUtime=0
/proc/5627/task/5633/stat : 5633 (java) S 5625 5627 5581 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 193309366 1753796608 112035 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5627/tid=5634] ppid=5625 vsize=1712692 CPUtime=0
/proc/5627/task/5634/stat : 5634 (java) S 5625 5627 5581 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 193309366 1753796608 112035 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5627/tid=5635] ppid=5625 vsize=1712692 CPUtime=1.21
/proc/5627/task/5635/stat : 5635 (java) S 5625 5627 5581 0 -1 64 3936 0 0 0 119 2 0 0 17 0 13 0 193309366 1753796608 112035 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5627/tid=5636] ppid=5625 vsize=1712692 CPUtime=0.75
/proc/5627/task/5636/stat : 5636 (java) S 5625 5627 5581 0 -1 64 758 0 0 0 75 0 0 0 16 0 13 0 193309366 1753796608 112035 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5627/tid=5637] ppid=5625 vsize=1712692 CPUtime=0
/proc/5627/task/5637/stat : 5637 (java) S 5625 5627 5581 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 193309366 1753796608 112035 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5627/tid=5638] ppid=5625 vsize=1712692 CPUtime=0
/proc/5627/task/5638/stat : 5638 (java) S 5625 5627 5581 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 193309366 1753796608 112035 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5627/tid=5639] ppid=5625 vsize=1712692 CPUtime=0
/proc/5627/task/5639/stat : 5639 (java) S 5625 5627 5581 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 193309446 1753796608 112035 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1799.49
Current children cumulated vsize (Kb) 1712692

[startup+1786.38 s]
/proc/loadavg: 1.00 0.99 0.94 2/76 5641
/proc/meminfo: memFree=1362888/2055920 swapFree=4181448/4192956
[pid=5627] ppid=5625 vsize=1712692 CPUtime=1800.5
/proc/5627/stat : 5627 (java) R 5625 5627 5581 0 -1 0 203388 0 1 0 179864 186 0 0 25 0 13 0 193309356 1753796608 112043 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071524314 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/5627/statm: 428173 112043 1909 14 0 414920 0
[pid=5627/tid=5628] ppid=5625 vsize=1712692 CPUtime=13.77
/proc/5627/task/5628/stat : 5628 (java) S 5625 5627 5581 0 -1 64 43592 0 0 0 1337 40 0 0 16 0 13 0 193309360 1753796608 112043 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5627/tid=5629] ppid=5625 vsize=1712692 CPUtime=13.83
/proc/5627/task/5629/stat : 5629 (java) S 5625 5627 5581 0 -1 64 46159 0 0 0 1342 41 0 0 15 0 13 0 193309360 1753796608 112043 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5627/tid=5630] ppid=5625 vsize=1712692 CPUtime=0.89
/proc/5627/task/5630/stat : 5630 (java) S 5625 5627 5581 0 -1 64 285 0 0 0 51 38 0 0 16 0 13 0 193309362 1753796608 112043 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=5627/tid=5631] ppid=5625 vsize=1712692 CPUtime=0
/proc/5627/task/5631/stat : 5631 (java) S 5625 5627 5581 0 -1 64 9 0 0 0 0 0 0 0 17 0 13 0 193309363 1753796608 112043 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5627/tid=5632] ppid=5625 vsize=1712692 CPUtime=0
/proc/5627/task/5632/stat : 5632 (java) S 5625 5627 5581 0 -1 64 5 0 0 0 0 0 0 0 17 0 13 0 193309363 1753796608 112043 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5627/tid=5633] ppid=5625 vsize=1712692 CPUtime=0
/proc/5627/task/5633/stat : 5633 (java) S 5625 5627 5581 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 193309366 1753796608 112043 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5627/tid=5634] ppid=5625 vsize=1712692 CPUtime=0
/proc/5627/task/5634/stat : 5634 (java) S 5625 5627 5581 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 193309366 1753796608 112043 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5627/tid=5635] ppid=5625 vsize=1712692 CPUtime=1.21
/proc/5627/task/5635/stat : 5635 (java) S 5625 5627 5581 0 -1 64 3936 0 0 0 119 2 0 0 17 0 13 0 193309366 1753796608 112043 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5627/tid=5636] ppid=5625 vsize=1712692 CPUtime=0.75
/proc/5627/task/5636/stat : 5636 (java) S 5625 5627 5581 0 -1 64 758 0 0 0 75 0 0 0 16 0 13 0 193309366 1753796608 112043 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5627/tid=5637] ppid=5625 vsize=1712692 CPUtime=0
/proc/5627/task/5637/stat : 5637 (java) S 5625 5627 5581 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 193309366 1753796608 112043 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5627/tid=5638] ppid=5625 vsize=1712692 CPUtime=0
/proc/5627/task/5638/stat : 5638 (java) S 5625 5627 5581 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 193309366 1753796608 112043 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5627/tid=5639] ppid=5625 vsize=1712692 CPUtime=0
/proc/5627/task/5639/stat : 5639 (java) S 5625 5627 5581 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 193309446 1753796608 112043 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.5
Current children cumulated vsize (Kb) 1712692



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1786.38 s]
/proc/loadavg: 1.00 0.99 0.94 2/76 5641
/proc/meminfo: memFree=1362824/2055920 swapFree=4181448/4192956
[pid=5627] ppid=5625 vsize=1712692 CPUtime=1800.51
/proc/5627/stat : 5627 (java) R 5625 5627 5581 0 -1 0 203388 0 1 0 179865 186 0 0 25 0 13 0 193309356 1753796608 112043 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071398875 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/5627/statm: 428173 112043 1909 14 0 414920 0
[pid=5627/tid=5628] ppid=5625 vsize=1712692 CPUtime=13.77
/proc/5627/task/5628/stat : 5628 (java) S 5625 5627 5581 0 -1 64 43592 0 0 0 1337 40 0 0 16 0 13 0 193309360 1753796608 112043 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5627/tid=5629] ppid=5625 vsize=1712692 CPUtime=13.83
/proc/5627/task/5629/stat : 5629 (java) S 5625 5627 5581 0 -1 64 46159 0 0 0 1342 41 0 0 15 0 13 0 193309360 1753796608 112043 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5627/tid=5630] ppid=5625 vsize=1712692 CPUtime=0.89
/proc/5627/task/5630/stat : 5630 (java) S 5625 5627 5581 0 -1 64 285 0 0 0 51 38 0 0 16 0 13 0 193309362 1753796608 112043 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=5627/tid=5631] ppid=5625 vsize=1712692 CPUtime=0
/proc/5627/task/5631/stat : 5631 (java) S 5625 5627 5581 0 -1 64 9 0 0 0 0 0 0 0 17 0 13 0 193309363 1753796608 112043 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5627/tid=5632] ppid=5625 vsize=1712692 CPUtime=0
/proc/5627/task/5632/stat : 5632 (java) S 5625 5627 5581 0 -1 64 5 0 0 0 0 0 0 0 17 0 13 0 193309363 1753796608 112043 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5627/tid=5633] ppid=5625 vsize=1712692 CPUtime=0
/proc/5627/task/5633/stat : 5633 (java) S 5625 5627 5581 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 193309366 1753796608 112043 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5627/tid=5634] ppid=5625 vsize=1712692 CPUtime=0
/proc/5627/task/5634/stat : 5634 (java) S 5625 5627 5581 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 193309366 1753796608 112043 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5627/tid=5635] ppid=5625 vsize=1712692 CPUtime=1.21
/proc/5627/task/5635/stat : 5635 (java) S 5625 5627 5581 0 -1 64 3936 0 0 0 119 2 0 0 17 0 13 0 193309366 1753796608 112043 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5627/tid=5636] ppid=5625 vsize=1712692 CPUtime=0.75
/proc/5627/task/5636/stat : 5636 (java) S 5625 5627 5581 0 -1 64 758 0 0 0 75 0 0 0 16 0 13 0 193309366 1753796608 112043 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5627/tid=5637] ppid=5625 vsize=1712692 CPUtime=0
/proc/5627/task/5637/stat : 5637 (java) S 5625 5627 5581 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 193309366 1753796608 112043 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5627/tid=5638] ppid=5625 vsize=1712692 CPUtime=0
/proc/5627/task/5638/stat : 5638 (java) S 5625 5627 5581 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 193309366 1753796608 112043 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5627/tid=5639] ppid=5625 vsize=1712692 CPUtime=0
/proc/5627/task/5639/stat : 5639 (java) S 5625 5627 5581 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 193309446 1753796608 112043 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.51
Current children cumulated vsize (Kb) 1712692

Sending SIGTERM to -5627
Sleeping 2 seconds

Child status: 143
Real time (s): 1786.55
CPU time (s): 1800.63
CPU user time (s): 1798.69
CPU system time (s): 1.9387
CPU usage (%): 100.788
Max. virtual memory (cumulated for all children) (Kb): 1715876

Launcher Data (download as text)

Begin job on node4 on Fri Jun  2 19:27:55 UTC 2006


FILE ID= 44090-1149276475

PBS_JOBID= 301646

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

MD5SUM SOLVER= e9637a7554f3ecdf74c1815f89d00213
MD5SUM BENCH=  94d27ad55443aa92d0406d6e0a54bcaf

RANDOM SEED= 507933420


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

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1805624 kB
Buffers:         17680 kB
Cached:         172788 kB
SwapCached:       3264 kB
Active:          40908 kB
Inactive:       158224 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1805624 kB
SwapTotal:     4192956 kB
SwapFree:      4181448 kB
Dirty:              88 kB
Writeback:           0 kB
Mapped:          14816 kB
Slab:            37160 kB
Committed_AS:   267748 kB
PageTables:       1500 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB


End job on node4 on Fri Jun  2 19:57:41 UTC 2006