Trace number 50918

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds, and are wall clock time (not CPU time).

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerObjective functionCPU timeWall clock time
SAT4JPSEUDO 2006.2? (TO) 1800.58 1788.49

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/
bounded_golomb_rulers/normalized-bogr_20.opb
MD5SUM601a73d2c5752739e04dd0126b5500f0
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark398
Best CPU time to get the best result obtained on this benchmark1782.75
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 398
Optimality of the best value was proved NO
Number of variables13478
Total number of constraints26620
Number of constraints which are clauses1
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints26619
Minimum length of a constraint1
Maximum length of a constraint37
Number of terms in the objective function 9
Biggest coefficient in the objective function 190
Number of bits for the biggest coefficient in the objective function 8
Sum of the numbers in the objective function 445
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 589
Number of bits of the biggest number in a constraint 10
Biggest sum of numbers in a constraint 2977
Number of bits of the biggest sum of numbers12
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data (download as text)

0.19	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.19	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.19	c no version file found!!!
0.19	c sun.arch.data.model	32
0.19	c java.version	1.5.0_06
0.19	c os.name	Linux
0.19	c os.version	2.6.9-22.EL.rootsmp
0.19	c os.arch	i386
0.19	c Free memory 1548419056
0.19	c Max memory 1551040512
0.19	c Total memory 1551040512
0.19	c Number of processors 2
0.24	c Cutting planes based inference
0.24	c --- Begin Solver configuration ---
0.24	c org.sat4j.minisat.uip.FirstUIP@1037c71
0.24	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@1df073d
0.24	c org.sat4j.minisat.learning.MiniSATLearning@1546e25
0.24	c conflictBoundIncFactor=1.5 learntBoundIncFactor=1.1 initLearntBoundConstraintFactor=10000.0 initConflictBound=100 
0.24	c VSIDS like heuristics from MiniSAT using a heap
0.24	c No reason simplification
0.24	c --- End Solver configuration ---
0.24	c solving ROOT/tmp/node39/50918-1154113512/instance-50918-1154113512.opb
0.24	c reading problem ... 
18.06	c ... done. Time 17.818 ms.
18.06	c #vars     13478
18.06	c #constraints  26619
1788.37	c starts		: 12
1788.37	c conflicts		: 19001
1788.37	c decisions		: 41338
1788.37	c propagations		: 5413988
1788.37	c inspects		: 275064701
1788.37	c learnt literals	: 0
1788.37	c learnt binary clauses	: 0
1788.37	c learnt ternary clauses	: 0
1788.37	c learnt clauses	: 19001
1788.37	c root simplifications	: 0
1788.37	c removed literals (reason simplification)	: 0
1788.37	c reason swapping (by a shorter reason)	: 0
1788.37	c Calls to reduceDB	: 0
1788.37	c speed (decisions/second)	: 23.351095108629647
1788.37	c non guided choices	13308
1788.37	s UNKNOWN
1788.37	c Total wall clock time (ms): 1788.126

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

Current StackSize limit: 67108864 bytes

/proc/loadavg: 1.00 1.00 1.00 3/64 26869
/proc/meminfo: memFree=1476320/2055920 swapFree=4183200/4192956
[pid=26869] ppid=26867 vsize=1784 CPUtime=0
/proc/26869/stat : 26869 (java) D 26867 26869 26820 0 -1 0 167 0 0 0 0 0 0 0 18 0 1 0 158222472 1826816 137 18446744073709551615 134512640 134570276 4294956608 18446744073709551615 4294960144 0 2147483391 4096 0 18446744072099781622 0 0 17 1 0 0
/proc/26869/statm: 446 139 104 14 0 91 0

[startup+10.003 s]
/proc/loadavg: 1.00 1.00 1.00 2/75 26880
/proc/meminfo: memFree=1267544/2055920 swapFree=4183200/4192956
[pid=26869] ppid=26867 vsize=1712844 CPUtime=11.18
/proc/26869/stat : 26869 (java) R 26867 26869 26820 0 -1 0 57071 0 1 0 1090 28 0 0 22 0 12 0 158222472 1753952256 53961 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071335065 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26869/statm: 428211 53961 1882 14 0 414958 0
[pid=26869/tid=26870] ppid=26867 vsize=1712844 CPUtime=0.51
/proc/26869/task/26870/stat : 26870 (java) S 26867 26869 26820 0 -1 64 7093 0 0 0 48 3 0 0 16 0 12 0 158222480 1753952256 53961 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26869/tid=26871] ppid=26867 vsize=1712844 CPUtime=0.51
/proc/26869/task/26871/stat : 26871 (java) S 26867 26869 26820 0 -1 64 9934 0 0 0 47 4 0 0 16 0 12 0 158222480 1753952256 53961 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26869/tid=26872] ppid=26867 vsize=1712844 CPUtime=0
/proc/26869/task/26872/stat : 26872 (java) S 26867 26869 26820 0 -1 64 24 0 0 0 0 0 0 0 16 0 12 0 158222482 1753952256 53961 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=26869/tid=26873] ppid=26867 vsize=1712844 CPUtime=0
/proc/26869/task/26873/stat : 26873 (java) S 26867 26869 26820 0 -1 64 9 0 0 0 0 0 0 0 17 0 12 0 158222483 1753952256 53961 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26869/tid=26874] ppid=26867 vsize=1712844 CPUtime=0
/proc/26869/task/26874/stat : 26874 (java) S 26867 26869 26820 0 -1 64 5 0 0 0 0 0 0 0 17 0 12 0 158222483 1753952256 53961 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26869/tid=26875] ppid=26867 vsize=1712844 CPUtime=0
/proc/26869/task/26875/stat : 26875 (java) S 26867 26869 26820 0 -1 64 0 0 0 0 0 0 0 0 23 0 12 0 158222486 1753952256 53961 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26869/tid=26876] ppid=26867 vsize=1712844 CPUtime=0
/proc/26869/task/26876/stat : 26876 (java) S 26867 26869 26820 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 158222486 1753952256 53961 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26869/tid=26877] ppid=26867 vsize=1712844 CPUtime=0.44
/proc/26869/task/26877/stat : 26877 (java) S 26867 26869 26820 0 -1 64 1962 0 0 0 44 0 0 0 17 0 12 0 158222486 1753952256 53961 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26869/tid=26878] ppid=26867 vsize=1712844 CPUtime=0.51
/proc/26869/task/26878/stat : 26878 (java) S 26867 26869 26820 0 -1 64 1556 0 0 0 50 1 0 0 17 0 12 0 158222486 1753952256 53961 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26869/tid=26879] ppid=26867 vsize=1712844 CPUtime=0
/proc/26869/task/26879/stat : 26879 (java) S 26867 26869 26820 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 158222486 1753952256 53961 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26869/tid=26880] ppid=26867 vsize=1712844 CPUtime=0
/proc/26869/task/26880/stat : 26880 (java) S 26867 26869 26820 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 158222486 1753952256 53961 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 11.18
Current children cumulated vsize (Kb) 1712844

[startup+20.0099 s]
/proc/loadavg: 1.00 1.00 1.00 2/76 26881
/proc/meminfo: memFree=1226896/2055920 swapFree=4183200/4192956
[pid=26869] ppid=26867 vsize=1716832 CPUtime=21.95
/proc/26869/stat : 26869 (java) R 26867 26869 26820 0 -1 0 70611 0 1 0 2160 35 0 0 25 0 13 0 158222472 1758035968 64172 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071579051 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26869/statm: 429208 64172 1906 14 0 415955 0
[pid=26869/tid=26870] ppid=26867 vsize=1716832 CPUtime=0.82
/proc/26869/task/26870/stat : 26870 (java) S 26867 26869 26820 0 -1 64 11995 0 0 0 77 5 0 0 16 0 13 0 158222480 1758035968 64172 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26869/tid=26871] ppid=26867 vsize=1716832 CPUtime=0.82
/proc/26869/task/26871/stat : 26871 (java) S 26867 26869 26820 0 -1 64 15854 0 0 0 75 7 0 0 16 0 13 0 158222480 1758035968 64172 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26869/tid=26872] ppid=26867 vsize=1716832 CPUtime=0
/proc/26869/task/26872/stat : 26872 (java) S 26867 26869 26820 0 -1 64 25 0 0 0 0 0 0 0 16 0 13 0 158222482 1758035968 64172 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=26869/tid=26873] ppid=26867 vsize=1716832 CPUtime=0
/proc/26869/task/26873/stat : 26873 (java) S 26867 26869 26820 0 -1 64 9 0 0 0 0 0 0 0 17 0 13 0 158222483 1758035968 64172 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26869/tid=26874] ppid=26867 vsize=1716832 CPUtime=0
/proc/26869/task/26874/stat : 26874 (java) S 26867 26869 26820 0 -1 64 5 0 0 0 0 0 0 0 17 0 13 0 158222483 1758035968 64172 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26869/tid=26875] ppid=26867 vsize=1716832 CPUtime=0
/proc/26869/task/26875/stat : 26875 (java) S 26867 26869 26820 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 158222486 1758035968 64172 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26869/tid=26876] ppid=26867 vsize=1716832 CPUtime=0
/proc/26869/task/26876/stat : 26876 (java) S 26867 26869 26820 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 158222486 1758035968 64172 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26869/tid=26877] ppid=26867 vsize=1716832 CPUtime=0.67
/proc/26869/task/26877/stat : 26877 (java) S 26867 26869 26820 0 -1 64 2530 0 0 0 67 0 0 0 16 0 13 0 158222486 1758035968 64172 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26869/tid=26878] ppid=26867 vsize=1716832 CPUtime=0.91
/proc/26869/task/26878/stat : 26878 (java) S 26867 26869 26820 0 -1 64 3639 0 0 0 90 1 0 0 16 0 13 0 158222486 1758035968 64172 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26869/tid=26879] ppid=26867 vsize=1716832 CPUtime=0
/proc/26869/task/26879/stat : 26879 (java) S 26867 26869 26820 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 158222486 1758035968 64172 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26869/tid=26880] ppid=26867 vsize=1716832 CPUtime=0
/proc/26869/task/26880/stat : 26880 (java) S 26867 26869 26820 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 158222486 1758035968 64172 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26869/tid=26881] ppid=26867 vsize=1716832 CPUtime=0
/proc/26869/task/26881/stat : 26881 (java) S 26867 26869 26820 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 158224282 1758035968 64172 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 21.95
Current children cumulated vsize (Kb) 1716832

[startup+30.0168 s]
/proc/loadavg: 1.00 1.00 1.00 2/76 26881
/proc/meminfo: memFree=1222416/2055920 swapFree=4183200/4192956
[pid=26869] ppid=26867 vsize=1716832 CPUtime=32.2
/proc/26869/stat : 26869 (java) R 26867 26869 26820 0 -1 0 71785 0 1 0 3185 35 0 0 25 0 13 0 158222472 1758035968 65321 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071633657 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26869/statm: 429208 65321 1907 14 0 415955 0
[pid=26869/tid=26870] ppid=26867 vsize=1716832 CPUtime=0.87
/proc/26869/task/26870/stat : 26870 (java) S 26867 26869 26820 0 -1 64 12402 0 0 0 82 5 0 0 16 0 13 0 158222480 1758035968 65321 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26869/tid=26871] ppid=26867 vsize=1716832 CPUtime=0.87
/proc/26869/task/26871/stat : 26871 (java) S 26867 26869 26820 0 -1 64 16436 0 0 0 80 7 0 0 16 0 13 0 158222480 1758035968 65321 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26869/tid=26872] ppid=26867 vsize=1716832 CPUtime=0
/proc/26869/task/26872/stat : 26872 (java) S 26867 26869 26820 0 -1 64 26 0 0 0 0 0 0 0 16 0 13 0 158222482 1758035968 65321 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=26869/tid=26873] ppid=26867 vsize=1716832 CPUtime=0
/proc/26869/task/26873/stat : 26873 (java) S 26867 26869 26820 0 -1 64 9 0 0 0 0 0 0 0 17 0 13 0 158222483 1758035968 65321 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26869/tid=26874] ppid=26867 vsize=1716832 CPUtime=0
/proc/26869/task/26874/stat : 26874 (java) S 26867 26869 26820 0 -1 64 5 0 0 0 0 0 0 0 17 0 13 0 158222483 1758035968 65321 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26869/tid=26875] ppid=26867 vsize=1716832 CPUtime=0
/proc/26869/task/26875/stat : 26875 (java) S 26867 26869 26820 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 158222486 1758035968 65321 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26869/tid=26876] ppid=26867 vsize=1716832 CPUtime=0
/proc/26869/task/26876/stat : 26876 (java) S 26867 26869 26820 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 158222486 1758035968 65321 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26869/tid=26877] ppid=26867 vsize=1716832 CPUtime=0.77
/proc/26869/task/26877/stat : 26877 (java) S 26867 26869 26820 0 -1 64 2538 0 0 0 77 0 0 0 16 0 13 0 158222486 1758035968 65321 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26869/tid=26878] ppid=26867 vsize=1716832 CPUtime=1.06
/proc/26869/task/26878/stat : 26878 (java) S 26867 26869 26820 0 -1 64 3663 0 0 0 105 1 0 0 16 0 13 0 158222486 1758035968 65321 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26869/tid=26879] ppid=26867 vsize=1716832 CPUtime=0
/proc/26869/task/26879/stat : 26879 (java) S 26867 26869 26820 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 158222486 1758035968 65321 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26869/tid=26880] ppid=26867 vsize=1716832 CPUtime=0
/proc/26869/task/26880/stat : 26880 (java) S 26867 26869 26820 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 158222486 1758035968 65321 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26869/tid=26881] ppid=26867 vsize=1716832 CPUtime=0
/proc/26869/task/26881/stat : 26881 (java) S 26867 26869 26820 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 158224282 1758035968 65321 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 32.2
Current children cumulated vsize (Kb) 1716832

[startup+40.0237 s]
/proc/loadavg: 1.00 1.00 1.00 2/76 26881
/proc/meminfo: memFree=1218320/2055920 swapFree=4183200/4192956
[pid=26869] ppid=26867 vsize=1719904 CPUtime=42.83
/proc/26869/stat : 26869 (java) R 26867 26869 26820 0 -1 0 74621 0 1 0 4246 37 0 0 25 0 13 0 158222472 1761181696 66352 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071399833 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26869/statm: 429976 66352 1908 14 0 416723 0
[pid=26869/tid=26870] ppid=26867 vsize=1719904 CPUtime=0.91
/proc/26869/task/26870/stat : 26870 (java) S 26867 26869 26820 0 -1 64 12425 0 0 0 86 5 0 0 16 0 13 0 158222480 1761181696 66352 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26869/tid=26871] ppid=26867 vsize=1719904 CPUtime=0.91
/proc/26869/task/26871/stat : 26871 (java) S 26867 26869 26820 0 -1 64 16464 0 0 0 84 7 0 0 17 0 13 0 158222480 1761181696 66352 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26869/tid=26872] ppid=26867 vsize=1719904 CPUtime=0
/proc/26869/task/26872/stat : 26872 (java) S 26867 26869 26820 0 -1 64 26 0 0 0 0 0 0 0 16 0 13 0 158222482 1761181696 66352 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=26869/tid=26873] ppid=26867 vsize=1719904 CPUtime=0
/proc/26869/task/26873/stat : 26873 (java) S 26867 26869 26820 0 -1 64 9 0 0 0 0 0 0 0 17 0 13 0 158222483 1761181696 66352 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26869/tid=26874] ppid=26867 vsize=1719904 CPUtime=0
/proc/26869/task/26874/stat : 26874 (java) S 26867 26869 26820 0 -1 64 5 0 0 0 0 0 0 0 17 0 13 0 158222483 1761181696 66352 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26869/tid=26875] ppid=26867 vsize=1719904 CPUtime=0
/proc/26869/task/26875/stat : 26875 (java) S 26867 26869 26820 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 158222486 1761181696 66352 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26869/tid=26876] ppid=26867 vsize=1719904 CPUtime=0
/proc/26869/task/26876/stat : 26876 (java) S 26867 26869 26820 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 158222486 1761181696 66352 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26869/tid=26877] ppid=26867 vsize=1719904 CPUtime=0.81
/proc/26869/task/26877/stat : 26877 (java) S 26867 26869 26820 0 -1 64 2538 0 0 0 81 0 0 0 17 0 13 0 158222486 1761181696 66352 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26869/tid=26878] ppid=26867 vsize=1719904 CPUtime=1.64
/proc/26869/task/26878/stat : 26878 (java) S 26867 26869 26820 0 -1 64 6437 0 0 0 161 3 0 0 17 0 13 0 158222486 1761181696 66352 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26869/tid=26879] ppid=26867 vsize=1719904 CPUtime=0
/proc/26869/task/26879/stat : 26879 (java) S 26867 26869 26820 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 158222486 1761181696 66352 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26869/tid=26880] ppid=26867 vsize=1719904 CPUtime=0
/proc/26869/task/26880/stat : 26880 (java) S 26867 26869 26820 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 158222486 1761181696 66352 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26869/tid=26881] ppid=26867 vsize=1719904 CPUtime=0
/proc/26869/task/26881/stat : 26881 (java) S 26867 26869 26820 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 158224282 1761181696 66352 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 42.83
Current children cumulated vsize (Kb) 1719904

[startup+50.0306 s]
/proc/loadavg: 1.00 1.00 1.00 2/76 26881
/proc/meminfo: memFree=1218576/2055920 swapFree=4183200/4192956
[pid=26869] ppid=26867 vsize=1718880 CPUtime=52.87
/proc/26869/stat : 26869 (java) R 26867 26869 26820 0 -1 0 74878 0 1 0 5250 37 0 0 25 0 13 0 158222472 1760133120 66312 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071426605 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26869/statm: 429720 66312 1909 14 0 416467 0
[pid=26869/tid=26870] ppid=26867 vsize=1718880 CPUtime=0.94
/proc/26869/task/26870/stat : 26870 (java) S 26867 26869 26820 0 -1 64 12590 0 0 0 89 5 0 0 16 0 13 0 158222480 1760133120 66312 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26869/tid=26871] ppid=26867 vsize=1718880 CPUtime=0.94
/proc/26869/task/26871/stat : 26871 (java) S 26867 26869 26820 0 -1 64 16550 0 0 0 87 7 0 0 16 0 13 0 158222480 1760133120 66312 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26869/tid=26872] ppid=26867 vsize=1718880 CPUtime=0
/proc/26869/task/26872/stat : 26872 (java) S 26867 26869 26820 0 -1 64 26 0 0 0 0 0 0 0 16 0 13 0 158222482 1760133120 66312 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=26869/tid=26873] ppid=26867 vsize=1718880 CPUtime=0
/proc/26869/task/26873/stat : 26873 (java) S 26867 26869 26820 0 -1 64 9 0 0 0 0 0 0 0 17 0 13 0 158222483 1760133120 66312 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26869/tid=26874] ppid=26867 vsize=1718880 CPUtime=0
/proc/26869/task/26874/stat : 26874 (java) S 26867 26869 26820 0 -1 64 5 0 0 0 0 0 0 0 17 0 13 0 158222483 1760133120 66312 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26869/tid=26875] ppid=26867 vsize=1718880 CPUtime=0
/proc/26869/task/26875/stat : 26875 (java) S 26867 26869 26820 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 158222486 1760133120 66312 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26869/tid=26876] ppid=26867 vsize=1718880 CPUtime=0
/proc/26869/task/26876/stat : 26876 (java) S 26867 26869 26820 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 158222486 1760133120 66312 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26869/tid=26877] ppid=26867 vsize=1718880 CPUtime=0.82
/proc/26869/task/26877/stat : 26877 (java) S 26867 26869 26820 0 -1 64 2539 0 0 0 82 0 0 0 16 0 13 0 158222486 1760133120 66312 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26869/tid=26878] ppid=26867 vsize=1718880 CPUtime=1.65
/proc/26869/task/26878/stat : 26878 (java) S 26867 26869 26820 0 -1 64 6437 0 0 0 162 3 0 0 17 0 13 0 158222486 1760133120 66312 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26869/tid=26879] ppid=26867 vsize=1718880 CPUtime=0
/proc/26869/task/26879/stat : 26879 (java) S 26867 26869 26820 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 158222486 1760133120 66312 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26869/tid=26880] ppid=26867 vsize=1718880 CPUtime=0
/proc/26869/task/26880/stat : 26880 (java) S 26867 26869 26820 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 158222486 1760133120 66312 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26869/tid=26881] ppid=26867 vsize=1718880 CPUtime=0
/proc/26869/task/26881/stat : 26881 (java) S 26867 26869 26820 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 158224282 1760133120 66312 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 52.87
Current children cumulated vsize (Kb) 1718880

[startup+60.0376 s]
/proc/loadavg: 1.00 1.00 1.00 2/76 26881
/proc/meminfo: memFree=1220432/2055920 swapFree=4183200/4192956
[pid=26869] ppid=26867 vsize=1718880 CPUtime=62.91
/proc/26869/stat : 26869 (java) R 26867 26869 26820 0 -1 0 74971 0 1 0 6254 37 0 0 25 0 13 0 158222472 1760133120 65792 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071633885 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26869/statm: 429720 65792 1909 14 0 416467 0
[pid=26869/tid=26870] ppid=26867 vsize=1718880 CPUtime=0.96
/proc/26869/task/26870/stat : 26870 (java) S 26867 26869 26820 0 -1 64 12652 0 0 0 91 5 0 0 16 0 13 0 158222480 1760133120 65792 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26869/tid=26871] ppid=26867 vsize=1718880 CPUtime=0.96
/proc/26869/task/26871/stat : 26871 (java) S 26867 26869 26820 0 -1 64 16576 0 0 0 89 7 0 0 16 0 13 0 158222480 1760133120 65792 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26869/tid=26872] ppid=26867 vsize=1718880 CPUtime=0
/proc/26869/task/26872/stat : 26872 (java) S 26867 26869 26820 0 -1 64 26 0 0 0 0 0 0 0 16 0 13 0 158222482 1760133120 65792 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=26869/tid=26873] ppid=26867 vsize=1718880 CPUtime=0
/proc/26869/task/26873/stat : 26873 (java) S 26867 26869 26820 0 -1 64 9 0 0 0 0 0 0 0 17 0 13 0 158222483 1760133120 65792 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26869/tid=26874] ppid=26867 vsize=1718880 CPUtime=0
/proc/26869/task/26874/stat : 26874 (java) S 26867 26869 26820 0 -1 64 5 0 0 0 0 0 0 0 17 0 13 0 158222483 1760133120 65792 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26869/tid=26875] ppid=26867 vsize=1718880 CPUtime=0
/proc/26869/task/26875/stat : 26875 (java) S 26867 26869 26820 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 158222486 1760133120 65792 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26869/tid=26876] ppid=26867 vsize=1718880 CPUtime=0

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

/proc/26869/task/26873/stat : 26873 (java) S 26867 26869 26820 0 -1 64 9 0 0 0 0 0 0 0 17 0 13 0 158222483 1758560256 81193 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26869/tid=26874] ppid=26867 vsize=1717344 CPUtime=0
/proc/26869/task/26874/stat : 26874 (java) S 26867 26869 26820 0 -1 64 5 0 0 0 0 0 0 0 17 0 13 0 158222483 1758560256 81193 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26869/tid=26875] ppid=26867 vsize=1717344 CPUtime=0
/proc/26869/task/26875/stat : 26875 (java) S 26867 26869 26820 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 158222486 1758560256 81193 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26869/tid=26876] ppid=26867 vsize=1717344 CPUtime=0
/proc/26869/task/26876/stat : 26876 (java) S 26867 26869 26820 0 -1 64 2 0 0 0 0 0 0 0 17 0 13 0 158222486 1758560256 81193 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26869/tid=26877] ppid=26867 vsize=1717344 CPUtime=0.88
/proc/26869/task/26877/stat : 26877 (java) S 26867 26869 26820 0 -1 64 2540 0 0 0 88 0 0 0 17 0 13 0 158222486 1758560256 81193 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26869/tid=26878] ppid=26867 vsize=1717344 CPUtime=1.67
/proc/26869/task/26878/stat : 26878 (java) S 26867 26869 26820 0 -1 64 6437 0 0 0 164 3 0 0 16 0 13 0 158222486 1758560256 81193 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26869/tid=26879] ppid=26867 vsize=1717344 CPUtime=0
/proc/26869/task/26879/stat : 26879 (java) S 26867 26869 26820 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 158222486 1758560256 81193 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26869/tid=26880] ppid=26867 vsize=1717344 CPUtime=0
/proc/26869/task/26880/stat : 26880 (java) S 26867 26869 26820 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 158222486 1758560256 81193 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26869/tid=26881] ppid=26867 vsize=1717344 CPUtime=0
/proc/26869/task/26881/stat : 26881 (java) S 26867 26869 26820 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 158224282 1758560256 81193 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1796.38
Current children cumulated vsize (Kb) 1717344

[startup+1785.34 s]
/proc/loadavg: 1.00 1.00 1.00 2/76 26881
/proc/meminfo: memFree=1158032/2055920 swapFree=4183200/4192956
[pid=26869] ppid=26867 vsize=1717344 CPUtime=1797.4
/proc/26869/stat : 26869 (java) R 26867 26869 26820 0 -1 0 132678 0 1 0 179658 82 0 0 25 0 13 0 158222472 1758560256 81158 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071794143 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26869/statm: 429336 81158 1909 14 0 416083 0
[pid=26869/tid=26870] ppid=26867 vsize=1717344 CPUtime=10.78
/proc/26869/task/26870/stat : 26870 (java) S 26867 26869 26820 0 -1 64 33631 0 0 0 1059 19 0 0 16 0 13 0 158222480 1758560256 81158 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26869/tid=26871] ppid=26867 vsize=1717344 CPUtime=10.7
/proc/26869/task/26871/stat : 26871 (java) S 26867 26869 26820 0 -1 64 36736 0 0 0 1051 19 0 0 16 0 13 0 158222480 1758560256 81158 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26869/tid=26872] ppid=26867 vsize=1717344 CPUtime=0.2
/proc/26869/task/26872/stat : 26872 (java) S 26867 26869 26820 0 -1 64 88 0 0 0 11 9 0 0 16 0 13 0 158222482 1758560256 81158 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=26869/tid=26873] ppid=26867 vsize=1717344 CPUtime=0
/proc/26869/task/26873/stat : 26873 (java) S 26867 26869 26820 0 -1 64 9 0 0 0 0 0 0 0 17 0 13 0 158222483 1758560256 81158 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26869/tid=26874] ppid=26867 vsize=1717344 CPUtime=0
/proc/26869/task/26874/stat : 26874 (java) S 26867 26869 26820 0 -1 64 5 0 0 0 0 0 0 0 17 0 13 0 158222483 1758560256 81158 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26869/tid=26875] ppid=26867 vsize=1717344 CPUtime=0
/proc/26869/task/26875/stat : 26875 (java) S 26867 26869 26820 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 158222486 1758560256 81158 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26869/tid=26876] ppid=26867 vsize=1717344 CPUtime=0
/proc/26869/task/26876/stat : 26876 (java) S 26867 26869 26820 0 -1 64 2 0 0 0 0 0 0 0 17 0 13 0 158222486 1758560256 81158 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26869/tid=26877] ppid=26867 vsize=1717344 CPUtime=0.88
/proc/26869/task/26877/stat : 26877 (java) S 26867 26869 26820 0 -1 64 2540 0 0 0 88 0 0 0 17 0 13 0 158222486 1758560256 81158 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26869/tid=26878] ppid=26867 vsize=1717344 CPUtime=1.67
/proc/26869/task/26878/stat : 26878 (java) S 26867 26869 26820 0 -1 64 6437 0 0 0 164 3 0 0 16 0 13 0 158222486 1758560256 81158 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26869/tid=26879] ppid=26867 vsize=1717344 CPUtime=0
/proc/26869/task/26879/stat : 26879 (java) S 26867 26869 26820 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 158222486 1758560256 81158 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26869/tid=26880] ppid=26867 vsize=1717344 CPUtime=0
/proc/26869/task/26880/stat : 26880 (java) S 26867 26869 26820 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 158222486 1758560256 81158 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26869/tid=26881] ppid=26867 vsize=1717344 CPUtime=0
/proc/26869/task/26881/stat : 26881 (java) S 26867 26869 26820 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 158224282 1758560256 81158 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1797.4
Current children cumulated vsize (Kb) 1717344

[startup+1786.34 s]
/proc/loadavg: 1.00 1.00 1.00 2/76 26881
/proc/meminfo: memFree=1158032/2055920 swapFree=4183200/4192956
[pid=26869] ppid=26867 vsize=1717344 CPUtime=1798.4
/proc/26869/stat : 26869 (java) R 26867 26869 26820 0 -1 0 132678 0 1 0 179758 82 0 0 25 0 13 0 158222472 1758560256 81158 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071794137 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26869/statm: 429336 81158 1909 14 0 416083 0
[pid=26869/tid=26870] ppid=26867 vsize=1717344 CPUtime=10.78
/proc/26869/task/26870/stat : 26870 (java) S 26867 26869 26820 0 -1 64 33631 0 0 0 1059 19 0 0 16 0 13 0 158222480 1758560256 81158 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26869/tid=26871] ppid=26867 vsize=1717344 CPUtime=10.7
/proc/26869/task/26871/stat : 26871 (java) S 26867 26869 26820 0 -1 64 36736 0 0 0 1051 19 0 0 16 0 13 0 158222480 1758560256 81158 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26869/tid=26872] ppid=26867 vsize=1717344 CPUtime=0.2
/proc/26869/task/26872/stat : 26872 (java) S 26867 26869 26820 0 -1 64 88 0 0 0 11 9 0 0 16 0 13 0 158222482 1758560256 81158 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=26869/tid=26873] ppid=26867 vsize=1717344 CPUtime=0
/proc/26869/task/26873/stat : 26873 (java) S 26867 26869 26820 0 -1 64 9 0 0 0 0 0 0 0 17 0 13 0 158222483 1758560256 81158 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26869/tid=26874] ppid=26867 vsize=1717344 CPUtime=0
/proc/26869/task/26874/stat : 26874 (java) S 26867 26869 26820 0 -1 64 5 0 0 0 0 0 0 0 17 0 13 0 158222483 1758560256 81158 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26869/tid=26875] ppid=26867 vsize=1717344 CPUtime=0
/proc/26869/task/26875/stat : 26875 (java) S 26867 26869 26820 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 158222486 1758560256 81158 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26869/tid=26876] ppid=26867 vsize=1717344 CPUtime=0
/proc/26869/task/26876/stat : 26876 (java) S 26867 26869 26820 0 -1 64 2 0 0 0 0 0 0 0 17 0 13 0 158222486 1758560256 81158 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26869/tid=26877] ppid=26867 vsize=1717344 CPUtime=0.88
/proc/26869/task/26877/stat : 26877 (java) S 26867 26869 26820 0 -1 64 2540 0 0 0 88 0 0 0 17 0 13 0 158222486 1758560256 81158 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26869/tid=26878] ppid=26867 vsize=1717344 CPUtime=1.67
/proc/26869/task/26878/stat : 26878 (java) S 26867 26869 26820 0 -1 64 6437 0 0 0 164 3 0 0 16 0 13 0 158222486 1758560256 81158 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26869/tid=26879] ppid=26867 vsize=1717344 CPUtime=0
/proc/26869/task/26879/stat : 26879 (java) S 26867 26869 26820 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 158222486 1758560256 81158 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26869/tid=26880] ppid=26867 vsize=1717344 CPUtime=0
/proc/26869/task/26880/stat : 26880 (java) S 26867 26869 26820 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 158222486 1758560256 81158 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26869/tid=26881] ppid=26867 vsize=1717344 CPUtime=0
/proc/26869/task/26881/stat : 26881 (java) S 26867 26869 26820 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 158224282 1758560256 81158 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1798.4
Current children cumulated vsize (Kb) 1717344

[startup+1787.35 s]
/proc/loadavg: 1.00 1.00 1.00 2/76 26881
/proc/meminfo: memFree=1157904/2055920 swapFree=4183200/4192956
[pid=26869] ppid=26867 vsize=1717344 CPUtime=1799.42
/proc/26869/stat : 26869 (java) R 26867 26869 26820 0 -1 0 132734 0 1 0 179860 82 0 0 25 0 13 0 158222472 1758560256 81213 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071633892 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/26869/statm: 429336 81213 1909 14 0 416083 0
[pid=26869/tid=26870] ppid=26867 vsize=1717344 CPUtime=10.8
/proc/26869/task/26870/stat : 26870 (java) S 26867 26869 26820 0 -1 64 33655 0 0 0 1061 19 0 0 16 0 13 0 158222480 1758560256 81213 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26869/tid=26871] ppid=26867 vsize=1717344 CPUtime=10.72
/proc/26869/task/26871/stat : 26871 (java) S 26867 26869 26820 0 -1 64 36767 0 0 0 1053 19 0 0 16 0 13 0 158222480 1758560256 81213 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26869/tid=26872] ppid=26867 vsize=1717344 CPUtime=0.2
/proc/26869/task/26872/stat : 26872 (java) S 26867 26869 26820 0 -1 64 88 0 0 0 11 9 0 0 16 0 13 0 158222482 1758560256 81213 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=26869/tid=26873] ppid=26867 vsize=1717344 CPUtime=0
/proc/26869/task/26873/stat : 26873 (java) S 26867 26869 26820 0 -1 64 9 0 0 0 0 0 0 0 17 0 13 0 158222483 1758560256 81213 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26869/tid=26874] ppid=26867 vsize=1717344 CPUtime=0
/proc/26869/task/26874/stat : 26874 (java) S 26867 26869 26820 0 -1 64 5 0 0 0 0 0 0 0 17 0 13 0 158222483 1758560256 81213 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26869/tid=26875] ppid=26867 vsize=1717344 CPUtime=0
/proc/26869/task/26875/stat : 26875 (java) S 26867 26869 26820 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 158222486 1758560256 81213 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26869/tid=26876] ppid=26867 vsize=1717344 CPUtime=0
/proc/26869/task/26876/stat : 26876 (java) S 26867 26869 26820 0 -1 64 2 0 0 0 0 0 0 0 17 0 13 0 158222486 1758560256 81213 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26869/tid=26877] ppid=26867 vsize=1717344 CPUtime=0.88
/proc/26869/task/26877/stat : 26877 (java) S 26867 26869 26820 0 -1 64 2540 0 0 0 88 0 0 0 17 0 13 0 158222486 1758560256 81213 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26869/tid=26878] ppid=26867 vsize=1717344 CPUtime=1.67
/proc/26869/task/26878/stat : 26878 (java) S 26867 26869 26820 0 -1 64 6437 0 0 0 164 3 0 0 16 0 13 0 158222486 1758560256 81213 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26869/tid=26879] ppid=26867 vsize=1717344 CPUtime=0
/proc/26869/task/26879/stat : 26879 (java) S 26867 26869 26820 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 158222486 1758560256 81213 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26869/tid=26880] ppid=26867 vsize=1717344 CPUtime=0
/proc/26869/task/26880/stat : 26880 (java) S 26867 26869 26820 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 158222486 1758560256 81213 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26869/tid=26881] ppid=26867 vsize=1717344 CPUtime=0
/proc/26869/task/26881/stat : 26881 (java) S 26867 26869 26820 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 158224282 1758560256 81213 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1799.42
Current children cumulated vsize (Kb) 1717344

[startup+1788.35 s]
/proc/loadavg: 1.00 1.00 1.00 2/76 26881
/proc/meminfo: memFree=1157904/2055920 swapFree=4183200/4192956
[pid=26869] ppid=26867 vsize=1717344 CPUtime=1800.43
/proc/26869/stat : 26869 (java) R 26867 26869 26820 0 -1 0 132734 0 1 0 179961 82 0 0 25 0 13 0 158222472 1758560256 81213 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071578898 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26869/statm: 429336 81213 1909 14 0 416083 0
[pid=26869/tid=26870] ppid=26867 vsize=1717344 CPUtime=10.8
/proc/26869/task/26870/stat : 26870 (java) S 26867 26869 26820 0 -1 64 33655 0 0 0 1061 19 0 0 16 0 13 0 158222480 1758560256 81213 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26869/tid=26871] ppid=26867 vsize=1717344 CPUtime=10.72
/proc/26869/task/26871/stat : 26871 (java) S 26867 26869 26820 0 -1 64 36767 0 0 0 1053 19 0 0 16 0 13 0 158222480 1758560256 81213 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26869/tid=26872] ppid=26867 vsize=1717344 CPUtime=0.2
/proc/26869/task/26872/stat : 26872 (java) S 26867 26869 26820 0 -1 64 88 0 0 0 11 9 0 0 16 0 13 0 158222482 1758560256 81213 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=26869/tid=26873] ppid=26867 vsize=1717344 CPUtime=0
/proc/26869/task/26873/stat : 26873 (java) S 26867 26869 26820 0 -1 64 9 0 0 0 0 0 0 0 17 0 13 0 158222483 1758560256 81213 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26869/tid=26874] ppid=26867 vsize=1717344 CPUtime=0
/proc/26869/task/26874/stat : 26874 (java) S 26867 26869 26820 0 -1 64 5 0 0 0 0 0 0 0 17 0 13 0 158222483 1758560256 81213 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26869/tid=26875] ppid=26867 vsize=1717344 CPUtime=0
/proc/26869/task/26875/stat : 26875 (java) S 26867 26869 26820 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 158222486 1758560256 81213 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26869/tid=26876] ppid=26867 vsize=1717344 CPUtime=0
/proc/26869/task/26876/stat : 26876 (java) S 26867 26869 26820 0 -1 64 2 0 0 0 0 0 0 0 17 0 13 0 158222486 1758560256 81213 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26869/tid=26877] ppid=26867 vsize=1717344 CPUtime=0.88
/proc/26869/task/26877/stat : 26877 (java) S 26867 26869 26820 0 -1 64 2540 0 0 0 88 0 0 0 17 0 13 0 158222486 1758560256 81213 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26869/tid=26878] ppid=26867 vsize=1717344 CPUtime=1.67
/proc/26869/task/26878/stat : 26878 (java) S 26867 26869 26820 0 -1 64 6437 0 0 0 164 3 0 0 16 0 13 0 158222486 1758560256 81213 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26869/tid=26879] ppid=26867 vsize=1717344 CPUtime=0
/proc/26869/task/26879/stat : 26879 (java) S 26867 26869 26820 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 158222486 1758560256 81213 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26869/tid=26880] ppid=26867 vsize=1717344 CPUtime=0
/proc/26869/task/26880/stat : 26880 (java) S 26867 26869 26820 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 158222486 1758560256 81213 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26869/tid=26881] ppid=26867 vsize=1717344 CPUtime=0
/proc/26869/task/26881/stat : 26881 (java) S 26867 26869 26820 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 158224282 1758560256 81213 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.43
Current children cumulated vsize (Kb) 1717344



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1788.36 s]
/proc/loadavg: 1.00 1.00 1.00 2/76 26881
/proc/meminfo: memFree=1157904/2055920 swapFree=4183200/4192956
[pid=26869] ppid=26867 vsize=1717344 CPUtime=1800.43
/proc/26869/stat : 26869 (java) R 26867 26869 26820 0 -1 0 132734 0 1 0 179961 82 0 0 25 0 13 0 158222472 1758560256 81213 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071584800 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26869/statm: 429336 81213 1909 14 0 416083 0
[pid=26869/tid=26870] ppid=26867 vsize=1717344 CPUtime=10.8
/proc/26869/task/26870/stat : 26870 (java) S 26867 26869 26820 0 -1 64 33655 0 0 0 1061 19 0 0 16 0 13 0 158222480 1758560256 81213 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26869/tid=26871] ppid=26867 vsize=1717344 CPUtime=10.72
/proc/26869/task/26871/stat : 26871 (java) S 26867 26869 26820 0 -1 64 36767 0 0 0 1053 19 0 0 16 0 13 0 158222480 1758560256 81213 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26869/tid=26872] ppid=26867 vsize=1717344 CPUtime=0.2
/proc/26869/task/26872/stat : 26872 (java) S 26867 26869 26820 0 -1 64 88 0 0 0 11 9 0 0 16 0 13 0 158222482 1758560256 81213 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=26869/tid=26873] ppid=26867 vsize=1717344 CPUtime=0
/proc/26869/task/26873/stat : 26873 (java) S 26867 26869 26820 0 -1 64 9 0 0 0 0 0 0 0 17 0 13 0 158222483 1758560256 81213 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26869/tid=26874] ppid=26867 vsize=1717344 CPUtime=0
/proc/26869/task/26874/stat : 26874 (java) S 26867 26869 26820 0 -1 64 5 0 0 0 0 0 0 0 17 0 13 0 158222483 1758560256 81213 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26869/tid=26875] ppid=26867 vsize=1717344 CPUtime=0
/proc/26869/task/26875/stat : 26875 (java) S 26867 26869 26820 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 158222486 1758560256 81213 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26869/tid=26876] ppid=26867 vsize=1717344 CPUtime=0
/proc/26869/task/26876/stat : 26876 (java) S 26867 26869 26820 0 -1 64 2 0 0 0 0 0 0 0 17 0 13 0 158222486 1758560256 81213 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26869/tid=26877] ppid=26867 vsize=1717344 CPUtime=0.88
/proc/26869/task/26877/stat : 26877 (java) S 26867 26869 26820 0 -1 64 2540 0 0 0 88 0 0 0 17 0 13 0 158222486 1758560256 81213 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26869/tid=26878] ppid=26867 vsize=1717344 CPUtime=1.67
/proc/26869/task/26878/stat : 26878 (java) S 26867 26869 26820 0 -1 64 6437 0 0 0 164 3 0 0 16 0 13 0 158222486 1758560256 81213 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26869/tid=26879] ppid=26867 vsize=1717344 CPUtime=0
/proc/26869/task/26879/stat : 26879 (java) S 26867 26869 26820 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 158222486 1758560256 81213 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26869/tid=26880] ppid=26867 vsize=1717344 CPUtime=0
/proc/26869/task/26880/stat : 26880 (java) S 26867 26869 26820 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 158222486 1758560256 81213 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26869/tid=26881] ppid=26867 vsize=1717344 CPUtime=0
/proc/26869/task/26881/stat : 26881 (java) S 26867 26869 26820 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 158224282 1758560256 81213 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.43
Current children cumulated vsize (Kb) 1717344

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

Child status: 143
Real time (s): 1788.49
CPU time (s): 1800.58
CPU user time (s): 1799.7
CPU system time (s): 0.880866
CPU usage (%): 100.676
Max. virtual memory (cumulated for all children) (Kb): 1719904
The end

Launcher Data (download as text)

Begin job on node39 on Fri Jul 28 19:05:13 UTC 2006


FILE ID= 50918-1154113512

PBS_JOBID= 886625

BENCH NAME= HOME/pub/bench/PB06/final/normalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/bounded_golomb_rulers/normalized-bogr_20.opb
COMMAND LINE= java -server -Xms1500M -Xmx1500M -jar ROOT/solvers/PB/PB06final/user5/sat4jPseudoPlus.jar ROOT/tmp/node39/50918-1154113512/instance-50918-1154113512.opb 686008849
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node39/watcher-50918-1154113512 -o ROOT/results/node39/solver-50918-1154113512 -C 1800 -M 1800 -S 64  java -server -Xms1500M -Xmx1500M -jar ROOT/solvers/PB/PB06final/user5/sat4jPseudoPlus.jar ROOT/tmp/node39/50918-1154113512/instance-50918-1154113512.opb 686008849

MD5SUM SOLVER= e9637a7554f3ecdf74c1815f89d00213
MD5SUM BENCH=  601a73d2c5752739e04dd0126b5500f0

RANDOM SEED= 686008849

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1476528 kB
Buffers:         31284 kB
Cached:         488056 kB
SwapCached:       3648 kB
Active:          64812 kB
Inactive:       463296 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1476528 kB
SwapTotal:     4192956 kB
SwapFree:      4183200 kB
Dirty:             172 kB
Writeback:           0 kB
Mapped:          14724 kB
Slab:            37344 kB
Committed_AS:   680140 kB
PageTables:       1424 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB


End job on node39 on Fri Jul 28 19:35:02 UTC 2006