Trace number 51020

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) 1801.03 1751.62

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/submitted-PB06/roussel/factor/
normalized-factor-sizeN=180-sizeP=91-sizeQ=180-348768554.opb
MD5SUMb1249706e628878b014787592bd6d20f
Bench CategoryOPT-BIGINT (optimisation, big integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark1
Best CPU time to get the best result obtained on this benchmark19.555
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 1
Optimality of the best value was proved YES
Number of variables16651
Total number of constraints49141
Number of constraints which are clauses49140
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint16380
Number of terms in the objective function 91
Biggest coefficient in the objective function 1237940039285380274899124224
Number of bits for the biggest coefficient in the objective function 91
Sum of the numbers in the objective function 2475880078570760549798248447
Number of bits of the sum of numbers in the objective function 91
Biggest number in a constraint 948568795032094272909893509191171341133987714380927500611236528192824358010355712
Number of bits of the biggest number in a constraint 270
Biggest sum of numbers in a constraint 3794275180128377091639574036119569691105961065265835810055117519795943319408340779
Number of bits of the biggest sum of numbers271
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data (download as text)

0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.14	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.15	c no version file found!!!
0.15	c sun.arch.data.model	32
0.15	c java.version	1.5.0_06
0.15	c os.name	Linux
0.15	c os.version	2.6.9-22.EL.rootsmp
0.15	c os.arch	i386
0.15	c Free memory 1548419056
0.15	c Max memory 1551040512
0.15	c Total memory 1551040512
0.15	c Number of processors 2
0.21	c Cutting planes based inference
0.21	c --- Begin Solver configuration ---
0.21	c org.sat4j.minisat.uip.FirstUIP@1037c71
0.21	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@1df073d
0.21	c org.sat4j.minisat.learning.MiniSATLearning@1546e25
0.21	c conflictBoundIncFactor=1.5 learntBoundIncFactor=1.1 initLearntBoundConstraintFactor=10000.0 initConflictBound=100 
0.21	c VSIDS like heuristics from MiniSAT using a heap
0.21	c No reason simplification
0.21	c --- End Solver configuration ---
0.21	c solving ROOT/tmp/node31/51020-1154124062/instance-51020-1154124062.opb
0.21	c reading problem ... 
16.81	c ... done. Time 16.591 ms.
16.81	c #vars     16651
16.81	c #constraints  49142
1751.37	c starts		: 1
1751.37	c conflicts		: 31
1751.37	c decisions		: 12397
1751.37	c propagations		: 19716
1751.37	c inspects		: 188915
1751.37	c learnt literals	: 0
1751.37	c learnt binary clauses	: 0
1751.37	c learnt ternary clauses	: 0
1751.37	c learnt clauses	: 30
1751.37	c root simplifications	: 0
1751.37	c removed literals (reason simplification)	: 0
1751.37	c reason swapping (by a shorter reason)	: 0
1751.37	c Calls to reduceDB	: 0
1751.37	c speed (decisions/second)	: 7.147185201285191
1751.37	c non guided choices	11771
1751.37	s UNKNOWN
1751.37	c Total wall clock time (ms): 1751.16

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

Current StackSize limit: 67108864 bytes

/proc/loadavg: 1.00 1.00 1.00 3/70 28016
/proc/meminfo: memFree=1552072/2055920 swapFree=4183108/4192956
[pid=28016] ppid=28014 vsize=172 CPUtime=0
/proc/28016/stat : 28016 (java) R 28014 28016 27967 0 -1 0 202 0 0 0 0 0 0 0 18 0 1 0 159265931 176128 24 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 1172260 0 0 4096 0 0 0 0 17 1 0 0
/proc/28016/statm: 43 24 18 14 0 3 0

[startup+10.0014 s]
/proc/loadavg: 1.00 1.00 1.00 2/81 28109
/proc/meminfo: memFree=1376368/2055920 swapFree=4183108/4192956
[pid=28016] ppid=28014 vsize=1708908 CPUtime=10.45
/proc/28016/stat : 28016 (java) R 28014 28016 27967 0 -1 0 48776 0 1 0 1021 24 0 0 25 0 12 0 159265931 1749921792 45627 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071345961 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28016/statm: 427227 45627 1874 14 0 413974 0
[pid=28016/tid=28017] ppid=28014 vsize=1708908 CPUtime=0.07
/proc/28016/task/28017/stat : 28017 (java) S 28014 28016 27967 0 -1 64 1462 0 0 0 7 0 0 0 16 0 12 0 159265935 1749921792 45627 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28016/tid=28018] ppid=28014 vsize=1708908 CPUtime=0.06
/proc/28016/task/28018/stat : 28018 (java) S 28014 28016 27967 0 -1 64 1203 0 0 0 6 0 0 0 16 0 12 0 159265935 1749921792 45627 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28016/tid=28019] ppid=28014 vsize=1708908 CPUtime=0
/proc/28016/task/28019/stat : 28019 (java) S 28014 28016 27967 0 -1 64 27 0 0 0 0 0 0 0 16 0 12 0 159265937 1749921792 45627 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=28016/tid=28020] ppid=28014 vsize=1708908 CPUtime=0
/proc/28016/task/28020/stat : 28020 (java) S 28014 28016 27967 0 -1 64 9 0 0 0 0 0 0 0 15 0 12 0 159265938 1749921792 45627 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28016/tid=28021] ppid=28014 vsize=1708908 CPUtime=0
/proc/28016/task/28021/stat : 28021 (java) S 28014 28016 27967 0 -1 64 5 0 0 0 0 0 0 0 15 0 12 0 159265938 1749921792 45627 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28016/tid=28022] ppid=28014 vsize=1708908 CPUtime=0
/proc/28016/task/28022/stat : 28022 (java) S 28014 28016 27967 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 159265941 1749921792 45627 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28016/tid=28023] ppid=28014 vsize=1708908 CPUtime=0
/proc/28016/task/28023/stat : 28023 (java) S 28014 28016 27967 0 -1 64 3 0 0 0 0 0 0 0 15 0 12 0 159265941 1749921792 45627 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28016/tid=28024] ppid=28014 vsize=1708908 CPUtime=0.29
/proc/28016/task/28024/stat : 28024 (java) S 28014 28016 27967 0 -1 64 399 0 0 0 29 0 0 0 16 0 12 0 159265941 1749921792 45627 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28016/tid=28025] ppid=28014 vsize=1708908 CPUtime=0.3
/proc/28016/task/28025/stat : 28025 (java) S 28014 28016 27967 0 -1 64 273 0 0 0 30 0 0 0 16 0 12 0 159265941 1749921792 45627 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28016/tid=28026] ppid=28014 vsize=1708908 CPUtime=0
/proc/28016/task/28026/stat : 28026 (java) S 28014 28016 27967 0 -1 64 0 0 0 0 0 0 0 0 24 0 12 0 159265941 1749921792 45627 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28016/tid=28027] ppid=28014 vsize=1708908 CPUtime=0
/proc/28016/task/28027/stat : 28027 (java) S 28014 28016 27967 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 159265941 1749921792 45627 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 10.45
Current children cumulated vsize (Kb) 1708908

[startup+20.0092 s]
/proc/loadavg: 1.24 1.05 1.02 2/82 28160
/proc/meminfo: memFree=1356968/2055920 swapFree=4183108/4192956
[pid=28016] ppid=28014 vsize=1710448 CPUtime=21.05
/proc/28016/stat : 28016 (java) R 28014 28016 27967 0 -1 0 55697 0 1 0 2077 28 0 0 22 0 13 0 159265931 1751498752 50551 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071492178 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28016/statm: 427612 50551 1904 14 0 414359 0
[pid=28016/tid=28017] ppid=28014 vsize=1710448 CPUtime=0.17
/proc/28016/task/28017/stat : 28017 (java) S 28014 28016 27967 0 -1 64 2820 0 0 0 16 1 0 0 16 0 13 0 159265935 1751498752 50551 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28016/tid=28018] ppid=28014 vsize=1710448 CPUtime=0.16
/proc/28016/task/28018/stat : 28018 (java) S 28014 28016 27967 0 -1 64 2995 0 0 0 16 0 0 0 16 0 13 0 159265935 1751498752 50551 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28016/tid=28019] ppid=28014 vsize=1710448 CPUtime=0
/proc/28016/task/28019/stat : 28019 (java) S 28014 28016 27967 0 -1 64 36 0 0 0 0 0 0 0 16 0 13 0 159265937 1751498752 50551 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=28016/tid=28020] ppid=28014 vsize=1710448 CPUtime=0
/proc/28016/task/28020/stat : 28020 (java) S 28014 28016 27967 0 -1 64 9 0 0 0 0 0 0 0 15 0 13 0 159265938 1751498752 50551 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28016/tid=28021] ppid=28014 vsize=1710448 CPUtime=0
/proc/28016/task/28021/stat : 28021 (java) S 28014 28016 27967 0 -1 64 5 0 0 0 0 0 0 0 15 0 13 0 159265938 1751498752 50551 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28016/tid=28022] ppid=28014 vsize=1710448 CPUtime=0
/proc/28016/task/28022/stat : 28022 (java) S 28014 28016 27967 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 159265941 1751498752 50551 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28016/tid=28023] ppid=28014 vsize=1710448 CPUtime=0
/proc/28016/task/28023/stat : 28023 (java) S 28014 28016 27967 0 -1 64 3 0 0 0 0 0 0 0 17 0 13 0 159265941 1751498752 50551 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28016/tid=28024] ppid=28014 vsize=1710448 CPUtime=0.66
/proc/28016/task/28024/stat : 28024 (java) S 28014 28016 27967 0 -1 64 622 0 0 0 66 0 0 0 16 0 13 0 159265941 1751498752 50551 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28016/tid=28025] ppid=28014 vsize=1710448 CPUtime=0.61
/proc/28016/task/28025/stat : 28025 (java) S 28014 28016 27967 0 -1 64 344 0 0 0 61 0 0 0 17 0 13 0 159265941 1751498752 50551 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28016/tid=28026] ppid=28014 vsize=1710448 CPUtime=0
/proc/28016/task/28026/stat : 28026 (java) S 28014 28016 27967 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 159265941 1751498752 50551 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28016/tid=28027] ppid=28014 vsize=1710448 CPUtime=0
/proc/28016/task/28027/stat : 28027 (java) S 28014 28016 27967 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 159265941 1751498752 50551 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28016/tid=28140] ppid=28014 vsize=1710448 CPUtime=0
/proc/28016/task/28140/stat : 28140 (java) S 28014 28016 27967 0 -1 64 4 0 0 0 0 0 0 0 18 0 13 0 159267617 1751498752 50551 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 21.05
Current children cumulated vsize (Kb) 1710448

[startup+30.0171 s]
/proc/loadavg: 1.20 1.05 1.02 2/76 28200
/proc/meminfo: memFree=1351840/2055920 swapFree=4183108/4192956
[pid=28016] ppid=28014 vsize=1712176 CPUtime=31.39
/proc/28016/stat : 28016 (java) R 28014 28016 27967 0 -1 0 57926 0 1 0 3109 30 0 0 17 0 13 0 159265931 1753268224 52151 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071397345 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28016/statm: 428044 52151 1905 14 0 414791 0
[pid=28016/tid=28017] ppid=28014 vsize=1712176 CPUtime=0.35
/proc/28016/task/28017/stat : 28017 (java) S 28014 28016 27967 0 -1 64 3487 0 0 0 34 1 0 0 16 0 13 0 159265935 1753268224 52151 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28016/tid=28018] ppid=28014 vsize=1712176 CPUtime=0.36
/proc/28016/task/28018/stat : 28018 (java) S 28014 28016 27967 0 -1 64 3785 0 0 0 35 1 0 0 16 0 13 0 159265935 1753268224 52151 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28016/tid=28019] ppid=28014 vsize=1712176 CPUtime=0.01
/proc/28016/task/28019/stat : 28019 (java) S 28014 28016 27967 0 -1 64 36 0 0 0 0 1 0 0 15 0 13 0 159265937 1753268224 52151 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=28016/tid=28020] ppid=28014 vsize=1712176 CPUtime=0
/proc/28016/task/28020/stat : 28020 (java) S 28014 28016 27967 0 -1 64 9 0 0 0 0 0 0 0 15 0 13 0 159265938 1753268224 52151 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28016/tid=28021] ppid=28014 vsize=1712176 CPUtime=0
/proc/28016/task/28021/stat : 28021 (java) S 28014 28016 27967 0 -1 64 5 0 0 0 0 0 0 0 15 0 13 0 159265938 1753268224 52151 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28016/tid=28022] ppid=28014 vsize=1712176 CPUtime=0
/proc/28016/task/28022/stat : 28022 (java) S 28014 28016 27967 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 159265941 1753268224 52151 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28016/tid=28023] ppid=28014 vsize=1712176 CPUtime=0
/proc/28016/task/28023/stat : 28023 (java) S 28014 28016 27967 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 159265941 1753268224 52151 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28016/tid=28024] ppid=28014 vsize=1712176 CPUtime=0.73
/proc/28016/task/28024/stat : 28024 (java) S 28014 28016 27967 0 -1 64 774 0 0 0 73 0 0 0 17 0 13 0 159265941 1753268224 52151 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28016/tid=28025] ppid=28014 vsize=1712176 CPUtime=0.71
/proc/28016/task/28025/stat : 28025 (java) S 28014 28016 27967 0 -1 64 946 0 0 0 71 0 0 0 16 0 13 0 159265941 1753268224 52151 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28016/tid=28026] ppid=28014 vsize=1712176 CPUtime=0
/proc/28016/task/28026/stat : 28026 (java) S 28014 28016 27967 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 159265941 1753268224 52151 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28016/tid=28027] ppid=28014 vsize=1712176 CPUtime=0
/proc/28016/task/28027/stat : 28027 (java) S 28014 28016 27967 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 159265941 1753268224 52151 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28016/tid=28140] ppid=28014 vsize=1712176 CPUtime=0
/proc/28016/task/28140/stat : 28140 (java) S 28014 28016 27967 0 -1 64 4 0 0 0 0 0 0 0 18 0 13 0 159267617 1753268224 52151 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 31.39
Current children cumulated vsize (Kb) 1712176

[startup+40.0239 s]
/proc/loadavg: 1.17 1.05 1.01 2/76 28200
/proc/meminfo: memFree=1334520/2055920 swapFree=4183108/4192956
[pid=28016] ppid=28014 vsize=1710488 CPUtime=41.62
/proc/28016/stat : 28016 (java) R 28014 28016 27967 0 -1 0 64402 0 1 0 4129 33 0 0 25 0 13 0 159265931 1751539712 56502 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071490624 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28016/statm: 427622 56502 1905 14 0 414369 0
[pid=28016/tid=28017] ppid=28014 vsize=1710488 CPUtime=0.56
/proc/28016/task/28017/stat : 28017 (java) S 28014 28016 27967 0 -1 64 6453 0 0 0 53 3 0 0 16 0 13 0 159265935 1751539712 56502 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28016/tid=28018] ppid=28014 vsize=1710488 CPUtime=0.56
/proc/28016/task/28018/stat : 28018 (java) S 28014 28016 27967 0 -1 64 7278 0 0 0 53 3 0 0 16 0 13 0 159265935 1751539712 56502 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28016/tid=28019] ppid=28014 vsize=1710488 CPUtime=0.01
/proc/28016/task/28019/stat : 28019 (java) S 28014 28016 27967 0 -1 64 36 0 0 0 0 1 0 0 16 0 13 0 159265937 1751539712 56502 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=28016/tid=28020] ppid=28014 vsize=1710488 CPUtime=0
/proc/28016/task/28020/stat : 28020 (java) S 28014 28016 27967 0 -1 64 9 0 0 0 0 0 0 0 15 0 13 0 159265938 1751539712 56502 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28016/tid=28021] ppid=28014 vsize=1710488 CPUtime=0
/proc/28016/task/28021/stat : 28021 (java) S 28014 28016 27967 0 -1 64 5 0 0 0 0 0 0 0 15 0 13 0 159265938 1751539712 56502 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28016/tid=28022] ppid=28014 vsize=1710488 CPUtime=0
/proc/28016/task/28022/stat : 28022 (java) S 28014 28016 27967 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 159265941 1751539712 56502 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28016/tid=28023] ppid=28014 vsize=1710488 CPUtime=0
/proc/28016/task/28023/stat : 28023 (java) S 28014 28016 27967 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 159265941 1751539712 56502 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28016/tid=28024] ppid=28014 vsize=1710488 CPUtime=0.74
/proc/28016/task/28024/stat : 28024 (java) S 28014 28016 27967 0 -1 64 774 0 0 0 74 0 0 0 16 0 13 0 159265941 1751539712 56502 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28016/tid=28025] ppid=28014 vsize=1710488 CPUtime=0.72
/proc/28016/task/28025/stat : 28025 (java) S 28014 28016 27967 0 -1 64 946 0 0 0 72 0 0 0 16 0 13 0 159265941 1751539712 56502 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28016/tid=28026] ppid=28014 vsize=1710488 CPUtime=0
/proc/28016/task/28026/stat : 28026 (java) S 28014 28016 27967 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 159265941 1751539712 56502 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28016/tid=28027] ppid=28014 vsize=1710488 CPUtime=0
/proc/28016/task/28027/stat : 28027 (java) S 28014 28016 27967 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 159265941 1751539712 56502 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28016/tid=28140] ppid=28014 vsize=1710488 CPUtime=0
/proc/28016/task/28140/stat : 28140 (java) S 28014 28016 27967 0 -1 64 4 0 0 0 0 0 0 0 18 0 13 0 159267617 1751539712 56502 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 41.62
Current children cumulated vsize (Kb) 1710488

[startup+50.0317 s]
/proc/loadavg: 1.14 1.04 1.01 2/76 28200
/proc/meminfo: memFree=1309560/2055920 swapFree=4183108/4192956
[pid=28016] ppid=28014 vsize=1710488 CPUtime=51.84
/proc/28016/stat : 28016 (java) R 28014 28016 27967 0 -1 0 73381 0 1 0 5146 38 0 0 18 0 13 0 159265931 1751539712 62746 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071407738 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28016/statm: 427622 62746 1905 14 0 414369 0
[pid=28016/tid=28017] ppid=28014 vsize=1710488 CPUtime=0.76
/proc/28016/task/28017/stat : 28017 (java) S 28014 28016 27967 0 -1 64 11413 0 0 0 71 5 0 0 16 0 13 0 159265935 1751539712 62746 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28016/tid=28018] ppid=28014 vsize=1710488 CPUtime=0.75
/proc/28016/task/28018/stat : 28018 (java) S 28014 28016 27967 0 -1 64 11278 0 0 0 71 4 0 0 16 0 13 0 159265935 1751539712 62746 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28016/tid=28019] ppid=28014 vsize=1710488 CPUtime=0.02
/proc/28016/task/28019/stat : 28019 (java) S 28014 28016 27967 0 -1 64 36 0 0 0 1 1 0 0 15 0 13 0 159265937 1751539712 62746 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=28016/tid=28020] ppid=28014 vsize=1710488 CPUtime=0
/proc/28016/task/28020/stat : 28020 (java) S 28014 28016 27967 0 -1 64 9 0 0 0 0 0 0 0 15 0 13 0 159265938 1751539712 62746 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28016/tid=28021] ppid=28014 vsize=1710488 CPUtime=0
/proc/28016/task/28021/stat : 28021 (java) S 28014 28016 27967 0 -1 64 5 0 0 0 0 0 0 0 15 0 13 0 159265938 1751539712 62746 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28016/tid=28022] ppid=28014 vsize=1710488 CPUtime=0
/proc/28016/task/28022/stat : 28022 (java) S 28014 28016 27967 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 159265941 1751539712 62746 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28016/tid=28023] ppid=28014 vsize=1710488 CPUtime=0
/proc/28016/task/28023/stat : 28023 (java) S 28014 28016 27967 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 159265941 1751539712 62746 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28016/tid=28024] ppid=28014 vsize=1710488 CPUtime=0.75
/proc/28016/task/28024/stat : 28024 (java) S 28014 28016 27967 0 -1 64 775 0 0 0 75 0 0 0 16 0 13 0 159265941 1751539712 62746 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28016/tid=28025] ppid=28014 vsize=1710488 CPUtime=0.73
/proc/28016/task/28025/stat : 28025 (java) S 28014 28016 27967 0 -1 64 946 0 0 0 73 0 0 0 16 0 13 0 159265941 1751539712 62746 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28016/tid=28026] ppid=28014 vsize=1710488 CPUtime=0
/proc/28016/task/28026/stat : 28026 (java) S 28014 28016 27967 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 159265941 1751539712 62746 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28016/tid=28027] ppid=28014 vsize=1710488 CPUtime=0
/proc/28016/task/28027/stat : 28027 (java) S 28014 28016 27967 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 159265941 1751539712 62746 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28016/tid=28140] ppid=28014 vsize=1710488 CPUtime=0
/proc/28016/task/28140/stat : 28140 (java) S 28014 28016 27967 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 159267617 1751539712 62746 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 51.84
Current children cumulated vsize (Kb) 1710488

[startup+60.0496 s]
/proc/loadavg: 1.12 1.04 1.01 2/76 28200
/proc/meminfo: memFree=1281976/2055920 swapFree=4183108/4192956
[pid=28016] ppid=28014 vsize=1710488 CPUtime=62.06
/proc/28016/stat : 28016 (java) R 28014 28016 27967 0 -1 0 83534 0 1 0 6164 42 0 0 24 0 13 0 159265931 1751539712 69616 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071490415 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28016/statm: 427622 69616 1905 14 0 414369 0
[pid=28016/tid=28017] ppid=28014 vsize=1710488 CPUtime=0.97
/proc/28016/task/28017/stat : 28017 (java) S 28014 28016 27967 0 -1 64 16581 0 0 0 90 7 0 0 16 0 13 0 159265935 1751539712 69616 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28016/tid=28018] ppid=28014 vsize=1710488 CPUtime=0.95
/proc/28016/task/28018/stat : 28018 (java) S 28014 28016 27967 0 -1 64 16245 0 0 0 88 7 0 0 16 0 13 0 159265935 1751539712 69616 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28016/tid=28019] ppid=28014 vsize=1710488 CPUtime=0.02
/proc/28016/task/28019/stat : 28019 (java) S 28014 28016 27967 0 -1 64 36 0 0 0 1 1 0 0 15 0 13 0 159265937 1751539712 69616 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=28016/tid=28020] ppid=28014 vsize=1710488 CPUtime=0
/proc/28016/task/28020/stat : 28020 (java) S 28014 28016 27967 0 -1 64 9 0 0 0 0 0 0 0 15 0 13 0 159265938 1751539712 69616 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28016/tid=28021] ppid=28014 vsize=1710488 CPUtime=0
/proc/28016/task/28021/stat : 28021 (java) S 28014 28016 27967 0 -1 64 5 0 0 0 0 0 0 0 15 0 13 0 159265938 1751539712 69616 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28016/tid=28022] ppid=28014 vsize=1710488 CPUtime=0
/proc/28016/task/28022/stat : 28022 (java) S 28014 28016 27967 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 159265941 1751539712 69616 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28016/tid=28023] ppid=28014 vsize=1710488 CPUtime=0

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

/proc/28016/task/28020/stat : 28020 (java) S 28014 28016 27967 0 -1 64 9 0 0 0 0 0 0 0 15 0 13 0 159265938 1752690688 355597 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28016/tid=28021] ppid=28014 vsize=1711612 CPUtime=0
/proc/28016/task/28021/stat : 28021 (java) S 28014 28016 27967 0 -1 64 5 0 0 0 0 0 0 0 15 0 13 0 159265938 1752690688 355597 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28016/tid=28022] ppid=28014 vsize=1711612 CPUtime=0
/proc/28016/task/28022/stat : 28022 (java) S 28014 28016 27967 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 159265941 1752690688 355597 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28016/tid=28023] ppid=28014 vsize=1711612 CPUtime=0
/proc/28016/task/28023/stat : 28023 (java) S 28014 28016 27967 0 -1 64 3 0 0 0 0 0 0 0 17 0 13 0 159265941 1752690688 355597 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28016/tid=28024] ppid=28014 vsize=1711612 CPUtime=0.98
/proc/28016/task/28024/stat : 28024 (java) S 28014 28016 27967 0 -1 64 961 0 0 0 98 0 0 0 17 0 13 0 159265941 1752690688 355597 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28016/tid=28025] ppid=28014 vsize=1711612 CPUtime=0.95
/proc/28016/task/28025/stat : 28025 (java) S 28014 28016 27967 0 -1 64 1713 0 0 0 94 1 0 0 16 0 13 0 159265941 1752690688 355597 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28016/tid=28026] ppid=28014 vsize=1711612 CPUtime=0
/proc/28016/task/28026/stat : 28026 (java) S 28014 28016 27967 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 159265941 1752690688 355597 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28016/tid=28027] ppid=28014 vsize=1711612 CPUtime=0
/proc/28016/task/28027/stat : 28027 (java) S 28014 28016 27967 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 159265941 1752690688 355597 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28016/tid=28140] ppid=28014 vsize=1711612 CPUtime=0
/proc/28016/task/28140/stat : 28140 (java) S 28014 28016 27967 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 159267617 1752690688 355597 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1796.64
Current children cumulated vsize (Kb) 1711612

[startup+1748.34 s]
/proc/loadavg: 1.04 1.03 1.00 2/76 28200
/proc/meminfo: memFree=135032/2055920 swapFree=4183108/4192956
[pid=28016] ppid=28014 vsize=1711612 CPUtime=1797.67
/proc/28016/stat : 28016 (java) R 28014 28016 27967 0 -1 0 535704 0 1 0 179328 439 0 0 18 0 13 0 159265931 1752690688 355597 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071491072 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28016/statm: 427903 355597 1910 14 0 414650 0
[pid=28016/tid=28017] ppid=28014 vsize=1711612 CPUtime=49.09
/proc/28016/task/28017/stat : 28017 (java) S 28014 28016 27967 0 -1 64 241083 0 0 0 4734 175 0 0 15 0 13 0 159265935 1752690688 355597 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28016/tid=28018] ppid=28014 vsize=1711612 CPUtime=49.07
/proc/28016/task/28018/stat : 28018 (java) S 28014 28016 27967 0 -1 64 239309 0 0 0 4712 195 0 0 16 0 13 0 159265935 1752690688 355597 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28016/tid=28019] ppid=28014 vsize=1711612 CPUtime=0.69
/proc/28016/task/28019/stat : 28019 (java) S 28014 28016 27967 0 -1 64 81 0 0 0 43 26 0 0 16 0 13 0 159265937 1752690688 355597 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=28016/tid=28020] ppid=28014 vsize=1711612 CPUtime=0
/proc/28016/task/28020/stat : 28020 (java) S 28014 28016 27967 0 -1 64 9 0 0 0 0 0 0 0 15 0 13 0 159265938 1752690688 355597 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28016/tid=28021] ppid=28014 vsize=1711612 CPUtime=0
/proc/28016/task/28021/stat : 28021 (java) S 28014 28016 27967 0 -1 64 5 0 0 0 0 0 0 0 15 0 13 0 159265938 1752690688 355597 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28016/tid=28022] ppid=28014 vsize=1711612 CPUtime=0
/proc/28016/task/28022/stat : 28022 (java) S 28014 28016 27967 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 159265941 1752690688 355597 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28016/tid=28023] ppid=28014 vsize=1711612 CPUtime=0
/proc/28016/task/28023/stat : 28023 (java) S 28014 28016 27967 0 -1 64 3 0 0 0 0 0 0 0 17 0 13 0 159265941 1752690688 355597 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28016/tid=28024] ppid=28014 vsize=1711612 CPUtime=0.98
/proc/28016/task/28024/stat : 28024 (java) S 28014 28016 27967 0 -1 64 961 0 0 0 98 0 0 0 17 0 13 0 159265941 1752690688 355597 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28016/tid=28025] ppid=28014 vsize=1711612 CPUtime=0.95
/proc/28016/task/28025/stat : 28025 (java) S 28014 28016 27967 0 -1 64 1713 0 0 0 94 1 0 0 16 0 13 0 159265941 1752690688 355597 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28016/tid=28026] ppid=28014 vsize=1711612 CPUtime=0
/proc/28016/task/28026/stat : 28026 (java) S 28014 28016 27967 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 159265941 1752690688 355597 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28016/tid=28027] ppid=28014 vsize=1711612 CPUtime=0
/proc/28016/task/28027/stat : 28027 (java) S 28014 28016 27967 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 159265941 1752690688 355597 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28016/tid=28140] ppid=28014 vsize=1711612 CPUtime=0
/proc/28016/task/28140/stat : 28140 (java) S 28014 28016 27967 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 159267617 1752690688 355597 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1797.67
Current children cumulated vsize (Kb) 1711612

[startup+1749.35 s]
/proc/loadavg: 1.04 1.03 1.00 2/76 28200
/proc/meminfo: memFree=135032/2055920 swapFree=4183108/4192956
[pid=28016] ppid=28014 vsize=1711612 CPUtime=1798.71
/proc/28016/stat : 28016 (java) R 28014 28016 27967 0 -1 0 535706 0 1 0 179432 439 0 0 17 0 13 0 159265931 1752690688 355597 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071490927 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28016/statm: 427903 355597 1910 14 0 414650 0
[pid=28016/tid=28017] ppid=28014 vsize=1711612 CPUtime=49.13
/proc/28016/task/28017/stat : 28017 (java) S 28014 28016 27967 0 -1 64 241083 0 0 0 4738 175 0 0 16 0 13 0 159265935 1752690688 355597 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28016/tid=28018] ppid=28014 vsize=1711612 CPUtime=49.1
/proc/28016/task/28018/stat : 28018 (java) S 28014 28016 27967 0 -1 64 239309 0 0 0 4715 195 0 0 16 0 13 0 159265935 1752690688 355597 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28016/tid=28019] ppid=28014 vsize=1711612 CPUtime=0.69
/proc/28016/task/28019/stat : 28019 (java) S 28014 28016 27967 0 -1 64 81 0 0 0 43 26 0 0 16 0 13 0 159265937 1752690688 355597 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=28016/tid=28020] ppid=28014 vsize=1711612 CPUtime=0
/proc/28016/task/28020/stat : 28020 (java) S 28014 28016 27967 0 -1 64 9 0 0 0 0 0 0 0 15 0 13 0 159265938 1752690688 355597 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28016/tid=28021] ppid=28014 vsize=1711612 CPUtime=0
/proc/28016/task/28021/stat : 28021 (java) S 28014 28016 27967 0 -1 64 5 0 0 0 0 0 0 0 15 0 13 0 159265938 1752690688 355597 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28016/tid=28022] ppid=28014 vsize=1711612 CPUtime=0
/proc/28016/task/28022/stat : 28022 (java) S 28014 28016 27967 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 159265941 1752690688 355597 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28016/tid=28023] ppid=28014 vsize=1711612 CPUtime=0
/proc/28016/task/28023/stat : 28023 (java) S 28014 28016 27967 0 -1 64 3 0 0 0 0 0 0 0 17 0 13 0 159265941 1752690688 355597 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28016/tid=28024] ppid=28014 vsize=1711612 CPUtime=0.98
/proc/28016/task/28024/stat : 28024 (java) S 28014 28016 27967 0 -1 64 961 0 0 0 98 0 0 0 17 0 13 0 159265941 1752690688 355597 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28016/tid=28025] ppid=28014 vsize=1711612 CPUtime=0.95
/proc/28016/task/28025/stat : 28025 (java) S 28014 28016 27967 0 -1 64 1713 0 0 0 94 1 0 0 16 0 13 0 159265941 1752690688 355597 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28016/tid=28026] ppid=28014 vsize=1711612 CPUtime=0
/proc/28016/task/28026/stat : 28026 (java) S 28014 28016 27967 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 159265941 1752690688 355597 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28016/tid=28027] ppid=28014 vsize=1711612 CPUtime=0
/proc/28016/task/28027/stat : 28027 (java) S 28014 28016 27967 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 159265941 1752690688 355597 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28016/tid=28140] ppid=28014 vsize=1711612 CPUtime=0
/proc/28016/task/28140/stat : 28140 (java) S 28014 28016 27967 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 159267617 1752690688 355597 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1798.71
Current children cumulated vsize (Kb) 1711612

[startup+1750.36 s]
/proc/loadavg: 1.04 1.03 1.00 2/76 28200
/proc/meminfo: memFree=135032/2055920 swapFree=4183108/4192956
[pid=28016] ppid=28014 vsize=1711612 CPUtime=1799.73
/proc/28016/stat : 28016 (java) R 28014 28016 27967 0 -1 0 535707 0 1 0 179534 439 0 0 25 0 13 0 159265931 1752690688 355597 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071490969 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28016/statm: 427903 355597 1910 14 0 414650 0
[pid=28016/tid=28017] ppid=28014 vsize=1711612 CPUtime=49.14
/proc/28016/task/28017/stat : 28017 (java) S 28014 28016 27967 0 -1 64 241083 0 0 0 4739 175 0 0 15 0 13 0 159265935 1752690688 355597 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28016/tid=28018] ppid=28014 vsize=1711612 CPUtime=49.11
/proc/28016/task/28018/stat : 28018 (java) S 28014 28016 27967 0 -1 64 239309 0 0 0 4716 195 0 0 16 0 13 0 159265935 1752690688 355597 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28016/tid=28019] ppid=28014 vsize=1711612 CPUtime=0.69
/proc/28016/task/28019/stat : 28019 (java) S 28014 28016 27967 0 -1 64 81 0 0 0 43 26 0 0 15 0 13 0 159265937 1752690688 355597 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=28016/tid=28020] ppid=28014 vsize=1711612 CPUtime=0
/proc/28016/task/28020/stat : 28020 (java) S 28014 28016 27967 0 -1 64 9 0 0 0 0 0 0 0 15 0 13 0 159265938 1752690688 355597 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28016/tid=28021] ppid=28014 vsize=1711612 CPUtime=0
/proc/28016/task/28021/stat : 28021 (java) S 28014 28016 27967 0 -1 64 5 0 0 0 0 0 0 0 15 0 13 0 159265938 1752690688 355597 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28016/tid=28022] ppid=28014 vsize=1711612 CPUtime=0
/proc/28016/task/28022/stat : 28022 (java) S 28014 28016 27967 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 159265941 1752690688 355597 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28016/tid=28023] ppid=28014 vsize=1711612 CPUtime=0
/proc/28016/task/28023/stat : 28023 (java) S 28014 28016 27967 0 -1 64 3 0 0 0 0 0 0 0 17 0 13 0 159265941 1752690688 355597 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28016/tid=28024] ppid=28014 vsize=1711612 CPUtime=0.98
/proc/28016/task/28024/stat : 28024 (java) S 28014 28016 27967 0 -1 64 961 0 0 0 98 0 0 0 17 0 13 0 159265941 1752690688 355597 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28016/tid=28025] ppid=28014 vsize=1711612 CPUtime=0.95
/proc/28016/task/28025/stat : 28025 (java) S 28014 28016 27967 0 -1 64 1713 0 0 0 94 1 0 0 16 0 13 0 159265941 1752690688 355597 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28016/tid=28026] ppid=28014 vsize=1711612 CPUtime=0
/proc/28016/task/28026/stat : 28026 (java) S 28014 28016 27967 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 159265941 1752690688 355597 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28016/tid=28027] ppid=28014 vsize=1711612 CPUtime=0
/proc/28016/task/28027/stat : 28027 (java) S 28014 28016 27967 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 159265941 1752690688 355597 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28016/tid=28140] ppid=28014 vsize=1711612 CPUtime=0
/proc/28016/task/28140/stat : 28140 (java) S 28014 28016 27967 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 159267617 1752690688 355597 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1799.73
Current children cumulated vsize (Kb) 1711612

[startup+1751.36 s]
/proc/loadavg: 1.04 1.03 1.00 2/76 28200
/proc/meminfo: memFree=135032/2055920 swapFree=4183108/4192956
[pid=28016] ppid=28014 vsize=1711612 CPUtime=1800.76
/proc/28016/stat : 28016 (java) R 28014 28016 27967 0 -1 0 535709 0 1 0 179637 439 0 0 18 0 13 0 159265931 1752690688 355597 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071490754 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28016/statm: 427903 355597 1910 14 0 414650 0
[pid=28016/tid=28017] ppid=28014 vsize=1711612 CPUtime=49.17
/proc/28016/task/28017/stat : 28017 (java) S 28014 28016 27967 0 -1 64 241083 0 0 0 4742 175 0 0 16 0 13 0 159265935 1752690688 355597 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28016/tid=28018] ppid=28014 vsize=1711612 CPUtime=49.14
/proc/28016/task/28018/stat : 28018 (java) S 28014 28016 27967 0 -1 64 239309 0 0 0 4719 195 0 0 16 0 13 0 159265935 1752690688 355597 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28016/tid=28019] ppid=28014 vsize=1711612 CPUtime=0.69
/proc/28016/task/28019/stat : 28019 (java) S 28014 28016 27967 0 -1 64 81 0 0 0 43 26 0 0 15 0 13 0 159265937 1752690688 355597 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=28016/tid=28020] ppid=28014 vsize=1711612 CPUtime=0
/proc/28016/task/28020/stat : 28020 (java) S 28014 28016 27967 0 -1 64 9 0 0 0 0 0 0 0 15 0 13 0 159265938 1752690688 355597 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28016/tid=28021] ppid=28014 vsize=1711612 CPUtime=0
/proc/28016/task/28021/stat : 28021 (java) S 28014 28016 27967 0 -1 64 5 0 0 0 0 0 0 0 15 0 13 0 159265938 1752690688 355597 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28016/tid=28022] ppid=28014 vsize=1711612 CPUtime=0
/proc/28016/task/28022/stat : 28022 (java) S 28014 28016 27967 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 159265941 1752690688 355597 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28016/tid=28023] ppid=28014 vsize=1711612 CPUtime=0
/proc/28016/task/28023/stat : 28023 (java) S 28014 28016 27967 0 -1 64 3 0 0 0 0 0 0 0 17 0 13 0 159265941 1752690688 355597 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28016/tid=28024] ppid=28014 vsize=1711612 CPUtime=0.98
/proc/28016/task/28024/stat : 28024 (java) S 28014 28016 27967 0 -1 64 961 0 0 0 98 0 0 0 17 0 13 0 159265941 1752690688 355597 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28016/tid=28025] ppid=28014 vsize=1711612 CPUtime=0.95
/proc/28016/task/28025/stat : 28025 (java) S 28014 28016 27967 0 -1 64 1713 0 0 0 94 1 0 0 16 0 13 0 159265941 1752690688 355597 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28016/tid=28026] ppid=28014 vsize=1711612 CPUtime=0
/proc/28016/task/28026/stat : 28026 (java) S 28014 28016 27967 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 159265941 1752690688 355597 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28016/tid=28027] ppid=28014 vsize=1711612 CPUtime=0
/proc/28016/task/28027/stat : 28027 (java) S 28014 28016 27967 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 159265941 1752690688 355597 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28016/tid=28140] ppid=28014 vsize=1711612 CPUtime=0
/proc/28016/task/28140/stat : 28140 (java) S 28014 28016 27967 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 159267617 1752690688 355597 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.76
Current children cumulated vsize (Kb) 1711612



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1751.37 s]
/proc/loadavg: 1.04 1.03 1.00 2/76 28200
/proc/meminfo: memFree=135032/2055920 swapFree=4183108/4192956
[pid=28016] ppid=28014 vsize=1711612 CPUtime=1800.77
/proc/28016/stat : 28016 (java) R 28014 28016 27967 0 -1 0 535709 0 1 0 179638 439 0 0 18 0 13 0 159265931 1752690688 355597 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071490415 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28016/statm: 427903 355597 1910 14 0 414650 0
[pid=28016/tid=28017] ppid=28014 vsize=1711612 CPUtime=49.17
/proc/28016/task/28017/stat : 28017 (java) S 28014 28016 27967 0 -1 64 241083 0 0 0 4742 175 0 0 16 0 13 0 159265935 1752690688 355597 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28016/tid=28018] ppid=28014 vsize=1711612 CPUtime=49.14
/proc/28016/task/28018/stat : 28018 (java) S 28014 28016 27967 0 -1 64 239309 0 0 0 4719 195 0 0 16 0 13 0 159265935 1752690688 355597 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28016/tid=28019] ppid=28014 vsize=1711612 CPUtime=0.69
/proc/28016/task/28019/stat : 28019 (java) S 28014 28016 27967 0 -1 64 81 0 0 0 43 26 0 0 15 0 13 0 159265937 1752690688 355597 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=28016/tid=28020] ppid=28014 vsize=1711612 CPUtime=0
/proc/28016/task/28020/stat : 28020 (java) S 28014 28016 27967 0 -1 64 9 0 0 0 0 0 0 0 15 0 13 0 159265938 1752690688 355597 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28016/tid=28021] ppid=28014 vsize=1711612 CPUtime=0
/proc/28016/task/28021/stat : 28021 (java) S 28014 28016 27967 0 -1 64 5 0 0 0 0 0 0 0 15 0 13 0 159265938 1752690688 355597 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28016/tid=28022] ppid=28014 vsize=1711612 CPUtime=0
/proc/28016/task/28022/stat : 28022 (java) S 28014 28016 27967 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 159265941 1752690688 355597 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28016/tid=28023] ppid=28014 vsize=1711612 CPUtime=0
/proc/28016/task/28023/stat : 28023 (java) S 28014 28016 27967 0 -1 64 3 0 0 0 0 0 0 0 17 0 13 0 159265941 1752690688 355597 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28016/tid=28024] ppid=28014 vsize=1711612 CPUtime=0.98
/proc/28016/task/28024/stat : 28024 (java) S 28014 28016 27967 0 -1 64 961 0 0 0 98 0 0 0 17 0 13 0 159265941 1752690688 355597 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28016/tid=28025] ppid=28014 vsize=1711612 CPUtime=0.95
/proc/28016/task/28025/stat : 28025 (java) S 28014 28016 27967 0 -1 64 1713 0 0 0 94 1 0 0 16 0 13 0 159265941 1752690688 355597 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28016/tid=28026] ppid=28014 vsize=1711612 CPUtime=0
/proc/28016/task/28026/stat : 28026 (java) S 28014 28016 27967 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 159265941 1752690688 355597 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28016/tid=28027] ppid=28014 vsize=1711612 CPUtime=0
/proc/28016/task/28027/stat : 28027 (java) S 28014 28016 27967 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 159265941 1752690688 355597 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28016/tid=28140] ppid=28014 vsize=1711612 CPUtime=0
/proc/28016/task/28140/stat : 28140 (java) S 28014 28016 27967 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 159267617 1752690688 355597 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.77
Current children cumulated vsize (Kb) 1711612

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

Child status: 143
Real time (s): 1751.62
CPU time (s): 1801.03
CPU user time (s): 1796.41
CPU system time (s): 4.6123
CPU usage (%): 102.821
Max. virtual memory (cumulated for all children) (Kb): 1712192
The end

Launcher Data (download as text)

Begin job on node31 on Fri Jul 28 22:01:02 UTC 2006


FILE ID= 51020-1154124062

PBS_JOBID= 887127

BENCH NAME= HOME/pub/bench/PB06/final/normalized-PB06/OPT-BIGINT/submitted-PB06/roussel/factor/normalized-factor-sizeN=180-sizeP=91-sizeQ=180-348768554.opb
COMMAND LINE= java -server -Xms1500M -Xmx1500M -jar ROOT/solvers/PB/PB06final/user5/sat4jPseudoPlus.jar ROOT/tmp/node31/51020-1154124062/instance-51020-1154124062.opb 839952603
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node31/watcher-51020-1154124062 -o ROOT/results/node31/solver-51020-1154124062 -C 1800 -M 1800 -S 64  java -server -Xms1500M -Xmx1500M -jar ROOT/solvers/PB/PB06final/user5/sat4jPseudoPlus.jar ROOT/tmp/node31/51020-1154124062/instance-51020-1154124062.opb 839952603

MD5SUM SOLVER= e9637a7554f3ecdf74c1815f89d00213
MD5SUM BENCH=  b1249706e628878b014787592bd6d20f

RANDOM SEED= 839952603

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.233
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.233
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:       1552280 kB
Buffers:         24904 kB
Cached:         417064 kB
SwapCached:       3704 kB
Active:          29984 kB
Inactive:       421464 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1552280 kB
SwapTotal:     4192956 kB
SwapFree:      4183108 kB
Dirty:             256 kB
Writeback:           0 kB
Mapped:          15992 kB
Slab:            37708 kB
Committed_AS:   678024 kB
PageTables:       1736 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB


End job on node31 on Fri Jul 28 22:30:14 UTC 2006