Trace number 44608

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.12 1783.46

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/plato.asu.edu/
pub/unibo/normalized-mps-v2-20-10-blp-ir98.opb
MD5SUM1de7e61bcf99a935d7a04a775cb5b14f
Bench CategoryOPT-BIGINT (optimisation, big integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables7287
Total number of constraints529
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)420
Number of constraints which are nor clauses,nor cardinality constraints109
Minimum length of a constraint3
Maximum length of a constraint6062
Number of terms in the objective function 31
Biggest coefficient in the objective function 1073741824
Number of bits for the biggest coefficient in the objective function 31
Sum of the numbers in the objective function 2147483647
Number of bits of the sum of numbers in the objective function 31
Biggest number in a constraint 83886080000000
Number of bits of the biggest number in a constraint 47
Biggest sum of numbers in a constraint 400587756783443
Number of bits of the biggest sum of numbers49
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.19	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.19	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.19	c no version file found!!!
0.19	c sun.arch.data.model	32
0.19	c java.version	1.5.0_06
0.19	c os.name	Linux
0.19	c os.version	2.6.9-22.EL.rootsmp
0.19	c os.arch	i386
0.19	c Free memory 1548419056
0.19	c Max memory 1551040512
0.19	c Total memory 1551040512
0.19	c Number of processors 2
0.26	c Cutting planes based inference
0.26	c --- Begin Solver configuration ---
0.26	c org.sat4j.minisat.uip.FirstUIP@1037c71
0.26	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@1df073d
0.26	c org.sat4j.minisat.learning.MiniSATLearning@1546e25
0.26	c conflictBoundIncFactor=1.5 learntBoundIncFactor=1.1 initLearntBoundConstraintFactor=10000.0 initConflictBound=100 
0.26	c VSIDS like heuristics from MiniSAT using a heap
0.26	c No reason simplification
0.26	c --- End Solver configuration ---
0.26	c solving ROOT/tmp/node68/44608-1149307439/instance-44608-1149307439.opb
0.26	c reading problem ... 
1.53	c ... done. Time 1.27 ms.
1.53	c #vars     7287
1.53	c #constraints  595
1783.36	c starts		: 2
1783.36	c conflicts		: 194
1783.36	c decisions		: 17848
1783.36	c propagations		: 41195
1783.36	c inspects		: 464822
1783.36	c learnt literals	: 0
1783.36	c learnt binary clauses	: 0
1783.36	c learnt ternary clauses	: 0
1783.36	c learnt clauses	: 193
1783.36	c root simplifications	: 0
1783.36	c removed literals (reason simplification)	: 0
1783.36	c reason swapping (by a shorter reason)	: 0
1783.36	c Calls to reduceDB	: 0
1783.36	c speed (decisions/second)	: 10.016752580935732
1783.36	c non guided choices	8711
1783.36	s UNKNOWN
1783.36	c Total wall clock time (ms): 1783.105

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

Current StackSize limit: 67108864 bytes

/proc/loadavg: 1.00 1.00 0.95 2/64 18519
/proc/meminfo: memFree=1618152/2055920 swapFree=4182316/4192956
[pid=18519] ppid=18517 vsize=1460 CPUtime=0
/proc/18519/stat : 18519 (java) R 18517 18519 18473 0 -1 0 123 0 0 0 0 0 0 0 19 0 1 0 196413435 1495040 96 18446744073709551615 134512640 134570276 4294956624 18446744073709551615 10959200 0 0 4096 0 0 0 0 17 1 0 0
/proc/18519/statm: 398 100 80 14 0 43 0

[startup+10.0017 s]
/proc/loadavg: 1.00 1.00 0.95 2/76 18531
/proc/meminfo: memFree=1425048/2055920 swapFree=4182316/4192956
[pid=18519] ppid=18517 vsize=1713352 CPUtime=11.55
/proc/18519/stat : 18519 (java) R 18517 18519 18473 0 -1 0 54501 0 1 0 1131 24 0 0 23 0 13 0 196413435 1754472448 50050 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071568106 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/18519/statm: 428338 50050 1909 14 0 415085 0
[pid=18519/tid=18520] ppid=18517 vsize=1713352 CPUtime=0.37
/proc/18519/task/18520/stat : 18520 (java) S 18517 18519 18473 0 -1 64 7211 0 0 0 34 3 0 0 16 0 13 0 196413439 1754472448 50050 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18519/tid=18521] ppid=18517 vsize=1713352 CPUtime=0.36
/proc/18519/task/18521/stat : 18521 (java) S 18517 18519 18473 0 -1 64 6799 0 0 0 33 3 0 0 16 0 13 0 196413439 1754472448 50050 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18519/tid=18522] ppid=18517 vsize=1713352 CPUtime=0
/proc/18519/task/18522/stat : 18522 (java) S 18517 18519 18473 0 -1 64 24 0 0 0 0 0 0 0 15 0 13 0 196413441 1754472448 50050 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=18519/tid=18523] ppid=18517 vsize=1713352 CPUtime=0
/proc/18519/task/18523/stat : 18523 (java) S 18517 18519 18473 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 196413442 1754472448 50050 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18519/tid=18524] ppid=18517 vsize=1713352 CPUtime=0
/proc/18519/task/18524/stat : 18524 (java) S 18517 18519 18473 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 196413442 1754472448 50050 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18519/tid=18525] ppid=18517 vsize=1713352 CPUtime=0
/proc/18519/task/18525/stat : 18525 (java) S 18517 18519 18473 0 -1 64 0 0 0 0 0 0 0 0 19 0 13 0 196413449 1754472448 50050 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18519/tid=18526] ppid=18517 vsize=1713352 CPUtime=0
/proc/18519/task/18526/stat : 18526 (java) S 18517 18519 18473 0 -1 64 2 0 0 0 0 0 0 0 17 0 13 0 196413449 1754472448 50050 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18519/tid=18527] ppid=18517 vsize=1713352 CPUtime=0.72
/proc/18519/task/18527/stat : 18527 (java) S 18517 18519 18473 0 -1 64 2461 0 0 0 72 0 0 0 16 0 13 0 196413449 1754472448 50050 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18519/tid=18528] ppid=18517 vsize=1713352 CPUtime=0.99
/proc/18519/task/18528/stat : 18528 (java) S 18517 18519 18473 0 -1 64 1478 0 0 0 99 0 0 0 16 0 13 0 196413449 1754472448 50050 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18519/tid=18529] ppid=18517 vsize=1713352 CPUtime=0
/proc/18519/task/18529/stat : 18529 (java) S 18517 18519 18473 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 196413449 1754472448 50050 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18519/tid=18530] ppid=18517 vsize=1713352 CPUtime=0
/proc/18519/task/18530/stat : 18530 (java) S 18517 18519 18473 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 196413449 1754472448 50050 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18519/tid=18531] ppid=18517 vsize=1713352 CPUtime=0
/proc/18519/task/18531/stat : 18531 (java) S 18517 18519 18473 0 -1 64 4 0 0 0 0 0 0 0 18 0 13 0 196413591 1754472448 50050 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 11.55
Current children cumulated vsize (Kb) 1713352

[startup+20.0084 s]
/proc/loadavg: 1.00 1.00 0.95 2/76 18531
/proc/meminfo: memFree=1454040/2055920 swapFree=4182316/4192956
[pid=18519] ppid=18517 vsize=1715400 CPUtime=21.71
/proc/18519/stat : 18519 (java) R 18517 18519 18473 0 -1 0 55250 0 1 0 2146 25 0 0 23 0 13 0 196413435 1756569600 42826 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071611022 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/18519/statm: 428850 42826 1909 14 0 415597 0
[pid=18519/tid=18520] ppid=18517 vsize=1715400 CPUtime=0.38
/proc/18519/task/18520/stat : 18520 (java) S 18517 18519 18473 0 -1 64 7394 0 0 0 35 3 0 0 16 0 13 0 196413439 1756569600 42826 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18519/tid=18521] ppid=18517 vsize=1715400 CPUtime=0.38
/proc/18519/task/18521/stat : 18521 (java) S 18517 18519 18473 0 -1 64 6825 0 0 0 35 3 0 0 15 0 13 0 196413439 1756569600 42826 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18519/tid=18522] ppid=18517 vsize=1715400 CPUtime=0
/proc/18519/task/18522/stat : 18522 (java) S 18517 18519 18473 0 -1 64 24 0 0 0 0 0 0 0 15 0 13 0 196413441 1756569600 42826 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=18519/tid=18523] ppid=18517 vsize=1715400 CPUtime=0
/proc/18519/task/18523/stat : 18523 (java) S 18517 18519 18473 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 196413442 1756569600 42826 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18519/tid=18524] ppid=18517 vsize=1715400 CPUtime=0
/proc/18519/task/18524/stat : 18524 (java) S 18517 18519 18473 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 196413442 1756569600 42826 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18519/tid=18525] ppid=18517 vsize=1715400 CPUtime=0
/proc/18519/task/18525/stat : 18525 (java) S 18517 18519 18473 0 -1 64 0 0 0 0 0 0 0 0 19 0 13 0 196413449 1756569600 42826 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18519/tid=18526] ppid=18517 vsize=1715400 CPUtime=0
/proc/18519/task/18526/stat : 18526 (java) S 18517 18519 18473 0 -1 64 2 0 0 0 0 0 0 0 17 0 13 0 196413449 1756569600 42826 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18519/tid=18527] ppid=18517 vsize=1715400 CPUtime=0.85
/proc/18519/task/18527/stat : 18527 (java) S 18517 18519 18473 0 -1 64 2969 0 0 0 85 0 0 0 16 0 13 0 196413449 1756569600 42826 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18519/tid=18528] ppid=18517 vsize=1715400 CPUtime=1.05
/proc/18519/task/18528/stat : 18528 (java) S 18517 18519 18473 0 -1 64 1489 0 0 0 105 0 0 0 16 0 13 0 196413449 1756569600 42826 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18519/tid=18529] ppid=18517 vsize=1715400 CPUtime=0
/proc/18519/task/18529/stat : 18529 (java) S 18517 18519 18473 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 196413449 1756569600 42826 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18519/tid=18530] ppid=18517 vsize=1715400 CPUtime=0
/proc/18519/task/18530/stat : 18530 (java) S 18517 18519 18473 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 196413449 1756569600 42826 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18519/tid=18531] ppid=18517 vsize=1715400 CPUtime=0
/proc/18519/task/18531/stat : 18531 (java) S 18517 18519 18473 0 -1 64 4 0 0 0 0 0 0 0 18 0 13 0 196413591 1756569600 42826 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 21.71
Current children cumulated vsize (Kb) 1715400

[startup+30.0151 s]
/proc/loadavg: 1.00 1.00 0.95 2/76 18531
/proc/meminfo: memFree=1471576/2055920 swapFree=4182316/4192956
[pid=18519] ppid=18517 vsize=1715400 CPUtime=31.74
/proc/18519/stat : 18519 (java) R 18517 18519 18473 0 -1 0 55824 0 1 0 3148 26 0 0 21 0 13 0 196413435 1756569600 38431 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071664124 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/18519/statm: 428850 38431 1909 14 0 415597 0
[pid=18519/tid=18520] ppid=18517 vsize=1715400 CPUtime=0.4
/proc/18519/task/18520/stat : 18520 (java) S 18517 18519 18473 0 -1 64 7633 0 0 0 37 3 0 0 16 0 13 0 196413439 1756569600 38431 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18519/tid=18521] ppid=18517 vsize=1715400 CPUtime=0.4
/proc/18519/task/18521/stat : 18521 (java) S 18517 18519 18473 0 -1 64 7138 0 0 0 37 3 0 0 16 0 13 0 196413439 1756569600 38431 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18519/tid=18522] ppid=18517 vsize=1715400 CPUtime=0.01
/proc/18519/task/18522/stat : 18522 (java) S 18517 18519 18473 0 -1 64 24 0 0 0 0 1 0 0 15 0 13 0 196413441 1756569600 38431 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=18519/tid=18523] ppid=18517 vsize=1715400 CPUtime=0
/proc/18519/task/18523/stat : 18523 (java) S 18517 18519 18473 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 196413442 1756569600 38431 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18519/tid=18524] ppid=18517 vsize=1715400 CPUtime=0
/proc/18519/task/18524/stat : 18524 (java) S 18517 18519 18473 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 196413442 1756569600 38431 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18519/tid=18525] ppid=18517 vsize=1715400 CPUtime=0
/proc/18519/task/18525/stat : 18525 (java) S 18517 18519 18473 0 -1 64 0 0 0 0 0 0 0 0 19 0 13 0 196413449 1756569600 38431 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18519/tid=18526] ppid=18517 vsize=1715400 CPUtime=0
/proc/18519/task/18526/stat : 18526 (java) S 18517 18519 18473 0 -1 64 2 0 0 0 0 0 0 0 17 0 13 0 196413449 1756569600 38431 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18519/tid=18527] ppid=18517 vsize=1715400 CPUtime=0.86
/proc/18519/task/18527/stat : 18527 (java) S 18517 18519 18473 0 -1 64 2969 0 0 0 86 0 0 0 16 0 13 0 196413449 1756569600 38431 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18519/tid=18528] ppid=18517 vsize=1715400 CPUtime=1.05
/proc/18519/task/18528/stat : 18528 (java) S 18517 18519 18473 0 -1 64 1489 0 0 0 105 0 0 0 16 0 13 0 196413449 1756569600 38431 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18519/tid=18529] ppid=18517 vsize=1715400 CPUtime=0
/proc/18519/task/18529/stat : 18529 (java) S 18517 18519 18473 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 196413449 1756569600 38431 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18519/tid=18530] ppid=18517 vsize=1715400 CPUtime=0
/proc/18519/task/18530/stat : 18530 (java) S 18517 18519 18473 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 196413449 1756569600 38431 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18519/tid=18531] ppid=18517 vsize=1715400 CPUtime=0
/proc/18519/task/18531/stat : 18531 (java) S 18517 18519 18473 0 -1 64 4 0 0 0 0 0 0 0 18 0 13 0 196413591 1756569600 38431 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 31.74
Current children cumulated vsize (Kb) 1715400

[startup+40.0219 s]
/proc/loadavg: 1.00 1.00 0.95 2/76 18531
/proc/meminfo: memFree=1476376/2055920 swapFree=4182316/4192956
[pid=18519] ppid=18517 vsize=1715400 CPUtime=41.78
/proc/18519/stat : 18519 (java) R 18517 18519 18473 0 -1 0 57166 0 1 0 4151 27 0 0 16 0 13 0 196413435 1756569600 37240 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071640079 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/18519/statm: 428850 37240 1909 14 0 415597 0
[pid=18519/tid=18520] ppid=18517 vsize=1715400 CPUtime=0.44
/proc/18519/task/18520/stat : 18520 (java) S 18517 18519 18473 0 -1 64 8214 0 0 0 41 3 0 0 16 0 13 0 196413439 1756569600 37240 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18519/tid=18521] ppid=18517 vsize=1715400 CPUtime=0.45
/proc/18519/task/18521/stat : 18521 (java) S 18517 18519 18473 0 -1 64 7874 0 0 0 41 4 0 0 16 0 13 0 196413439 1756569600 37240 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18519/tid=18522] ppid=18517 vsize=1715400 CPUtime=0.01
/proc/18519/task/18522/stat : 18522 (java) S 18517 18519 18473 0 -1 64 24 0 0 0 0 1 0 0 15 0 13 0 196413441 1756569600 37240 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=18519/tid=18523] ppid=18517 vsize=1715400 CPUtime=0
/proc/18519/task/18523/stat : 18523 (java) S 18517 18519 18473 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 196413442 1756569600 37240 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18519/tid=18524] ppid=18517 vsize=1715400 CPUtime=0
/proc/18519/task/18524/stat : 18524 (java) S 18517 18519 18473 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 196413442 1756569600 37240 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18519/tid=18525] ppid=18517 vsize=1715400 CPUtime=0
/proc/18519/task/18525/stat : 18525 (java) S 18517 18519 18473 0 -1 64 0 0 0 0 0 0 0 0 19 0 13 0 196413449 1756569600 37240 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18519/tid=18526] ppid=18517 vsize=1715400 CPUtime=0
/proc/18519/task/18526/stat : 18526 (java) S 18517 18519 18473 0 -1 64 2 0 0 0 0 0 0 0 17 0 13 0 196413449 1756569600 37240 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18519/tid=18527] ppid=18517 vsize=1715400 CPUtime=0.86
/proc/18519/task/18527/stat : 18527 (java) S 18517 18519 18473 0 -1 64 2969 0 0 0 86 0 0 0 16 0 13 0 196413449 1756569600 37240 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18519/tid=18528] ppid=18517 vsize=1715400 CPUtime=1.05
/proc/18519/task/18528/stat : 18528 (java) S 18517 18519 18473 0 -1 64 1489 0 0 0 105 0 0 0 16 0 13 0 196413449 1756569600 37240 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18519/tid=18529] ppid=18517 vsize=1715400 CPUtime=0
/proc/18519/task/18529/stat : 18529 (java) S 18517 18519 18473 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 196413449 1756569600 37240 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18519/tid=18530] ppid=18517 vsize=1715400 CPUtime=0
/proc/18519/task/18530/stat : 18530 (java) S 18517 18519 18473 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 196413449 1756569600 37240 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18519/tid=18531] ppid=18517 vsize=1715400 CPUtime=0
/proc/18519/task/18531/stat : 18531 (java) S 18517 18519 18473 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 196413591 1756569600 37240 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 41.78
Current children cumulated vsize (Kb) 1715400

[startup+50.0286 s]
/proc/loadavg: 1.00 1.00 0.95 2/76 18531
/proc/meminfo: memFree=1483864/2055920 swapFree=4182316/4192956
[pid=18519] ppid=18517 vsize=1715400 CPUtime=51.81
/proc/18519/stat : 18519 (java) R 18517 18519 18473 0 -1 0 57410 0 1 0 5154 27 0 0 16 0 13 0 196413435 1756569600 35363 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071610993 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/18519/statm: 428850 35363 1909 14 0 415597 0
[pid=18519/tid=18520] ppid=18517 vsize=1715400 CPUtime=0.46
/proc/18519/task/18520/stat : 18520 (java) S 18517 18519 18473 0 -1 64 8249 0 0 0 43 3 0 0 16 0 13 0 196413439 1756569600 35363 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18519/tid=18521] ppid=18517 vsize=1715400 CPUtime=0.48
/proc/18519/task/18521/stat : 18521 (java) S 18517 18519 18473 0 -1 64 8054 0 0 0 44 4 0 0 16 0 13 0 196413439 1756569600 35363 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18519/tid=18522] ppid=18517 vsize=1715400 CPUtime=0.03
/proc/18519/task/18522/stat : 18522 (java) S 18517 18519 18473 0 -1 64 24 0 0 0 1 2 0 0 15 0 13 0 196413441 1756569600 35363 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=18519/tid=18523] ppid=18517 vsize=1715400 CPUtime=0
/proc/18519/task/18523/stat : 18523 (java) S 18517 18519 18473 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 196413442 1756569600 35363 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18519/tid=18524] ppid=18517 vsize=1715400 CPUtime=0
/proc/18519/task/18524/stat : 18524 (java) S 18517 18519 18473 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 196413442 1756569600 35363 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18519/tid=18525] ppid=18517 vsize=1715400 CPUtime=0
/proc/18519/task/18525/stat : 18525 (java) S 18517 18519 18473 0 -1 64 0 0 0 0 0 0 0 0 19 0 13 0 196413449 1756569600 35363 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18519/tid=18526] ppid=18517 vsize=1715400 CPUtime=0
/proc/18519/task/18526/stat : 18526 (java) S 18517 18519 18473 0 -1 64 2 0 0 0 0 0 0 0 17 0 13 0 196413449 1756569600 35363 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18519/tid=18527] ppid=18517 vsize=1715400 CPUtime=0.86
/proc/18519/task/18527/stat : 18527 (java) S 18517 18519 18473 0 -1 64 2969 0 0 0 86 0 0 0 16 0 13 0 196413449 1756569600 35363 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18519/tid=18528] ppid=18517 vsize=1715400 CPUtime=1.07
/proc/18519/task/18528/stat : 18528 (java) S 18517 18519 18473 0 -1 64 1491 0 0 0 107 0 0 0 16 0 13 0 196413449 1756569600 35363 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18519/tid=18529] ppid=18517 vsize=1715400 CPUtime=0
/proc/18519/task/18529/stat : 18529 (java) S 18517 18519 18473 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 196413449 1756569600 35363 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18519/tid=18530] ppid=18517 vsize=1715400 CPUtime=0
/proc/18519/task/18530/stat : 18530 (java) S 18517 18519 18473 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 196413449 1756569600 35363 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18519/tid=18531] ppid=18517 vsize=1715400 CPUtime=0
/proc/18519/task/18531/stat : 18531 (java) S 18517 18519 18473 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 196413591 1756569600 35363 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 51.81
Current children cumulated vsize (Kb) 1715400

[startup+60.0353 s]
/proc/loadavg: 1.00 1.00 0.95 2/76 18531
/proc/meminfo: memFree=1484376/2055920 swapFree=4182316/4192956
[pid=18519] ppid=18517 vsize=1715400 CPUtime=61.85
/proc/18519/stat : 18519 (java) R 18517 18519 18473 0 -1 0 58502 0 1 0 6157 28 0 0 25 0 13 0 196413435 1756569600 35297 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071664188 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/18519/statm: 428850 35297 1909 14 0 415597 0
[pid=18519/tid=18520] ppid=18517 vsize=1715400 CPUtime=0.51
/proc/18519/task/18520/stat : 18520 (java) S 18517 18519 18473 0 -1 64 8742 0 0 0 47 4 0 0 15 0 13 0 196413439 1756569600 35297 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18519/tid=18521] ppid=18517 vsize=1715400 CPUtime=0.52
/proc/18519/task/18521/stat : 18521 (java) S 18517 18519 18473 0 -1 64 8619 0 0 0 48 4 0 0 16 0 13 0 196413439 1756569600 35297 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18519/tid=18522] ppid=18517 vsize=1715400 CPUtime=0.03
/proc/18519/task/18522/stat : 18522 (java) S 18517 18519 18473 0 -1 64 31 0 0 0 1 2 0 0 16 0 13 0 196413441 1756569600 35297 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=18519/tid=18523] ppid=18517 vsize=1715400 CPUtime=0
/proc/18519/task/18523/stat : 18523 (java) S 18517 18519 18473 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 196413442 1756569600 35297 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18519/tid=18524] ppid=18517 vsize=1715400 CPUtime=0
/proc/18519/task/18524/stat : 18524 (java) S 18517 18519 18473 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 196413442 1756569600 35297 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18519/tid=18525] ppid=18517 vsize=1715400 CPUtime=0
/proc/18519/task/18525/stat : 18525 (java) S 18517 18519 18473 0 -1 64 0 0 0 0 0 0 0 0 19 0 13 0 196413449 1756569600 35297 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0

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

[pid=18519/tid=18523] ppid=18517 vsize=1715400 CPUtime=0
/proc/18519/task/18523/stat : 18523 (java) S 18517 18519 18473 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 196413442 1756569600 129564 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18519/tid=18524] ppid=18517 vsize=1715400 CPUtime=0
/proc/18519/task/18524/stat : 18524 (java) S 18517 18519 18473 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 196413442 1756569600 129564 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18519/tid=18525] ppid=18517 vsize=1715400 CPUtime=0
/proc/18519/task/18525/stat : 18525 (java) S 18517 18519 18473 0 -1 64 0 0 0 0 0 0 0 0 19 0 13 0 196413449 1756569600 129564 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18519/tid=18526] ppid=18517 vsize=1715400 CPUtime=0
/proc/18519/task/18526/stat : 18526 (java) S 18517 18519 18473 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 196413449 1756569600 129564 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18519/tid=18527] ppid=18517 vsize=1715400 CPUtime=0.86
/proc/18519/task/18527/stat : 18527 (java) S 18517 18519 18473 0 -1 64 2969 0 0 0 86 0 0 0 16 0 13 0 196413449 1756569600 129564 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18519/tid=18528] ppid=18517 vsize=1715400 CPUtime=1.07
/proc/18519/task/18528/stat : 18528 (java) S 18517 18519 18473 0 -1 64 1491 0 0 0 107 0 0 0 16 0 13 0 196413449 1756569600 129564 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18519/tid=18529] ppid=18517 vsize=1715400 CPUtime=0
/proc/18519/task/18529/stat : 18529 (java) S 18517 18519 18473 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 196413449 1756569600 129564 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18519/tid=18530] ppid=18517 vsize=1715400 CPUtime=0
/proc/18519/task/18530/stat : 18530 (java) S 18517 18519 18473 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 196413449 1756569600 129564 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18519/tid=18531] ppid=18517 vsize=1715400 CPUtime=0
/proc/18519/task/18531/stat : 18531 (java) S 18517 18519 18473 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 196413591 1756569600 129564 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1795.93
Current children cumulated vsize (Kb) 1715400

[startup+1780.34 s]
/proc/loadavg: 1.07 1.02 0.97 2/76 18533
/proc/meminfo: memFree=1105240/2055920 swapFree=4182316/4192956
[pid=18519] ppid=18517 vsize=1715400 CPUtime=1796.96
/proc/18519/stat : 18519 (java) R 18517 18519 18473 0 -1 0 241318 0 1 0 179476 220 0 0 25 0 13 0 196413435 1756569600 129729 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071663424 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/18519/statm: 428850 129729 1909 14 0 415597 0
[pid=18519/tid=18520] ppid=18517 vsize=1715400 CPUtime=16.57
/proc/18519/task/18520/stat : 18520 (java) S 18517 18519 18473 0 -1 64 55409 0 0 0 1601 56 0 0 16 0 13 0 196413439 1756569600 129729 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18519/tid=18521] ppid=18517 vsize=1715400 CPUtime=16.56
/proc/18519/task/18521/stat : 18521 (java) S 18517 18519 18473 0 -1 64 54374 0 0 0 1600 56 0 0 15 0 13 0 196413439 1756569600 129729 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18519/tid=18522] ppid=18517 vsize=1715400 CPUtime=0.84
/proc/18519/task/18522/stat : 18522 (java) S 18517 18519 18473 0 -1 64 312 0 0 0 45 39 0 0 16 0 13 0 196413441 1756569600 129729 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=18519/tid=18523] ppid=18517 vsize=1715400 CPUtime=0
/proc/18519/task/18523/stat : 18523 (java) S 18517 18519 18473 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 196413442 1756569600 129729 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18519/tid=18524] ppid=18517 vsize=1715400 CPUtime=0
/proc/18519/task/18524/stat : 18524 (java) S 18517 18519 18473 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 196413442 1756569600 129729 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18519/tid=18525] ppid=18517 vsize=1715400 CPUtime=0
/proc/18519/task/18525/stat : 18525 (java) S 18517 18519 18473 0 -1 64 0 0 0 0 0 0 0 0 19 0 13 0 196413449 1756569600 129729 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18519/tid=18526] ppid=18517 vsize=1715400 CPUtime=0
/proc/18519/task/18526/stat : 18526 (java) S 18517 18519 18473 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 196413449 1756569600 129729 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18519/tid=18527] ppid=18517 vsize=1715400 CPUtime=0.86
/proc/18519/task/18527/stat : 18527 (java) S 18517 18519 18473 0 -1 64 2969 0 0 0 86 0 0 0 16 0 13 0 196413449 1756569600 129729 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18519/tid=18528] ppid=18517 vsize=1715400 CPUtime=1.07
/proc/18519/task/18528/stat : 18528 (java) S 18517 18519 18473 0 -1 64 1491 0 0 0 107 0 0 0 16 0 13 0 196413449 1756569600 129729 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18519/tid=18529] ppid=18517 vsize=1715400 CPUtime=0
/proc/18519/task/18529/stat : 18529 (java) S 18517 18519 18473 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 196413449 1756569600 129729 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18519/tid=18530] ppid=18517 vsize=1715400 CPUtime=0
/proc/18519/task/18530/stat : 18530 (java) S 18517 18519 18473 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 196413449 1756569600 129729 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18519/tid=18531] ppid=18517 vsize=1715400 CPUtime=0
/proc/18519/task/18531/stat : 18531 (java) S 18517 18519 18473 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 196413591 1756569600 129729 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1796.96
Current children cumulated vsize (Kb) 1715400

[startup+1781.34 s]
/proc/loadavg: 1.06 1.02 0.97 2/76 18533
/proc/meminfo: memFree=1105240/2055920 swapFree=4182316/4192956
[pid=18519] ppid=18517 vsize=1715400 CPUtime=1797.97
/proc/18519/stat : 18519 (java) R 18517 18519 18473 0 -1 0 241320 0 1 0 179577 220 0 0 18 0 13 0 196413435 1756569600 129729 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071682850 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/18519/statm: 428850 129729 1909 14 0 415597 0
[pid=18519/tid=18520] ppid=18517 vsize=1715400 CPUtime=16.58
/proc/18519/task/18520/stat : 18520 (java) S 18517 18519 18473 0 -1 64 55409 0 0 0 1602 56 0 0 16 0 13 0 196413439 1756569600 129729 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18519/tid=18521] ppid=18517 vsize=1715400 CPUtime=16.58
/proc/18519/task/18521/stat : 18521 (java) S 18517 18519 18473 0 -1 64 54374 0 0 0 1602 56 0 0 16 0 13 0 196413439 1756569600 129729 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18519/tid=18522] ppid=18517 vsize=1715400 CPUtime=0.84
/proc/18519/task/18522/stat : 18522 (java) S 18517 18519 18473 0 -1 64 312 0 0 0 45 39 0 0 15 0 13 0 196413441 1756569600 129729 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=18519/tid=18523] ppid=18517 vsize=1715400 CPUtime=0
/proc/18519/task/18523/stat : 18523 (java) S 18517 18519 18473 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 196413442 1756569600 129729 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18519/tid=18524] ppid=18517 vsize=1715400 CPUtime=0
/proc/18519/task/18524/stat : 18524 (java) S 18517 18519 18473 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 196413442 1756569600 129729 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18519/tid=18525] ppid=18517 vsize=1715400 CPUtime=0
/proc/18519/task/18525/stat : 18525 (java) S 18517 18519 18473 0 -1 64 0 0 0 0 0 0 0 0 19 0 13 0 196413449 1756569600 129729 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18519/tid=18526] ppid=18517 vsize=1715400 CPUtime=0
/proc/18519/task/18526/stat : 18526 (java) S 18517 18519 18473 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 196413449 1756569600 129729 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18519/tid=18527] ppid=18517 vsize=1715400 CPUtime=0.86
/proc/18519/task/18527/stat : 18527 (java) S 18517 18519 18473 0 -1 64 2969 0 0 0 86 0 0 0 16 0 13 0 196413449 1756569600 129729 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18519/tid=18528] ppid=18517 vsize=1715400 CPUtime=1.07
/proc/18519/task/18528/stat : 18528 (java) S 18517 18519 18473 0 -1 64 1491 0 0 0 107 0 0 0 16 0 13 0 196413449 1756569600 129729 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18519/tid=18529] ppid=18517 vsize=1715400 CPUtime=0
/proc/18519/task/18529/stat : 18529 (java) S 18517 18519 18473 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 196413449 1756569600 129729 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18519/tid=18530] ppid=18517 vsize=1715400 CPUtime=0
/proc/18519/task/18530/stat : 18530 (java) S 18517 18519 18473 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 196413449 1756569600 129729 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18519/tid=18531] ppid=18517 vsize=1715400 CPUtime=0
/proc/18519/task/18531/stat : 18531 (java) S 18517 18519 18473 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 196413591 1756569600 129729 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1797.97
Current children cumulated vsize (Kb) 1715400

[startup+1782.35 s]
/proc/loadavg: 1.06 1.02 0.97 2/76 18533
/proc/meminfo: memFree=1105240/2055920 swapFree=4182316/4192956
[pid=18519] ppid=18517 vsize=1715400 CPUtime=1799
/proc/18519/stat : 18519 (java) R 18517 18519 18473 0 -1 0 241322 0 1 0 179679 221 0 0 25 0 13 0 196413435 1756569600 129729 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071640469 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/18519/statm: 428850 129729 1909 14 0 415597 0
[pid=18519/tid=18520] ppid=18517 vsize=1715400 CPUtime=16.6
/proc/18519/task/18520/stat : 18520 (java) S 18517 18519 18473 0 -1 64 55409 0 0 0 1604 56 0 0 16 0 13 0 196413439 1756569600 129729 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18519/tid=18521] ppid=18517 vsize=1715400 CPUtime=16.61
/proc/18519/task/18521/stat : 18521 (java) S 18517 18519 18473 0 -1 64 54374 0 0 0 1604 57 0 0 16 0 13 0 196413439 1756569600 129729 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18519/tid=18522] ppid=18517 vsize=1715400 CPUtime=0.84
/proc/18519/task/18522/stat : 18522 (java) S 18517 18519 18473 0 -1 64 312 0 0 0 45 39 0 0 15 0 13 0 196413441 1756569600 129729 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=18519/tid=18523] ppid=18517 vsize=1715400 CPUtime=0
/proc/18519/task/18523/stat : 18523 (java) S 18517 18519 18473 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 196413442 1756569600 129729 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18519/tid=18524] ppid=18517 vsize=1715400 CPUtime=0
/proc/18519/task/18524/stat : 18524 (java) S 18517 18519 18473 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 196413442 1756569600 129729 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18519/tid=18525] ppid=18517 vsize=1715400 CPUtime=0
/proc/18519/task/18525/stat : 18525 (java) S 18517 18519 18473 0 -1 64 0 0 0 0 0 0 0 0 19 0 13 0 196413449 1756569600 129729 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18519/tid=18526] ppid=18517 vsize=1715400 CPUtime=0
/proc/18519/task/18526/stat : 18526 (java) S 18517 18519 18473 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 196413449 1756569600 129729 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18519/tid=18527] ppid=18517 vsize=1715400 CPUtime=0.86
/proc/18519/task/18527/stat : 18527 (java) S 18517 18519 18473 0 -1 64 2969 0 0 0 86 0 0 0 16 0 13 0 196413449 1756569600 129729 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18519/tid=18528] ppid=18517 vsize=1715400 CPUtime=1.07
/proc/18519/task/18528/stat : 18528 (java) S 18517 18519 18473 0 -1 64 1491 0 0 0 107 0 0 0 16 0 13 0 196413449 1756569600 129729 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18519/tid=18529] ppid=18517 vsize=1715400 CPUtime=0
/proc/18519/task/18529/stat : 18529 (java) S 18517 18519 18473 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 196413449 1756569600 129729 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18519/tid=18530] ppid=18517 vsize=1715400 CPUtime=0
/proc/18519/task/18530/stat : 18530 (java) S 18517 18519 18473 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 196413449 1756569600 129729 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18519/tid=18531] ppid=18517 vsize=1715400 CPUtime=0
/proc/18519/task/18531/stat : 18531 (java) S 18517 18519 18473 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 196413591 1756569600 129729 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1799
Current children cumulated vsize (Kb) 1715400

[startup+1783.36 s]
/proc/loadavg: 1.06 1.02 0.97 2/76 18533
/proc/meminfo: memFree=1105240/2055920 swapFree=4182316/4192956
[pid=18519] ppid=18517 vsize=1715400 CPUtime=1800.02
/proc/18519/stat : 18519 (java) R 18517 18519 18473 0 -1 0 241323 0 1 0 179781 221 0 0 25 0 13 0 196413435 1756569600 129729 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071576551 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/18519/statm: 428850 129729 1909 14 0 415597 0
[pid=18519/tid=18520] ppid=18517 vsize=1715400 CPUtime=16.6
/proc/18519/task/18520/stat : 18520 (java) S 18517 18519 18473 0 -1 64 55409 0 0 0 1604 56 0 0 15 0 13 0 196413439 1756569600 129729 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18519/tid=18521] ppid=18517 vsize=1715400 CPUtime=16.61
/proc/18519/task/18521/stat : 18521 (java) S 18517 18519 18473 0 -1 64 54374 0 0 0 1604 57 0 0 16 0 13 0 196413439 1756569600 129729 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18519/tid=18522] ppid=18517 vsize=1715400 CPUtime=0.84
/proc/18519/task/18522/stat : 18522 (java) S 18517 18519 18473 0 -1 64 312 0 0 0 45 39 0 0 16 0 13 0 196413441 1756569600 129729 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=18519/tid=18523] ppid=18517 vsize=1715400 CPUtime=0
/proc/18519/task/18523/stat : 18523 (java) S 18517 18519 18473 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 196413442 1756569600 129729 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18519/tid=18524] ppid=18517 vsize=1715400 CPUtime=0
/proc/18519/task/18524/stat : 18524 (java) S 18517 18519 18473 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 196413442 1756569600 129729 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18519/tid=18525] ppid=18517 vsize=1715400 CPUtime=0
/proc/18519/task/18525/stat : 18525 (java) S 18517 18519 18473 0 -1 64 0 0 0 0 0 0 0 0 19 0 13 0 196413449 1756569600 129729 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18519/tid=18526] ppid=18517 vsize=1715400 CPUtime=0
/proc/18519/task/18526/stat : 18526 (java) S 18517 18519 18473 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 196413449 1756569600 129729 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18519/tid=18527] ppid=18517 vsize=1715400 CPUtime=0.86
/proc/18519/task/18527/stat : 18527 (java) S 18517 18519 18473 0 -1 64 2969 0 0 0 86 0 0 0 16 0 13 0 196413449 1756569600 129729 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18519/tid=18528] ppid=18517 vsize=1715400 CPUtime=1.07
/proc/18519/task/18528/stat : 18528 (java) S 18517 18519 18473 0 -1 64 1491 0 0 0 107 0 0 0 16 0 13 0 196413449 1756569600 129729 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18519/tid=18529] ppid=18517 vsize=1715400 CPUtime=0
/proc/18519/task/18529/stat : 18529 (java) S 18517 18519 18473 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 196413449 1756569600 129729 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18519/tid=18530] ppid=18517 vsize=1715400 CPUtime=0
/proc/18519/task/18530/stat : 18530 (java) S 18517 18519 18473 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 196413449 1756569600 129729 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18519/tid=18531] ppid=18517 vsize=1715400 CPUtime=0
/proc/18519/task/18531/stat : 18531 (java) S 18517 18519 18473 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 196413591 1756569600 129729 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (Kb) 1715400



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1783.36 s]
/proc/loadavg: 1.06 1.02 0.97 2/76 18533
/proc/meminfo: memFree=1105240/2055920 swapFree=4182316/4192956
[pid=18519] ppid=18517 vsize=1715400 CPUtime=1800.02
/proc/18519/stat : 18519 (java) R 18517 18519 18473 0 -1 0 241323 0 1 0 179781 221 0 0 25 0 13 0 196413435 1756569600 129729 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071665781 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/18519/statm: 428850 129729 1909 14 0 415597 0
[pid=18519/tid=18520] ppid=18517 vsize=1715400 CPUtime=16.6
/proc/18519/task/18520/stat : 18520 (java) S 18517 18519 18473 0 -1 64 55409 0 0 0 1604 56 0 0 15 0 13 0 196413439 1756569600 129729 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18519/tid=18521] ppid=18517 vsize=1715400 CPUtime=16.61
/proc/18519/task/18521/stat : 18521 (java) S 18517 18519 18473 0 -1 64 54374 0 0 0 1604 57 0 0 16 0 13 0 196413439 1756569600 129729 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18519/tid=18522] ppid=18517 vsize=1715400 CPUtime=0.84
/proc/18519/task/18522/stat : 18522 (java) S 18517 18519 18473 0 -1 64 312 0 0 0 45 39 0 0 16 0 13 0 196413441 1756569600 129729 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=18519/tid=18523] ppid=18517 vsize=1715400 CPUtime=0
/proc/18519/task/18523/stat : 18523 (java) S 18517 18519 18473 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 196413442 1756569600 129729 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18519/tid=18524] ppid=18517 vsize=1715400 CPUtime=0
/proc/18519/task/18524/stat : 18524 (java) S 18517 18519 18473 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 196413442 1756569600 129729 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18519/tid=18525] ppid=18517 vsize=1715400 CPUtime=0
/proc/18519/task/18525/stat : 18525 (java) S 18517 18519 18473 0 -1 64 0 0 0 0 0 0 0 0 19 0 13 0 196413449 1756569600 129729 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18519/tid=18526] ppid=18517 vsize=1715400 CPUtime=0
/proc/18519/task/18526/stat : 18526 (java) S 18517 18519 18473 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 196413449 1756569600 129729 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18519/tid=18527] ppid=18517 vsize=1715400 CPUtime=0.86
/proc/18519/task/18527/stat : 18527 (java) S 18517 18519 18473 0 -1 64 2969 0 0 0 86 0 0 0 16 0 13 0 196413449 1756569600 129729 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18519/tid=18528] ppid=18517 vsize=1715400 CPUtime=1.07
/proc/18519/task/18528/stat : 18528 (java) S 18517 18519 18473 0 -1 64 1491 0 0 0 107 0 0 0 16 0 13 0 196413449 1756569600 129729 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18519/tid=18529] ppid=18517 vsize=1715400 CPUtime=0
/proc/18519/task/18529/stat : 18529 (java) S 18517 18519 18473 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 196413449 1756569600 129729 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18519/tid=18530] ppid=18517 vsize=1715400 CPUtime=0
/proc/18519/task/18530/stat : 18530 (java) S 18517 18519 18473 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 196413449 1756569600 129729 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18519/tid=18531] ppid=18517 vsize=1715400 CPUtime=0
/proc/18519/task/18531/stat : 18531 (java) S 18517 18519 18473 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 196413591 1756569600 129729 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (Kb) 1715400

Sending SIGTERM to -18519
Sleeping 2 seconds

Child status: 143
Real time (s): 1783.46
CPU time (s): 1800.12
CPU user time (s): 1797.83
CPU system time (s): 2.28765
CPU usage (%): 100.934
Max. virtual memory (cumulated for all children) (Kb): 1715400

Launcher Data (download as text)

Begin job on node68 on Sat Jun  3 04:03:59 UTC 2006


FILE ID= 44608-1149307439

PBS_JOBID= 307706

BENCH NAME= HOME/pub/bench/PB06//final/normalized-PB06/OPT-BIGINT/mps-v2-20-10/plato.asu.edu/pub/unibo/normalized-mps-v2-20-10-blp-ir98.opb
COMMAND LINE= java -server -Xms1500M -Xmx1500M -jar ROOT/solvers/PB/PB06final/user5/sat4jPseudoPlus.jar ROOT/tmp/node68/44608-1149307439/instance-44608-1149307439.opb 425454094
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node68/watcher-44608-1149307439 -o ROOT/results/node68/solver-44608-1149307439 -C 1800 -M 1800 -S 64  java -server -Xms1500M -Xmx1500M -jar ROOT/solvers/PB/PB06final/user5/sat4jPseudoPlus.jar ROOT/tmp/node68/44608-1149307439/instance-44608-1149307439.opb 425454094

MD5SUM SOLVER= e9637a7554f3ecdf74c1815f89d00213
MD5SUM BENCH=  1de7e61bcf99a935d7a04a775cb5b14f

RANDOM SEED= 425454094


/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.279
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.279
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:       1618360 kB
Buffers:         27180 kB
Cached:         342012 kB
SwapCached:       2292 kB
Active:          79872 kB
Inactive:       297952 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1618360 kB
SwapTotal:     4192956 kB
SwapFree:      4182316 kB
Dirty:             204 kB
Writeback:           0 kB
Mapped:          15580 kB
Slab:            45800 kB
Committed_AS:   275484 kB
PageTables:       1400 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB


End job on node68 on Sat Jun  3 04:33:43 UTC 2006