Trace number 43135

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 Heuristics? (TO) 1800.6 1781.48

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/plato.asu.edu/
pub/fctp/normalized-mps-v2-20-10-n3703.opb
MD5SUM35c934e0cd42ffa30810ffe35ff61781
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
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 5257865308
Optimality of the best value was proved NO
Number of variables155000
Total number of constraints5150
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints5150
Minimum length of a constraint31
Maximum length of a constraint3000
Number of terms in the objective function 154999
Biggest coefficient in the objective function 4294967296
Number of bits for the biggest coefficient in the objective function 33
Sum of the numbers in the objective function 29657420026984
Number of bits of the sum of numbers in the objective function 45
Biggest number in a constraint 4294967296
Number of bits of the biggest number in a constraint 33
Biggest sum of numbers in a constraint 29657420026984
Number of bits of the biggest sum of numbers45
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.14	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.14	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.15	c no version file found!!!
0.15	c sun.arch.data.model	32
0.15	c java.version	1.5.0_06
0.15	c os.name	Linux
0.15	c os.version	2.6.9-34.ELsmp
0.15	c os.arch	i386
0.15	c Free memory 1548419056
0.15	c Max memory 1551040512
0.15	c Total memory 1551040512
0.15	c Number of processors 2
0.20	c Cutting planes based inference
0.20	c --- Begin Solver configuration ---
0.20	c org.sat4j.minisat.uip.FirstUIP@1df073d
0.20	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@1546e25
0.20	c org.sat4j.minisat.learning.MiniSATLearning@b66cc
0.20	c conflictBoundIncFactor=1.5 learntBoundIncFactor=1.1 initLearntBoundConstraintFactor=10000.0 initConflictBound=100 
0.20	c VSIDS like heuristics from MiniSAT using a heap
0.20	c No reason simplification
0.20	c --- End Solver configuration ---
0.20	c solving ROOT/tmp/node86/43135-1149304151/instance-43135-1149304151.opb
0.20	c reading problem ... 
34.92	c ... done. Time 34.719 ms.
34.92	c #vars     155000
34.92	c #constraints  5300
1781.37	c starts		: 1
1781.37	c conflicts		: 59
1781.37	c decisions		: 10817
1781.37	c propagations		: 268317
1781.37	c inspects		: 421866
1781.37	c learnt literals	: 0
1781.37	c learnt binary clauses	: 0
1781.37	c learnt ternary clauses	: 0
1781.37	c learnt clauses	: 58
1781.37	c root simplifications	: 0
1781.37	c removed literals (reason simplification)	: 0
1781.37	c reason swapping (by a shorter reason)	: 0
1781.37	c Calls to reduceDB	: 0
1781.37	c speed (decisions/second)	: 6.195693886785536
1781.37	c non guided choices	0
1781.37	s UNKNOWN
1781.37	c Total wall clock time (ms): 1781.164

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/node86/watcher-43135-1149304151 -o ROOT/results/node86/solver-43135-1149304151 -C 1800 -M 1800 -S 64 java -server -Xms1500M -Xmx1500M -jar ROOT/solvers/PB/PB06final/user5/sat4jPseudoHeuristics.jar ROOT/tmp/node86/43135-1149304151/instance-43135-1149304151.opb 343695872 

Current StackSize limit: 67108864 bytes

/proc/loadavg: 0.99 0.99 0.99 2/68 12010
/proc/meminfo: memFree=1499368/2055892 swapFree=4084792/4096564
[pid=12010] ppid=12008 vsize=1788 CPUtime=0
/proc/12010/stat : 12010 (java) D 12008 12010 11964 0 -1 0 166 0 0 0 0 0 0 0 19 0 1 0 196054333 1830912 135 18446744073709551615 134512640 134570276 4294956608 18446744073709551615 4294960144 0 2147483391 4096 0 18446744072099941670 0 0 17 1 0 0
/proc/12010/statm: 447 135 100 14 0 91 0

[startup+10.0019 s]
/proc/loadavg: 1.14 1.02 1.00 3/79 12021
/proc/meminfo: memFree=1245008/2055892 swapFree=4084792/4096564
[pid=12010] ppid=12008 vsize=1715024 CPUtime=11.39
/proc/12010/stat : 12010 (java) R 12008 12010 11964 0 -1 0 70836 0 1 0 1101 38 0 0 22 0 12 0 196054333 1756184576 65318 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071432929 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/12010/statm: 428756 65318 1887 14 0 415502 0
[pid=12010/tid=12011] ppid=12008 vsize=1715024 CPUtime=0.93
/proc/12010/task/12011/stat : 12011 (java) S 12008 12010 11964 0 -1 64 15042 0 0 0 84 9 0 0 16 0 12 0 196054336 1756184576 65318 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12010/tid=12012] ppid=12008 vsize=1715024 CPUtime=0.93
/proc/12010/task/12012/stat : 12012 (java) S 12008 12010 11964 0 -1 64 18261 0 0 0 82 11 0 0 16 0 12 0 196054336 1756184576 65318 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12010/tid=12013] ppid=12008 vsize=1715024 CPUtime=0
/proc/12010/task/12013/stat : 12013 (java) S 12008 12010 11964 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 196054339 1756184576 65318 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=12010/tid=12014] ppid=12008 vsize=1715024 CPUtime=0
/proc/12010/task/12014/stat : 12014 (java) S 12008 12010 11964 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 196054339 1756184576 65318 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12010/tid=12015] ppid=12008 vsize=1715024 CPUtime=0
/proc/12010/task/12015/stat : 12015 (java) S 12008 12010 11964 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 196054339 1756184576 65318 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12010/tid=12016] ppid=12008 vsize=1715024 CPUtime=0
/proc/12010/task/12016/stat : 12016 (java) S 12008 12010 11964 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 196054342 1756184576 65318 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12010/tid=12017] ppid=12008 vsize=1715024 CPUtime=0
/proc/12010/task/12017/stat : 12017 (java) S 12008 12010 11964 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 196054342 1756184576 65318 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12010/tid=12018] ppid=12008 vsize=1715024 CPUtime=0.31
/proc/12010/task/12018/stat : 12018 (java) S 12008 12010 11964 0 -1 64 413 0 0 0 31 0 0 0 17 0 12 0 196054342 1756184576 65318 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12010/tid=12019] ppid=12008 vsize=1715024 CPUtime=0.42
/proc/12010/task/12019/stat : 12019 (java) S 12008 12010 11964 0 -1 64 607 0 0 0 42 0 0 0 17 0 12 0 196054342 1756184576 65318 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12010/tid=12020] ppid=12008 vsize=1715024 CPUtime=0
/proc/12010/task/12020/stat : 12020 (java) S 12008 12010 11964 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 196054342 1756184576 65318 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12010/tid=12021] ppid=12008 vsize=1715024 CPUtime=0
/proc/12010/task/12021/stat : 12021 (java) S 12008 12010 11964 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 196054342 1756184576 65318 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 11.39
Current children cumulated vsize (Kb) 1715024

[startup+20.009 s]
/proc/loadavg: 1.12 1.02 1.00 2/79 12021
/proc/meminfo: memFree=1267024/2055892 swapFree=4084792/4096564
[pid=12010] ppid=12008 vsize=1715024 CPUtime=21.49
/proc/12010/stat : 12010 (java) R 12008 12010 11964 0 -1 0 71867 0 1 0 2110 39 0 0 25 0 12 0 196054333 1756184576 59850 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071414279 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/12010/statm: 428756 59850 1887 14 0 415502 0
[pid=12010/tid=12011] ppid=12008 vsize=1715024 CPUtime=1.02
/proc/12010/task/12011/stat : 12011 (java) S 12008 12010 11964 0 -1 64 15590 0 0 0 93 9 0 0 16 0 12 0 196054336 1756184576 59850 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12010/tid=12012] ppid=12008 vsize=1715024 CPUtime=1.02
/proc/12010/task/12012/stat : 12012 (java) S 12008 12010 11964 0 -1 64 18723 0 0 0 91 11 0 0 16 0 12 0 196054336 1756184576 59850 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12010/tid=12013] ppid=12008 vsize=1715024 CPUtime=0
/proc/12010/task/12013/stat : 12013 (java) S 12008 12010 11964 0 -1 64 10 0 0 0 0 0 0 0 17 0 12 0 196054339 1756184576 59850 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=12010/tid=12014] ppid=12008 vsize=1715024 CPUtime=0
/proc/12010/task/12014/stat : 12014 (java) S 12008 12010 11964 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 196054339 1756184576 59850 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12010/tid=12015] ppid=12008 vsize=1715024 CPUtime=0
/proc/12010/task/12015/stat : 12015 (java) S 12008 12010 11964 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 196054339 1756184576 59850 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12010/tid=12016] ppid=12008 vsize=1715024 CPUtime=0
/proc/12010/task/12016/stat : 12016 (java) S 12008 12010 11964 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 196054342 1756184576 59850 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12010/tid=12017] ppid=12008 vsize=1715024 CPUtime=0
/proc/12010/task/12017/stat : 12017 (java) S 12008 12010 11964 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 196054342 1756184576 59850 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12010/tid=12018] ppid=12008 vsize=1715024 CPUtime=0.31
/proc/12010/task/12018/stat : 12018 (java) S 12008 12010 11964 0 -1 64 413 0 0 0 31 0 0 0 16 0 12 0 196054342 1756184576 59850 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12010/tid=12019] ppid=12008 vsize=1715024 CPUtime=0.42
/proc/12010/task/12019/stat : 12019 (java) S 12008 12010 11964 0 -1 64 607 0 0 0 42 0 0 0 17 0 12 0 196054342 1756184576 59850 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12010/tid=12020] ppid=12008 vsize=1715024 CPUtime=0
/proc/12010/task/12020/stat : 12020 (java) S 12008 12010 11964 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 196054342 1756184576 59850 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12010/tid=12021] ppid=12008 vsize=1715024 CPUtime=0
/proc/12010/task/12021/stat : 12021 (java) S 12008 12010 11964 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 196054342 1756184576 59850 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 21.49
Current children cumulated vsize (Kb) 1715024

[startup+30.0162 s]
/proc/loadavg: 1.10 1.02 1.00 2/79 12021
/proc/meminfo: memFree=1264272/2055892 swapFree=4084792/4096564
[pid=12010] ppid=12008 vsize=1715024 CPUtime=31.57
/proc/12010/stat : 12010 (java) R 12008 12010 11964 0 -1 0 78344 0 1 0 3114 43 0 0 25 0 12 0 196054333 1756184576 60598 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071442399 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/12010/statm: 428756 60598 1887 14 0 415502 0
[pid=12010/tid=12011] ppid=12008 vsize=1715024 CPUtime=1.11
/proc/12010/task/12011/stat : 12011 (java) S 12008 12010 11964 0 -1 64 16256 0 0 0 101 10 0 0 16 0 12 0 196054336 1756184576 60598 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12010/tid=12012] ppid=12008 vsize=1715024 CPUtime=1.11
/proc/12010/task/12012/stat : 12012 (java) S 12008 12010 11964 0 -1 64 19207 0 0 0 99 12 0 0 16 0 12 0 196054336 1756184576 60598 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12010/tid=12013] ppid=12008 vsize=1715024 CPUtime=0
/proc/12010/task/12013/stat : 12013 (java) S 12008 12010 11964 0 -1 64 34 0 0 0 0 0 0 0 15 0 12 0 196054339 1756184576 60598 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=12010/tid=12014] ppid=12008 vsize=1715024 CPUtime=0
/proc/12010/task/12014/stat : 12014 (java) S 12008 12010 11964 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 196054339 1756184576 60598 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12010/tid=12015] ppid=12008 vsize=1715024 CPUtime=0
/proc/12010/task/12015/stat : 12015 (java) S 12008 12010 11964 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 196054339 1756184576 60598 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12010/tid=12016] ppid=12008 vsize=1715024 CPUtime=0
/proc/12010/task/12016/stat : 12016 (java) S 12008 12010 11964 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 196054342 1756184576 60598 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12010/tid=12017] ppid=12008 vsize=1715024 CPUtime=0
/proc/12010/task/12017/stat : 12017 (java) S 12008 12010 11964 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 196054342 1756184576 60598 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12010/tid=12018] ppid=12008 vsize=1715024 CPUtime=0.31
/proc/12010/task/12018/stat : 12018 (java) S 12008 12010 11964 0 -1 64 413 0 0 0 31 0 0 0 16 0 12 0 196054342 1756184576 60598 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12010/tid=12019] ppid=12008 vsize=1715024 CPUtime=0.42
/proc/12010/task/12019/stat : 12019 (java) S 12008 12010 11964 0 -1 64 607 0 0 0 42 0 0 0 17 0 12 0 196054342 1756184576 60598 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12010/tid=12020] ppid=12008 vsize=1715024 CPUtime=0
/proc/12010/task/12020/stat : 12020 (java) S 12008 12010 11964 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 196054342 1756184576 60598 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12010/tid=12021] ppid=12008 vsize=1715024 CPUtime=0
/proc/12010/task/12021/stat : 12021 (java) S 12008 12010 11964 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 196054342 1756184576 60598 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 31.57
Current children cumulated vsize (Kb) 1715024

[startup+40.0234 s]
/proc/loadavg: 1.24 1.05 1.01 2/80 12022
/proc/meminfo: memFree=1235080/2055892 swapFree=4084792/4096564
[pid=12010] ppid=12008 vsize=1717044 CPUtime=42.2
/proc/12010/stat : 12010 (java) R 12008 12010 11964 0 -1 0 87238 0 1 0 4173 47 0 0 25 0 13 0 196054333 1758253056 67877 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071671625 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/12010/statm: 429261 67877 1910 14 0 416007 0
[pid=12010/tid=12011] ppid=12008 vsize=1717044 CPUtime=1.19
/proc/12010/task/12011/stat : 12011 (java) S 12008 12010 11964 0 -1 64 17425 0 0 0 109 10 0 0 17 0 13 0 196054336 1758253056 67877 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12010/tid=12012] ppid=12008 vsize=1717044 CPUtime=1.19
/proc/12010/task/12012/stat : 12012 (java) S 12008 12010 11964 0 -1 64 21025 0 0 0 106 13 0 0 16 0 13 0 196054336 1758253056 67877 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12010/tid=12013] ppid=12008 vsize=1717044 CPUtime=0
/proc/12010/task/12013/stat : 12013 (java) S 12008 12010 11964 0 -1 64 34 0 0 0 0 0 0 0 17 0 13 0 196054339 1758253056 67877 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=12010/tid=12014] ppid=12008 vsize=1717044 CPUtime=0
/proc/12010/task/12014/stat : 12014 (java) S 12008 12010 11964 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 196054339 1758253056 67877 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12010/tid=12015] ppid=12008 vsize=1717044 CPUtime=0
/proc/12010/task/12015/stat : 12015 (java) S 12008 12010 11964 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 196054339 1758253056 67877 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12010/tid=12016] ppid=12008 vsize=1717044 CPUtime=0
/proc/12010/task/12016/stat : 12016 (java) S 12008 12010 11964 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 196054342 1758253056 67877 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12010/tid=12017] ppid=12008 vsize=1717044 CPUtime=0
/proc/12010/task/12017/stat : 12017 (java) S 12008 12010 11964 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 196054342 1758253056 67877 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12010/tid=12018] ppid=12008 vsize=1717044 CPUtime=0.71
/proc/12010/task/12018/stat : 12018 (java) S 12008 12010 11964 0 -1 64 624 0 0 0 71 0 0 0 16 0 13 0 196054342 1758253056 67877 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12010/tid=12019] ppid=12008 vsize=1717044 CPUtime=0.81
/proc/12010/task/12019/stat : 12019 (java) S 12008 12010 11964 0 -1 64 1331 0 0 0 81 0 0 0 16 0 13 0 196054342 1758253056 67877 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12010/tid=12020] ppid=12008 vsize=1717044 CPUtime=0
/proc/12010/task/12020/stat : 12020 (java) S 12008 12010 11964 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 196054342 1758253056 67877 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12010/tid=12021] ppid=12008 vsize=1717044 CPUtime=0
/proc/12010/task/12021/stat : 12021 (java) S 12008 12010 11964 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 196054342 1758253056 67877 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12010/tid=12022] ppid=12008 vsize=1717044 CPUtime=0
/proc/12010/task/12022/stat : 12022 (java) S 12008 12010 11964 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 196057890 1758253056 67877 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 42.2
Current children cumulated vsize (Kb) 1717044

[startup+50.0305 s]
/proc/loadavg: 1.21 1.05 1.01 2/80 12022
/proc/meminfo: memFree=1242760/2055892 swapFree=4084792/4096564
[pid=12010] ppid=12008 vsize=1717044 CPUtime=52.28
/proc/12010/stat : 12010 (java) R 12008 12010 11964 0 -1 0 87402 0 1 0 5180 48 0 0 25 0 13 0 196054333 1758253056 65958 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071671597 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/12010/statm: 429261 65958 1910 14 0 416007 0
[pid=12010/tid=12011] ppid=12008 vsize=1717044 CPUtime=1.24
/proc/12010/task/12011/stat : 12011 (java) S 12008 12010 11964 0 -1 64 17508 0 0 0 113 11 0 0 15 0 13 0 196054336 1758253056 65958 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12010/tid=12012] ppid=12008 vsize=1717044 CPUtime=1.23
/proc/12010/task/12012/stat : 12012 (java) S 12008 12010 11964 0 -1 64 21090 0 0 0 110 13 0 0 16 0 13 0 196054336 1758253056 65958 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12010/tid=12013] ppid=12008 vsize=1717044 CPUtime=0
/proc/12010/task/12013/stat : 12013 (java) S 12008 12010 11964 0 -1 64 34 0 0 0 0 0 0 0 16 0 13 0 196054339 1758253056 65958 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=12010/tid=12014] ppid=12008 vsize=1717044 CPUtime=0
/proc/12010/task/12014/stat : 12014 (java) S 12008 12010 11964 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 196054339 1758253056 65958 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12010/tid=12015] ppid=12008 vsize=1717044 CPUtime=0
/proc/12010/task/12015/stat : 12015 (java) S 12008 12010 11964 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 196054339 1758253056 65958 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12010/tid=12016] ppid=12008 vsize=1717044 CPUtime=0
/proc/12010/task/12016/stat : 12016 (java) S 12008 12010 11964 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 196054342 1758253056 65958 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12010/tid=12017] ppid=12008 vsize=1717044 CPUtime=0
/proc/12010/task/12017/stat : 12017 (java) S 12008 12010 11964 0 -1 64 3 0 0 0 0 0 0 0 17 0 13 0 196054342 1758253056 65958 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12010/tid=12018] ppid=12008 vsize=1717044 CPUtime=0.74
/proc/12010/task/12018/stat : 12018 (java) S 12008 12010 11964 0 -1 64 628 0 0 0 74 0 0 0 17 0 13 0 196054342 1758253056 65958 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12010/tid=12019] ppid=12008 vsize=1717044 CPUtime=0.83
/proc/12010/task/12019/stat : 12019 (java) S 12008 12010 11964 0 -1 64 1331 0 0 0 83 0 0 0 17 0 13 0 196054342 1758253056 65958 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12010/tid=12020] ppid=12008 vsize=1717044 CPUtime=0
/proc/12010/task/12020/stat : 12020 (java) S 12008 12010 11964 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 196054342 1758253056 65958 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12010/tid=12021] ppid=12008 vsize=1717044 CPUtime=0
/proc/12010/task/12021/stat : 12021 (java) S 12008 12010 11964 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 196054342 1758253056 65958 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12010/tid=12022] ppid=12008 vsize=1717044 CPUtime=0
/proc/12010/task/12022/stat : 12022 (java) S 12008 12010 11964 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 196057890 1758253056 65958 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 52.28
Current children cumulated vsize (Kb) 1717044

[startup+60.0377 s]
/proc/loadavg: 1.17 1.05 1.01 2/80 12022
/proc/meminfo: memFree=1237768/2055892 swapFree=4084792/4096564
[pid=12010] ppid=12008 vsize=1717044 CPUtime=62.49
/proc/12010/stat : 12010 (java) R 12008 12010 11964 0 -1 0 89645 0 1 0 6200 49 0 0 25 0 13 0 196054333 1758253056 67251 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071444706 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/12010/statm: 429261 67251 1910 14 0 416007 0
[pid=12010/tid=12011] ppid=12008 vsize=1717044 CPUtime=1.32
/proc/12010/task/12011/stat : 12011 (java) S 12008 12010 11964 0 -1 64 18820 0 0 0 121 11 0 0 16 0 13 0 196054336 1758253056 67251 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12010/tid=12012] ppid=12008 vsize=1717044 CPUtime=1.31
/proc/12010/task/12012/stat : 12012 (java) S 12008 12010 11964 0 -1 64 21990 0 0 0 118 13 0 0 16 0 13 0 196054336 1758253056 67251 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12010/tid=12013] ppid=12008 vsize=1717044 CPUtime=0.01
/proc/12010/task/12013/stat : 12013 (java) S 12008 12010 11964 0 -1 64 46 0 0 0 1 0 0 0 16 0 13 0 196054339 1758253056 67251 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=12010/tid=12014] ppid=12008 vsize=1717044 CPUtime=0
/proc/12010/task/12014/stat : 12014 (java) S 12008 12010 11964 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 196054339 1758253056 67251 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12010/tid=12015] ppid=12008 vsize=1717044 CPUtime=0
/proc/12010/task/12015/stat : 12015 (java) S 12008 12010 11964 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 196054339 1758253056 67251 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12010/tid=12016] ppid=12008 vsize=1717044 CPUtime=0
/proc/12010/task/12016/stat : 12016 (java) S 12008 12010 11964 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 196054342 1758253056 67251 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12010/tid=12017] ppid=12008 vsize=1717044 CPUtime=0
/proc/12010/task/12017/stat : 12017 (java) S 12008 12010 11964 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 196054342 1758253056 67251 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12010/tid=12018] ppid=12008 vsize=1717044 CPUtime=0.82
/proc/12010/task/12018/stat : 12018 (java) S 12008 12010 11964 0 -1 64 633 0 0 0 82 0 0 0 16 0 13 0 196054342 1758253056 67251 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12010/tid=12019] ppid=12008 vsize=1717044 CPUtime=0.9
/proc/12010/task/12019/stat : 12019 (java) S 12008 12010 11964 0 -1 64 1334 0 0 0 90 0 0 0 16 0 13 0 196054342 1758253056 67251 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0

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

[pid=12010/tid=12014] ppid=12008 vsize=1717044 CPUtime=0
/proc/12010/task/12014/stat : 12014 (java) S 12008 12010 11964 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 196054339 1758253056 98976 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12010/tid=12015] ppid=12008 vsize=1717044 CPUtime=0
/proc/12010/task/12015/stat : 12015 (java) S 12008 12010 11964 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 196054339 1758253056 98976 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12010/tid=12016] ppid=12008 vsize=1717044 CPUtime=0
/proc/12010/task/12016/stat : 12016 (java) S 12008 12010 11964 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 196054342 1758253056 98976 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12010/tid=12017] ppid=12008 vsize=1717044 CPUtime=0
/proc/12010/task/12017/stat : 12017 (java) S 12008 12010 11964 0 -1 64 3 0 0 0 0 0 0 0 17 0 13 0 196054342 1758253056 98976 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12010/tid=12018] ppid=12008 vsize=1717044 CPUtime=0.91
/proc/12010/task/12018/stat : 12018 (java) S 12008 12010 11964 0 -1 64 638 0 0 0 91 0 0 0 17 0 13 0 196054342 1758253056 98976 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12010/tid=12019] ppid=12008 vsize=1717044 CPUtime=0.94
/proc/12010/task/12019/stat : 12019 (java) S 12008 12010 11964 0 -1 64 1335 0 0 0 94 0 0 0 17 0 13 0 196054342 1758253056 98976 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12010/tid=12020] ppid=12008 vsize=1717044 CPUtime=0
/proc/12010/task/12020/stat : 12020 (java) S 12008 12010 11964 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 196054342 1758253056 98976 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12010/tid=12021] ppid=12008 vsize=1717044 CPUtime=0
/proc/12010/task/12021/stat : 12021 (java) S 12008 12010 11964 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 196054342 1758253056 98976 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12010/tid=12022] ppid=12008 vsize=1717044 CPUtime=0
/proc/12010/task/12022/stat : 12022 (java) S 12008 12010 11964 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 196057890 1758253056 98976 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1796.43
Current children cumulated vsize (Kb) 1717044

[startup+1778.34 s]
/proc/loadavg: 1.00 1.00 1.00 2/80 12022
/proc/meminfo: memFree=1109960/2055892 swapFree=4084792/4096564
[pid=12010] ppid=12008 vsize=1717044 CPUtime=1797.44
/proc/12010/stat : 12010 (java) R 12008 12010 11964 0 -1 0 138688 0 1 0 179190 554 0 0 25 0 13 0 196054333 1758253056 98976 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071671606 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/12010/statm: 429261 98976 1910 14 0 416007 0
[pid=12010/tid=12011] ppid=12008 vsize=1717044 CPUtime=18.83
/proc/12010/task/12011/stat : 12011 (java) S 12008 12010 11964 0 -1 64 33765 0 0 0 1628 255 0 0 16 0 13 0 196054336 1758253056 98976 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12010/tid=12012] ppid=12008 vsize=1717044 CPUtime=18.81
/proc/12010/task/12012/stat : 12012 (java) S 12008 12010 11964 0 -1 64 35269 0 0 0 1634 247 0 0 16 0 13 0 196054336 1758253056 98976 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12010/tid=12013] ppid=12008 vsize=1717044 CPUtime=0.42
/proc/12010/task/12013/stat : 12013 (java) S 12008 12010 11964 0 -1 64 100 0 0 0 24 18 0 0 16 0 13 0 196054339 1758253056 98976 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=12010/tid=12014] ppid=12008 vsize=1717044 CPUtime=0
/proc/12010/task/12014/stat : 12014 (java) S 12008 12010 11964 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 196054339 1758253056 98976 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12010/tid=12015] ppid=12008 vsize=1717044 CPUtime=0
/proc/12010/task/12015/stat : 12015 (java) S 12008 12010 11964 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 196054339 1758253056 98976 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12010/tid=12016] ppid=12008 vsize=1717044 CPUtime=0
/proc/12010/task/12016/stat : 12016 (java) S 12008 12010 11964 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 196054342 1758253056 98976 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12010/tid=12017] ppid=12008 vsize=1717044 CPUtime=0
/proc/12010/task/12017/stat : 12017 (java) S 12008 12010 11964 0 -1 64 3 0 0 0 0 0 0 0 17 0 13 0 196054342 1758253056 98976 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12010/tid=12018] ppid=12008 vsize=1717044 CPUtime=0.91
/proc/12010/task/12018/stat : 12018 (java) S 12008 12010 11964 0 -1 64 638 0 0 0 91 0 0 0 17 0 13 0 196054342 1758253056 98976 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12010/tid=12019] ppid=12008 vsize=1717044 CPUtime=0.94
/proc/12010/task/12019/stat : 12019 (java) S 12008 12010 11964 0 -1 64 1335 0 0 0 94 0 0 0 17 0 13 0 196054342 1758253056 98976 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12010/tid=12020] ppid=12008 vsize=1717044 CPUtime=0
/proc/12010/task/12020/stat : 12020 (java) S 12008 12010 11964 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 196054342 1758253056 98976 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12010/tid=12021] ppid=12008 vsize=1717044 CPUtime=0
/proc/12010/task/12021/stat : 12021 (java) S 12008 12010 11964 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 196054342 1758253056 98976 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12010/tid=12022] ppid=12008 vsize=1717044 CPUtime=0
/proc/12010/task/12022/stat : 12022 (java) S 12008 12010 11964 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 196057890 1758253056 98976 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1797.44
Current children cumulated vsize (Kb) 1717044

[startup+1779.34 s]
/proc/loadavg: 1.00 1.00 1.00 2/80 12022
/proc/meminfo: memFree=1109960/2055892 swapFree=4084792/4096564
[pid=12010] ppid=12008 vsize=1717044 CPUtime=1798.46
/proc/12010/stat : 12010 (java) R 12008 12010 11964 0 -1 0 138689 0 1 0 179291 555 0 0 25 0 13 0 196054333 1758253056 98976 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071671063 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/12010/statm: 429261 98976 1910 14 0 416007 0
[pid=12010/tid=12011] ppid=12008 vsize=1717044 CPUtime=18.84
/proc/12010/task/12011/stat : 12011 (java) S 12008 12010 11964 0 -1 64 33765 0 0 0 1629 255 0 0 16 0 13 0 196054336 1758253056 98976 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12010/tid=12012] ppid=12008 vsize=1717044 CPUtime=18.82
/proc/12010/task/12012/stat : 12012 (java) S 12008 12010 11964 0 -1 64 35269 0 0 0 1635 247 0 0 16 0 13 0 196054336 1758253056 98976 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12010/tid=12013] ppid=12008 vsize=1717044 CPUtime=0.42
/proc/12010/task/12013/stat : 12013 (java) S 12008 12010 11964 0 -1 64 100 0 0 0 24 18 0 0 15 0 13 0 196054339 1758253056 98976 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=12010/tid=12014] ppid=12008 vsize=1717044 CPUtime=0
/proc/12010/task/12014/stat : 12014 (java) S 12008 12010 11964 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 196054339 1758253056 98976 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12010/tid=12015] ppid=12008 vsize=1717044 CPUtime=0
/proc/12010/task/12015/stat : 12015 (java) S 12008 12010 11964 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 196054339 1758253056 98976 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12010/tid=12016] ppid=12008 vsize=1717044 CPUtime=0
/proc/12010/task/12016/stat : 12016 (java) S 12008 12010 11964 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 196054342 1758253056 98976 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12010/tid=12017] ppid=12008 vsize=1717044 CPUtime=0
/proc/12010/task/12017/stat : 12017 (java) S 12008 12010 11964 0 -1 64 3 0 0 0 0 0 0 0 17 0 13 0 196054342 1758253056 98976 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12010/tid=12018] ppid=12008 vsize=1717044 CPUtime=0.91
/proc/12010/task/12018/stat : 12018 (java) S 12008 12010 11964 0 -1 64 638 0 0 0 91 0 0 0 17 0 13 0 196054342 1758253056 98976 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12010/tid=12019] ppid=12008 vsize=1717044 CPUtime=0.94
/proc/12010/task/12019/stat : 12019 (java) S 12008 12010 11964 0 -1 64 1335 0 0 0 94 0 0 0 17 0 13 0 196054342 1758253056 98976 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12010/tid=12020] ppid=12008 vsize=1717044 CPUtime=0
/proc/12010/task/12020/stat : 12020 (java) S 12008 12010 11964 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 196054342 1758253056 98976 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12010/tid=12021] ppid=12008 vsize=1717044 CPUtime=0
/proc/12010/task/12021/stat : 12021 (java) S 12008 12010 11964 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 196054342 1758253056 98976 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12010/tid=12022] ppid=12008 vsize=1717044 CPUtime=0
/proc/12010/task/12022/stat : 12022 (java) S 12008 12010 11964 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 196057890 1758253056 98976 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1798.46
Current children cumulated vsize (Kb) 1717044

[startup+1780.35 s]
/proc/loadavg: 1.00 1.00 1.00 2/80 12022
/proc/meminfo: memFree=1109960/2055892 swapFree=4084792/4096564
[pid=12010] ppid=12008 vsize=1717044 CPUtime=1799.48
/proc/12010/stat : 12010 (java) R 12008 12010 11964 0 -1 0 138690 0 1 0 179393 555 0 0 25 0 13 0 196054333 1758253056 98976 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071481120 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/12010/statm: 429261 98976 1910 14 0 416007 0
[pid=12010/tid=12011] ppid=12008 vsize=1717044 CPUtime=18.85
/proc/12010/task/12011/stat : 12011 (java) S 12008 12010 11964 0 -1 64 33765 0 0 0 1630 255 0 0 16 0 13 0 196054336 1758253056 98976 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12010/tid=12012] ppid=12008 vsize=1717044 CPUtime=18.83
/proc/12010/task/12012/stat : 12012 (java) S 12008 12010 11964 0 -1 64 35269 0 0 0 1636 247 0 0 16 0 13 0 196054336 1758253056 98976 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12010/tid=12013] ppid=12008 vsize=1717044 CPUtime=0.42
/proc/12010/task/12013/stat : 12013 (java) S 12008 12010 11964 0 -1 64 100 0 0 0 24 18 0 0 15 0 13 0 196054339 1758253056 98976 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=12010/tid=12014] ppid=12008 vsize=1717044 CPUtime=0
/proc/12010/task/12014/stat : 12014 (java) S 12008 12010 11964 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 196054339 1758253056 98976 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12010/tid=12015] ppid=12008 vsize=1717044 CPUtime=0
/proc/12010/task/12015/stat : 12015 (java) S 12008 12010 11964 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 196054339 1758253056 98976 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12010/tid=12016] ppid=12008 vsize=1717044 CPUtime=0
/proc/12010/task/12016/stat : 12016 (java) S 12008 12010 11964 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 196054342 1758253056 98976 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12010/tid=12017] ppid=12008 vsize=1717044 CPUtime=0
/proc/12010/task/12017/stat : 12017 (java) S 12008 12010 11964 0 -1 64 3 0 0 0 0 0 0 0 17 0 13 0 196054342 1758253056 98976 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12010/tid=12018] ppid=12008 vsize=1717044 CPUtime=0.91
/proc/12010/task/12018/stat : 12018 (java) S 12008 12010 11964 0 -1 64 638 0 0 0 91 0 0 0 17 0 13 0 196054342 1758253056 98976 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12010/tid=12019] ppid=12008 vsize=1717044 CPUtime=0.94
/proc/12010/task/12019/stat : 12019 (java) S 12008 12010 11964 0 -1 64 1335 0 0 0 94 0 0 0 17 0 13 0 196054342 1758253056 98976 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12010/tid=12020] ppid=12008 vsize=1717044 CPUtime=0
/proc/12010/task/12020/stat : 12020 (java) S 12008 12010 11964 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 196054342 1758253056 98976 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12010/tid=12021] ppid=12008 vsize=1717044 CPUtime=0
/proc/12010/task/12021/stat : 12021 (java) S 12008 12010 11964 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 196054342 1758253056 98976 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12010/tid=12022] ppid=12008 vsize=1717044 CPUtime=0
/proc/12010/task/12022/stat : 12022 (java) S 12008 12010 11964 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 196057890 1758253056 98976 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1799.48
Current children cumulated vsize (Kb) 1717044

[startup+1781.36 s]
/proc/loadavg: 1.00 1.00 1.00 2/80 12022
/proc/meminfo: memFree=1109960/2055892 swapFree=4084792/4096564
[pid=12010] ppid=12008 vsize=1717044 CPUtime=1800.48
/proc/12010/stat : 12010 (java) R 12008 12010 11964 0 -1 0 138691 0 1 0 179493 555 0 0 25 0 13 0 196054333 1758253056 98976 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/12010/statm: 429261 98976 1910 14 0 416007 0
[pid=12010/tid=12011] ppid=12008 vsize=1717044 CPUtime=18.85
/proc/12010/task/12011/stat : 12011 (java) R 12008 12010 11964 0 -1 64 33765 0 0 0 1630 255 0 0 16 0 13 0 196054336 1758253056 98976 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12010/tid=12012] ppid=12008 vsize=1717044 CPUtime=18.83
/proc/12010/task/12012/stat : 12012 (java) R 12008 12010 11964 0 -1 64 35269 0 0 0 1636 247 0 0 16 0 13 0 196054336 1758253056 98976 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12010/tid=12013] ppid=12008 vsize=1717044 CPUtime=0.42
/proc/12010/task/12013/stat : 12013 (java) S 12008 12010 11964 0 -1 64 100 0 0 0 24 18 0 0 15 0 13 0 196054339 1758253056 98976 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=12010/tid=12014] ppid=12008 vsize=1717044 CPUtime=0
/proc/12010/task/12014/stat : 12014 (java) S 12008 12010 11964 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 196054339 1758253056 98976 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12010/tid=12015] ppid=12008 vsize=1717044 CPUtime=0
/proc/12010/task/12015/stat : 12015 (java) S 12008 12010 11964 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 196054339 1758253056 98976 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12010/tid=12016] ppid=12008 vsize=1717044 CPUtime=0
/proc/12010/task/12016/stat : 12016 (java) S 12008 12010 11964 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 196054342 1758253056 98976 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12010/tid=12017] ppid=12008 vsize=1717044 CPUtime=0
/proc/12010/task/12017/stat : 12017 (java) S 12008 12010 11964 0 -1 64 3 0 0 0 0 0 0 0 17 0 13 0 196054342 1758253056 98976 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12010/tid=12018] ppid=12008 vsize=1717044 CPUtime=0.91
/proc/12010/task/12018/stat : 12018 (java) S 12008 12010 11964 0 -1 64 638 0 0 0 91 0 0 0 17 0 13 0 196054342 1758253056 98976 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12010/tid=12019] ppid=12008 vsize=1717044 CPUtime=0.94
/proc/12010/task/12019/stat : 12019 (java) S 12008 12010 11964 0 -1 64 1335 0 0 0 94 0 0 0 17 0 13 0 196054342 1758253056 98976 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12010/tid=12020] ppid=12008 vsize=1717044 CPUtime=0
/proc/12010/task/12020/stat : 12020 (java) S 12008 12010 11964 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 196054342 1758253056 98976 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12010/tid=12021] ppid=12008 vsize=1717044 CPUtime=0
/proc/12010/task/12021/stat : 12021 (java) S 12008 12010 11964 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 196054342 1758253056 98976 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12010/tid=12022] ppid=12008 vsize=1717044 CPUtime=0
/proc/12010/task/12022/stat : 12022 (java) S 12008 12010 11964 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 196057890 1758253056 98976 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.48
Current children cumulated vsize (Kb) 1717044



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1781.36 s]
/proc/loadavg: 1.00 1.00 1.00 4/80 12022
/proc/meminfo: memFree=1109960/2055892 swapFree=4084792/4096564
[pid=12010] ppid=12008 vsize=1717044 CPUtime=1800.49
/proc/12010/stat : 12010 (java) R 12008 12010 11964 0 -1 0 138691 0 1 0 179494 555 0 0 25 0 13 0 196054333 1758253056 98976 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/12010/statm: 429261 98976 1910 14 0 416007 0
[pid=12010/tid=12011] ppid=12008 vsize=1717044 CPUtime=18.85
/proc/12010/task/12011/stat : 12011 (java) R 12008 12010 11964 0 -1 64 33765 0 0 0 1630 255 0 0 16 0 13 0 196054336 1758253056 98976 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4151722419 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12010/tid=12012] ppid=12008 vsize=1717044 CPUtime=18.84
/proc/12010/task/12012/stat : 12012 (java) R 12008 12010 11964 0 -1 64 35269 0 0 0 1637 247 0 0 16 0 13 0 196054336 1758253056 98976 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4154645111 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12010/tid=12013] ppid=12008 vsize=1717044 CPUtime=0.42
/proc/12010/task/12013/stat : 12013 (java) S 12008 12010 11964 0 -1 64 100 0 0 0 24 18 0 0 15 0 13 0 196054339 1758253056 98976 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=12010/tid=12014] ppid=12008 vsize=1717044 CPUtime=0
/proc/12010/task/12014/stat : 12014 (java) S 12008 12010 11964 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 196054339 1758253056 98976 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12010/tid=12015] ppid=12008 vsize=1717044 CPUtime=0
/proc/12010/task/12015/stat : 12015 (java) S 12008 12010 11964 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 196054339 1758253056 98976 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12010/tid=12016] ppid=12008 vsize=1717044 CPUtime=0
/proc/12010/task/12016/stat : 12016 (java) S 12008 12010 11964 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 196054342 1758253056 98976 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12010/tid=12017] ppid=12008 vsize=1717044 CPUtime=0
/proc/12010/task/12017/stat : 12017 (java) S 12008 12010 11964 0 -1 64 3 0 0 0 0 0 0 0 17 0 13 0 196054342 1758253056 98976 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12010/tid=12018] ppid=12008 vsize=1717044 CPUtime=0.91
/proc/12010/task/12018/stat : 12018 (java) S 12008 12010 11964 0 -1 64 638 0 0 0 91 0 0 0 17 0 13 0 196054342 1758253056 98976 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12010/tid=12019] ppid=12008 vsize=1717044 CPUtime=0.94
/proc/12010/task/12019/stat : 12019 (java) S 12008 12010 11964 0 -1 64 1335 0 0 0 94 0 0 0 17 0 13 0 196054342 1758253056 98976 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12010/tid=12020] ppid=12008 vsize=1717044 CPUtime=0
/proc/12010/task/12020/stat : 12020 (java) S 12008 12010 11964 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 196054342 1758253056 98976 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12010/tid=12021] ppid=12008 vsize=1717044 CPUtime=0
/proc/12010/task/12021/stat : 12021 (java) S 12008 12010 11964 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 196054342 1758253056 98976 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12010/tid=12022] ppid=12008 vsize=1717044 CPUtime=0
/proc/12010/task/12022/stat : 12022 (java) S 12008 12010 11964 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 196057890 1758253056 98976 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.49
Current children cumulated vsize (Kb) 1717044

Sending SIGTERM to -12010
Sleeping 2 seconds

Child status: 143
Real time (s): 1781.48
CPU time (s): 1800.6
CPU user time (s): 1794.99
CPU system time (s): 5.61315
CPU usage (%): 101.074
Max. virtual memory (cumulated for all children) (Kb): 1717044

Launcher Data (download as text)

Begin job on node86 on Sat Jun  3 03:09:11 UTC 2006


FILE ID= 43135-1149304151

PBS_JOBID= 307534

BENCH NAME= HOME/pub/bench/PB06//final/normalized-PB06/OPT-BIGINT/mps-v2-20-10/plato.asu.edu/pub/fctp/normalized-mps-v2-20-10-n3703.opb
COMMAND LINE= java -server -Xms1500M -Xmx1500M -jar ROOT/solvers/PB/PB06final/user5/sat4jPseudoHeuristics.jar ROOT/tmp/node86/43135-1149304151/instance-43135-1149304151.opb 343695872
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node86/watcher-43135-1149304151 -o ROOT/results/node86/solver-43135-1149304151 -C 1800 -M 1800 -S 64  java -server -Xms1500M -Xmx1500M -jar ROOT/solvers/PB/PB06final/user5/sat4jPseudoHeuristics.jar ROOT/tmp/node86/43135-1149304151/instance-43135-1149304151.opb 343695872

MD5SUM SOLVER= 3cef94aa015dc0dd234d31843a257d70
MD5SUM BENCH=  35c934e0cd42ffa30810ffe35ff61781

RANDOM SEED= 343695872


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


/proc/meminfo:
MemTotal:      2055892 kB
MemFree:       1499576 kB
Buffers:         37328 kB
Cached:         448152 kB
SwapCached:       3032 kB
Active:          74320 kB
Inactive:       420000 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055892 kB
LowFree:       1499576 kB
SwapTotal:     4096564 kB
SwapFree:      4084792 kB
Dirty:             156 kB
Writeback:           0 kB
Mapped:          15148 kB
Slab:            48608 kB
Committed_AS:   313140 kB
PageTables:       1300 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264388 kB
VmallocChunk: 536606243 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB


End job on node86 on Sat Jun  3 03:38:53 UTC 2006