Trace number 44580

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerObjective functionCPU timeWall clock time
SAT4JPSEUDO 2006.2? (TO) 1800.86 1782.85

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/plato.asu.edu/
pub/milp/normalized-mps-v2-20-10-bienst2.opb
MD5SUM0af97c6a7a59a4d1015a4f591401bda7
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 variables13736
Total number of constraints597
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)5
Number of constraints which are nor clauses,nor cardinality constraints592
Minimum length of a constraint7
Maximum length of a constraint390
Number of terms in the objective function 30
Biggest coefficient in the objective function 536870912
Number of bits for the biggest coefficient in the objective function 30
Sum of the numbers in the objective function 1073741823
Number of bits of the sum of numbers in the objective function 30
Biggest number in a constraint 536870912
Number of bits of the biggest number in a constraint 30
Biggest sum of numbers in a constraint 13958659059
Number of bits of the biggest sum of numbers34
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data (download as text)

0.15	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.15	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.15	c no version file found!!!
0.15	c sun.arch.data.model	32
0.15	c java.version	1.5.0_06
0.15	c os.name	Linux
0.15	c os.version	2.6.9-34.ELsmp
0.15	c os.arch	i386
0.15	c Free memory 1548419056
0.15	c Max memory 1551040512
0.15	c Total memory 1551040512
0.15	c Number of processors 2
0.21	c Cutting planes based inference
0.21	c --- Begin Solver configuration ---
0.21	c org.sat4j.minisat.uip.FirstUIP@1037c71
0.21	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@1df073d
0.21	c org.sat4j.minisat.learning.MiniSATLearning@1546e25
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/node76/44580-1149305516/instance-44580-1149305516.opb
0.21	c reading problem ... 
1.36	c ... done. Time 1.151 ms.
1.36	c #vars     13736
1.36	c #constraints  725
1782.32	c starts		: 11
1782.32	c conflicts		: 16514
1782.32	c decisions		: 19568
1782.32	c propagations		: 108487
1782.32	c inspects		: 36854827
1782.32	c learnt literals	: 0
1782.32	c learnt binary clauses	: 0
1782.32	c learnt ternary clauses	: 0
1782.32	c learnt clauses	: 16513
1782.32	c root simplifications	: 0
1782.32	c removed literals (reason simplification)	: 0
1782.32	c reason swapping (by a shorter reason)	: 0
1782.32	c Calls to reduceDB	: 0
1782.32	c speed (decisions/second)	: 10.987511588040189
1782.32	c non guided choices	20
1782.32	s UNKNOWN
1782.32	c Total wall clock time (ms): 1782.111

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

Current StackSize limit: 67108864 bytes

/proc/loadavg: 0.85 0.97 0.98 2/68 27156
/proc/meminfo: memFree=1562760/2055888 swapFree=4085392/4096564
[pid=27156] ppid=27154 vsize=1788 CPUtime=0
/proc/27156/stat : 27156 (java) R 27154 27156 27110 0 -1 0 153 0 0 0 0 0 0 0 19 0 1 0 196191004 1830912 123 18446744073709551615 134512640 134570276 4294956624 18446744073709551615 134533409 0 0 4096 0 0 0 0 17 1 0 0
/proc/27156/statm: 447 134 99 14 0 91 0

[startup+10.002 s]
/proc/loadavg: 0.87 0.97 0.98 2/80 27168
/proc/meminfo: memFree=1386472/2055888 swapFree=4085392/4096564
[pid=27156] ppid=27154 vsize=1715160 CPUtime=11.71
/proc/27156/stat : 27156 (java) R 27154 27156 27110 0 -1 0 52261 0 1 0 1147 24 0 0 24 0 13 0 196191004 1756323840 45867 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071549819 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/27156/statm: 428790 45867 1906 14 0 415536 0
[pid=27156/tid=27157] ppid=27154 vsize=1715160 CPUtime=0.22
/proc/27156/task/27157/stat : 27157 (java) S 27154 27156 27110 0 -1 64 4975 0 0 0 20 2 0 0 16 0 13 0 196191008 1756323840 45867 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27156/tid=27158] ppid=27154 vsize=1715160 CPUtime=0.22
/proc/27156/task/27158/stat : 27158 (java) S 27154 27156 27110 0 -1 64 5595 0 0 0 20 2 0 0 17 0 13 0 196191008 1756323840 45867 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27156/tid=27159] ppid=27154 vsize=1715160 CPUtime=0
/proc/27156/task/27159/stat : 27159 (java) S 27154 27156 27110 0 -1 64 30 0 0 0 0 0 0 0 15 0 13 0 196191010 1756323840 45867 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=27156/tid=27160] ppid=27154 vsize=1715160 CPUtime=0
/proc/27156/task/27160/stat : 27160 (java) S 27154 27156 27110 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 196191011 1756323840 45867 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27156/tid=27161] ppid=27154 vsize=1715160 CPUtime=0
/proc/27156/task/27161/stat : 27161 (java) S 27154 27156 27110 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 196191011 1756323840 45867 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27156/tid=27162] ppid=27154 vsize=1715160 CPUtime=0
/proc/27156/task/27162/stat : 27162 (java) S 27154 27156 27110 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 196191014 1756323840 45867 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27156/tid=27163] ppid=27154 vsize=1715160 CPUtime=0
/proc/27156/task/27163/stat : 27163 (java) S 27154 27156 27110 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 196191014 1756323840 45867 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27156/tid=27164] ppid=27154 vsize=1715160 CPUtime=0.94
/proc/27156/task/27164/stat : 27164 (java) S 27154 27156 27110 0 -1 64 1948 0 0 0 94 0 0 0 17 0 13 0 196191014 1756323840 45867 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27156/tid=27165] ppid=27154 vsize=1715160 CPUtime=1.04
/proc/27156/task/27165/stat : 27165 (java) S 27154 27156 27110 0 -1 64 3151 0 0 0 103 1 0 0 16 0 13 0 196191014 1756323840 45867 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27156/tid=27166] ppid=27154 vsize=1715160 CPUtime=0
/proc/27156/task/27166/stat : 27166 (java) S 27154 27156 27110 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 196191014 1756323840 45867 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27156/tid=27167] ppid=27154 vsize=1715160 CPUtime=0
/proc/27156/task/27167/stat : 27167 (java) S 27154 27156 27110 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 196191014 1756323840 45867 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27156/tid=27168] ppid=27154 vsize=1715160 CPUtime=0
/proc/27156/task/27168/stat : 27168 (java) S 27154 27156 27110 0 -1 64 4 0 0 0 0 0 0 0 20 0 13 0 196191168 1756323840 45867 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 11.71
Current children cumulated vsize (Kb) 1715160

[startup+20.0092 s]
/proc/loadavg: 0.89 0.97 0.98 2/80 27168
/proc/meminfo: memFree=1379248/2055888 swapFree=4085392/4096564
[pid=27156] ppid=27154 vsize=1715160 CPUtime=21.8
/proc/27156/stat : 27156 (java) R 27154 27156 27110 0 -1 0 54212 0 1 0 2155 25 0 0 25 0 13 0 196191004 1756323840 47696 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071549274 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/27156/statm: 428790 47696 1908 14 0 415536 0
[pid=27156/tid=27157] ppid=27154 vsize=1715160 CPUtime=0.25
/proc/27156/task/27157/stat : 27157 (java) S 27154 27156 27110 0 -1 64 5904 0 0 0 23 2 0 0 16 0 13 0 196191008 1756323840 47696 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27156/tid=27158] ppid=27154 vsize=1715160 CPUtime=0.26
/proc/27156/task/27158/stat : 27158 (java) S 27154 27156 27110 0 -1 64 6506 0 0 0 23 3 0 0 16 0 13 0 196191008 1756323840 47696 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27156/tid=27159] ppid=27154 vsize=1715160 CPUtime=0
/proc/27156/task/27159/stat : 27159 (java) S 27154 27156 27110 0 -1 64 30 0 0 0 0 0 0 0 16 0 13 0 196191010 1756323840 47696 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=27156/tid=27160] ppid=27154 vsize=1715160 CPUtime=0
/proc/27156/task/27160/stat : 27160 (java) S 27154 27156 27110 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 196191011 1756323840 47696 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27156/tid=27161] ppid=27154 vsize=1715160 CPUtime=0
/proc/27156/task/27161/stat : 27161 (java) S 27154 27156 27110 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 196191011 1756323840 47696 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27156/tid=27162] ppid=27154 vsize=1715160 CPUtime=0
/proc/27156/task/27162/stat : 27162 (java) S 27154 27156 27110 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 196191014 1756323840 47696 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27156/tid=27163] ppid=27154 vsize=1715160 CPUtime=0
/proc/27156/task/27163/stat : 27163 (java) S 27154 27156 27110 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 196191014 1756323840 47696 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27156/tid=27164] ppid=27154 vsize=1715160 CPUtime=0.97
/proc/27156/task/27164/stat : 27164 (java) S 27154 27156 27110 0 -1 64 1948 0 0 0 97 0 0 0 16 0 13 0 196191014 1756323840 47696 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27156/tid=27165] ppid=27154 vsize=1715160 CPUtime=1.08
/proc/27156/task/27165/stat : 27165 (java) S 27154 27156 27110 0 -1 64 3156 0 0 0 107 1 0 0 16 0 13 0 196191014 1756323840 47696 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27156/tid=27166] ppid=27154 vsize=1715160 CPUtime=0
/proc/27156/task/27166/stat : 27166 (java) S 27154 27156 27110 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 196191014 1756323840 47696 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27156/tid=27167] ppid=27154 vsize=1715160 CPUtime=0
/proc/27156/task/27167/stat : 27167 (java) S 27154 27156 27110 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 196191014 1756323840 47696 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27156/tid=27168] ppid=27154 vsize=1715160 CPUtime=0
/proc/27156/task/27168/stat : 27168 (java) S 27154 27156 27110 0 -1 64 4 0 0 0 0 0 0 0 20 0 13 0 196191168 1756323840 47696 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 21.8
Current children cumulated vsize (Kb) 1715160

[startup+30.0164 s]
/proc/loadavg: 0.91 0.97 0.98 2/80 27168
/proc/meminfo: memFree=1377392/2055888 swapFree=4085392/4096564
[pid=27156] ppid=27154 vsize=1715160 CPUtime=31.82
/proc/27156/stat : 27156 (java) R 27154 27156 27110 0 -1 0 55158 0 1 0 3157 25 0 0 25 0 13 0 196191004 1756323840 48121 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071549819 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/27156/statm: 428790 48121 1908 14 0 415536 0
[pid=27156/tid=27157] ppid=27154 vsize=1715160 CPUtime=0.28
/proc/27156/task/27157/stat : 27157 (java) S 27154 27156 27110 0 -1 64 6429 0 0 0 25 3 0 0 16 0 13 0 196191008 1756323840 48121 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27156/tid=27158] ppid=27154 vsize=1715160 CPUtime=0.27
/proc/27156/task/27158/stat : 27158 (java) S 27154 27156 27110 0 -1 64 6919 0 0 0 24 3 0 0 16 0 13 0 196191008 1756323840 48121 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27156/tid=27159] ppid=27154 vsize=1715160 CPUtime=0
/proc/27156/task/27159/stat : 27159 (java) S 27154 27156 27110 0 -1 64 30 0 0 0 0 0 0 0 15 0 13 0 196191010 1756323840 48121 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=27156/tid=27160] ppid=27154 vsize=1715160 CPUtime=0
/proc/27156/task/27160/stat : 27160 (java) S 27154 27156 27110 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 196191011 1756323840 48121 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27156/tid=27161] ppid=27154 vsize=1715160 CPUtime=0
/proc/27156/task/27161/stat : 27161 (java) S 27154 27156 27110 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 196191011 1756323840 48121 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27156/tid=27162] ppid=27154 vsize=1715160 CPUtime=0
/proc/27156/task/27162/stat : 27162 (java) S 27154 27156 27110 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 196191014 1756323840 48121 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27156/tid=27163] ppid=27154 vsize=1715160 CPUtime=0
/proc/27156/task/27163/stat : 27163 (java) S 27154 27156 27110 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 196191014 1756323840 48121 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27156/tid=27164] ppid=27154 vsize=1715160 CPUtime=0.97
/proc/27156/task/27164/stat : 27164 (java) S 27154 27156 27110 0 -1 64 1948 0 0 0 97 0 0 0 16 0 13 0 196191014 1756323840 48121 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27156/tid=27165] ppid=27154 vsize=1715160 CPUtime=1.08
/proc/27156/task/27165/stat : 27165 (java) S 27154 27156 27110 0 -1 64 3156 0 0 0 107 1 0 0 16 0 13 0 196191014 1756323840 48121 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27156/tid=27166] ppid=27154 vsize=1715160 CPUtime=0
/proc/27156/task/27166/stat : 27166 (java) S 27154 27156 27110 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 196191014 1756323840 48121 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27156/tid=27167] ppid=27154 vsize=1715160 CPUtime=0
/proc/27156/task/27167/stat : 27167 (java) S 27154 27156 27110 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 196191014 1756323840 48121 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27156/tid=27168] ppid=27154 vsize=1715160 CPUtime=0
/proc/27156/task/27168/stat : 27168 (java) S 27154 27156 27110 0 -1 64 4 0 0 0 0 0 0 0 20 0 13 0 196191168 1756323840 48121 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 31.82
Current children cumulated vsize (Kb) 1715160

[startup+40.0236 s]
/proc/loadavg: 0.92 0.97 0.98 2/80 27168
/proc/meminfo: memFree=1380848/2055888 swapFree=4085392/4096564
[pid=27156] ppid=27154 vsize=1715160 CPUtime=41.87
/proc/27156/stat : 27156 (java) R 27154 27156 27110 0 -1 0 55873 0 1 0 4161 26 0 0 18 0 13 0 196191004 1756323840 47265 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071549831 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/27156/statm: 428790 47265 1910 14 0 415536 0
[pid=27156/tid=27157] ppid=27154 vsize=1715160 CPUtime=0.3
/proc/27156/task/27157/stat : 27157 (java) S 27154 27156 27110 0 -1 64 6793 0 0 0 27 3 0 0 16 0 13 0 196191008 1756323840 47265 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27156/tid=27158] ppid=27154 vsize=1715160 CPUtime=0.3
/proc/27156/task/27158/stat : 27158 (java) S 27154 27156 27110 0 -1 64 7259 0 0 0 27 3 0 0 17 0 13 0 196191008 1756323840 47265 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27156/tid=27159] ppid=27154 vsize=1715160 CPUtime=0
/proc/27156/task/27159/stat : 27159 (java) S 27154 27156 27110 0 -1 64 30 0 0 0 0 0 0 0 15 0 13 0 196191010 1756323840 47265 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=27156/tid=27160] ppid=27154 vsize=1715160 CPUtime=0
/proc/27156/task/27160/stat : 27160 (java) S 27154 27156 27110 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 196191011 1756323840 47265 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27156/tid=27161] ppid=27154 vsize=1715160 CPUtime=0
/proc/27156/task/27161/stat : 27161 (java) S 27154 27156 27110 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 196191011 1756323840 47265 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27156/tid=27162] ppid=27154 vsize=1715160 CPUtime=0
/proc/27156/task/27162/stat : 27162 (java) S 27154 27156 27110 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 196191014 1756323840 47265 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27156/tid=27163] ppid=27154 vsize=1715160 CPUtime=0
/proc/27156/task/27163/stat : 27163 (java) S 27154 27156 27110 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 196191014 1756323840 47265 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27156/tid=27164] ppid=27154 vsize=1715160 CPUtime=0.98
/proc/27156/task/27164/stat : 27164 (java) S 27154 27156 27110 0 -1 64 1948 0 0 0 98 0 0 0 16 0 13 0 196191014 1756323840 47265 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27156/tid=27165] ppid=27154 vsize=1715160 CPUtime=1.09
/proc/27156/task/27165/stat : 27165 (java) S 27154 27156 27110 0 -1 64 3158 0 0 0 108 1 0 0 17 0 13 0 196191014 1756323840 47265 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27156/tid=27166] ppid=27154 vsize=1715160 CPUtime=0
/proc/27156/task/27166/stat : 27166 (java) S 27154 27156 27110 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 196191014 1756323840 47265 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27156/tid=27167] ppid=27154 vsize=1715160 CPUtime=0
/proc/27156/task/27167/stat : 27167 (java) S 27154 27156 27110 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 196191014 1756323840 47265 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27156/tid=27168] ppid=27154 vsize=1715160 CPUtime=0
/proc/27156/task/27168/stat : 27168 (java) S 27154 27156 27110 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 196191168 1756323840 47265 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 41.87
Current children cumulated vsize (Kb) 1715160

[startup+50.0308 s]
/proc/loadavg: 0.93 0.97 0.98 2/80 27168
/proc/meminfo: memFree=1386416/2055888 swapFree=4085392/4096564
[pid=27156] ppid=27154 vsize=1715160 CPUtime=51.9
/proc/27156/stat : 27156 (java) R 27154 27156 27110 0 -1 0 56923 0 1 0 5164 26 0 0 25 0 13 0 196191004 1756323840 45879 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071392880 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/27156/statm: 428790 45879 1910 14 0 415536 0
[pid=27156/tid=27157] ppid=27154 vsize=1715160 CPUtime=0.33
/proc/27156/task/27157/stat : 27157 (java) S 27154 27156 27110 0 -1 64 7265 0 0 0 30 3 0 0 16 0 13 0 196191008 1756323840 45879 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27156/tid=27158] ppid=27154 vsize=1715160 CPUtime=0.33
/proc/27156/task/27158/stat : 27158 (java) S 27154 27156 27110 0 -1 64 7829 0 0 0 29 4 0 0 16 0 13 0 196191008 1756323840 45879 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27156/tid=27159] ppid=27154 vsize=1715160 CPUtime=0.01
/proc/27156/task/27159/stat : 27159 (java) S 27154 27156 27110 0 -1 64 30 0 0 0 1 0 0 0 15 0 13 0 196191010 1756323840 45879 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=27156/tid=27160] ppid=27154 vsize=1715160 CPUtime=0
/proc/27156/task/27160/stat : 27160 (java) S 27154 27156 27110 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 196191011 1756323840 45879 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27156/tid=27161] ppid=27154 vsize=1715160 CPUtime=0
/proc/27156/task/27161/stat : 27161 (java) S 27154 27156 27110 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 196191011 1756323840 45879 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27156/tid=27162] ppid=27154 vsize=1715160 CPUtime=0
/proc/27156/task/27162/stat : 27162 (java) S 27154 27156 27110 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 196191014 1756323840 45879 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27156/tid=27163] ppid=27154 vsize=1715160 CPUtime=0
/proc/27156/task/27163/stat : 27163 (java) S 27154 27156 27110 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 196191014 1756323840 45879 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27156/tid=27164] ppid=27154 vsize=1715160 CPUtime=0.99
/proc/27156/task/27164/stat : 27164 (java) S 27154 27156 27110 0 -1 64 1948 0 0 0 99 0 0 0 16 0 13 0 196191014 1756323840 45879 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27156/tid=27165] ppid=27154 vsize=1715160 CPUtime=1.1
/proc/27156/task/27165/stat : 27165 (java) S 27154 27156 27110 0 -1 64 3158 0 0 0 109 1 0 0 17 0 13 0 196191014 1756323840 45879 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27156/tid=27166] ppid=27154 vsize=1715160 CPUtime=0
/proc/27156/task/27166/stat : 27166 (java) S 27154 27156 27110 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 196191014 1756323840 45879 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27156/tid=27167] ppid=27154 vsize=1715160 CPUtime=0
/proc/27156/task/27167/stat : 27167 (java) S 27154 27156 27110 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 196191014 1756323840 45879 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27156/tid=27168] ppid=27154 vsize=1715160 CPUtime=0
/proc/27156/task/27168/stat : 27168 (java) S 27154 27156 27110 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 196191168 1756323840 45879 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 51.9
Current children cumulated vsize (Kb) 1715160

[startup+60.037 s]
/proc/loadavg: 0.94 0.97 0.98 2/80 27168
/proc/meminfo: memFree=1390768/2055888 swapFree=4085392/4096564
[pid=27156] ppid=27154 vsize=1715160 CPUtime=61.94
/proc/27156/stat : 27156 (java) R 27154 27156 27110 0 -1 0 57943 0 1 0 6167 27 0 0 17 0 13 0 196191004 1756323840 44795 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071719359 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/27156/statm: 428790 44795 1910 14 0 415536 0
[pid=27156/tid=27157] ppid=27154 vsize=1715160 CPUtime=0.36
/proc/27156/task/27157/stat : 27157 (java) S 27154 27156 27110 0 -1 64 7813 0 0 0 33 3 0 0 16 0 13 0 196191008 1756323840 44795 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27156/tid=27158] ppid=27154 vsize=1715160 CPUtime=0.36
/proc/27156/task/27158/stat : 27158 (java) S 27154 27156 27110 0 -1 64 8290 0 0 0 32 4 0 0 16 0 13 0 196191008 1756323840 44795 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27156/tid=27159] ppid=27154 vsize=1715160 CPUtime=0.01
/proc/27156/task/27159/stat : 27159 (java) S 27154 27156 27110 0 -1 64 30 0 0 0 1 0 0 0 16 0 13 0 196191010 1756323840 44795 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=27156/tid=27160] ppid=27154 vsize=1715160 CPUtime=0
/proc/27156/task/27160/stat : 27160 (java) S 27154 27156 27110 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 196191011 1756323840 44795 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27156/tid=27161] ppid=27154 vsize=1715160 CPUtime=0
/proc/27156/task/27161/stat : 27161 (java) S 27154 27156 27110 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 196191011 1756323840 44795 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27156/tid=27162] ppid=27154 vsize=1715160 CPUtime=0
/proc/27156/task/27162/stat : 27162 (java) S 27154 27156 27110 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 196191014 1756323840 44795 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0

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

[pid=27156/tid=27160] ppid=27154 vsize=1715160 CPUtime=0
/proc/27156/task/27160/stat : 27160 (java) S 27154 27156 27110 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 196191011 1756323840 186468 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27156/tid=27161] ppid=27154 vsize=1715160 CPUtime=0
/proc/27156/task/27161/stat : 27161 (java) S 27154 27156 27110 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 196191011 1756323840 186468 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27156/tid=27162] ppid=27154 vsize=1715160 CPUtime=0
/proc/27156/task/27162/stat : 27162 (java) S 27154 27156 27110 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 196191014 1756323840 186468 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27156/tid=27163] ppid=27154 vsize=1715160 CPUtime=0
/proc/27156/task/27163/stat : 27163 (java) S 27154 27156 27110 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 196191014 1756323840 186468 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27156/tid=27164] ppid=27154 vsize=1715160 CPUtime=1.12
/proc/27156/task/27164/stat : 27164 (java) S 27154 27156 27110 0 -1 64 1961 0 0 0 112 0 0 0 16 0 13 0 196191014 1756323840 186468 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27156/tid=27165] ppid=27154 vsize=1715160 CPUtime=1.13
/proc/27156/task/27165/stat : 27165 (java) S 27154 27156 27110 0 -1 64 3159 0 0 0 112 1 0 0 17 0 13 0 196191014 1756323840 186468 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27156/tid=27166] ppid=27154 vsize=1715160 CPUtime=0
/proc/27156/task/27166/stat : 27166 (java) S 27154 27156 27110 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 196191014 1756323840 186468 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27156/tid=27167] ppid=27154 vsize=1715160 CPUtime=0
/proc/27156/task/27167/stat : 27167 (java) S 27154 27156 27110 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 196191014 1756323840 186468 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27156/tid=27168] ppid=27154 vsize=1715160 CPUtime=0
/proc/27156/task/27168/stat : 27168 (java) S 27154 27156 27110 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 196191168 1756323840 186468 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1796.63
Current children cumulated vsize (Kb) 1715160

[startup+1779.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/80 27365
/proc/meminfo: memFree=822256/2055888 swapFree=4085392/4096564
[pid=27156] ppid=27154 vsize=1715160 CPUtime=1797.64
/proc/27156/stat : 27156 (java) R 27154 27156 27110 0 -1 0 282098 0 1 0 179618 146 0 0 25 0 13 0 196191004 1756323840 186468 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071392729 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/27156/statm: 428790 186468 1910 14 0 415536 0
[pid=27156/tid=27157] ppid=27154 vsize=1715160 CPUtime=17.45
/proc/27156/task/27157/stat : 27157 (java) S 27154 27156 27110 0 -1 64 86790 0 0 0 1705 40 0 0 16 0 13 0 196191008 1756323840 186468 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27156/tid=27158] ppid=27154 vsize=1715160 CPUtime=17.51
/proc/27156/task/27158/stat : 27158 (java) S 27154 27156 27110 0 -1 64 84880 0 0 0 1713 38 0 0 16 0 13 0 196191008 1756323840 186468 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27156/tid=27159] ppid=27154 vsize=1715160 CPUtime=0.33
/proc/27156/task/27159/stat : 27159 (java) S 27154 27156 27110 0 -1 64 215 0 0 0 18 15 0 0 16 0 13 0 196191010 1756323840 186468 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=27156/tid=27160] ppid=27154 vsize=1715160 CPUtime=0
/proc/27156/task/27160/stat : 27160 (java) S 27154 27156 27110 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 196191011 1756323840 186468 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27156/tid=27161] ppid=27154 vsize=1715160 CPUtime=0
/proc/27156/task/27161/stat : 27161 (java) S 27154 27156 27110 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 196191011 1756323840 186468 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27156/tid=27162] ppid=27154 vsize=1715160 CPUtime=0
/proc/27156/task/27162/stat : 27162 (java) S 27154 27156 27110 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 196191014 1756323840 186468 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27156/tid=27163] ppid=27154 vsize=1715160 CPUtime=0
/proc/27156/task/27163/stat : 27163 (java) S 27154 27156 27110 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 196191014 1756323840 186468 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27156/tid=27164] ppid=27154 vsize=1715160 CPUtime=1.12
/proc/27156/task/27164/stat : 27164 (java) S 27154 27156 27110 0 -1 64 1961 0 0 0 112 0 0 0 16 0 13 0 196191014 1756323840 186468 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27156/tid=27165] ppid=27154 vsize=1715160 CPUtime=1.13
/proc/27156/task/27165/stat : 27165 (java) S 27154 27156 27110 0 -1 64 3159 0 0 0 112 1 0 0 17 0 13 0 196191014 1756323840 186468 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27156/tid=27166] ppid=27154 vsize=1715160 CPUtime=0
/proc/27156/task/27166/stat : 27166 (java) S 27154 27156 27110 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 196191014 1756323840 186468 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27156/tid=27167] ppid=27154 vsize=1715160 CPUtime=0
/proc/27156/task/27167/stat : 27167 (java) S 27154 27156 27110 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 196191014 1756323840 186468 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27156/tid=27168] ppid=27154 vsize=1715160 CPUtime=0
/proc/27156/task/27168/stat : 27168 (java) S 27154 27156 27110 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 196191168 1756323840 186468 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1797.64
Current children cumulated vsize (Kb) 1715160

[startup+1780.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/80 27365
/proc/meminfo: memFree=821488/2055888 swapFree=4085392/4096564
[pid=27156] ppid=27154 vsize=1715160 CPUtime=1798.67
/proc/27156/stat : 27156 (java) R 27154 27156 27110 0 -1 0 282303 0 1 0 179721 146 0 0 25 0 13 0 196191004 1756323840 186658 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071529939 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/27156/statm: 428790 186658 1910 14 0 415536 0
[pid=27156/tid=27157] ppid=27154 vsize=1715160 CPUtime=17.49
/proc/27156/task/27157/stat : 27157 (java) S 27154 27156 27110 0 -1 64 86888 0 0 0 1709 40 0 0 17 0 13 0 196191008 1756323840 186658 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27156/tid=27158] ppid=27154 vsize=1715160 CPUtime=17.54
/proc/27156/task/27158/stat : 27158 (java) S 27154 27156 27110 0 -1 64 84986 0 0 0 1716 38 0 0 16 0 13 0 196191008 1756323840 186658 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27156/tid=27159] ppid=27154 vsize=1715160 CPUtime=0.33
/proc/27156/task/27159/stat : 27159 (java) S 27154 27156 27110 0 -1 64 215 0 0 0 18 15 0 0 16 0 13 0 196191010 1756323840 186658 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=27156/tid=27160] ppid=27154 vsize=1715160 CPUtime=0
/proc/27156/task/27160/stat : 27160 (java) S 27154 27156 27110 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 196191011 1756323840 186658 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27156/tid=27161] ppid=27154 vsize=1715160 CPUtime=0
/proc/27156/task/27161/stat : 27161 (java) S 27154 27156 27110 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 196191011 1756323840 186658 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27156/tid=27162] ppid=27154 vsize=1715160 CPUtime=0
/proc/27156/task/27162/stat : 27162 (java) S 27154 27156 27110 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 196191014 1756323840 186658 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27156/tid=27163] ppid=27154 vsize=1715160 CPUtime=0
/proc/27156/task/27163/stat : 27163 (java) S 27154 27156 27110 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 196191014 1756323840 186658 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27156/tid=27164] ppid=27154 vsize=1715160 CPUtime=1.12
/proc/27156/task/27164/stat : 27164 (java) S 27154 27156 27110 0 -1 64 1961 0 0 0 112 0 0 0 16 0 13 0 196191014 1756323840 186658 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27156/tid=27165] ppid=27154 vsize=1715160 CPUtime=1.13
/proc/27156/task/27165/stat : 27165 (java) S 27154 27156 27110 0 -1 64 3159 0 0 0 112 1 0 0 17 0 13 0 196191014 1756323840 186658 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27156/tid=27166] ppid=27154 vsize=1715160 CPUtime=0
/proc/27156/task/27166/stat : 27166 (java) S 27154 27156 27110 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 196191014 1756323840 186658 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27156/tid=27167] ppid=27154 vsize=1715160 CPUtime=0
/proc/27156/task/27167/stat : 27167 (java) S 27154 27156 27110 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 196191014 1756323840 186658 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27156/tid=27168] ppid=27154 vsize=1715160 CPUtime=0
/proc/27156/task/27168/stat : 27168 (java) S 27154 27156 27110 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 196191168 1756323840 186658 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1798.67
Current children cumulated vsize (Kb) 1715160

[startup+1781.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/80 27365
/proc/meminfo: memFree=821488/2055888 swapFree=4085392/4096564
[pid=27156] ppid=27154 vsize=1715160 CPUtime=1799.68
/proc/27156/stat : 27156 (java) R 27154 27156 27110 0 -1 0 282303 0 1 0 179822 146 0 0 25 0 13 0 196191004 1756323840 186658 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071574045 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/27156/statm: 428790 186658 1910 14 0 415536 0
[pid=27156/tid=27157] ppid=27154 vsize=1715160 CPUtime=17.49
/proc/27156/task/27157/stat : 27157 (java) S 27154 27156 27110 0 -1 64 86888 0 0 0 1709 40 0 0 17 0 13 0 196191008 1756323840 186658 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27156/tid=27158] ppid=27154 vsize=1715160 CPUtime=17.54
/proc/27156/task/27158/stat : 27158 (java) S 27154 27156 27110 0 -1 64 84986 0 0 0 1716 38 0 0 16 0 13 0 196191008 1756323840 186658 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27156/tid=27159] ppid=27154 vsize=1715160 CPUtime=0.33
/proc/27156/task/27159/stat : 27159 (java) S 27154 27156 27110 0 -1 64 215 0 0 0 18 15 0 0 16 0 13 0 196191010 1756323840 186658 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=27156/tid=27160] ppid=27154 vsize=1715160 CPUtime=0
/proc/27156/task/27160/stat : 27160 (java) S 27154 27156 27110 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 196191011 1756323840 186658 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27156/tid=27161] ppid=27154 vsize=1715160 CPUtime=0
/proc/27156/task/27161/stat : 27161 (java) S 27154 27156 27110 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 196191011 1756323840 186658 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27156/tid=27162] ppid=27154 vsize=1715160 CPUtime=0
/proc/27156/task/27162/stat : 27162 (java) S 27154 27156 27110 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 196191014 1756323840 186658 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27156/tid=27163] ppid=27154 vsize=1715160 CPUtime=0
/proc/27156/task/27163/stat : 27163 (java) S 27154 27156 27110 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 196191014 1756323840 186658 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27156/tid=27164] ppid=27154 vsize=1715160 CPUtime=1.12
/proc/27156/task/27164/stat : 27164 (java) S 27154 27156 27110 0 -1 64 1961 0 0 0 112 0 0 0 16 0 13 0 196191014 1756323840 186658 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27156/tid=27165] ppid=27154 vsize=1715160 CPUtime=1.13
/proc/27156/task/27165/stat : 27165 (java) S 27154 27156 27110 0 -1 64 3159 0 0 0 112 1 0 0 17 0 13 0 196191014 1756323840 186658 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27156/tid=27166] ppid=27154 vsize=1715160 CPUtime=0
/proc/27156/task/27166/stat : 27166 (java) S 27154 27156 27110 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 196191014 1756323840 186658 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27156/tid=27167] ppid=27154 vsize=1715160 CPUtime=0
/proc/27156/task/27167/stat : 27167 (java) S 27154 27156 27110 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 196191014 1756323840 186658 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27156/tid=27168] ppid=27154 vsize=1715160 CPUtime=0
/proc/27156/task/27168/stat : 27168 (java) S 27154 27156 27110 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 196191168 1756323840 186658 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1799.68
Current children cumulated vsize (Kb) 1715160

[startup+1782.32 s]
/proc/loadavg: 1.00 1.00 1.00 2/80 27365
/proc/meminfo: memFree=820912/2055888 swapFree=4085392/4096564
[pid=27156] ppid=27154 vsize=1715160 CPUtime=1800.71
/proc/27156/stat : 27156 (java) R 27154 27156 27110 0 -1 0 282442 0 1 0 179925 146 0 0 25 0 13 0 196191004 1756323840 186796 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071520675 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/27156/statm: 428790 186796 1910 14 0 415536 0
[pid=27156/tid=27157] ppid=27154 vsize=1715160 CPUtime=17.52
/proc/27156/task/27157/stat : 27157 (java) S 27154 27156 27110 0 -1 64 86923 0 0 0 1712 40 0 0 16 0 13 0 196191008 1756323840 186796 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27156/tid=27158] ppid=27154 vsize=1715160 CPUtime=17.57
/proc/27156/task/27158/stat : 27158 (java) S 27154 27156 27110 0 -1 64 85089 0 0 0 1719 38 0 0 17 0 13 0 196191008 1756323840 186796 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27156/tid=27159] ppid=27154 vsize=1715160 CPUtime=0.33
/proc/27156/task/27159/stat : 27159 (java) S 27154 27156 27110 0 -1 64 215 0 0 0 18 15 0 0 15 0 13 0 196191010 1756323840 186796 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=27156/tid=27160] ppid=27154 vsize=1715160 CPUtime=0
/proc/27156/task/27160/stat : 27160 (java) S 27154 27156 27110 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 196191011 1756323840 186796 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27156/tid=27161] ppid=27154 vsize=1715160 CPUtime=0
/proc/27156/task/27161/stat : 27161 (java) S 27154 27156 27110 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 196191011 1756323840 186796 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27156/tid=27162] ppid=27154 vsize=1715160 CPUtime=0
/proc/27156/task/27162/stat : 27162 (java) S 27154 27156 27110 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 196191014 1756323840 186796 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27156/tid=27163] ppid=27154 vsize=1715160 CPUtime=0
/proc/27156/task/27163/stat : 27163 (java) S 27154 27156 27110 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 196191014 1756323840 186796 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27156/tid=27164] ppid=27154 vsize=1715160 CPUtime=1.12
/proc/27156/task/27164/stat : 27164 (java) S 27154 27156 27110 0 -1 64 1961 0 0 0 112 0 0 0 16 0 13 0 196191014 1756323840 186796 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27156/tid=27165] ppid=27154 vsize=1715160 CPUtime=1.13
/proc/27156/task/27165/stat : 27165 (java) S 27154 27156 27110 0 -1 64 3159 0 0 0 112 1 0 0 17 0 13 0 196191014 1756323840 186796 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27156/tid=27166] ppid=27154 vsize=1715160 CPUtime=0
/proc/27156/task/27166/stat : 27166 (java) S 27154 27156 27110 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 196191014 1756323840 186796 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27156/tid=27167] ppid=27154 vsize=1715160 CPUtime=0
/proc/27156/task/27167/stat : 27167 (java) S 27154 27156 27110 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 196191014 1756323840 186796 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27156/tid=27168] ppid=27154 vsize=1715160 CPUtime=0
/proc/27156/task/27168/stat : 27168 (java) S 27154 27156 27110 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 196191168 1756323840 186796 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.71
Current children cumulated vsize (Kb) 1715160



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1782.32 s]
/proc/loadavg: 1.00 1.00 1.00 2/80 27365
/proc/meminfo: memFree=820912/2055888 swapFree=4085392/4096564
[pid=27156] ppid=27154 vsize=1715160 CPUtime=1800.72
/proc/27156/stat : 27156 (java) R 27154 27156 27110 0 -1 0 282442 0 1 0 179926 146 0 0 25 0 13 0 196191004 1756323840 186796 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071549831 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/27156/statm: 428790 186796 1910 14 0 415536 0
[pid=27156/tid=27157] ppid=27154 vsize=1715160 CPUtime=17.52
/proc/27156/task/27157/stat : 27157 (java) S 27154 27156 27110 0 -1 64 86923 0 0 0 1712 40 0 0 16 0 13 0 196191008 1756323840 186796 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27156/tid=27158] ppid=27154 vsize=1715160 CPUtime=17.57
/proc/27156/task/27158/stat : 27158 (java) S 27154 27156 27110 0 -1 64 85089 0 0 0 1719 38 0 0 17 0 13 0 196191008 1756323840 186796 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27156/tid=27159] ppid=27154 vsize=1715160 CPUtime=0.33
/proc/27156/task/27159/stat : 27159 (java) S 27154 27156 27110 0 -1 64 215 0 0 0 18 15 0 0 15 0 13 0 196191010 1756323840 186796 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=27156/tid=27160] ppid=27154 vsize=1715160 CPUtime=0
/proc/27156/task/27160/stat : 27160 (java) S 27154 27156 27110 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 196191011 1756323840 186796 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27156/tid=27161] ppid=27154 vsize=1715160 CPUtime=0
/proc/27156/task/27161/stat : 27161 (java) S 27154 27156 27110 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 196191011 1756323840 186796 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27156/tid=27162] ppid=27154 vsize=1715160 CPUtime=0
/proc/27156/task/27162/stat : 27162 (java) S 27154 27156 27110 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 196191014 1756323840 186796 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27156/tid=27163] ppid=27154 vsize=1715160 CPUtime=0
/proc/27156/task/27163/stat : 27163 (java) S 27154 27156 27110 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 196191014 1756323840 186796 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27156/tid=27164] ppid=27154 vsize=1715160 CPUtime=1.12
/proc/27156/task/27164/stat : 27164 (java) S 27154 27156 27110 0 -1 64 1961 0 0 0 112 0 0 0 16 0 13 0 196191014 1756323840 186796 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27156/tid=27165] ppid=27154 vsize=1715160 CPUtime=1.13
/proc/27156/task/27165/stat : 27165 (java) S 27154 27156 27110 0 -1 64 3159 0 0 0 112 1 0 0 17 0 13 0 196191014 1756323840 186796 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27156/tid=27166] ppid=27154 vsize=1715160 CPUtime=0
/proc/27156/task/27166/stat : 27166 (java) S 27154 27156 27110 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 196191014 1756323840 186796 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27156/tid=27167] ppid=27154 vsize=1715160 CPUtime=0
/proc/27156/task/27167/stat : 27167 (java) S 27154 27156 27110 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 196191014 1756323840 186796 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27156/tid=27168] ppid=27154 vsize=1715160 CPUtime=0
/proc/27156/task/27168/stat : 27168 (java) S 27154 27156 27110 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 196191168 1756323840 186796 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.72
Current children cumulated vsize (Kb) 1715160

Sending SIGTERM to -27156
Sleeping 2 seconds

Child status: 143
Real time (s): 1782.85
CPU time (s): 1800.86
CPU user time (s): 1799.29
CPU system time (s): 1.57176
CPU usage (%): 101.01
Max. virtual memory (cumulated for all children) (Kb): 1715160

Launcher Data (download as text)

Begin job on node76 on Sat Jun  3 03:31:56 UTC 2006


FILE ID= 44580-1149305516

PBS_JOBID= 307592

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-bienst2.opb
COMMAND LINE= java -server -Xms1500M -Xmx1500M -jar ROOT/solvers/PB/PB06final/user5/sat4jPseudoPlus.jar ROOT/tmp/node76/44580-1149305516/instance-44580-1149305516.opb 802643279
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node76/watcher-44580-1149305516 -o ROOT/results/node76/solver-44580-1149305516 -C 1800 -M 1800 -S 64  java -server -Xms1500M -Xmx1500M -jar ROOT/solvers/PB/PB06final/user5/sat4jPseudoPlus.jar ROOT/tmp/node76/44580-1149305516/instance-44580-1149305516.opb 802643279

MD5SUM SOLVER= e9637a7554f3ecdf74c1815f89d00213
MD5SUM BENCH=  0af97c6a7a59a4d1015a4f591401bda7

RANDOM SEED= 802643279


/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	: 6006.14
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	: 5999.40
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055888 kB
MemFree:       1563032 kB
Buffers:         38056 kB
Cached:         386836 kB
SwapCached:       2488 kB
Active:          32876 kB
Inactive:       400784 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055888 kB
LowFree:       1563032 kB
SwapTotal:     4096564 kB
SwapFree:      4085392 kB
Dirty:             144 kB
Writeback:           0 kB
Mapped:          16548 kB
Slab:            45708 kB
Committed_AS:   313628 kB
PageTables:       1260 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264388 kB
VmallocChunk: 536606243 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB


End job on node76 on Sat Jun  3 04:01:39 UTC 2006