Trace number 43079

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) 1802.94 1789.83

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/web/www.nlsde.buaa.edu.cn/
~kexu/benchmarks/frb45-21-opb/normalized-frb45-21-2.opb
MD5SUMaabc023158e10c9511062af8ac97c515
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-44
Best CPU time to get the best result obtained on this benchmark1800.48
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -44
Optimality of the best value was proved NO
Number of variables945
Total number of constraints58624
Number of constraints which are clauses58624
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 constraint2
Number of terms in the objective function 945
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 945
Number of bits of the sum of numbers in the objective function 10
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 945
Number of bits of the biggest sum of numbers10
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.39	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.39	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.40	c no version file found!!!
0.40	c sun.arch.data.model	32
0.40	c java.version	1.5.0_06
0.40	c os.name	Linux
0.40	c os.version	2.6.9-22.EL.rootsmp
0.40	c os.arch	i386
0.40	c Free memory 1548419056
0.40	c Max memory 1551040512
0.40	c Total memory 1551040512
0.40	c Number of processors 2
0.48	c Cutting planes based inference
0.48	c --- Begin Solver configuration ---
0.48	c org.sat4j.minisat.uip.FirstUIP@1df073d
0.48	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@1546e25
0.48	c org.sat4j.minisat.learning.MiniSATLearning@b66cc
0.48	c conflictBoundIncFactor=1.5 learntBoundIncFactor=1.1 initLearntBoundConstraintFactor=10000.0 initConflictBound=100 
0.48	c VSIDS like heuristics from MiniSAT using a heap
0.48	c No reason simplification
0.48	c --- End Solver configuration ---
0.48	c solving ROOT/tmp/node1/43079-1154050951/instance-43079-1154050951.opb
0.48	c reading problem ... 
3.05	c ... done. Time 2.571 ms.
3.05	c #vars     945
3.05	c #constraints  58624
3.09	c SATISFIABLE
3.09	c OPTIMIZING...
3.09	c Got one! Ellapsed CPU time (in seconds):2.614
3.11	o -27
3.27	c Got one! Ellapsed CPU time (in seconds):2.787
3.27	o -28
3.42	c Got one! Ellapsed CPU time (in seconds):2.943
3.42	o -29
3.73	c Got one! Ellapsed CPU time (in seconds):3.248
3.73	o -30
3.93	c Got one! Ellapsed CPU time (in seconds):3.45
3.93	o -31
4.48	c Got one! Ellapsed CPU time (in seconds):3.999
4.48	o -32
5.99	c Got one! Ellapsed CPU time (in seconds):5.505
5.99	o -33
7.75	c Got one! Ellapsed CPU time (in seconds):7.271
7.75	o -34
260.26	c Got one! Ellapsed CPU time (in seconds):259.778
260.26	o -35
291.52	c Got one! Ellapsed CPU time (in seconds):291.042
291.52	o -36

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

runsolver version 3.0.3 (c) roussel@cril.univ-artois.fr

Enforcing memory limit (will send SIGKILL): 1843200 Kb
Enforcing VSIZE limit: 1887436800 bytes
command line: runsolver --timestamp -w ROOT/results/node1/watcher-43079-1154050951 -o ROOT/results/node1/solver-43079-1154050951 -C 1800 -M 1800 -S 64 java -server -Xms1500M -Xmx1500M -jar ROOT/solvers/PB/PB06final/user5/sat4jPseudoHeuristics.jar ROOT/tmp/node1/43079-1154050951/instance-43079-1154050951.opb 847366880 

Current StackSize limit: 67108864 bytes

/proc/loadavg: 0.99 0.98 0.99 3/64 15000
/proc/meminfo: memFree=1566336/2055920 swapFree=4183100/4192956
[pid=15000] ppid=14998 vsize=168 CPUtime=0
/proc/15000/stat : 15000 (java) R 14998 15000 14951 0 -1 0 40 0 0 0 0 0 0 0 19 0 1 0 151956757 172032 23 18446744073709551615 134512640 134570276 4294956608 18446744073709551615 5829412 0 0 4096 0 0 0 0 17 1 0 0
/proc/15000/statm: 42 23 18 14 0 2 0

[startup+10.0025 s]
/proc/loadavg: 0.99 0.98 0.99 2/76 15020
/proc/meminfo: memFree=1352688/2055920 swapFree=4183100/4192956
[pid=15000] ppid=14998 vsize=1710828 CPUtime=11.23
/proc/15000/stat : 15000 (java) R 14998 15000 14951 0 -1 0 54324 0 57 0 1091 32 0 0 25 0 13 0 151956757 1751887872 51221 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071630686 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/15000/statm: 427707 51221 1912 14 0 414454 0
[pid=15000/tid=15001] ppid=14998 vsize=1710828 CPUtime=0.37
/proc/15000/task/15001/stat : 15001 (java) S 14998 15000 14951 0 -1 64 8548 0 0 0 33 4 0 0 16 0 13 0 151956779 1751887872 51221 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15000/tid=15002] ppid=14998 vsize=1710828 CPUtime=0.38
/proc/15000/task/15002/stat : 15002 (java) S 14998 15000 14951 0 -1 64 7065 0 0 0 35 3 0 0 17 0 13 0 151956779 1751887872 51221 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15000/tid=15003] ppid=14998 vsize=1710828 CPUtime=0
/proc/15000/task/15003/stat : 15003 (java) S 14998 15000 14951 0 -1 64 26 0 0 0 0 0 0 0 16 0 13 0 151956781 1751887872 51221 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=15000/tid=15004] ppid=14998 vsize=1710828 CPUtime=0
/proc/15000/task/15004/stat : 15004 (java) S 14998 15000 14951 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 151956782 1751887872 51221 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15000/tid=15005] ppid=14998 vsize=1710828 CPUtime=0
/proc/15000/task/15005/stat : 15005 (java) S 14998 15000 14951 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 151956782 1751887872 51221 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15000/tid=15006] ppid=14998 vsize=1710828 CPUtime=0
/proc/15000/task/15006/stat : 15006 (java) S 14998 15000 14951 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 151956788 1751887872 51221 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15000/tid=15007] ppid=14998 vsize=1710828 CPUtime=0
/proc/15000/task/15007/stat : 15007 (java) S 14998 15000 14951 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 151956788 1751887872 51221 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15000/tid=15008] ppid=14998 vsize=1710828 CPUtime=0.96
/proc/15000/task/15008/stat : 15008 (java) S 14998 15000 14951 0 -1 64 1539 0 0 0 96 0 0 0 17 0 13 0 151956788 1751887872 51221 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15000/tid=15009] ppid=14998 vsize=1710828 CPUtime=0.71
/proc/15000/task/15009/stat : 15009 (java) S 14998 15000 14951 0 -1 64 664 0 0 0 71 0 0 0 17 0 13 0 151956788 1751887872 51221 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15000/tid=15010] ppid=14998 vsize=1710828 CPUtime=0
/proc/15000/task/15010/stat : 15010 (java) S 14998 15000 14951 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 151956788 1751887872 51221 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15000/tid=15011] ppid=14998 vsize=1710828 CPUtime=0
/proc/15000/task/15011/stat : 15011 (java) S 14998 15000 14951 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 151956788 1751887872 51221 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15000/tid=15020] ppid=14998 vsize=1710828 CPUtime=0
/proc/15000/task/15020/stat : 15020 (java) S 14998 15000 14951 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 151957534 1751887872 51221 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 11.23
Current children cumulated vsize (Kb) 1710828

[startup+20.0095 s]
/proc/loadavg: 0.99 0.98 0.99 2/76 15020
/proc/meminfo: memFree=1265592/2055920 swapFree=4183100/4192956
[pid=15000] ppid=14998 vsize=1710828 CPUtime=21.92
/proc/15000/stat : 15000 (java) R 14998 15000 14951 0 -1 0 79955 0 57 0 2146 46 0 0 17 0 13 0 151956757 1751887872 72955 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071490856 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/15000/statm: 427707 72955 1912 14 0 414454 0
[pid=15000/tid=15001] ppid=14998 vsize=1710828 CPUtime=1.01
/proc/15000/task/15001/stat : 15001 (java) S 14998 15000 14951 0 -1 64 22527 0 0 0 89 12 0 0 16 0 13 0 151956779 1751887872 72955 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15000/tid=15002] ppid=14998 vsize=1710828 CPUtime=1.03
/proc/15000/task/15002/stat : 15002 (java) S 14998 15000 14951 0 -1 64 18704 0 0 0 95 8 0 0 16 0 13 0 151956779 1751887872 72955 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15000/tid=15003] ppid=14998 vsize=1710828 CPUtime=0
/proc/15000/task/15003/stat : 15003 (java) S 14998 15000 14951 0 -1 64 27 0 0 0 0 0 0 0 16 0 13 0 151956781 1751887872 72955 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=15000/tid=15004] ppid=14998 vsize=1710828 CPUtime=0
/proc/15000/task/15004/stat : 15004 (java) S 14998 15000 14951 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 151956782 1751887872 72955 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15000/tid=15005] ppid=14998 vsize=1710828 CPUtime=0
/proc/15000/task/15005/stat : 15005 (java) S 14998 15000 14951 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 151956782 1751887872 72955 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15000/tid=15006] ppid=14998 vsize=1710828 CPUtime=0
/proc/15000/task/15006/stat : 15006 (java) S 14998 15000 14951 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 151956788 1751887872 72955 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15000/tid=15007] ppid=14998 vsize=1710828 CPUtime=0.01
/proc/15000/task/15007/stat : 15007 (java) S 14998 15000 14951 0 -1 64 3 0 0 0 1 0 0 0 17 0 13 0 151956788 1751887872 72955 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15000/tid=15008] ppid=14998 vsize=1710828 CPUtime=0.98
/proc/15000/task/15008/stat : 15008 (java) S 14998 15000 14951 0 -1 64 1540 0 0 0 98 0 0 0 17 0 13 0 151956788 1751887872 72955 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15000/tid=15009] ppid=14998 vsize=1710828 CPUtime=0.75
/proc/15000/task/15009/stat : 15009 (java) S 14998 15000 14951 0 -1 64 666 0 0 0 75 0 0 0 15 0 13 0 151956788 1751887872 72955 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15000/tid=15010] ppid=14998 vsize=1710828 CPUtime=0
/proc/15000/task/15010/stat : 15010 (java) S 14998 15000 14951 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 151956788 1751887872 72955 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15000/tid=15011] ppid=14998 vsize=1710828 CPUtime=0
/proc/15000/task/15011/stat : 15011 (java) S 14998 15000 14951 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 151956788 1751887872 72955 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15000/tid=15020] ppid=14998 vsize=1710828 CPUtime=0
/proc/15000/task/15020/stat : 15020 (java) S 14998 15000 14951 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 151957534 1751887872 72955 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 21.92
Current children cumulated vsize (Kb) 1710828

[startup+30.0165 s]
/proc/loadavg: 0.99 0.98 0.99 2/76 15020
/proc/meminfo: memFree=1222520/2055920 swapFree=4183100/4192956
[pid=15000] ppid=14998 vsize=1710828 CPUtime=32.24
/proc/15000/stat : 15000 (java) R 14998 15000 14951 0 -1 0 92675 0 57 0 3171 53 0 0 25 0 13 0 151956757 1751887872 83747 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071492110 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/15000/statm: 427707 83747 1912 14 0 414454 0
[pid=15000/tid=15001] ppid=14998 vsize=1710828 CPUtime=1.33
/proc/15000/task/15001/stat : 15001 (java) S 14998 15000 14951 0 -1 64 27915 0 0 0 117 16 0 0 16 0 13 0 151956779 1751887872 83747 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15000/tid=15002] ppid=14998 vsize=1710828 CPUtime=1.34
/proc/15000/task/15002/stat : 15002 (java) S 14998 15000 14951 0 -1 64 26030 0 0 0 123 11 0 0 17 0 13 0 151956779 1751887872 83747 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15000/tid=15003] ppid=14998 vsize=1710828 CPUtime=0
/proc/15000/task/15003/stat : 15003 (java) S 14998 15000 14951 0 -1 64 28 0 0 0 0 0 0 0 16 0 13 0 151956781 1751887872 83747 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=15000/tid=15004] ppid=14998 vsize=1710828 CPUtime=0
/proc/15000/task/15004/stat : 15004 (java) S 14998 15000 14951 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 151956782 1751887872 83747 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15000/tid=15005] ppid=14998 vsize=1710828 CPUtime=0
/proc/15000/task/15005/stat : 15005 (java) S 14998 15000 14951 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 151956782 1751887872 83747 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15000/tid=15006] ppid=14998 vsize=1710828 CPUtime=0
/proc/15000/task/15006/stat : 15006 (java) S 14998 15000 14951 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 151956788 1751887872 83747 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15000/tid=15007] ppid=14998 vsize=1710828 CPUtime=0.01
/proc/15000/task/15007/stat : 15007 (java) S 14998 15000 14951 0 -1 64 3 0 0 0 1 0 0 0 17 0 13 0 151956788 1751887872 83747 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15000/tid=15008] ppid=14998 vsize=1710828 CPUtime=0.98
/proc/15000/task/15008/stat : 15008 (java) S 14998 15000 14951 0 -1 64 1540 0 0 0 98 0 0 0 17 0 13 0 151956788 1751887872 83747 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15000/tid=15009] ppid=14998 vsize=1710828 CPUtime=0.75
/proc/15000/task/15009/stat : 15009 (java) S 14998 15000 14951 0 -1 64 666 0 0 0 75 0 0 0 16 0 13 0 151956788 1751887872 83747 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15000/tid=15010] ppid=14998 vsize=1710828 CPUtime=0
/proc/15000/task/15010/stat : 15010 (java) S 14998 15000 14951 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 151956788 1751887872 83747 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15000/tid=15011] ppid=14998 vsize=1710828 CPUtime=0
/proc/15000/task/15011/stat : 15011 (java) S 14998 15000 14951 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 151956788 1751887872 83747 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15000/tid=15020] ppid=14998 vsize=1710828 CPUtime=0
/proc/15000/task/15020/stat : 15020 (java) S 14998 15000 14951 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 151957534 1751887872 83747 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 32.24
Current children cumulated vsize (Kb) 1710828

[startup+40.0235 s]
/proc/loadavg: 0.99 0.98 0.99 2/76 15020
/proc/meminfo: memFree=1182392/2055920 swapFree=4183100/4192956
[pid=15000] ppid=14998 vsize=1710828 CPUtime=42.55
/proc/15000/stat : 15000 (java) R 14998 15000 14951 0 -1 0 104206 0 57 0 4196 59 0 0 25 0 13 0 151956757 1751887872 93777 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071630697 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/15000/statm: 427707 93777 1912 14 0 414454 0
[pid=15000/tid=15001] ppid=14998 vsize=1710828 CPUtime=1.65
/proc/15000/task/15001/stat : 15001 (java) S 14998 15000 14951 0 -1 64 32572 0 0 0 147 18 0 0 17 0 13 0 151956779 1751887872 93777 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15000/tid=15002] ppid=14998 vsize=1710828 CPUtime=1.66
/proc/15000/task/15002/stat : 15002 (java) S 14998 15000 14951 0 -1 64 32896 0 0 0 151 15 0 0 16 0 13 0 151956779 1751887872 93777 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15000/tid=15003] ppid=14998 vsize=1710828 CPUtime=0
/proc/15000/task/15003/stat : 15003 (java) S 14998 15000 14951 0 -1 64 31 0 0 0 0 0 0 0 16 0 13 0 151956781 1751887872 93777 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=15000/tid=15004] ppid=14998 vsize=1710828 CPUtime=0
/proc/15000/task/15004/stat : 15004 (java) S 14998 15000 14951 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 151956782 1751887872 93777 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15000/tid=15005] ppid=14998 vsize=1710828 CPUtime=0
/proc/15000/task/15005/stat : 15005 (java) S 14998 15000 14951 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 151956782 1751887872 93777 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15000/tid=15006] ppid=14998 vsize=1710828 CPUtime=0
/proc/15000/task/15006/stat : 15006 (java) S 14998 15000 14951 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 151956788 1751887872 93777 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15000/tid=15007] ppid=14998 vsize=1710828 CPUtime=0.01
/proc/15000/task/15007/stat : 15007 (java) S 14998 15000 14951 0 -1 64 3 0 0 0 1 0 0 0 17 0 13 0 151956788 1751887872 93777 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15000/tid=15008] ppid=14998 vsize=1710828 CPUtime=0.98
/proc/15000/task/15008/stat : 15008 (java) S 14998 15000 14951 0 -1 64 1540 0 0 0 98 0 0 0 17 0 13 0 151956788 1751887872 93777 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15000/tid=15009] ppid=14998 vsize=1710828 CPUtime=0.75
/proc/15000/task/15009/stat : 15009 (java) S 14998 15000 14951 0 -1 64 666 0 0 0 75 0 0 0 16 0 13 0 151956788 1751887872 93777 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15000/tid=15010] ppid=14998 vsize=1710828 CPUtime=0
/proc/15000/task/15010/stat : 15010 (java) S 14998 15000 14951 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 151956788 1751887872 93777 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15000/tid=15011] ppid=14998 vsize=1710828 CPUtime=0
/proc/15000/task/15011/stat : 15011 (java) S 14998 15000 14951 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 151956788 1751887872 93777 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15000/tid=15020] ppid=14998 vsize=1710828 CPUtime=0
/proc/15000/task/15020/stat : 15020 (java) S 14998 15000 14951 0 -1 64 0 0 0 0 0 0 0 0 16 0 13 0 151957534 1751887872 93777 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 42.55
Current children cumulated vsize (Kb) 1710828

[startup+50.0304 s]
/proc/loadavg: 0.99 0.98 0.99 2/76 15020
/proc/meminfo: memFree=1141880/2055920 swapFree=4183100/4192956
[pid=15000] ppid=14998 vsize=1710828 CPUtime=52.82
/proc/15000/stat : 15000 (java) R 14998 15000 14951 0 -1 0 115806 0 57 0 5217 65 0 0 25 0 13 0 151956757 1751887872 103880 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071492233 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/15000/statm: 427707 103880 1912 14 0 414454 0
[pid=15000/tid=15001] ppid=14998 vsize=1710828 CPUtime=1.92
/proc/15000/task/15001/stat : 15001 (java) S 14998 15000 14951 0 -1 64 39461 0 0 0 170 22 0 0 16 0 13 0 151956779 1751887872 103880 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15000/tid=15002] ppid=14998 vsize=1710828 CPUtime=1.93
/proc/15000/task/15002/stat : 15002 (java) S 14998 15000 14951 0 -1 64 37601 0 0 0 176 17 0 0 17 0 13 0 151956779 1751887872 103880 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15000/tid=15003] ppid=14998 vsize=1710828 CPUtime=0
/proc/15000/task/15003/stat : 15003 (java) S 14998 15000 14951 0 -1 64 33 0 0 0 0 0 0 0 16 0 13 0 151956781 1751887872 103880 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=15000/tid=15004] ppid=14998 vsize=1710828 CPUtime=0
/proc/15000/task/15004/stat : 15004 (java) S 14998 15000 14951 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 151956782 1751887872 103880 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15000/tid=15005] ppid=14998 vsize=1710828 CPUtime=0
/proc/15000/task/15005/stat : 15005 (java) S 14998 15000 14951 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 151956782 1751887872 103880 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15000/tid=15006] ppid=14998 vsize=1710828 CPUtime=0
/proc/15000/task/15006/stat : 15006 (java) S 14998 15000 14951 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 151956788 1751887872 103880 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15000/tid=15007] ppid=14998 vsize=1710828 CPUtime=0.01
/proc/15000/task/15007/stat : 15007 (java) S 14998 15000 14951 0 -1 64 3 0 0 0 1 0 0 0 17 0 13 0 151956788 1751887872 103880 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15000/tid=15008] ppid=14998 vsize=1710828 CPUtime=0.98
/proc/15000/task/15008/stat : 15008 (java) S 14998 15000 14951 0 -1 64 1540 0 0 0 98 0 0 0 17 0 13 0 151956788 1751887872 103880 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15000/tid=15009] ppid=14998 vsize=1710828 CPUtime=0.75
/proc/15000/task/15009/stat : 15009 (java) S 14998 15000 14951 0 -1 64 666 0 0 0 75 0 0 0 16 0 13 0 151956788 1751887872 103880 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15000/tid=15010] ppid=14998 vsize=1710828 CPUtime=0
/proc/15000/task/15010/stat : 15010 (java) S 14998 15000 14951 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 151956788 1751887872 103880 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15000/tid=15011] ppid=14998 vsize=1710828 CPUtime=0
/proc/15000/task/15011/stat : 15011 (java) S 14998 15000 14951 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 151956788 1751887872 103880 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15000/tid=15020] ppid=14998 vsize=1710828 CPUtime=0
/proc/15000/task/15020/stat : 15020 (java) S 14998 15000 14951 0 -1 64 0 0 0 0 0 0 0 0 16 0 13 0 151957534 1751887872 103880 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 52.82
Current children cumulated vsize (Kb) 1710828

[startup+60.0374 s]
/proc/loadavg: 0.99 0.98 0.99 2/76 15020
/proc/meminfo: memFree=1097656/2055920 swapFree=4183100/4192956
[pid=15000] ppid=14998 vsize=1710828 CPUtime=63.15
/proc/15000/stat : 15000 (java) R 14998 15000 14951 0 -1 0 128259 0 57 0 6245 70 0 0 17 0 13 0 151956757 1751887872 114914 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071492339 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/15000/statm: 427707 114914 1912 14 0 414454 0
[pid=15000/tid=15001] ppid=14998 vsize=1710828 CPUtime=2.25
/proc/15000/task/15001/stat : 15001 (java) S 14998 15000 14951 0 -1 64 45806 0 0 0 201 24 0 0 16 0 13 0 151956779 1751887872 114914 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15000/tid=15002] ppid=14998 vsize=1710828 CPUtime=2.27
/proc/15000/task/15002/stat : 15002 (java) S 14998 15000 14951 0 -1 64 43702 0 0 0 207 20 0 0 16 0 13 0 151956779 1751887872 114914 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15000/tid=15003] ppid=14998 vsize=1710828 CPUtime=0
/proc/15000/task/15003/stat : 15003 (java) S 14998 15000 14951 0 -1 64 35 0 0 0 0 0 0 0 15 0 13 0 151956781 1751887872 114914 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=15000/tid=15004] ppid=14998 vsize=1710828 CPUtime=0
/proc/15000/task/15004/stat : 15004 (java) S 14998 15000 14951 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 151956782 1751887872 114914 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15000/tid=15005] ppid=14998 vsize=1710828 CPUtime=0
/proc/15000/task/15005/stat : 15005 (java) S 14998 15000 14951 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 151956782 1751887872 114914 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15000/tid=15006] ppid=14998 vsize=1710828 CPUtime=0

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

/proc/15000/task/15005/stat : 15005 (java) S 14998 15000 14951 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 151956782 1751887872 389384 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15000/tid=15006] ppid=14998 vsize=1710828 CPUtime=0
/proc/15000/task/15006/stat : 15006 (java) S 14998 15000 14951 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 151956788 1751887872 389384 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15000/tid=15007] ppid=14998 vsize=1710828 CPUtime=0.01
/proc/15000/task/15007/stat : 15007 (java) S 14998 15000 14951 0 -1 64 3 0 0 0 1 0 0 0 16 0 13 0 151956788 1751887872 389384 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15000/tid=15008] ppid=14998 vsize=1710828 CPUtime=1.02
/proc/15000/task/15008/stat : 15008 (java) S 14998 15000 14951 0 -1 64 1540 0 0 0 102 0 0 0 17 0 13 0 151956788 1751887872 389384 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15000/tid=15009] ppid=14998 vsize=1710828 CPUtime=0.81
/proc/15000/task/15009/stat : 15009 (java) S 14998 15000 14951 0 -1 64 672 0 0 0 81 0 0 0 16 0 13 0 151956788 1751887872 389384 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15000/tid=15010] ppid=14998 vsize=1710828 CPUtime=0
/proc/15000/task/15010/stat : 15010 (java) S 14998 15000 14951 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 151956788 1751887872 389384 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15000/tid=15011] ppid=14998 vsize=1710828 CPUtime=0
/proc/15000/task/15011/stat : 15011 (java) S 14998 15000 14951 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 151956788 1751887872 389384 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15000/tid=15022] ppid=14998 vsize=1710828 CPUtime=0
/proc/15000/task/15022/stat : 15022 (java) S 14998 15000 14951 0 -1 64 103 0 0 0 0 0 0 0 16 0 13 0 151985910 1751887872 389384 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1798.65
Current children cumulated vsize (Kb) 1710828

[startup+1786.55 s]
/proc/loadavg: 1.00 1.00 1.00 2/76 15696
/proc/meminfo: memFree=22120/2055920 swapFree=4183100/4192956
[pid=15000] ppid=14998 vsize=1710828 CPUtime=1799.66
/proc/15000/stat : 15000 (java) S 14998 15000 14951 0 -1 0 443526 0 57 0 179730 236 0 0 17 0 13 0 151956757 1751887872 389384 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/15000/statm: 427707 389384 1914 14 0 414454 0
[pid=15000/tid=15001] ppid=14998 vsize=1710828 CPUtime=13.16
/proc/15000/task/15001/stat : 15001 (java) S 14998 15000 14951 0 -1 64 198999 0 0 0 1219 97 0 0 16 0 13 0 151956779 1751887872 389384 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15000/tid=15002] ppid=14998 vsize=1710828 CPUtime=13.18
/proc/15000/task/15002/stat : 15002 (java) S 14998 15000 14951 0 -1 64 204676 0 0 0 1219 99 0 0 16 0 13 0 151956779 1751887872 389384 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15000/tid=15003] ppid=14998 vsize=1710828 CPUtime=836.06
/proc/15000/task/15003/stat : 15003 (java) R 14998 15000 14951 0 -1 64 828 0 0 0 83594 12 0 0 25 0 13 0 151956781 1751887872 389384 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4154939788 0 0 0 23759 0 0 0 -1 0 0 0
[pid=15000/tid=15004] ppid=14998 vsize=1710828 CPUtime=0
/proc/15000/task/15004/stat : 15004 (java) S 14998 15000 14951 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 151956782 1751887872 389384 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15000/tid=15005] ppid=14998 vsize=1710828 CPUtime=0
/proc/15000/task/15005/stat : 15005 (java) S 14998 15000 14951 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 151956782 1751887872 389384 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15000/tid=15006] ppid=14998 vsize=1710828 CPUtime=0
/proc/15000/task/15006/stat : 15006 (java) S 14998 15000 14951 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 151956788 1751887872 389384 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15000/tid=15007] ppid=14998 vsize=1710828 CPUtime=0.01
/proc/15000/task/15007/stat : 15007 (java) S 14998 15000 14951 0 -1 64 3 0 0 0 1 0 0 0 16 0 13 0 151956788 1751887872 389384 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15000/tid=15008] ppid=14998 vsize=1710828 CPUtime=1.02
/proc/15000/task/15008/stat : 15008 (java) S 14998 15000 14951 0 -1 64 1540 0 0 0 102 0 0 0 17 0 13 0 151956788 1751887872 389384 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15000/tid=15009] ppid=14998 vsize=1710828 CPUtime=0.81
/proc/15000/task/15009/stat : 15009 (java) S 14998 15000 14951 0 -1 64 672 0 0 0 81 0 0 0 16 0 13 0 151956788 1751887872 389384 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15000/tid=15010] ppid=14998 vsize=1710828 CPUtime=0
/proc/15000/task/15010/stat : 15010 (java) S 14998 15000 14951 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 151956788 1751887872 389384 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15000/tid=15011] ppid=14998 vsize=1710828 CPUtime=0
/proc/15000/task/15011/stat : 15011 (java) S 14998 15000 14951 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 151956788 1751887872 389384 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15000/tid=15022] ppid=14998 vsize=1710828 CPUtime=0
/proc/15000/task/15022/stat : 15022 (java) S 14998 15000 14951 0 -1 64 103 0 0 0 0 0 0 0 16 0 13 0 151985910 1751887872 389384 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1799.66
Current children cumulated vsize (Kb) 1710828

[startup+1787.56 s]
/proc/loadavg: 1.00 1.00 1.00 2/76 15696
/proc/meminfo: memFree=22120/2055920 swapFree=4183100/4192956
[pid=15000] ppid=14998 vsize=1710828 CPUtime=1800.66
/proc/15000/stat : 15000 (java) S 14998 15000 14951 0 -1 0 443526 0 57 0 179830 236 0 0 17 0 13 0 151956757 1751887872 389384 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/15000/statm: 427707 389384 1914 14 0 414454 0
[pid=15000/tid=15001] ppid=14998 vsize=1710828 CPUtime=13.16
/proc/15000/task/15001/stat : 15001 (java) S 14998 15000 14951 0 -1 64 198999 0 0 0 1219 97 0 0 16 0 13 0 151956779 1751887872 389384 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15000/tid=15002] ppid=14998 vsize=1710828 CPUtime=13.18
/proc/15000/task/15002/stat : 15002 (java) S 14998 15000 14951 0 -1 64 204676 0 0 0 1219 99 0 0 16 0 13 0 151956779 1751887872 389384 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15000/tid=15003] ppid=14998 vsize=1710828 CPUtime=837.07
/proc/15000/task/15003/stat : 15003 (java) R 14998 15000 14951 0 -1 64 828 0 0 0 83695 12 0 0 25 0 13 0 151956781 1751887872 389384 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4152716290 0 0 0 23759 0 0 0 -1 0 0 0
[pid=15000/tid=15004] ppid=14998 vsize=1710828 CPUtime=0
/proc/15000/task/15004/stat : 15004 (java) S 14998 15000 14951 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 151956782 1751887872 389384 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15000/tid=15005] ppid=14998 vsize=1710828 CPUtime=0
/proc/15000/task/15005/stat : 15005 (java) S 14998 15000 14951 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 151956782 1751887872 389384 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15000/tid=15006] ppid=14998 vsize=1710828 CPUtime=0
/proc/15000/task/15006/stat : 15006 (java) S 14998 15000 14951 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 151956788 1751887872 389384 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15000/tid=15007] ppid=14998 vsize=1710828 CPUtime=0.01
/proc/15000/task/15007/stat : 15007 (java) S 14998 15000 14951 0 -1 64 3 0 0 0 1 0 0 0 16 0 13 0 151956788 1751887872 389384 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15000/tid=15008] ppid=14998 vsize=1710828 CPUtime=1.02
/proc/15000/task/15008/stat : 15008 (java) S 14998 15000 14951 0 -1 64 1540 0 0 0 102 0 0 0 17 0 13 0 151956788 1751887872 389384 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15000/tid=15009] ppid=14998 vsize=1710828 CPUtime=0.81
/proc/15000/task/15009/stat : 15009 (java) S 14998 15000 14951 0 -1 64 672 0 0 0 81 0 0 0 16 0 13 0 151956788 1751887872 389384 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15000/tid=15010] ppid=14998 vsize=1710828 CPUtime=0
/proc/15000/task/15010/stat : 15010 (java) S 14998 15000 14951 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 151956788 1751887872 389384 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15000/tid=15011] ppid=14998 vsize=1710828 CPUtime=0
/proc/15000/task/15011/stat : 15011 (java) S 14998 15000 14951 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 151956788 1751887872 389384 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15000/tid=15022] ppid=14998 vsize=1710828 CPUtime=0
/proc/15000/task/15022/stat : 15022 (java) S 14998 15000 14951 0 -1 64 103 0 0 0 0 0 0 0 16 0 13 0 151985910 1751887872 389384 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.66
Current children cumulated vsize (Kb) 1710828



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1787.56 s]
/proc/loadavg: 1.00 1.00 1.00 2/76 15696
/proc/meminfo: memFree=22120/2055920 swapFree=4183100/4192956
[pid=15000] ppid=14998 vsize=1710828 CPUtime=1800.67
/proc/15000/stat : 15000 (java) S 14998 15000 14951 0 -1 0 443526 0 57 0 179831 236 0 0 17 0 13 0 151956757 1751887872 389384 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/15000/statm: 427707 389384 1914 14 0 414454 0
[pid=15000/tid=15001] ppid=14998 vsize=1710828 CPUtime=13.16
/proc/15000/task/15001/stat : 15001 (java) S 14998 15000 14951 0 -1 64 198999 0 0 0 1219 97 0 0 16 0 13 0 151956779 1751887872 389384 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15000/tid=15002] ppid=14998 vsize=1710828 CPUtime=13.18
/proc/15000/task/15002/stat : 15002 (java) S 14998 15000 14951 0 -1 64 204676 0 0 0 1219 99 0 0 16 0 13 0 151956779 1751887872 389384 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15000/tid=15003] ppid=14998 vsize=1710828 CPUtime=837.07
/proc/15000/task/15003/stat : 15003 (java) R 14998 15000 14951 0 -1 64 828 0 0 0 83695 12 0 0 25 0 13 0 151956781 1751887872 389384 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4152716171 0 0 0 23759 0 0 0 -1 0 0 0
[pid=15000/tid=15004] ppid=14998 vsize=1710828 CPUtime=0
/proc/15000/task/15004/stat : 15004 (java) S 14998 15000 14951 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 151956782 1751887872 389384 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15000/tid=15005] ppid=14998 vsize=1710828 CPUtime=0
/proc/15000/task/15005/stat : 15005 (java) S 14998 15000 14951 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 151956782 1751887872 389384 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15000/tid=15006] ppid=14998 vsize=1710828 CPUtime=0
/proc/15000/task/15006/stat : 15006 (java) S 14998 15000 14951 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 151956788 1751887872 389384 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15000/tid=15007] ppid=14998 vsize=1710828 CPUtime=0.01
/proc/15000/task/15007/stat : 15007 (java) S 14998 15000 14951 0 -1 64 3 0 0 0 1 0 0 0 16 0 13 0 151956788 1751887872 389384 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15000/tid=15008] ppid=14998 vsize=1710828 CPUtime=1.02
/proc/15000/task/15008/stat : 15008 (java) S 14998 15000 14951 0 -1 64 1540 0 0 0 102 0 0 0 17 0 13 0 151956788 1751887872 389384 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15000/tid=15009] ppid=14998 vsize=1710828 CPUtime=0.81
/proc/15000/task/15009/stat : 15009 (java) S 14998 15000 14951 0 -1 64 672 0 0 0 81 0 0 0 16 0 13 0 151956788 1751887872 389384 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15000/tid=15010] ppid=14998 vsize=1710828 CPUtime=0
/proc/15000/task/15010/stat : 15010 (java) S 14998 15000 14951 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 151956788 1751887872 389384 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15000/tid=15011] ppid=14998 vsize=1710828 CPUtime=0
/proc/15000/task/15011/stat : 15011 (java) S 14998 15000 14951 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 151956788 1751887872 389384 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15000/tid=15022] ppid=14998 vsize=1710828 CPUtime=0
/proc/15000/task/15022/stat : 15022 (java) S 14998 15000 14951 0 -1 64 103 0 0 0 0 0 0 0 16 0 13 0 151985910 1751887872 389384 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.67
Current children cumulated vsize (Kb) 1710828

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

[startup+1788.58 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 15697
/proc/meminfo: memFree=22048/2055920 swapFree=4183100/4192956
[pid=15000] ppid=14998 vsize=1710828 CPUtime=1801.68
/proc/15000/stat : 15000 (java) S 14998 15000 14951 0 -1 0 443527 0 57 0 179932 236 0 0 16 0 13 0 151956757 1751887872 389384 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/15000/statm: 427707 389384 1914 14 0 414454 0
[pid=15000/tid=15001] ppid=14998 vsize=1710828 CPUtime=13.16
/proc/15000/task/15001/stat : 15001 (java) S 14998 15000 14951 0 -1 64 198999 0 0 0 1219 97 0 0 16 0 13 0 151956779 1751887872 389384 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15000/tid=15002] ppid=14998 vsize=1710828 CPUtime=13.18
/proc/15000/task/15002/stat : 15002 (java) S 14998 15000 14951 0 -1 64 204676 0 0 0 1219 99 0 0 16 0 13 0 151956779 1751887872 389384 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15000/tid=15003] ppid=14998 vsize=1710828 CPUtime=838.09
/proc/15000/task/15003/stat : 15003 (java) R 14998 15000 14951 0 -1 64 828 0 0 0 83797 12 0 0 25 0 13 0 151956781 1751887872 389384 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4152716296 0 0 0 23759 0 0 0 -1 0 0 0
[pid=15000/tid=15004] ppid=14998 vsize=1710828 CPUtime=0
/proc/15000/task/15004/stat : 15004 (java) S 14998 15000 14951 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 151956782 1751887872 389384 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15000/tid=15005] ppid=14998 vsize=1710828 CPUtime=0
/proc/15000/task/15005/stat : 15005 (java) S 14998 15000 14951 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 151956782 1751887872 389384 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15000/tid=15006] ppid=14998 vsize=1710828 CPUtime=0
/proc/15000/task/15006/stat : 15006 (java) S 14998 15000 14951 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 151956788 1751887872 389384 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15000/tid=15007] ppid=14998 vsize=1710828 CPUtime=0.01
/proc/15000/task/15007/stat : 15007 (java) S 14998 15000 14951 0 -1 64 3 0 0 0 1 0 0 0 16 0 13 0 151956788 1751887872 389384 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15000/tid=15008] ppid=14998 vsize=1710828 CPUtime=1.02
/proc/15000/task/15008/stat : 15008 (java) S 14998 15000 14951 0 -1 64 1540 0 0 0 102 0 0 0 17 0 13 0 151956788 1751887872 389384 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15000/tid=15009] ppid=14998 vsize=1710828 CPUtime=0.81
/proc/15000/task/15009/stat : 15009 (java) S 14998 15000 14951 0 -1 64 672 0 0 0 81 0 0 0 16 0 13 0 151956788 1751887872 389384 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15000/tid=15010] ppid=14998 vsize=1710828 CPUtime=0
/proc/15000/task/15010/stat : 15010 (java) S 14998 15000 14951 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 151956788 1751887872 389384 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15000/tid=15011] ppid=14998 vsize=1710828 CPUtime=0
/proc/15000/task/15011/stat : 15011 (java) S 14998 15000 14951 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 151956788 1751887872 389384 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15000/tid=15022] ppid=14998 vsize=1710828 CPUtime=0
/proc/15000/task/15022/stat : 15022 (java) S 14998 15000 14951 0 -1 64 103 0 0 0 0 0 0 0 16 0 13 0 151985910 1751887872 389384 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1801.68
Current children cumulated vsize (Kb) 1710828

Sending SIGKILL to process tree (bottom up)

[startup+1789.58 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 15697
/proc/meminfo: memFree=22048/2055920 swapFree=4183100/4192956
[pid=15000] ppid=14998 vsize=1710828 CPUtime=1802.69
/proc/15000/stat : 15000 (java) S 14998 15000 14951 0 -1 0 443527 0 57 0 180033 236 0 0 16 0 13 0 151956757 1751887872 389384 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/15000/statm: 427707 389384 1914 14 0 414454 0
[pid=15000/tid=15001] ppid=14998 vsize=1710828 CPUtime=13.16
/proc/15000/task/15001/stat : 15001 (java) S 14998 15000 14951 0 -1 64 198999 0 0 0 1219 97 0 0 16 0 13 0 151956779 1751887872 389384 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15000/tid=15002] ppid=14998 vsize=1710828 CPUtime=13.18
/proc/15000/task/15002/stat : 15002 (java) S 14998 15000 14951 0 -1 64 204676 0 0 0 1219 99 0 0 16 0 13 0 151956779 1751887872 389384 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15000/tid=15003] ppid=14998 vsize=1710828 CPUtime=839.09
/proc/15000/task/15003/stat : 15003 (java) R 14998 15000 14951 0 -1 64 828 0 0 0 83897 12 0 0 25 0 13 0 151956781 1751887872 389384 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4154938661 0 0 0 23759 0 0 0 -1 0 0 0
[pid=15000/tid=15004] ppid=14998 vsize=1710828 CPUtime=0
/proc/15000/task/15004/stat : 15004 (java) S 14998 15000 14951 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 151956782 1751887872 389384 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15000/tid=15005] ppid=14998 vsize=1710828 CPUtime=0
/proc/15000/task/15005/stat : 15005 (java) S 14998 15000 14951 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 151956782 1751887872 389384 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15000/tid=15006] ppid=14998 vsize=1710828 CPUtime=0
/proc/15000/task/15006/stat : 15006 (java) S 14998 15000 14951 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 151956788 1751887872 389384 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15000/tid=15007] ppid=14998 vsize=1710828 CPUtime=0.01
/proc/15000/task/15007/stat : 15007 (java) S 14998 15000 14951 0 -1 64 3 0 0 0 1 0 0 0 16 0 13 0 151956788 1751887872 389384 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15000/tid=15008] ppid=14998 vsize=1710828 CPUtime=1.02
/proc/15000/task/15008/stat : 15008 (java) S 14998 15000 14951 0 -1 64 1540 0 0 0 102 0 0 0 17 0 13 0 151956788 1751887872 389384 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15000/tid=15009] ppid=14998 vsize=1710828 CPUtime=0.81
/proc/15000/task/15009/stat : 15009 (java) S 14998 15000 14951 0 -1 64 672 0 0 0 81 0 0 0 16 0 13 0 151956788 1751887872 389384 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15000/tid=15010] ppid=14998 vsize=1710828 CPUtime=0
/proc/15000/task/15010/stat : 15010 (java) S 14998 15000 14951 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 151956788 1751887872 389384 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15000/tid=15011] ppid=14998 vsize=1710828 CPUtime=0
/proc/15000/task/15011/stat : 15011 (java) S 14998 15000 14951 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 151956788 1751887872 389384 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15000/tid=15022] ppid=14998 vsize=1710828 CPUtime=0
/proc/15000/task/15022/stat : 15022 (java) S 14998 15000 14951 0 -1 64 103 0 0 0 0 0 0 0 16 0 13 0 151985910 1751887872 389384 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1802.69
Current children cumulated vsize (Kb) 1710828

Child ended because it received signal 9 (SIGKILL)
Real time (s): 1789.83
CPU time (s): 1802.94
CPU user time (s): 1800.33
CPU system time (s): 2.6086
CPU usage (%): 100.732
Max. virtual memory (cumulated for all children) (Kb): 1710828
The end

Launcher Data (download as text)

Begin job on node1 on Fri Jul 28 01:42:31 UTC 2006


FILE ID= 43079-1154050951

PBS_JOBID= 881859

BENCH NAME= HOME/pub/bench/PB06//final/normalized-PB06/OPT-SMALLINT/web/www.nlsde.buaa.edu.cn/~kexu/benchmarks/frb45-21-opb/normalized-frb45-21-2.opb
COMMAND LINE= java -server -Xms1500M -Xmx1500M -jar ROOT/solvers/PB/PB06final/user5/sat4jPseudoHeuristics.jar ROOT/tmp/node1/43079-1154050951/instance-43079-1154050951.opb 847366880
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node1/watcher-43079-1154050951 -o ROOT/results/node1/solver-43079-1154050951 -C 1800 -M 1800 -S 64  java -server -Xms1500M -Xmx1500M -jar ROOT/solvers/PB/PB06final/user5/sat4jPseudoHeuristics.jar ROOT/tmp/node1/43079-1154050951/instance-43079-1154050951.opb 847366880

MD5SUM SOLVER= 3cef94aa015dc0dd234d31843a257d70
MD5SUM BENCH=  aabc023158e10c9511062af8ac97c515

RANDOM SEED= 847366880

TIMEOUT= 1800 seconds


/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.281
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.281
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1566544 kB
Buffers:         33780 kB
Cached:         395660 kB
SwapCached:       3652 kB
Active:         217852 kB
Inactive:       220168 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1566544 kB
SwapTotal:     4192956 kB
SwapFree:      4183100 kB
Dirty:             204 kB
Writeback:           0 kB
Mapped:          14596 kB
Slab:            37324 kB
Committed_AS:   630216 kB
PageTables:       1464 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB


End job on node1 on Fri Jul 28 02:12:21 UTC 2006