Trace number 43896

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerObjective functionCPU timeWall clock time
SAT4JPSEUDO 2006.2? (TO) 1800.9 1787.42

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/ftp.netlib.org/
lp/data/normalized-reduced-mps-v2-20-10-stair.opb
MD5SUM98b9ab286036da69f2015d2ff2a12818
Bench CategoryOPT-SMALLINT (optimisation, small integers)
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 benchmark471.974
Has Objective FunctionYES
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables11454
Total number of constraints362
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints362
Minimum length of a constraint13
Maximum length of a constraint810
Number of terms in the objective function 30
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 524317
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 524930
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.20	c Cutting planes based inference
0.20	c --- Begin Solver configuration ---
0.20	c org.sat4j.minisat.uip.FirstUIP@1037c71
0.20	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@1df073d
0.20	c org.sat4j.minisat.learning.MiniSATLearning@1546e25
0.20	c conflictBoundIncFactor=1.5 learntBoundIncFactor=1.1 initLearntBoundConstraintFactor=10000.0 initConflictBound=100 
0.20	c VSIDS like heuristics from MiniSAT using a heap
0.20	c No reason simplification
0.20	c --- End Solver configuration ---
0.20	c solving ROOT/tmp/node34/43896-1149275014/instance-43896-1149275014.opb
0.20	c reading problem ... 
1.31	c ... done. Time 1.106 ms.
1.31	c #vars     11454
1.31	c #constraints  571
1787.33	c starts		: 7
1787.33	c conflicts		: 2321
1787.33	c decisions		: 19117
1787.33	c propagations		: 290921
1787.33	c inspects		: 2391199
1787.33	c learnt literals	: 0
1787.33	c learnt binary clauses	: 0
1787.33	c learnt ternary clauses	: 0
1787.33	c learnt clauses	: 2320
1787.33	c root simplifications	: 0
1787.33	c removed literals (reason simplification)	: 0
1787.33	c reason swapping (by a shorter reason)	: 0
1787.33	c Calls to reduceDB	: 0
1787.33	c speed (decisions/second)	: 10.703831363564083
1787.33	c non guided choices	246
1787.33	s UNKNOWN
1787.33	c Total wall clock time (ms): 1787.126

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

Current StackSize limit: 67108864 bytes

/proc/loadavg: 0.84 0.94 0.90 2/64 18219
/proc/meminfo: memFree=833792/2055920 swapFree=4181356/4192956
[pid=18219] ppid=18217 vsize=168 CPUtime=0
/proc/18219/stat : 18219 (java) R 18217 18219 18173 0 -1 0 39 0 0 0 0 0 0 0 19 0 1 0 193165282 172032 23 18446744073709551615 134512640 134570276 4294956624 18446744073709551615 7721259 0 0 4096 0 0 0 0 17 1 0 0
/proc/18219/statm: 42 23 18 14 0 2 0

[startup+10.0021 s]
/proc/loadavg: 0.87 0.94 0.90 2/76 18231
/proc/meminfo: memFree=657824/2055920 swapFree=4181356/4192956
[pid=18219] ppid=18217 vsize=1712532 CPUtime=11.38
/proc/18219/stat : 18219 (java) R 18217 18219 18173 0 -1 0 50921 0 1 0 1113 25 0 0 25 0 13 0 193165282 1753632768 45765 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071400113 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/18219/statm: 428133 45765 1905 14 0 414880 0
[pid=18219/tid=18220] ppid=18217 vsize=1712532 CPUtime=0.25
/proc/18219/task/18220/stat : 18220 (java) S 18217 18219 18173 0 -1 64 5883 0 0 0 23 2 0 0 16 0 13 0 193165285 1753632768 45765 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18219/tid=18221] ppid=18217 vsize=1712532 CPUtime=0.25
/proc/18219/task/18221/stat : 18221 (java) S 18217 18219 18173 0 -1 64 5316 0 0 0 22 3 0 0 16 0 13 0 193165285 1753632768 45765 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18219/tid=18222] ppid=18217 vsize=1712532 CPUtime=0
/proc/18219/task/18222/stat : 18222 (java) S 18217 18219 18173 0 -1 64 27 0 0 0 0 0 0 0 16 0 13 0 193165288 1753632768 45765 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=18219/tid=18223] ppid=18217 vsize=1712532 CPUtime=0
/proc/18219/task/18223/stat : 18223 (java) S 18217 18219 18173 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 193165288 1753632768 45765 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18219/tid=18224] ppid=18217 vsize=1712532 CPUtime=0
/proc/18219/task/18224/stat : 18224 (java) S 18217 18219 18173 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 193165288 1753632768 45765 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18219/tid=18225] ppid=18217 vsize=1712532 CPUtime=0
/proc/18219/task/18225/stat : 18225 (java) S 18217 18219 18173 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 193165292 1753632768 45765 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18219/tid=18226] ppid=18217 vsize=1712532 CPUtime=0
/proc/18219/task/18226/stat : 18226 (java) S 18217 18219 18173 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 193165292 1753632768 45765 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18219/tid=18227] ppid=18217 vsize=1712532 CPUtime=0.72
/proc/18219/task/18227/stat : 18227 (java) S 18217 18219 18173 0 -1 64 1747 0 0 0 72 0 0 0 17 0 13 0 193165292 1753632768 45765 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18219/tid=18228] ppid=18217 vsize=1712532 CPUtime=0.86
/proc/18219/task/18228/stat : 18228 (java) S 18217 18219 18173 0 -1 64 1170 0 0 0 85 1 0 0 16 0 13 0 193165292 1753632768 45765 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18219/tid=18229] ppid=18217 vsize=1712532 CPUtime=0
/proc/18219/task/18229/stat : 18229 (java) S 18217 18219 18173 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 193165292 1753632768 45765 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18219/tid=18230] ppid=18217 vsize=1712532 CPUtime=0
/proc/18219/task/18230/stat : 18230 (java) S 18217 18219 18173 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 193165292 1753632768 45765 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18219/tid=18231] ppid=18217 vsize=1712532 CPUtime=0
/proc/18219/task/18231/stat : 18231 (java) S 18217 18219 18173 0 -1 64 3 0 0 0 0 0 0 0 21 0 13 0 193165422 1753632768 45765 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 11.38
Current children cumulated vsize (Kb) 1712532

[startup+20.0088 s]
/proc/loadavg: 0.89 0.94 0.90 2/76 18231
/proc/meminfo: memFree=664416/2055920 swapFree=4181356/4192956
[pid=18219] ppid=18217 vsize=1712532 CPUtime=21.48
/proc/18219/stat : 18219 (java) R 18217 18219 18173 0 -1 0 51709 0 1 0 2122 26 0 0 25 0 13 0 193165282 1753632768 44094 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071400630 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/18219/statm: 428133 44094 1907 14 0 414880 0
[pid=18219/tid=18220] ppid=18217 vsize=1712532 CPUtime=0.28
/proc/18219/task/18220/stat : 18220 (java) S 18217 18219 18173 0 -1 64 6297 0 0 0 26 2 0 0 15 0 13 0 193165285 1753632768 44094 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18219/tid=18221] ppid=18217 vsize=1712532 CPUtime=0.28
/proc/18219/task/18221/stat : 18221 (java) S 18217 18219 18173 0 -1 64 5664 0 0 0 25 3 0 0 16 0 13 0 193165285 1753632768 44094 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18219/tid=18222] ppid=18217 vsize=1712532 CPUtime=0.01
/proc/18219/task/18222/stat : 18222 (java) S 18217 18219 18173 0 -1 64 27 0 0 0 1 0 0 0 16 0 13 0 193165288 1753632768 44094 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=18219/tid=18223] ppid=18217 vsize=1712532 CPUtime=0
/proc/18219/task/18223/stat : 18223 (java) S 18217 18219 18173 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 193165288 1753632768 44094 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18219/tid=18224] ppid=18217 vsize=1712532 CPUtime=0
/proc/18219/task/18224/stat : 18224 (java) S 18217 18219 18173 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 193165288 1753632768 44094 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18219/tid=18225] ppid=18217 vsize=1712532 CPUtime=0
/proc/18219/task/18225/stat : 18225 (java) S 18217 18219 18173 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 193165292 1753632768 44094 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18219/tid=18226] ppid=18217 vsize=1712532 CPUtime=0
/proc/18219/task/18226/stat : 18226 (java) S 18217 18219 18173 0 -1 64 3 0 0 0 0 0 0 0 17 0 13 0 193165292 1753632768 44094 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18219/tid=18227] ppid=18217 vsize=1712532 CPUtime=0.77
/proc/18219/task/18227/stat : 18227 (java) S 18217 18219 18173 0 -1 64 1751 0 0 0 77 0 0 0 17 0 13 0 193165292 1753632768 44094 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18219/tid=18228] ppid=18217 vsize=1712532 CPUtime=0.91
/proc/18219/task/18228/stat : 18228 (java) S 18217 18219 18173 0 -1 64 1174 0 0 0 90 1 0 0 16 0 13 0 193165292 1753632768 44094 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18219/tid=18229] ppid=18217 vsize=1712532 CPUtime=0
/proc/18219/task/18229/stat : 18229 (java) S 18217 18219 18173 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 193165292 1753632768 44094 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18219/tid=18230] ppid=18217 vsize=1712532 CPUtime=0
/proc/18219/task/18230/stat : 18230 (java) S 18217 18219 18173 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 193165292 1753632768 44094 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18219/tid=18231] ppid=18217 vsize=1712532 CPUtime=0
/proc/18219/task/18231/stat : 18231 (java) S 18217 18219 18173 0 -1 64 3 0 0 0 0 0 0 0 21 0 13 0 193165422 1753632768 44094 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 21.48
Current children cumulated vsize (Kb) 1712532

[startup+30.0155 s]
/proc/loadavg: 0.90 0.94 0.90 2/76 18231
/proc/meminfo: memFree=681824/2055920 swapFree=4181356/4192956
[pid=18219] ppid=18217 vsize=1712532 CPUtime=31.52
/proc/18219/stat : 18219 (java) R 18217 18219 18173 0 -1 0 52439 0 1 0 3125 27 0 0 24 0 13 0 193165282 1753632768 39755 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071580276 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/18219/statm: 428133 39755 1907 14 0 414880 0
[pid=18219/tid=18220] ppid=18217 vsize=1712532 CPUtime=0.32
/proc/18219/task/18220/stat : 18220 (java) S 18217 18219 18173 0 -1 64 6675 0 0 0 29 3 0 0 16 0 13 0 193165285 1753632768 39755 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18219/tid=18221] ppid=18217 vsize=1712532 CPUtime=0.32
/proc/18219/task/18221/stat : 18221 (java) S 18217 18219 18173 0 -1 64 5992 0 0 0 28 4 0 0 16 0 13 0 193165285 1753632768 39755 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18219/tid=18222] ppid=18217 vsize=1712532 CPUtime=0.01
/proc/18219/task/18222/stat : 18222 (java) S 18217 18219 18173 0 -1 64 27 0 0 0 1 0 0 0 16 0 13 0 193165288 1753632768 39755 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=18219/tid=18223] ppid=18217 vsize=1712532 CPUtime=0
/proc/18219/task/18223/stat : 18223 (java) S 18217 18219 18173 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 193165288 1753632768 39755 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18219/tid=18224] ppid=18217 vsize=1712532 CPUtime=0
/proc/18219/task/18224/stat : 18224 (java) S 18217 18219 18173 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 193165288 1753632768 39755 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18219/tid=18225] ppid=18217 vsize=1712532 CPUtime=0
/proc/18219/task/18225/stat : 18225 (java) S 18217 18219 18173 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 193165292 1753632768 39755 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18219/tid=18226] ppid=18217 vsize=1712532 CPUtime=0
/proc/18219/task/18226/stat : 18226 (java) S 18217 18219 18173 0 -1 64 3 0 0 0 0 0 0 0 17 0 13 0 193165292 1753632768 39755 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18219/tid=18227] ppid=18217 vsize=1712532 CPUtime=0.78
/proc/18219/task/18227/stat : 18227 (java) S 18217 18219 18173 0 -1 64 1751 0 0 0 78 0 0 0 16 0 13 0 193165292 1753632768 39755 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18219/tid=18228] ppid=18217 vsize=1712532 CPUtime=0.91
/proc/18219/task/18228/stat : 18228 (java) S 18217 18219 18173 0 -1 64 1175 0 0 0 90 1 0 0 16 0 13 0 193165292 1753632768 39755 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18219/tid=18229] ppid=18217 vsize=1712532 CPUtime=0
/proc/18219/task/18229/stat : 18229 (java) S 18217 18219 18173 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 193165292 1753632768 39755 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18219/tid=18230] ppid=18217 vsize=1712532 CPUtime=0
/proc/18219/task/18230/stat : 18230 (java) S 18217 18219 18173 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 193165292 1753632768 39755 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18219/tid=18231] ppid=18217 vsize=1712532 CPUtime=0
/proc/18219/task/18231/stat : 18231 (java) S 18217 18219 18173 0 -1 64 3 0 0 0 0 0 0 0 21 0 13 0 193165422 1753632768 39755 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 31.52
Current children cumulated vsize (Kb) 1712532

[startup+40.0222 s]
/proc/loadavg: 0.92 0.94 0.90 2/76 18231
/proc/meminfo: memFree=689120/2055920 swapFree=4181356/4192956
[pid=18219] ppid=18217 vsize=1712532 CPUtime=41.54
/proc/18219/stat : 18219 (java) R 18217 18219 18173 0 -1 0 52966 0 1 0 4127 27 0 0 25 0 13 0 193165282 1753632768 37928 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071400372 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/18219/statm: 428133 37928 1907 14 0 414880 0
[pid=18219/tid=18220] ppid=18217 vsize=1712532 CPUtime=0.35
/proc/18219/task/18220/stat : 18220 (java) S 18217 18219 18173 0 -1 64 6911 0 0 0 32 3 0 0 15 0 13 0 193165285 1753632768 37928 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18219/tid=18221] ppid=18217 vsize=1712532 CPUtime=0.36
/proc/18219/task/18221/stat : 18221 (java) S 18217 18219 18173 0 -1 64 6258 0 0 0 32 4 0 0 16 0 13 0 193165285 1753632768 37928 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18219/tid=18222] ppid=18217 vsize=1712532 CPUtime=0.01
/proc/18219/task/18222/stat : 18222 (java) S 18217 18219 18173 0 -1 64 27 0 0 0 1 0 0 0 16 0 13 0 193165288 1753632768 37928 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=18219/tid=18223] ppid=18217 vsize=1712532 CPUtime=0
/proc/18219/task/18223/stat : 18223 (java) S 18217 18219 18173 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 193165288 1753632768 37928 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18219/tid=18224] ppid=18217 vsize=1712532 CPUtime=0
/proc/18219/task/18224/stat : 18224 (java) S 18217 18219 18173 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 193165288 1753632768 37928 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18219/tid=18225] ppid=18217 vsize=1712532 CPUtime=0
/proc/18219/task/18225/stat : 18225 (java) S 18217 18219 18173 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 193165292 1753632768 37928 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18219/tid=18226] ppid=18217 vsize=1712532 CPUtime=0
/proc/18219/task/18226/stat : 18226 (java) S 18217 18219 18173 0 -1 64 3 0 0 0 0 0 0 0 17 0 13 0 193165292 1753632768 37928 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18219/tid=18227] ppid=18217 vsize=1712532 CPUtime=0.78
/proc/18219/task/18227/stat : 18227 (java) S 18217 18219 18173 0 -1 64 1751 0 0 0 78 0 0 0 16 0 13 0 193165292 1753632768 37928 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18219/tid=18228] ppid=18217 vsize=1712532 CPUtime=0.91
/proc/18219/task/18228/stat : 18228 (java) S 18217 18219 18173 0 -1 64 1175 0 0 0 90 1 0 0 17 0 13 0 193165292 1753632768 37928 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18219/tid=18229] ppid=18217 vsize=1712532 CPUtime=0
/proc/18219/task/18229/stat : 18229 (java) S 18217 18219 18173 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 193165292 1753632768 37928 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18219/tid=18230] ppid=18217 vsize=1712532 CPUtime=0
/proc/18219/task/18230/stat : 18230 (java) S 18217 18219 18173 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 193165292 1753632768 37928 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18219/tid=18231] ppid=18217 vsize=1712532 CPUtime=0
/proc/18219/task/18231/stat : 18231 (java) S 18217 18219 18173 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 193165422 1753632768 37928 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 41.54
Current children cumulated vsize (Kb) 1712532

[startup+50.0289 s]
/proc/loadavg: 0.93 0.94 0.90 2/76 18231
/proc/meminfo: memFree=691616/2055920 swapFree=4181356/4192956
[pid=18219] ppid=18217 vsize=1712532 CPUtime=51.61
/proc/18219/stat : 18219 (java) R 18217 18219 18173 0 -1 0 53382 0 1 0 5133 28 0 0 25 0 13 0 193165282 1753632768 37333 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071642576 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/18219/statm: 428133 37333 1907 14 0 414880 0
[pid=18219/tid=18220] ppid=18217 vsize=1712532 CPUtime=0.38
/proc/18219/task/18220/stat : 18220 (java) S 18217 18219 18173 0 -1 64 7095 0 0 0 35 3 0 0 15 0 13 0 193165285 1753632768 37333 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18219/tid=18221] ppid=18217 vsize=1712532 CPUtime=0.39
/proc/18219/task/18221/stat : 18221 (java) S 18217 18219 18173 0 -1 64 6468 0 0 0 35 4 0 0 16 0 13 0 193165285 1753632768 37333 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18219/tid=18222] ppid=18217 vsize=1712532 CPUtime=0.03
/proc/18219/task/18222/stat : 18222 (java) S 18217 18219 18173 0 -1 64 27 0 0 0 2 1 0 0 16 0 13 0 193165288 1753632768 37333 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=18219/tid=18223] ppid=18217 vsize=1712532 CPUtime=0
/proc/18219/task/18223/stat : 18223 (java) S 18217 18219 18173 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 193165288 1753632768 37333 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18219/tid=18224] ppid=18217 vsize=1712532 CPUtime=0
/proc/18219/task/18224/stat : 18224 (java) S 18217 18219 18173 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 193165288 1753632768 37333 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18219/tid=18225] ppid=18217 vsize=1712532 CPUtime=0
/proc/18219/task/18225/stat : 18225 (java) S 18217 18219 18173 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 193165292 1753632768 37333 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18219/tid=18226] ppid=18217 vsize=1712532 CPUtime=0
/proc/18219/task/18226/stat : 18226 (java) S 18217 18219 18173 0 -1 64 3 0 0 0 0 0 0 0 17 0 13 0 193165292 1753632768 37333 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18219/tid=18227] ppid=18217 vsize=1712532 CPUtime=0.81
/proc/18219/task/18227/stat : 18227 (java) S 18217 18219 18173 0 -1 64 1754 0 0 0 81 0 0 0 17 0 13 0 193165292 1753632768 37333 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18219/tid=18228] ppid=18217 vsize=1712532 CPUtime=0.91
/proc/18219/task/18228/stat : 18228 (java) S 18217 18219 18173 0 -1 64 1175 0 0 0 90 1 0 0 17 0 13 0 193165292 1753632768 37333 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18219/tid=18229] ppid=18217 vsize=1712532 CPUtime=0
/proc/18219/task/18229/stat : 18229 (java) S 18217 18219 18173 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 193165292 1753632768 37333 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18219/tid=18230] ppid=18217 vsize=1712532 CPUtime=0
/proc/18219/task/18230/stat : 18230 (java) S 18217 18219 18173 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 193165292 1753632768 37333 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18219/tid=18231] ppid=18217 vsize=1712532 CPUtime=0
/proc/18219/task/18231/stat : 18231 (java) S 18217 18219 18173 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 193165422 1753632768 37333 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 51.61
Current children cumulated vsize (Kb) 1712532

[startup+60.0356 s]
/proc/loadavg: 0.94 0.95 0.90 2/76 18231
/proc/meminfo: memFree=693728/2055920 swapFree=4181356/4192956
[pid=18219] ppid=18217 vsize=1712532 CPUtime=61.64
/proc/18219/stat : 18219 (java) R 18217 18219 18173 0 -1 0 53909 0 1 0 6135 29 0 0 25 0 13 0 193165282 1753632768 36814 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071565914 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/18219/statm: 428133 36814 1907 14 0 414880 0
[pid=18219/tid=18220] ppid=18217 vsize=1712532 CPUtime=0.42
/proc/18219/task/18220/stat : 18220 (java) S 18217 18219 18173 0 -1 64 7321 0 0 0 39 3 0 0 16 0 13 0 193165285 1753632768 36814 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18219/tid=18221] ppid=18217 vsize=1712532 CPUtime=0.42
/proc/18219/task/18221/stat : 18221 (java) S 18217 18219 18173 0 -1 64 6750 0 0 0 38 4 0 0 16 0 13 0 193165285 1753632768 36814 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18219/tid=18222] ppid=18217 vsize=1712532 CPUtime=0.03
/proc/18219/task/18222/stat : 18222 (java) S 18217 18219 18173 0 -1 64 27 0 0 0 2 1 0 0 16 0 13 0 193165288 1753632768 36814 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=18219/tid=18223] ppid=18217 vsize=1712532 CPUtime=0
/proc/18219/task/18223/stat : 18223 (java) S 18217 18219 18173 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 193165288 1753632768 36814 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18219/tid=18224] ppid=18217 vsize=1712532 CPUtime=0
/proc/18219/task/18224/stat : 18224 (java) S 18217 18219 18173 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 193165288 1753632768 36814 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18219/tid=18225] ppid=18217 vsize=1712532 CPUtime=0
/proc/18219/task/18225/stat : 18225 (java) S 18217 18219 18173 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 193165292 1753632768 36814 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0

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

[pid=18219/tid=18223] ppid=18217 vsize=1712532 CPUtime=0
/proc/18219/task/18223/stat : 18223 (java) S 18217 18219 18173 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 193165288 1753632768 93122 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18219/tid=18224] ppid=18217 vsize=1712532 CPUtime=0
/proc/18219/task/18224/stat : 18224 (java) S 18217 18219 18173 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 193165288 1753632768 93122 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18219/tid=18225] ppid=18217 vsize=1712532 CPUtime=0
/proc/18219/task/18225/stat : 18225 (java) S 18217 18219 18173 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 193165292 1753632768 93122 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18219/tid=18226] ppid=18217 vsize=1712532 CPUtime=0
/proc/18219/task/18226/stat : 18226 (java) S 18217 18219 18173 0 -1 64 3 0 0 0 0 0 0 0 17 0 13 0 193165292 1753632768 93122 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18219/tid=18227] ppid=18217 vsize=1712532 CPUtime=0.92
/proc/18219/task/18227/stat : 18227 (java) S 18217 18219 18173 0 -1 64 1857 0 0 0 92 0 0 0 16 0 13 0 193165292 1753632768 93122 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18219/tid=18228] ppid=18217 vsize=1712532 CPUtime=0.96
/proc/18219/task/18228/stat : 18228 (java) S 18217 18219 18173 0 -1 64 1177 0 0 0 95 1 0 0 16 0 13 0 193165292 1753632768 93122 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18219/tid=18229] ppid=18217 vsize=1712532 CPUtime=0
/proc/18219/task/18229/stat : 18229 (java) S 18217 18219 18173 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 193165292 1753632768 93122 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18219/tid=18230] ppid=18217 vsize=1712532 CPUtime=0
/proc/18219/task/18230/stat : 18230 (java) S 18217 18219 18173 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 193165292 1753632768 93122 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18219/tid=18231] ppid=18217 vsize=1712532 CPUtime=0
/proc/18219/task/18231/stat : 18231 (java) S 18217 18219 18173 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 193165422 1753632768 93122 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1796.74
Current children cumulated vsize (Kb) 1712532

[startup+1784.3 s]
/proc/loadavg: 1.01 1.00 0.93 2/76 18231
/proc/meminfo: memFree=467424/2055920 swapFree=4181356/4192956
[pid=18219] ppid=18217 vsize=1712532 CPUtime=1797.76
/proc/18219/stat : 18219 (java) R 18217 18219 18173 0 -1 0 183610 0 1 0 179572 204 0 0 18 0 13 0 193165282 1753632768 93075 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071577322 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/18219/statm: 428133 93075 1910 14 0 414880 0
[pid=18219/tid=18220] ppid=18217 vsize=1712532 CPUtime=13.19
/proc/18219/task/18220/stat : 18220 (java) S 18217 18219 18173 0 -1 64 32644 0 0 0 1266 53 0 0 16 0 13 0 193165285 1753632768 93075 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18219/tid=18221] ppid=18217 vsize=1712532 CPUtime=13.11
/proc/18219/task/18221/stat : 18221 (java) S 18217 18219 18173 0 -1 64 33182 0 0 0 1260 51 0 0 16 0 13 0 193165285 1753632768 93075 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18219/tid=18222] ppid=18217 vsize=1712532 CPUtime=0.76
/proc/18219/task/18222/stat : 18222 (java) S 18217 18219 18173 0 -1 64 262 0 0 0 43 33 0 0 15 0 13 0 193165288 1753632768 93075 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=18219/tid=18223] ppid=18217 vsize=1712532 CPUtime=0
/proc/18219/task/18223/stat : 18223 (java) S 18217 18219 18173 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 193165288 1753632768 93075 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18219/tid=18224] ppid=18217 vsize=1712532 CPUtime=0
/proc/18219/task/18224/stat : 18224 (java) S 18217 18219 18173 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 193165288 1753632768 93075 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18219/tid=18225] ppid=18217 vsize=1712532 CPUtime=0
/proc/18219/task/18225/stat : 18225 (java) S 18217 18219 18173 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 193165292 1753632768 93075 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18219/tid=18226] ppid=18217 vsize=1712532 CPUtime=0
/proc/18219/task/18226/stat : 18226 (java) S 18217 18219 18173 0 -1 64 3 0 0 0 0 0 0 0 17 0 13 0 193165292 1753632768 93075 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18219/tid=18227] ppid=18217 vsize=1712532 CPUtime=0.92
/proc/18219/task/18227/stat : 18227 (java) S 18217 18219 18173 0 -1 64 1857 0 0 0 92 0 0 0 16 0 13 0 193165292 1753632768 93075 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18219/tid=18228] ppid=18217 vsize=1712532 CPUtime=0.96
/proc/18219/task/18228/stat : 18228 (java) S 18217 18219 18173 0 -1 64 1177 0 0 0 95 1 0 0 16 0 13 0 193165292 1753632768 93075 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18219/tid=18229] ppid=18217 vsize=1712532 CPUtime=0
/proc/18219/task/18229/stat : 18229 (java) S 18217 18219 18173 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 193165292 1753632768 93075 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18219/tid=18230] ppid=18217 vsize=1712532 CPUtime=0
/proc/18219/task/18230/stat : 18230 (java) S 18217 18219 18173 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 193165292 1753632768 93075 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18219/tid=18231] ppid=18217 vsize=1712532 CPUtime=0
/proc/18219/task/18231/stat : 18231 (java) S 18217 18219 18173 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 193165422 1753632768 93075 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1797.76
Current children cumulated vsize (Kb) 1712532

[startup+1785.31 s]
/proc/loadavg: 1.08 1.02 0.94 2/76 18231
/proc/meminfo: memFree=467808/2055920 swapFree=4181356/4192956
[pid=18219] ppid=18217 vsize=1712532 CPUtime=1798.78
/proc/18219/stat : 18219 (java) R 18217 18219 18173 0 -1 0 183627 0 1 0 179673 205 0 0 17 0 13 0 193165282 1753632768 92976 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071569620 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/18219/statm: 428133 92976 1910 14 0 414880 0
[pid=18219/tid=18220] ppid=18217 vsize=1712532 CPUtime=13.19
/proc/18219/task/18220/stat : 18220 (java) S 18217 18219 18173 0 -1 64 32654 0 0 0 1266 53 0 0 15 0 13 0 193165285 1753632768 92976 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18219/tid=18221] ppid=18217 vsize=1712532 CPUtime=13.12
/proc/18219/task/18221/stat : 18221 (java) S 18217 18219 18173 0 -1 64 33187 0 0 0 1261 51 0 0 16 0 13 0 193165285 1753632768 92976 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18219/tid=18222] ppid=18217 vsize=1712532 CPUtime=0.76
/proc/18219/task/18222/stat : 18222 (java) S 18217 18219 18173 0 -1 64 262 0 0 0 43 33 0 0 16 0 13 0 193165288 1753632768 92976 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=18219/tid=18223] ppid=18217 vsize=1712532 CPUtime=0
/proc/18219/task/18223/stat : 18223 (java) S 18217 18219 18173 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 193165288 1753632768 92976 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18219/tid=18224] ppid=18217 vsize=1712532 CPUtime=0
/proc/18219/task/18224/stat : 18224 (java) S 18217 18219 18173 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 193165288 1753632768 92976 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18219/tid=18225] ppid=18217 vsize=1712532 CPUtime=0
/proc/18219/task/18225/stat : 18225 (java) S 18217 18219 18173 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 193165292 1753632768 92976 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18219/tid=18226] ppid=18217 vsize=1712532 CPUtime=0
/proc/18219/task/18226/stat : 18226 (java) S 18217 18219 18173 0 -1 64 3 0 0 0 0 0 0 0 17 0 13 0 193165292 1753632768 92976 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18219/tid=18227] ppid=18217 vsize=1712532 CPUtime=0.92
/proc/18219/task/18227/stat : 18227 (java) S 18217 18219 18173 0 -1 64 1857 0 0 0 92 0 0 0 16 0 13 0 193165292 1753632768 92976 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18219/tid=18228] ppid=18217 vsize=1712532 CPUtime=0.96
/proc/18219/task/18228/stat : 18228 (java) S 18217 18219 18173 0 -1 64 1177 0 0 0 95 1 0 0 16 0 13 0 193165292 1753632768 92976 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18219/tid=18229] ppid=18217 vsize=1712532 CPUtime=0
/proc/18219/task/18229/stat : 18229 (java) S 18217 18219 18173 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 193165292 1753632768 92976 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18219/tid=18230] ppid=18217 vsize=1712532 CPUtime=0
/proc/18219/task/18230/stat : 18230 (java) S 18217 18219 18173 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 193165292 1753632768 92976 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18219/tid=18231] ppid=18217 vsize=1712532 CPUtime=0
/proc/18219/task/18231/stat : 18231 (java) S 18217 18219 18173 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 193165422 1753632768 92976 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1798.78
Current children cumulated vsize (Kb) 1712532

[startup+1786.32 s]
/proc/loadavg: 1.08 1.02 0.94 2/76 18231
/proc/meminfo: memFree=467808/2055920 swapFree=4181356/4192956
[pid=18219] ppid=18217 vsize=1712532 CPUtime=1799.79
/proc/18219/stat : 18219 (java) R 18217 18219 18173 0 -1 0 183628 0 1 0 179774 205 0 0 25 0 13 0 193165282 1753632768 92976 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071400169 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/18219/statm: 428133 92976 1910 14 0 414880 0
[pid=18219/tid=18220] ppid=18217 vsize=1712532 CPUtime=13.2
/proc/18219/task/18220/stat : 18220 (java) S 18217 18219 18173 0 -1 64 32654 0 0 0 1267 53 0 0 16 0 13 0 193165285 1753632768 92976 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18219/tid=18221] ppid=18217 vsize=1712532 CPUtime=13.12
/proc/18219/task/18221/stat : 18221 (java) S 18217 18219 18173 0 -1 64 33187 0 0 0 1261 51 0 0 16 0 13 0 193165285 1753632768 92976 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18219/tid=18222] ppid=18217 vsize=1712532 CPUtime=0.76
/proc/18219/task/18222/stat : 18222 (java) S 18217 18219 18173 0 -1 64 262 0 0 0 43 33 0 0 16 0 13 0 193165288 1753632768 92976 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=18219/tid=18223] ppid=18217 vsize=1712532 CPUtime=0
/proc/18219/task/18223/stat : 18223 (java) S 18217 18219 18173 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 193165288 1753632768 92976 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18219/tid=18224] ppid=18217 vsize=1712532 CPUtime=0
/proc/18219/task/18224/stat : 18224 (java) S 18217 18219 18173 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 193165288 1753632768 92976 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18219/tid=18225] ppid=18217 vsize=1712532 CPUtime=0
/proc/18219/task/18225/stat : 18225 (java) S 18217 18219 18173 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 193165292 1753632768 92976 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18219/tid=18226] ppid=18217 vsize=1712532 CPUtime=0
/proc/18219/task/18226/stat : 18226 (java) S 18217 18219 18173 0 -1 64 3 0 0 0 0 0 0 0 17 0 13 0 193165292 1753632768 92976 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18219/tid=18227] ppid=18217 vsize=1712532 CPUtime=0.92
/proc/18219/task/18227/stat : 18227 (java) S 18217 18219 18173 0 -1 64 1857 0 0 0 92 0 0 0 16 0 13 0 193165292 1753632768 92976 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18219/tid=18228] ppid=18217 vsize=1712532 CPUtime=0.96
/proc/18219/task/18228/stat : 18228 (java) S 18217 18219 18173 0 -1 64 1177 0 0 0 95 1 0 0 16 0 13 0 193165292 1753632768 92976 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18219/tid=18229] ppid=18217 vsize=1712532 CPUtime=0
/proc/18219/task/18229/stat : 18229 (java) S 18217 18219 18173 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 193165292 1753632768 92976 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18219/tid=18230] ppid=18217 vsize=1712532 CPUtime=0
/proc/18219/task/18230/stat : 18230 (java) S 18217 18219 18173 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 193165292 1753632768 92976 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18219/tid=18231] ppid=18217 vsize=1712532 CPUtime=0
/proc/18219/task/18231/stat : 18231 (java) S 18217 18219 18173 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 193165422 1753632768 92976 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1799.79
Current children cumulated vsize (Kb) 1712532

[startup+1787.32 s]
/proc/loadavg: 1.08 1.02 0.94 2/76 18231
/proc/meminfo: memFree=467872/2055920 swapFree=4181356/4192956
[pid=18219] ppid=18217 vsize=1712532 CPUtime=1800.8
/proc/18219/stat : 18219 (java) R 18217 18219 18173 0 -1 0 183684 0 1 0 179875 205 0 0 19 0 13 0 193165282 1753632768 92998 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071565933 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/18219/statm: 428133 92998 1910 14 0 414880 0
[pid=18219/tid=18220] ppid=18217 vsize=1712532 CPUtime=13.21
/proc/18219/task/18220/stat : 18220 (java) S 18217 18219 18173 0 -1 64 32662 0 0 0 1268 53 0 0 15 0 13 0 193165285 1753632768 92998 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18219/tid=18221] ppid=18217 vsize=1712532 CPUtime=13.14
/proc/18219/task/18221/stat : 18221 (java) S 18217 18219 18173 0 -1 64 33232 0 0 0 1263 51 0 0 16 0 13 0 193165285 1753632768 92998 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18219/tid=18222] ppid=18217 vsize=1712532 CPUtime=0.76
/proc/18219/task/18222/stat : 18222 (java) S 18217 18219 18173 0 -1 64 263 0 0 0 43 33 0 0 16 0 13 0 193165288 1753632768 92998 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=18219/tid=18223] ppid=18217 vsize=1712532 CPUtime=0
/proc/18219/task/18223/stat : 18223 (java) S 18217 18219 18173 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 193165288 1753632768 92998 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18219/tid=18224] ppid=18217 vsize=1712532 CPUtime=0
/proc/18219/task/18224/stat : 18224 (java) S 18217 18219 18173 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 193165288 1753632768 92998 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18219/tid=18225] ppid=18217 vsize=1712532 CPUtime=0
/proc/18219/task/18225/stat : 18225 (java) S 18217 18219 18173 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 193165292 1753632768 92998 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18219/tid=18226] ppid=18217 vsize=1712532 CPUtime=0
/proc/18219/task/18226/stat : 18226 (java) S 18217 18219 18173 0 -1 64 3 0 0 0 0 0 0 0 17 0 13 0 193165292 1753632768 92998 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18219/tid=18227] ppid=18217 vsize=1712532 CPUtime=0.92
/proc/18219/task/18227/stat : 18227 (java) S 18217 18219 18173 0 -1 64 1857 0 0 0 92 0 0 0 16 0 13 0 193165292 1753632768 92998 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18219/tid=18228] ppid=18217 vsize=1712532 CPUtime=0.96
/proc/18219/task/18228/stat : 18228 (java) S 18217 18219 18173 0 -1 64 1177 0 0 0 95 1 0 0 16 0 13 0 193165292 1753632768 92998 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18219/tid=18229] ppid=18217 vsize=1712532 CPUtime=0
/proc/18219/task/18229/stat : 18229 (java) S 18217 18219 18173 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 193165292 1753632768 92998 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18219/tid=18230] ppid=18217 vsize=1712532 CPUtime=0
/proc/18219/task/18230/stat : 18230 (java) S 18217 18219 18173 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 193165292 1753632768 92998 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18219/tid=18231] ppid=18217 vsize=1712532 CPUtime=0
/proc/18219/task/18231/stat : 18231 (java) S 18217 18219 18173 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 193165422 1753632768 92998 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.8
Current children cumulated vsize (Kb) 1712532



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1787.33 s]
/proc/loadavg: 1.08 1.02 0.94 2/76 18231
/proc/meminfo: memFree=467872/2055920 swapFree=4181356/4192956
[pid=18219] ppid=18217 vsize=1712532 CPUtime=1800.81
/proc/18219/stat : 18219 (java) R 18217 18219 18173 0 -1 0 183684 0 1 0 179876 205 0 0 19 0 13 0 193165282 1753632768 92998 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071400316 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/18219/statm: 428133 92998 1910 14 0 414880 0
[pid=18219/tid=18220] ppid=18217 vsize=1712532 CPUtime=13.21
/proc/18219/task/18220/stat : 18220 (java) S 18217 18219 18173 0 -1 64 32662 0 0 0 1268 53 0 0 15 0 13 0 193165285 1753632768 92998 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18219/tid=18221] ppid=18217 vsize=1712532 CPUtime=13.14
/proc/18219/task/18221/stat : 18221 (java) S 18217 18219 18173 0 -1 64 33232 0 0 0 1263 51 0 0 16 0 13 0 193165285 1753632768 92998 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18219/tid=18222] ppid=18217 vsize=1712532 CPUtime=0.76
/proc/18219/task/18222/stat : 18222 (java) S 18217 18219 18173 0 -1 64 263 0 0 0 43 33 0 0 16 0 13 0 193165288 1753632768 92998 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=18219/tid=18223] ppid=18217 vsize=1712532 CPUtime=0
/proc/18219/task/18223/stat : 18223 (java) S 18217 18219 18173 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 193165288 1753632768 92998 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18219/tid=18224] ppid=18217 vsize=1712532 CPUtime=0
/proc/18219/task/18224/stat : 18224 (java) S 18217 18219 18173 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 193165288 1753632768 92998 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18219/tid=18225] ppid=18217 vsize=1712532 CPUtime=0
/proc/18219/task/18225/stat : 18225 (java) S 18217 18219 18173 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 193165292 1753632768 92998 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18219/tid=18226] ppid=18217 vsize=1712532 CPUtime=0
/proc/18219/task/18226/stat : 18226 (java) S 18217 18219 18173 0 -1 64 3 0 0 0 0 0 0 0 17 0 13 0 193165292 1753632768 92998 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18219/tid=18227] ppid=18217 vsize=1712532 CPUtime=0.92
/proc/18219/task/18227/stat : 18227 (java) S 18217 18219 18173 0 -1 64 1857 0 0 0 92 0 0 0 16 0 13 0 193165292 1753632768 92998 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18219/tid=18228] ppid=18217 vsize=1712532 CPUtime=0.96
/proc/18219/task/18228/stat : 18228 (java) S 18217 18219 18173 0 -1 64 1177 0 0 0 95 1 0 0 16 0 13 0 193165292 1753632768 92998 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18219/tid=18229] ppid=18217 vsize=1712532 CPUtime=0
/proc/18219/task/18229/stat : 18229 (java) S 18217 18219 18173 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 193165292 1753632768 92998 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18219/tid=18230] ppid=18217 vsize=1712532 CPUtime=0
/proc/18219/task/18230/stat : 18230 (java) S 18217 18219 18173 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 193165292 1753632768 92998 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18219/tid=18231] ppid=18217 vsize=1712532 CPUtime=0
/proc/18219/task/18231/stat : 18231 (java) S 18217 18219 18173 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 193165422 1753632768 92998 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.81
Current children cumulated vsize (Kb) 1712532

Sending SIGTERM to -18219
Sleeping 2 seconds

Child status: 143
Real time (s): 1787.42
CPU time (s): 1800.9
CPU user time (s): 1798.79
CPU system time (s): 2.10868
CPU usage (%): 100.754
Max. virtual memory (cumulated for all children) (Kb): 1712532

Launcher Data (download as text)

Begin job on node34 on Fri Jun  2 19:03:35 UTC 2006


FILE ID= 43896-1149275014

PBS_JOBID= 299123

BENCH NAME= ROOT/tmp/node34/43896-1149275014/instance-43896-1149275014.opb
COMMAND LINE= java -server -Xms1500M -Xmx1500M -jar ROOT/solvers/PB/PB06final/user5/sat4jPseudoPlus.jar ROOT/tmp/node34/43896-1149275014/instance-43896-1149275014.opb 253297525
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node34/watcher-43896-1149275014 -o ROOT/results/node34/solver-43896-1149275014 -C 1800 -M 1800 -S 64  java -server -Xms1500M -Xmx1500M -jar ROOT/solvers/PB/PB06final/user5/sat4jPseudoPlus.jar ROOT/tmp/node34/43896-1149275014/instance-43896-1149275014.opb 253297525

MD5SUM SOLVER= e9637a7554f3ecdf74c1815f89d00213
MD5SUM BENCH=  98b9ab286036da69f2015d2ff2a12818

RANDOM SEED= 253297525


/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.277
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.277
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:        834000 kB
Buffers:         32012 kB
Cached:        1115092 kB
SwapCached:       3524 kB
Active:          45536 kB
Inactive:      1110572 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        834000 kB
SwapTotal:     4192956 kB
SwapFree:      4181356 kB
Dirty:             180 kB
Writeback:           0 kB
Mapped:          14900 kB
Slab:            51860 kB
Committed_AS:   293520 kB
PageTables:       1416 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB


End job on node34 on Fri Jun  2 19:33:22 UTC 2006