Trace number 42088

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 NameAnswerCPU timeWall clock time
SAT4JPSEUDO 2006.2 Heuristics? (TO) 1801.12 1796.51

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/namasivayam/
wnqueen/normalized-t2001.13queen13.1111218024.opb
MD5SUMd9f3f17355fadaf757079f4be5a497ea
Bench CategorySATUNSAT-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.014997
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables169
Total number of constraints101
Number of constraints which are clauses30
Number of constraints which are cardinality constraints (but not clauses)70
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint169
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 38
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 1228
Number of bits of the biggest sum of numbers11
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.18	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.18	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.19	c no version file found!!!
0.19	c sun.arch.data.model	32
0.19	c java.version	1.5.0_06
0.19	c os.name	Linux
0.19	c os.version	2.6.9-22.EL.rootsmp
0.19	c os.arch	i386
0.19	c Free memory 1548419056
0.19	c Max memory 1551040512
0.19	c Total memory 1551040512
0.19	c Number of processors 2
0.25	c Cutting planes based inference
0.25	c --- Begin Solver configuration ---
0.25	c org.sat4j.minisat.uip.FirstUIP@1df073d
0.25	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@1546e25
0.25	c org.sat4j.minisat.learning.MiniSATLearning@b66cc
0.25	c conflictBoundIncFactor=1.5 learntBoundIncFactor=1.1 initLearntBoundConstraintFactor=10000.0 initConflictBound=100 
0.25	c VSIDS like heuristics from MiniSAT using a heap
0.25	c No reason simplification
0.25	c --- End Solver configuration ---
0.25	c solving ROOT/tmp/node47/42088-1149212593/instance-42088-1149212593.opb
0.25	c reading problem ... 
0.36	c ... done. Time 0.113 ms.
0.36	c #vars     169
0.36	c #constraints  101
1796.39	c starts		: 8
1796.39	c conflicts		: 4676
1796.39	c decisions		: 25616
1796.39	c propagations		: 117498
1796.39	c inspects		: 19148375
1796.39	c learnt literals	: 0
1796.39	c learnt binary clauses	: 0
1796.39	c learnt ternary clauses	: 0
1796.39	c learnt clauses	: 4675
1796.39	c root simplifications	: 0
1796.39	c removed literals (reason simplification)	: 0
1796.39	c reason swapping (by a shorter reason)	: 0
1796.39	c Calls to reduceDB	: 0
1796.39	c speed (decisions/second)	: 14.262623585555419
1796.39	c non guided choices	48
1796.39	s UNKNOWN
1796.39	c Total wall clock time (ms): 1796.139

Verifier Data (download as text)

ERROR: no interpretation found !

Watcher Data (download as text)

Enforcing CPU limit (will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime (will send SIGXCPU) limit: 1830 seconds
Enforcing Stack size limit: 67108864 bytes
Enforcing memory limit (will send SIGKILL): 1843200 Kb
Enforcing VSIZE limit: 1887436800 bytes
runsolver version 3.0.0 (c) roussel@cril.univ-artois.fr

command line: runsolver --timestamp -w ROOT/results/node47/watcher-42088-1149212593 -o ROOT/results/node47/solver-42088-1149212593 -C 1800 -M 1800 -S 64 java -server -Xms1500M -Xmx1500M -jar ROOT/solvers/PB/PB06final/user5/sat4jPseudoHeuristics.jar ROOT/tmp/node47/42088-1149212593/instance-42088-1149212593.opb 904460259 

Current StackSize limit: 67108864 bytes

/proc/loadavg: 0.81 0.93 0.90 3/64 6273
/proc/meminfo: memFree=1153216/2055920 swapFree=4183752/4192956
[pid=6273] ppid=6271 vsize=1496 CPUtime=0
/proc/6273/stat : 6273 (java) R 6271 6273 6228 0 -1 0 58 0 0 0 0 0 0 0 19 0 1 0 153187821 1531904 41 18446744073709551615 134512640 134570276 4294956608 18446744073709551615 10521229 0 0 4096 0 0 0 0 17 1 0 0
/proc/6273/statm: 374 47 37 14 0 7 0

[startup+10.0025 s]
/proc/loadavg: 0.84 0.93 0.90 2/76 6285
/proc/meminfo: memFree=968096/2055920 swapFree=4183752/4192956
[pid=6273] ppid=6271 vsize=1713916 CPUtime=11.2
/proc/6273/stat : 6273 (java) R 6271 6273 6228 0 -1 0 52263 0 1 0 1095 25 0 0 25 0 13 0 153187821 1755049984 48027 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071431320 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/6273/statm: 428479 48027 1908 14 0 415226 0
[pid=6273/tid=6274] ppid=6271 vsize=1713916 CPUtime=0.15
/proc/6273/task/6274/stat : 6274 (java) S 6271 6273 6228 0 -1 64 5354 0 0 0 13 2 0 0 16 0 13 0 153187824 1755049984 48027 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6273/tid=6275] ppid=6271 vsize=1713916 CPUtime=0.15
/proc/6273/task/6275/stat : 6275 (java) S 6271 6273 6228 0 -1 64 4444 0 0 0 13 2 0 0 16 0 13 0 153187824 1755049984 48027 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6273/tid=6276] ppid=6271 vsize=1713916 CPUtime=0
/proc/6273/task/6276/stat : 6276 (java) S 6271 6273 6228 0 -1 64 30 0 0 0 0 0 0 0 16 0 13 0 153187827 1755049984 48027 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=6273/tid=6277] ppid=6271 vsize=1713916 CPUtime=0
/proc/6273/task/6277/stat : 6277 (java) S 6271 6273 6228 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 153187827 1755049984 48027 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6273/tid=6278] ppid=6271 vsize=1713916 CPUtime=0
/proc/6273/task/6278/stat : 6278 (java) S 6271 6273 6228 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 153187827 1755049984 48027 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6273/tid=6279] ppid=6271 vsize=1713916 CPUtime=0
/proc/6273/task/6279/stat : 6279 (java) S 6271 6273 6228 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 153187834 1755049984 48027 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6273/tid=6280] ppid=6271 vsize=1713916 CPUtime=0
/proc/6273/task/6280/stat : 6280 (java) S 6271 6273 6228 0 -1 64 3 0 0 0 0 0 0 0 17 0 13 0 153187834 1755049984 48027 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6273/tid=6281] ppid=6271 vsize=1713916 CPUtime=0.87
/proc/6273/task/6281/stat : 6281 (java) S 6271 6273 6228 0 -1 64 2351 0 0 0 86 1 0 0 17 0 13 0 153187834 1755049984 48027 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6273/tid=6282] ppid=6271 vsize=1713916 CPUtime=0.67
/proc/6273/task/6282/stat : 6282 (java) S 6271 6273 6228 0 -1 64 1590 0 0 0 67 0 0 0 16 0 13 0 153187834 1755049984 48027 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6273/tid=6283] ppid=6271 vsize=1713916 CPUtime=0
/proc/6273/task/6283/stat : 6283 (java) S 6271 6273 6228 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 153187834 1755049984 48027 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6273/tid=6284] ppid=6271 vsize=1713916 CPUtime=0
/proc/6273/task/6284/stat : 6284 (java) S 6271 6273 6228 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 153187835 1755049984 48027 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6273/tid=6285] ppid=6271 vsize=1713916 CPUtime=0
/proc/6273/task/6285/stat : 6285 (java) S 6271 6273 6228 0 -1 64 4 0 0 0 0 0 0 0 18 0 13 0 153187858 1755049984 48027 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 11.2
Current children cumulated vsize (Kb) 1713916

[startup+20.0096 s]
/proc/loadavg: 0.87 0.93 0.90 2/76 6285
/proc/meminfo: memFree=958760/2055920 swapFree=4183752/4192956
[pid=6273] ppid=6271 vsize=1713916 CPUtime=21.29
/proc/6273/stat : 6273 (java) R 6271 6273 6228 0 -1 0 56157 0 1 0 2103 26 0 0 25 0 13 0 153187821 1755049984 50349 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071531901 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/6273/statm: 428479 50349 1910 14 0 415226 0
[pid=6273/tid=6274] ppid=6271 vsize=1713916 CPUtime=0.2
/proc/6273/task/6274/stat : 6274 (java) S 6271 6273 6228 0 -1 64 7123 0 0 0 17 3 0 0 16 0 13 0 153187824 1755049984 50349 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6273/tid=6275] ppid=6271 vsize=1713916 CPUtime=0.21
/proc/6273/task/6275/stat : 6275 (java) S 6271 6273 6228 0 -1 64 6553 0 0 0 18 3 0 0 16 0 13 0 153187824 1755049984 50349 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6273/tid=6276] ppid=6271 vsize=1713916 CPUtime=0
/proc/6273/task/6276/stat : 6276 (java) S 6271 6273 6228 0 -1 64 30 0 0 0 0 0 0 0 16 0 13 0 153187827 1755049984 50349 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=6273/tid=6277] ppid=6271 vsize=1713916 CPUtime=0
/proc/6273/task/6277/stat : 6277 (java) S 6271 6273 6228 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 153187827 1755049984 50349 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6273/tid=6278] ppid=6271 vsize=1713916 CPUtime=0
/proc/6273/task/6278/stat : 6278 (java) S 6271 6273 6228 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 153187827 1755049984 50349 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6273/tid=6279] ppid=6271 vsize=1713916 CPUtime=0
/proc/6273/task/6279/stat : 6279 (java) S 6271 6273 6228 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 153187834 1755049984 50349 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6273/tid=6280] ppid=6271 vsize=1713916 CPUtime=0
/proc/6273/task/6280/stat : 6280 (java) S 6271 6273 6228 0 -1 64 3 0 0 0 0 0 0 0 17 0 13 0 153187834 1755049984 50349 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6273/tid=6281] ppid=6271 vsize=1713916 CPUtime=0.92
/proc/6273/task/6281/stat : 6281 (java) S 6271 6273 6228 0 -1 64 2357 0 0 0 91 1 0 0 17 0 13 0 153187834 1755049984 50349 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6273/tid=6282] ppid=6271 vsize=1713916 CPUtime=0.67
/proc/6273/task/6282/stat : 6282 (java) S 6271 6273 6228 0 -1 64 1590 0 0 0 67 0 0 0 16 0 13 0 153187834 1755049984 50349 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6273/tid=6283] ppid=6271 vsize=1713916 CPUtime=0
/proc/6273/task/6283/stat : 6283 (java) S 6271 6273 6228 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 153187834 1755049984 50349 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6273/tid=6284] ppid=6271 vsize=1713916 CPUtime=0
/proc/6273/task/6284/stat : 6284 (java) S 6271 6273 6228 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 153187835 1755049984 50349 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6273/tid=6285] ppid=6271 vsize=1713916 CPUtime=0
/proc/6273/task/6285/stat : 6285 (java) S 6271 6273 6228 0 -1 64 4 0 0 0 0 0 0 0 18 0 13 0 153187858 1755049984 50349 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 21.29
Current children cumulated vsize (Kb) 1713916

[startup+30.0167 s]
/proc/loadavg: 0.89 0.93 0.90 2/76 6285
/proc/meminfo: memFree=955880/2055920 swapFree=4183752/4192956
[pid=6273] ppid=6271 vsize=1713916 CPUtime=31.36
/proc/6273/stat : 6273 (java) R 6271 6273 6228 0 -1 0 58324 0 1 0 3109 27 0 0 25 0 13 0 153187821 1755049984 51051 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071542938 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/6273/statm: 428479 51051 1910 14 0 415226 0
[pid=6273/tid=6274] ppid=6271 vsize=1713916 CPUtime=0.23
/proc/6273/task/6274/stat : 6274 (java) S 6271 6273 6228 0 -1 64 8045 0 0 0 20 3 0 0 16 0 13 0 153187824 1755049984 51051 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6273/tid=6275] ppid=6271 vsize=1713916 CPUtime=0.24
/proc/6273/task/6275/stat : 6275 (java) S 6271 6273 6228 0 -1 64 7788 0 0 0 21 3 0 0 16 0 13 0 153187824 1755049984 51051 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6273/tid=6276] ppid=6271 vsize=1713916 CPUtime=0
/proc/6273/task/6276/stat : 6276 (java) S 6271 6273 6228 0 -1 64 30 0 0 0 0 0 0 0 16 0 13 0 153187827 1755049984 51051 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=6273/tid=6277] ppid=6271 vsize=1713916 CPUtime=0
/proc/6273/task/6277/stat : 6277 (java) S 6271 6273 6228 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 153187827 1755049984 51051 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6273/tid=6278] ppid=6271 vsize=1713916 CPUtime=0
/proc/6273/task/6278/stat : 6278 (java) S 6271 6273 6228 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 153187827 1755049984 51051 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6273/tid=6279] ppid=6271 vsize=1713916 CPUtime=0
/proc/6273/task/6279/stat : 6279 (java) S 6271 6273 6228 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 153187834 1755049984 51051 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6273/tid=6280] ppid=6271 vsize=1713916 CPUtime=0
/proc/6273/task/6280/stat : 6280 (java) S 6271 6273 6228 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 153187834 1755049984 51051 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6273/tid=6281] ppid=6271 vsize=1713916 CPUtime=0.95
/proc/6273/task/6281/stat : 6281 (java) S 6271 6273 6228 0 -1 64 2359 0 0 0 94 1 0 0 16 0 13 0 153187834 1755049984 51051 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6273/tid=6282] ppid=6271 vsize=1713916 CPUtime=0.68
/proc/6273/task/6282/stat : 6282 (java) S 6271 6273 6228 0 -1 64 1590 0 0 0 68 0 0 0 16 0 13 0 153187834 1755049984 51051 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6273/tid=6283] ppid=6271 vsize=1713916 CPUtime=0
/proc/6273/task/6283/stat : 6283 (java) S 6271 6273 6228 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 153187834 1755049984 51051 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6273/tid=6284] ppid=6271 vsize=1713916 CPUtime=0
/proc/6273/task/6284/stat : 6284 (java) S 6271 6273 6228 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 153187835 1755049984 51051 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6273/tid=6285] ppid=6271 vsize=1713916 CPUtime=0
/proc/6273/task/6285/stat : 6285 (java) S 6271 6273 6228 0 -1 64 4 0 0 0 0 0 0 0 18 0 13 0 153187858 1755049984 51051 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 31.36
Current children cumulated vsize (Kb) 1713916

[startup+40.0237 s]
/proc/loadavg: 0.90 0.93 0.91 2/76 6285
/proc/meminfo: memFree=955624/2055920 swapFree=4183752/4192956
[pid=6273] ppid=6271 vsize=1713916 CPUtime=41.37
/proc/6273/stat : 6273 (java) R 6271 6273 6228 0 -1 0 59117 0 1 0 4109 28 0 0 25 0 13 0 153187821 1755049984 51118 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071531924 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/6273/statm: 428479 51118 1910 14 0 415226 0
[pid=6273/tid=6274] ppid=6271 vsize=1713916 CPUtime=0.24
/proc/6273/task/6274/stat : 6274 (java) S 6271 6273 6228 0 -1 64 8490 0 0 0 21 3 0 0 16 0 13 0 153187824 1755049984 51118 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6273/tid=6275] ppid=6271 vsize=1713916 CPUtime=0.25
/proc/6273/task/6275/stat : 6275 (java) S 6271 6273 6228 0 -1 64 8134 0 0 0 22 3 0 0 16 0 13 0 153187824 1755049984 51118 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6273/tid=6276] ppid=6271 vsize=1713916 CPUtime=0
/proc/6273/task/6276/stat : 6276 (java) S 6271 6273 6228 0 -1 64 30 0 0 0 0 0 0 0 15 0 13 0 153187827 1755049984 51118 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=6273/tid=6277] ppid=6271 vsize=1713916 CPUtime=0
/proc/6273/task/6277/stat : 6277 (java) S 6271 6273 6228 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 153187827 1755049984 51118 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6273/tid=6278] ppid=6271 vsize=1713916 CPUtime=0
/proc/6273/task/6278/stat : 6278 (java) S 6271 6273 6228 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 153187827 1755049984 51118 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6273/tid=6279] ppid=6271 vsize=1713916 CPUtime=0
/proc/6273/task/6279/stat : 6279 (java) S 6271 6273 6228 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 153187834 1755049984 51118 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6273/tid=6280] ppid=6271 vsize=1713916 CPUtime=0
/proc/6273/task/6280/stat : 6280 (java) S 6271 6273 6228 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 153187834 1755049984 51118 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6273/tid=6281] ppid=6271 vsize=1713916 CPUtime=0.95
/proc/6273/task/6281/stat : 6281 (java) S 6271 6273 6228 0 -1 64 2359 0 0 0 94 1 0 0 16 0 13 0 153187834 1755049984 51118 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6273/tid=6282] ppid=6271 vsize=1713916 CPUtime=0.68
/proc/6273/task/6282/stat : 6282 (java) S 6271 6273 6228 0 -1 64 1590 0 0 0 68 0 0 0 16 0 13 0 153187834 1755049984 51118 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6273/tid=6283] ppid=6271 vsize=1713916 CPUtime=0
/proc/6273/task/6283/stat : 6283 (java) S 6271 6273 6228 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 153187834 1755049984 51118 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6273/tid=6284] ppid=6271 vsize=1713916 CPUtime=0
/proc/6273/task/6284/stat : 6284 (java) S 6271 6273 6228 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 153187835 1755049984 51118 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6273/tid=6285] ppid=6271 vsize=1713916 CPUtime=0
/proc/6273/task/6285/stat : 6285 (java) S 6271 6273 6228 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 153187858 1755049984 51118 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 41.37
Current children cumulated vsize (Kb) 1713916

[startup+50.0308 s]
/proc/loadavg: 0.92 0.94 0.91 2/76 6285
/proc/meminfo: memFree=956648/2055920 swapFree=4183752/4192956
[pid=6273] ppid=6271 vsize=1713916 CPUtime=51.38
/proc/6273/stat : 6273 (java) R 6271 6273 6228 0 -1 0 59119 0 1 0 5110 28 0 0 25 0 13 0 153187821 1755049984 50862 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071573468 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/6273/statm: 428479 50862 1910 14 0 415226 0
[pid=6273/tid=6274] ppid=6271 vsize=1713916 CPUtime=0.24
/proc/6273/task/6274/stat : 6274 (java) S 6271 6273 6228 0 -1 64 8491 0 0 0 21 3 0 0 16 0 13 0 153187824 1755049984 50862 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6273/tid=6275] ppid=6271 vsize=1713916 CPUtime=0.25
/proc/6273/task/6275/stat : 6275 (java) S 6271 6273 6228 0 -1 64 8134 0 0 0 22 3 0 0 16 0 13 0 153187824 1755049984 50862 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6273/tid=6276] ppid=6271 vsize=1713916 CPUtime=0
/proc/6273/task/6276/stat : 6276 (java) S 6271 6273 6228 0 -1 64 30 0 0 0 0 0 0 0 16 0 13 0 153187827 1755049984 50862 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=6273/tid=6277] ppid=6271 vsize=1713916 CPUtime=0
/proc/6273/task/6277/stat : 6277 (java) S 6271 6273 6228 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 153187827 1755049984 50862 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6273/tid=6278] ppid=6271 vsize=1713916 CPUtime=0
/proc/6273/task/6278/stat : 6278 (java) S 6271 6273 6228 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 153187827 1755049984 50862 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6273/tid=6279] ppid=6271 vsize=1713916 CPUtime=0
/proc/6273/task/6279/stat : 6279 (java) S 6271 6273 6228 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 153187834 1755049984 50862 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6273/tid=6280] ppid=6271 vsize=1713916 CPUtime=0
/proc/6273/task/6280/stat : 6280 (java) S 6271 6273 6228 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 153187834 1755049984 50862 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6273/tid=6281] ppid=6271 vsize=1713916 CPUtime=0.95
/proc/6273/task/6281/stat : 6281 (java) S 6271 6273 6228 0 -1 64 2359 0 0 0 94 1 0 0 16 0 13 0 153187834 1755049984 50862 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6273/tid=6282] ppid=6271 vsize=1713916 CPUtime=0.68
/proc/6273/task/6282/stat : 6282 (java) S 6271 6273 6228 0 -1 64 1590 0 0 0 68 0 0 0 16 0 13 0 153187834 1755049984 50862 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6273/tid=6283] ppid=6271 vsize=1713916 CPUtime=0
/proc/6273/task/6283/stat : 6283 (java) S 6271 6273 6228 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 153187834 1755049984 50862 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6273/tid=6284] ppid=6271 vsize=1713916 CPUtime=0
/proc/6273/task/6284/stat : 6284 (java) S 6271 6273 6228 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 153187835 1755049984 50862 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6273/tid=6285] ppid=6271 vsize=1713916 CPUtime=0
/proc/6273/task/6285/stat : 6285 (java) S 6271 6273 6228 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 153187858 1755049984 50862 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 51.38
Current children cumulated vsize (Kb) 1713916

[startup+60.0379 s]
/proc/loadavg: 0.93 0.94 0.91 2/76 6285
/proc/meminfo: memFree=956264/2055920 swapFree=4183752/4192956
[pid=6273] ppid=6271 vsize=1713916 CPUtime=61.39
/proc/6273/stat : 6273 (java) R 6271 6273 6228 0 -1 0 59675 0 1 0 6111 28 0 0 25 0 13 0 153187821 1755049984 50973 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071532074 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/6273/statm: 428479 50973 1910 14 0 415226 0
[pid=6273/tid=6274] ppid=6271 vsize=1713916 CPUtime=0.25
/proc/6273/task/6274/stat : 6274 (java) S 6271 6273 6228 0 -1 64 8799 0 0 0 22 3 0 0 16 0 13 0 153187824 1755049984 50973 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6273/tid=6275] ppid=6271 vsize=1713916 CPUtime=0.27
/proc/6273/task/6275/stat : 6275 (java) S 6271 6273 6228 0 -1 64 8381 0 0 0 23 4 0 0 17 0 13 0 153187824 1755049984 50973 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6273/tid=6276] ppid=6271 vsize=1713916 CPUtime=0
/proc/6273/task/6276/stat : 6276 (java) S 6271 6273 6228 0 -1 64 30 0 0 0 0 0 0 0 16 0 13 0 153187827 1755049984 50973 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=6273/tid=6277] ppid=6271 vsize=1713916 CPUtime=0
/proc/6273/task/6277/stat : 6277 (java) S 6271 6273 6228 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 153187827 1755049984 50973 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6273/tid=6278] ppid=6271 vsize=1713916 CPUtime=0
/proc/6273/task/6278/stat : 6278 (java) S 6271 6273 6228 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 153187827 1755049984 50973 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6273/tid=6279] ppid=6271 vsize=1713916 CPUtime=0
/proc/6273/task/6279/stat : 6279 (java) S 6271 6273 6228 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 153187834 1755049984 50973 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0

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

[pid=6273/tid=6277] ppid=6271 vsize=1713916 CPUtime=0
/proc/6273/task/6277/stat : 6277 (java) S 6271 6273 6228 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 153187827 1755049984 128535 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6273/tid=6278] ppid=6271 vsize=1713916 CPUtime=0
/proc/6273/task/6278/stat : 6278 (java) S 6271 6273 6228 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 153187827 1755049984 128535 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6273/tid=6279] ppid=6271 vsize=1713916 CPUtime=0
/proc/6273/task/6279/stat : 6279 (java) S 6271 6273 6228 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 153187834 1755049984 128535 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6273/tid=6280] ppid=6271 vsize=1713916 CPUtime=0
/proc/6273/task/6280/stat : 6280 (java) S 6271 6273 6228 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 153187834 1755049984 128535 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6273/tid=6281] ppid=6271 vsize=1713916 CPUtime=0.95
/proc/6273/task/6281/stat : 6281 (java) S 6271 6273 6228 0 -1 64 2359 0 0 0 94 1 0 0 16 0 13 0 153187834 1755049984 128535 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6273/tid=6282] ppid=6271 vsize=1713916 CPUtime=0.69
/proc/6273/task/6282/stat : 6282 (java) S 6271 6273 6228 0 -1 64 1590 0 0 0 69 0 0 0 16 0 13 0 153187834 1755049984 128535 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6273/tid=6283] ppid=6271 vsize=1713916 CPUtime=0
/proc/6273/task/6283/stat : 6283 (java) S 6271 6273 6228 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 153187834 1755049984 128535 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6273/tid=6284] ppid=6271 vsize=1713916 CPUtime=0
/proc/6273/task/6284/stat : 6284 (java) S 6271 6273 6228 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 153187835 1755049984 128535 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6273/tid=6285] ppid=6271 vsize=1713916 CPUtime=0
/proc/6273/task/6285/stat : 6285 (java) S 6271 6273 6228 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 153187858 1755049984 128535 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1796.97
Current children cumulated vsize (Kb) 1713916

[startup+1793.37 s]
/proc/loadavg: 1.00 1.00 0.92 2/76 6956
/proc/meminfo: memFree=643048/2055920 swapFree=4183752/4192956
[pid=6273] ppid=6271 vsize=1713916 CPUtime=1797.98
/proc/6273/stat : 6273 (java) R 6271 6273 6228 0 -1 0 212184 0 1 0 179682 116 0 0 25 0 13 0 153187821 1755049984 128895 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071531855 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/6273/statm: 428479 128895 1910 14 0 415226 0
[pid=6273/tid=6274] ppid=6271 vsize=1713916 CPUtime=4.3
/proc/6273/task/6274/stat : 6274 (java) S 6271 6273 6228 0 -1 64 74245 0 0 0 396 34 0 0 16 0 13 0 153187824 1755049984 128895 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6273/tid=6275] ppid=6271 vsize=1713916 CPUtime=4.27
/proc/6273/task/6275/stat : 6275 (java) S 6271 6273 6228 0 -1 64 66417 0 0 0 396 31 0 0 16 0 13 0 153187824 1755049984 128895 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6273/tid=6276] ppid=6271 vsize=1713916 CPUtime=0.21
/proc/6273/task/6276/stat : 6276 (java) S 6271 6273 6228 0 -1 64 180 0 0 0 10 11 0 0 16 0 13 0 153187827 1755049984 128895 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=6273/tid=6277] ppid=6271 vsize=1713916 CPUtime=0
/proc/6273/task/6277/stat : 6277 (java) S 6271 6273 6228 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 153187827 1755049984 128895 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6273/tid=6278] ppid=6271 vsize=1713916 CPUtime=0
/proc/6273/task/6278/stat : 6278 (java) S 6271 6273 6228 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 153187827 1755049984 128895 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6273/tid=6279] ppid=6271 vsize=1713916 CPUtime=0
/proc/6273/task/6279/stat : 6279 (java) S 6271 6273 6228 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 153187834 1755049984 128895 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6273/tid=6280] ppid=6271 vsize=1713916 CPUtime=0
/proc/6273/task/6280/stat : 6280 (java) S 6271 6273 6228 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 153187834 1755049984 128895 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6273/tid=6281] ppid=6271 vsize=1713916 CPUtime=0.95
/proc/6273/task/6281/stat : 6281 (java) S 6271 6273 6228 0 -1 64 2359 0 0 0 94 1 0 0 16 0 13 0 153187834 1755049984 128895 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6273/tid=6282] ppid=6271 vsize=1713916 CPUtime=0.69
/proc/6273/task/6282/stat : 6282 (java) S 6271 6273 6228 0 -1 64 1590 0 0 0 69 0 0 0 16 0 13 0 153187834 1755049984 128895 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6273/tid=6283] ppid=6271 vsize=1713916 CPUtime=0
/proc/6273/task/6283/stat : 6283 (java) S 6271 6273 6228 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 153187834 1755049984 128895 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6273/tid=6284] ppid=6271 vsize=1713916 CPUtime=0
/proc/6273/task/6284/stat : 6284 (java) S 6271 6273 6228 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 153187835 1755049984 128895 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6273/tid=6285] ppid=6271 vsize=1713916 CPUtime=0
/proc/6273/task/6285/stat : 6285 (java) S 6271 6273 6228 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 153187858 1755049984 128895 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1797.98
Current children cumulated vsize (Kb) 1713916

[startup+1794.37 s]
/proc/loadavg: 1.00 1.00 0.92 2/76 6956
/proc/meminfo: memFree=643048/2055920 swapFree=4183752/4192956
[pid=6273] ppid=6271 vsize=1713916 CPUtime=1798.99
/proc/6273/stat : 6273 (java) R 6271 6273 6228 0 -1 0 212184 0 1 0 179783 116 0 0 25 0 13 0 153187821 1755049984 128895 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071484650 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/6273/statm: 428479 128895 1910 14 0 415226 0
[pid=6273/tid=6274] ppid=6271 vsize=1713916 CPUtime=4.3
/proc/6273/task/6274/stat : 6274 (java) S 6271 6273 6228 0 -1 64 74245 0 0 0 396 34 0 0 16 0 13 0 153187824 1755049984 128895 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6273/tid=6275] ppid=6271 vsize=1713916 CPUtime=4.27
/proc/6273/task/6275/stat : 6275 (java) S 6271 6273 6228 0 -1 64 66417 0 0 0 396 31 0 0 16 0 13 0 153187824 1755049984 128895 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6273/tid=6276] ppid=6271 vsize=1713916 CPUtime=0.21
/proc/6273/task/6276/stat : 6276 (java) S 6271 6273 6228 0 -1 64 180 0 0 0 10 11 0 0 16 0 13 0 153187827 1755049984 128895 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=6273/tid=6277] ppid=6271 vsize=1713916 CPUtime=0
/proc/6273/task/6277/stat : 6277 (java) S 6271 6273 6228 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 153187827 1755049984 128895 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6273/tid=6278] ppid=6271 vsize=1713916 CPUtime=0
/proc/6273/task/6278/stat : 6278 (java) S 6271 6273 6228 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 153187827 1755049984 128895 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6273/tid=6279] ppid=6271 vsize=1713916 CPUtime=0
/proc/6273/task/6279/stat : 6279 (java) S 6271 6273 6228 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 153187834 1755049984 128895 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6273/tid=6280] ppid=6271 vsize=1713916 CPUtime=0
/proc/6273/task/6280/stat : 6280 (java) S 6271 6273 6228 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 153187834 1755049984 128895 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6273/tid=6281] ppid=6271 vsize=1713916 CPUtime=0.95
/proc/6273/task/6281/stat : 6281 (java) S 6271 6273 6228 0 -1 64 2359 0 0 0 94 1 0 0 16 0 13 0 153187834 1755049984 128895 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6273/tid=6282] ppid=6271 vsize=1713916 CPUtime=0.69
/proc/6273/task/6282/stat : 6282 (java) S 6271 6273 6228 0 -1 64 1590 0 0 0 69 0 0 0 16 0 13 0 153187834 1755049984 128895 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6273/tid=6283] ppid=6271 vsize=1713916 CPUtime=0
/proc/6273/task/6283/stat : 6283 (java) S 6271 6273 6228 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 153187834 1755049984 128895 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6273/tid=6284] ppid=6271 vsize=1713916 CPUtime=0
/proc/6273/task/6284/stat : 6284 (java) S 6271 6273 6228 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 153187835 1755049984 128895 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6273/tid=6285] ppid=6271 vsize=1713916 CPUtime=0
/proc/6273/task/6285/stat : 6285 (java) S 6271 6273 6228 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 153187858 1755049984 128895 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1798.99
Current children cumulated vsize (Kb) 1713916

[startup+1795.38 s]
/proc/loadavg: 1.00 1.00 0.92 2/76 6956
/proc/meminfo: memFree=643048/2055920 swapFree=4183752/4192956
[pid=6273] ppid=6271 vsize=1713916 CPUtime=1799.99
/proc/6273/stat : 6273 (java) R 6271 6273 6228 0 -1 0 212184 0 1 0 179883 116 0 0 25 0 13 0 153187821 1755049984 128895 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071531880 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/6273/statm: 428479 128895 1910 14 0 415226 0
[pid=6273/tid=6274] ppid=6271 vsize=1713916 CPUtime=4.3
/proc/6273/task/6274/stat : 6274 (java) S 6271 6273 6228 0 -1 64 74245 0 0 0 396 34 0 0 16 0 13 0 153187824 1755049984 128895 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6273/tid=6275] ppid=6271 vsize=1713916 CPUtime=4.27
/proc/6273/task/6275/stat : 6275 (java) S 6271 6273 6228 0 -1 64 66417 0 0 0 396 31 0 0 16 0 13 0 153187824 1755049984 128895 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6273/tid=6276] ppid=6271 vsize=1713916 CPUtime=0.21
/proc/6273/task/6276/stat : 6276 (java) S 6271 6273 6228 0 -1 64 180 0 0 0 10 11 0 0 16 0 13 0 153187827 1755049984 128895 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=6273/tid=6277] ppid=6271 vsize=1713916 CPUtime=0
/proc/6273/task/6277/stat : 6277 (java) S 6271 6273 6228 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 153187827 1755049984 128895 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6273/tid=6278] ppid=6271 vsize=1713916 CPUtime=0
/proc/6273/task/6278/stat : 6278 (java) S 6271 6273 6228 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 153187827 1755049984 128895 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6273/tid=6279] ppid=6271 vsize=1713916 CPUtime=0
/proc/6273/task/6279/stat : 6279 (java) S 6271 6273 6228 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 153187834 1755049984 128895 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6273/tid=6280] ppid=6271 vsize=1713916 CPUtime=0
/proc/6273/task/6280/stat : 6280 (java) S 6271 6273 6228 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 153187834 1755049984 128895 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6273/tid=6281] ppid=6271 vsize=1713916 CPUtime=0.95
/proc/6273/task/6281/stat : 6281 (java) S 6271 6273 6228 0 -1 64 2359 0 0 0 94 1 0 0 16 0 13 0 153187834 1755049984 128895 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6273/tid=6282] ppid=6271 vsize=1713916 CPUtime=0.69
/proc/6273/task/6282/stat : 6282 (java) S 6271 6273 6228 0 -1 64 1590 0 0 0 69 0 0 0 16 0 13 0 153187834 1755049984 128895 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6273/tid=6283] ppid=6271 vsize=1713916 CPUtime=0
/proc/6273/task/6283/stat : 6283 (java) S 6271 6273 6228 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 153187834 1755049984 128895 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6273/tid=6284] ppid=6271 vsize=1713916 CPUtime=0
/proc/6273/task/6284/stat : 6284 (java) S 6271 6273 6228 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 153187835 1755049984 128895 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6273/tid=6285] ppid=6271 vsize=1713916 CPUtime=0
/proc/6273/task/6285/stat : 6285 (java) S 6271 6273 6228 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 153187858 1755049984 128895 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1799.99
Current children cumulated vsize (Kb) 1713916

[startup+1796.38 s]
/proc/loadavg: 1.00 1.00 0.92 2/76 6956
/proc/meminfo: memFree=643048/2055920 swapFree=4183752/4192956
[pid=6273] ppid=6271 vsize=1713916 CPUtime=1801
/proc/6273/stat : 6273 (java) R 6271 6273 6228 0 -1 0 212184 0 1 0 179984 116 0 0 25 0 13 0 153187821 1755049984 128895 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071532055 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/6273/statm: 428479 128895 1910 14 0 415226 0
[pid=6273/tid=6274] ppid=6271 vsize=1713916 CPUtime=4.3
/proc/6273/task/6274/stat : 6274 (java) S 6271 6273 6228 0 -1 64 74245 0 0 0 396 34 0 0 16 0 13 0 153187824 1755049984 128895 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6273/tid=6275] ppid=6271 vsize=1713916 CPUtime=4.27
/proc/6273/task/6275/stat : 6275 (java) S 6271 6273 6228 0 -1 64 66417 0 0 0 396 31 0 0 16 0 13 0 153187824 1755049984 128895 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6273/tid=6276] ppid=6271 vsize=1713916 CPUtime=0.21
/proc/6273/task/6276/stat : 6276 (java) S 6271 6273 6228 0 -1 64 180 0 0 0 10 11 0 0 16 0 13 0 153187827 1755049984 128895 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=6273/tid=6277] ppid=6271 vsize=1713916 CPUtime=0
/proc/6273/task/6277/stat : 6277 (java) S 6271 6273 6228 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 153187827 1755049984 128895 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6273/tid=6278] ppid=6271 vsize=1713916 CPUtime=0
/proc/6273/task/6278/stat : 6278 (java) S 6271 6273 6228 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 153187827 1755049984 128895 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6273/tid=6279] ppid=6271 vsize=1713916 CPUtime=0
/proc/6273/task/6279/stat : 6279 (java) S 6271 6273 6228 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 153187834 1755049984 128895 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6273/tid=6280] ppid=6271 vsize=1713916 CPUtime=0
/proc/6273/task/6280/stat : 6280 (java) S 6271 6273 6228 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 153187834 1755049984 128895 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6273/tid=6281] ppid=6271 vsize=1713916 CPUtime=0.95
/proc/6273/task/6281/stat : 6281 (java) S 6271 6273 6228 0 -1 64 2359 0 0 0 94 1 0 0 16 0 13 0 153187834 1755049984 128895 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6273/tid=6282] ppid=6271 vsize=1713916 CPUtime=0.69
/proc/6273/task/6282/stat : 6282 (java) S 6271 6273 6228 0 -1 64 1590 0 0 0 69 0 0 0 16 0 13 0 153187834 1755049984 128895 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6273/tid=6283] ppid=6271 vsize=1713916 CPUtime=0
/proc/6273/task/6283/stat : 6283 (java) S 6271 6273 6228 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 153187834 1755049984 128895 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6273/tid=6284] ppid=6271 vsize=1713916 CPUtime=0
/proc/6273/task/6284/stat : 6284 (java) S 6271 6273 6228 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 153187835 1755049984 128895 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6273/tid=6285] ppid=6271 vsize=1713916 CPUtime=0
/proc/6273/task/6285/stat : 6285 (java) S 6271 6273 6228 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 153187858 1755049984 128895 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1801
Current children cumulated vsize (Kb) 1713916



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1796.39 s]
/proc/loadavg: 1.00 1.00 0.92 2/76 6956
/proc/meminfo: memFree=643048/2055920 swapFree=4183752/4192956
[pid=6273] ppid=6271 vsize=1713916 CPUtime=1801
/proc/6273/stat : 6273 (java) R 6271 6273 6228 0 -1 0 212184 0 1 0 179984 116 0 0 25 0 13 0 153187821 1755049984 128895 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071484672 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/6273/statm: 428479 128895 1910 14 0 415226 0
[pid=6273/tid=6274] ppid=6271 vsize=1713916 CPUtime=4.3
/proc/6273/task/6274/stat : 6274 (java) S 6271 6273 6228 0 -1 64 74245 0 0 0 396 34 0 0 16 0 13 0 153187824 1755049984 128895 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6273/tid=6275] ppid=6271 vsize=1713916 CPUtime=4.27
/proc/6273/task/6275/stat : 6275 (java) S 6271 6273 6228 0 -1 64 66417 0 0 0 396 31 0 0 16 0 13 0 153187824 1755049984 128895 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6273/tid=6276] ppid=6271 vsize=1713916 CPUtime=0.21
/proc/6273/task/6276/stat : 6276 (java) S 6271 6273 6228 0 -1 64 180 0 0 0 10 11 0 0 16 0 13 0 153187827 1755049984 128895 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=6273/tid=6277] ppid=6271 vsize=1713916 CPUtime=0
/proc/6273/task/6277/stat : 6277 (java) S 6271 6273 6228 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 153187827 1755049984 128895 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6273/tid=6278] ppid=6271 vsize=1713916 CPUtime=0
/proc/6273/task/6278/stat : 6278 (java) S 6271 6273 6228 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 153187827 1755049984 128895 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6273/tid=6279] ppid=6271 vsize=1713916 CPUtime=0
/proc/6273/task/6279/stat : 6279 (java) S 6271 6273 6228 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 153187834 1755049984 128895 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6273/tid=6280] ppid=6271 vsize=1713916 CPUtime=0
/proc/6273/task/6280/stat : 6280 (java) S 6271 6273 6228 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 153187834 1755049984 128895 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6273/tid=6281] ppid=6271 vsize=1713916 CPUtime=0.95
/proc/6273/task/6281/stat : 6281 (java) S 6271 6273 6228 0 -1 64 2359 0 0 0 94 1 0 0 16 0 13 0 153187834 1755049984 128895 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6273/tid=6282] ppid=6271 vsize=1713916 CPUtime=0.69
/proc/6273/task/6282/stat : 6282 (java) S 6271 6273 6228 0 -1 64 1590 0 0 0 69 0 0 0 16 0 13 0 153187834 1755049984 128895 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6273/tid=6283] ppid=6271 vsize=1713916 CPUtime=0
/proc/6273/task/6283/stat : 6283 (java) S 6271 6273 6228 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 153187834 1755049984 128895 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6273/tid=6284] ppid=6271 vsize=1713916 CPUtime=0
/proc/6273/task/6284/stat : 6284 (java) S 6271 6273 6228 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 153187835 1755049984 128895 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6273/tid=6285] ppid=6271 vsize=1713916 CPUtime=0
/proc/6273/task/6285/stat : 6285 (java) S 6271 6273 6228 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 153187858 1755049984 128895 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1801
Current children cumulated vsize (Kb) 1713916

Sending SIGTERM to -6273
Sleeping 2 seconds

Child status: 143
Real time (s): 1796.51
CPU time (s): 1801.12
CPU user time (s): 1799.89
CPU system time (s): 1.23781
CPU usage (%): 100.257
Max. virtual memory (cumulated for all children) (Kb): 1713916

Launcher Data (download as text)

Begin job on node47 on Fri Jun  2 01:43:13 UTC 2006


FILE ID= 42088-1149212593

PBS_JOBID= 294351

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

MD5SUM SOLVER= 3cef94aa015dc0dd234d31843a257d70
MD5SUM BENCH=  d9f3f17355fadaf757079f4be5a497ea

RANDOM SEED= 904460259


/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.236
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.236
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1153424 kB
Buffers:         37616 kB
Cached:         791724 kB
SwapCached:       3524 kB
Active:         239068 kB
Inactive:       599288 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1153424 kB
SwapTotal:     4192956 kB
SwapFree:      4183752 kB
Dirty:             176 kB
Writeback:           0 kB
Mapped:          15028 kB
Slab:            50184 kB
Committed_AS:   162216 kB
PageTables:       1468 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB


End job on node47 on Fri Jun  2 02:13:09 UTC 2006