Trace number 43362

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 Heuristics? (TO) 1800.84 1775.56

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/MIPLIB/
miplib2003/normalized-mps-v2-20-10-pp08aCUTS.opb
MD5SUMc346de7e1ba29a95ee9f392619231545
Bench CategoryOPT-BIGINT (optimisation, big integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables4600
Total number of constraints310
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints310
Minimum length of a constraint17
Maximum length of a constraint147
Number of terms in the objective function 3424
Biggest coefficient in the objective function 1073741824
Number of bits for the biggest coefficient in the objective function 31
Sum of the numbers in the objective function 180407058264
Number of bits of the sum of numbers in the objective function 38
Biggest number in a constraint 1073741824
Number of bits of the biggest number in a constraint 31
Biggest sum of numbers in a constraint 180407058264
Number of bits of the biggest sum of numbers38
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.16	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.16	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.16	c no version file found!!!
0.16	c sun.arch.data.model	32
0.16	c java.version	1.5.0_06
0.16	c os.name	Linux
0.16	c os.version	2.6.9-22.EL.rootsmp
0.16	c os.arch	i386
0.16	c Free memory 1548419056
0.16	c Max memory 1551040512
0.16	c Total memory 1551040512
0.16	c Number of processors 2
0.21	c Cutting planes based inference
0.21	c --- Begin Solver configuration ---
0.21	c org.sat4j.minisat.uip.FirstUIP@1df073d
0.21	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@1546e25
0.21	c org.sat4j.minisat.learning.MiniSATLearning@b66cc
0.21	c conflictBoundIncFactor=1.5 learntBoundIncFactor=1.1 initLearntBoundConstraintFactor=10000.0 initConflictBound=100 
0.21	c VSIDS like heuristics from MiniSAT using a heap
0.21	c No reason simplification
0.21	c --- End Solver configuration ---
0.21	c solving ROOT/tmp/node47/43362-1149317870/instance-43362-1149317870.opb
0.22	c reading problem ... 
0.80	c ... done. Time 0.583 ms.
0.80	c #vars     4600
0.80	c #constraints  374
1775.42	c starts		: 14
1775.42	c conflicts		: 49049
1775.42	c decisions		: 71058
1775.42	c propagations		: 262352
1775.42	c inspects		: 561377763
1775.42	c learnt literals	: 0
1775.42	c learnt binary clauses	: 0
1775.42	c learnt ternary clauses	: 0
1775.42	c learnt clauses	: 49049
1775.42	c root simplifications	: 0
1775.42	c removed literals (reason simplification)	: 0
1775.42	c reason swapping (by a shorter reason)	: 0
1775.42	c Calls to reduceDB	: 0
1775.42	c speed (decisions/second)	: 40.04463304536002
1775.42	c non guided choices	0
1775.42	s UNKNOWN
1775.42	c Total wall clock time (ms): 1775.205

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/node47/watcher-43362-1149317870 -o ROOT/results/node47/solver-43362-1149317870 -C 1800 -M 1800 -S 64 java -server -Xms1500M -Xmx1500M -jar ROOT/solvers/PB/PB06final/user5/sat4jPseudoHeuristics.jar ROOT/tmp/node47/43362-1149317870/instance-43362-1149317870.opb 4092451 

Current StackSize limit: 67108864 bytes

/proc/loadavg: 0.84 0.95 0.94 3/64 23113
/proc/meminfo: memFree=1704528/2055920 swapFree=4183744/4192956
[pid=23113] ppid=23111 vsize=216 CPUtime=0
/proc/23113/stat : 23113 (java) R 23111 23113 23067 0 -1 0 46 0 0 0 0 0 0 0 19 0 1 0 163715540 221184 30 18446744073709551615 134512640 134570276 4294956608 18446744073709551615 10519099 0 0 4096 0 0 0 0 17 1 0 0
/proc/23113/statm: 73 33 25 14 0 5 0

[startup+10.0018 s]
/proc/loadavg: 0.87 0.95 0.94 2/76 23125
/proc/meminfo: memFree=1537080/2055920 swapFree=4183744/4192956
[pid=23113] ppid=23111 vsize=1711672 CPUtime=11.37
/proc/23113/stat : 23113 (java) R 23111 23113 23067 0 -1 0 47129 0 1 0 1116 21 0 0 22 0 13 0 163715540 1752752128 43632 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071396063 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23113/statm: 427918 43632 1906 14 0 414665 0
[pid=23113/tid=23114] ppid=23111 vsize=1711672 CPUtime=0.15
/proc/23113/task/23114/stat : 23114 (java) S 23111 23113 23067 0 -1 64 4044 0 0 0 13 2 0 0 16 0 13 0 163715545 1752752128 43632 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23113/tid=23115] ppid=23111 vsize=1711672 CPUtime=0.15
/proc/23113/task/23115/stat : 23115 (java) S 23111 23113 23067 0 -1 64 3812 0 0 0 13 2 0 0 16 0 13 0 163715545 1752752128 43632 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23113/tid=23116] ppid=23111 vsize=1711672 CPUtime=0
/proc/23113/task/23116/stat : 23116 (java) S 23111 23113 23067 0 -1 64 35 0 0 0 0 0 0 0 16 0 13 0 163715548 1752752128 43632 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=23113/tid=23117] ppid=23111 vsize=1711672 CPUtime=0
/proc/23113/task/23117/stat : 23117 (java) S 23111 23113 23067 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 163715548 1752752128 43632 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23113/tid=23118] ppid=23111 vsize=1711672 CPUtime=0
/proc/23113/task/23118/stat : 23118 (java) S 23111 23113 23067 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 163715548 1752752128 43632 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23113/tid=23119] ppid=23111 vsize=1711672 CPUtime=0
/proc/23113/task/23119/stat : 23119 (java) S 23111 23113 23067 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 163715551 1752752128 43632 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23113/tid=23120] ppid=23111 vsize=1711672 CPUtime=0.01
/proc/23113/task/23120/stat : 23120 (java) S 23111 23113 23067 0 -1 64 3 0 0 0 1 0 0 0 17 0 13 0 163715551 1752752128 43632 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23113/tid=23121] ppid=23111 vsize=1711672 CPUtime=0.91
/proc/23113/task/23121/stat : 23121 (java) S 23111 23113 23067 0 -1 64 1462 0 0 0 91 0 0 0 16 0 13 0 163715551 1752752128 43632 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23113/tid=23122] ppid=23111 vsize=1711672 CPUtime=0.79
/proc/23113/task/23122/stat : 23122 (java) S 23111 23113 23067 0 -1 64 1223 0 0 0 79 0 0 0 17 0 13 0 163715551 1752752128 43632 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23113/tid=23123] ppid=23111 vsize=1711672 CPUtime=0
/proc/23113/task/23123/stat : 23123 (java) S 23111 23113 23067 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 163715552 1752752128 43632 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23113/tid=23124] ppid=23111 vsize=1711672 CPUtime=0
/proc/23113/task/23124/stat : 23124 (java) S 23111 23113 23067 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 163715552 1752752128 43632 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23113/tid=23125] ppid=23111 vsize=1711672 CPUtime=0
/proc/23113/task/23125/stat : 23125 (java) S 23111 23113 23067 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 163715636 1752752128 43632 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 11.37
Current children cumulated vsize (Kb) 1711672

[startup+20.0089 s]
/proc/loadavg: 0.89 0.95 0.94 2/76 23125
/proc/meminfo: memFree=1515960/2055920 swapFree=4183744/4192956
[pid=23113] ppid=23111 vsize=1711672 CPUtime=21.44
/proc/23113/stat : 23113 (java) R 23111 23113 23067 0 -1 0 52743 0 1 0 2121 23 0 0 25 0 13 0 163715540 1752752128 48938 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071697365 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23113/statm: 427918 48938 1908 14 0 414665 0
[pid=23113/tid=23114] ppid=23111 vsize=1711672 CPUtime=0.2
/proc/23113/task/23114/stat : 23114 (java) S 23111 23113 23067 0 -1 64 5678 0 0 0 18 2 0 0 16 0 13 0 163715545 1752752128 48938 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23113/tid=23115] ppid=23111 vsize=1711672 CPUtime=0.21
/proc/23113/task/23115/stat : 23115 (java) S 23111 23113 23067 0 -1 64 5362 0 0 0 18 3 0 0 16 0 13 0 163715545 1752752128 48938 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23113/tid=23116] ppid=23111 vsize=1711672 CPUtime=0
/proc/23113/task/23116/stat : 23116 (java) S 23111 23113 23067 0 -1 64 35 0 0 0 0 0 0 0 17 0 13 0 163715548 1752752128 48938 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=23113/tid=23117] ppid=23111 vsize=1711672 CPUtime=0
/proc/23113/task/23117/stat : 23117 (java) S 23111 23113 23067 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 163715548 1752752128 48938 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23113/tid=23118] ppid=23111 vsize=1711672 CPUtime=0
/proc/23113/task/23118/stat : 23118 (java) S 23111 23113 23067 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 163715548 1752752128 48938 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23113/tid=23119] ppid=23111 vsize=1711672 CPUtime=0
/proc/23113/task/23119/stat : 23119 (java) S 23111 23113 23067 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 163715551 1752752128 48938 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23113/tid=23120] ppid=23111 vsize=1711672 CPUtime=0.01
/proc/23113/task/23120/stat : 23120 (java) S 23111 23113 23067 0 -1 64 3 0 0 0 1 0 0 0 17 0 13 0 163715551 1752752128 48938 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23113/tid=23121] ppid=23111 vsize=1711672 CPUtime=0.92
/proc/23113/task/23121/stat : 23121 (java) S 23111 23113 23067 0 -1 64 1465 0 0 0 92 0 0 0 16 0 13 0 163715551 1752752128 48938 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23113/tid=23122] ppid=23111 vsize=1711672 CPUtime=0.8
/proc/23113/task/23122/stat : 23122 (java) S 23111 23113 23067 0 -1 64 1223 0 0 0 80 0 0 0 16 0 13 0 163715551 1752752128 48938 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23113/tid=23123] ppid=23111 vsize=1711672 CPUtime=0
/proc/23113/task/23123/stat : 23123 (java) S 23111 23113 23067 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 163715552 1752752128 48938 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23113/tid=23124] ppid=23111 vsize=1711672 CPUtime=0
/proc/23113/task/23124/stat : 23124 (java) S 23111 23113 23067 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 163715552 1752752128 48938 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23113/tid=23125] ppid=23111 vsize=1711672 CPUtime=0
/proc/23113/task/23125/stat : 23125 (java) S 23111 23113 23067 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 163715636 1752752128 48938 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 21.44
Current children cumulated vsize (Kb) 1711672

[startup+30.016 s]
/proc/loadavg: 0.90 0.95 0.94 2/76 23125
/proc/meminfo: memFree=1507576/2055920 swapFree=4183744/4192956
[pid=23113] ppid=23111 vsize=1711672 CPUtime=31.52
/proc/23113/stat : 23113 (java) R 23111 23113 23067 0 -1 0 56697 0 1 0 3126 26 0 0 25 0 13 0 163715540 1752752128 50993 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071521603 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23113/statm: 427918 50993 1908 14 0 414665 0
[pid=23113/tid=23114] ppid=23111 vsize=1711672 CPUtime=0.27
/proc/23113/task/23114/stat : 23114 (java) S 23111 23113 23067 0 -1 64 7791 0 0 0 24 3 0 0 16 0 13 0 163715545 1752752128 50993 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23113/tid=23115] ppid=23111 vsize=1711672 CPUtime=0.28
/proc/23113/task/23115/stat : 23115 (java) S 23111 23113 23067 0 -1 64 7196 0 0 0 24 4 0 0 16 0 13 0 163715545 1752752128 50993 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23113/tid=23116] ppid=23111 vsize=1711672 CPUtime=0
/proc/23113/task/23116/stat : 23116 (java) S 23111 23113 23067 0 -1 64 35 0 0 0 0 0 0 0 16 0 13 0 163715548 1752752128 50993 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=23113/tid=23117] ppid=23111 vsize=1711672 CPUtime=0
/proc/23113/task/23117/stat : 23117 (java) S 23111 23113 23067 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 163715548 1752752128 50993 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23113/tid=23118] ppid=23111 vsize=1711672 CPUtime=0
/proc/23113/task/23118/stat : 23118 (java) S 23111 23113 23067 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 163715548 1752752128 50993 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23113/tid=23119] ppid=23111 vsize=1711672 CPUtime=0
/proc/23113/task/23119/stat : 23119 (java) S 23111 23113 23067 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 163715551 1752752128 50993 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23113/tid=23120] ppid=23111 vsize=1711672 CPUtime=0.01
/proc/23113/task/23120/stat : 23120 (java) S 23111 23113 23067 0 -1 64 3 0 0 0 1 0 0 0 17 0 13 0 163715551 1752752128 50993 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23113/tid=23121] ppid=23111 vsize=1711672 CPUtime=0.92
/proc/23113/task/23121/stat : 23121 (java) S 23111 23113 23067 0 -1 64 1465 0 0 0 92 0 0 0 17 0 13 0 163715551 1752752128 50993 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23113/tid=23122] ppid=23111 vsize=1711672 CPUtime=0.8
/proc/23113/task/23122/stat : 23122 (java) S 23111 23113 23067 0 -1 64 1223 0 0 0 80 0 0 0 16 0 13 0 163715551 1752752128 50993 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23113/tid=23123] ppid=23111 vsize=1711672 CPUtime=0
/proc/23113/task/23123/stat : 23123 (java) S 23111 23113 23067 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 163715552 1752752128 50993 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23113/tid=23124] ppid=23111 vsize=1711672 CPUtime=0
/proc/23113/task/23124/stat : 23124 (java) S 23111 23113 23067 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 163715552 1752752128 50993 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23113/tid=23125] ppid=23111 vsize=1711672 CPUtime=0
/proc/23113/task/23125/stat : 23125 (java) S 23111 23113 23067 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 163715636 1752752128 50993 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 31.52
Current children cumulated vsize (Kb) 1711672

[startup+40.023 s]
/proc/loadavg: 0.92 0.95 0.94 2/76 23125
/proc/meminfo: memFree=1485944/2055920 swapFree=4183744/4192956
[pid=23113] ppid=23111 vsize=1711672 CPUtime=41.62
/proc/23113/stat : 23113 (java) R 23111 23113 23067 0 -1 0 63921 0 1 0 4132 30 0 0 25 0 13 0 163715540 1752752128 56442 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071435187 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23113/statm: 427918 56442 1910 14 0 414665 0
[pid=23113/tid=23114] ppid=23111 vsize=1711672 CPUtime=0.37
/proc/23113/task/23114/stat : 23114 (java) S 23111 23113 23067 0 -1 64 11035 0 0 0 32 5 0 0 16 0 13 0 163715545 1752752128 56442 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23113/tid=23115] ppid=23111 vsize=1711672 CPUtime=0.37
/proc/23113/task/23115/stat : 23115 (java) S 23111 23113 23067 0 -1 64 9636 0 0 0 32 5 0 0 16 0 13 0 163715545 1752752128 56442 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23113/tid=23116] ppid=23111 vsize=1711672 CPUtime=0
/proc/23113/task/23116/stat : 23116 (java) S 23111 23113 23067 0 -1 64 42 0 0 0 0 0 0 0 16 0 13 0 163715548 1752752128 56442 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=23113/tid=23117] ppid=23111 vsize=1711672 CPUtime=0
/proc/23113/task/23117/stat : 23117 (java) S 23111 23113 23067 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 163715548 1752752128 56442 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23113/tid=23118] ppid=23111 vsize=1711672 CPUtime=0
/proc/23113/task/23118/stat : 23118 (java) S 23111 23113 23067 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 163715548 1752752128 56442 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23113/tid=23119] ppid=23111 vsize=1711672 CPUtime=0
/proc/23113/task/23119/stat : 23119 (java) S 23111 23113 23067 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 163715551 1752752128 56442 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23113/tid=23120] ppid=23111 vsize=1711672 CPUtime=0.01
/proc/23113/task/23120/stat : 23120 (java) S 23111 23113 23067 0 -1 64 3 0 0 0 1 0 0 0 17 0 13 0 163715551 1752752128 56442 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23113/tid=23121] ppid=23111 vsize=1711672 CPUtime=0.92
/proc/23113/task/23121/stat : 23121 (java) S 23111 23113 23067 0 -1 64 1465 0 0 0 92 0 0 0 16 0 13 0 163715551 1752752128 56442 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23113/tid=23122] ppid=23111 vsize=1711672 CPUtime=0.8
/proc/23113/task/23122/stat : 23122 (java) S 23111 23113 23067 0 -1 64 1223 0 0 0 80 0 0 0 17 0 13 0 163715551 1752752128 56442 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23113/tid=23123] ppid=23111 vsize=1711672 CPUtime=0
/proc/23113/task/23123/stat : 23123 (java) S 23111 23113 23067 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 163715552 1752752128 56442 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23113/tid=23124] ppid=23111 vsize=1711672 CPUtime=0
/proc/23113/task/23124/stat : 23124 (java) S 23111 23113 23067 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 163715552 1752752128 56442 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23113/tid=23125] ppid=23111 vsize=1711672 CPUtime=0
/proc/23113/task/23125/stat : 23125 (java) S 23111 23113 23067 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 163715636 1752752128 56442 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 41.62
Current children cumulated vsize (Kb) 1711672

[startup+50.0311 s]
/proc/loadavg: 0.93 0.96 0.94 2/76 23125
/proc/meminfo: memFree=1473976/2055920 swapFree=4183744/4192956
[pid=23113] ppid=23111 vsize=1711672 CPUtime=51.73
/proc/23113/stat : 23113 (java) R 23111 23113 23067 0 -1 0 68559 0 1 0 5141 32 0 0 25 0 13 0 163715540 1752752128 59371 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071528442 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23113/statm: 427918 59371 1910 14 0 414665 0
[pid=23113/tid=23114] ppid=23111 vsize=1711672 CPUtime=0.46
/proc/23113/task/23114/stat : 23114 (java) S 23111 23113 23067 0 -1 64 13201 0 0 0 40 6 0 0 17 0 13 0 163715545 1752752128 59371 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23113/tid=23115] ppid=23111 vsize=1711672 CPUtime=0.47
/proc/23113/task/23115/stat : 23115 (java) S 23111 23113 23067 0 -1 64 12095 0 0 0 41 6 0 0 17 0 13 0 163715545 1752752128 59371 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23113/tid=23116] ppid=23111 vsize=1711672 CPUtime=0
/proc/23113/task/23116/stat : 23116 (java) S 23111 23113 23067 0 -1 64 42 0 0 0 0 0 0 0 16 0 13 0 163715548 1752752128 59371 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=23113/tid=23117] ppid=23111 vsize=1711672 CPUtime=0
/proc/23113/task/23117/stat : 23117 (java) S 23111 23113 23067 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 163715548 1752752128 59371 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23113/tid=23118] ppid=23111 vsize=1711672 CPUtime=0
/proc/23113/task/23118/stat : 23118 (java) S 23111 23113 23067 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 163715548 1752752128 59371 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23113/tid=23119] ppid=23111 vsize=1711672 CPUtime=0
/proc/23113/task/23119/stat : 23119 (java) S 23111 23113 23067 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 163715551 1752752128 59371 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23113/tid=23120] ppid=23111 vsize=1711672 CPUtime=0.01
/proc/23113/task/23120/stat : 23120 (java) S 23111 23113 23067 0 -1 64 3 0 0 0 1 0 0 0 17 0 13 0 163715551 1752752128 59371 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23113/tid=23121] ppid=23111 vsize=1711672 CPUtime=0.92
/proc/23113/task/23121/stat : 23121 (java) S 23111 23113 23067 0 -1 64 1465 0 0 0 92 0 0 0 16 0 13 0 163715551 1752752128 59371 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23113/tid=23122] ppid=23111 vsize=1711672 CPUtime=0.82
/proc/23113/task/23122/stat : 23122 (java) S 23111 23113 23067 0 -1 64 1225 0 0 0 82 0 0 0 16 0 13 0 163715551 1752752128 59371 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23113/tid=23123] ppid=23111 vsize=1711672 CPUtime=0
/proc/23113/task/23123/stat : 23123 (java) S 23111 23113 23067 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 163715552 1752752128 59371 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23113/tid=23124] ppid=23111 vsize=1711672 CPUtime=0
/proc/23113/task/23124/stat : 23124 (java) S 23111 23113 23067 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 163715552 1752752128 59371 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23113/tid=23125] ppid=23111 vsize=1711672 CPUtime=0
/proc/23113/task/23125/stat : 23125 (java) S 23111 23113 23067 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 163715636 1752752128 59371 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 51.73
Current children cumulated vsize (Kb) 1711672

[startup+60.0382 s]
/proc/loadavg: 0.94 0.96 0.94 2/76 23125
/proc/meminfo: memFree=1457016/2055920 swapFree=4183744/4192956
[pid=23113] ppid=23111 vsize=1711672 CPUtime=61.83
/proc/23113/stat : 23113 (java) R 23111 23113 23067 0 -1 0 73765 0 1 0 6149 34 0 0 25 0 13 0 163715540 1752752128 63611 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071521100 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23113/statm: 427918 63611 1910 14 0 414665 0
[pid=23113/tid=23114] ppid=23111 vsize=1711672 CPUtime=0.56
/proc/23113/task/23114/stat : 23114 (java) S 23111 23113 23067 0 -1 64 15783 0 0 0 49 7 0 0 17 0 13 0 163715545 1752752128 63611 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23113/tid=23115] ppid=23111 vsize=1711672 CPUtime=0.57
/proc/23113/task/23115/stat : 23115 (java) S 23111 23113 23067 0 -1 64 14709 0 0 0 50 7 0 0 16 0 13 0 163715545 1752752128 63611 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23113/tid=23116] ppid=23111 vsize=1711672 CPUtime=0
/proc/23113/task/23116/stat : 23116 (java) S 23111 23113 23067 0 -1 64 45 0 0 0 0 0 0 0 17 0 13 0 163715548 1752752128 63611 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=23113/tid=23117] ppid=23111 vsize=1711672 CPUtime=0
/proc/23113/task/23117/stat : 23117 (java) S 23111 23113 23067 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 163715548 1752752128 63611 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23113/tid=23118] ppid=23111 vsize=1711672 CPUtime=0
/proc/23113/task/23118/stat : 23118 (java) S 23111 23113 23067 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 163715548 1752752128 63611 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23113/tid=23119] ppid=23111 vsize=1711672 CPUtime=0
/proc/23113/task/23119/stat : 23119 (java) S 23111 23113 23067 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 163715551 1752752128 63611 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0

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

[pid=23113/tid=23117] ppid=23111 vsize=1711544 CPUtime=0
/proc/23113/task/23117/stat : 23117 (java) S 23111 23113 23067 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 163715548 1752621056 200190 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23113/tid=23118] ppid=23111 vsize=1711544 CPUtime=0
/proc/23113/task/23118/stat : 23118 (java) S 23111 23113 23067 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 163715548 1752621056 200190 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23113/tid=23119] ppid=23111 vsize=1711544 CPUtime=0
/proc/23113/task/23119/stat : 23119 (java) S 23111 23113 23067 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 163715551 1752621056 200190 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23113/tid=23120] ppid=23111 vsize=1711544 CPUtime=0.01
/proc/23113/task/23120/stat : 23120 (java) S 23111 23113 23067 0 -1 64 3 0 0 0 1 0 0 0 17 0 13 0 163715551 1752621056 200190 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23113/tid=23121] ppid=23111 vsize=1711544 CPUtime=0.95
/proc/23113/task/23121/stat : 23121 (java) S 23111 23113 23067 0 -1 64 1467 0 0 0 95 0 0 0 16 0 13 0 163715551 1752621056 200190 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23113/tid=23122] ppid=23111 vsize=1711544 CPUtime=0.84
/proc/23113/task/23122/stat : 23122 (java) S 23111 23113 23067 0 -1 64 1226 0 0 0 84 0 0 0 16 0 13 0 163715551 1752621056 200190 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23113/tid=23123] ppid=23111 vsize=1711544 CPUtime=0
/proc/23113/task/23123/stat : 23123 (java) S 23111 23113 23067 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 163715552 1752621056 200190 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23113/tid=23124] ppid=23111 vsize=1711544 CPUtime=0
/proc/23113/task/23124/stat : 23124 (java) S 23111 23113 23067 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 163715552 1752621056 200190 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23113/tid=23125] ppid=23111 vsize=1711544 CPUtime=0
/proc/23113/task/23125/stat : 23125 (java) S 23111 23113 23067 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 163715636 1752621056 200190 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1796.57
Current children cumulated vsize (Kb) 1711544

[startup+1772.39 s]
/proc/loadavg: 1.00 1.00 0.95 2/76 23322
/proc/meminfo: memFree=908792/2055920 swapFree=4183744/4192956
[pid=23113] ppid=23111 vsize=1711544 CPUtime=1797.57
/proc/23113/stat : 23113 (java) R 23111 23113 23067 0 -1 0 249046 0 1 0 179615 142 0 0 25 0 13 0 163715540 1752621056 200190 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071525794 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23113/statm: 427886 200190 1910 14 0 414633 0
[pid=23113/tid=23114] ppid=23111 vsize=1711544 CPUtime=24.96
/proc/23113/task/23114/stat : 23114 (java) S 23111 23113 23067 0 -1 64 99322 0 0 0 2444 52 0 0 17 0 13 0 163715545 1752621056 200190 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23113/tid=23115] ppid=23111 vsize=1711544 CPUtime=25.01
/proc/23113/task/23115/stat : 23115 (java) S 23111 23113 23067 0 -1 64 84882 0 0 0 2457 44 0 0 16 0 13 0 163715545 1752621056 200190 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23113/tid=23116] ppid=23111 vsize=1711544 CPUtime=0.27
/proc/23113/task/23116/stat : 23116 (java) S 23111 23113 23067 0 -1 64 104 0 0 0 17 10 0 0 16 0 13 0 163715548 1752621056 200190 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=23113/tid=23117] ppid=23111 vsize=1711544 CPUtime=0
/proc/23113/task/23117/stat : 23117 (java) S 23111 23113 23067 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 163715548 1752621056 200190 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23113/tid=23118] ppid=23111 vsize=1711544 CPUtime=0
/proc/23113/task/23118/stat : 23118 (java) S 23111 23113 23067 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 163715548 1752621056 200190 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23113/tid=23119] ppid=23111 vsize=1711544 CPUtime=0
/proc/23113/task/23119/stat : 23119 (java) S 23111 23113 23067 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 163715551 1752621056 200190 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23113/tid=23120] ppid=23111 vsize=1711544 CPUtime=0.01
/proc/23113/task/23120/stat : 23120 (java) S 23111 23113 23067 0 -1 64 3 0 0 0 1 0 0 0 17 0 13 0 163715551 1752621056 200190 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23113/tid=23121] ppid=23111 vsize=1711544 CPUtime=0.95
/proc/23113/task/23121/stat : 23121 (java) S 23111 23113 23067 0 -1 64 1467 0 0 0 95 0 0 0 16 0 13 0 163715551 1752621056 200190 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23113/tid=23122] ppid=23111 vsize=1711544 CPUtime=0.84
/proc/23113/task/23122/stat : 23122 (java) S 23111 23113 23067 0 -1 64 1226 0 0 0 84 0 0 0 16 0 13 0 163715551 1752621056 200190 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23113/tid=23123] ppid=23111 vsize=1711544 CPUtime=0
/proc/23113/task/23123/stat : 23123 (java) S 23111 23113 23067 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 163715552 1752621056 200190 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23113/tid=23124] ppid=23111 vsize=1711544 CPUtime=0
/proc/23113/task/23124/stat : 23124 (java) S 23111 23113 23067 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 163715552 1752621056 200190 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23113/tid=23125] ppid=23111 vsize=1711544 CPUtime=0
/proc/23113/task/23125/stat : 23125 (java) S 23111 23113 23067 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 163715636 1752621056 200190 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1797.57
Current children cumulated vsize (Kb) 1711544

[startup+1773.39 s]
/proc/loadavg: 1.00 1.00 0.95 2/76 23322
/proc/meminfo: memFree=908344/2055920 swapFree=4183744/4192956
[pid=23113] ppid=23111 vsize=1711544 CPUtime=1798.62
/proc/23113/stat : 23113 (java) R 23111 23113 23067 0 -1 0 249142 0 1 0 179720 142 0 0 17 0 13 0 163715540 1752621056 200284 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071626820 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23113/statm: 427886 200284 1910 14 0 414633 0
[pid=23113/tid=23114] ppid=23111 vsize=1711544 CPUtime=25
/proc/23113/task/23114/stat : 23114 (java) S 23111 23113 23067 0 -1 64 99326 0 0 0 2448 52 0 0 17 0 13 0 163715545 1752621056 200284 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23113/tid=23115] ppid=23111 vsize=1711544 CPUtime=25.05
/proc/23113/task/23115/stat : 23115 (java) S 23111 23113 23067 0 -1 64 84973 0 0 0 2461 44 0 0 17 0 13 0 163715545 1752621056 200284 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23113/tid=23116] ppid=23111 vsize=1711544 CPUtime=0.27
/proc/23113/task/23116/stat : 23116 (java) S 23111 23113 23067 0 -1 64 104 0 0 0 17 10 0 0 15 0 13 0 163715548 1752621056 200284 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=23113/tid=23117] ppid=23111 vsize=1711544 CPUtime=0
/proc/23113/task/23117/stat : 23117 (java) S 23111 23113 23067 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 163715548 1752621056 200284 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23113/tid=23118] ppid=23111 vsize=1711544 CPUtime=0
/proc/23113/task/23118/stat : 23118 (java) S 23111 23113 23067 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 163715548 1752621056 200284 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23113/tid=23119] ppid=23111 vsize=1711544 CPUtime=0
/proc/23113/task/23119/stat : 23119 (java) S 23111 23113 23067 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 163715551 1752621056 200284 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23113/tid=23120] ppid=23111 vsize=1711544 CPUtime=0.01
/proc/23113/task/23120/stat : 23120 (java) S 23111 23113 23067 0 -1 64 3 0 0 0 1 0 0 0 17 0 13 0 163715551 1752621056 200284 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23113/tid=23121] ppid=23111 vsize=1711544 CPUtime=0.95
/proc/23113/task/23121/stat : 23121 (java) S 23111 23113 23067 0 -1 64 1467 0 0 0 95 0 0 0 16 0 13 0 163715551 1752621056 200284 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23113/tid=23122] ppid=23111 vsize=1711544 CPUtime=0.84
/proc/23113/task/23122/stat : 23122 (java) S 23111 23113 23067 0 -1 64 1226 0 0 0 84 0 0 0 16 0 13 0 163715551 1752621056 200284 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23113/tid=23123] ppid=23111 vsize=1711544 CPUtime=0
/proc/23113/task/23123/stat : 23123 (java) S 23111 23113 23067 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 163715552 1752621056 200284 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23113/tid=23124] ppid=23111 vsize=1711544 CPUtime=0
/proc/23113/task/23124/stat : 23124 (java) S 23111 23113 23067 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 163715552 1752621056 200284 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23113/tid=23125] ppid=23111 vsize=1711544 CPUtime=0
/proc/23113/task/23125/stat : 23125 (java) S 23111 23113 23067 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 163715636 1752621056 200284 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1798.62
Current children cumulated vsize (Kb) 1711544

[startup+1774.4 s]
/proc/loadavg: 1.00 1.00 0.95 2/76 23322
/proc/meminfo: memFree=908344/2055920 swapFree=4183744/4192956
[pid=23113] ppid=23111 vsize=1711544 CPUtime=1799.62
/proc/23113/stat : 23113 (java) R 23111 23113 23067 0 -1 0 249142 0 1 0 179820 142 0 0 25 0 13 0 163715540 1752621056 200284 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071435198 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23113/statm: 427886 200284 1910 14 0 414633 0
[pid=23113/tid=23114] ppid=23111 vsize=1711544 CPUtime=25
/proc/23113/task/23114/stat : 23114 (java) S 23111 23113 23067 0 -1 64 99326 0 0 0 2448 52 0 0 17 0 13 0 163715545 1752621056 200284 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23113/tid=23115] ppid=23111 vsize=1711544 CPUtime=25.05
/proc/23113/task/23115/stat : 23115 (java) S 23111 23113 23067 0 -1 64 84973 0 0 0 2461 44 0 0 17 0 13 0 163715545 1752621056 200284 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23113/tid=23116] ppid=23111 vsize=1711544 CPUtime=0.27
/proc/23113/task/23116/stat : 23116 (java) S 23111 23113 23067 0 -1 64 104 0 0 0 17 10 0 0 16 0 13 0 163715548 1752621056 200284 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=23113/tid=23117] ppid=23111 vsize=1711544 CPUtime=0
/proc/23113/task/23117/stat : 23117 (java) S 23111 23113 23067 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 163715548 1752621056 200284 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23113/tid=23118] ppid=23111 vsize=1711544 CPUtime=0
/proc/23113/task/23118/stat : 23118 (java) S 23111 23113 23067 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 163715548 1752621056 200284 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23113/tid=23119] ppid=23111 vsize=1711544 CPUtime=0
/proc/23113/task/23119/stat : 23119 (java) S 23111 23113 23067 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 163715551 1752621056 200284 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23113/tid=23120] ppid=23111 vsize=1711544 CPUtime=0.01
/proc/23113/task/23120/stat : 23120 (java) S 23111 23113 23067 0 -1 64 3 0 0 0 1 0 0 0 17 0 13 0 163715551 1752621056 200284 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23113/tid=23121] ppid=23111 vsize=1711544 CPUtime=0.95
/proc/23113/task/23121/stat : 23121 (java) S 23111 23113 23067 0 -1 64 1467 0 0 0 95 0 0 0 16 0 13 0 163715551 1752621056 200284 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23113/tid=23122] ppid=23111 vsize=1711544 CPUtime=0.84
/proc/23113/task/23122/stat : 23122 (java) S 23111 23113 23067 0 -1 64 1226 0 0 0 84 0 0 0 16 0 13 0 163715551 1752621056 200284 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23113/tid=23123] ppid=23111 vsize=1711544 CPUtime=0
/proc/23113/task/23123/stat : 23123 (java) S 23111 23113 23067 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 163715552 1752621056 200284 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23113/tid=23124] ppid=23111 vsize=1711544 CPUtime=0
/proc/23113/task/23124/stat : 23124 (java) S 23111 23113 23067 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 163715552 1752621056 200284 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23113/tid=23125] ppid=23111 vsize=1711544 CPUtime=0
/proc/23113/task/23125/stat : 23125 (java) S 23111 23113 23067 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 163715636 1752621056 200284 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1799.62
Current children cumulated vsize (Kb) 1711544

[startup+1775.4 s]
/proc/loadavg: 1.00 1.00 0.95 3/76 23322
/proc/meminfo: memFree=908344/2055920 swapFree=4183744/4192956
[pid=23113] ppid=23111 vsize=1711544 CPUtime=1800.66
/proc/23113/stat : 23113 (java) S 23111 23113 23067 0 -1 0 249159 0 1 0 179924 142 0 0 25 0 13 0 163715540 1752621056 200301 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23113/statm: 427886 200301 1910 14 0 414633 0
[pid=23113/tid=23114] ppid=23111 vsize=1711544 CPUtime=25.04
/proc/23113/task/23114/stat : 23114 (java) R 23111 23113 23067 0 -1 64 99337 0 0 0 2452 52 0 0 17 0 13 0 163715545 1752621056 200301 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4154975264 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23113/tid=23115] ppid=23111 vsize=1711544 CPUtime=25.08
/proc/23113/task/23115/stat : 23115 (java) R 23111 23113 23067 0 -1 64 84979 0 0 0 2464 44 0 0 17 0 13 0 163715545 1752621056 200301 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4152729477 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23113/tid=23116] ppid=23111 vsize=1711544 CPUtime=0.27
/proc/23113/task/23116/stat : 23116 (java) S 23111 23113 23067 0 -1 64 104 0 0 0 17 10 0 0 16 0 13 0 163715548 1752621056 200301 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=23113/tid=23117] ppid=23111 vsize=1711544 CPUtime=0
/proc/23113/task/23117/stat : 23117 (java) S 23111 23113 23067 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 163715548 1752621056 200301 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23113/tid=23118] ppid=23111 vsize=1711544 CPUtime=0
/proc/23113/task/23118/stat : 23118 (java) S 23111 23113 23067 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 163715548 1752621056 200301 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23113/tid=23119] ppid=23111 vsize=1711544 CPUtime=0
/proc/23113/task/23119/stat : 23119 (java) S 23111 23113 23067 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 163715551 1752621056 200301 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23113/tid=23120] ppid=23111 vsize=1711544 CPUtime=0.01
/proc/23113/task/23120/stat : 23120 (java) S 23111 23113 23067 0 -1 64 3 0 0 0 1 0 0 0 17 0 13 0 163715551 1752621056 200301 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23113/tid=23121] ppid=23111 vsize=1711544 CPUtime=0.95
/proc/23113/task/23121/stat : 23121 (java) S 23111 23113 23067 0 -1 64 1467 0 0 0 95 0 0 0 16 0 13 0 163715551 1752621056 200302 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23113/tid=23122] ppid=23111 vsize=1711544 CPUtime=0.84
/proc/23113/task/23122/stat : 23122 (java) S 23111 23113 23067 0 -1 64 1226 0 0 0 84 0 0 0 16 0 13 0 163715551 1752621056 200302 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23113/tid=23123] ppid=23111 vsize=1711544 CPUtime=0
/proc/23113/task/23123/stat : 23123 (java) S 23111 23113 23067 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 163715552 1752621056 200302 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23113/tid=23124] ppid=23111 vsize=1711544 CPUtime=0
/proc/23113/task/23124/stat : 23124 (java) S 23111 23113 23067 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 163715552 1752621056 200302 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23113/tid=23125] ppid=23111 vsize=1711544 CPUtime=0
/proc/23113/task/23125/stat : 23125 (java) S 23111 23113 23067 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 163715636 1752621056 200302 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.66
Current children cumulated vsize (Kb) 1711544



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1775.41 s]
/proc/loadavg: 1.00 1.00 0.95 3/76 23322
/proc/meminfo: memFree=908344/2055920 swapFree=4183744/4192956
[pid=23113] ppid=23111 vsize=1711544 CPUtime=1800.67
/proc/23113/stat : 23113 (java) S 23111 23113 23067 0 -1 0 249178 0 1 0 179925 142 0 0 25 0 13 0 163715540 1752621056 200320 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23113/statm: 427886 200320 1910 14 0 414633 0
[pid=23113/tid=23114] ppid=23111 vsize=1711544 CPUtime=25.04
/proc/23113/task/23114/stat : 23114 (java) R 23111 23113 23067 0 -1 64 99356 0 0 0 2452 52 0 0 17 0 13 0 163715545 1752621056 200320 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4155256466 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23113/tid=23115] ppid=23111 vsize=1711544 CPUtime=25.08
/proc/23113/task/23115/stat : 23115 (java) R 23111 23113 23067 0 -1 64 84979 0 0 0 2464 44 0 0 17 0 13 0 163715545 1752621056 200320 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4152729477 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23113/tid=23116] ppid=23111 vsize=1711544 CPUtime=0.27
/proc/23113/task/23116/stat : 23116 (java) S 23111 23113 23067 0 -1 64 104 0 0 0 17 10 0 0 16 0 13 0 163715548 1752621056 200320 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=23113/tid=23117] ppid=23111 vsize=1711544 CPUtime=0
/proc/23113/task/23117/stat : 23117 (java) S 23111 23113 23067 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 163715548 1752621056 200320 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23113/tid=23118] ppid=23111 vsize=1711544 CPUtime=0
/proc/23113/task/23118/stat : 23118 (java) S 23111 23113 23067 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 163715548 1752621056 200320 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23113/tid=23119] ppid=23111 vsize=1711544 CPUtime=0
/proc/23113/task/23119/stat : 23119 (java) S 23111 23113 23067 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 163715551 1752621056 200320 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23113/tid=23120] ppid=23111 vsize=1711544 CPUtime=0.01
/proc/23113/task/23120/stat : 23120 (java) S 23111 23113 23067 0 -1 64 3 0 0 0 1 0 0 0 17 0 13 0 163715551 1752621056 200320 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23113/tid=23121] ppid=23111 vsize=1711544 CPUtime=0.95
/proc/23113/task/23121/stat : 23121 (java) S 23111 23113 23067 0 -1 64 1467 0 0 0 95 0 0 0 16 0 13 0 163715551 1752621056 200320 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23113/tid=23122] ppid=23111 vsize=1711544 CPUtime=0.84
/proc/23113/task/23122/stat : 23122 (java) S 23111 23113 23067 0 -1 64 1226 0 0 0 84 0 0 0 16 0 13 0 163715551 1752621056 200320 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23113/tid=23123] ppid=23111 vsize=1711544 CPUtime=0
/proc/23113/task/23123/stat : 23123 (java) S 23111 23113 23067 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 163715552 1752621056 200320 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23113/tid=23124] ppid=23111 vsize=1711544 CPUtime=0
/proc/23113/task/23124/stat : 23124 (java) S 23111 23113 23067 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 163715552 1752621056 200320 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23113/tid=23125] ppid=23111 vsize=1711544 CPUtime=0
/proc/23113/task/23125/stat : 23125 (java) S 23111 23113 23067 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 163715636 1752621056 200320 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.67
Current children cumulated vsize (Kb) 1711544

Sending SIGTERM to -23113
Sleeping 2 seconds

Child status: 143
Real time (s): 1775.56
CPU time (s): 1800.84
CPU user time (s): 1799.28
CPU system time (s): 1.55376
CPU usage (%): 101.423
Max. virtual memory (cumulated for all children) (Kb): 1711672

Launcher Data (download as text)

Begin job on node47 on Sat Jun  3 06:57:50 UTC 2006


FILE ID= 43362-1149317870

PBS_JOBID= 308443

BENCH NAME= HOME/pub/bench/PB06//final/normalized-PB06/OPT-BIGINT/mps-v2-20-10/MIPLIB/miplib2003/normalized-mps-v2-20-10-pp08aCUTS.opb
COMMAND LINE= java -server -Xms1500M -Xmx1500M -jar ROOT/solvers/PB/PB06final/user5/sat4jPseudoHeuristics.jar ROOT/tmp/node47/43362-1149317870/instance-43362-1149317870.opb 4092451
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node47/watcher-43362-1149317870 -o ROOT/results/node47/solver-43362-1149317870 -C 1800 -M 1800 -S 64  java -server -Xms1500M -Xmx1500M -jar ROOT/solvers/PB/PB06final/user5/sat4jPseudoHeuristics.jar ROOT/tmp/node47/43362-1149317870/instance-43362-1149317870.opb 4092451

MD5SUM SOLVER= 3cef94aa015dc0dd234d31843a257d70
MD5SUM BENCH=  c346de7e1ba29a95ee9f392619231545

RANDOM SEED= 4092451


/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:       1704800 kB
Buffers:         19504 kB
Cached:         269008 kB
SwapCached:       3344 kB
Active:          23976 kB
Inactive:       273308 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1704800 kB
SwapTotal:     4192956 kB
SwapFree:      4183744 kB
Dirty:             164 kB
Writeback:           0 kB
Mapped:          15032 kB
Slab:            39872 kB
Committed_AS:   293288 kB
PageTables:       1468 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB


End job on node47 on Sat Jun  3 07:27:25 UTC 2006