Trace number 43778

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.6 1788.47

General information on the benchmark

Namenormalized-PB06/OPT-MEDINT/mps-v2-20-10/MIPLIB/
miplib2003/normalized-mps-v2-20-10-aflow40b.opb
MD5SUMb1cb8dfc9613a6d80968091d3346a684
Bench CategoryOPT-MEDINT (optimisation, medium integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark5507
Best CPU time to get the best result obtained on this benchmark1782.8
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 5507
Optimality of the best value was proved NO
Number of variables23384
Total number of constraints2806
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)39
Number of constraints which are nor clauses,nor cardinality constraints2767
Minimum length of a constraint14
Maximum length of a constraint1202
Number of terms in the objective function 1364
Biggest coefficient in the objective function 500
Number of bits for the biggest coefficient in the objective function 9
Sum of the numbers in the objective function 230637
Number of bits of the sum of numbers in the objective function 18
Biggest number in a constraint 102400
Number of bits of the biggest number in a constraint 17
Biggest sum of numbers in a constraint 7037881
Number of bits of the biggest sum of numbers23
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.22	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.22	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.23	c no version file found!!!
0.23	c sun.arch.data.model	32
0.23	c java.version	1.5.0_06
0.23	c os.name	Linux
0.23	c os.version	2.6.9-22.EL.rootsmp
0.23	c os.arch	i386
0.23	c Free memory 1548419056
0.23	c Max memory 1551040512
0.23	c Total memory 1551040512
0.23	c Number of processors 2
0.28	c Cutting planes based inference
0.28	c --- Begin Solver configuration ---
0.28	c org.sat4j.minisat.uip.FirstUIP@1037c71
0.28	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@1df073d
0.28	c org.sat4j.minisat.learning.MiniSATLearning@1546e25
0.28	c conflictBoundIncFactor=1.5 learntBoundIncFactor=1.1 initLearntBoundConstraintFactor=10000.0 initConflictBound=100 
0.28	c VSIDS like heuristics from MiniSAT using a heap
0.28	c No reason simplification
0.28	c --- End Solver configuration ---
0.28	c solving ROOT/tmp/node5/43778-1149244222/instance-43778-1149244222.opb
0.28	c reading problem ... 
3.86	c ... done. Time 3.571 ms.
3.86	c #vars     23384
3.86	c #constraints  2884
1788.38	c starts		: 3
1788.38	c conflicts		: 474
1788.38	c decisions		: 35627
1788.38	c propagations		: 231813
1788.38	c inspects		: 507782
1788.38	c learnt literals	: 0
1788.38	c learnt binary clauses	: 0
1788.38	c learnt ternary clauses	: 0
1788.38	c learnt clauses	: 473
1788.38	c root simplifications	: 0
1788.38	c removed literals (reason simplification)	: 0
1788.38	c reason swapping (by a shorter reason)	: 0
1788.38	c Calls to reduceDB	: 0
1788.38	c speed (decisions/second)	: 19.964841436222287
1788.38	c non guided choices	6124
1788.38	s UNKNOWN
1788.38	c Total wall clock time (ms): 1788.1

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

Current StackSize limit: 67108864 bytes

/proc/loadavg: 0.85 0.95 0.90 2/64 24833
/proc/meminfo: memFree=1884320/2055920 swapFree=4180904/4192956
[pid=24833] ppid=24831 vsize=168 CPUtime=0
/proc/24833/stat : 24833 (java) R 24831 24833 24787 0 -1 0 39 0 0 0 0 0 0 0 19 0 1 0 190025977 172032 23 18446744073709551615 134512640 134570276 4294956624 18446744073709551615 7893796 0 0 4096 0 0 0 0 17 1 0 0
/proc/24833/statm: 42 23 18 14 0 2 0

[startup+10.0024 s]
/proc/loadavg: 0.87 0.95 0.90 2/76 24845
/proc/meminfo: memFree=1693056/2055920 swapFree=4180904/4192956
[pid=24833] ppid=24831 vsize=1714952 CPUtime=11.36
/proc/24833/stat : 24833 (java) R 24831 24833 24787 0 -1 0 52379 0 2 0 1108 28 0 0 25 0 13 0 190025977 1756110848 49574 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071525518 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/24833/statm: 428738 49574 1908 14 0 415485 0
[pid=24833/tid=24834] ppid=24831 vsize=1714952 CPUtime=0.36
/proc/24833/task/24834/stat : 24834 (java) S 24831 24833 24787 0 -1 64 6050 0 0 0 34 2 0 0 17 0 13 0 190025985 1756110848 49574 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24833/tid=24835] ppid=24831 vsize=1714952 CPUtime=0.35
/proc/24833/task/24835/stat : 24835 (java) S 24831 24833 24787 0 -1 64 6104 0 0 0 32 3 0 0 16 0 13 0 190025985 1756110848 49574 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24833/tid=24836] ppid=24831 vsize=1714952 CPUtime=0
/proc/24833/task/24836/stat : 24836 (java) S 24831 24833 24787 0 -1 64 23 0 0 0 0 0 0 0 16 0 13 0 190025988 1756110848 49574 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=24833/tid=24837] ppid=24831 vsize=1714952 CPUtime=0
/proc/24833/task/24837/stat : 24837 (java) S 24831 24833 24787 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 190025988 1756110848 49574 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24833/tid=24838] ppid=24831 vsize=1714952 CPUtime=0
/proc/24833/task/24838/stat : 24838 (java) S 24831 24833 24787 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 190025988 1756110848 49574 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24833/tid=24839] ppid=24831 vsize=1714952 CPUtime=0
/proc/24833/task/24839/stat : 24839 (java) S 24831 24833 24787 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 190025994 1756110848 49574 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24833/tid=24840] ppid=24831 vsize=1714952 CPUtime=0
/proc/24833/task/24840/stat : 24840 (java) S 24831 24833 24787 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 190025994 1756110848 49574 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24833/tid=24841] ppid=24831 vsize=1714952 CPUtime=0.59
/proc/24833/task/24841/stat : 24841 (java) S 24831 24833 24787 0 -1 64 533 0 0 0 59 0 0 0 17 0 13 0 190025994 1756110848 49574 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24833/tid=24842] ppid=24831 vsize=1714952 CPUtime=0.84
/proc/24833/task/24842/stat : 24842 (java) S 24831 24833 24787 0 -1 64 3103 0 0 0 83 1 0 0 18 0 13 0 190025994 1756110848 49574 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24833/tid=24843] ppid=24831 vsize=1714952 CPUtime=0
/proc/24833/task/24843/stat : 24843 (java) S 24831 24833 24787 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 190025994 1756110848 49574 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24833/tid=24844] ppid=24831 vsize=1714952 CPUtime=0
/proc/24833/task/24844/stat : 24844 (java) S 24831 24833 24787 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 190025994 1756110848 49574 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24833/tid=24845] ppid=24831 vsize=1714952 CPUtime=0
/proc/24833/task/24845/stat : 24845 (java) S 24831 24833 24787 0 -1 64 5 0 0 0 0 0 0 0 22 0 13 0 190026367 1756110848 49574 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 11.36
Current children cumulated vsize (Kb) 1714952

[startup+20.0094 s]
/proc/loadavg: 0.89 0.96 0.90 2/76 24845
/proc/meminfo: memFree=1698176/2055920 swapFree=4180904/4192956
[pid=24833] ppid=24831 vsize=1714888 CPUtime=21.59
/proc/24833/stat : 24833 (java) R 24831 24833 24787 0 -1 0 53089 0 2 0 2131 28 0 0 17 0 13 0 190025977 1756045312 48307 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071525465 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/24833/statm: 428722 48307 1908 14 0 415469 0
[pid=24833/tid=24834] ppid=24831 vsize=1714888 CPUtime=0.41
/proc/24833/task/24834/stat : 24834 (java) S 24831 24833 24787 0 -1 64 6342 0 0 0 38 3 0 0 16 0 13 0 190025985 1756045312 48307 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24833/tid=24835] ppid=24831 vsize=1714888 CPUtime=0.38
/proc/24833/task/24835/stat : 24835 (java) S 24831 24833 24787 0 -1 64 6500 0 0 0 35 3 0 0 16 0 13 0 190025985 1756045312 48307 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24833/tid=24836] ppid=24831 vsize=1714888 CPUtime=0
/proc/24833/task/24836/stat : 24836 (java) S 24831 24833 24787 0 -1 64 23 0 0 0 0 0 0 0 16 0 13 0 190025988 1756045312 48307 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=24833/tid=24837] ppid=24831 vsize=1714888 CPUtime=0
/proc/24833/task/24837/stat : 24837 (java) S 24831 24833 24787 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 190025988 1756045312 48307 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24833/tid=24838] ppid=24831 vsize=1714888 CPUtime=0
/proc/24833/task/24838/stat : 24838 (java) S 24831 24833 24787 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 190025988 1756045312 48307 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24833/tid=24839] ppid=24831 vsize=1714888 CPUtime=0
/proc/24833/task/24839/stat : 24839 (java) S 24831 24833 24787 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 190025994 1756045312 48307 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24833/tid=24840] ppid=24831 vsize=1714888 CPUtime=0
/proc/24833/task/24840/stat : 24840 (java) S 24831 24833 24787 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 190025994 1756045312 48307 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24833/tid=24841] ppid=24831 vsize=1714888 CPUtime=0.69
/proc/24833/task/24841/stat : 24841 (java) S 24831 24833 24787 0 -1 64 534 0 0 0 69 0 0 0 17 0 13 0 190025994 1756045312 48307 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24833/tid=24842] ppid=24831 vsize=1714888 CPUtime=0.97
/proc/24833/task/24842/stat : 24842 (java) S 24831 24833 24787 0 -1 64 3112 0 0 0 96 1 0 0 17 0 13 0 190025994 1756045312 48307 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24833/tid=24843] ppid=24831 vsize=1714888 CPUtime=0
/proc/24833/task/24843/stat : 24843 (java) S 24831 24833 24787 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 190025994 1756045312 48307 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24833/tid=24844] ppid=24831 vsize=1714888 CPUtime=0
/proc/24833/task/24844/stat : 24844 (java) S 24831 24833 24787 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 190025994 1756045312 48307 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24833/tid=24845] ppid=24831 vsize=1714888 CPUtime=0
/proc/24833/task/24845/stat : 24845 (java) S 24831 24833 24787 0 -1 64 5 0 0 0 0 0 0 0 22 0 13 0 190026367 1756045312 48307 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 21.59
Current children cumulated vsize (Kb) 1714888

[startup+30.0163 s]
/proc/loadavg: 0.91 0.96 0.90 2/76 24845
/proc/meminfo: memFree=1709824/2055920 swapFree=4180904/4192956
[pid=24833] ppid=24831 vsize=1714888 CPUtime=31.65
/proc/24833/stat : 24833 (java) R 24831 24833 24787 0 -1 0 54197 0 2 0 3136 29 0 0 25 0 13 0 190025977 1756045312 45414 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071438078 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/24833/statm: 428722 45414 1908 14 0 415469 0
[pid=24833/tid=24834] ppid=24831 vsize=1714888 CPUtime=0.45
/proc/24833/task/24834/stat : 24834 (java) S 24831 24833 24787 0 -1 64 6852 0 0 0 42 3 0 0 16 0 13 0 190025985 1756045312 45414 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24833/tid=24835] ppid=24831 vsize=1714888 CPUtime=0.43
/proc/24833/task/24835/stat : 24835 (java) S 24831 24833 24787 0 -1 64 7087 0 0 0 40 3 0 0 16 0 13 0 190025985 1756045312 45414 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24833/tid=24836] ppid=24831 vsize=1714888 CPUtime=0.01
/proc/24833/task/24836/stat : 24836 (java) S 24831 24833 24787 0 -1 64 23 0 0 0 1 0 0 0 16 0 13 0 190025988 1756045312 45414 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=24833/tid=24837] ppid=24831 vsize=1714888 CPUtime=0
/proc/24833/task/24837/stat : 24837 (java) S 24831 24833 24787 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 190025988 1756045312 45414 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24833/tid=24838] ppid=24831 vsize=1714888 CPUtime=0
/proc/24833/task/24838/stat : 24838 (java) S 24831 24833 24787 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 190025988 1756045312 45414 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24833/tid=24839] ppid=24831 vsize=1714888 CPUtime=0
/proc/24833/task/24839/stat : 24839 (java) S 24831 24833 24787 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 190025994 1756045312 45414 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24833/tid=24840] ppid=24831 vsize=1714888 CPUtime=0.01
/proc/24833/task/24840/stat : 24840 (java) S 24831 24833 24787 0 -1 64 3 0 0 0 1 0 0 0 17 0 13 0 190025994 1756045312 45414 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24833/tid=24841] ppid=24831 vsize=1714888 CPUtime=0.7
/proc/24833/task/24841/stat : 24841 (java) S 24831 24833 24787 0 -1 64 534 0 0 0 70 0 0 0 17 0 13 0 190025994 1756045312 45414 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24833/tid=24842] ppid=24831 vsize=1714888 CPUtime=0.98
/proc/24833/task/24842/stat : 24842 (java) S 24831 24833 24787 0 -1 64 3112 0 0 0 97 1 0 0 17 0 13 0 190025994 1756045312 45414 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24833/tid=24843] ppid=24831 vsize=1714888 CPUtime=0
/proc/24833/task/24843/stat : 24843 (java) S 24831 24833 24787 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 190025994 1756045312 45414 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24833/tid=24844] ppid=24831 vsize=1714888 CPUtime=0
/proc/24833/task/24844/stat : 24844 (java) S 24831 24833 24787 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 190025994 1756045312 45414 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24833/tid=24845] ppid=24831 vsize=1714888 CPUtime=0
/proc/24833/task/24845/stat : 24845 (java) S 24831 24833 24787 0 -1 64 5 0 0 0 0 0 0 0 22 0 13 0 190026367 1756045312 45414 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 31.65
Current children cumulated vsize (Kb) 1714888

[startup+40.0233 s]
/proc/loadavg: 0.92 0.96 0.90 2/76 24845
/proc/meminfo: memFree=1716736/2055920 swapFree=4180904/4192956
[pid=24833] ppid=24831 vsize=1714888 CPUtime=41.74
/proc/24833/stat : 24833 (java) R 24831 24833 24787 0 -1 0 55294 0 2 0 4144 30 0 0 18 0 13 0 190025977 1756045312 43684 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071437535 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/24833/statm: 428722 43684 1909 14 0 415469 0
[pid=24833/tid=24834] ppid=24831 vsize=1714888 CPUtime=0.5
/proc/24833/task/24834/stat : 24834 (java) S 24831 24833 24787 0 -1 64 7399 0 0 0 46 4 0 0 16 0 13 0 190025985 1756045312 43684 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24833/tid=24835] ppid=24831 vsize=1714888 CPUtime=0.48
/proc/24833/task/24835/stat : 24835 (java) S 24831 24833 24787 0 -1 64 7619 0 0 0 45 3 0 0 16 0 13 0 190025985 1756045312 43684 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24833/tid=24836] ppid=24831 vsize=1714888 CPUtime=0.01
/proc/24833/task/24836/stat : 24836 (java) S 24831 24833 24787 0 -1 64 23 0 0 0 1 0 0 0 16 0 13 0 190025988 1756045312 43684 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=24833/tid=24837] ppid=24831 vsize=1714888 CPUtime=0
/proc/24833/task/24837/stat : 24837 (java) S 24831 24833 24787 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 190025988 1756045312 43684 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24833/tid=24838] ppid=24831 vsize=1714888 CPUtime=0
/proc/24833/task/24838/stat : 24838 (java) S 24831 24833 24787 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 190025988 1756045312 43684 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24833/tid=24839] ppid=24831 vsize=1714888 CPUtime=0
/proc/24833/task/24839/stat : 24839 (java) S 24831 24833 24787 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 190025994 1756045312 43684 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24833/tid=24840] ppid=24831 vsize=1714888 CPUtime=0.01
/proc/24833/task/24840/stat : 24840 (java) S 24831 24833 24787 0 -1 64 3 0 0 0 1 0 0 0 17 0 13 0 190025994 1756045312 43684 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24833/tid=24841] ppid=24831 vsize=1714888 CPUtime=0.73
/proc/24833/task/24841/stat : 24841 (java) S 24831 24833 24787 0 -1 64 539 0 0 0 73 0 0 0 17 0 13 0 190025994 1756045312 43684 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24833/tid=24842] ppid=24831 vsize=1714888 CPUtime=0.99
/proc/24833/task/24842/stat : 24842 (java) S 24831 24833 24787 0 -1 64 3112 0 0 0 98 1 0 0 17 0 13 0 190025994 1756045312 43684 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24833/tid=24843] ppid=24831 vsize=1714888 CPUtime=0
/proc/24833/task/24843/stat : 24843 (java) S 24831 24833 24787 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 190025994 1756045312 43684 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24833/tid=24844] ppid=24831 vsize=1714888 CPUtime=0
/proc/24833/task/24844/stat : 24844 (java) S 24831 24833 24787 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 190025994 1756045312 43684 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24833/tid=24845] ppid=24831 vsize=1714888 CPUtime=0
/proc/24833/task/24845/stat : 24845 (java) S 24831 24833 24787 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 190026367 1756045312 43684 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 41.74
Current children cumulated vsize (Kb) 1714888

[startup+50.0302 s]
/proc/loadavg: 0.93 0.96 0.90 2/76 24845
/proc/meminfo: memFree=1722048/2055920 swapFree=4180904/4192956
[pid=24833] ppid=24831 vsize=1714888 CPUtime=51.78
/proc/24833/stat : 24833 (java) R 24831 24833 24787 0 -1 0 56005 0 2 0 5147 31 0 0 25 0 13 0 190025977 1756045312 42345 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071486431 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/24833/statm: 428722 42345 1909 14 0 415469 0
[pid=24833/tid=24834] ppid=24831 vsize=1714888 CPUtime=0.54
/proc/24833/task/24834/stat : 24834 (java) S 24831 24833 24787 0 -1 64 7634 0 0 0 50 4 0 0 16 0 13 0 190025985 1756045312 42345 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24833/tid=24835] ppid=24831 vsize=1714888 CPUtime=0.52
/proc/24833/task/24835/stat : 24835 (java) S 24831 24833 24787 0 -1 64 8083 0 0 0 49 3 0 0 15 0 13 0 190025985 1756045312 42345 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24833/tid=24836] ppid=24831 vsize=1714888 CPUtime=0.02
/proc/24833/task/24836/stat : 24836 (java) S 24831 24833 24787 0 -1 64 23 0 0 0 1 1 0 0 16 0 13 0 190025988 1756045312 42345 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=24833/tid=24837] ppid=24831 vsize=1714888 CPUtime=0
/proc/24833/task/24837/stat : 24837 (java) S 24831 24833 24787 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 190025988 1756045312 42345 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24833/tid=24838] ppid=24831 vsize=1714888 CPUtime=0
/proc/24833/task/24838/stat : 24838 (java) S 24831 24833 24787 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 190025988 1756045312 42345 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24833/tid=24839] ppid=24831 vsize=1714888 CPUtime=0
/proc/24833/task/24839/stat : 24839 (java) S 24831 24833 24787 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 190025994 1756045312 42345 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24833/tid=24840] ppid=24831 vsize=1714888 CPUtime=0.01
/proc/24833/task/24840/stat : 24840 (java) S 24831 24833 24787 0 -1 64 3 0 0 0 1 0 0 0 17 0 13 0 190025994 1756045312 42345 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24833/tid=24841] ppid=24831 vsize=1714888 CPUtime=0.73
/proc/24833/task/24841/stat : 24841 (java) S 24831 24833 24787 0 -1 64 539 0 0 0 73 0 0 0 17 0 13 0 190025994 1756045312 42345 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24833/tid=24842] ppid=24831 vsize=1714888 CPUtime=1
/proc/24833/task/24842/stat : 24842 (java) S 24831 24833 24787 0 -1 64 3112 0 0 0 99 1 0 0 16 0 13 0 190025994 1756045312 42345 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24833/tid=24843] ppid=24831 vsize=1714888 CPUtime=0
/proc/24833/task/24843/stat : 24843 (java) S 24831 24833 24787 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 190025994 1756045312 42345 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24833/tid=24844] ppid=24831 vsize=1714888 CPUtime=0
/proc/24833/task/24844/stat : 24844 (java) S 24831 24833 24787 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 190025994 1756045312 42345 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24833/tid=24845] ppid=24831 vsize=1714888 CPUtime=0
/proc/24833/task/24845/stat : 24845 (java) S 24831 24833 24787 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 190026367 1756045312 42345 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 51.78
Current children cumulated vsize (Kb) 1714888

[startup+60.0372 s]
/proc/loadavg: 0.94 0.96 0.90 2/76 24845
/proc/meminfo: memFree=1725568/2055920 swapFree=4180904/4192956
[pid=24833] ppid=24831 vsize=1714888 CPUtime=61.86
/proc/24833/stat : 24833 (java) R 24831 24833 24787 0 -1 0 56428 0 2 0 6154 32 0 0 25 0 13 0 190025977 1756045312 41468 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071552463 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/24833/statm: 428722 41468 1909 14 0 415469 0
[pid=24833/tid=24834] ppid=24831 vsize=1714888 CPUtime=0.56
/proc/24833/task/24834/stat : 24834 (java) S 24831 24833 24787 0 -1 64 7775 0 0 0 52 4 0 0 16 0 13 0 190025985 1756045312 41468 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24833/tid=24835] ppid=24831 vsize=1714888 CPUtime=0.54
/proc/24833/task/24835/stat : 24835 (java) S 24831 24833 24787 0 -1 64 8350 0 0 0 51 3 0 0 17 0 13 0 190025985 1756045312 41468 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24833/tid=24836] ppid=24831 vsize=1714888 CPUtime=0.02
/proc/24833/task/24836/stat : 24836 (java) S 24831 24833 24787 0 -1 64 23 0 0 0 1 1 0 0 16 0 13 0 190025988 1756045312 41468 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=24833/tid=24837] ppid=24831 vsize=1714888 CPUtime=0
/proc/24833/task/24837/stat : 24837 (java) S 24831 24833 24787 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 190025988 1756045312 41468 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24833/tid=24838] ppid=24831 vsize=1714888 CPUtime=0
/proc/24833/task/24838/stat : 24838 (java) S 24831 24833 24787 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 190025988 1756045312 41468 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24833/tid=24839] ppid=24831 vsize=1714888 CPUtime=0
/proc/24833/task/24839/stat : 24839 (java) S 24831 24833 24787 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 190025994 1756045312 41468 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0

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

[pid=24833/tid=24837] ppid=24831 vsize=1714888 CPUtime=0
/proc/24833/task/24837/stat : 24837 (java) S 24831 24833 24787 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 190025988 1756045312 65388 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24833/tid=24838] ppid=24831 vsize=1714888 CPUtime=0
/proc/24833/task/24838/stat : 24838 (java) S 24831 24833 24787 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 190025988 1756045312 65388 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24833/tid=24839] ppid=24831 vsize=1714888 CPUtime=0
/proc/24833/task/24839/stat : 24839 (java) S 24831 24833 24787 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 190025994 1756045312 65388 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24833/tid=24840] ppid=24831 vsize=1714888 CPUtime=0.01
/proc/24833/task/24840/stat : 24840 (java) S 24831 24833 24787 0 -1 64 3 0 0 0 1 0 0 0 16 0 13 0 190025994 1756045312 65388 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24833/tid=24841] ppid=24831 vsize=1714888 CPUtime=0.8
/proc/24833/task/24841/stat : 24841 (java) S 24831 24833 24787 0 -1 64 543 0 0 0 80 0 0 0 16 0 13 0 190025994 1756045312 65388 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24833/tid=24842] ppid=24831 vsize=1714888 CPUtime=1.02
/proc/24833/task/24842/stat : 24842 (java) S 24831 24833 24787 0 -1 64 3114 0 0 0 101 1 0 0 16 0 13 0 190025994 1756045312 65388 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24833/tid=24843] ppid=24831 vsize=1714888 CPUtime=0
/proc/24833/task/24843/stat : 24843 (java) S 24831 24833 24787 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 190025994 1756045312 65388 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24833/tid=24844] ppid=24831 vsize=1714888 CPUtime=0
/proc/24833/task/24844/stat : 24844 (java) S 24831 24833 24787 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 190025994 1756045312 65388 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24833/tid=24845] ppid=24831 vsize=1714888 CPUtime=0
/proc/24833/task/24845/stat : 24845 (java) S 24831 24833 24787 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 190026367 1756045312 65388 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1796.43
Current children cumulated vsize (Kb) 1714888

[startup+1785.35 s]
/proc/loadavg: 1.00 0.99 0.91 2/76 24847
/proc/meminfo: memFree=1628480/2055920 swapFree=4180904/4192956
[pid=24833] ppid=24831 vsize=1714888 CPUtime=1797.45
/proc/24833/stat : 24833 (java) R 24831 24833 24787 0 -1 0 132735 0 2 0 179566 179 0 0 25 0 13 0 190025977 1756045312 65404 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071552447 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/24833/statm: 428722 65404 1909 14 0 415469 0
[pid=24833/tid=24834] ppid=24831 vsize=1714888 CPUtime=12.22
/proc/24833/task/24834/stat : 24834 (java) S 24831 24833 24787 0 -1 64 25041 0 0 0 1164 58 0 0 16 0 13 0 190025985 1756045312 65404 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24833/tid=24835] ppid=24831 vsize=1714888 CPUtime=12.11
/proc/24833/task/24835/stat : 24835 (java) S 24831 24833 24787 0 -1 64 24783 0 0 0 1162 49 0 0 16 0 13 0 190025985 1756045312 65404 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24833/tid=24836] ppid=24831 vsize=1714888 CPUtime=0.59
/proc/24833/task/24836/stat : 24836 (java) S 24831 24833 24787 0 -1 64 162 0 0 0 35 24 0 0 16 0 13 0 190025988 1756045312 65404 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=24833/tid=24837] ppid=24831 vsize=1714888 CPUtime=0
/proc/24833/task/24837/stat : 24837 (java) S 24831 24833 24787 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 190025988 1756045312 65404 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24833/tid=24838] ppid=24831 vsize=1714888 CPUtime=0
/proc/24833/task/24838/stat : 24838 (java) S 24831 24833 24787 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 190025988 1756045312 65404 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24833/tid=24839] ppid=24831 vsize=1714888 CPUtime=0
/proc/24833/task/24839/stat : 24839 (java) S 24831 24833 24787 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 190025994 1756045312 65404 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24833/tid=24840] ppid=24831 vsize=1714888 CPUtime=0.01
/proc/24833/task/24840/stat : 24840 (java) S 24831 24833 24787 0 -1 64 3 0 0 0 1 0 0 0 16 0 13 0 190025994 1756045312 65404 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24833/tid=24841] ppid=24831 vsize=1714888 CPUtime=0.8
/proc/24833/task/24841/stat : 24841 (java) S 24831 24833 24787 0 -1 64 543 0 0 0 80 0 0 0 16 0 13 0 190025994 1756045312 65404 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24833/tid=24842] ppid=24831 vsize=1714888 CPUtime=1.02
/proc/24833/task/24842/stat : 24842 (java) S 24831 24833 24787 0 -1 64 3114 0 0 0 101 1 0 0 16 0 13 0 190025994 1756045312 65404 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24833/tid=24843] ppid=24831 vsize=1714888 CPUtime=0
/proc/24833/task/24843/stat : 24843 (java) S 24831 24833 24787 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 190025994 1756045312 65404 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24833/tid=24844] ppid=24831 vsize=1714888 CPUtime=0
/proc/24833/task/24844/stat : 24844 (java) S 24831 24833 24787 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 190025994 1756045312 65404 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24833/tid=24845] ppid=24831 vsize=1714888 CPUtime=0
/proc/24833/task/24845/stat : 24845 (java) S 24831 24833 24787 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 190026367 1756045312 65404 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1797.45
Current children cumulated vsize (Kb) 1714888

[startup+1786.36 s]
/proc/loadavg: 1.00 0.99 0.91 2/76 24847
/proc/meminfo: memFree=1628480/2055920 swapFree=4180904/4192956
[pid=24833] ppid=24831 vsize=1714888 CPUtime=1798.46
/proc/24833/stat : 24833 (java) R 24831 24833 24787 0 -1 0 132742 0 2 0 179667 179 0 0 24 0 13 0 190025977 1756045312 65384 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071560415 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/24833/statm: 428722 65384 1909 14 0 415469 0
[pid=24833/tid=24834] ppid=24831 vsize=1714888 CPUtime=12.23
/proc/24833/task/24834/stat : 24834 (java) S 24831 24833 24787 0 -1 64 25045 0 0 0 1165 58 0 0 16 0 13 0 190025985 1756045312 65384 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24833/tid=24835] ppid=24831 vsize=1714888 CPUtime=12.12
/proc/24833/task/24835/stat : 24835 (java) S 24831 24833 24787 0 -1 64 24785 0 0 0 1163 49 0 0 16 0 13 0 190025985 1756045312 65384 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24833/tid=24836] ppid=24831 vsize=1714888 CPUtime=0.59
/proc/24833/task/24836/stat : 24836 (java) S 24831 24833 24787 0 -1 64 162 0 0 0 35 24 0 0 16 0 13 0 190025988 1756045312 65384 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=24833/tid=24837] ppid=24831 vsize=1714888 CPUtime=0
/proc/24833/task/24837/stat : 24837 (java) S 24831 24833 24787 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 190025988 1756045312 65384 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24833/tid=24838] ppid=24831 vsize=1714888 CPUtime=0
/proc/24833/task/24838/stat : 24838 (java) S 24831 24833 24787 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 190025988 1756045312 65384 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24833/tid=24839] ppid=24831 vsize=1714888 CPUtime=0
/proc/24833/task/24839/stat : 24839 (java) S 24831 24833 24787 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 190025994 1756045312 65384 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24833/tid=24840] ppid=24831 vsize=1714888 CPUtime=0.01
/proc/24833/task/24840/stat : 24840 (java) S 24831 24833 24787 0 -1 64 3 0 0 0 1 0 0 0 16 0 13 0 190025994 1756045312 65384 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24833/tid=24841] ppid=24831 vsize=1714888 CPUtime=0.8
/proc/24833/task/24841/stat : 24841 (java) S 24831 24833 24787 0 -1 64 543 0 0 0 80 0 0 0 16 0 13 0 190025994 1756045312 65384 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24833/tid=24842] ppid=24831 vsize=1714888 CPUtime=1.02
/proc/24833/task/24842/stat : 24842 (java) S 24831 24833 24787 0 -1 64 3114 0 0 0 101 1 0 0 16 0 13 0 190025994 1756045312 65384 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24833/tid=24843] ppid=24831 vsize=1714888 CPUtime=0
/proc/24833/task/24843/stat : 24843 (java) S 24831 24833 24787 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 190025994 1756045312 65384 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24833/tid=24844] ppid=24831 vsize=1714888 CPUtime=0
/proc/24833/task/24844/stat : 24844 (java) S 24831 24833 24787 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 190025994 1756045312 65384 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24833/tid=24845] ppid=24831 vsize=1714888 CPUtime=0
/proc/24833/task/24845/stat : 24845 (java) S 24831 24833 24787 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 190026367 1756045312 65384 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1798.46
Current children cumulated vsize (Kb) 1714888

[startup+1787.36 s]
/proc/loadavg: 1.00 0.99 0.91 2/76 24847
/proc/meminfo: memFree=1628480/2055920 swapFree=4180904/4192956
[pid=24833] ppid=24831 vsize=1714888 CPUtime=1799.47
/proc/24833/stat : 24833 (java) R 24831 24833 24787 0 -1 0 132747 0 2 0 179768 179 0 0 25 0 13 0 190025977 1756045312 65388 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071437672 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/24833/statm: 428722 65388 1909 14 0 415469 0
[pid=24833/tid=24834] ppid=24831 vsize=1714888 CPUtime=12.24
/proc/24833/task/24834/stat : 24834 (java) S 24831 24833 24787 0 -1 64 25048 0 0 0 1166 58 0 0 16 0 13 0 190025985 1756045312 65388 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24833/tid=24835] ppid=24831 vsize=1714888 CPUtime=12.13
/proc/24833/task/24835/stat : 24835 (java) S 24831 24833 24787 0 -1 64 24786 0 0 0 1164 49 0 0 16 0 13 0 190025985 1756045312 65388 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24833/tid=24836] ppid=24831 vsize=1714888 CPUtime=0.59
/proc/24833/task/24836/stat : 24836 (java) S 24831 24833 24787 0 -1 64 162 0 0 0 35 24 0 0 16 0 13 0 190025988 1756045312 65388 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=24833/tid=24837] ppid=24831 vsize=1714888 CPUtime=0
/proc/24833/task/24837/stat : 24837 (java) S 24831 24833 24787 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 190025988 1756045312 65388 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24833/tid=24838] ppid=24831 vsize=1714888 CPUtime=0
/proc/24833/task/24838/stat : 24838 (java) S 24831 24833 24787 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 190025988 1756045312 65388 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24833/tid=24839] ppid=24831 vsize=1714888 CPUtime=0
/proc/24833/task/24839/stat : 24839 (java) S 24831 24833 24787 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 190025994 1756045312 65388 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24833/tid=24840] ppid=24831 vsize=1714888 CPUtime=0.01
/proc/24833/task/24840/stat : 24840 (java) S 24831 24833 24787 0 -1 64 3 0 0 0 1 0 0 0 16 0 13 0 190025994 1756045312 65388 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24833/tid=24841] ppid=24831 vsize=1714888 CPUtime=0.8
/proc/24833/task/24841/stat : 24841 (java) S 24831 24833 24787 0 -1 64 543 0 0 0 80 0 0 0 16 0 13 0 190025994 1756045312 65388 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24833/tid=24842] ppid=24831 vsize=1714888 CPUtime=1.02
/proc/24833/task/24842/stat : 24842 (java) S 24831 24833 24787 0 -1 64 3114 0 0 0 101 1 0 0 16 0 13 0 190025994 1756045312 65388 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24833/tid=24843] ppid=24831 vsize=1714888 CPUtime=0
/proc/24833/task/24843/stat : 24843 (java) S 24831 24833 24787 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 190025994 1756045312 65388 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24833/tid=24844] ppid=24831 vsize=1714888 CPUtime=0
/proc/24833/task/24844/stat : 24844 (java) S 24831 24833 24787 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 190025994 1756045312 65388 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24833/tid=24845] ppid=24831 vsize=1714888 CPUtime=0
/proc/24833/task/24845/stat : 24845 (java) S 24831 24833 24787 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 190026367 1756045312 65388 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1799.47
Current children cumulated vsize (Kb) 1714888

[startup+1788.37 s]
/proc/loadavg: 1.00 0.99 0.91 2/76 24847
/proc/meminfo: memFree=1628416/2055920 swapFree=4180904/4192956
[pid=24833] ppid=24831 vsize=1714888 CPUtime=1800.49
/proc/24833/stat : 24833 (java) R 24831 24833 24787 0 -1 0 132751 0 2 0 179870 179 0 0 24 0 13 0 190025977 1756045312 65385 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071525489 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/24833/statm: 428722 65385 1909 14 0 415469 0
[pid=24833/tid=24834] ppid=24831 vsize=1714888 CPUtime=12.25
/proc/24833/task/24834/stat : 24834 (java) S 24831 24833 24787 0 -1 64 25049 0 0 0 1167 58 0 0 16 0 13 0 190025985 1756045312 65385 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24833/tid=24835] ppid=24831 vsize=1714888 CPUtime=12.14
/proc/24833/task/24835/stat : 24835 (java) S 24831 24833 24787 0 -1 64 24788 0 0 0 1165 49 0 0 16 0 13 0 190025985 1756045312 65385 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24833/tid=24836] ppid=24831 vsize=1714888 CPUtime=0.59
/proc/24833/task/24836/stat : 24836 (java) S 24831 24833 24787 0 -1 64 162 0 0 0 35 24 0 0 16 0 13 0 190025988 1756045312 65385 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=24833/tid=24837] ppid=24831 vsize=1714888 CPUtime=0
/proc/24833/task/24837/stat : 24837 (java) S 24831 24833 24787 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 190025988 1756045312 65385 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24833/tid=24838] ppid=24831 vsize=1714888 CPUtime=0
/proc/24833/task/24838/stat : 24838 (java) S 24831 24833 24787 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 190025988 1756045312 65385 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24833/tid=24839] ppid=24831 vsize=1714888 CPUtime=0
/proc/24833/task/24839/stat : 24839 (java) S 24831 24833 24787 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 190025994 1756045312 65385 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24833/tid=24840] ppid=24831 vsize=1714888 CPUtime=0.01
/proc/24833/task/24840/stat : 24840 (java) S 24831 24833 24787 0 -1 64 3 0 0 0 1 0 0 0 16 0 13 0 190025994 1756045312 65385 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24833/tid=24841] ppid=24831 vsize=1714888 CPUtime=0.8
/proc/24833/task/24841/stat : 24841 (java) S 24831 24833 24787 0 -1 64 543 0 0 0 80 0 0 0 16 0 13 0 190025994 1756045312 65385 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24833/tid=24842] ppid=24831 vsize=1714888 CPUtime=1.02
/proc/24833/task/24842/stat : 24842 (java) S 24831 24833 24787 0 -1 64 3114 0 0 0 101 1 0 0 16 0 13 0 190025994 1756045312 65385 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24833/tid=24843] ppid=24831 vsize=1714888 CPUtime=0
/proc/24833/task/24843/stat : 24843 (java) S 24831 24833 24787 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 190025994 1756045312 65385 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24833/tid=24844] ppid=24831 vsize=1714888 CPUtime=0
/proc/24833/task/24844/stat : 24844 (java) S 24831 24833 24787 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 190025994 1756045312 65385 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24833/tid=24845] ppid=24831 vsize=1714888 CPUtime=0
/proc/24833/task/24845/stat : 24845 (java) S 24831 24833 24787 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 190026367 1756045312 65385 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.49
Current children cumulated vsize (Kb) 1714888



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1788.37 s]
/proc/loadavg: 1.00 0.99 0.91 2/76 24847
/proc/meminfo: memFree=1628416/2055920 swapFree=4180904/4192956
[pid=24833] ppid=24831 vsize=1714888 CPUtime=1800.49
/proc/24833/stat : 24833 (java) R 24831 24833 24787 0 -1 0 132751 0 2 0 179870 179 0 0 24 0 13 0 190025977 1756045312 65385 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071563108 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/24833/statm: 428722 65385 1909 14 0 415469 0
[pid=24833/tid=24834] ppid=24831 vsize=1714888 CPUtime=12.25
/proc/24833/task/24834/stat : 24834 (java) S 24831 24833 24787 0 -1 64 25049 0 0 0 1167 58 0 0 16 0 13 0 190025985 1756045312 65385 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24833/tid=24835] ppid=24831 vsize=1714888 CPUtime=12.14
/proc/24833/task/24835/stat : 24835 (java) S 24831 24833 24787 0 -1 64 24788 0 0 0 1165 49 0 0 16 0 13 0 190025985 1756045312 65385 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24833/tid=24836] ppid=24831 vsize=1714888 CPUtime=0.59
/proc/24833/task/24836/stat : 24836 (java) S 24831 24833 24787 0 -1 64 162 0 0 0 35 24 0 0 16 0 13 0 190025988 1756045312 65385 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=24833/tid=24837] ppid=24831 vsize=1714888 CPUtime=0
/proc/24833/task/24837/stat : 24837 (java) S 24831 24833 24787 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 190025988 1756045312 65385 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24833/tid=24838] ppid=24831 vsize=1714888 CPUtime=0
/proc/24833/task/24838/stat : 24838 (java) S 24831 24833 24787 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 190025988 1756045312 65385 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24833/tid=24839] ppid=24831 vsize=1714888 CPUtime=0
/proc/24833/task/24839/stat : 24839 (java) S 24831 24833 24787 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 190025994 1756045312 65385 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24833/tid=24840] ppid=24831 vsize=1714888 CPUtime=0.01
/proc/24833/task/24840/stat : 24840 (java) S 24831 24833 24787 0 -1 64 3 0 0 0 1 0 0 0 16 0 13 0 190025994 1756045312 65385 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24833/tid=24841] ppid=24831 vsize=1714888 CPUtime=0.8
/proc/24833/task/24841/stat : 24841 (java) S 24831 24833 24787 0 -1 64 543 0 0 0 80 0 0 0 16 0 13 0 190025994 1756045312 65385 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24833/tid=24842] ppid=24831 vsize=1714888 CPUtime=1.02
/proc/24833/task/24842/stat : 24842 (java) S 24831 24833 24787 0 -1 64 3114 0 0 0 101 1 0 0 16 0 13 0 190025994 1756045312 65385 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24833/tid=24843] ppid=24831 vsize=1714888 CPUtime=0
/proc/24833/task/24843/stat : 24843 (java) S 24831 24833 24787 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 190025994 1756045312 65385 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24833/tid=24844] ppid=24831 vsize=1714888 CPUtime=0
/proc/24833/task/24844/stat : 24844 (java) S 24831 24833 24787 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 190025994 1756045312 65385 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24833/tid=24845] ppid=24831 vsize=1714888 CPUtime=0
/proc/24833/task/24845/stat : 24845 (java) S 24831 24833 24787 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 190026367 1756045312 65385 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.49
Current children cumulated vsize (Kb) 1714888

Sending SIGTERM to -24833
Sleeping 2 seconds

Child status: 143
Real time (s): 1788.47
CPU time (s): 1800.6
CPU user time (s): 1798.76
CPU system time (s): 1.84072
CPU usage (%): 100.678
Max. virtual memory (cumulated for all children) (Kb): 1714952

Launcher Data (download as text)

Begin job on node5 on Fri Jun  2 10:30:23 UTC 2006


FILE ID= 43778-1149244222

PBS_JOBID= 297661

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

MD5SUM SOLVER= e9637a7554f3ecdf74c1815f89d00213
MD5SUM BENCH=  b1cb8dfc9613a6d80968091d3346a684

RANDOM SEED= 557290571


/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.279
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.279
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:       1884912 kB
Buffers:         11032 kB
Cached:          98080 kB
SwapCached:       3904 kB
Active:          18448 kB
Inactive:        99508 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1884912 kB
SwapTotal:     4192956 kB
SwapFree:      4180904 kB
Dirty:             152 kB
Writeback:           0 kB
Mapped:          14932 kB
Slab:            39148 kB
Committed_AS:   222916 kB
PageTables:       1428 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB


End job on node5 on Fri Jun  2 11:00:11 UTC 2006