Trace number 42443

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.67 1787.48

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/plato.asu.edu/
pub/unibo/normalized-reduced-mps-v2-20-10-roll3000.opb
MD5SUM8bdca001a57a76bf3835c82b9bc6a431
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables8902
Total number of constraints2864
Number of constraints which are clauses143
Number of constraints which are cardinality constraints (but not clauses)31
Number of constraints which are nor clauses,nor cardinality constraints2690
Minimum length of a constraint2
Maximum length of a constraint2407
Number of terms in the objective function 31
Biggest coefficient in the objective function 262145
Number of bits for the biggest coefficient in the objective function 19
Sum of the numbers in the objective function 524318
Number of bits of the sum of numbers in the objective function 20
Biggest number in a constraint 262145
Number of bits of the biggest number in a constraint 19
Biggest sum of numbers in a constraint 526135
Number of bits of the biggest sum of numbers20
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data (download as text)

0.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.22	c Cutting planes based inference
0.22	c --- Begin Solver configuration ---
0.22	c org.sat4j.minisat.uip.FirstUIP@1df073d
0.22	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@1546e25
0.22	c org.sat4j.minisat.learning.MiniSATLearning@b66cc
0.22	c conflictBoundIncFactor=1.5 learntBoundIncFactor=1.1 initLearntBoundConstraintFactor=10000.0 initConflictBound=100 
0.22	c VSIDS like heuristics from MiniSAT using a heap
0.22	c No reason simplification
0.22	c --- End Solver configuration ---
0.22	c solving ROOT/tmp/node29/42443-1149264466/instance-42443-1149264466.opb
0.22	c reading problem ... 
2.32	c ... done. Time 2.097 ms.
2.32	c #vars     8902
2.32	c #constraints  3038
1787.37	c starts		: 14
1787.37	c conflicts		: 49148
1787.37	c decisions		: 153212
1787.37	c propagations		: 2217381
1787.37	c inspects		: 151355549
1787.37	c learnt literals	: 0
1787.37	c learnt binary clauses	: 0
1787.37	c learnt ternary clauses	: 0
1787.37	c learnt clauses	: 49147
1787.37	c root simplifications	: 0
1787.37	c removed literals (reason simplification)	: 0
1787.37	c reason swapping (by a shorter reason)	: 0
1787.37	c Calls to reduceDB	: 0
1787.37	c speed (decisions/second)	: 85.83161067320998
1787.37	c non guided choices	1054
1787.37	s UNKNOWN
1787.37	c Total wall clock time (ms): 1787.151

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

Current StackSize limit: 67108864 bytes

/proc/loadavg: 0.92 0.97 0.94 2/64 11243
/proc/meminfo: memFree=1732512/2055920 swapFree=4181384/4192956
[pid=11243] ppid=11241 vsize=168 CPUtime=0
/proc/11243/stat : 11243 (java) R 11241 11243 11197 0 -1 0 39 0 0 0 0 0 0 0 19 0 1 0 192110233 172032 23 18446744073709551615 134512640 134570276 4294956608 18446744073709551615 4129067 0 0 4096 0 0 0 0 17 1 0 0
/proc/11243/statm: 42 23 18 14 0 2 0

[startup+10.0023 s]
/proc/loadavg: 0.93 0.97 0.94 2/76 11255
/proc/meminfo: memFree=1542528/2055920 swapFree=4181384/4192956
[pid=11243] ppid=11241 vsize=1720476 CPUtime=11.92
/proc/11243/stat : 11243 (java) R 11241 11243 11197 0 -1 0 53741 0 1 0 1166 26 0 0 25 0 13 0 192110233 1761767424 49284 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071643407 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/11243/statm: 430119 49284 1911 14 0 416866 0
[pid=11243/tid=11244] ppid=11241 vsize=1720476 CPUtime=0.24
/proc/11243/task/11244/stat : 11244 (java) S 11241 11243 11197 0 -1 64 5054 0 0 0 21 3 0 0 16 0 13 0 192110236 1761767424 49284 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11243/tid=11245] ppid=11241 vsize=1720476 CPUtime=0.28
/proc/11243/task/11245/stat : 11245 (java) S 11241 11243 11197 0 -1 64 5924 0 0 0 24 4 0 0 16 0 13 0 192110236 1761767424 49284 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11243/tid=11246] ppid=11241 vsize=1720476 CPUtime=0
/proc/11243/task/11246/stat : 11246 (java) S 11241 11243 11197 0 -1 64 27 0 0 0 0 0 0 0 16 0 13 0 192110239 1761767424 49284 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=11243/tid=11247] ppid=11241 vsize=1720476 CPUtime=0
/proc/11243/task/11247/stat : 11247 (java) S 11241 11243 11197 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 192110239 1761767424 49284 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11243/tid=11248] ppid=11241 vsize=1720476 CPUtime=0
/proc/11243/task/11248/stat : 11248 (java) S 11241 11243 11197 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 192110239 1761767424 49284 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11243/tid=11249] ppid=11241 vsize=1720476 CPUtime=0
/proc/11243/task/11249/stat : 11249 (java) S 11241 11243 11197 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 192110243 1761767424 49284 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11243/tid=11250] ppid=11241 vsize=1720476 CPUtime=0
/proc/11243/task/11250/stat : 11250 (java) S 11241 11243 11197 0 -1 64 3 0 0 0 0 0 0 0 17 0 13 0 192110243 1761767424 49284 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11243/tid=11251] ppid=11241 vsize=1720476 CPUtime=0.72
/proc/11243/task/11251/stat : 11251 (java) S 11241 11243 11197 0 -1 64 1159 0 0 0 72 0 0 0 17 0 13 0 192110243 1761767424 49284 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11243/tid=11252] ppid=11241 vsize=1720476 CPUtime=1.37
/proc/11243/task/11252/stat : 11252 (java) S 11241 11243 11197 0 -1 64 4871 0 0 0 136 1 0 0 16 0 13 0 192110243 1761767424 49284 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11243/tid=11253] ppid=11241 vsize=1720476 CPUtime=0
/proc/11243/task/11253/stat : 11253 (java) S 11241 11243 11197 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 192110243 1761767424 49284 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11243/tid=11254] ppid=11241 vsize=1720476 CPUtime=0
/proc/11243/task/11254/stat : 11254 (java) S 11241 11243 11197 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 192110243 1761767424 49284 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11243/tid=11255] ppid=11241 vsize=1720476 CPUtime=0
/proc/11243/task/11255/stat : 11255 (java) S 11241 11243 11197 0 -1 64 3 0 0 0 0 0 0 0 22 0 13 0 192110472 1761767424 49284 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 11.92
Current children cumulated vsize (Kb) 1720476

[startup+20.0097 s]
/proc/loadavg: 0.94 0.97 0.94 2/76 11255
/proc/meminfo: memFree=1539456/2055920 swapFree=4181384/4192956
[pid=11243] ppid=11241 vsize=1720476 CPUtime=21.97
/proc/11243/stat : 11243 (java) R 11241 11243 11197 0 -1 0 54742 0 1 0 2170 27 0 0 25 0 13 0 192110233 1761767424 50077 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4151570485 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/11243/statm: 430119 50077 1911 14 0 416866 0
[pid=11243/tid=11244] ppid=11241 vsize=1720476 CPUtime=0.26
/proc/11243/task/11244/stat : 11244 (java) S 11241 11243 11197 0 -1 64 5568 0 0 0 23 3 0 0 16 0 13 0 192110236 1761767424 50077 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11243/tid=11245] ppid=11241 vsize=1720476 CPUtime=0.31
/proc/11243/task/11245/stat : 11245 (java) S 11241 11243 11197 0 -1 64 6401 0 0 0 27 4 0 0 16 0 13 0 192110236 1761767424 50077 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11243/tid=11246] ppid=11241 vsize=1720476 CPUtime=0
/proc/11243/task/11246/stat : 11246 (java) S 11241 11243 11197 0 -1 64 27 0 0 0 0 0 0 0 16 0 13 0 192110239 1761767424 50077 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=11243/tid=11247] ppid=11241 vsize=1720476 CPUtime=0
/proc/11243/task/11247/stat : 11247 (java) S 11241 11243 11197 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 192110239 1761767424 50077 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11243/tid=11248] ppid=11241 vsize=1720476 CPUtime=0
/proc/11243/task/11248/stat : 11248 (java) S 11241 11243 11197 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 192110239 1761767424 50077 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11243/tid=11249] ppid=11241 vsize=1720476 CPUtime=0
/proc/11243/task/11249/stat : 11249 (java) S 11241 11243 11197 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 192110243 1761767424 50077 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11243/tid=11250] ppid=11241 vsize=1720476 CPUtime=0
/proc/11243/task/11250/stat : 11250 (java) S 11241 11243 11197 0 -1 64 3 0 0 0 0 0 0 0 17 0 13 0 192110243 1761767424 50077 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11243/tid=11251] ppid=11241 vsize=1720476 CPUtime=0.74
/proc/11243/task/11251/stat : 11251 (java) S 11241 11243 11197 0 -1 64 1162 0 0 0 74 0 0 0 17 0 13 0 192110243 1761767424 50077 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11243/tid=11252] ppid=11241 vsize=1720476 CPUtime=1.38
/proc/11243/task/11252/stat : 11252 (java) S 11241 11243 11197 0 -1 64 4872 0 0 0 137 1 0 0 16 0 13 0 192110243 1761767424 50077 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11243/tid=11253] ppid=11241 vsize=1720476 CPUtime=0
/proc/11243/task/11253/stat : 11253 (java) S 11241 11243 11197 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 192110243 1761767424 50077 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11243/tid=11254] ppid=11241 vsize=1720476 CPUtime=0
/proc/11243/task/11254/stat : 11254 (java) S 11241 11243 11197 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 192110243 1761767424 50077 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11243/tid=11255] ppid=11241 vsize=1720476 CPUtime=0
/proc/11243/task/11255/stat : 11255 (java) S 11241 11243 11197 0 -1 64 3 0 0 0 0 0 0 0 22 0 13 0 192110472 1761767424 50077 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 21.97
Current children cumulated vsize (Kb) 1720476

[startup+30.0171 s]
/proc/loadavg: 0.95 0.97 0.94 2/76 11255
/proc/meminfo: memFree=1538240/2055920 swapFree=4181384/4192956
[pid=11243] ppid=11241 vsize=1720476 CPUtime=31.99
/proc/11243/stat : 11243 (java) R 11241 11243 11197 0 -1 0 55118 0 1 0 3172 27 0 0 25 0 13 0 192110233 1761767424 50398 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071580516 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/11243/statm: 430119 50398 1911 14 0 416866 0
[pid=11243/tid=11244] ppid=11241 vsize=1720476 CPUtime=0.27
/proc/11243/task/11244/stat : 11244 (java) S 11241 11243 11197 0 -1 64 5736 0 0 0 24 3 0 0 16 0 13 0 192110236 1761767424 50398 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11243/tid=11245] ppid=11241 vsize=1720476 CPUtime=0.32
/proc/11243/task/11245/stat : 11245 (java) S 11241 11243 11197 0 -1 64 6606 0 0 0 28 4 0 0 16 0 13 0 192110236 1761767424 50398 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11243/tid=11246] ppid=11241 vsize=1720476 CPUtime=0
/proc/11243/task/11246/stat : 11246 (java) S 11241 11243 11197 0 -1 64 27 0 0 0 0 0 0 0 16 0 13 0 192110239 1761767424 50398 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=11243/tid=11247] ppid=11241 vsize=1720476 CPUtime=0
/proc/11243/task/11247/stat : 11247 (java) S 11241 11243 11197 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 192110239 1761767424 50398 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11243/tid=11248] ppid=11241 vsize=1720476 CPUtime=0
/proc/11243/task/11248/stat : 11248 (java) S 11241 11243 11197 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 192110239 1761767424 50398 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11243/tid=11249] ppid=11241 vsize=1720476 CPUtime=0
/proc/11243/task/11249/stat : 11249 (java) S 11241 11243 11197 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 192110243 1761767424 50398 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11243/tid=11250] ppid=11241 vsize=1720476 CPUtime=0
/proc/11243/task/11250/stat : 11250 (java) S 11241 11243 11197 0 -1 64 3 0 0 0 0 0 0 0 17 0 13 0 192110243 1761767424 50398 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11243/tid=11251] ppid=11241 vsize=1720476 CPUtime=0.74
/proc/11243/task/11251/stat : 11251 (java) S 11241 11243 11197 0 -1 64 1162 0 0 0 74 0 0 0 17 0 13 0 192110243 1761767424 50398 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11243/tid=11252] ppid=11241 vsize=1720476 CPUtime=1.39
/proc/11243/task/11252/stat : 11252 (java) S 11241 11243 11197 0 -1 64 4872 0 0 0 138 1 0 0 17 0 13 0 192110243 1761767424 50398 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11243/tid=11253] ppid=11241 vsize=1720476 CPUtime=0
/proc/11243/task/11253/stat : 11253 (java) S 11241 11243 11197 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 192110243 1761767424 50398 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11243/tid=11254] ppid=11241 vsize=1720476 CPUtime=0
/proc/11243/task/11254/stat : 11254 (java) S 11241 11243 11197 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 192110243 1761767424 50398 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11243/tid=11255] ppid=11241 vsize=1720476 CPUtime=0
/proc/11243/task/11255/stat : 11255 (java) S 11241 11243 11197 0 -1 64 3 0 0 0 0 0 0 0 22 0 13 0 192110472 1761767424 50398 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 31.99
Current children cumulated vsize (Kb) 1720476

[startup+40.0236 s]
/proc/loadavg: 0.96 0.97 0.94 2/76 11255
/proc/meminfo: memFree=1535552/2055920 swapFree=4181384/4192956
[pid=11243] ppid=11241 vsize=1720476 CPUtime=42.02
/proc/11243/stat : 11243 (java) R 11241 11243 11197 0 -1 0 55885 0 1 0 4175 27 0 0 25 0 13 0 192110233 1761767424 51029 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071595162 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/11243/statm: 430119 51029 1911 14 0 416866 0
[pid=11243/tid=11244] ppid=11241 vsize=1720476 CPUtime=0.31
/proc/11243/task/11244/stat : 11244 (java) S 11241 11243 11197 0 -1 64 6093 0 0 0 27 4 0 0 16 0 13 0 192110236 1761767424 51029 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11243/tid=11245] ppid=11241 vsize=1720476 CPUtime=0.35
/proc/11243/task/11245/stat : 11245 (java) S 11241 11243 11197 0 -1 64 7011 0 0 0 31 4 0 0 16 0 13 0 192110236 1761767424 51029 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11243/tid=11246] ppid=11241 vsize=1720476 CPUtime=0
/proc/11243/task/11246/stat : 11246 (java) S 11241 11243 11197 0 -1 64 27 0 0 0 0 0 0 0 16 0 13 0 192110239 1761767424 51029 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=11243/tid=11247] ppid=11241 vsize=1720476 CPUtime=0
/proc/11243/task/11247/stat : 11247 (java) S 11241 11243 11197 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 192110239 1761767424 51029 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11243/tid=11248] ppid=11241 vsize=1720476 CPUtime=0
/proc/11243/task/11248/stat : 11248 (java) S 11241 11243 11197 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 192110239 1761767424 51029 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11243/tid=11249] ppid=11241 vsize=1720476 CPUtime=0
/proc/11243/task/11249/stat : 11249 (java) S 11241 11243 11197 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 192110243 1761767424 51029 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11243/tid=11250] ppid=11241 vsize=1720476 CPUtime=0
/proc/11243/task/11250/stat : 11250 (java) S 11241 11243 11197 0 -1 64 3 0 0 0 0 0 0 0 17 0 13 0 192110243 1761767424 51029 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11243/tid=11251] ppid=11241 vsize=1720476 CPUtime=0.75
/proc/11243/task/11251/stat : 11251 (java) S 11241 11243 11197 0 -1 64 1162 0 0 0 75 0 0 0 17 0 13 0 192110243 1761767424 51029 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11243/tid=11252] ppid=11241 vsize=1720476 CPUtime=1.39
/proc/11243/task/11252/stat : 11252 (java) S 11241 11243 11197 0 -1 64 4872 0 0 0 138 1 0 0 17 0 13 0 192110243 1761767424 51029 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11243/tid=11253] ppid=11241 vsize=1720476 CPUtime=0
/proc/11243/task/11253/stat : 11253 (java) S 11241 11243 11197 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 192110243 1761767424 51029 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11243/tid=11254] ppid=11241 vsize=1720476 CPUtime=0
/proc/11243/task/11254/stat : 11254 (java) S 11241 11243 11197 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 192110243 1761767424 51029 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11243/tid=11255] ppid=11241 vsize=1720476 CPUtime=0
/proc/11243/task/11255/stat : 11255 (java) S 11241 11243 11197 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 192110472 1761767424 51029 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 42.02
Current children cumulated vsize (Kb) 1720476

[startup+50.03 s]
/proc/loadavg: 0.96 0.97 0.94 2/76 11255
/proc/meminfo: memFree=1539200/2055920 swapFree=4181384/4192956
[pid=11243] ppid=11241 vsize=1720476 CPUtime=52.05
/proc/11243/stat : 11243 (java) R 11241 11243 11197 0 -1 0 56723 0 1 0 5177 28 0 0 25 0 13 0 192110233 1761767424 50149 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071643407 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/11243/statm: 430119 50149 1911 14 0 416866 0
[pid=11243/tid=11244] ppid=11241 vsize=1720476 CPUtime=0.33
/proc/11243/task/11244/stat : 11244 (java) S 11241 11243 11197 0 -1 64 6461 0 0 0 29 4 0 0 16 0 13 0 192110236 1761767424 50149 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11243/tid=11245] ppid=11241 vsize=1720476 CPUtime=0.37
/proc/11243/task/11245/stat : 11245 (java) S 11241 11243 11197 0 -1 64 7475 0 0 0 33 4 0 0 16 0 13 0 192110236 1761767424 50149 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11243/tid=11246] ppid=11241 vsize=1720476 CPUtime=0
/proc/11243/task/11246/stat : 11246 (java) S 11241 11243 11197 0 -1 64 27 0 0 0 0 0 0 0 16 0 13 0 192110239 1761767424 50149 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=11243/tid=11247] ppid=11241 vsize=1720476 CPUtime=0
/proc/11243/task/11247/stat : 11247 (java) S 11241 11243 11197 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 192110239 1761767424 50149 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11243/tid=11248] ppid=11241 vsize=1720476 CPUtime=0
/proc/11243/task/11248/stat : 11248 (java) S 11241 11243 11197 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 192110239 1761767424 50149 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11243/tid=11249] ppid=11241 vsize=1720476 CPUtime=0
/proc/11243/task/11249/stat : 11249 (java) S 11241 11243 11197 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 192110243 1761767424 50149 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11243/tid=11250] ppid=11241 vsize=1720476 CPUtime=0
/proc/11243/task/11250/stat : 11250 (java) S 11241 11243 11197 0 -1 64 3 0 0 0 0 0 0 0 17 0 13 0 192110243 1761767424 50149 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11243/tid=11251] ppid=11241 vsize=1720476 CPUtime=0.75
/proc/11243/task/11251/stat : 11251 (java) S 11241 11243 11197 0 -1 64 1162 0 0 0 75 0 0 0 17 0 13 0 192110243 1761767424 50149 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11243/tid=11252] ppid=11241 vsize=1720476 CPUtime=1.39
/proc/11243/task/11252/stat : 11252 (java) S 11241 11243 11197 0 -1 64 4872 0 0 0 138 1 0 0 17 0 13 0 192110243 1761767424 50149 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11243/tid=11253] ppid=11241 vsize=1720476 CPUtime=0
/proc/11243/task/11253/stat : 11253 (java) S 11241 11243 11197 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 192110243 1761767424 50149 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11243/tid=11254] ppid=11241 vsize=1720476 CPUtime=0
/proc/11243/task/11254/stat : 11254 (java) S 11241 11243 11197 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 192110243 1761767424 50149 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11243/tid=11255] ppid=11241 vsize=1720476 CPUtime=0
/proc/11243/task/11255/stat : 11255 (java) S 11241 11243 11197 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 192110472 1761767424 50149 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 52.05
Current children cumulated vsize (Kb) 1720476

[startup+60.0364 s]
/proc/loadavg: 0.97 0.97 0.94 2/76 11255
/proc/meminfo: memFree=1543168/2055920 swapFree=4181384/4192956
[pid=11243] ppid=11241 vsize=1720476 CPUtime=62.07
/proc/11243/stat : 11243 (java) R 11241 11243 11197 0 -1 0 57594 0 1 0 6179 28 0 0 20 0 13 0 192110233 1761767424 49161 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071643422 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/11243/statm: 430119 49161 1911 14 0 416866 0
[pid=11243/tid=11244] ppid=11241 vsize=1720476 CPUtime=0.36
/proc/11243/task/11244/stat : 11244 (java) S 11241 11243 11197 0 -1 64 6886 0 0 0 32 4 0 0 16 0 13 0 192110236 1761767424 49161 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11243/tid=11245] ppid=11241 vsize=1720476 CPUtime=0.4
/proc/11243/task/11245/stat : 11245 (java) S 11241 11243 11197 0 -1 64 7916 0 0 0 35 5 0 0 16 0 13 0 192110236 1761767424 49161 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11243/tid=11246] ppid=11241 vsize=1720476 CPUtime=0
/proc/11243/task/11246/stat : 11246 (java) S 11241 11243 11197 0 -1 64 27 0 0 0 0 0 0 0 16 0 13 0 192110239 1761767424 49161 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=11243/tid=11247] ppid=11241 vsize=1720476 CPUtime=0
/proc/11243/task/11247/stat : 11247 (java) S 11241 11243 11197 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 192110239 1761767424 49161 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11243/tid=11248] ppid=11241 vsize=1720476 CPUtime=0
/proc/11243/task/11248/stat : 11248 (java) S 11241 11243 11197 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 192110239 1761767424 49161 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11243/tid=11249] ppid=11241 vsize=1720476 CPUtime=0
/proc/11243/task/11249/stat : 11249 (java) S 11241 11243 11197 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 192110243 1761767424 49161 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0

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

[pid=11243/tid=11247] ppid=11241 vsize=1720476 CPUtime=0
/proc/11243/task/11247/stat : 11247 (java) S 11241 11243 11197 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 192110239 1761767424 141672 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11243/tid=11248] ppid=11241 vsize=1720476 CPUtime=0
/proc/11243/task/11248/stat : 11248 (java) S 11241 11243 11197 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 192110239 1761767424 141672 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11243/tid=11249] ppid=11241 vsize=1720476 CPUtime=0
/proc/11243/task/11249/stat : 11249 (java) S 11241 11243 11197 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 192110243 1761767424 141672 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11243/tid=11250] ppid=11241 vsize=1720476 CPUtime=0
/proc/11243/task/11250/stat : 11250 (java) S 11241 11243 11197 0 -1 64 3 0 0 0 0 0 0 0 17 0 13 0 192110243 1761767424 141672 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11243/tid=11251] ppid=11241 vsize=1720476 CPUtime=0.84
/proc/11243/task/11251/stat : 11251 (java) S 11241 11243 11197 0 -1 64 1168 0 0 0 84 0 0 0 16 0 13 0 192110243 1761767424 141672 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11243/tid=11252] ppid=11241 vsize=1720476 CPUtime=1.47
/proc/11243/task/11252/stat : 11252 (java) S 11241 11243 11197 0 -1 64 4876 0 0 0 146 1 0 0 17 0 13 0 192110243 1761767424 141672 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11243/tid=11253] ppid=11241 vsize=1720476 CPUtime=0
/proc/11243/task/11253/stat : 11253 (java) S 11241 11243 11197 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 192110243 1761767424 141672 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11243/tid=11254] ppid=11241 vsize=1720476 CPUtime=0
/proc/11243/task/11254/stat : 11254 (java) S 11241 11243 11197 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 192110243 1761767424 141672 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11243/tid=11255] ppid=11241 vsize=1720476 CPUtime=0
/proc/11243/task/11255/stat : 11255 (java) S 11241 11243 11197 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 192110472 1761767424 141672 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1796.47
Current children cumulated vsize (Kb) 1720476

[startup+1784.33 s]
/proc/loadavg: 1.00 1.00 0.95 2/76 11257
/proc/meminfo: memFree=1170952/2055920 swapFree=4181384/4192956
[pid=11243] ppid=11241 vsize=1720476 CPUtime=1797.5
/proc/11243/stat : 11243 (java) R 11241 11243 11197 0 -1 0 230336 0 1 0 179628 122 0 0 18 0 13 0 192110233 1761767424 141842 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071643395 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/11243/statm: 430119 141842 1911 14 0 416866 0
[pid=11243/tid=11244] ppid=11241 vsize=1720476 CPUtime=12.18
/proc/11243/task/11244/stat : 11244 (java) S 11241 11243 11197 0 -1 64 80974 0 0 0 1182 36 0 0 16 0 13 0 192110236 1761767424 141842 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11243/tid=11245] ppid=11241 vsize=1720476 CPUtime=12.21
/proc/11243/task/11245/stat : 11245 (java) S 11241 11243 11197 0 -1 64 64132 0 0 0 1190 31 0 0 17 0 13 0 192110236 1761767424 141842 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11243/tid=11246] ppid=11241 vsize=1720476 CPUtime=0.29
/proc/11243/task/11246/stat : 11246 (java) S 11241 11243 11197 0 -1 64 203 0 0 0 15 14 0 0 15 0 13 0 192110239 1761767424 141842 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=11243/tid=11247] ppid=11241 vsize=1720476 CPUtime=0
/proc/11243/task/11247/stat : 11247 (java) S 11241 11243 11197 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 192110239 1761767424 141842 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11243/tid=11248] ppid=11241 vsize=1720476 CPUtime=0
/proc/11243/task/11248/stat : 11248 (java) S 11241 11243 11197 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 192110239 1761767424 141842 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11243/tid=11249] ppid=11241 vsize=1720476 CPUtime=0
/proc/11243/task/11249/stat : 11249 (java) S 11241 11243 11197 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 192110243 1761767424 141842 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11243/tid=11250] ppid=11241 vsize=1720476 CPUtime=0
/proc/11243/task/11250/stat : 11250 (java) S 11241 11243 11197 0 -1 64 3 0 0 0 0 0 0 0 17 0 13 0 192110243 1761767424 141842 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11243/tid=11251] ppid=11241 vsize=1720476 CPUtime=0.84
/proc/11243/task/11251/stat : 11251 (java) S 11241 11243 11197 0 -1 64 1168 0 0 0 84 0 0 0 16 0 13 0 192110243 1761767424 141842 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11243/tid=11252] ppid=11241 vsize=1720476 CPUtime=1.47
/proc/11243/task/11252/stat : 11252 (java) S 11241 11243 11197 0 -1 64 4876 0 0 0 146 1 0 0 17 0 13 0 192110243 1761767424 141842 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11243/tid=11253] ppid=11241 vsize=1720476 CPUtime=0
/proc/11243/task/11253/stat : 11253 (java) S 11241 11243 11197 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 192110243 1761767424 141842 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11243/tid=11254] ppid=11241 vsize=1720476 CPUtime=0
/proc/11243/task/11254/stat : 11254 (java) S 11241 11243 11197 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 192110243 1761767424 141842 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11243/tid=11255] ppid=11241 vsize=1720476 CPUtime=0
/proc/11243/task/11255/stat : 11255 (java) S 11241 11243 11197 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 192110472 1761767424 141842 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1797.5
Current children cumulated vsize (Kb) 1720476

[startup+1785.34 s]
/proc/loadavg: 1.00 1.00 0.95 2/76 11257
/proc/meminfo: memFree=1170952/2055920 swapFree=4181384/4192956
[pid=11243] ppid=11241 vsize=1720476 CPUtime=1798.5
/proc/11243/stat : 11243 (java) R 11241 11243 11197 0 -1 0 230336 0 1 0 179728 122 0 0 25 0 13 0 192110233 1761767424 141842 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071643395 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/11243/statm: 430119 141842 1911 14 0 416866 0
[pid=11243/tid=11244] ppid=11241 vsize=1720476 CPUtime=12.18
/proc/11243/task/11244/stat : 11244 (java) S 11241 11243 11197 0 -1 64 80974 0 0 0 1182 36 0 0 16 0 13 0 192110236 1761767424 141842 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11243/tid=11245] ppid=11241 vsize=1720476 CPUtime=12.21
/proc/11243/task/11245/stat : 11245 (java) S 11241 11243 11197 0 -1 64 64132 0 0 0 1190 31 0 0 17 0 13 0 192110236 1761767424 141842 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11243/tid=11246] ppid=11241 vsize=1720476 CPUtime=0.29
/proc/11243/task/11246/stat : 11246 (java) S 11241 11243 11197 0 -1 64 203 0 0 0 15 14 0 0 16 0 13 0 192110239 1761767424 141842 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=11243/tid=11247] ppid=11241 vsize=1720476 CPUtime=0
/proc/11243/task/11247/stat : 11247 (java) S 11241 11243 11197 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 192110239 1761767424 141842 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11243/tid=11248] ppid=11241 vsize=1720476 CPUtime=0
/proc/11243/task/11248/stat : 11248 (java) S 11241 11243 11197 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 192110239 1761767424 141842 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11243/tid=11249] ppid=11241 vsize=1720476 CPUtime=0
/proc/11243/task/11249/stat : 11249 (java) S 11241 11243 11197 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 192110243 1761767424 141842 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11243/tid=11250] ppid=11241 vsize=1720476 CPUtime=0
/proc/11243/task/11250/stat : 11250 (java) S 11241 11243 11197 0 -1 64 3 0 0 0 0 0 0 0 17 0 13 0 192110243 1761767424 141842 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11243/tid=11251] ppid=11241 vsize=1720476 CPUtime=0.84
/proc/11243/task/11251/stat : 11251 (java) S 11241 11243 11197 0 -1 64 1168 0 0 0 84 0 0 0 16 0 13 0 192110243 1761767424 141842 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11243/tid=11252] ppid=11241 vsize=1720476 CPUtime=1.47
/proc/11243/task/11252/stat : 11252 (java) S 11241 11243 11197 0 -1 64 4876 0 0 0 146 1 0 0 17 0 13 0 192110243 1761767424 141842 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11243/tid=11253] ppid=11241 vsize=1720476 CPUtime=0
/proc/11243/task/11253/stat : 11253 (java) S 11241 11243 11197 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 192110243 1761767424 141842 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11243/tid=11254] ppid=11241 vsize=1720476 CPUtime=0
/proc/11243/task/11254/stat : 11254 (java) S 11241 11243 11197 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 192110243 1761767424 141842 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11243/tid=11255] ppid=11241 vsize=1720476 CPUtime=0
/proc/11243/task/11255/stat : 11255 (java) S 11241 11243 11197 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 192110472 1761767424 141842 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1798.5
Current children cumulated vsize (Kb) 1720476

[startup+1786.35 s]
/proc/loadavg: 1.00 1.00 0.95 2/76 11257
/proc/meminfo: memFree=1170952/2055920 swapFree=4181384/4192956
[pid=11243] ppid=11241 vsize=1720476 CPUtime=1799.51
/proc/11243/stat : 11243 (java) R 11241 11243 11197 0 -1 0 230336 0 1 0 179829 122 0 0 25 0 13 0 192110233 1761767424 141842 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071583411 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/11243/statm: 430119 141842 1911 14 0 416866 0
[pid=11243/tid=11244] ppid=11241 vsize=1720476 CPUtime=12.18
/proc/11243/task/11244/stat : 11244 (java) S 11241 11243 11197 0 -1 64 80974 0 0 0 1182 36 0 0 16 0 13 0 192110236 1761767424 141842 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11243/tid=11245] ppid=11241 vsize=1720476 CPUtime=12.21
/proc/11243/task/11245/stat : 11245 (java) S 11241 11243 11197 0 -1 64 64132 0 0 0 1190 31 0 0 17 0 13 0 192110236 1761767424 141842 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11243/tid=11246] ppid=11241 vsize=1720476 CPUtime=0.29
/proc/11243/task/11246/stat : 11246 (java) S 11241 11243 11197 0 -1 64 203 0 0 0 15 14 0 0 16 0 13 0 192110239 1761767424 141842 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=11243/tid=11247] ppid=11241 vsize=1720476 CPUtime=0
/proc/11243/task/11247/stat : 11247 (java) S 11241 11243 11197 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 192110239 1761767424 141842 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11243/tid=11248] ppid=11241 vsize=1720476 CPUtime=0
/proc/11243/task/11248/stat : 11248 (java) S 11241 11243 11197 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 192110239 1761767424 141842 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11243/tid=11249] ppid=11241 vsize=1720476 CPUtime=0
/proc/11243/task/11249/stat : 11249 (java) S 11241 11243 11197 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 192110243 1761767424 141842 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11243/tid=11250] ppid=11241 vsize=1720476 CPUtime=0
/proc/11243/task/11250/stat : 11250 (java) S 11241 11243 11197 0 -1 64 3 0 0 0 0 0 0 0 17 0 13 0 192110243 1761767424 141842 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11243/tid=11251] ppid=11241 vsize=1720476 CPUtime=0.84
/proc/11243/task/11251/stat : 11251 (java) S 11241 11243 11197 0 -1 64 1168 0 0 0 84 0 0 0 16 0 13 0 192110243 1761767424 141842 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11243/tid=11252] ppid=11241 vsize=1720476 CPUtime=1.47
/proc/11243/task/11252/stat : 11252 (java) S 11241 11243 11197 0 -1 64 4876 0 0 0 146 1 0 0 17 0 13 0 192110243 1761767424 141842 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11243/tid=11253] ppid=11241 vsize=1720476 CPUtime=0
/proc/11243/task/11253/stat : 11253 (java) S 11241 11243 11197 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 192110243 1761767424 141842 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11243/tid=11254] ppid=11241 vsize=1720476 CPUtime=0
/proc/11243/task/11254/stat : 11254 (java) S 11241 11243 11197 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 192110243 1761767424 141842 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11243/tid=11255] ppid=11241 vsize=1720476 CPUtime=0
/proc/11243/task/11255/stat : 11255 (java) S 11241 11243 11197 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 192110472 1761767424 141842 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1799.51
Current children cumulated vsize (Kb) 1720476

[startup+1787.35 s]
/proc/loadavg: 1.00 1.00 0.95 3/76 11257
/proc/meminfo: memFree=1170056/2055920 swapFree=4181384/4192956
[pid=11243] ppid=11241 vsize=1720476 CPUtime=1800.54
/proc/11243/stat : 11243 (java) S 11241 11243 11197 0 -1 0 230624 0 1 0 179932 122 0 0 25 0 13 0 192110233 1761767424 142120 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/11243/statm: 430119 142120 1911 14 0 416866 0
[pid=11243/tid=11244] ppid=11241 vsize=1720476 CPUtime=12.2
/proc/11243/task/11244/stat : 11244 (java) R 11241 11243 11197 0 -1 64 81059 0 0 0 1184 36 0 0 17 0 13 0 192110236 1761767424 142120 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4154976005 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11243/tid=11245] ppid=11241 vsize=1720476 CPUtime=12.24
/proc/11243/task/11245/stat : 11245 (java) R 11241 11243 11197 0 -1 64 64335 0 0 0 1193 31 0 0 17 0 13 0 192110236 1761767424 142120 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4152176422 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11243/tid=11246] ppid=11241 vsize=1720476 CPUtime=0.29
/proc/11243/task/11246/stat : 11246 (java) S 11241 11243 11197 0 -1 64 203 0 0 0 15 14 0 0 16 0 13 0 192110239 1761767424 142120 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=11243/tid=11247] ppid=11241 vsize=1720476 CPUtime=0
/proc/11243/task/11247/stat : 11247 (java) S 11241 11243 11197 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 192110239 1761767424 142120 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11243/tid=11248] ppid=11241 vsize=1720476 CPUtime=0
/proc/11243/task/11248/stat : 11248 (java) S 11241 11243 11197 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 192110239 1761767424 142120 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11243/tid=11249] ppid=11241 vsize=1720476 CPUtime=0
/proc/11243/task/11249/stat : 11249 (java) S 11241 11243 11197 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 192110243 1761767424 142120 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11243/tid=11250] ppid=11241 vsize=1720476 CPUtime=0
/proc/11243/task/11250/stat : 11250 (java) S 11241 11243 11197 0 -1 64 3 0 0 0 0 0 0 0 17 0 13 0 192110243 1761767424 142120 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11243/tid=11251] ppid=11241 vsize=1720476 CPUtime=0.84
/proc/11243/task/11251/stat : 11251 (java) S 11241 11243 11197 0 -1 64 1168 0 0 0 84 0 0 0 16 0 13 0 192110243 1761767424 142120 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11243/tid=11252] ppid=11241 vsize=1720476 CPUtime=1.47
/proc/11243/task/11252/stat : 11252 (java) S 11241 11243 11197 0 -1 64 4876 0 0 0 146 1 0 0 17 0 13 0 192110243 1761767424 142120 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11243/tid=11253] ppid=11241 vsize=1720476 CPUtime=0
/proc/11243/task/11253/stat : 11253 (java) S 11241 11243 11197 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 192110243 1761767424 142120 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11243/tid=11254] ppid=11241 vsize=1720476 CPUtime=0
/proc/11243/task/11254/stat : 11254 (java) S 11241 11243 11197 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 192110243 1761767424 142120 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11243/tid=11255] ppid=11241 vsize=1720476 CPUtime=0
/proc/11243/task/11255/stat : 11255 (java) S 11241 11243 11197 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 192110472 1761767424 142120 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.54
Current children cumulated vsize (Kb) 1720476



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1787.36 s]
/proc/loadavg: 1.00 1.00 0.95 3/76 11257
/proc/meminfo: memFree=1169736/2055920 swapFree=4181384/4192956
[pid=11243] ppid=11241 vsize=1720476 CPUtime=1800.54
/proc/11243/stat : 11243 (java) S 11241 11243 11197 0 -1 0 230625 0 1 0 179932 122 0 0 25 0 13 0 192110233 1761767424 142121 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/11243/statm: 430119 142121 1911 14 0 416866 0
[pid=11243/tid=11244] ppid=11241 vsize=1720476 CPUtime=12.2
/proc/11243/task/11244/stat : 11244 (java) R 11241 11243 11197 0 -1 64 81059 0 0 0 1184 36 0 0 17 0 13 0 192110236 1761767424 142123 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4154976005 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11243/tid=11245] ppid=11241 vsize=1720476 CPUtime=12.24
/proc/11243/task/11245/stat : 11245 (java) R 11241 11243 11197 0 -1 64 64340 0 0 0 1193 31 0 0 17 0 13 0 192110236 1761767424 142125 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4154975950 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11243/tid=11246] ppid=11241 vsize=1720476 CPUtime=0.29
/proc/11243/task/11246/stat : 11246 (java) S 11241 11243 11197 0 -1 64 203 0 0 0 15 14 0 0 16 0 13 0 192110239 1761767424 142127 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=11243/tid=11247] ppid=11241 vsize=1720476 CPUtime=0
/proc/11243/task/11247/stat : 11247 (java) S 11241 11243 11197 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 192110239 1761767424 142128 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11243/tid=11248] ppid=11241 vsize=1720476 CPUtime=0
/proc/11243/task/11248/stat : 11248 (java) S 11241 11243 11197 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 192110239 1761767424 142130 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11243/tid=11249] ppid=11241 vsize=1720476 CPUtime=0
/proc/11243/task/11249/stat : 11249 (java) S 11241 11243 11197 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 192110243 1761767424 142131 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11243/tid=11250] ppid=11241 vsize=1720476 CPUtime=0
/proc/11243/task/11250/stat : 11250 (java) S 11241 11243 11197 0 -1 64 3 0 0 0 0 0 0 0 17 0 13 0 192110243 1761767424 142131 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11243/tid=11251] ppid=11241 vsize=1720476 CPUtime=0.84
/proc/11243/task/11251/stat : 11251 (java) S 11241 11243 11197 0 -1 64 1168 0 0 0 84 0 0 0 16 0 13 0 192110243 1761767424 142131 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11243/tid=11252] ppid=11241 vsize=1720476 CPUtime=1.47
/proc/11243/task/11252/stat : 11252 (java) S 11241 11243 11197 0 -1 64 4876 0 0 0 146 1 0 0 17 0 13 0 192110243 1761767424 142131 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11243/tid=11253] ppid=11241 vsize=1720476 CPUtime=0
/proc/11243/task/11253/stat : 11253 (java) S 11241 11243 11197 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 192110243 1761767424 142132 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11243/tid=11254] ppid=11241 vsize=1720476 CPUtime=0
/proc/11243/task/11254/stat : 11254 (java) S 11241 11243 11197 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 192110243 1761767424 142132 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11243/tid=11255] ppid=11241 vsize=1720476 CPUtime=0
/proc/11243/task/11255/stat : 11255 (java) S 11241 11243 11197 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 192110472 1761767424 142132 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.54
Current children cumulated vsize (Kb) 1720476

Sending SIGTERM to -11243
Sleeping 2 seconds

Child status: 143
Real time (s): 1787.48
CPU time (s): 1800.67
CPU user time (s): 1799.35
CPU system time (s): 1.3128
CPU usage (%): 100.738
Max. virtual memory (cumulated for all children) (Kb): 1720476

Launcher Data (download as text)

Begin job on node29 on Fri Jun  2 16:07:46 UTC 2006


FILE ID= 42443-1149264466

PBS_JOBID= 298828

BENCH NAME= ROOT/tmp/node29/42443-1149264466/instance-42443-1149264466.opb
COMMAND LINE= java -server -Xms1500M -Xmx1500M -jar ROOT/solvers/PB/PB06final/user5/sat4jPseudoHeuristics.jar ROOT/tmp/node29/42443-1149264466/instance-42443-1149264466.opb 467515511
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node29/watcher-42443-1149264466 -o ROOT/results/node29/solver-42443-1149264466 -C 1800 -M 1800 -S 64  java -server -Xms1500M -Xmx1500M -jar ROOT/solvers/PB/PB06final/user5/sat4jPseudoHeuristics.jar ROOT/tmp/node29/42443-1149264466/instance-42443-1149264466.opb 467515511

MD5SUM SOLVER= 3cef94aa015dc0dd234d31843a257d70
MD5SUM BENCH=  8bdca001a57a76bf3835c82b9bc6a431

RANDOM SEED= 467515511


/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.259
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.259
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:       1732720 kB
Buffers:         13428 kB
Cached:         242084 kB
SwapCached:       3228 kB
Active:          61872 kB
Inactive:       202264 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1732720 kB
SwapTotal:     4192956 kB
SwapFree:      4181384 kB
Dirty:             168 kB
Writeback:           0 kB
Mapped:          14724 kB
Slab:            45004 kB
Committed_AS:   267712 kB
PageTables:       1504 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB


End job on node29 on Fri Jun  2 16:37:34 UTC 2006