Trace number 43084

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.99 1790.68

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/web/www.nlsde.buaa.edu.cn/
~kexu/benchmarks/frb53-24-opb/normalized-frb53-24-4.opb
MD5SUM1a88750537364c45876077f809191628
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-51
Best CPU time to get the best result obtained on this benchmark1800.54
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -52
Optimality of the best value was proved NO
Number of variables1272
Total number of constraints94308
Number of constraints which are clauses94308
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 1272
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 1272
Number of bits of the sum of numbers in the objective function 11
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 1272
Number of bits of the biggest sum of numbers11
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.34	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.34	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.35	c no version file found!!!
0.35	c sun.arch.data.model	32
0.35	c java.version	1.5.0_06
0.35	c os.name	Linux
0.35	c os.version	2.6.9-22.EL.rootsmp
0.35	c os.arch	i386
0.35	c Free memory 1548419056
0.35	c Max memory 1551040512
0.35	c Total memory 1551040512
0.35	c Number of processors 2
0.42	c Cutting planes based inference
0.42	c --- Begin Solver configuration ---
0.42	c org.sat4j.minisat.uip.FirstUIP@1df073d
0.42	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@1546e25
0.42	c org.sat4j.minisat.learning.MiniSATLearning@b66cc
0.42	c conflictBoundIncFactor=1.5 learntBoundIncFactor=1.1 initLearntBoundConstraintFactor=10000.0 initConflictBound=100 
0.42	c VSIDS like heuristics from MiniSAT using a heap
0.42	c No reason simplification
0.42	c --- End Solver configuration ---
0.42	c solving ROOT/tmp/node60/43084-1154051733/instance-43084-1154051733.opb
0.42	c reading problem ... 
5.01	c ... done. Time 4.591 ms.
5.01	c #vars     1272
5.01	c #constraints  94308
5.08	c SATISFIABLE
5.08	c OPTIMIZING...
5.08	c Got one! Ellapsed CPU time (in seconds):4.657
5.10	o -36
5.70	c Got one! Ellapsed CPU time (in seconds):5.276
5.70	o -37
6.23	c Got one! Ellapsed CPU time (in seconds):5.808
6.23	o -38
8.40	c Got one! Ellapsed CPU time (in seconds):7.977
8.40	o -39
11.05	c Got one! Ellapsed CPU time (in seconds):10.628
11.05	o -40
13.69	c Got one! Ellapsed CPU time (in seconds):13.264
13.69	o -41
19.61	c Got one! Ellapsed CPU time (in seconds):19.186
19.61	o -42

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

Current StackSize limit: 67108864 bytes

/proc/loadavg: 0.99 0.97 0.98 2/64 28044
/proc/meminfo: memFree=1056720/2055920 swapFree=4184148/4192956
[pid=28044] ppid=28042 vsize=292 CPUtime=0
/proc/28044/stat : 28044 (java) D 28042 28044 27995 0 -1 0 54 0 1 0 0 0 0 0 19 0 1 0 152043087 299008 37 18446744073709551615 134512640 134570276 4294956608 18446744073709551615 5534628 0 0 4096 0 18446744071563479169 0 0 17 1 0 0
/proc/28044/statm: 73 37 29 14 0 5 0

[startup+10.0017 s]
/proc/loadavg: 0.99 0.97 0.98 2/76 28060
/proc/meminfo: memFree=820792/2055920 swapFree=4184148/4192956
[pid=28044] ppid=28042 vsize=1712968 CPUtime=11.48
/proc/28044/stat : 28044 (java) R 28042 28044 27995 0 -1 0 60862 0 57 0 1116 32 0 0 18 0 13 0 152043087 1754079232 56847 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071523401 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28044/statm: 428242 56847 1911 14 0 414989 0
[pid=28044/tid=28045] ppid=28042 vsize=1712968 CPUtime=0.41
/proc/28044/task/28045/stat : 28045 (java) S 28042 28044 27995 0 -1 64 9720 0 0 0 38 3 0 0 16 0 13 0 152043105 1754079232 56847 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28044/tid=28046] ppid=28042 vsize=1712968 CPUtime=0.41
/proc/28044/task/28046/stat : 28046 (java) S 28042 28044 27995 0 -1 64 8466 0 0 0 37 4 0 0 16 0 13 0 152043105 1754079232 56847 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28044/tid=28047] ppid=28042 vsize=1712968 CPUtime=0
/proc/28044/task/28047/stat : 28047 (java) S 28042 28044 27995 0 -1 64 26 0 0 0 0 0 0 0 15 0 13 0 152043107 1754079232 56847 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=28044/tid=28048] ppid=28042 vsize=1712968 CPUtime=0
/proc/28044/task/28048/stat : 28048 (java) S 28042 28044 27995 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 152043108 1754079232 56847 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28044/tid=28049] ppid=28042 vsize=1712968 CPUtime=0
/proc/28044/task/28049/stat : 28049 (java) S 28042 28044 27995 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 152043108 1754079232 56847 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28044/tid=28050] ppid=28042 vsize=1712968 CPUtime=0
/proc/28044/task/28050/stat : 28050 (java) S 28042 28044 27995 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 152043113 1754079232 56847 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28044/tid=28051] ppid=28042 vsize=1712968 CPUtime=0
/proc/28044/task/28051/stat : 28051 (java) S 28042 28044 27995 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 152043113 1754079232 56847 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28044/tid=28052] ppid=28042 vsize=1712968 CPUtime=0.86
/proc/28044/task/28052/stat : 28052 (java) S 28042 28044 27995 0 -1 64 572 0 0 0 86 0 0 0 16 0 13 0 152043113 1754079232 56847 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28044/tid=28053] ppid=28042 vsize=1712968 CPUtime=0.89
/proc/28044/task/28053/stat : 28053 (java) S 28042 28044 27995 0 -1 64 1800 0 0 0 89 0 0 0 16 0 13 0 152043113 1754079232 56847 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28044/tid=28054] ppid=28042 vsize=1712968 CPUtime=0
/proc/28044/task/28054/stat : 28054 (java) S 28042 28044 27995 0 -1 64 2 0 0 0 0 0 0 0 20 0 13 0 152043113 1754079232 56847 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28044/tid=28055] ppid=28042 vsize=1712968 CPUtime=0
/proc/28044/task/28055/stat : 28055 (java) S 28042 28044 27995 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 152043113 1754079232 56847 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28044/tid=28060] ppid=28042 vsize=1712968 CPUtime=0
/proc/28044/task/28060/stat : 28060 (java) S 28042 28044 27995 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 152043929 1754079232 56847 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 11.48
Current children cumulated vsize (Kb) 1712968

[startup+20.0087 s]
/proc/loadavg: 0.99 0.97 0.98 2/76 28063
/proc/meminfo: memFree=774904/2055920 swapFree=4184148/4192956
[pid=28044] ppid=28042 vsize=1712316 CPUtime=21.95
/proc/28044/stat : 28044 (java) R 28042 28044 27995 0 -1 0 74442 0 57 0 2157 38 0 0 25 0 13 0 152043087 1753411584 68342 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071523324 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28044/statm: 428079 68342 1912 14 0 414826 0
[pid=28044/tid=28045] ppid=28042 vsize=1712316 CPUtime=0.76
/proc/28044/task/28045/stat : 28045 (java) S 28042 28044 27995 0 -1 64 17421 0 0 0 69 7 0 0 16 0 13 0 152043105 1753411584 68342 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28044/tid=28046] ppid=28042 vsize=1712316 CPUtime=0.76
/proc/28044/task/28046/stat : 28046 (java) S 28042 28044 27995 0 -1 64 14323 0 0 0 69 7 0 0 16 0 13 0 152043105 1753411584 68342 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28044/tid=28047] ppid=28042 vsize=1712316 CPUtime=0
/proc/28044/task/28047/stat : 28047 (java) S 28042 28044 27995 0 -1 64 26 0 0 0 0 0 0 0 17 0 13 0 152043107 1753411584 68342 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=28044/tid=28048] ppid=28042 vsize=1712316 CPUtime=0
/proc/28044/task/28048/stat : 28048 (java) S 28042 28044 27995 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 152043108 1753411584 68342 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28044/tid=28049] ppid=28042 vsize=1712316 CPUtime=0
/proc/28044/task/28049/stat : 28049 (java) S 28042 28044 27995 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 152043108 1753411584 68342 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28044/tid=28050] ppid=28042 vsize=1712316 CPUtime=0
/proc/28044/task/28050/stat : 28050 (java) S 28042 28044 27995 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 152043113 1753411584 68342 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28044/tid=28051] ppid=28042 vsize=1712316 CPUtime=0
/proc/28044/task/28051/stat : 28051 (java) S 28042 28044 27995 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 152043113 1753411584 68342 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28044/tid=28052] ppid=28042 vsize=1712316 CPUtime=0.88
/proc/28044/task/28052/stat : 28052 (java) S 28042 28044 27995 0 -1 64 573 0 0 0 88 0 0 0 17 0 13 0 152043113 1753411584 68342 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28044/tid=28053] ppid=28042 vsize=1712316 CPUtime=1.02
/proc/28044/task/28053/stat : 28053 (java) S 28042 28044 27995 0 -1 64 1813 0 0 0 102 0 0 0 17 0 13 0 152043113 1753411584 68342 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28044/tid=28054] ppid=28042 vsize=1712316 CPUtime=0
/proc/28044/task/28054/stat : 28054 (java) S 28042 28044 27995 0 -1 64 2 0 0 0 0 0 0 0 20 0 13 0 152043113 1753411584 68342 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28044/tid=28055] ppid=28042 vsize=1712316 CPUtime=0
/proc/28044/task/28055/stat : 28055 (java) S 28042 28044 27995 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 152043113 1753411584 68342 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28044/tid=28063] ppid=28042 vsize=1712316 CPUtime=0
/proc/28044/task/28063/stat : 28063 (java) S 28042 28044 27995 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 152045051 1753411584 68342 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) 1712316

[startup+30.0157 s]
/proc/loadavg: 0.99 0.97 0.98 2/76 28063
/proc/meminfo: memFree=722488/2055920 swapFree=4184148/4192956
[pid=28044] ppid=28042 vsize=1712252 CPUtime=32.37
/proc/28044/stat : 28044 (java) R 28042 28044 27995 0 -1 0 89189 0 57 0 3191 46 0 0 25 0 13 0 152043087 1753346048 81454 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071595747 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28044/statm: 428063 81454 1912 14 0 414810 0
[pid=28044/tid=28045] ppid=28042 vsize=1712252 CPUtime=1.12
/proc/28044/task/28045/stat : 28045 (java) S 28042 28044 27995 0 -1 64 24470 0 0 0 101 11 0 0 17 0 13 0 152043105 1753346048 81454 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28044/tid=28046] ppid=28042 vsize=1712252 CPUtime=1.12
/proc/28044/task/28046/stat : 28046 (java) S 28042 28044 27995 0 -1 64 22009 0 0 0 101 11 0 0 16 0 13 0 152043105 1753346048 81454 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28044/tid=28047] ppid=28042 vsize=1712252 CPUtime=0
/proc/28044/task/28047/stat : 28047 (java) S 28042 28044 27995 0 -1 64 26 0 0 0 0 0 0 0 16 0 13 0 152043107 1753346048 81454 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=28044/tid=28048] ppid=28042 vsize=1712252 CPUtime=0
/proc/28044/task/28048/stat : 28048 (java) S 28042 28044 27995 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 152043108 1753346048 81454 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28044/tid=28049] ppid=28042 vsize=1712252 CPUtime=0
/proc/28044/task/28049/stat : 28049 (java) S 28042 28044 27995 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 152043108 1753346048 81454 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28044/tid=28050] ppid=28042 vsize=1712252 CPUtime=0
/proc/28044/task/28050/stat : 28050 (java) S 28042 28044 27995 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 152043113 1753346048 81454 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28044/tid=28051] ppid=28042 vsize=1712252 CPUtime=0
/proc/28044/task/28051/stat : 28051 (java) S 28042 28044 27995 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 152043113 1753346048 81454 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28044/tid=28052] ppid=28042 vsize=1712252 CPUtime=0.92
/proc/28044/task/28052/stat : 28052 (java) S 28042 28044 27995 0 -1 64 577 0 0 0 92 0 0 0 17 0 13 0 152043113 1753346048 81454 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28044/tid=28053] ppid=28042 vsize=1712252 CPUtime=1.03
/proc/28044/task/28053/stat : 28053 (java) S 28042 28044 27995 0 -1 64 1814 0 0 0 103 0 0 0 17 0 13 0 152043113 1753346048 81454 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28044/tid=28054] ppid=28042 vsize=1712252 CPUtime=0
/proc/28044/task/28054/stat : 28054 (java) S 28042 28044 27995 0 -1 64 2 0 0 0 0 0 0 0 20 0 13 0 152043113 1753346048 81454 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28044/tid=28055] ppid=28042 vsize=1712252 CPUtime=0
/proc/28044/task/28055/stat : 28055 (java) S 28042 28044 27995 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 152043113 1753346048 81454 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28044/tid=28063] ppid=28042 vsize=1712252 CPUtime=0
/proc/28044/task/28063/stat : 28063 (java) S 28042 28044 27995 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 152045051 1753346048 81454 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 32.37
Current children cumulated vsize (Kb) 1712252

[startup+40.0227 s]
/proc/loadavg: 0.99 0.97 0.98 2/76 28063
/proc/meminfo: memFree=663160/2055920 swapFree=4184148/4192956
[pid=28044] ppid=28042 vsize=1712252 CPUtime=42.77
/proc/28044/stat : 28044 (java) R 28042 28044 27995 0 -1 0 106499 0 57 0 4223 54 0 0 20 0 13 0 152043087 1753346048 96279 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071523320 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28044/statm: 428063 96279 1912 14 0 414810 0
[pid=28044/tid=28045] ppid=28042 vsize=1712252 CPUtime=1.52
/proc/28044/task/28045/stat : 28045 (java) S 28042 28044 27995 0 -1 64 33430 0 0 0 137 15 0 0 17 0 13 0 152043105 1753346048 96279 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28044/tid=28046] ppid=28042 vsize=1712252 CPUtime=1.52
/proc/28044/task/28046/stat : 28046 (java) S 28042 28044 27995 0 -1 64 30354 0 0 0 137 15 0 0 16 0 13 0 152043105 1753346048 96279 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28044/tid=28047] ppid=28042 vsize=1712252 CPUtime=0
/proc/28044/task/28047/stat : 28047 (java) S 28042 28044 27995 0 -1 64 26 0 0 0 0 0 0 0 15 0 13 0 152043107 1753346048 96279 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=28044/tid=28048] ppid=28042 vsize=1712252 CPUtime=0
/proc/28044/task/28048/stat : 28048 (java) S 28042 28044 27995 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 152043108 1753346048 96279 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28044/tid=28049] ppid=28042 vsize=1712252 CPUtime=0
/proc/28044/task/28049/stat : 28049 (java) S 28042 28044 27995 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 152043108 1753346048 96279 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28044/tid=28050] ppid=28042 vsize=1712252 CPUtime=0
/proc/28044/task/28050/stat : 28050 (java) S 28042 28044 27995 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 152043113 1753346048 96279 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28044/tid=28051] ppid=28042 vsize=1712252 CPUtime=0
/proc/28044/task/28051/stat : 28051 (java) S 28042 28044 27995 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 152043113 1753346048 96279 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28044/tid=28052] ppid=28042 vsize=1712252 CPUtime=0.93
/proc/28044/task/28052/stat : 28052 (java) S 28042 28044 27995 0 -1 64 577 0 0 0 93 0 0 0 16 0 13 0 152043113 1753346048 96279 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28044/tid=28053] ppid=28042 vsize=1712252 CPUtime=1.03
/proc/28044/task/28053/stat : 28053 (java) S 28042 28044 27995 0 -1 64 1814 0 0 0 103 0 0 0 17 0 13 0 152043113 1753346048 96279 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28044/tid=28054] ppid=28042 vsize=1712252 CPUtime=0
/proc/28044/task/28054/stat : 28054 (java) S 28042 28044 27995 0 -1 64 2 0 0 0 0 0 0 0 20 0 13 0 152043113 1753346048 96279 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28044/tid=28055] ppid=28042 vsize=1712252 CPUtime=0
/proc/28044/task/28055/stat : 28055 (java) S 28042 28044 27995 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 152043113 1753346048 96279 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28044/tid=28063] ppid=28042 vsize=1712252 CPUtime=0
/proc/28044/task/28063/stat : 28063 (java) S 28042 28044 27995 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 152045051 1753346048 96279 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 42.77
Current children cumulated vsize (Kb) 1712252

[startup+50.0307 s]
/proc/loadavg: 0.99 0.97 0.98 2/76 28063
/proc/meminfo: memFree=623288/2055920 swapFree=4184148/4192956
[pid=28044] ppid=28042 vsize=1712252 CPUtime=53.09
/proc/28044/stat : 28044 (java) R 28042 28044 27995 0 -1 0 118839 0 57 0 5249 60 0 0 25 0 13 0 152043087 1753346048 106215 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071595739 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28044/statm: 428063 106215 1912 14 0 414810 0
[pid=28044/tid=28045] ppid=28042 vsize=1712252 CPUtime=1.84
/proc/28044/task/28045/stat : 28045 (java) S 28042 28044 27995 0 -1 64 39036 0 0 0 166 18 0 0 16 0 13 0 152043105 1753346048 106215 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28044/tid=28046] ppid=28042 vsize=1712252 CPUtime=1.83
/proc/28044/task/28046/stat : 28046 (java) S 28042 28044 27995 0 -1 64 37083 0 0 0 166 17 0 0 16 0 13 0 152043105 1753346048 106215 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28044/tid=28047] ppid=28042 vsize=1712252 CPUtime=0
/proc/28044/task/28047/stat : 28047 (java) S 28042 28044 27995 0 -1 64 27 0 0 0 0 0 0 0 16 0 13 0 152043107 1753346048 106215 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=28044/tid=28048] ppid=28042 vsize=1712252 CPUtime=0
/proc/28044/task/28048/stat : 28048 (java) S 28042 28044 27995 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 152043108 1753346048 106215 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28044/tid=28049] ppid=28042 vsize=1712252 CPUtime=0
/proc/28044/task/28049/stat : 28049 (java) S 28042 28044 27995 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 152043108 1753346048 106215 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28044/tid=28050] ppid=28042 vsize=1712252 CPUtime=0
/proc/28044/task/28050/stat : 28050 (java) S 28042 28044 27995 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 152043113 1753346048 106215 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28044/tid=28051] ppid=28042 vsize=1712252 CPUtime=0
/proc/28044/task/28051/stat : 28051 (java) S 28042 28044 27995 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 152043113 1753346048 106215 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28044/tid=28052] ppid=28042 vsize=1712252 CPUtime=0.93
/proc/28044/task/28052/stat : 28052 (java) S 28042 28044 27995 0 -1 64 577 0 0 0 93 0 0 0 16 0 13 0 152043113 1753346048 106215 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28044/tid=28053] ppid=28042 vsize=1712252 CPUtime=1.03
/proc/28044/task/28053/stat : 28053 (java) S 28042 28044 27995 0 -1 64 1814 0 0 0 103 0 0 0 17 0 13 0 152043113 1753346048 106215 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28044/tid=28054] ppid=28042 vsize=1712252 CPUtime=0
/proc/28044/task/28054/stat : 28054 (java) S 28042 28044 27995 0 -1 64 2 0 0 0 0 0 0 0 20 0 13 0 152043113 1753346048 106215 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28044/tid=28055] ppid=28042 vsize=1712252 CPUtime=0
/proc/28044/task/28055/stat : 28055 (java) S 28042 28044 27995 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 152043113 1753346048 106215 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28044/tid=28063] ppid=28042 vsize=1712252 CPUtime=0
/proc/28044/task/28063/stat : 28063 (java) S 28042 28044 27995 0 -1 64 0 0 0 0 0 0 0 0 16 0 13 0 152045051 1753346048 106215 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 53.09
Current children cumulated vsize (Kb) 1712252

[startup+60.0377 s]
/proc/loadavg: 0.99 0.97 0.98 2/76 28063
/proc/meminfo: memFree=592184/2055920 swapFree=4184148/4192956
[pid=28044] ppid=28042 vsize=1712252 CPUtime=63.34
/proc/28044/stat : 28044 (java) R 28042 28044 27995 0 -1 0 127669 0 57 0 6269 65 0 0 25 0 13 0 152043087 1753346048 113979 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071523377 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28044/statm: 428063 113979 1912 14 0 414810 0
[pid=28044/tid=28045] ppid=28042 vsize=1712252 CPUtime=2.08
/proc/28044/task/28045/stat : 28045 (java) S 28042 28044 27995 0 -1 64 43260 0 0 0 188 20 0 0 17 0 13 0 152043105 1753346048 113979 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28044/tid=28046] ppid=28042 vsize=1712252 CPUtime=2.08
/proc/28044/task/28046/stat : 28046 (java) S 28042 28044 27995 0 -1 64 41684 0 0 0 188 20 0 0 16 0 13 0 152043105 1753346048 113979 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28044/tid=28047] ppid=28042 vsize=1712252 CPUtime=0
/proc/28044/task/28047/stat : 28047 (java) S 28042 28044 27995 0 -1 64 28 0 0 0 0 0 0 0 16 0 13 0 152043107 1753346048 113979 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=28044/tid=28048] ppid=28042 vsize=1712252 CPUtime=0
/proc/28044/task/28048/stat : 28048 (java) S 28042 28044 27995 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 152043108 1753346048 113979 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28044/tid=28049] ppid=28042 vsize=1712252 CPUtime=0
/proc/28044/task/28049/stat : 28049 (java) S 28042 28044 27995 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 152043108 1753346048 113979 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28044/tid=28050] ppid=28042 vsize=1712252 CPUtime=0

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

/proc/28044/task/28049/stat : 28049 (java) S 28042 28044 27995 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 152043108 1753346048 388968 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28044/tid=28050] ppid=28042 vsize=1712252 CPUtime=0
/proc/28044/task/28050/stat : 28050 (java) S 28042 28044 27995 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 152043113 1753346048 388968 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28044/tid=28051] ppid=28042 vsize=1712252 CPUtime=0
/proc/28044/task/28051/stat : 28051 (java) S 28042 28044 27995 0 -1 64 5 0 0 0 0 0 0 0 17 0 13 0 152043113 1753346048 388968 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28044/tid=28052] ppid=28042 vsize=1712252 CPUtime=0.97
/proc/28044/task/28052/stat : 28052 (java) S 28042 28044 27995 0 -1 64 582 0 0 0 97 0 0 0 16 0 13 0 152043113 1753346048 388968 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28044/tid=28053] ppid=28042 vsize=1712252 CPUtime=1.06
/proc/28044/task/28053/stat : 28053 (java) S 28042 28044 27995 0 -1 64 1814 0 0 0 106 0 0 0 17 0 13 0 152043113 1753346048 388968 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28044/tid=28054] ppid=28042 vsize=1712252 CPUtime=0
/proc/28044/task/28054/stat : 28054 (java) S 28042 28044 27995 0 -1 64 2 0 0 0 0 0 0 0 20 0 13 0 152043113 1753346048 388968 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28044/tid=28055] ppid=28042 vsize=1712252 CPUtime=0
/proc/28044/task/28055/stat : 28055 (java) S 28042 28044 27995 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 152043113 1753346048 388968 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28044/tid=28063] ppid=28042 vsize=1712252 CPUtime=0
/proc/28044/task/28063/stat : 28063 (java) S 28042 28044 27995 0 -1 64 127 0 0 0 0 0 0 0 16 0 13 0 152045051 1753346048 388968 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1798.71
Current children cumulated vsize (Kb) 1712252

[startup+1787.4 s]
/proc/loadavg: 1.02 1.01 1.00 2/76 28737
/proc/meminfo: memFree=15736/2055920 swapFree=4184148/4192956
[pid=28044] ppid=28042 vsize=1712252 CPUtime=1799.71
/proc/28044/stat : 28044 (java) S 28042 28044 27995 0 -1 0 444387 0 57 0 179738 233 0 0 17 0 13 0 152043087 1753346048 388968 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/28044/statm: 428063 388968 1914 14 0 414810 0
[pid=28044/tid=28045] ppid=28042 vsize=1712252 CPUtime=12.02
/proc/28044/task/28045/stat : 28045 (java) S 28042 28044 27995 0 -1 64 195169 0 0 0 1108 94 0 0 16 0 13 0 152043105 1753346048 388968 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28044/tid=28046] ppid=28042 vsize=1712252 CPUtime=12
/proc/28044/task/28046/stat : 28046 (java) S 28042 28044 27995 0 -1 64 205458 0 0 0 1101 99 0 0 17 0 13 0 152043105 1753346048 388968 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28044/tid=28047] ppid=28042 vsize=1712252 CPUtime=1046.13
/proc/28044/task/28047/stat : 28047 (java) R 28042 28044 27995 0 -1 64 792 0 0 0 104608 5 0 0 25 0 13 0 152043107 1753346048 388968 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4152716304 0 0 0 23759 0 0 0 -1 0 0 0
[pid=28044/tid=28048] ppid=28042 vsize=1712252 CPUtime=0
/proc/28044/task/28048/stat : 28048 (java) S 28042 28044 27995 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 152043108 1753346048 388968 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28044/tid=28049] ppid=28042 vsize=1712252 CPUtime=0
/proc/28044/task/28049/stat : 28049 (java) S 28042 28044 27995 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 152043108 1753346048 388968 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28044/tid=28050] ppid=28042 vsize=1712252 CPUtime=0
/proc/28044/task/28050/stat : 28050 (java) S 28042 28044 27995 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 152043113 1753346048 388968 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28044/tid=28051] ppid=28042 vsize=1712252 CPUtime=0
/proc/28044/task/28051/stat : 28051 (java) S 28042 28044 27995 0 -1 64 5 0 0 0 0 0 0 0 17 0 13 0 152043113 1753346048 388968 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28044/tid=28052] ppid=28042 vsize=1712252 CPUtime=0.97
/proc/28044/task/28052/stat : 28052 (java) S 28042 28044 27995 0 -1 64 582 0 0 0 97 0 0 0 16 0 13 0 152043113 1753346048 388968 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28044/tid=28053] ppid=28042 vsize=1712252 CPUtime=1.06
/proc/28044/task/28053/stat : 28053 (java) S 28042 28044 27995 0 -1 64 1814 0 0 0 106 0 0 0 17 0 13 0 152043113 1753346048 388968 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28044/tid=28054] ppid=28042 vsize=1712252 CPUtime=0
/proc/28044/task/28054/stat : 28054 (java) S 28042 28044 27995 0 -1 64 2 0 0 0 0 0 0 0 20 0 13 0 152043113 1753346048 388968 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28044/tid=28055] ppid=28042 vsize=1712252 CPUtime=0
/proc/28044/task/28055/stat : 28055 (java) S 28042 28044 27995 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 152043113 1753346048 388968 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28044/tid=28063] ppid=28042 vsize=1712252 CPUtime=0
/proc/28044/task/28063/stat : 28063 (java) S 28042 28044 27995 0 -1 64 127 0 0 0 0 0 0 0 16 0 13 0 152045051 1753346048 388968 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1799.71
Current children cumulated vsize (Kb) 1712252

[startup+1788.4 s]
/proc/loadavg: 1.01 1.01 1.00 2/76 28737
/proc/meminfo: memFree=15672/2055920 swapFree=4184148/4192956
[pid=28044] ppid=28042 vsize=1712252 CPUtime=1800.72
/proc/28044/stat : 28044 (java) S 28042 28044 27995 0 -1 0 444388 0 57 0 179839 233 0 0 17 0 13 0 152043087 1753346048 388968 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/28044/statm: 428063 388968 1914 14 0 414810 0
[pid=28044/tid=28045] ppid=28042 vsize=1712252 CPUtime=12.02
/proc/28044/task/28045/stat : 28045 (java) S 28042 28044 27995 0 -1 64 195169 0 0 0 1108 94 0 0 16 0 13 0 152043105 1753346048 388968 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28044/tid=28046] ppid=28042 vsize=1712252 CPUtime=12
/proc/28044/task/28046/stat : 28046 (java) S 28042 28044 27995 0 -1 64 205458 0 0 0 1101 99 0 0 17 0 13 0 152043105 1753346048 388968 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28044/tid=28047] ppid=28042 vsize=1712252 CPUtime=1047.13
/proc/28044/task/28047/stat : 28047 (java) R 28042 28044 27995 0 -1 64 792 0 0 0 104708 5 0 0 25 0 13 0 152043107 1753346048 388968 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4154642352 0 0 0 23759 0 0 0 -1 0 0 0
[pid=28044/tid=28048] ppid=28042 vsize=1712252 CPUtime=0
/proc/28044/task/28048/stat : 28048 (java) S 28042 28044 27995 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 152043108 1753346048 388968 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28044/tid=28049] ppid=28042 vsize=1712252 CPUtime=0
/proc/28044/task/28049/stat : 28049 (java) S 28042 28044 27995 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 152043108 1753346048 388968 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28044/tid=28050] ppid=28042 vsize=1712252 CPUtime=0
/proc/28044/task/28050/stat : 28050 (java) S 28042 28044 27995 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 152043113 1753346048 388968 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28044/tid=28051] ppid=28042 vsize=1712252 CPUtime=0
/proc/28044/task/28051/stat : 28051 (java) S 28042 28044 27995 0 -1 64 5 0 0 0 0 0 0 0 17 0 13 0 152043113 1753346048 388968 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28044/tid=28052] ppid=28042 vsize=1712252 CPUtime=0.97
/proc/28044/task/28052/stat : 28052 (java) S 28042 28044 27995 0 -1 64 582 0 0 0 97 0 0 0 16 0 13 0 152043113 1753346048 388968 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28044/tid=28053] ppid=28042 vsize=1712252 CPUtime=1.06
/proc/28044/task/28053/stat : 28053 (java) S 28042 28044 27995 0 -1 64 1814 0 0 0 106 0 0 0 17 0 13 0 152043113 1753346048 388968 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28044/tid=28054] ppid=28042 vsize=1712252 CPUtime=0
/proc/28044/task/28054/stat : 28054 (java) S 28042 28044 27995 0 -1 64 2 0 0 0 0 0 0 0 20 0 13 0 152043113 1753346048 388968 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28044/tid=28055] ppid=28042 vsize=1712252 CPUtime=0
/proc/28044/task/28055/stat : 28055 (java) S 28042 28044 27995 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 152043113 1753346048 388968 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28044/tid=28063] ppid=28042 vsize=1712252 CPUtime=0
/proc/28044/task/28063/stat : 28063 (java) S 28042 28044 27995 0 -1 64 128 0 0 0 0 0 0 0 16 0 13 0 152045051 1753346048 388968 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.72
Current children cumulated vsize (Kb) 1712252



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1788.41 s]
/proc/loadavg: 1.01 1.01 1.00 2/76 28737
/proc/meminfo: memFree=15672/2055920 swapFree=4184148/4192956
[pid=28044] ppid=28042 vsize=1712252 CPUtime=1800.72
/proc/28044/stat : 28044 (java) S 28042 28044 27995 0 -1 0 444388 0 57 0 179839 233 0 0 17 0 13 0 152043087 1753346048 388968 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/28044/statm: 428063 388968 1914 14 0 414810 0
[pid=28044/tid=28045] ppid=28042 vsize=1712252 CPUtime=12.02
/proc/28044/task/28045/stat : 28045 (java) S 28042 28044 27995 0 -1 64 195169 0 0 0 1108 94 0 0 16 0 13 0 152043105 1753346048 388968 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28044/tid=28046] ppid=28042 vsize=1712252 CPUtime=12
/proc/28044/task/28046/stat : 28046 (java) S 28042 28044 27995 0 -1 64 205458 0 0 0 1101 99 0 0 17 0 13 0 152043105 1753346048 388968 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28044/tid=28047] ppid=28042 vsize=1712252 CPUtime=1047.14
/proc/28044/task/28047/stat : 28047 (java) R 28042 28044 27995 0 -1 64 792 0 0 0 104709 5 0 0 25 0 13 0 152043107 1753346048 388968 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 6000343 0 0 0 23759 0 0 0 -1 0 0 0
[pid=28044/tid=28048] ppid=28042 vsize=1712252 CPUtime=0
/proc/28044/task/28048/stat : 28048 (java) S 28042 28044 27995 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 152043108 1753346048 388968 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28044/tid=28049] ppid=28042 vsize=1712252 CPUtime=0
/proc/28044/task/28049/stat : 28049 (java) S 28042 28044 27995 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 152043108 1753346048 388968 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28044/tid=28050] ppid=28042 vsize=1712252 CPUtime=0
/proc/28044/task/28050/stat : 28050 (java) S 28042 28044 27995 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 152043113 1753346048 388968 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28044/tid=28051] ppid=28042 vsize=1712252 CPUtime=0
/proc/28044/task/28051/stat : 28051 (java) S 28042 28044 27995 0 -1 64 5 0 0 0 0 0 0 0 17 0 13 0 152043113 1753346048 388968 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28044/tid=28052] ppid=28042 vsize=1712252 CPUtime=0.97
/proc/28044/task/28052/stat : 28052 (java) S 28042 28044 27995 0 -1 64 582 0 0 0 97 0 0 0 16 0 13 0 152043113 1753346048 388968 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28044/tid=28053] ppid=28042 vsize=1712252 CPUtime=1.06
/proc/28044/task/28053/stat : 28053 (java) S 28042 28044 27995 0 -1 64 1814 0 0 0 106 0 0 0 17 0 13 0 152043113 1753346048 388968 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28044/tid=28054] ppid=28042 vsize=1712252 CPUtime=0
/proc/28044/task/28054/stat : 28054 (java) S 28042 28044 27995 0 -1 64 2 0 0 0 0 0 0 0 20 0 13 0 152043113 1753346048 388968 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28044/tid=28055] ppid=28042 vsize=1712252 CPUtime=0
/proc/28044/task/28055/stat : 28055 (java) S 28042 28044 27995 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 152043113 1753346048 388968 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28044/tid=28063] ppid=28042 vsize=1712252 CPUtime=0
/proc/28044/task/28063/stat : 28063 (java) S 28042 28044 27995 0 -1 64 128 0 0 0 0 0 0 0 16 0 13 0 152045051 1753346048 388968 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.72
Current children cumulated vsize (Kb) 1712252

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

[startup+1789.42 s]
/proc/loadavg: 1.01 1.01 1.00 2/77 28738
/proc/meminfo: memFree=15664/2055920 swapFree=4184148/4192956
[pid=28044] ppid=28042 vsize=1712252 CPUtime=1801.74
/proc/28044/stat : 28044 (java) S 28042 28044 27995 0 -1 0 444389 0 57 0 179941 233 0 0 16 0 13 0 152043087 1753346048 388969 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28044/statm: 428063 388969 1914 14 0 414810 0
[pid=28044/tid=28045] ppid=28042 vsize=1712252 CPUtime=12.02
/proc/28044/task/28045/stat : 28045 (java) S 28042 28044 27995 0 -1 64 195169 0 0 0 1108 94 0 0 16 0 13 0 152043105 1753346048 388969 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28044/tid=28046] ppid=28042 vsize=1712252 CPUtime=12
/proc/28044/task/28046/stat : 28046 (java) S 28042 28044 27995 0 -1 64 205458 0 0 0 1101 99 0 0 17 0 13 0 152043105 1753346048 388969 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28044/tid=28047] ppid=28042 vsize=1712252 CPUtime=1048.15
/proc/28044/task/28047/stat : 28047 (java) R 28042 28044 27995 0 -1 64 792 0 0 0 104810 5 0 0 25 0 13 0 152043107 1753346048 388969 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4154938849 0 0 0 23759 0 0 0 -1 0 0 0
[pid=28044/tid=28048] ppid=28042 vsize=1712252 CPUtime=0
/proc/28044/task/28048/stat : 28048 (java) S 28042 28044 27995 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 152043108 1753346048 388969 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28044/tid=28049] ppid=28042 vsize=1712252 CPUtime=0
/proc/28044/task/28049/stat : 28049 (java) S 28042 28044 27995 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 152043108 1753346048 388969 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28044/tid=28050] ppid=28042 vsize=1712252 CPUtime=0
/proc/28044/task/28050/stat : 28050 (java) S 28042 28044 27995 0 -1 64 1 0 0 0 0 0 0 0 16 0 13 0 152043113 1753346048 388969 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28044/tid=28051] ppid=28042 vsize=1712252 CPUtime=0
/proc/28044/task/28051/stat : 28051 (java) S 28042 28044 27995 0 -1 64 5 0 0 0 0 0 0 0 17 0 13 0 152043113 1753346048 388969 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28044/tid=28052] ppid=28042 vsize=1712252 CPUtime=0.97
/proc/28044/task/28052/stat : 28052 (java) S 28042 28044 27995 0 -1 64 582 0 0 0 97 0 0 0 16 0 13 0 152043113 1753346048 388969 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28044/tid=28053] ppid=28042 vsize=1712252 CPUtime=1.06
/proc/28044/task/28053/stat : 28053 (java) S 28042 28044 27995 0 -1 64 1814 0 0 0 106 0 0 0 17 0 13 0 152043113 1753346048 388969 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28044/tid=28054] ppid=28042 vsize=1712252 CPUtime=0
/proc/28044/task/28054/stat : 28054 (java) S 28042 28044 27995 0 -1 64 2 0 0 0 0 0 0 0 20 0 13 0 152043113 1753346048 388969 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28044/tid=28055] ppid=28042 vsize=1712252 CPUtime=0
/proc/28044/task/28055/stat : 28055 (java) S 28042 28044 27995 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 152043113 1753346048 388969 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28044/tid=28063] ppid=28042 vsize=1712252 CPUtime=0
/proc/28044/task/28063/stat : 28063 (java) S 28042 28044 27995 0 -1 64 128 0 0 0 0 0 0 0 16 0 13 0 152045051 1753346048 388969 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1801.74
Current children cumulated vsize (Kb) 1712252

Sending SIGKILL to process tree (bottom up)

[startup+1790.43 s]
/proc/loadavg: 1.01 1.01 1.00 2/77 28738
/proc/meminfo: memFree=15664/2055920 swapFree=4184148/4192956
[pid=28044] ppid=28042 vsize=1712252 CPUtime=1802.74
/proc/28044/stat : 28044 (java) S 28042 28044 27995 0 -1 0 444389 0 57 0 180041 233 0 0 16 0 13 0 152043087 1753346048 388969 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28044/statm: 428063 388969 1914 14 0 414810 0
[pid=28044/tid=28045] ppid=28042 vsize=1712252 CPUtime=12.02
/proc/28044/task/28045/stat : 28045 (java) S 28042 28044 27995 0 -1 64 195169 0 0 0 1108 94 0 0 16 0 13 0 152043105 1753346048 388969 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28044/tid=28046] ppid=28042 vsize=1712252 CPUtime=12
/proc/28044/task/28046/stat : 28046 (java) S 28042 28044 27995 0 -1 64 205458 0 0 0 1101 99 0 0 17 0 13 0 152043105 1753346048 388969 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28044/tid=28047] ppid=28042 vsize=1712252 CPUtime=1049.16
/proc/28044/task/28047/stat : 28047 (java) R 28042 28044 27995 0 -1 64 792 0 0 0 104911 5 0 0 25 0 13 0 152043107 1753346048 388969 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4155453158 0 0 0 23759 0 0 0 -1 0 0 0
[pid=28044/tid=28048] ppid=28042 vsize=1712252 CPUtime=0
/proc/28044/task/28048/stat : 28048 (java) S 28042 28044 27995 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 152043108 1753346048 388969 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28044/tid=28049] ppid=28042 vsize=1712252 CPUtime=0
/proc/28044/task/28049/stat : 28049 (java) S 28042 28044 27995 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 152043108 1753346048 388969 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28044/tid=28050] ppid=28042 vsize=1712252 CPUtime=0
/proc/28044/task/28050/stat : 28050 (java) S 28042 28044 27995 0 -1 64 1 0 0 0 0 0 0 0 16 0 13 0 152043113 1753346048 388969 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28044/tid=28051] ppid=28042 vsize=1712252 CPUtime=0
/proc/28044/task/28051/stat : 28051 (java) S 28042 28044 27995 0 -1 64 5 0 0 0 0 0 0 0 17 0 13 0 152043113 1753346048 388969 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28044/tid=28052] ppid=28042 vsize=1712252 CPUtime=0.97
/proc/28044/task/28052/stat : 28052 (java) S 28042 28044 27995 0 -1 64 582 0 0 0 97 0 0 0 16 0 13 0 152043113 1753346048 388969 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28044/tid=28053] ppid=28042 vsize=1712252 CPUtime=1.06
/proc/28044/task/28053/stat : 28053 (java) S 28042 28044 27995 0 -1 64 1814 0 0 0 106 0 0 0 17 0 13 0 152043113 1753346048 388969 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28044/tid=28054] ppid=28042 vsize=1712252 CPUtime=0
/proc/28044/task/28054/stat : 28054 (java) S 28042 28044 27995 0 -1 64 2 0 0 0 0 0 0 0 20 0 13 0 152043113 1753346048 388969 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28044/tid=28055] ppid=28042 vsize=1712252 CPUtime=0
/proc/28044/task/28055/stat : 28055 (java) S 28042 28044 27995 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 152043113 1753346048 388969 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28044/tid=28063] ppid=28042 vsize=1712252 CPUtime=0
/proc/28044/task/28063/stat : 28063 (java) S 28042 28044 27995 0 -1 64 128 0 0 0 0 0 0 0 16 0 13 0 152045051 1753346048 388969 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1802.74
Current children cumulated vsize (Kb) 1712252

Child ended because it received signal 9 (SIGKILL)
Real time (s): 1790.68
CPU time (s): 1802.99
CPU user time (s): 1800.42
CPU system time (s): 2.57661
CPU usage (%): 100.688
Max. virtual memory (cumulated for all children) (Kb): 1712968
The end

Launcher Data (download as text)

Begin job on node60 on Fri Jul 28 01:55:33 UTC 2006


FILE ID= 43084-1154051733

PBS_JOBID= 881873

BENCH NAME= HOME/pub/bench/PB06//final/normalized-PB06/OPT-SMALLINT/web/www.nlsde.buaa.edu.cn/~kexu/benchmarks/frb53-24-opb/normalized-frb53-24-4.opb
COMMAND LINE= java -server -Xms1500M -Xmx1500M -jar ROOT/solvers/PB/PB06final/user5/sat4jPseudoHeuristics.jar ROOT/tmp/node60/43084-1154051733/instance-43084-1154051733.opb 927995699
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node60/watcher-43084-1154051733 -o ROOT/results/node60/solver-43084-1154051733 -C 1800 -M 1800 -S 64  java -server -Xms1500M -Xmx1500M -jar ROOT/solvers/PB/PB06final/user5/sat4jPseudoHeuristics.jar ROOT/tmp/node60/43084-1154051733/instance-43084-1154051733.opb 927995699

MD5SUM SOLVER= 3cef94aa015dc0dd234d31843a257d70
MD5SUM BENCH=  1a88750537364c45876077f809191628

RANDOM SEED= 927995699

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.231
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.231
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:       1056928 kB
Buffers:         39864 kB
Cached:         882360 kB
SwapCached:       2576 kB
Active:         200544 kB
Inactive:       730276 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1056928 kB
SwapTotal:     4192956 kB
SwapFree:      4184148 kB
Dirty:             172 kB
Writeback:           0 kB
Mapped:          14580 kB
Slab:            54144 kB
Committed_AS:  1040912 kB
PageTables:       1480 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB


End job on node60 on Fri Jul 28 02:25:23 UTC 2006