Trace number 44231

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.63 1797.42

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/liu/
wnq/normalized-wnq_n100_mw99_14.opb.PB06.opb
MD5SUM13c1b3915f4d316b882a7e551b1f0496
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark505
Best CPU time to get the best result obtained on this benchmark1800.51
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 502
Optimality of the best value was proved NO
Number of variables10000
Total number of constraints656900
Number of constraints which are clauses656900
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint100
Number of terms in the objective function 10000
Biggest coefficient in the objective function 99
Number of bits for the biggest coefficient in the objective function 7
Sum of the numbers in the objective function 498884
Number of bits of the sum of numbers in the objective function 19
Biggest number in a constraint 99
Number of bits of the biggest number in a constraint 7
Biggest sum of numbers in a constraint 498884
Number of bits of the biggest sum of numbers19
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.22	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.22	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.23	c no version file found!!!
0.23	c sun.arch.data.model	32
0.23	c java.version	1.5.0_06
0.23	c os.name	Linux
0.23	c os.version	2.6.9-34.ELsmp
0.23	c os.arch	i386
0.23	c Free memory 1548419056
0.23	c Max memory 1551040512
0.23	c Total memory 1551040512
0.23	c Number of processors 2
0.28	c Cutting planes based inference
0.28	c --- Begin Solver configuration ---
0.28	c org.sat4j.minisat.uip.FirstUIP@1037c71
0.28	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@1df073d
0.28	c org.sat4j.minisat.learning.MiniSATLearning@1546e25
0.28	c conflictBoundIncFactor=1.5 learntBoundIncFactor=1.1 initLearntBoundConstraintFactor=10000.0 initConflictBound=100 
0.28	c VSIDS like heuristics from MiniSAT using a heap
0.28	c No reason simplification
0.28	c --- End Solver configuration ---
0.28	c solving ROOT/tmp/node77/44231-1149391597/instance-44231-1149391597.opb
0.28	c reading problem ... 
115.94	c ... done. Time 115.665 ms.
115.94	c #vars     10000
115.94	c #constraints  656900
1797.31	c starts		: 14
1797.31	c conflicts		: 50420
1797.31	c decisions		: 75891
1797.31	c propagations		: 7240301
1797.31	c inspects		: 157304065
1797.31	c learnt literals	: 0
1797.31	c learnt binary clauses	: 0
1797.31	c learnt ternary clauses	: 0
1797.31	c learnt clauses	: 50420
1797.31	c root simplifications	: 0
1797.31	c removed literals (reason simplification)	: 0
1797.31	c reason swapping (by a shorter reason)	: 0
1797.31	c Calls to reduceDB	: 0
1797.31	c speed (decisions/second)	: 45.13697037319438
1797.31	c non guided choices	3725
1797.31	s UNKNOWN
1797.31	c Total wall clock time (ms): 1797.038

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

Current StackSize limit: 67108864 bytes

/proc/loadavg: 0.91 0.98 0.99 2/67 16351
/proc/meminfo: memFree=1836120/2055892 swapFree=4085328/4096564
[pid=16351] ppid=16349 vsize=18544 CPUtime=0
/proc/16351/stat : 16351 (runsolver) D 16349 16351 16305 0 -1 4194368 18 0 0 0 0 0 0 0 18 0 1 0 204798986 18989056 280 18446744073709551615 4194304 4262084 548682068944 18446744073709551615 268242056215 0 0 4096 24578 18446744071563611212 0 0 17 1 0 0
/proc/16351/statm: 4636 280 244 16 0 2626 0

[startup+10.0021 s]
/proc/loadavg: 0.93 0.98 0.99 2/78 16362
/proc/meminfo: memFree=1651976/2055892 swapFree=4085328/4096564
[pid=16351] ppid=16349 vsize=1710980 CPUtime=10.55
/proc/16351/stat : 16351 (java) R 16349 16351 16305 0 -1 0 49487 0 2 0 1033 22 0 0 18 0 12 0 204798986 1752043520 47808 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071402790 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/16351/statm: 427745 47808 1876 14 0 414491 0
[pid=16351/tid=16352] ppid=16349 vsize=1710980 CPUtime=0.15
/proc/16351/task/16352/stat : 16352 (java) S 16349 16351 16305 0 -1 64 2383 0 0 0 14 1 0 0 15 0 12 0 204798995 1752043520 47808 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16351/tid=16353] ppid=16349 vsize=1710980 CPUtime=0.15
/proc/16351/task/16353/stat : 16353 (java) S 16349 16351 16305 0 -1 64 2497 0 0 0 14 1 0 0 16 0 12 0 204798995 1752043520 47808 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16351/tid=16354] ppid=16349 vsize=1710980 CPUtime=0
/proc/16351/task/16354/stat : 16354 (java) S 16349 16351 16305 0 -1 64 29 0 0 0 0 0 0 0 16 0 12 0 204798997 1752043520 47808 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=16351/tid=16355] ppid=16349 vsize=1710980 CPUtime=0
/proc/16351/task/16355/stat : 16355 (java) S 16349 16351 16305 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 204798998 1752043520 47808 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16351/tid=16356] ppid=16349 vsize=1710980 CPUtime=0
/proc/16351/task/16356/stat : 16356 (java) S 16349 16351 16305 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 204798998 1752043520 47808 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16351/tid=16357] ppid=16349 vsize=1710980 CPUtime=0
/proc/16351/task/16357/stat : 16357 (java) S 16349 16351 16305 0 -1 64 0 0 0 0 0 0 0 0 22 0 12 0 204799004 1752043520 47808 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16351/tid=16358] ppid=16349 vsize=1710980 CPUtime=0
/proc/16351/task/16358/stat : 16358 (java) S 16349 16351 16305 0 -1 64 3 0 0 0 0 0 0 0 15 0 12 0 204799004 1752043520 47808 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16351/tid=16359] ppid=16349 vsize=1710980 CPUtime=0.3
/proc/16351/task/16359/stat : 16359 (java) S 16349 16351 16305 0 -1 64 661 0 0 0 30 0 0 0 16 0 12 0 204799004 1752043520 47808 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16351/tid=16360] ppid=16349 vsize=1710980 CPUtime=0.37
/proc/16351/task/16360/stat : 16360 (java) S 16349 16351 16305 0 -1 64 519 0 0 0 37 0 0 0 17 0 12 0 204799004 1752043520 47808 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16351/tid=16361] ppid=16349 vsize=1710980 CPUtime=0
/proc/16351/task/16361/stat : 16361 (java) S 16349 16351 16305 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 204799004 1752043520 47808 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16351/tid=16362] ppid=16349 vsize=1710980 CPUtime=0
/proc/16351/task/16362/stat : 16362 (java) S 16349 16351 16305 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 204799004 1752043520 47808 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 10.55
Current children cumulated vsize (Kb) 1710980

[startup+20.0094 s]
/proc/loadavg: 0.94 0.98 0.99 2/78 16362
/proc/meminfo: memFree=1648072/2055892 swapFree=4085328/4096564
[pid=16351] ppid=16349 vsize=1710980 CPUtime=20.65
/proc/16351/stat : 16351 (java) R 16349 16351 16305 0 -1 0 53612 0 2 0 2039 26 0 0 25 0 12 0 204798986 1752043520 48921 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071394655 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/16351/statm: 427745 48921 1876 14 0 414491 0
[pid=16351/tid=16352] ppid=16349 vsize=1710980 CPUtime=0.24
/proc/16351/task/16352/stat : 16352 (java) S 16349 16351 16305 0 -1 64 3332 0 0 0 23 1 0 0 16 0 12 0 204798995 1752043520 48921 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16351/tid=16353] ppid=16349 vsize=1710980 CPUtime=0.23
/proc/16351/task/16353/stat : 16353 (java) S 16349 16351 16305 0 -1 64 3214 0 0 0 22 1 0 0 16 0 12 0 204798995 1752043520 48921 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16351/tid=16354] ppid=16349 vsize=1710980 CPUtime=0.01
/proc/16351/task/16354/stat : 16354 (java) S 16349 16351 16305 0 -1 64 38 0 0 0 0 1 0 0 16 0 12 0 204798997 1752043520 48921 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=16351/tid=16355] ppid=16349 vsize=1710980 CPUtime=0
/proc/16351/task/16355/stat : 16355 (java) S 16349 16351 16305 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 204798998 1752043520 48921 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16351/tid=16356] ppid=16349 vsize=1710980 CPUtime=0
/proc/16351/task/16356/stat : 16356 (java) S 16349 16351 16305 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 204798998 1752043520 48921 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16351/tid=16357] ppid=16349 vsize=1710980 CPUtime=0
/proc/16351/task/16357/stat : 16357 (java) S 16349 16351 16305 0 -1 64 0 0 0 0 0 0 0 0 22 0 12 0 204799004 1752043520 48921 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16351/tid=16358] ppid=16349 vsize=1710980 CPUtime=0
/proc/16351/task/16358/stat : 16358 (java) S 16349 16351 16305 0 -1 64 3 0 0 0 0 0 0 0 15 0 12 0 204799004 1752043520 48921 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16351/tid=16359] ppid=16349 vsize=1710980 CPUtime=0.3
/proc/16351/task/16359/stat : 16359 (java) S 16349 16351 16305 0 -1 64 661 0 0 0 30 0 0 0 16 0 12 0 204799004 1752043520 48921 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16351/tid=16360] ppid=16349 vsize=1710980 CPUtime=0.37
/proc/16351/task/16360/stat : 16360 (java) S 16349 16351 16305 0 -1 64 519 0 0 0 37 0 0 0 17 0 12 0 204799004 1752043520 48921 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16351/tid=16361] ppid=16349 vsize=1710980 CPUtime=0
/proc/16351/task/16361/stat : 16361 (java) S 16349 16351 16305 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 204799004 1752043520 48921 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16351/tid=16362] ppid=16349 vsize=1710980 CPUtime=0
/proc/16351/task/16362/stat : 16362 (java) S 16349 16351 16305 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 204799004 1752043520 48921 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 20.65
Current children cumulated vsize (Kb) 1710980

[startup+30.0166 s]
/proc/loadavg: 0.95 0.98 0.99 2/78 16362
/proc/meminfo: memFree=1635400/2055892 swapFree=4085328/4096564
[pid=16351] ppid=16349 vsize=1710980 CPUtime=30.75
/proc/16351/stat : 16351 (java) R 16349 16351 16305 0 -1 0 56922 0 2 0 3046 29 0 0 19 0 12 0 204798986 1752043520 52138 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071401747 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/16351/statm: 427745 52138 1876 14 0 414491 0
[pid=16351/tid=16352] ppid=16349 vsize=1710980 CPUtime=0.36
/proc/16351/task/16352/stat : 16352 (java) S 16349 16351 16305 0 -1 64 4325 0 0 0 34 2 0 0 16 0 12 0 204798995 1752043520 52138 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16351/tid=16353] ppid=16349 vsize=1710980 CPUtime=0.35
/proc/16351/task/16353/stat : 16353 (java) S 16349 16351 16305 0 -1 64 3824 0 0 0 33 2 0 0 16 0 12 0 204798995 1752043520 52138 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16351/tid=16354] ppid=16349 vsize=1710980 CPUtime=0.02
/proc/16351/task/16354/stat : 16354 (java) S 16349 16351 16305 0 -1 64 38 0 0 0 1 1 0 0 15 0 12 0 204798997 1752043520 52138 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=16351/tid=16355] ppid=16349 vsize=1710980 CPUtime=0
/proc/16351/task/16355/stat : 16355 (java) S 16349 16351 16305 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 204798998 1752043520 52138 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16351/tid=16356] ppid=16349 vsize=1710980 CPUtime=0
/proc/16351/task/16356/stat : 16356 (java) S 16349 16351 16305 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 204798998 1752043520 52138 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16351/tid=16357] ppid=16349 vsize=1710980 CPUtime=0
/proc/16351/task/16357/stat : 16357 (java) S 16349 16351 16305 0 -1 64 0 0 0 0 0 0 0 0 22 0 12 0 204799004 1752043520 52138 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16351/tid=16358] ppid=16349 vsize=1710980 CPUtime=0
/proc/16351/task/16358/stat : 16358 (java) S 16349 16351 16305 0 -1 64 3 0 0 0 0 0 0 0 15 0 12 0 204799004 1752043520 52138 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16351/tid=16359] ppid=16349 vsize=1710980 CPUtime=0.3
/proc/16351/task/16359/stat : 16359 (java) S 16349 16351 16305 0 -1 64 661 0 0 0 30 0 0 0 16 0 12 0 204799004 1752043520 52138 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16351/tid=16360] ppid=16349 vsize=1710980 CPUtime=0.37
/proc/16351/task/16360/stat : 16360 (java) S 16349 16351 16305 0 -1 64 519 0 0 0 37 0 0 0 17 0 12 0 204799004 1752043520 52138 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16351/tid=16361] ppid=16349 vsize=1710980 CPUtime=0
/proc/16351/task/16361/stat : 16361 (java) S 16349 16351 16305 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 204799004 1752043520 52138 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16351/tid=16362] ppid=16349 vsize=1710980 CPUtime=0
/proc/16351/task/16362/stat : 16362 (java) S 16349 16351 16305 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 204799004 1752043520 52138 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 30.75
Current children cumulated vsize (Kb) 1710980

[startup+40.0238 s]
/proc/loadavg: 0.95 0.98 0.99 2/78 16362
/proc/meminfo: memFree=1628616/2055892 swapFree=4085328/4096564
[pid=16351] ppid=16349 vsize=1710980 CPUtime=40.89
/proc/16351/stat : 16351 (java) R 16349 16351 16305 0 -1 0 58802 0 2 0 4059 30 0 0 25 0 12 0 204798986 1752043520 53831 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071394655 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/16351/statm: 427745 53831 1876 14 0 414491 0
[pid=16351/tid=16352] ppid=16349 vsize=1710980 CPUtime=0.49
/proc/16351/task/16352/stat : 16352 (java) S 16349 16351 16305 0 -1 64 5158 0 0 0 46 3 0 0 16 0 12 0 204798995 1752043520 53831 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16351/tid=16353] ppid=16349 vsize=1710980 CPUtime=0.48
/proc/16351/task/16353/stat : 16353 (java) S 16349 16351 16305 0 -1 64 4844 0 0 0 46 2 0 0 16 0 12 0 204798995 1752043520 53831 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16351/tid=16354] ppid=16349 vsize=1710980 CPUtime=0.02
/proc/16351/task/16354/stat : 16354 (java) S 16349 16351 16305 0 -1 64 38 0 0 0 1 1 0 0 15 0 12 0 204798997 1752043520 53831 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=16351/tid=16355] ppid=16349 vsize=1710980 CPUtime=0
/proc/16351/task/16355/stat : 16355 (java) S 16349 16351 16305 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 204798998 1752043520 53831 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16351/tid=16356] ppid=16349 vsize=1710980 CPUtime=0
/proc/16351/task/16356/stat : 16356 (java) S 16349 16351 16305 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 204798998 1752043520 53831 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16351/tid=16357] ppid=16349 vsize=1710980 CPUtime=0
/proc/16351/task/16357/stat : 16357 (java) S 16349 16351 16305 0 -1 64 0 0 0 0 0 0 0 0 22 0 12 0 204799004 1752043520 53831 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16351/tid=16358] ppid=16349 vsize=1710980 CPUtime=0
/proc/16351/task/16358/stat : 16358 (java) S 16349 16351 16305 0 -1 64 3 0 0 0 0 0 0 0 15 0 12 0 204799004 1752043520 53831 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16351/tid=16359] ppid=16349 vsize=1710980 CPUtime=0.3
/proc/16351/task/16359/stat : 16359 (java) S 16349 16351 16305 0 -1 64 661 0 0 0 30 0 0 0 16 0 12 0 204799004 1752043520 53831 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16351/tid=16360] ppid=16349 vsize=1710980 CPUtime=0.37
/proc/16351/task/16360/stat : 16360 (java) S 16349 16351 16305 0 -1 64 519 0 0 0 37 0 0 0 17 0 12 0 204799004 1752043520 53831 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16351/tid=16361] ppid=16349 vsize=1710980 CPUtime=0
/proc/16351/task/16361/stat : 16361 (java) S 16349 16351 16305 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 204799004 1752043520 53831 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16351/tid=16362] ppid=16349 vsize=1710980 CPUtime=0
/proc/16351/task/16362/stat : 16362 (java) S 16349 16351 16305 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 204799004 1752043520 53831 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 40.89
Current children cumulated vsize (Kb) 1710980

[startup+50.0311 s]
/proc/loadavg: 0.96 0.98 0.99 2/78 16362
/proc/meminfo: memFree=1624072/2055892 swapFree=4085328/4096564
[pid=16351] ppid=16349 vsize=1710980 CPUtime=51.03
/proc/16351/stat : 16351 (java) R 16349 16351 16305 0 -1 0 59998 0 2 0 5070 33 0 0 25 0 12 0 204798986 1752043520 54966 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4152705394 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/16351/statm: 427745 54966 1876 14 0 414491 0
[pid=16351/tid=16352] ppid=16349 vsize=1710980 CPUtime=0.65
/proc/16351/task/16352/stat : 16352 (java) S 16349 16351 16305 0 -1 64 5786 0 0 0 61 4 0 0 16 0 12 0 204798995 1752043520 54966 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16351/tid=16353] ppid=16349 vsize=1710980 CPUtime=0.63
/proc/16351/task/16353/stat : 16353 (java) S 16349 16351 16305 0 -1 64 5385 0 0 0 60 3 0 0 17 0 12 0 204798995 1752043520 54966 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16351/tid=16354] ppid=16349 vsize=1710980 CPUtime=0.03
/proc/16351/task/16354/stat : 16354 (java) S 16349 16351 16305 0 -1 64 38 0 0 0 2 1 0 0 15 0 12 0 204798997 1752043520 54966 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=16351/tid=16355] ppid=16349 vsize=1710980 CPUtime=0
/proc/16351/task/16355/stat : 16355 (java) S 16349 16351 16305 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 204798998 1752043520 54966 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16351/tid=16356] ppid=16349 vsize=1710980 CPUtime=0
/proc/16351/task/16356/stat : 16356 (java) S 16349 16351 16305 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 204798998 1752043520 54966 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16351/tid=16357] ppid=16349 vsize=1710980 CPUtime=0
/proc/16351/task/16357/stat : 16357 (java) S 16349 16351 16305 0 -1 64 0 0 0 0 0 0 0 0 22 0 12 0 204799004 1752043520 54966 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16351/tid=16358] ppid=16349 vsize=1710980 CPUtime=0
/proc/16351/task/16358/stat : 16358 (java) S 16349 16351 16305 0 -1 64 3 0 0 0 0 0 0 0 15 0 12 0 204799004 1752043520 54966 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16351/tid=16359] ppid=16349 vsize=1710980 CPUtime=0.3
/proc/16351/task/16359/stat : 16359 (java) S 16349 16351 16305 0 -1 64 661 0 0 0 30 0 0 0 16 0 12 0 204799004 1752043520 54966 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16351/tid=16360] ppid=16349 vsize=1710980 CPUtime=0.37
/proc/16351/task/16360/stat : 16360 (java) S 16349 16351 16305 0 -1 64 519 0 0 0 37 0 0 0 17 0 12 0 204799004 1752043520 54966 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16351/tid=16361] ppid=16349 vsize=1710980 CPUtime=0
/proc/16351/task/16361/stat : 16361 (java) S 16349 16351 16305 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 204799004 1752043520 54966 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16351/tid=16362] ppid=16349 vsize=1710980 CPUtime=0
/proc/16351/task/16362/stat : 16362 (java) S 16349 16351 16305 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 204799004 1752043520 54966 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 51.03
Current children cumulated vsize (Kb) 1710980

[startup+60.0383 s]
/proc/loadavg: 0.97 0.98 0.99 2/78 16362
/proc/meminfo: memFree=1619784/2055892 swapFree=4085328/4096564
[pid=16351] ppid=16349 vsize=1710980 CPUtime=61.18
/proc/16351/stat : 16351 (java) R 16349 16351 16305 0 -1 0 61161 0 2 0 6084 34 0 0 25 0 12 0 204798986 1752043520 56052 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071319950 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/16351/statm: 427745 56052 1876 14 0 414491 0
[pid=16351/tid=16352] ppid=16349 vsize=1710980 CPUtime=0.79
/proc/16351/task/16352/stat : 16352 (java) S 16349 16351 16305 0 -1 64 6269 0 0 0 75 4 0 0 17 0 12 0 204798995 1752043520 56052 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16351/tid=16353] ppid=16349 vsize=1710980 CPUtime=0.78
/proc/16351/task/16353/stat : 16353 (java) S 16349 16351 16305 0 -1 64 6037 0 0 0 75 3 0 0 16 0 12 0 204798995 1752043520 56052 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16351/tid=16354] ppid=16349 vsize=1710980 CPUtime=0.03
/proc/16351/task/16354/stat : 16354 (java) S 16349 16351 16305 0 -1 64 38 0 0 0 2 1 0 0 15 0 12 0 204798997 1752043520 56052 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=16351/tid=16355] ppid=16349 vsize=1710980 CPUtime=0
/proc/16351/task/16355/stat : 16355 (java) S 16349 16351 16305 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 204798998 1752043520 56052 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16351/tid=16356] ppid=16349 vsize=1710980 CPUtime=0
/proc/16351/task/16356/stat : 16356 (java) S 16349 16351 16305 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 204798998 1752043520 56052 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16351/tid=16357] ppid=16349 vsize=1710980 CPUtime=0
/proc/16351/task/16357/stat : 16357 (java) S 16349 16351 16305 0 -1 64 0 0 0 0 0 0 0 0 22 0 12 0 204799004 1752043520 56052 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16351/tid=16358] ppid=16349 vsize=1710980 CPUtime=0
/proc/16351/task/16358/stat : 16358 (java) S 16349 16351 16305 0 -1 64 3 0 0 0 0 0 0 0 15 0 12 0 204799004 1752043520 56052 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16351/tid=16359] ppid=16349 vsize=1710980 CPUtime=0.3
/proc/16351/task/16359/stat : 16359 (java) S 16349 16351 16305 0 -1 64 661 0 0 0 30 0 0 0 16 0 12 0 204799004 1752043520 56052 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16351/tid=16360] ppid=16349 vsize=1710980 CPUtime=0.37
/proc/16351/task/16360/stat : 16360 (java) S 16349 16351 16305 0 -1 64 519 0 0 0 37 0 0 0 17 0 12 0 204799004 1752043520 56052 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16351/tid=16361] ppid=16349 vsize=1710980 CPUtime=0
/proc/16351/task/16361/stat : 16361 (java) S 16349 16351 16305 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 204799004 1752043520 56052 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16351/tid=16362] ppid=16349 vsize=1710980 CPUtime=0
/proc/16351/task/16362/stat : 16362 (java) S 16349 16351 16305 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 204799004 1752043520 56052 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0

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

[pid=16351/tid=16355] ppid=16349 vsize=1711496 CPUtime=0
/proc/16351/task/16355/stat : 16355 (java) S 16349 16351 16305 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 204798998 1752571904 93916 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16351/tid=16356] ppid=16349 vsize=1711496 CPUtime=0
/proc/16351/task/16356/stat : 16356 (java) S 16349 16351 16305 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 204798998 1752571904 93916 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16351/tid=16357] ppid=16349 vsize=1711496 CPUtime=0
/proc/16351/task/16357/stat : 16357 (java) S 16349 16351 16305 0 -1 64 0 0 0 0 0 0 0 0 22 0 13 0 204799004 1752571904 93916 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16351/tid=16358] ppid=16349 vsize=1711496 CPUtime=0
/proc/16351/task/16358/stat : 16358 (java) S 16349 16351 16305 0 -1 64 3 0 0 0 0 0 0 0 17 0 13 0 204799004 1752571904 93916 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16351/tid=16359] ppid=16349 vsize=1711496 CPUtime=0.51
/proc/16351/task/16359/stat : 16359 (java) S 16349 16351 16305 0 -1 64 680 0 0 0 51 0 0 0 16 0 13 0 204799004 1752571904 93916 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16351/tid=16360] ppid=16349 vsize=1711496 CPUtime=0.62
/proc/16351/task/16360/stat : 16360 (java) S 16349 16351 16305 0 -1 64 553 0 0 0 62 0 0 0 16 0 13 0 204799004 1752571904 93916 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16351/tid=16361] ppid=16349 vsize=1711496 CPUtime=0
/proc/16351/task/16361/stat : 16361 (java) S 16349 16351 16305 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 204799004 1752571904 93916 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16351/tid=16362] ppid=16349 vsize=1711496 CPUtime=0
/proc/16351/task/16362/stat : 16362 (java) S 16349 16351 16305 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 204799004 1752571904 93916 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16351/tid=16363] ppid=16349 vsize=1711496 CPUtime=0
/proc/16351/task/16363/stat : 16363 (java) S 16349 16351 16305 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 204810584 1752571904 93916 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1796.48
Current children cumulated vsize (Kb) 1711496

[startup+1794.29 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 16365
/proc/meminfo: memFree=1467200/2055892 swapFree=4085328/4096564
[pid=16351] ppid=16349 vsize=1711496 CPUtime=1797.49
/proc/16351/stat : 16351 (java) R 16349 16351 16305 0 -1 0 122644 0 2 0 179668 81 0 0 25 0 13 0 204798986 1752571904 93916 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071528044 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/16351/statm: 427874 93916 1901 14 0 414620 0
[pid=16351/tid=16352] ppid=16349 vsize=1711496 CPUtime=3.03
/proc/16351/task/16352/stat : 16352 (java) S 16349 16351 16305 0 -1 64 38621 0 0 0 278 25 0 0 16 0 13 0 204798995 1752571904 93916 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16351/tid=16353] ppid=16349 vsize=1711496 CPUtime=3.03
/proc/16351/task/16353/stat : 16353 (java) S 16349 16351 16305 0 -1 64 34797 0 0 0 280 23 0 0 16 0 13 0 204798995 1752571904 93916 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16351/tid=16354] ppid=16349 vsize=1711496 CPUtime=0.11
/proc/16351/task/16354/stat : 16354 (java) S 16349 16351 16305 0 -1 64 39 0 0 0 7 4 0 0 16 0 13 0 204798997 1752571904 93916 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=16351/tid=16355] ppid=16349 vsize=1711496 CPUtime=0
/proc/16351/task/16355/stat : 16355 (java) S 16349 16351 16305 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 204798998 1752571904 93916 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16351/tid=16356] ppid=16349 vsize=1711496 CPUtime=0
/proc/16351/task/16356/stat : 16356 (java) S 16349 16351 16305 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 204798998 1752571904 93916 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16351/tid=16357] ppid=16349 vsize=1711496 CPUtime=0
/proc/16351/task/16357/stat : 16357 (java) S 16349 16351 16305 0 -1 64 0 0 0 0 0 0 0 0 22 0 13 0 204799004 1752571904 93916 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16351/tid=16358] ppid=16349 vsize=1711496 CPUtime=0
/proc/16351/task/16358/stat : 16358 (java) S 16349 16351 16305 0 -1 64 3 0 0 0 0 0 0 0 17 0 13 0 204799004 1752571904 93916 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16351/tid=16359] ppid=16349 vsize=1711496 CPUtime=0.51
/proc/16351/task/16359/stat : 16359 (java) S 16349 16351 16305 0 -1 64 680 0 0 0 51 0 0 0 16 0 13 0 204799004 1752571904 93916 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16351/tid=16360] ppid=16349 vsize=1711496 CPUtime=0.62
/proc/16351/task/16360/stat : 16360 (java) S 16349 16351 16305 0 -1 64 553 0 0 0 62 0 0 0 16 0 13 0 204799004 1752571904 93916 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16351/tid=16361] ppid=16349 vsize=1711496 CPUtime=0
/proc/16351/task/16361/stat : 16361 (java) S 16349 16351 16305 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 204799004 1752571904 93916 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16351/tid=16362] ppid=16349 vsize=1711496 CPUtime=0
/proc/16351/task/16362/stat : 16362 (java) S 16349 16351 16305 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 204799004 1752571904 93916 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16351/tid=16363] ppid=16349 vsize=1711496 CPUtime=0
/proc/16351/task/16363/stat : 16363 (java) S 16349 16351 16305 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 204810584 1752571904 93916 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1797.49
Current children cumulated vsize (Kb) 1711496

[startup+1795.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 16365
/proc/meminfo: memFree=1467200/2055892 swapFree=4085328/4096564
[pid=16351] ppid=16349 vsize=1711496 CPUtime=1798.49
/proc/16351/stat : 16351 (java) R 16349 16351 16305 0 -1 0 122644 0 2 0 179768 81 0 0 25 0 13 0 204798986 1752571904 93916 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071527723 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/16351/statm: 427874 93916 1901 14 0 414620 0
[pid=16351/tid=16352] ppid=16349 vsize=1711496 CPUtime=3.03
/proc/16351/task/16352/stat : 16352 (java) S 16349 16351 16305 0 -1 64 38621 0 0 0 278 25 0 0 16 0 13 0 204798995 1752571904 93916 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16351/tid=16353] ppid=16349 vsize=1711496 CPUtime=3.03
/proc/16351/task/16353/stat : 16353 (java) S 16349 16351 16305 0 -1 64 34797 0 0 0 280 23 0 0 16 0 13 0 204798995 1752571904 93916 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16351/tid=16354] ppid=16349 vsize=1711496 CPUtime=0.11
/proc/16351/task/16354/stat : 16354 (java) S 16349 16351 16305 0 -1 64 39 0 0 0 7 4 0 0 16 0 13 0 204798997 1752571904 93916 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=16351/tid=16355] ppid=16349 vsize=1711496 CPUtime=0
/proc/16351/task/16355/stat : 16355 (java) S 16349 16351 16305 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 204798998 1752571904 93916 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16351/tid=16356] ppid=16349 vsize=1711496 CPUtime=0
/proc/16351/task/16356/stat : 16356 (java) S 16349 16351 16305 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 204798998 1752571904 93916 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16351/tid=16357] ppid=16349 vsize=1711496 CPUtime=0
/proc/16351/task/16357/stat : 16357 (java) S 16349 16351 16305 0 -1 64 0 0 0 0 0 0 0 0 22 0 13 0 204799004 1752571904 93916 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16351/tid=16358] ppid=16349 vsize=1711496 CPUtime=0
/proc/16351/task/16358/stat : 16358 (java) S 16349 16351 16305 0 -1 64 3 0 0 0 0 0 0 0 17 0 13 0 204799004 1752571904 93916 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16351/tid=16359] ppid=16349 vsize=1711496 CPUtime=0.51
/proc/16351/task/16359/stat : 16359 (java) S 16349 16351 16305 0 -1 64 680 0 0 0 51 0 0 0 16 0 13 0 204799004 1752571904 93916 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16351/tid=16360] ppid=16349 vsize=1711496 CPUtime=0.62
/proc/16351/task/16360/stat : 16360 (java) S 16349 16351 16305 0 -1 64 553 0 0 0 62 0 0 0 16 0 13 0 204799004 1752571904 93916 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16351/tid=16361] ppid=16349 vsize=1711496 CPUtime=0
/proc/16351/task/16361/stat : 16361 (java) S 16349 16351 16305 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 204799004 1752571904 93916 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16351/tid=16362] ppid=16349 vsize=1711496 CPUtime=0
/proc/16351/task/16362/stat : 16362 (java) S 16349 16351 16305 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 204799004 1752571904 93916 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16351/tid=16363] ppid=16349 vsize=1711496 CPUtime=0
/proc/16351/task/16363/stat : 16363 (java) S 16349 16351 16305 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 204810584 1752571904 93916 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1798.49
Current children cumulated vsize (Kb) 1711496

[startup+1796.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 16365
/proc/meminfo: memFree=1465600/2055892 swapFree=4085328/4096564
[pid=16351] ppid=16349 vsize=1711496 CPUtime=1799.51
/proc/16351/stat : 16351 (java) R 16349 16351 16305 0 -1 0 123133 0 2 0 179870 81 0 0 25 0 13 0 204798986 1752571904 94313 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071514625 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/16351/statm: 427874 94313 1901 14 0 414620 0
[pid=16351/tid=16352] ppid=16349 vsize=1711496 CPUtime=3.04
/proc/16351/task/16352/stat : 16352 (java) S 16349 16351 16305 0 -1 64 38833 0 0 0 279 25 0 0 16 0 13 0 204798995 1752571904 94313 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16351/tid=16353] ppid=16349 vsize=1711496 CPUtime=3.04
/proc/16351/task/16353/stat : 16353 (java) S 16349 16351 16305 0 -1 64 35073 0 0 0 281 23 0 0 16 0 13 0 204798995 1752571904 94313 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16351/tid=16354] ppid=16349 vsize=1711496 CPUtime=0.11
/proc/16351/task/16354/stat : 16354 (java) S 16349 16351 16305 0 -1 64 39 0 0 0 7 4 0 0 16 0 13 0 204798997 1752571904 94313 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=16351/tid=16355] ppid=16349 vsize=1711496 CPUtime=0
/proc/16351/task/16355/stat : 16355 (java) S 16349 16351 16305 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 204798998 1752571904 94313 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16351/tid=16356] ppid=16349 vsize=1711496 CPUtime=0
/proc/16351/task/16356/stat : 16356 (java) S 16349 16351 16305 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 204798998 1752571904 94313 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16351/tid=16357] ppid=16349 vsize=1711496 CPUtime=0
/proc/16351/task/16357/stat : 16357 (java) S 16349 16351 16305 0 -1 64 0 0 0 0 0 0 0 0 22 0 13 0 204799004 1752571904 94313 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16351/tid=16358] ppid=16349 vsize=1711496 CPUtime=0
/proc/16351/task/16358/stat : 16358 (java) S 16349 16351 16305 0 -1 64 3 0 0 0 0 0 0 0 17 0 13 0 204799004 1752571904 94313 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16351/tid=16359] ppid=16349 vsize=1711496 CPUtime=0.51
/proc/16351/task/16359/stat : 16359 (java) S 16349 16351 16305 0 -1 64 680 0 0 0 51 0 0 0 16 0 13 0 204799004 1752571904 94313 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16351/tid=16360] ppid=16349 vsize=1711496 CPUtime=0.62
/proc/16351/task/16360/stat : 16360 (java) S 16349 16351 16305 0 -1 64 553 0 0 0 62 0 0 0 16 0 13 0 204799004 1752571904 94313 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16351/tid=16361] ppid=16349 vsize=1711496 CPUtime=0
/proc/16351/task/16361/stat : 16361 (java) S 16349 16351 16305 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 204799004 1752571904 94313 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16351/tid=16362] ppid=16349 vsize=1711496 CPUtime=0
/proc/16351/task/16362/stat : 16362 (java) S 16349 16351 16305 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 204799004 1752571904 94313 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16351/tid=16363] ppid=16349 vsize=1711496 CPUtime=0
/proc/16351/task/16363/stat : 16363 (java) S 16349 16351 16305 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 204810584 1752571904 94313 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1799.51
Current children cumulated vsize (Kb) 1711496

[startup+1797.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 16365
/proc/meminfo: memFree=1465600/2055892 swapFree=4085328/4096564
[pid=16351] ppid=16349 vsize=1711496 CPUtime=1800.51
/proc/16351/stat : 16351 (java) R 16349 16351 16305 0 -1 0 123133 0 2 0 179970 81 0 0 25 0 13 0 204798986 1752571904 94313 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071506866 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/16351/statm: 427874 94313 1901 14 0 414620 0
[pid=16351/tid=16352] ppid=16349 vsize=1711496 CPUtime=3.04
/proc/16351/task/16352/stat : 16352 (java) S 16349 16351 16305 0 -1 64 38833 0 0 0 279 25 0 0 16 0 13 0 204798995 1752571904 94313 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16351/tid=16353] ppid=16349 vsize=1711496 CPUtime=3.04
/proc/16351/task/16353/stat : 16353 (java) S 16349 16351 16305 0 -1 64 35073 0 0 0 281 23 0 0 16 0 13 0 204798995 1752571904 94313 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16351/tid=16354] ppid=16349 vsize=1711496 CPUtime=0.11
/proc/16351/task/16354/stat : 16354 (java) S 16349 16351 16305 0 -1 64 39 0 0 0 7 4 0 0 16 0 13 0 204798997 1752571904 94313 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=16351/tid=16355] ppid=16349 vsize=1711496 CPUtime=0
/proc/16351/task/16355/stat : 16355 (java) S 16349 16351 16305 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 204798998 1752571904 94313 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16351/tid=16356] ppid=16349 vsize=1711496 CPUtime=0
/proc/16351/task/16356/stat : 16356 (java) S 16349 16351 16305 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 204798998 1752571904 94313 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16351/tid=16357] ppid=16349 vsize=1711496 CPUtime=0
/proc/16351/task/16357/stat : 16357 (java) S 16349 16351 16305 0 -1 64 0 0 0 0 0 0 0 0 22 0 13 0 204799004 1752571904 94313 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16351/tid=16358] ppid=16349 vsize=1711496 CPUtime=0
/proc/16351/task/16358/stat : 16358 (java) S 16349 16351 16305 0 -1 64 3 0 0 0 0 0 0 0 17 0 13 0 204799004 1752571904 94313 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16351/tid=16359] ppid=16349 vsize=1711496 CPUtime=0.51
/proc/16351/task/16359/stat : 16359 (java) S 16349 16351 16305 0 -1 64 680 0 0 0 51 0 0 0 16 0 13 0 204799004 1752571904 94313 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16351/tid=16360] ppid=16349 vsize=1711496 CPUtime=0.62
/proc/16351/task/16360/stat : 16360 (java) S 16349 16351 16305 0 -1 64 553 0 0 0 62 0 0 0 16 0 13 0 204799004 1752571904 94313 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16351/tid=16361] ppid=16349 vsize=1711496 CPUtime=0
/proc/16351/task/16361/stat : 16361 (java) S 16349 16351 16305 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 204799004 1752571904 94313 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16351/tid=16362] ppid=16349 vsize=1711496 CPUtime=0
/proc/16351/task/16362/stat : 16362 (java) S 16349 16351 16305 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 204799004 1752571904 94313 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16351/tid=16363] ppid=16349 vsize=1711496 CPUtime=0
/proc/16351/task/16363/stat : 16363 (java) S 16349 16351 16305 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 204810584 1752571904 94313 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.51
Current children cumulated vsize (Kb) 1711496



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1797.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 16365
/proc/meminfo: memFree=1465600/2055892 swapFree=4085328/4096564
[pid=16351] ppid=16349 vsize=1711496 CPUtime=1800.52
/proc/16351/stat : 16351 (java) R 16349 16351 16305 0 -1 0 123133 0 2 0 179971 81 0 0 25 0 13 0 204798986 1752571904 94313 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071506868 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/16351/statm: 427874 94313 1901 14 0 414620 0
[pid=16351/tid=16352] ppid=16349 vsize=1711496 CPUtime=3.04
/proc/16351/task/16352/stat : 16352 (java) S 16349 16351 16305 0 -1 64 38833 0 0 0 279 25 0 0 16 0 13 0 204798995 1752571904 94313 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16351/tid=16353] ppid=16349 vsize=1711496 CPUtime=3.04
/proc/16351/task/16353/stat : 16353 (java) S 16349 16351 16305 0 -1 64 35073 0 0 0 281 23 0 0 16 0 13 0 204798995 1752571904 94313 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16351/tid=16354] ppid=16349 vsize=1711496 CPUtime=0.11
/proc/16351/task/16354/stat : 16354 (java) S 16349 16351 16305 0 -1 64 39 0 0 0 7 4 0 0 16 0 13 0 204798997 1752571904 94313 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=16351/tid=16355] ppid=16349 vsize=1711496 CPUtime=0
/proc/16351/task/16355/stat : 16355 (java) S 16349 16351 16305 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 204798998 1752571904 94313 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16351/tid=16356] ppid=16349 vsize=1711496 CPUtime=0
/proc/16351/task/16356/stat : 16356 (java) S 16349 16351 16305 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 204798998 1752571904 94313 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16351/tid=16357] ppid=16349 vsize=1711496 CPUtime=0
/proc/16351/task/16357/stat : 16357 (java) S 16349 16351 16305 0 -1 64 0 0 0 0 0 0 0 0 22 0 13 0 204799004 1752571904 94313 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16351/tid=16358] ppid=16349 vsize=1711496 CPUtime=0
/proc/16351/task/16358/stat : 16358 (java) S 16349 16351 16305 0 -1 64 3 0 0 0 0 0 0 0 17 0 13 0 204799004 1752571904 94313 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16351/tid=16359] ppid=16349 vsize=1711496 CPUtime=0.51
/proc/16351/task/16359/stat : 16359 (java) S 16349 16351 16305 0 -1 64 680 0 0 0 51 0 0 0 16 0 13 0 204799004 1752571904 94313 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16351/tid=16360] ppid=16349 vsize=1711496 CPUtime=0.62
/proc/16351/task/16360/stat : 16360 (java) S 16349 16351 16305 0 -1 64 553 0 0 0 62 0 0 0 16 0 13 0 204799004 1752571904 94313 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16351/tid=16361] ppid=16349 vsize=1711496 CPUtime=0
/proc/16351/task/16361/stat : 16361 (java) S 16349 16351 16305 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 204799004 1752571904 94313 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16351/tid=16362] ppid=16349 vsize=1711496 CPUtime=0
/proc/16351/task/16362/stat : 16362 (java) S 16349 16351 16305 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 204799004 1752571904 94313 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16351/tid=16363] ppid=16349 vsize=1711496 CPUtime=0
/proc/16351/task/16363/stat : 16363 (java) S 16349 16351 16305 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 204810584 1752571904 94313 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.52
Current children cumulated vsize (Kb) 1711496

Sending SIGTERM to -16351
Sleeping 2 seconds

Child status: 143
Real time (s): 1797.42
CPU time (s): 1800.63
CPU user time (s): 1799.75
CPU system time (s): 0.876866
CPU usage (%): 100.179
Max. virtual memory (cumulated for all children) (Kb): 1711496

Launcher Data (download as text)

Begin job on node77 on Sun Jun  4 03:26:38 UTC 2006


FILE ID= 44231-1149391597

PBS_JOBID= 313475

BENCH NAME= HOME/pub/bench/PB06//final/normalized-PB06/OPT-SMALLINT/submitted-PB06/liu/wnq/normalized-wnq_n100_mw99_14.opb.PB06.opb
COMMAND LINE= java -server -Xms1500M -Xmx1500M -jar ROOT/solvers/PB/PB06final/user5/sat4jPseudoPlus.jar ROOT/tmp/node77/44231-1149391597/instance-44231-1149391597.opb 373050734
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node77/watcher-44231-1149391597 -o ROOT/results/node77/solver-44231-1149391597 -C 1800 -M 1800 -S 64  java -server -Xms1500M -Xmx1500M -jar ROOT/solvers/PB/PB06final/user5/sat4jPseudoPlus.jar ROOT/tmp/node77/44231-1149391597/instance-44231-1149391597.opb 373050734

MD5SUM SOLVER= e9637a7554f3ecdf74c1815f89d00213
MD5SUM BENCH=  13c1b3915f4d316b882a7e551b1f0496

RANDOM SEED= 373050734


/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.238
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	: 6006.16
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.238
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	: 5999.41
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055892 kB
MemFree:       1836648 kB
Buffers:         27004 kB
Cached:         122420 kB
SwapCached:       2488 kB
Active:          35700 kB
Inactive:       122476 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055892 kB
LowFree:       1836648 kB
SwapTotal:     4096564 kB
SwapFree:      4085328 kB
Dirty:             164 kB
Writeback:           0 kB
Mapped:          16124 kB
Slab:            47752 kB
Committed_AS:   399332 kB
PageTables:       1276 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264388 kB
VmallocChunk: 536606243 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB


End job on node77 on Sun Jun  4 03:56:35 UTC 2006