Trace number 43152

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.2 1786.48

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/plato.asu.edu/
pub/milp/normalized-mps-v2-20-10-neos14.opb
MD5SUM9a6d98eb18189bacb6bc49f39ff21900
Bench CategoryOPT-BIGINT (optimisation, big integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 20744058700051158
Optimality of the best value was proved NO
Number of variables17840
Total number of constraints656
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 constraints656
Minimum length of a constraint11
Maximum length of a constraint150
Number of terms in the objective function 10640
Biggest coefficient in the objective function 536870912000000000000
Number of bits for the biggest coefficient in the objective function 69
Sum of the numbers in the objective function 77389328849976800030040
Number of bits of the sum of numbers in the objective function 77
Biggest number in a constraint 536870912000000000000
Number of bits of the biggest number in a constraint 69
Biggest sum of numbers in a constraint 77389328849976800030040
Number of bits of the biggest sum of numbers77
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data (download as text)

0.15	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.15	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.15	c no version file found!!!
0.15	c sun.arch.data.model	32
0.15	c java.version	1.5.0_06
0.15	c os.name	Linux
0.15	c os.version	2.6.9-22.EL.rootsmp
0.15	c os.arch	i386
0.15	c Free memory 1548419056
0.15	c Max memory 1551040512
0.15	c Total memory 1551040512
0.15	c Number of processors 2
0.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/node12/43152-1149305568/instance-43152-1149305568.opb
0.21	c reading problem ... 
1.71	c ... done. Time 1.504 ms.
1.71	c #vars     17840
1.71	c #constraints  896
1786.35	c starts		: 13
1786.35	c conflicts		: 30656
1786.35	c decisions		: 346006
1786.35	c propagations		: 859730
1786.35	c inspects		: 215869252
1786.35	c learnt literals	: 0
1786.35	c learnt binary clauses	: 0
1786.35	c learnt ternary clauses	: 0
1786.35	c learnt clauses	: 30656
1786.35	c root simplifications	: 0
1786.35	c removed literals (reason simplification)	: 0
1786.35	c reason swapping (by a shorter reason)	: 0
1786.35	c Calls to reduceDB	: 0
1786.35	c speed (decisions/second)	: 193.91813770078727
1786.35	c non guided choices	0
1786.35	s UNKNOWN
1786.35	c Total wall clock time (ms): 1786.14

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

Current StackSize limit: 67108864 bytes

/proc/loadavg: 0.86 0.97 0.97 2/64 10583
/proc/meminfo: memFree=1832728/2055920 swapFree=4181420/4192956
[pid=10583] ppid=10581 vsize=1592 CPUtime=0
/proc/10583/stat : 10583 (java) R 10581 10583 10537 0 -1 0 129 0 0 0 0 0 0 0 19 0 1 0 196219389 1630208 102 18446744073709551615 134512640 134570276 4294956608 18446744073709551615 10132261 0 0 4096 0 0 0 0 17 1 0 0
/proc/10583/statm: 398 103 82 14 0 43 0

[startup+10.0027 s]
/proc/loadavg: 0.88 0.97 0.97 2/76 10595
/proc/meminfo: memFree=1665720/2055920 swapFree=4181420/4192956
[pid=10583] ppid=10581 vsize=1713000 CPUtime=11.73
/proc/10583/stat : 10583 (java) R 10581 10583 10537 0 -1 0 47081 0 1 0 1151 22 0 0 25 0 13 0 196219389 1754112000 43513 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071521387 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/10583/statm: 428250 43513 1908 14 0 414997 0
[pid=10583/tid=10584] ppid=10581 vsize=1713000 CPUtime=0.14
/proc/10583/task/10584/stat : 10584 (java) S 10581 10583 10537 0 -1 64 3038 0 0 0 13 1 0 0 16 0 13 0 196219393 1754112000 43513 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10583/tid=10585] ppid=10581 vsize=1713000 CPUtime=0.13
/proc/10583/task/10585/stat : 10585 (java) S 10581 10583 10537 0 -1 64 2718 0 0 0 12 1 0 0 17 0 13 0 196219393 1754112000 43513 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10583/tid=10586] ppid=10581 vsize=1713000 CPUtime=0
/proc/10583/task/10586/stat : 10586 (java) S 10581 10583 10537 0 -1 64 16 0 0 0 0 0 0 0 16 0 13 0 196219396 1754112000 43513 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=10583/tid=10587] ppid=10581 vsize=1713000 CPUtime=0
/proc/10583/task/10587/stat : 10587 (java) S 10581 10583 10537 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 196219396 1754112000 43513 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10583/tid=10588] ppid=10581 vsize=1713000 CPUtime=0
/proc/10583/task/10588/stat : 10588 (java) S 10581 10583 10537 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 196219396 1754112000 43513 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10583/tid=10589] ppid=10581 vsize=1713000 CPUtime=0
/proc/10583/task/10589/stat : 10589 (java) S 10581 10583 10537 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 196219400 1754112000 43513 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10583/tid=10590] ppid=10581 vsize=1713000 CPUtime=0.01
/proc/10583/task/10590/stat : 10590 (java) S 10581 10583 10537 0 -1 64 2 0 0 0 1 0 0 0 16 0 13 0 196219400 1754112000 43513 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10583/tid=10591] ppid=10581 vsize=1713000 CPUtime=1.11
/proc/10583/task/10591/stat : 10591 (java) S 10581 10583 10537 0 -1 64 2870 0 0 0 110 1 0 0 16 0 13 0 196219400 1754112000 43513 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10583/tid=10592] ppid=10581 vsize=1713000 CPUtime=1.13
/proc/10583/task/10592/stat : 10592 (java) S 10581 10583 10537 0 -1 64 1901 0 0 0 113 0 0 0 16 0 13 0 196219400 1754112000 43513 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10583/tid=10593] ppid=10581 vsize=1713000 CPUtime=0
/proc/10583/task/10593/stat : 10593 (java) S 10581 10583 10537 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 196219400 1754112000 43513 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10583/tid=10594] ppid=10581 vsize=1713000 CPUtime=0
/proc/10583/task/10594/stat : 10594 (java) S 10581 10583 10537 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 196219400 1754112000 43513 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10583/tid=10595] ppid=10581 vsize=1713000 CPUtime=0
/proc/10583/task/10595/stat : 10595 (java) S 10581 10583 10537 0 -1 64 4 0 0 0 0 0 0 0 24 0 13 0 196219601 1754112000 43513 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 11.73
Current children cumulated vsize (Kb) 1713000

[startup+20.0105 s]
/proc/loadavg: 0.90 0.97 0.97 2/76 10595
/proc/meminfo: memFree=1648312/2055920 swapFree=4181420/4192956
[pid=10583] ppid=10581 vsize=1713000 CPUtime=21.91
/proc/10583/stat : 10583 (java) R 10581 10583 10537 0 -1 0 53535 0 1 0 2165 26 0 0 25 0 13 0 196219389 1754112000 47867 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071424045 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/10583/statm: 428250 47867 1908 14 0 414997 0
[pid=10583/tid=10584] ppid=10581 vsize=1713000 CPUtime=0.31
/proc/10583/task/10584/stat : 10584 (java) S 10581 10583 10537 0 -1 64 6603 0 0 0 28 3 0 0 16 0 13 0 196219393 1754112000 47867 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10583/tid=10585] ppid=10581 vsize=1713000 CPUtime=0.3
/proc/10583/task/10585/stat : 10585 (java) S 10581 10583 10537 0 -1 64 5589 0 0 0 27 3 0 0 16 0 13 0 196219393 1754112000 47867 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10583/tid=10586] ppid=10581 vsize=1713000 CPUtime=0
/proc/10583/task/10586/stat : 10586 (java) S 10581 10583 10537 0 -1 64 26 0 0 0 0 0 0 0 16 0 13 0 196219396 1754112000 47867 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=10583/tid=10587] ppid=10581 vsize=1713000 CPUtime=0
/proc/10583/task/10587/stat : 10587 (java) S 10581 10583 10537 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 196219396 1754112000 47867 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10583/tid=10588] ppid=10581 vsize=1713000 CPUtime=0
/proc/10583/task/10588/stat : 10588 (java) S 10581 10583 10537 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 196219396 1754112000 47867 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10583/tid=10589] ppid=10581 vsize=1713000 CPUtime=0
/proc/10583/task/10589/stat : 10589 (java) S 10581 10583 10537 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 196219400 1754112000 47867 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10583/tid=10590] ppid=10581 vsize=1713000 CPUtime=0.01
/proc/10583/task/10590/stat : 10590 (java) S 10581 10583 10537 0 -1 64 2 0 0 0 1 0 0 0 16 0 13 0 196219400 1754112000 47867 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10583/tid=10591] ppid=10581 vsize=1713000 CPUtime=1.11
/proc/10583/task/10591/stat : 10591 (java) S 10581 10583 10537 0 -1 64 2870 0 0 0 110 1 0 0 16 0 13 0 196219400 1754112000 47867 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10583/tid=10592] ppid=10581 vsize=1713000 CPUtime=1.14
/proc/10583/task/10592/stat : 10592 (java) S 10581 10583 10537 0 -1 64 1902 0 0 0 114 0 0 0 16 0 13 0 196219400 1754112000 47867 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10583/tid=10593] ppid=10581 vsize=1713000 CPUtime=0
/proc/10583/task/10593/stat : 10593 (java) S 10581 10583 10537 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 196219400 1754112000 47867 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10583/tid=10594] ppid=10581 vsize=1713000 CPUtime=0
/proc/10583/task/10594/stat : 10594 (java) S 10581 10583 10537 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 196219400 1754112000 47867 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10583/tid=10595] ppid=10581 vsize=1713000 CPUtime=0
/proc/10583/task/10595/stat : 10595 (java) S 10581 10583 10537 0 -1 64 4 0 0 0 0 0 0 0 24 0 13 0 196219601 1754112000 47867 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 21.91
Current children cumulated vsize (Kb) 1713000

[startup+30.0183 s]
/proc/loadavg: 0.92 0.97 0.97 2/76 10595
/proc/meminfo: memFree=1641016/2055920 swapFree=4181420/4192956
[pid=10583] ppid=10581 vsize=1712996 CPUtime=31.97
/proc/10583/stat : 10583 (java) R 10581 10583 10537 0 -1 0 55597 0 1 0 3170 27 0 0 25 0 13 0 196219389 1754107904 49692 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071661039 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/10583/statm: 428249 49692 1908 14 0 414996 0
[pid=10583/tid=10584] ppid=10581 vsize=1712996 CPUtime=0.36
/proc/10583/task/10584/stat : 10584 (java) S 10581 10583 10537 0 -1 64 7485 0 0 0 33 3 0 0 16 0 13 0 196219393 1754107904 49692 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10583/tid=10585] ppid=10581 vsize=1712996 CPUtime=0.36
/proc/10583/task/10585/stat : 10585 (java) S 10581 10583 10537 0 -1 64 6763 0 0 0 32 4 0 0 16 0 13 0 196219393 1754107904 49692 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10583/tid=10586] ppid=10581 vsize=1712996 CPUtime=0
/proc/10583/task/10586/stat : 10586 (java) S 10581 10583 10537 0 -1 64 26 0 0 0 0 0 0 0 16 0 13 0 196219396 1754107904 49692 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=10583/tid=10587] ppid=10581 vsize=1712996 CPUtime=0
/proc/10583/task/10587/stat : 10587 (java) S 10581 10583 10537 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 196219396 1754107904 49692 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10583/tid=10588] ppid=10581 vsize=1712996 CPUtime=0
/proc/10583/task/10588/stat : 10588 (java) S 10581 10583 10537 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 196219396 1754107904 49692 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10583/tid=10589] ppid=10581 vsize=1712996 CPUtime=0
/proc/10583/task/10589/stat : 10589 (java) S 10581 10583 10537 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 196219400 1754107904 49692 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10583/tid=10590] ppid=10581 vsize=1712996 CPUtime=0.01
/proc/10583/task/10590/stat : 10590 (java) S 10581 10583 10537 0 -1 64 2 0 0 0 1 0 0 0 16 0 13 0 196219400 1754107904 49692 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10583/tid=10591] ppid=10581 vsize=1712996 CPUtime=1.11
/proc/10583/task/10591/stat : 10591 (java) S 10581 10583 10537 0 -1 64 2871 0 0 0 110 1 0 0 17 0 13 0 196219400 1754107904 49692 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10583/tid=10592] ppid=10581 vsize=1712996 CPUtime=1.14
/proc/10583/task/10592/stat : 10592 (java) S 10581 10583 10537 0 -1 64 1902 0 0 0 114 0 0 0 16 0 13 0 196219400 1754107904 49692 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10583/tid=10593] ppid=10581 vsize=1712996 CPUtime=0
/proc/10583/task/10593/stat : 10593 (java) S 10581 10583 10537 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 196219400 1754107904 49692 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10583/tid=10594] ppid=10581 vsize=1712996 CPUtime=0
/proc/10583/task/10594/stat : 10594 (java) S 10581 10583 10537 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 196219400 1754107904 49692 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10583/tid=10595] ppid=10581 vsize=1712996 CPUtime=0
/proc/10583/task/10595/stat : 10595 (java) S 10581 10583 10537 0 -1 64 4 0 0 0 0 0 0 0 24 0 13 0 196219601 1754107904 49692 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 31.97
Current children cumulated vsize (Kb) 1712996

[startup+40.0251 s]
/proc/loadavg: 0.93 0.97 0.97 2/76 10595
/proc/meminfo: memFree=1637944/2055920 swapFree=4181420/4192956
[pid=10583] ppid=10581 vsize=1712996 CPUtime=41.99
/proc/10583/stat : 10583 (java) R 10581 10583 10537 0 -1 0 56453 0 1 0 4172 27 0 0 25 0 13 0 196219389 1754107904 50463 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071693558 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/10583/statm: 428249 50463 1908 14 0 414996 0
[pid=10583/tid=10584] ppid=10581 vsize=1712996 CPUtime=0.38
/proc/10583/task/10584/stat : 10584 (java) S 10581 10583 10537 0 -1 64 7839 0 0 0 35 3 0 0 16 0 13 0 196219393 1754107904 50463 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10583/tid=10585] ppid=10581 vsize=1712996 CPUtime=0.38
/proc/10583/task/10585/stat : 10585 (java) S 10581 10583 10537 0 -1 64 7262 0 0 0 34 4 0 0 16 0 13 0 196219393 1754107904 50463 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10583/tid=10586] ppid=10581 vsize=1712996 CPUtime=0
/proc/10583/task/10586/stat : 10586 (java) S 10581 10583 10537 0 -1 64 26 0 0 0 0 0 0 0 16 0 13 0 196219396 1754107904 50463 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=10583/tid=10587] ppid=10581 vsize=1712996 CPUtime=0
/proc/10583/task/10587/stat : 10587 (java) S 10581 10583 10537 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 196219396 1754107904 50463 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10583/tid=10588] ppid=10581 vsize=1712996 CPUtime=0
/proc/10583/task/10588/stat : 10588 (java) S 10581 10583 10537 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 196219396 1754107904 50463 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10583/tid=10589] ppid=10581 vsize=1712996 CPUtime=0
/proc/10583/task/10589/stat : 10589 (java) S 10581 10583 10537 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 196219400 1754107904 50463 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10583/tid=10590] ppid=10581 vsize=1712996 CPUtime=0.01
/proc/10583/task/10590/stat : 10590 (java) S 10581 10583 10537 0 -1 64 2 0 0 0 1 0 0 0 16 0 13 0 196219400 1754107904 50463 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10583/tid=10591] ppid=10581 vsize=1712996 CPUtime=1.11
/proc/10583/task/10591/stat : 10591 (java) S 10581 10583 10537 0 -1 64 2871 0 0 0 110 1 0 0 17 0 13 0 196219400 1754107904 50463 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10583/tid=10592] ppid=10581 vsize=1712996 CPUtime=1.14
/proc/10583/task/10592/stat : 10592 (java) S 10581 10583 10537 0 -1 64 1902 0 0 0 114 0 0 0 16 0 13 0 196219400 1754107904 50463 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10583/tid=10593] ppid=10581 vsize=1712996 CPUtime=0
/proc/10583/task/10593/stat : 10593 (java) S 10581 10583 10537 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 196219400 1754107904 50463 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10583/tid=10594] ppid=10581 vsize=1712996 CPUtime=0
/proc/10583/task/10594/stat : 10594 (java) S 10581 10583 10537 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 196219400 1754107904 50463 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10583/tid=10595] ppid=10581 vsize=1712996 CPUtime=0
/proc/10583/task/10595/stat : 10595 (java) S 10581 10583 10537 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 196219601 1754107904 50463 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 41.99
Current children cumulated vsize (Kb) 1712996

[startup+50.0319 s]
/proc/loadavg: 0.94 0.97 0.97 2/76 10595
/proc/meminfo: memFree=1634552/2055920 swapFree=4181420/4192956
[pid=10583] ppid=10581 vsize=1712996 CPUtime=52.03
/proc/10583/stat : 10583 (java) R 10581 10583 10537 0 -1 0 57377 0 1 0 5175 28 0 0 25 0 13 0 196219389 1754107904 51324 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071661035 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/10583/statm: 428249 51324 1908 14 0 414996 0
[pid=10583/tid=10584] ppid=10581 vsize=1712996 CPUtime=0.4
/proc/10583/task/10584/stat : 10584 (java) S 10581 10583 10537 0 -1 64 8450 0 0 0 36 4 0 0 16 0 13 0 196219393 1754107904 51324 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10583/tid=10585] ppid=10581 vsize=1712996 CPUtime=0.4
/proc/10583/task/10585/stat : 10585 (java) S 10581 10583 10537 0 -1 64 7571 0 0 0 36 4 0 0 16 0 13 0 196219393 1754107904 51324 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10583/tid=10586] ppid=10581 vsize=1712996 CPUtime=0
/proc/10583/task/10586/stat : 10586 (java) S 10581 10583 10537 0 -1 64 26 0 0 0 0 0 0 0 16 0 13 0 196219396 1754107904 51324 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=10583/tid=10587] ppid=10581 vsize=1712996 CPUtime=0
/proc/10583/task/10587/stat : 10587 (java) S 10581 10583 10537 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 196219396 1754107904 51324 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10583/tid=10588] ppid=10581 vsize=1712996 CPUtime=0
/proc/10583/task/10588/stat : 10588 (java) S 10581 10583 10537 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 196219396 1754107904 51324 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10583/tid=10589] ppid=10581 vsize=1712996 CPUtime=0
/proc/10583/task/10589/stat : 10589 (java) S 10581 10583 10537 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 196219400 1754107904 51324 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10583/tid=10590] ppid=10581 vsize=1712996 CPUtime=0.01
/proc/10583/task/10590/stat : 10590 (java) S 10581 10583 10537 0 -1 64 2 0 0 0 1 0 0 0 16 0 13 0 196219400 1754107904 51324 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10583/tid=10591] ppid=10581 vsize=1712996 CPUtime=1.12
/proc/10583/task/10591/stat : 10591 (java) S 10581 10583 10537 0 -1 64 2871 0 0 0 111 1 0 0 16 0 13 0 196219400 1754107904 51324 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10583/tid=10592] ppid=10581 vsize=1712996 CPUtime=1.16
/proc/10583/task/10592/stat : 10592 (java) S 10581 10583 10537 0 -1 64 1902 0 0 0 116 0 0 0 17 0 13 0 196219400 1754107904 51324 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10583/tid=10593] ppid=10581 vsize=1712996 CPUtime=0
/proc/10583/task/10593/stat : 10593 (java) S 10581 10583 10537 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 196219400 1754107904 51324 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10583/tid=10594] ppid=10581 vsize=1712996 CPUtime=0
/proc/10583/task/10594/stat : 10594 (java) S 10581 10583 10537 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 196219400 1754107904 51324 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10583/tid=10595] ppid=10581 vsize=1712996 CPUtime=0
/proc/10583/task/10595/stat : 10595 (java) S 10581 10583 10537 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 196219601 1754107904 51324 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 52.03
Current children cumulated vsize (Kb) 1712996

[startup+60.0387 s]
/proc/loadavg: 0.95 0.97 0.97 2/76 10595
/proc/meminfo: memFree=1634104/2055920 swapFree=4181420/4192956
[pid=10583] ppid=10581 vsize=1712996 CPUtime=62.05
/proc/10583/stat : 10583 (java) R 10581 10583 10537 0 -1 0 58130 0 1 0 6177 28 0 0 25 0 13 0 196219389 1754107904 51384 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071487525 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/10583/statm: 428249 51384 1908 14 0 414996 0
[pid=10583/tid=10584] ppid=10581 vsize=1712996 CPUtime=0.42
/proc/10583/task/10584/stat : 10584 (java) S 10581 10583 10537 0 -1 64 8747 0 0 0 38 4 0 0 16 0 13 0 196219393 1754107904 51384 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10583/tid=10585] ppid=10581 vsize=1712996 CPUtime=0.41
/proc/10583/task/10585/stat : 10585 (java) S 10581 10583 10537 0 -1 64 8024 0 0 0 37 4 0 0 16 0 13 0 196219393 1754107904 51384 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10583/tid=10586] ppid=10581 vsize=1712996 CPUtime=0
/proc/10583/task/10586/stat : 10586 (java) S 10581 10583 10537 0 -1 64 26 0 0 0 0 0 0 0 16 0 13 0 196219396 1754107904 51384 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=10583/tid=10587] ppid=10581 vsize=1712996 CPUtime=0
/proc/10583/task/10587/stat : 10587 (java) S 10581 10583 10537 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 196219396 1754107904 51384 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10583/tid=10588] ppid=10581 vsize=1712996 CPUtime=0
/proc/10583/task/10588/stat : 10588 (java) S 10581 10583 10537 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 196219396 1754107904 51384 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10583/tid=10589] ppid=10581 vsize=1712996 CPUtime=0
/proc/10583/task/10589/stat : 10589 (java) S 10581 10583 10537 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 196219400 1754107904 51384 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0

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

[pid=10583/tid=10587] ppid=10581 vsize=1712996 CPUtime=0
/proc/10583/task/10587/stat : 10587 (java) S 10581 10583 10537 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 196219396 1754107904 104165 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10583/tid=10588] ppid=10581 vsize=1712996 CPUtime=0
/proc/10583/task/10588/stat : 10588 (java) S 10581 10583 10537 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 196219396 1754107904 104165 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10583/tid=10589] ppid=10581 vsize=1712996 CPUtime=0
/proc/10583/task/10589/stat : 10589 (java) S 10581 10583 10537 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 196219400 1754107904 104165 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10583/tid=10590] ppid=10581 vsize=1712996 CPUtime=0.01
/proc/10583/task/10590/stat : 10590 (java) S 10581 10583 10537 0 -1 64 2 0 0 0 1 0 0 0 16 0 13 0 196219400 1754107904 104165 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10583/tid=10591] ppid=10581 vsize=1712996 CPUtime=1.15
/proc/10583/task/10591/stat : 10591 (java) S 10581 10583 10537 0 -1 64 2871 0 0 0 114 1 0 0 17 0 13 0 196219400 1754107904 104165 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10583/tid=10592] ppid=10581 vsize=1712996 CPUtime=1.17
/proc/10583/task/10592/stat : 10592 (java) S 10581 10583 10537 0 -1 64 1903 0 0 0 117 0 0 0 16 0 13 0 196219400 1754107904 104165 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10583/tid=10593] ppid=10581 vsize=1712996 CPUtime=0
/proc/10583/task/10593/stat : 10593 (java) S 10581 10583 10537 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 196219400 1754107904 104165 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10583/tid=10594] ppid=10581 vsize=1712996 CPUtime=0
/proc/10583/task/10594/stat : 10594 (java) S 10581 10583 10537 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 196219400 1754107904 104165 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10583/tid=10595] ppid=10581 vsize=1712996 CPUtime=0
/proc/10583/task/10595/stat : 10595 (java) S 10581 10583 10537 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 196219601 1754107904 104165 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1796.02
Current children cumulated vsize (Kb) 1712996

[startup+1783.32 s]
/proc/loadavg: 1.00 0.99 0.97 2/76 10792
/proc/meminfo: memFree=1420920/2055920 swapFree=4181420/4192956
[pid=10583] ppid=10581 vsize=1712996 CPUtime=1797.03
/proc/10583/stat : 10583 (java) R 10581 10583 10537 0 -1 0 164774 0 1 0 179604 99 0 0 25 0 13 0 196219389 1754107904 104165 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071765730 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/10583/statm: 428249 104165 1910 14 0 414996 0
[pid=10583/tid=10584] ppid=10581 vsize=1712996 CPUtime=13.2
/proc/10583/task/10584/stat : 10584 (java) S 10581 10583 10537 0 -1 64 47174 0 0 0 1298 22 0 0 17 0 13 0 196219393 1754107904 104165 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10583/tid=10585] ppid=10581 vsize=1712996 CPUtime=13.13
/proc/10583/task/10585/stat : 10585 (java) S 10581 10583 10537 0 -1 64 42892 0 0 0 1291 22 0 0 17 0 13 0 196219393 1754107904 104165 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10583/tid=10586] ppid=10581 vsize=1712996 CPUtime=0.27
/proc/10583/task/10586/stat : 10586 (java) S 10581 10583 10537 0 -1 64 153 0 0 0 14 13 0 0 16 0 13 0 196219396 1754107904 104165 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=10583/tid=10587] ppid=10581 vsize=1712996 CPUtime=0
/proc/10583/task/10587/stat : 10587 (java) S 10581 10583 10537 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 196219396 1754107904 104165 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10583/tid=10588] ppid=10581 vsize=1712996 CPUtime=0
/proc/10583/task/10588/stat : 10588 (java) S 10581 10583 10537 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 196219396 1754107904 104165 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10583/tid=10589] ppid=10581 vsize=1712996 CPUtime=0
/proc/10583/task/10589/stat : 10589 (java) S 10581 10583 10537 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 196219400 1754107904 104165 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10583/tid=10590] ppid=10581 vsize=1712996 CPUtime=0.01
/proc/10583/task/10590/stat : 10590 (java) S 10581 10583 10537 0 -1 64 2 0 0 0 1 0 0 0 16 0 13 0 196219400 1754107904 104165 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10583/tid=10591] ppid=10581 vsize=1712996 CPUtime=1.15
/proc/10583/task/10591/stat : 10591 (java) S 10581 10583 10537 0 -1 64 2871 0 0 0 114 1 0 0 17 0 13 0 196219400 1754107904 104165 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10583/tid=10592] ppid=10581 vsize=1712996 CPUtime=1.17
/proc/10583/task/10592/stat : 10592 (java) S 10581 10583 10537 0 -1 64 1903 0 0 0 117 0 0 0 16 0 13 0 196219400 1754107904 104165 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10583/tid=10593] ppid=10581 vsize=1712996 CPUtime=0
/proc/10583/task/10593/stat : 10593 (java) S 10581 10583 10537 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 196219400 1754107904 104165 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10583/tid=10594] ppid=10581 vsize=1712996 CPUtime=0
/proc/10583/task/10594/stat : 10594 (java) S 10581 10583 10537 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 196219400 1754107904 104165 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10583/tid=10595] ppid=10581 vsize=1712996 CPUtime=0
/proc/10583/task/10595/stat : 10595 (java) S 10581 10583 10537 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 196219601 1754107904 104165 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1797.03
Current children cumulated vsize (Kb) 1712996

[startup+1784.33 s]
/proc/loadavg: 1.00 0.99 0.97 2/76 10792
/proc/meminfo: memFree=1420984/2055920 swapFree=4181420/4192956
[pid=10583] ppid=10581 vsize=1712996 CPUtime=1798.06
/proc/10583/stat : 10583 (java) R 10581 10583 10537 0 -1 0 164835 0 1 0 179707 99 0 0 20 0 13 0 196219389 1754107904 104113 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071521032 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/10583/statm: 428249 104113 1910 14 0 414996 0
[pid=10583/tid=10584] ppid=10581 vsize=1712996 CPUtime=13.23
/proc/10583/task/10584/stat : 10584 (java) S 10581 10583 10537 0 -1 64 47222 0 0 0 1301 22 0 0 16 0 13 0 196219393 1754107904 104113 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10583/tid=10585] ppid=10581 vsize=1712996 CPUtime=13.16
/proc/10583/task/10585/stat : 10585 (java) S 10581 10583 10537 0 -1 64 42904 0 0 0 1294 22 0 0 17 0 13 0 196219393 1754107904 104113 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10583/tid=10586] ppid=10581 vsize=1712996 CPUtime=0.27
/proc/10583/task/10586/stat : 10586 (java) S 10581 10583 10537 0 -1 64 153 0 0 0 14 13 0 0 16 0 13 0 196219396 1754107904 104113 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=10583/tid=10587] ppid=10581 vsize=1712996 CPUtime=0
/proc/10583/task/10587/stat : 10587 (java) S 10581 10583 10537 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 196219396 1754107904 104113 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10583/tid=10588] ppid=10581 vsize=1712996 CPUtime=0
/proc/10583/task/10588/stat : 10588 (java) S 10581 10583 10537 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 196219396 1754107904 104113 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10583/tid=10589] ppid=10581 vsize=1712996 CPUtime=0
/proc/10583/task/10589/stat : 10589 (java) S 10581 10583 10537 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 196219400 1754107904 104113 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10583/tid=10590] ppid=10581 vsize=1712996 CPUtime=0.01
/proc/10583/task/10590/stat : 10590 (java) S 10581 10583 10537 0 -1 64 2 0 0 0 1 0 0 0 16 0 13 0 196219400 1754107904 104113 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10583/tid=10591] ppid=10581 vsize=1712996 CPUtime=1.15
/proc/10583/task/10591/stat : 10591 (java) S 10581 10583 10537 0 -1 64 2871 0 0 0 114 1 0 0 17 0 13 0 196219400 1754107904 104113 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10583/tid=10592] ppid=10581 vsize=1712996 CPUtime=1.17
/proc/10583/task/10592/stat : 10592 (java) S 10581 10583 10537 0 -1 64 1903 0 0 0 117 0 0 0 16 0 13 0 196219400 1754107904 104113 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10583/tid=10593] ppid=10581 vsize=1712996 CPUtime=0
/proc/10583/task/10593/stat : 10593 (java) S 10581 10583 10537 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 196219400 1754107904 104113 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10583/tid=10594] ppid=10581 vsize=1712996 CPUtime=0
/proc/10583/task/10594/stat : 10594 (java) S 10581 10583 10537 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 196219400 1754107904 104113 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10583/tid=10595] ppid=10581 vsize=1712996 CPUtime=0
/proc/10583/task/10595/stat : 10595 (java) S 10581 10583 10537 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 196219601 1754107904 104113 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1798.06
Current children cumulated vsize (Kb) 1712996

[startup+1785.33 s]
/proc/loadavg: 1.00 0.99 0.97 2/76 10792
/proc/meminfo: memFree=1420984/2055920 swapFree=4181420/4192956
[pid=10583] ppid=10581 vsize=1712996 CPUtime=1799.07
/proc/10583/stat : 10583 (java) R 10581 10583 10537 0 -1 0 164835 0 1 0 179808 99 0 0 25 0 13 0 196219389 1754107904 104113 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071673697 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/10583/statm: 428249 104113 1910 14 0 414996 0
[pid=10583/tid=10584] ppid=10581 vsize=1712996 CPUtime=13.23
/proc/10583/task/10584/stat : 10584 (java) S 10581 10583 10537 0 -1 64 47222 0 0 0 1301 22 0 0 16 0 13 0 196219393 1754107904 104113 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10583/tid=10585] ppid=10581 vsize=1712996 CPUtime=13.16
/proc/10583/task/10585/stat : 10585 (java) S 10581 10583 10537 0 -1 64 42904 0 0 0 1294 22 0 0 17 0 13 0 196219393 1754107904 104113 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10583/tid=10586] ppid=10581 vsize=1712996 CPUtime=0.27
/proc/10583/task/10586/stat : 10586 (java) S 10581 10583 10537 0 -1 64 153 0 0 0 14 13 0 0 16 0 13 0 196219396 1754107904 104113 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=10583/tid=10587] ppid=10581 vsize=1712996 CPUtime=0
/proc/10583/task/10587/stat : 10587 (java) S 10581 10583 10537 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 196219396 1754107904 104113 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10583/tid=10588] ppid=10581 vsize=1712996 CPUtime=0
/proc/10583/task/10588/stat : 10588 (java) S 10581 10583 10537 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 196219396 1754107904 104113 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10583/tid=10589] ppid=10581 vsize=1712996 CPUtime=0
/proc/10583/task/10589/stat : 10589 (java) S 10581 10583 10537 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 196219400 1754107904 104113 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10583/tid=10590] ppid=10581 vsize=1712996 CPUtime=0.01
/proc/10583/task/10590/stat : 10590 (java) S 10581 10583 10537 0 -1 64 2 0 0 0 1 0 0 0 16 0 13 0 196219400 1754107904 104113 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10583/tid=10591] ppid=10581 vsize=1712996 CPUtime=1.15
/proc/10583/task/10591/stat : 10591 (java) S 10581 10583 10537 0 -1 64 2871 0 0 0 114 1 0 0 17 0 13 0 196219400 1754107904 104113 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10583/tid=10592] ppid=10581 vsize=1712996 CPUtime=1.17
/proc/10583/task/10592/stat : 10592 (java) S 10581 10583 10537 0 -1 64 1903 0 0 0 117 0 0 0 16 0 13 0 196219400 1754107904 104113 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10583/tid=10593] ppid=10581 vsize=1712996 CPUtime=0
/proc/10583/task/10593/stat : 10593 (java) S 10581 10583 10537 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 196219400 1754107904 104113 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10583/tid=10594] ppid=10581 vsize=1712996 CPUtime=0
/proc/10583/task/10594/stat : 10594 (java) S 10581 10583 10537 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 196219400 1754107904 104113 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10583/tid=10595] ppid=10581 vsize=1712996 CPUtime=0
/proc/10583/task/10595/stat : 10595 (java) S 10581 10583 10537 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 196219601 1754107904 104113 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1799.07
Current children cumulated vsize (Kb) 1712996

[startup+1786.34 s]
/proc/loadavg: 1.00 0.99 0.97 2/76 10792
/proc/meminfo: memFree=1420984/2055920 swapFree=4181420/4192956
[pid=10583] ppid=10581 vsize=1712996 CPUtime=1800.07
/proc/10583/stat : 10583 (java) R 10581 10583 10537 0 -1 0 164835 0 1 0 179908 99 0 0 25 0 13 0 196219389 1754107904 104113 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071634892 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/10583/statm: 428249 104113 1910 14 0 414996 0
[pid=10583/tid=10584] ppid=10581 vsize=1712996 CPUtime=13.23
/proc/10583/task/10584/stat : 10584 (java) S 10581 10583 10537 0 -1 64 47222 0 0 0 1301 22 0 0 16 0 13 0 196219393 1754107904 104113 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10583/tid=10585] ppid=10581 vsize=1712996 CPUtime=13.16
/proc/10583/task/10585/stat : 10585 (java) S 10581 10583 10537 0 -1 64 42904 0 0 0 1294 22 0 0 17 0 13 0 196219393 1754107904 104113 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10583/tid=10586] ppid=10581 vsize=1712996 CPUtime=0.27
/proc/10583/task/10586/stat : 10586 (java) S 10581 10583 10537 0 -1 64 153 0 0 0 14 13 0 0 16 0 13 0 196219396 1754107904 104113 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=10583/tid=10587] ppid=10581 vsize=1712996 CPUtime=0
/proc/10583/task/10587/stat : 10587 (java) S 10581 10583 10537 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 196219396 1754107904 104113 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10583/tid=10588] ppid=10581 vsize=1712996 CPUtime=0
/proc/10583/task/10588/stat : 10588 (java) S 10581 10583 10537 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 196219396 1754107904 104113 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10583/tid=10589] ppid=10581 vsize=1712996 CPUtime=0
/proc/10583/task/10589/stat : 10589 (java) S 10581 10583 10537 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 196219400 1754107904 104113 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10583/tid=10590] ppid=10581 vsize=1712996 CPUtime=0.01
/proc/10583/task/10590/stat : 10590 (java) S 10581 10583 10537 0 -1 64 2 0 0 0 1 0 0 0 16 0 13 0 196219400 1754107904 104113 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10583/tid=10591] ppid=10581 vsize=1712996 CPUtime=1.15
/proc/10583/task/10591/stat : 10591 (java) S 10581 10583 10537 0 -1 64 2871 0 0 0 114 1 0 0 17 0 13 0 196219400 1754107904 104113 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10583/tid=10592] ppid=10581 vsize=1712996 CPUtime=1.17
/proc/10583/task/10592/stat : 10592 (java) S 10581 10583 10537 0 -1 64 1903 0 0 0 117 0 0 0 16 0 13 0 196219400 1754107904 104113 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10583/tid=10593] ppid=10581 vsize=1712996 CPUtime=0
/proc/10583/task/10593/stat : 10593 (java) S 10581 10583 10537 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 196219400 1754107904 104113 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10583/tid=10594] ppid=10581 vsize=1712996 CPUtime=0
/proc/10583/task/10594/stat : 10594 (java) S 10581 10583 10537 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 196219400 1754107904 104113 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10583/tid=10595] ppid=10581 vsize=1712996 CPUtime=0
/proc/10583/task/10595/stat : 10595 (java) S 10581 10583 10537 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 196219601 1754107904 104113 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (Kb) 1712996



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1786.35 s]
/proc/loadavg: 1.00 0.99 0.97 2/76 10792
/proc/meminfo: memFree=1420984/2055920 swapFree=4181420/4192956
[pid=10583] ppid=10581 vsize=1712996 CPUtime=1800.08
/proc/10583/stat : 10583 (java) R 10581 10583 10537 0 -1 0 164835 0 1 0 179909 99 0 0 25 0 13 0 196219389 1754107904 104113 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071634743 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/10583/statm: 428249 104113 1910 14 0 414996 0
[pid=10583/tid=10584] ppid=10581 vsize=1712996 CPUtime=13.23
/proc/10583/task/10584/stat : 10584 (java) S 10581 10583 10537 0 -1 64 47222 0 0 0 1301 22 0 0 16 0 13 0 196219393 1754107904 104113 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10583/tid=10585] ppid=10581 vsize=1712996 CPUtime=13.16
/proc/10583/task/10585/stat : 10585 (java) S 10581 10583 10537 0 -1 64 42904 0 0 0 1294 22 0 0 17 0 13 0 196219393 1754107904 104113 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10583/tid=10586] ppid=10581 vsize=1712996 CPUtime=0.27
/proc/10583/task/10586/stat : 10586 (java) S 10581 10583 10537 0 -1 64 153 0 0 0 14 13 0 0 16 0 13 0 196219396 1754107904 104113 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=10583/tid=10587] ppid=10581 vsize=1712996 CPUtime=0
/proc/10583/task/10587/stat : 10587 (java) S 10581 10583 10537 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 196219396 1754107904 104113 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10583/tid=10588] ppid=10581 vsize=1712996 CPUtime=0
/proc/10583/task/10588/stat : 10588 (java) S 10581 10583 10537 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 196219396 1754107904 104113 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10583/tid=10589] ppid=10581 vsize=1712996 CPUtime=0
/proc/10583/task/10589/stat : 10589 (java) S 10581 10583 10537 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 196219400 1754107904 104113 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10583/tid=10590] ppid=10581 vsize=1712996 CPUtime=0.01
/proc/10583/task/10590/stat : 10590 (java) S 10581 10583 10537 0 -1 64 2 0 0 0 1 0 0 0 16 0 13 0 196219400 1754107904 104113 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10583/tid=10591] ppid=10581 vsize=1712996 CPUtime=1.15
/proc/10583/task/10591/stat : 10591 (java) S 10581 10583 10537 0 -1 64 2871 0 0 0 114 1 0 0 17 0 13 0 196219400 1754107904 104113 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10583/tid=10592] ppid=10581 vsize=1712996 CPUtime=1.17
/proc/10583/task/10592/stat : 10592 (java) S 10581 10583 10537 0 -1 64 1903 0 0 0 117 0 0 0 16 0 13 0 196219400 1754107904 104113 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10583/tid=10593] ppid=10581 vsize=1712996 CPUtime=0
/proc/10583/task/10593/stat : 10593 (java) S 10581 10583 10537 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 196219400 1754107904 104113 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10583/tid=10594] ppid=10581 vsize=1712996 CPUtime=0
/proc/10583/task/10594/stat : 10594 (java) S 10581 10583 10537 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 196219400 1754107904 104113 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10583/tid=10595] ppid=10581 vsize=1712996 CPUtime=0
/proc/10583/task/10595/stat : 10595 (java) S 10581 10583 10537 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 196219601 1754107904 104113 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (Kb) 1712996

Sending SIGTERM to -10583
Sleeping 2 seconds

Child status: 143
Real time (s): 1786.48
CPU time (s): 1800.2
CPU user time (s): 1799.14
CPU system time (s): 1.06184
CPU usage (%): 100.768
Max. virtual memory (cumulated for all children) (Kb): 1713000

Launcher Data (download as text)

Begin job on node12 on Sat Jun  3 03:32:48 UTC 2006


FILE ID= 43152-1149305568

PBS_JOBID= 307603

BENCH NAME= HOME/pub/bench/PB06//final/normalized-PB06/OPT-BIGINT/mps-v2-20-10/plato.asu.edu/pub/milp/normalized-mps-v2-20-10-neos14.opb
COMMAND LINE= java -server -Xms1500M -Xmx1500M -jar ROOT/solvers/PB/PB06final/user5/sat4jPseudoHeuristics.jar ROOT/tmp/node12/43152-1149305568/instance-43152-1149305568.opb 325113423
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node12/watcher-43152-1149305568 -o ROOT/results/node12/solver-43152-1149305568 -C 1800 -M 1800 -S 64  java -server -Xms1500M -Xmx1500M -jar ROOT/solvers/PB/PB06final/user5/sat4jPseudoHeuristics.jar ROOT/tmp/node12/43152-1149305568/instance-43152-1149305568.opb 325113423

MD5SUM SOLVER= 3cef94aa015dc0dd234d31843a257d70
MD5SUM BENCH=  9a6d98eb18189bacb6bc49f39ff21900

RANDOM SEED= 325113423


/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.282
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.282
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:       1833128 kB
Buffers:         16156 kB
Cached:         136452 kB
SwapCached:       3180 kB
Active:          19780 kB
Inactive:       141484 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1833128 kB
SwapTotal:     4192956 kB
SwapFree:      4181420 kB
Dirty:             268 kB
Writeback:           0 kB
Mapped:          14720 kB
Slab:            47600 kB
Committed_AS:   281852 kB
PageTables:       1416 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB


End job on node12 on Sat Jun  3 04:02:35 UTC 2006