Trace number 43730

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.2UNSAT 172.869 171.891

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/web/
uclid_pb_benchmarks/normalized-elf.rf9.ucl.opb
MD5SUMf3a2fcfec289719ed724c9b755cd6805
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 benchmark1.16182
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables20445
Total number of constraints58444
Number of constraints which are clauses56420
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints2024
Minimum length of a constraint1
Maximum length of a constraint13
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 65
Number of bits of the biggest number in a constraint 7
Biggest sum of numbers in a constraint 254
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data (download as text)

0.15	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.15	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.15	c no version file found!!!
0.15	c sun.arch.data.model	32
0.15	c java.version	1.5.0_06
0.15	c os.name	Linux
0.15	c os.version	2.6.9-22.EL.rootsmp
0.15	c os.arch	i386
0.15	c Free memory 1548419056
0.15	c Max memory 1551040512
0.15	c Total memory 1551040512
0.15	c Number of processors 2
0.22	c Cutting planes based inference
0.22	c --- Begin Solver configuration ---
0.22	c org.sat4j.minisat.uip.FirstUIP@1037c71
0.22	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@1df073d
0.22	c org.sat4j.minisat.learning.MiniSATLearning@1546e25
0.22	c conflictBoundIncFactor=1.5 learntBoundIncFactor=1.1 initLearntBoundConstraintFactor=10000.0 initConflictBound=100 
0.22	c VSIDS like heuristics from MiniSAT using a heap
0.22	c No reason simplification
0.22	c --- End Solver configuration ---
0.22	c solving ROOT/tmp/node65/43730-1149237321/instance-43730-1149237321.opb
0.22	c reading problem ... 
22.87	c ... done. Time 22.656 ms.
22.93	c #vars     20445
22.93	c #constraints  58443
171.85	c starts		: 4
171.85	c conflicts		: 523
171.85	c decisions		: 1845
171.85	c propagations		: 942277
171.85	c inspects		: 2305238
171.85	c learnt literals	: 5
171.85	c learnt binary clauses	: 20
171.85	c learnt ternary clauses	: 17
171.85	c learnt clauses	: 517
171.85	c root simplifications	: 0
171.85	c removed literals (reason simplification)	: 0
171.85	c reason swapping (by a shorter reason)	: 0
171.85	c Calls to reduceDB	: 0
171.85	c speed (decisions/second)	: 12.38762177804336
171.85	c non guided choices	690
171.85	s UNSATISFIABLE
171.85	c Total wall clock time (ms): 171.635

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

Current StackSize limit: 67108864 bytes

/proc/loadavg: 0.79 0.92 0.89 3/64 24315
/proc/meminfo: memFree=1860496/2055920 swapFree=4181844/4192956
[pid=24315] ppid=24313 vsize=0 CPUtime=0
/proc/24315/stat : 24315 (runsolver) R 24313 24315 24270 0 -1 4194368 17 0 0 0 0 0 0 0 19 0 1 0 189401416 0 0 18446744073709551615 0 0 0 18446744073709551615 257203694887 0 0 4096 24578 0 0 0 17 1 0 0
/proc/24315/statm: 0 0 0 0 0 0 0

[startup+10.0022 s]
/proc/loadavg: 0.97 0.96 0.91 2/75 24326
/proc/meminfo: memFree=1687240/2055920 swapFree=4181844/4192956
[pid=24315] ppid=24313 vsize=1709472 CPUtime=10.49
/proc/24315/stat : 24315 (java) R 24313 24315 24270 0 -1 0 48871 0 1 0 1027 22 0 0 23 0 12 0 189401416 1750499328 45080 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071342464 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/24315/statm: 427368 45080 1874 14 0 414115 0
[pid=24315/tid=24316] ppid=24313 vsize=1709472 CPUtime=0.06
/proc/24315/task/24316/stat : 24316 (java) S 24313 24315 24270 0 -1 64 1154 0 0 0 6 0 0 0 16 0 12 0 189401419 1750499328 45080 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24315/tid=24317] ppid=24313 vsize=1709472 CPUtime=0.06
/proc/24315/task/24317/stat : 24317 (java) S 24313 24315 24270 0 -1 64 1191 0 0 0 6 0 0 0 16 0 12 0 189401419 1750499328 45080 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24315/tid=24318] ppid=24313 vsize=1709472 CPUtime=0
/proc/24315/task/24318/stat : 24318 (java) S 24313 24315 24270 0 -1 64 37 0 0 0 0 0 0 0 16 0 12 0 189401422 1750499328 45080 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=24315/tid=24319] ppid=24313 vsize=1709472 CPUtime=0
/proc/24315/task/24319/stat : 24319 (java) S 24313 24315 24270 0 -1 64 9 0 0 0 0 0 0 0 15 0 12 0 189401422 1750499328 45080 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24315/tid=24320] ppid=24313 vsize=1709472 CPUtime=0
/proc/24315/task/24320/stat : 24320 (java) S 24313 24315 24270 0 -1 64 5 0 0 0 0 0 0 0 15 0 12 0 189401422 1750499328 45080 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24315/tid=24321] ppid=24313 vsize=1709472 CPUtime=0
/proc/24315/task/24321/stat : 24321 (java) S 24313 24315 24270 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 189401426 1750499328 45080 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24315/tid=24322] ppid=24313 vsize=1709472 CPUtime=0
/proc/24315/task/24322/stat : 24322 (java) S 24313 24315 24270 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 189401426 1750499328 45080 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24315/tid=24323] ppid=24313 vsize=1709472 CPUtime=0.31
/proc/24315/task/24323/stat : 24323 (java) S 24313 24315 24270 0 -1 64 843 0 0 0 31 0 0 0 16 0 12 0 189401426 1750499328 45080 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24315/tid=24324] ppid=24313 vsize=1709472 CPUtime=0.29
/proc/24315/task/24324/stat : 24324 (java) S 24313 24315 24270 0 -1 64 255 0 0 0 29 0 0 0 17 0 12 0 189401426 1750499328 45080 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24315/tid=24325] ppid=24313 vsize=1709472 CPUtime=0
/proc/24315/task/24325/stat : 24325 (java) S 24313 24315 24270 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 189401426 1750499328 45080 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24315/tid=24326] ppid=24313 vsize=1709472 CPUtime=0
/proc/24315/task/24326/stat : 24326 (java) S 24313 24315 24270 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 189401426 1750499328 45080 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 10.49
Current children cumulated vsize (Kb) 1709472

[startup+20.0098 s]
/proc/loadavg: 0.97 0.96 0.91 2/75 24326
/proc/meminfo: memFree=1691472/2055920 swapFree=4181844/4192956
[pid=24315] ppid=24313 vsize=1709472 CPUtime=20.53
/proc/24315/stat : 24315 (java) R 24313 24315 24270 0 -1 0 49849 0 1 0 2030 23 0 0 25 0 12 0 189401416 1750499328 44042 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4152006745 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/24315/statm: 427368 44042 1874 14 0 414115 0
[pid=24315/tid=24316] ppid=24313 vsize=1709472 CPUtime=0.12
/proc/24315/task/24316/stat : 24316 (java) S 24313 24315 24270 0 -1 64 1550 0 0 0 11 1 0 0 15 0 12 0 189401419 1750499328 44042 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24315/tid=24317] ppid=24313 vsize=1709472 CPUtime=0.12
/proc/24315/task/24317/stat : 24317 (java) S 24313 24315 24270 0 -1 64 1743 0 0 0 12 0 0 0 16 0 12 0 189401419 1750499328 44042 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24315/tid=24318] ppid=24313 vsize=1709472 CPUtime=0
/proc/24315/task/24318/stat : 24318 (java) S 24313 24315 24270 0 -1 64 37 0 0 0 0 0 0 0 16 0 12 0 189401422 1750499328 44042 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=24315/tid=24319] ppid=24313 vsize=1709472 CPUtime=0
/proc/24315/task/24319/stat : 24319 (java) S 24313 24315 24270 0 -1 64 9 0 0 0 0 0 0 0 15 0 12 0 189401422 1750499328 44042 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24315/tid=24320] ppid=24313 vsize=1709472 CPUtime=0
/proc/24315/task/24320/stat : 24320 (java) S 24313 24315 24270 0 -1 64 5 0 0 0 0 0 0 0 15 0 12 0 189401422 1750499328 44042 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24315/tid=24321] ppid=24313 vsize=1709472 CPUtime=0
/proc/24315/task/24321/stat : 24321 (java) S 24313 24315 24270 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 189401426 1750499328 44042 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24315/tid=24322] ppid=24313 vsize=1709472 CPUtime=0
/proc/24315/task/24322/stat : 24322 (java) S 24313 24315 24270 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 189401426 1750499328 44042 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24315/tid=24323] ppid=24313 vsize=1709472 CPUtime=0.31
/proc/24315/task/24323/stat : 24323 (java) S 24313 24315 24270 0 -1 64 843 0 0 0 31 0 0 0 16 0 12 0 189401426 1750499328 44042 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24315/tid=24324] ppid=24313 vsize=1709472 CPUtime=0.29
/proc/24315/task/24324/stat : 24324 (java) S 24313 24315 24270 0 -1 64 255 0 0 0 29 0 0 0 17 0 12 0 189401426 1750499328 44042 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24315/tid=24325] ppid=24313 vsize=1709472 CPUtime=0
/proc/24315/task/24325/stat : 24325 (java) S 24313 24315 24270 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 189401426 1750499328 44042 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24315/tid=24326] ppid=24313 vsize=1709472 CPUtime=0
/proc/24315/task/24326/stat : 24326 (java) S 24313 24315 24270 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 189401426 1750499328 44042 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 20.53
Current children cumulated vsize (Kb) 1709472

[startup+30.0175 s]
/proc/loadavg: 0.97 0.96 0.91 2/76 24327
/proc/meminfo: memFree=1689736/2055920 swapFree=4181844/4192956
[pid=24315] ppid=24313 vsize=1710056 CPUtime=30.97
/proc/24315/stat : 24315 (java) R 24313 24315 24270 0 -1 0 50665 0 1 0 3073 24 0 0 25 0 13 0 189401416 1751097344 44484 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071586906 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/24315/statm: 427514 44484 1899 14 0 414261 0
[pid=24315/tid=24316] ppid=24313 vsize=1710056 CPUtime=0.15
/proc/24315/task/24316/stat : 24316 (java) S 24313 24315 24270 0 -1 64 1845 0 0 0 14 1 0 0 16 0 13 0 189401419 1751097344 44484 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24315/tid=24317] ppid=24313 vsize=1710056 CPUtime=0.14
/proc/24315/task/24317/stat : 24317 (java) S 24313 24315 24270 0 -1 64 2025 0 0 0 14 0 0 0 16 0 13 0 189401419 1751097344 44484 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24315/tid=24318] ppid=24313 vsize=1710056 CPUtime=0
/proc/24315/task/24318/stat : 24318 (java) S 24313 24315 24270 0 -1 64 41 0 0 0 0 0 0 0 16 0 13 0 189401422 1751097344 44484 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=24315/tid=24319] ppid=24313 vsize=1710056 CPUtime=0
/proc/24315/task/24319/stat : 24319 (java) S 24313 24315 24270 0 -1 64 9 0 0 0 0 0 0 0 15 0 13 0 189401422 1751097344 44484 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24315/tid=24320] ppid=24313 vsize=1710056 CPUtime=0
/proc/24315/task/24320/stat : 24320 (java) S 24313 24315 24270 0 -1 64 5 0 0 0 0 0 0 0 15 0 13 0 189401422 1751097344 44484 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24315/tid=24321] ppid=24313 vsize=1710056 CPUtime=0
/proc/24315/task/24321/stat : 24321 (java) S 24313 24315 24270 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 189401426 1751097344 44484 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24315/tid=24322] ppid=24313 vsize=1710056 CPUtime=0
/proc/24315/task/24322/stat : 24322 (java) S 24313 24315 24270 0 -1 64 3 0 0 0 0 0 0 0 17 0 13 0 189401426 1751097344 44484 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24315/tid=24323] ppid=24313 vsize=1710056 CPUtime=0.63
/proc/24315/task/24323/stat : 24323 (java) S 24313 24315 24270 0 -1 64 976 0 0 0 63 0 0 0 17 0 13 0 189401426 1751097344 44484 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24315/tid=24324] ppid=24313 vsize=1710056 CPUtime=0.49
/proc/24315/task/24324/stat : 24324 (java) S 24313 24315 24270 0 -1 64 299 0 0 0 49 0 0 0 17 0 13 0 189401426 1751097344 44484 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24315/tid=24325] ppid=24313 vsize=1710056 CPUtime=0
/proc/24315/task/24325/stat : 24325 (java) S 24313 24315 24270 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 189401426 1751097344 44484 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24315/tid=24326] ppid=24313 vsize=1710056 CPUtime=0
/proc/24315/task/24326/stat : 24326 (java) S 24313 24315 24270 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 189401426 1751097344 44484 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24315/tid=24327] ppid=24313 vsize=1710056 CPUtime=0
/proc/24315/task/24327/stat : 24327 (java) S 24313 24315 24270 0 -1 64 3 0 0 0 0 0 0 0 22 0 13 0 189403708 1751097344 44484 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 30.97
Current children cumulated vsize (Kb) 1710056

[startup+40.0241 s]
/proc/loadavg: 0.98 0.96 0.91 2/76 24327
/proc/meminfo: memFree=1689160/2055920 swapFree=4181844/4192956
[pid=24315] ppid=24313 vsize=1710056 CPUtime=40.99
/proc/24315/stat : 24315 (java) R 24313 24315 24270 0 -1 0 50916 0 1 0 4075 24 0 0 25 0 13 0 189401416 1751097344 44684 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071586667 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/24315/statm: 427514 44684 1899 14 0 414261 0
[pid=24315/tid=24316] ppid=24313 vsize=1710056 CPUtime=0.16
/proc/24315/task/24316/stat : 24316 (java) S 24313 24315 24270 0 -1 64 1999 0 0 0 15 1 0 0 16 0 13 0 189401419 1751097344 44684 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24315/tid=24317] ppid=24313 vsize=1710056 CPUtime=0.15
/proc/24315/task/24317/stat : 24317 (java) S 24313 24315 24270 0 -1 64 2116 0 0 0 15 0 0 0 16 0 13 0 189401419 1751097344 44684 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24315/tid=24318] ppid=24313 vsize=1710056 CPUtime=0
/proc/24315/task/24318/stat : 24318 (java) S 24313 24315 24270 0 -1 64 41 0 0 0 0 0 0 0 16 0 13 0 189401422 1751097344 44684 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=24315/tid=24319] ppid=24313 vsize=1710056 CPUtime=0
/proc/24315/task/24319/stat : 24319 (java) S 24313 24315 24270 0 -1 64 9 0 0 0 0 0 0 0 15 0 13 0 189401422 1751097344 44684 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24315/tid=24320] ppid=24313 vsize=1710056 CPUtime=0
/proc/24315/task/24320/stat : 24320 (java) S 24313 24315 24270 0 -1 64 5 0 0 0 0 0 0 0 15 0 13 0 189401422 1751097344 44684 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24315/tid=24321] ppid=24313 vsize=1710056 CPUtime=0
/proc/24315/task/24321/stat : 24321 (java) S 24313 24315 24270 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 189401426 1751097344 44684 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24315/tid=24322] ppid=24313 vsize=1710056 CPUtime=0
/proc/24315/task/24322/stat : 24322 (java) S 24313 24315 24270 0 -1 64 3 0 0 0 0 0 0 0 17 0 13 0 189401426 1751097344 44684 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24315/tid=24323] ppid=24313 vsize=1710056 CPUtime=0.64
/proc/24315/task/24323/stat : 24323 (java) S 24313 24315 24270 0 -1 64 976 0 0 0 64 0 0 0 16 0 13 0 189401426 1751097344 44684 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24315/tid=24324] ppid=24313 vsize=1710056 CPUtime=0.5
/proc/24315/task/24324/stat : 24324 (java) S 24313 24315 24270 0 -1 64 300 0 0 0 50 0 0 0 16 0 13 0 189401426 1751097344 44684 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24315/tid=24325] ppid=24313 vsize=1710056 CPUtime=0
/proc/24315/task/24325/stat : 24325 (java) S 24313 24315 24270 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 189401426 1751097344 44684 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24315/tid=24326] ppid=24313 vsize=1710056 CPUtime=0
/proc/24315/task/24326/stat : 24326 (java) S 24313 24315 24270 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 189401426 1751097344 44684 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24315/tid=24327] ppid=24313 vsize=1710056 CPUtime=0
/proc/24315/task/24327/stat : 24327 (java) S 24313 24315 24270 0 -1 64 3 0 0 0 0 0 0 0 22 0 13 0 189403708 1751097344 44684 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 40.99
Current children cumulated vsize (Kb) 1710056

[startup+50.0308 s]
/proc/loadavg: 0.98 0.96 0.91 2/76 24327
/proc/meminfo: memFree=1689160/2055920 swapFree=4181844/4192956
[pid=24315] ppid=24313 vsize=1710056 CPUtime=51
/proc/24315/stat : 24315 (java) R 24313 24315 24270 0 -1 0 50918 0 1 0 5076 24 0 0 25 0 13 0 189401416 1751097344 44685 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071586483 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/24315/statm: 427514 44685 1899 14 0 414261 0
[pid=24315/tid=24316] ppid=24313 vsize=1710056 CPUtime=0.16
/proc/24315/task/24316/stat : 24316 (java) S 24313 24315 24270 0 -1 64 1999 0 0 0 15 1 0 0 16 0 13 0 189401419 1751097344 44685 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24315/tid=24317] ppid=24313 vsize=1710056 CPUtime=0.15
/proc/24315/task/24317/stat : 24317 (java) S 24313 24315 24270 0 -1 64 2116 0 0 0 15 0 0 0 16 0 13 0 189401419 1751097344 44685 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24315/tid=24318] ppid=24313 vsize=1710056 CPUtime=0
/proc/24315/task/24318/stat : 24318 (java) S 24313 24315 24270 0 -1 64 41 0 0 0 0 0 0 0 16 0 13 0 189401422 1751097344 44685 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=24315/tid=24319] ppid=24313 vsize=1710056 CPUtime=0
/proc/24315/task/24319/stat : 24319 (java) S 24313 24315 24270 0 -1 64 9 0 0 0 0 0 0 0 15 0 13 0 189401422 1751097344 44685 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24315/tid=24320] ppid=24313 vsize=1710056 CPUtime=0
/proc/24315/task/24320/stat : 24320 (java) S 24313 24315 24270 0 -1 64 5 0 0 0 0 0 0 0 15 0 13 0 189401422 1751097344 44685 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24315/tid=24321] ppid=24313 vsize=1710056 CPUtime=0
/proc/24315/task/24321/stat : 24321 (java) S 24313 24315 24270 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 189401426 1751097344 44685 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24315/tid=24322] ppid=24313 vsize=1710056 CPUtime=0
/proc/24315/task/24322/stat : 24322 (java) S 24313 24315 24270 0 -1 64 3 0 0 0 0 0 0 0 17 0 13 0 189401426 1751097344 44685 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24315/tid=24323] ppid=24313 vsize=1710056 CPUtime=0.65
/proc/24315/task/24323/stat : 24323 (java) S 24313 24315 24270 0 -1 64 977 0 0 0 65 0 0 0 16 0 13 0 189401426 1751097344 44685 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24315/tid=24324] ppid=24313 vsize=1710056 CPUtime=0.5
/proc/24315/task/24324/stat : 24324 (java) S 24313 24315 24270 0 -1 64 300 0 0 0 50 0 0 0 16 0 13 0 189401426 1751097344 44685 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24315/tid=24325] ppid=24313 vsize=1710056 CPUtime=0
/proc/24315/task/24325/stat : 24325 (java) S 24313 24315 24270 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 189401426 1751097344 44685 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24315/tid=24326] ppid=24313 vsize=1710056 CPUtime=0
/proc/24315/task/24326/stat : 24326 (java) S 24313 24315 24270 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 189401426 1751097344 44685 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24315/tid=24327] ppid=24313 vsize=1710056 CPUtime=0
/proc/24315/task/24327/stat : 24327 (java) S 24313 24315 24270 0 -1 64 3 0 0 0 0 0 0 0 22 0 13 0 189403708 1751097344 44685 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 51
Current children cumulated vsize (Kb) 1710056

[startup+60.0374 s]
/proc/loadavg: 0.98 0.96 0.91 2/76 24327
/proc/meminfo: memFree=1688328/2055920 swapFree=4181844/4192956
[pid=24315] ppid=24313 vsize=1710056 CPUtime=61
/proc/24315/stat : 24315 (java) R 24313 24315 24270 0 -1 0 51172 0 1 0 6076 24 0 0 25 0 13 0 189401416 1751097344 44924 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071586794 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/24315/statm: 427514 44924 1899 14 0 414261 0
[pid=24315/tid=24316] ppid=24313 vsize=1710056 CPUtime=0.16
/proc/24315/task/24316/stat : 24316 (java) S 24313 24315 24270 0 -1 64 2190 0 0 0 15 1 0 0 16 0 13 0 189401419 1751097344 44924 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24315/tid=24317] ppid=24313 vsize=1710056 CPUtime=0.16
/proc/24315/task/24317/stat : 24317 (java) S 24313 24315 24270 0 -1 64 2177 0 0 0 16 0 0 0 16 0 13 0 189401419 1751097344 44924 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24315/tid=24318] ppid=24313 vsize=1710056 CPUtime=0
/proc/24315/task/24318/stat : 24318 (java) S 24313 24315 24270 0 -1 64 41 0 0 0 0 0 0 0 16 0 13 0 189401422 1751097344 44924 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=24315/tid=24319] ppid=24313 vsize=1710056 CPUtime=0
/proc/24315/task/24319/stat : 24319 (java) S 24313 24315 24270 0 -1 64 9 0 0 0 0 0 0 0 15 0 13 0 189401422 1751097344 44924 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24315/tid=24320] ppid=24313 vsize=1710056 CPUtime=0
/proc/24315/task/24320/stat : 24320 (java) S 24313 24315 24270 0 -1 64 5 0 0 0 0 0 0 0 15 0 13 0 189401422 1751097344 44924 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24315/tid=24321] ppid=24313 vsize=1710056 CPUtime=0
/proc/24315/task/24321/stat : 24321 (java) S 24313 24315 24270 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 189401426 1751097344 44924 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24315/tid=24322] ppid=24313 vsize=1710056 CPUtime=0
/proc/24315/task/24322/stat : 24322 (java) S 24313 24315 24270 0 -1 64 3 0 0 0 0 0 0 0 17 0 13 0 189401426 1751097344 44924 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24315/tid=24323] ppid=24313 vsize=1710056 CPUtime=0.65
/proc/24315/task/24323/stat : 24323 (java) S 24313 24315 24270 0 -1 64 977 0 0 0 65 0 0 0 16 0 13 0 189401426 1751097344 44924 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0

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

/proc/24315/statm: 427514 44311 1902 14 0 414261 0
[pid=24315/tid=24316] ppid=24313 vsize=1710056 CPUtime=0.17
/proc/24315/task/24316/stat : 24316 (java) S 24313 24315 24270 0 -1 64 2254 0 0 0 16 1 0 0 16 0 13 0 189401419 1751097344 44311 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24315/tid=24317] ppid=24313 vsize=1710056 CPUtime=0.17
/proc/24315/task/24317/stat : 24317 (java) S 24313 24315 24270 0 -1 64 2265 0 0 0 17 0 0 0 16 0 13 0 189401419 1751097344 44311 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24315/tid=24318] ppid=24313 vsize=1710056 CPUtime=0.01
/proc/24315/task/24318/stat : 24318 (java) S 24313 24315 24270 0 -1 64 41 0 0 0 1 0 0 0 16 0 13 0 189401422 1751097344 44311 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=24315/tid=24319] ppid=24313 vsize=1710056 CPUtime=0
/proc/24315/task/24319/stat : 24319 (java) S 24313 24315 24270 0 -1 64 9 0 0 0 0 0 0 0 15 0 13 0 189401422 1751097344 44311 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24315/tid=24320] ppid=24313 vsize=1710056 CPUtime=0
/proc/24315/task/24320/stat : 24320 (java) S 24313 24315 24270 0 -1 64 5 0 0 0 0 0 0 0 15 0 13 0 189401422 1751097344 44311 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24315/tid=24321] ppid=24313 vsize=1710056 CPUtime=0
/proc/24315/task/24321/stat : 24321 (java) S 24313 24315 24270 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 189401426 1751097344 44311 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24315/tid=24322] ppid=24313 vsize=1710056 CPUtime=0
/proc/24315/task/24322/stat : 24322 (java) S 24313 24315 24270 0 -1 64 3 0 0 0 0 0 0 0 17 0 13 0 189401426 1751097344 44311 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24315/tid=24323] ppid=24313 vsize=1710056 CPUtime=0.65
/proc/24315/task/24323/stat : 24323 (java) S 24313 24315 24270 0 -1 64 977 0 0 0 65 0 0 0 16 0 13 0 189401426 1751097344 44311 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24315/tid=24324] ppid=24313 vsize=1710056 CPUtime=0.51
/proc/24315/task/24324/stat : 24324 (java) S 24313 24315 24270 0 -1 64 303 0 0 0 51 0 0 0 16 0 13 0 189401426 1751097344 44311 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24315/tid=24325] ppid=24313 vsize=1710056 CPUtime=0
/proc/24315/task/24325/stat : 24325 (java) S 24313 24315 24270 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 189401426 1751097344 44311 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24315/tid=24326] ppid=24313 vsize=1710056 CPUtime=0
/proc/24315/task/24326/stat : 24326 (java) S 24313 24315 24270 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 189401426 1751097344 44311 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24315/tid=24327] ppid=24313 vsize=1710056 CPUtime=0
/proc/24315/task/24327/stat : 24327 (java) S 24313 24315 24270 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 189403708 1751097344 44311 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 121.04
Current children cumulated vsize (Kb) 1710056

[startup+130.084 s]
/proc/loadavg: 0.99 0.97 0.91 2/76 24327
/proc/meminfo: memFree=1691144/2055920 swapFree=4181844/4192956
[pid=24315] ppid=24313 vsize=1710056 CPUtime=131.06
/proc/24315/stat : 24315 (java) R 24313 24315 24270 0 -1 0 51379 0 1 0 13081 25 0 0 25 0 13 0 189401416 1751097344 44161 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071586918 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/24315/statm: 427514 44161 1902 14 0 414261 0
[pid=24315/tid=24316] ppid=24313 vsize=1710056 CPUtime=0.18
/proc/24315/task/24316/stat : 24316 (java) S 24313 24315 24270 0 -1 64 2256 0 0 0 17 1 0 0 16 0 13 0 189401419 1751097344 44161 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24315/tid=24317] ppid=24313 vsize=1710056 CPUtime=0.18
/proc/24315/task/24317/stat : 24317 (java) S 24313 24315 24270 0 -1 64 2305 0 0 0 17 1 0 0 16 0 13 0 189401419 1751097344 44161 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24315/tid=24318] ppid=24313 vsize=1710056 CPUtime=0.01
/proc/24315/task/24318/stat : 24318 (java) S 24313 24315 24270 0 -1 64 41 0 0 0 1 0 0 0 16 0 13 0 189401422 1751097344 44161 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=24315/tid=24319] ppid=24313 vsize=1710056 CPUtime=0
/proc/24315/task/24319/stat : 24319 (java) S 24313 24315 24270 0 -1 64 9 0 0 0 0 0 0 0 15 0 13 0 189401422 1751097344 44161 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24315/tid=24320] ppid=24313 vsize=1710056 CPUtime=0
/proc/24315/task/24320/stat : 24320 (java) S 24313 24315 24270 0 -1 64 5 0 0 0 0 0 0 0 15 0 13 0 189401422 1751097344 44161 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24315/tid=24321] ppid=24313 vsize=1710056 CPUtime=0
/proc/24315/task/24321/stat : 24321 (java) S 24313 24315 24270 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 189401426 1751097344 44161 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24315/tid=24322] ppid=24313 vsize=1710056 CPUtime=0
/proc/24315/task/24322/stat : 24322 (java) S 24313 24315 24270 0 -1 64 3 0 0 0 0 0 0 0 17 0 13 0 189401426 1751097344 44161 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24315/tid=24323] ppid=24313 vsize=1710056 CPUtime=0.65
/proc/24315/task/24323/stat : 24323 (java) S 24313 24315 24270 0 -1 64 977 0 0 0 65 0 0 0 16 0 13 0 189401426 1751097344 44161 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24315/tid=24324] ppid=24313 vsize=1710056 CPUtime=0.51
/proc/24315/task/24324/stat : 24324 (java) S 24313 24315 24270 0 -1 64 303 0 0 0 51 0 0 0 16 0 13 0 189401426 1751097344 44161 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24315/tid=24325] ppid=24313 vsize=1710056 CPUtime=0
/proc/24315/task/24325/stat : 24325 (java) S 24313 24315 24270 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 189401426 1751097344 44161 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24315/tid=24326] ppid=24313 vsize=1710056 CPUtime=0
/proc/24315/task/24326/stat : 24326 (java) S 24313 24315 24270 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 189401426 1751097344 44161 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24315/tid=24327] ppid=24313 vsize=1710056 CPUtime=0
/proc/24315/task/24327/stat : 24327 (java) S 24313 24315 24270 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 189403708 1751097344 44161 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 131.06
Current children cumulated vsize (Kb) 1710056

[startup+140.091 s]
/proc/loadavg: 0.99 0.97 0.91 2/76 24327
/proc/meminfo: memFree=1691144/2055920 swapFree=4181844/4192956
[pid=24315] ppid=24313 vsize=1710056 CPUtime=141.06
/proc/24315/stat : 24315 (java) R 24313 24315 24270 0 -1 0 51379 0 1 0 14081 25 0 0 25 0 13 0 189401416 1751097344 44161 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071586495 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/24315/statm: 427514 44161 1902 14 0 414261 0
[pid=24315/tid=24316] ppid=24313 vsize=1710056 CPUtime=0.18
/proc/24315/task/24316/stat : 24316 (java) S 24313 24315 24270 0 -1 64 2256 0 0 0 17 1 0 0 16 0 13 0 189401419 1751097344 44161 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24315/tid=24317] ppid=24313 vsize=1710056 CPUtime=0.18
/proc/24315/task/24317/stat : 24317 (java) S 24313 24315 24270 0 -1 64 2305 0 0 0 17 1 0 0 16 0 13 0 189401419 1751097344 44161 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24315/tid=24318] ppid=24313 vsize=1710056 CPUtime=0.01
/proc/24315/task/24318/stat : 24318 (java) S 24313 24315 24270 0 -1 64 41 0 0 0 1 0 0 0 16 0 13 0 189401422 1751097344 44161 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=24315/tid=24319] ppid=24313 vsize=1710056 CPUtime=0
/proc/24315/task/24319/stat : 24319 (java) S 24313 24315 24270 0 -1 64 9 0 0 0 0 0 0 0 15 0 13 0 189401422 1751097344 44161 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24315/tid=24320] ppid=24313 vsize=1710056 CPUtime=0
/proc/24315/task/24320/stat : 24320 (java) S 24313 24315 24270 0 -1 64 5 0 0 0 0 0 0 0 15 0 13 0 189401422 1751097344 44161 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24315/tid=24321] ppid=24313 vsize=1710056 CPUtime=0
/proc/24315/task/24321/stat : 24321 (java) S 24313 24315 24270 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 189401426 1751097344 44161 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24315/tid=24322] ppid=24313 vsize=1710056 CPUtime=0
/proc/24315/task/24322/stat : 24322 (java) S 24313 24315 24270 0 -1 64 3 0 0 0 0 0 0 0 17 0 13 0 189401426 1751097344 44161 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24315/tid=24323] ppid=24313 vsize=1710056 CPUtime=0.65
/proc/24315/task/24323/stat : 24323 (java) S 24313 24315 24270 0 -1 64 977 0 0 0 65 0 0 0 16 0 13 0 189401426 1751097344 44161 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24315/tid=24324] ppid=24313 vsize=1710056 CPUtime=0.51
/proc/24315/task/24324/stat : 24324 (java) S 24313 24315 24270 0 -1 64 303 0 0 0 51 0 0 0 16 0 13 0 189401426 1751097344 44161 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24315/tid=24325] ppid=24313 vsize=1710056 CPUtime=0
/proc/24315/task/24325/stat : 24325 (java) S 24313 24315 24270 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 189401426 1751097344 44161 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24315/tid=24326] ppid=24313 vsize=1710056 CPUtime=0
/proc/24315/task/24326/stat : 24326 (java) S 24313 24315 24270 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 189401426 1751097344 44161 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24315/tid=24327] ppid=24313 vsize=1710056 CPUtime=0
/proc/24315/task/24327/stat : 24327 (java) S 24313 24315 24270 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 189403708 1751097344 44161 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 141.06
Current children cumulated vsize (Kb) 1710056

[startup+150.097 s]
/proc/loadavg: 0.99 0.97 0.91 2/76 24327
/proc/meminfo: memFree=1691144/2055920 swapFree=4181844/4192956
[pid=24315] ppid=24313 vsize=1710056 CPUtime=151.07
/proc/24315/stat : 24315 (java) R 24313 24315 24270 0 -1 0 51379 0 1 0 15082 25 0 0 25 0 13 0 189401416 1751097344 44161 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071586918 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/24315/statm: 427514 44161 1902 14 0 414261 0
[pid=24315/tid=24316] ppid=24313 vsize=1710056 CPUtime=0.18
/proc/24315/task/24316/stat : 24316 (java) S 24313 24315 24270 0 -1 64 2256 0 0 0 17 1 0 0 16 0 13 0 189401419 1751097344 44161 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24315/tid=24317] ppid=24313 vsize=1710056 CPUtime=0.18
/proc/24315/task/24317/stat : 24317 (java) S 24313 24315 24270 0 -1 64 2305 0 0 0 17 1 0 0 16 0 13 0 189401419 1751097344 44161 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24315/tid=24318] ppid=24313 vsize=1710056 CPUtime=0.01
/proc/24315/task/24318/stat : 24318 (java) S 24313 24315 24270 0 -1 64 41 0 0 0 1 0 0 0 16 0 13 0 189401422 1751097344 44161 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=24315/tid=24319] ppid=24313 vsize=1710056 CPUtime=0
/proc/24315/task/24319/stat : 24319 (java) S 24313 24315 24270 0 -1 64 9 0 0 0 0 0 0 0 15 0 13 0 189401422 1751097344 44161 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24315/tid=24320] ppid=24313 vsize=1710056 CPUtime=0
/proc/24315/task/24320/stat : 24320 (java) S 24313 24315 24270 0 -1 64 5 0 0 0 0 0 0 0 15 0 13 0 189401422 1751097344 44161 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24315/tid=24321] ppid=24313 vsize=1710056 CPUtime=0
/proc/24315/task/24321/stat : 24321 (java) S 24313 24315 24270 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 189401426 1751097344 44161 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24315/tid=24322] ppid=24313 vsize=1710056 CPUtime=0
/proc/24315/task/24322/stat : 24322 (java) S 24313 24315 24270 0 -1 64 3 0 0 0 0 0 0 0 17 0 13 0 189401426 1751097344 44161 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24315/tid=24323] ppid=24313 vsize=1710056 CPUtime=0.66
/proc/24315/task/24323/stat : 24323 (java) S 24313 24315 24270 0 -1 64 977 0 0 0 66 0 0 0 16 0 13 0 189401426 1751097344 44161 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24315/tid=24324] ppid=24313 vsize=1710056 CPUtime=0.51
/proc/24315/task/24324/stat : 24324 (java) S 24313 24315 24270 0 -1 64 303 0 0 0 51 0 0 0 16 0 13 0 189401426 1751097344 44161 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24315/tid=24325] ppid=24313 vsize=1710056 CPUtime=0
/proc/24315/task/24325/stat : 24325 (java) S 24313 24315 24270 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 189401426 1751097344 44161 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24315/tid=24326] ppid=24313 vsize=1710056 CPUtime=0
/proc/24315/task/24326/stat : 24326 (java) S 24313 24315 24270 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 189401426 1751097344 44161 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24315/tid=24327] ppid=24313 vsize=1710056 CPUtime=0
/proc/24315/task/24327/stat : 24327 (java) S 24313 24315 24270 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 189403708 1751097344 44161 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 151.07
Current children cumulated vsize (Kb) 1710056

[startup+160.104 s]
/proc/loadavg: 0.99 0.97 0.91 2/76 24327
/proc/meminfo: memFree=1692232/2055920 swapFree=4181844/4192956
[pid=24315] ppid=24313 vsize=1710056 CPUtime=161.08
/proc/24315/stat : 24315 (java) R 24313 24315 24270 0 -1 0 51439 0 1 0 16083 25 0 0 25 0 13 0 189401416 1751097344 43880 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071586918 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/24315/statm: 427514 43880 1902 14 0 414261 0
[pid=24315/tid=24316] ppid=24313 vsize=1710056 CPUtime=0.19
/proc/24315/task/24316/stat : 24316 (java) S 24313 24315 24270 0 -1 64 2261 0 0 0 18 1 0 0 16 0 13 0 189401419 1751097344 43880 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24315/tid=24317] ppid=24313 vsize=1710056 CPUtime=0.19
/proc/24315/task/24317/stat : 24317 (java) S 24313 24315 24270 0 -1 64 2356 0 0 0 18 1 0 0 16 0 13 0 189401419 1751097344 43880 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24315/tid=24318] ppid=24313 vsize=1710056 CPUtime=0.02
/proc/24315/task/24318/stat : 24318 (java) S 24313 24315 24270 0 -1 64 41 0 0 0 1 1 0 0 16 0 13 0 189401422 1751097344 43880 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=24315/tid=24319] ppid=24313 vsize=1710056 CPUtime=0
/proc/24315/task/24319/stat : 24319 (java) S 24313 24315 24270 0 -1 64 9 0 0 0 0 0 0 0 15 0 13 0 189401422 1751097344 43880 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24315/tid=24320] ppid=24313 vsize=1710056 CPUtime=0
/proc/24315/task/24320/stat : 24320 (java) S 24313 24315 24270 0 -1 64 5 0 0 0 0 0 0 0 15 0 13 0 189401422 1751097344 43880 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24315/tid=24321] ppid=24313 vsize=1710056 CPUtime=0
/proc/24315/task/24321/stat : 24321 (java) S 24313 24315 24270 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 189401426 1751097344 43880 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24315/tid=24322] ppid=24313 vsize=1710056 CPUtime=0
/proc/24315/task/24322/stat : 24322 (java) S 24313 24315 24270 0 -1 64 3 0 0 0 0 0 0 0 17 0 13 0 189401426 1751097344 43880 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24315/tid=24323] ppid=24313 vsize=1710056 CPUtime=0.66
/proc/24315/task/24323/stat : 24323 (java) S 24313 24315 24270 0 -1 64 977 0 0 0 66 0 0 0 16 0 13 0 189401426 1751097344 43880 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24315/tid=24324] ppid=24313 vsize=1710056 CPUtime=0.51
/proc/24315/task/24324/stat : 24324 (java) S 24313 24315 24270 0 -1 64 303 0 0 0 51 0 0 0 16 0 13 0 189401426 1751097344 43880 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24315/tid=24325] ppid=24313 vsize=1710056 CPUtime=0
/proc/24315/task/24325/stat : 24325 (java) S 24313 24315 24270 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 189401426 1751097344 43880 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24315/tid=24326] ppid=24313 vsize=1710056 CPUtime=0
/proc/24315/task/24326/stat : 24326 (java) S 24313 24315 24270 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 189401426 1751097344 43880 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24315/tid=24327] ppid=24313 vsize=1710056 CPUtime=0
/proc/24315/task/24327/stat : 24327 (java) S 24313 24315 24270 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 189403708 1751097344 43880 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 161.08
Current children cumulated vsize (Kb) 1710056

[startup+170.111 s]
/proc/loadavg: 0.99 0.97 0.91 2/76 24327
/proc/meminfo: memFree=1692744/2055920 swapFree=4181844/4192956
[pid=24315] ppid=24313 vsize=1710056 CPUtime=171.09
/proc/24315/stat : 24315 (java) R 24313 24315 24270 0 -1 0 51440 0 1 0 17084 25 0 0 25 0 13 0 189401416 1751097344 43752 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071586906 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/24315/statm: 427514 43752 1902 14 0 414261 0
[pid=24315/tid=24316] ppid=24313 vsize=1710056 CPUtime=0.19
/proc/24315/task/24316/stat : 24316 (java) S 24313 24315 24270 0 -1 64 2261 0 0 0 18 1 0 0 16 0 13 0 189401419 1751097344 43752 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24315/tid=24317] ppid=24313 vsize=1710056 CPUtime=0.19
/proc/24315/task/24317/stat : 24317 (java) S 24313 24315 24270 0 -1 64 2356 0 0 0 18 1 0 0 16 0 13 0 189401419 1751097344 43752 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24315/tid=24318] ppid=24313 vsize=1710056 CPUtime=0.02
/proc/24315/task/24318/stat : 24318 (java) S 24313 24315 24270 0 -1 64 41 0 0 0 1 1 0 0 16 0 13 0 189401422 1751097344 43752 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=24315/tid=24319] ppid=24313 vsize=1710056 CPUtime=0
/proc/24315/task/24319/stat : 24319 (java) S 24313 24315 24270 0 -1 64 9 0 0 0 0 0 0 0 15 0 13 0 189401422 1751097344 43752 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24315/tid=24320] ppid=24313 vsize=1710056 CPUtime=0
/proc/24315/task/24320/stat : 24320 (java) S 24313 24315 24270 0 -1 64 5 0 0 0 0 0 0 0 15 0 13 0 189401422 1751097344 43752 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24315/tid=24321] ppid=24313 vsize=1710056 CPUtime=0
/proc/24315/task/24321/stat : 24321 (java) S 24313 24315 24270 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 189401426 1751097344 43752 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24315/tid=24322] ppid=24313 vsize=1710056 CPUtime=0
/proc/24315/task/24322/stat : 24322 (java) S 24313 24315 24270 0 -1 64 3 0 0 0 0 0 0 0 17 0 13 0 189401426 1751097344 43752 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24315/tid=24323] ppid=24313 vsize=1710056 CPUtime=0.66
/proc/24315/task/24323/stat : 24323 (java) S 24313 24315 24270 0 -1 64 977 0 0 0 66 0 0 0 16 0 13 0 189401426 1751097344 43752 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24315/tid=24324] ppid=24313 vsize=1710056 CPUtime=0.51
/proc/24315/task/24324/stat : 24324 (java) S 24313 24315 24270 0 -1 64 303 0 0 0 51 0 0 0 16 0 13 0 189401426 1751097344 43752 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24315/tid=24325] ppid=24313 vsize=1710056 CPUtime=0
/proc/24315/task/24325/stat : 24325 (java) S 24313 24315 24270 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 189401426 1751097344 43752 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24315/tid=24326] ppid=24313 vsize=1710056 CPUtime=0
/proc/24315/task/24326/stat : 24326 (java) S 24313 24315 24270 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 189401426 1751097344 43752 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24315/tid=24327] ppid=24313 vsize=1710056 CPUtime=0
/proc/24315/task/24327/stat : 24327 (java) S 24313 24315 24270 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 189403708 1751097344 43752 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 171.09
Current children cumulated vsize (Kb) 1710056

Child status: 20
Real time (s): 171.891
CPU time (s): 172.869
CPU user time (s): 172.585
CPU system time (s): 0.283956
CPU usage (%): 100.569
Max. virtual memory (cumulated for all children) (Kb): 1710056

Launcher Data (download as text)

Begin job on node65 on Fri Jun  2 08:35:21 UTC 2006


FILE ID= 43730-1149237321

PBS_JOBID= 297109

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

MD5SUM SOLVER= e9637a7554f3ecdf74c1815f89d00213
MD5SUM BENCH=  f3a2fcfec289719ed724c9b755cd6805

RANDOM SEED= 183336137


/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.283
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.283
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:       1860896 kB
Buffers:         12972 kB
Cached:         114584 kB
SwapCached:       2800 kB
Active:          45056 kB
Inactive:        91212 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1860896 kB
SwapTotal:     4192956 kB
SwapFree:      4181844 kB
Dirty:             252 kB
Writeback:           0 kB
Mapped:          14736 kB
Slab:            44752 kB
Committed_AS:   213052 kB
PageTables:       1480 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB


End job on node65 on Fri Jun  2 08:38:13 UTC 2006