Trace number 43349

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerObjective functionCPU timeWall clock time
SAT4JPSEUDO 2006.2 Heuristics? (TO) 1800.53 1785.41

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/
MIPLIB/miplib2003/normalized-mps-v2-20-10-gesa2-o.opb
MD5SUM158d85b2efcaf56eab2db834482aadfb
Bench CategoryOPT-BIGINT (optimisation, big integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables16224
Total number of constraints1488
Number of constraints which are clauses192
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints1296
Minimum length of a constraint2
Maximum length of a constraint309
Number of terms in the objective function 10368
Biggest coefficient in the objective function 418848431931392
Number of bits for the biggest coefficient in the objective function 49
Sum of the numbers in the objective function 180197911475330400
Number of bits of the sum of numbers in the objective function 58
Biggest number in a constraint 418848431931392
Number of bits of the biggest number in a constraint 49
Biggest sum of numbers in a constraint 180197911475330400
Number of bits of the biggest sum of numbers58
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.17	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.17	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.17	c no version file found!!!
0.17	c sun.arch.data.model	32
0.17	c java.version	1.5.0_06
0.17	c os.name	Linux
0.17	c os.version	2.6.9-22.EL.rootsmp
0.17	c os.arch	i386
0.17	c Free memory 1548419056
0.17	c Max memory 1551040512
0.17	c Total memory 1551040512
0.17	c Number of processors 2
0.24	c Cutting planes based inference
0.24	c --- Begin Solver configuration ---
0.24	c org.sat4j.minisat.uip.FirstUIP@1df073d
0.24	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@1546e25
0.24	c org.sat4j.minisat.learning.MiniSATLearning@b66cc
0.24	c conflictBoundIncFactor=1.5 learntBoundIncFactor=1.1 initLearntBoundConstraintFactor=10000.0 initConflictBound=100 
0.24	c VSIDS like heuristics from MiniSAT using a heap
0.24	c No reason simplification
0.24	c --- End Solver configuration ---
0.24	c solving ROOT/tmp/node48/43349-1149316679/instance-43349-1149316679.opb
0.24	c reading problem ... 
1.93	c ... done. Time 1.689 ms.
1.93	c #vars     16224
1.93	c #constraints  1608
1785.31	c starts		: 11
1785.31	c conflicts		: 14775
1785.31	c decisions		: 85975
1785.31	c propagations		: 282912
1785.31	c inspects		: 57168167
1785.31	c learnt literals	: 0
1785.31	c learnt binary clauses	: 0
1785.31	c learnt ternary clauses	: 0
1785.31	c learnt clauses	: 14775
1785.31	c root simplifications	: 0
1785.31	c removed literals (reason simplification)	: 0
1785.31	c reason swapping (by a shorter reason)	: 0
1785.31	c Calls to reduceDB	: 0
1785.31	c speed (decisions/second)	: 48.21791412584385
1785.31	c non guided choices	0
1785.31	s UNKNOWN
1785.31	c Total wall clock time (ms): 1785.074

Verifier Data (download as text)

ERROR: no interpretation found !

Watcher Data (download as text)

Enforcing CPU limit (will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime (will send SIGXCPU) limit: 1830 seconds
Enforcing Stack size limit: 67108864 bytes
Enforcing memory limit (will send SIGKILL): 1843200 Kb
Enforcing VSIZE limit: 1887436800 bytes
runsolver version 3.0.0 (c) roussel@cril.univ-artois.fr

command line: runsolver --timestamp -w ROOT/results/node48/watcher-43349-1149316679 -o ROOT/results/node48/solver-43349-1149316679 -C 1800 -M 1800 -S 64 java -server -Xms1500M -Xmx1500M -jar ROOT/solvers/PB/PB06final/user5/sat4jPseudoHeuristics.jar ROOT/tmp/node48/43349-1149316679/instance-43349-1149316679.opb 19305804 

Current StackSize limit: 67108864 bytes

/proc/loadavg: 0.36 0.79 0.88 2/64 23033
/proc/meminfo: memFree=1458088/2055920 swapFree=4181440/4192956
[pid=23033] ppid=23031 vsize=1460 CPUtime=0
/proc/23033/stat : 23033 (java) R 23031 23033 22987 0 -1 0 124 0 0 0 0 0 0 0 19 0 1 0 197334965 1495040 96 18446744073709551615 134512640 134570276 4294956608 18446744073709551615 4160642160 0 0 4096 0 0 0 0 17 1 0 0
/proc/23033/statm: 398 102 81 14 0 43 0

[startup+10.0029 s]
/proc/loadavg: 0.46 0.80 0.89 2/76 23045
/proc/meminfo: memFree=1281176/2055920 swapFree=4181440/4192956
[pid=23033] ppid=23031 vsize=1712636 CPUtime=11.75
/proc/23033/stat : 23033 (java) R 23031 23033 22987 0 -1 0 49478 0 1 0 1154 21 0 0 21 0 13 0 197334965 1753739264 45975 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071678952 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23033/statm: 428159 45975 1910 14 0 414906 0
[pid=23033/tid=23034] ppid=23031 vsize=1712636 CPUtime=0.25
/proc/23033/task/23034/stat : 23034 (java) S 23031 23033 22987 0 -1 64 4837 0 0 0 23 2 0 0 16 0 13 0 197334970 1753739264 45975 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23033/tid=23035] ppid=23031 vsize=1712636 CPUtime=0.24
/proc/23033/task/23035/stat : 23035 (java) S 23031 23033 22987 0 -1 64 4823 0 0 0 23 1 0 0 16 0 13 0 197334970 1753739264 45975 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23033/tid=23036] ppid=23031 vsize=1712636 CPUtime=0
/proc/23033/task/23036/stat : 23036 (java) S 23031 23033 22987 0 -1 64 26 0 0 0 0 0 0 0 15 0 13 0 197334972 1753739264 45975 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=23033/tid=23037] ppid=23031 vsize=1712636 CPUtime=0
/proc/23033/task/23037/stat : 23037 (java) S 23031 23033 22987 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 197334973 1753739264 45975 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23033/tid=23038] ppid=23031 vsize=1712636 CPUtime=0
/proc/23033/task/23038/stat : 23038 (java) S 23031 23033 22987 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 197334973 1753739264 45975 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23033/tid=23039] ppid=23031 vsize=1712636 CPUtime=0
/proc/23033/task/23039/stat : 23039 (java) S 23031 23033 22987 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 197334977 1753739264 45975 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23033/tid=23040] ppid=23031 vsize=1712636 CPUtime=0
/proc/23033/task/23040/stat : 23040 (java) S 23031 23033 22987 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 197334977 1753739264 45975 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23033/tid=23041] ppid=23031 vsize=1712636 CPUtime=1.16
/proc/23033/task/23041/stat : 23041 (java) S 23031 23033 22987 0 -1 64 1362 0 0 0 116 0 0 0 16 0 13 0 197334977 1753739264 45975 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23033/tid=23042] ppid=23031 vsize=1712636 CPUtime=0.99
/proc/23033/task/23042/stat : 23042 (java) S 23031 23033 22987 0 -1 64 1906 0 0 0 99 0 0 0 17 0 13 0 197334977 1753739264 45975 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23033/tid=23043] ppid=23031 vsize=1712636 CPUtime=0
/proc/23033/task/23043/stat : 23043 (java) S 23031 23033 22987 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 197334977 1753739264 45975 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23033/tid=23044] ppid=23031 vsize=1712636 CPUtime=0
/proc/23033/task/23044/stat : 23044 (java) S 23031 23033 22987 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 197334977 1753739264 45975 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23033/tid=23045] ppid=23031 vsize=1712636 CPUtime=0
/proc/23033/task/23045/stat : 23045 (java) S 23031 23033 22987 0 -1 64 4 0 0 0 0 0 0 0 21 0 13 0 197335197 1753739264 45975 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 11.75
Current children cumulated vsize (Kb) 1712636

[startup+20.0106 s]
/proc/loadavg: 0.54 0.80 0.89 2/76 23045
/proc/meminfo: memFree=1268120/2055920 swapFree=4181440/4192956
[pid=23033] ppid=23031 vsize=1712636 CPUtime=21.82
/proc/23033/stat : 23033 (java) R 23031 23033 22987 0 -1 0 52981 0 1 0 2159 23 0 0 25 0 13 0 197334965 1753739264 49252 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071673624 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23033/statm: 428159 49252 1910 14 0 414906 0
[pid=23033/tid=23034] ppid=23031 vsize=1712636 CPUtime=0.32
/proc/23033/task/23034/stat : 23034 (java) S 23031 23033 22987 0 -1 64 6212 0 0 0 29 3 0 0 16 0 13 0 197334970 1753739264 49252 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23033/tid=23035] ppid=23031 vsize=1712636 CPUtime=0.31
/proc/23033/task/23035/stat : 23035 (java) S 23031 23033 22987 0 -1 64 6476 0 0 0 29 2 0 0 16 0 13 0 197334970 1753739264 49252 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23033/tid=23036] ppid=23031 vsize=1712636 CPUtime=0
/proc/23033/task/23036/stat : 23036 (java) S 23031 23033 22987 0 -1 64 26 0 0 0 0 0 0 0 16 0 13 0 197334972 1753739264 49252 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=23033/tid=23037] ppid=23031 vsize=1712636 CPUtime=0
/proc/23033/task/23037/stat : 23037 (java) S 23031 23033 22987 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 197334973 1753739264 49252 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23033/tid=23038] ppid=23031 vsize=1712636 CPUtime=0
/proc/23033/task/23038/stat : 23038 (java) S 23031 23033 22987 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 197334973 1753739264 49252 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23033/tid=23039] ppid=23031 vsize=1712636 CPUtime=0
/proc/23033/task/23039/stat : 23039 (java) S 23031 23033 22987 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 197334977 1753739264 49252 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23033/tid=23040] ppid=23031 vsize=1712636 CPUtime=0
/proc/23033/task/23040/stat : 23040 (java) S 23031 23033 22987 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 197334977 1753739264 49252 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23033/tid=23041] ppid=23031 vsize=1712636 CPUtime=1.16
/proc/23033/task/23041/stat : 23041 (java) S 23031 23033 22987 0 -1 64 1362 0 0 0 116 0 0 0 16 0 13 0 197334977 1753739264 49252 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23033/tid=23042] ppid=23031 vsize=1712636 CPUtime=0.99
/proc/23033/task/23042/stat : 23042 (java) S 23031 23033 22987 0 -1 64 1906 0 0 0 99 0 0 0 17 0 13 0 197334977 1753739264 49252 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23033/tid=23043] ppid=23031 vsize=1712636 CPUtime=0
/proc/23033/task/23043/stat : 23043 (java) S 23031 23033 22987 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 197334977 1753739264 49252 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23033/tid=23044] ppid=23031 vsize=1712636 CPUtime=0
/proc/23033/task/23044/stat : 23044 (java) S 23031 23033 22987 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 197334977 1753739264 49252 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23033/tid=23045] ppid=23031 vsize=1712636 CPUtime=0
/proc/23033/task/23045/stat : 23045 (java) S 23031 23033 22987 0 -1 64 4 0 0 0 0 0 0 0 21 0 13 0 197335197 1753739264 49252 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 21.82
Current children cumulated vsize (Kb) 1712636

[startup+30.0183 s]
/proc/loadavg: 0.61 0.81 0.89 2/76 23045
/proc/meminfo: memFree=1267096/2055920 swapFree=4181440/4192956
[pid=23033] ppid=23031 vsize=1712636 CPUtime=31.85
/proc/23033/stat : 23033 (java) R 23031 23033 22987 0 -1 0 53834 0 1 0 3161 24 0 0 25 0 13 0 197334965 1753739264 49467 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071695508 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23033/statm: 428159 49467 1910 14 0 414906 0
[pid=23033/tid=23034] ppid=23031 vsize=1712636 CPUtime=0.35
/proc/23033/task/23034/stat : 23034 (java) S 23031 23033 22987 0 -1 64 6669 0 0 0 32 3 0 0 16 0 13 0 197334970 1753739264 49467 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23033/tid=23035] ppid=23031 vsize=1712636 CPUtime=0.34
/proc/23033/task/23035/stat : 23035 (java) S 23031 23033 22987 0 -1 64 6865 0 0 0 32 2 0 0 17 0 13 0 197334970 1753739264 49467 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23033/tid=23036] ppid=23031 vsize=1712636 CPUtime=0
/proc/23033/task/23036/stat : 23036 (java) S 23031 23033 22987 0 -1 64 26 0 0 0 0 0 0 0 17 0 13 0 197334972 1753739264 49467 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=23033/tid=23037] ppid=23031 vsize=1712636 CPUtime=0
/proc/23033/task/23037/stat : 23037 (java) S 23031 23033 22987 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 197334973 1753739264 49467 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23033/tid=23038] ppid=23031 vsize=1712636 CPUtime=0
/proc/23033/task/23038/stat : 23038 (java) S 23031 23033 22987 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 197334973 1753739264 49467 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23033/tid=23039] ppid=23031 vsize=1712636 CPUtime=0
/proc/23033/task/23039/stat : 23039 (java) S 23031 23033 22987 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 197334977 1753739264 49467 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23033/tid=23040] ppid=23031 vsize=1712636 CPUtime=0
/proc/23033/task/23040/stat : 23040 (java) S 23031 23033 22987 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 197334977 1753739264 49467 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23033/tid=23041] ppid=23031 vsize=1712636 CPUtime=1.16
/proc/23033/task/23041/stat : 23041 (java) S 23031 23033 22987 0 -1 64 1362 0 0 0 116 0 0 0 16 0 13 0 197334977 1753739264 49467 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23033/tid=23042] ppid=23031 vsize=1712636 CPUtime=0.99
/proc/23033/task/23042/stat : 23042 (java) S 23031 23033 22987 0 -1 64 1906 0 0 0 99 0 0 0 17 0 13 0 197334977 1753739264 49467 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23033/tid=23043] ppid=23031 vsize=1712636 CPUtime=0
/proc/23033/task/23043/stat : 23043 (java) S 23031 23033 22987 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 197334977 1753739264 49467 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23033/tid=23044] ppid=23031 vsize=1712636 CPUtime=0
/proc/23033/task/23044/stat : 23044 (java) S 23031 23033 22987 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 197334977 1753739264 49467 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23033/tid=23045] ppid=23031 vsize=1712636 CPUtime=0
/proc/23033/task/23045/stat : 23045 (java) S 23031 23033 22987 0 -1 64 4 0 0 0 0 0 0 0 21 0 13 0 197335197 1753739264 49467 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 31.85
Current children cumulated vsize (Kb) 1712636

[startup+40.0251 s]
/proc/loadavg: 0.67 0.82 0.89 2/76 23045
/proc/meminfo: memFree=1276568/2055920 swapFree=4181440/4192956
[pid=23033] ppid=23031 vsize=1712636 CPUtime=41.88
/proc/23033/stat : 23033 (java) R 23031 23033 22987 0 -1 0 54601 0 1 0 4163 25 0 0 25 0 13 0 197334965 1753739264 47111 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071685614 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23033/statm: 428159 47111 1910 14 0 414906 0
[pid=23033/tid=23034] ppid=23031 vsize=1712636 CPUtime=0.37
/proc/23033/task/23034/stat : 23034 (java) S 23031 23033 22987 0 -1 64 7046 0 0 0 34 3 0 0 16 0 13 0 197334970 1753739264 47111 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23033/tid=23035] ppid=23031 vsize=1712636 CPUtime=0.36
/proc/23033/task/23035/stat : 23035 (java) S 23031 23033 22987 0 -1 64 7247 0 0 0 33 3 0 0 17 0 13 0 197334970 1753739264 47111 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23033/tid=23036] ppid=23031 vsize=1712636 CPUtime=0
/proc/23033/task/23036/stat : 23036 (java) S 23031 23033 22987 0 -1 64 26 0 0 0 0 0 0 0 17 0 13 0 197334972 1753739264 47111 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=23033/tid=23037] ppid=23031 vsize=1712636 CPUtime=0
/proc/23033/task/23037/stat : 23037 (java) S 23031 23033 22987 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 197334973 1753739264 47111 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23033/tid=23038] ppid=23031 vsize=1712636 CPUtime=0
/proc/23033/task/23038/stat : 23038 (java) S 23031 23033 22987 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 197334973 1753739264 47111 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23033/tid=23039] ppid=23031 vsize=1712636 CPUtime=0
/proc/23033/task/23039/stat : 23039 (java) S 23031 23033 22987 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 197334977 1753739264 47111 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23033/tid=23040] ppid=23031 vsize=1712636 CPUtime=0
/proc/23033/task/23040/stat : 23040 (java) S 23031 23033 22987 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 197334977 1753739264 47111 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23033/tid=23041] ppid=23031 vsize=1712636 CPUtime=1.16
/proc/23033/task/23041/stat : 23041 (java) S 23031 23033 22987 0 -1 64 1362 0 0 0 116 0 0 0 16 0 13 0 197334977 1753739264 47111 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23033/tid=23042] ppid=23031 vsize=1712636 CPUtime=0.99
/proc/23033/task/23042/stat : 23042 (java) S 23031 23033 22987 0 -1 64 1906 0 0 0 99 0 0 0 17 0 13 0 197334977 1753739264 47111 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23033/tid=23043] ppid=23031 vsize=1712636 CPUtime=0
/proc/23033/task/23043/stat : 23043 (java) S 23031 23033 22987 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 197334977 1753739264 47111 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23033/tid=23044] ppid=23031 vsize=1712636 CPUtime=0
/proc/23033/task/23044/stat : 23044 (java) S 23031 23033 22987 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 197334977 1753739264 47111 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23033/tid=23045] ppid=23031 vsize=1712636 CPUtime=0
/proc/23033/task/23045/stat : 23045 (java) S 23031 23033 22987 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 197335197 1753739264 47111 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 41.88
Current children cumulated vsize (Kb) 1712636

[startup+50.0328 s]
/proc/loadavg: 0.72 0.82 0.89 2/76 23045
/proc/meminfo: memFree=1283416/2055920 swapFree=4181440/4192956
[pid=23033] ppid=23031 vsize=1712636 CPUtime=51.91
/proc/23033/stat : 23033 (java) R 23031 23033 22987 0 -1 0 55477 0 1 0 5166 25 0 0 25 0 13 0 197334965 1753739264 45383 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071696338 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23033/statm: 428159 45383 1910 14 0 414906 0
[pid=23033/tid=23034] ppid=23031 vsize=1712636 CPUtime=0.39
/proc/23033/task/23034/stat : 23034 (java) S 23031 23033 22987 0 -1 64 7411 0 0 0 36 3 0 0 16 0 13 0 197334970 1753739264 45383 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23033/tid=23035] ppid=23031 vsize=1712636 CPUtime=0.39
/proc/23033/task/23035/stat : 23035 (java) S 23031 23033 22987 0 -1 64 7749 0 0 0 36 3 0 0 16 0 13 0 197334970 1753739264 45383 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23033/tid=23036] ppid=23031 vsize=1712636 CPUtime=0
/proc/23033/task/23036/stat : 23036 (java) S 23031 23033 22987 0 -1 64 26 0 0 0 0 0 0 0 16 0 13 0 197334972 1753739264 45383 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=23033/tid=23037] ppid=23031 vsize=1712636 CPUtime=0
/proc/23033/task/23037/stat : 23037 (java) S 23031 23033 22987 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 197334973 1753739264 45383 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23033/tid=23038] ppid=23031 vsize=1712636 CPUtime=0
/proc/23033/task/23038/stat : 23038 (java) S 23031 23033 22987 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 197334973 1753739264 45383 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23033/tid=23039] ppid=23031 vsize=1712636 CPUtime=0
/proc/23033/task/23039/stat : 23039 (java) S 23031 23033 22987 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 197334977 1753739264 45383 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23033/tid=23040] ppid=23031 vsize=1712636 CPUtime=0
/proc/23033/task/23040/stat : 23040 (java) S 23031 23033 22987 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 197334977 1753739264 45383 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23033/tid=23041] ppid=23031 vsize=1712636 CPUtime=1.17
/proc/23033/task/23041/stat : 23041 (java) S 23031 23033 22987 0 -1 64 1362 0 0 0 117 0 0 0 17 0 13 0 197334977 1753739264 45383 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23033/tid=23042] ppid=23031 vsize=1712636 CPUtime=0.99
/proc/23033/task/23042/stat : 23042 (java) S 23031 23033 22987 0 -1 64 1906 0 0 0 99 0 0 0 17 0 13 0 197334977 1753739264 45383 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23033/tid=23043] ppid=23031 vsize=1712636 CPUtime=0
/proc/23033/task/23043/stat : 23043 (java) S 23031 23033 22987 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 197334977 1753739264 45383 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23033/tid=23044] ppid=23031 vsize=1712636 CPUtime=0
/proc/23033/task/23044/stat : 23044 (java) S 23031 23033 22987 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 197334977 1753739264 45383 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23033/tid=23045] ppid=23031 vsize=1712636 CPUtime=0
/proc/23033/task/23045/stat : 23045 (java) S 23031 23033 22987 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 197335197 1753739264 45383 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 51.91
Current children cumulated vsize (Kb) 1712636

[startup+60.0395 s]
/proc/loadavg: 0.76 0.83 0.89 2/76 23045
/proc/meminfo: memFree=1288408/2055920 swapFree=4181440/4192956
[pid=23033] ppid=23031 vsize=1712636 CPUtime=61.94
/proc/23033/stat : 23033 (java) R 23031 23033 22987 0 -1 0 56288 0 1 0 6168 26 0 0 25 0 13 0 197334965 1753739264 44153 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071695527 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23033/statm: 428159 44153 1910 14 0 414906 0
[pid=23033/tid=23034] ppid=23031 vsize=1712636 CPUtime=0.42
/proc/23033/task/23034/stat : 23034 (java) S 23031 23033 22987 0 -1 64 7890 0 0 0 39 3 0 0 16 0 13 0 197334970 1753739264 44153 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23033/tid=23035] ppid=23031 vsize=1712636 CPUtime=0.42
/proc/23033/task/23035/stat : 23035 (java) S 23031 23033 22987 0 -1 64 8072 0 0 0 39 3 0 0 16 0 13 0 197334970 1753739264 44153 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23033/tid=23036] ppid=23031 vsize=1712636 CPUtime=0.01
/proc/23033/task/23036/stat : 23036 (java) S 23031 23033 22987 0 -1 64 26 0 0 0 1 0 0 0 16 0 13 0 197334972 1753739264 44153 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=23033/tid=23037] ppid=23031 vsize=1712636 CPUtime=0
/proc/23033/task/23037/stat : 23037 (java) S 23031 23033 22987 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 197334973 1753739264 44153 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23033/tid=23038] ppid=23031 vsize=1712636 CPUtime=0
/proc/23033/task/23038/stat : 23038 (java) S 23031 23033 22987 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 197334973 1753739264 44153 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23033/tid=23039] ppid=23031 vsize=1712636 CPUtime=0
/proc/23033/task/23039/stat : 23039 (java) S 23031 23033 22987 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 197334977 1753739264 44153 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0

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

[pid=23033/tid=23037] ppid=23031 vsize=1712636 CPUtime=0
/proc/23033/task/23037/stat : 23037 (java) S 23031 23033 22987 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 197334973 1753739264 144344 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23033/tid=23038] ppid=23031 vsize=1712636 CPUtime=0
/proc/23033/task/23038/stat : 23038 (java) S 23031 23033 22987 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 197334973 1753739264 144344 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23033/tid=23039] ppid=23031 vsize=1712636 CPUtime=0
/proc/23033/task/23039/stat : 23039 (java) S 23031 23033 22987 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 197334977 1753739264 144344 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23033/tid=23040] ppid=23031 vsize=1712636 CPUtime=0
/proc/23033/task/23040/stat : 23040 (java) S 23031 23033 22987 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 197334977 1753739264 144344 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23033/tid=23041] ppid=23031 vsize=1712636 CPUtime=1.17
/proc/23033/task/23041/stat : 23041 (java) S 23031 23033 22987 0 -1 64 1362 0 0 0 117 0 0 0 16 0 13 0 197334977 1753739264 144344 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23033/tid=23042] ppid=23031 vsize=1712636 CPUtime=1
/proc/23033/task/23042/stat : 23042 (java) S 23031 23033 22987 0 -1 64 1906 0 0 0 100 0 0 0 17 0 13 0 197334977 1753739264 144344 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23033/tid=23043] ppid=23031 vsize=1712636 CPUtime=0
/proc/23033/task/23043/stat : 23043 (java) S 23031 23033 22987 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 197334977 1753739264 144344 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23033/tid=23044] ppid=23031 vsize=1712636 CPUtime=0
/proc/23033/task/23044/stat : 23044 (java) S 23031 23033 22987 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 197334977 1753739264 144344 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23033/tid=23045] ppid=23031 vsize=1712636 CPUtime=0
/proc/23033/task/23045/stat : 23045 (java) S 23031 23033 22987 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 197335197 1753739264 144344 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1796.36
Current children cumulated vsize (Kb) 1712636

[startup+1782.29 s]
/proc/loadavg: 1.00 1.00 0.92 2/76 23240
/proc/meminfo: memFree=885848/2055920 swapFree=4181440/4192956
[pid=23033] ppid=23031 vsize=1712636 CPUtime=1797.36
/proc/23033/stat : 23033 (java) R 23031 23033 22987 0 -1 0 261059 0 1 0 179602 134 0 0 25 0 13 0 197334965 1753739264 144344 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071475139 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23033/statm: 428159 144344 1910 14 0 414906 0
[pid=23033/tid=23034] ppid=23031 vsize=1712636 CPUtime=14.69
/proc/23033/task/23034/stat : 23034 (java) S 23031 23033 22987 0 -1 64 69730 0 0 0 1439 30 0 0 17 0 13 0 197334970 1753739264 144344 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23033/tid=23035] ppid=23031 vsize=1712636 CPUtime=14.63
/proc/23033/task/23035/stat : 23035 (java) S 23031 23033 22987 0 -1 64 66207 0 0 0 1434 29 0 0 17 0 13 0 197334970 1753739264 144344 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23033/tid=23036] ppid=23031 vsize=1712636 CPUtime=0.35
/proc/23033/task/23036/stat : 23036 (java) S 23031 23033 22987 0 -1 64 260 0 0 0 18 17 0 0 16 0 13 0 197334972 1753739264 144344 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=23033/tid=23037] ppid=23031 vsize=1712636 CPUtime=0
/proc/23033/task/23037/stat : 23037 (java) S 23031 23033 22987 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 197334973 1753739264 144344 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23033/tid=23038] ppid=23031 vsize=1712636 CPUtime=0
/proc/23033/task/23038/stat : 23038 (java) S 23031 23033 22987 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 197334973 1753739264 144344 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23033/tid=23039] ppid=23031 vsize=1712636 CPUtime=0
/proc/23033/task/23039/stat : 23039 (java) S 23031 23033 22987 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 197334977 1753739264 144344 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23033/tid=23040] ppid=23031 vsize=1712636 CPUtime=0
/proc/23033/task/23040/stat : 23040 (java) S 23031 23033 22987 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 197334977 1753739264 144344 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23033/tid=23041] ppid=23031 vsize=1712636 CPUtime=1.17
/proc/23033/task/23041/stat : 23041 (java) S 23031 23033 22987 0 -1 64 1362 0 0 0 117 0 0 0 16 0 13 0 197334977 1753739264 144344 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23033/tid=23042] ppid=23031 vsize=1712636 CPUtime=1
/proc/23033/task/23042/stat : 23042 (java) S 23031 23033 22987 0 -1 64 1906 0 0 0 100 0 0 0 17 0 13 0 197334977 1753739264 144344 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23033/tid=23043] ppid=23031 vsize=1712636 CPUtime=0
/proc/23033/task/23043/stat : 23043 (java) S 23031 23033 22987 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 197334977 1753739264 144344 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23033/tid=23044] ppid=23031 vsize=1712636 CPUtime=0
/proc/23033/task/23044/stat : 23044 (java) S 23031 23033 22987 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 197334977 1753739264 144344 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23033/tid=23045] ppid=23031 vsize=1712636 CPUtime=0
/proc/23033/task/23045/stat : 23045 (java) S 23031 23033 22987 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 197335197 1753739264 144344 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1797.36
Current children cumulated vsize (Kb) 1712636

[startup+1783.29 s]
/proc/loadavg: 1.00 1.00 0.92 2/76 23240
/proc/meminfo: memFree=885592/2055920 swapFree=4181440/4192956
[pid=23033] ppid=23031 vsize=1712636 CPUtime=1798.39
/proc/23033/stat : 23033 (java) R 23031 23033 22987 0 -1 0 261172 0 1 0 179705 134 0 0 23 0 13 0 197334965 1753739264 144456 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071678957 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23033/statm: 428159 144456 1910 14 0 414906 0
[pid=23033/tid=23034] ppid=23031 vsize=1712636 CPUtime=14.71
/proc/23033/task/23034/stat : 23034 (java) S 23031 23033 22987 0 -1 64 69730 0 0 0 1441 30 0 0 17 0 13 0 197334970 1753739264 144456 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23033/tid=23035] ppid=23031 vsize=1712636 CPUtime=14.65
/proc/23033/task/23035/stat : 23035 (java) S 23031 23033 22987 0 -1 64 66319 0 0 0 1436 29 0 0 16 0 13 0 197334970 1753739264 144456 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23033/tid=23036] ppid=23031 vsize=1712636 CPUtime=0.35
/proc/23033/task/23036/stat : 23036 (java) S 23031 23033 22987 0 -1 64 260 0 0 0 18 17 0 0 15 0 13 0 197334972 1753739264 144456 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=23033/tid=23037] ppid=23031 vsize=1712636 CPUtime=0
/proc/23033/task/23037/stat : 23037 (java) S 23031 23033 22987 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 197334973 1753739264 144456 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23033/tid=23038] ppid=23031 vsize=1712636 CPUtime=0
/proc/23033/task/23038/stat : 23038 (java) S 23031 23033 22987 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 197334973 1753739264 144456 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23033/tid=23039] ppid=23031 vsize=1712636 CPUtime=0
/proc/23033/task/23039/stat : 23039 (java) S 23031 23033 22987 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 197334977 1753739264 144456 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23033/tid=23040] ppid=23031 vsize=1712636 CPUtime=0
/proc/23033/task/23040/stat : 23040 (java) S 23031 23033 22987 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 197334977 1753739264 144456 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23033/tid=23041] ppid=23031 vsize=1712636 CPUtime=1.17
/proc/23033/task/23041/stat : 23041 (java) S 23031 23033 22987 0 -1 64 1362 0 0 0 117 0 0 0 16 0 13 0 197334977 1753739264 144456 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23033/tid=23042] ppid=23031 vsize=1712636 CPUtime=1
/proc/23033/task/23042/stat : 23042 (java) S 23031 23033 22987 0 -1 64 1906 0 0 0 100 0 0 0 17 0 13 0 197334977 1753739264 144456 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23033/tid=23043] ppid=23031 vsize=1712636 CPUtime=0
/proc/23033/task/23043/stat : 23043 (java) S 23031 23033 22987 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 197334977 1753739264 144456 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23033/tid=23044] ppid=23031 vsize=1712636 CPUtime=0
/proc/23033/task/23044/stat : 23044 (java) S 23031 23033 22987 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 197334977 1753739264 144456 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23033/tid=23045] ppid=23031 vsize=1712636 CPUtime=0
/proc/23033/task/23045/stat : 23045 (java) S 23031 23033 22987 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 197335197 1753739264 144456 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1798.39
Current children cumulated vsize (Kb) 1712636

[startup+1784.3 s]
/proc/loadavg: 1.00 1.00 0.92 2/76 23240
/proc/meminfo: memFree=885592/2055920 swapFree=4181440/4192956
[pid=23033] ppid=23031 vsize=1712636 CPUtime=1799.39
/proc/23033/stat : 23033 (java) R 23031 23033 22987 0 -1 0 261172 0 1 0 179805 134 0 0 25 0 13 0 197334965 1753739264 144456 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071475458 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23033/statm: 428159 144456 1910 14 0 414906 0
[pid=23033/tid=23034] ppid=23031 vsize=1712636 CPUtime=14.71
/proc/23033/task/23034/stat : 23034 (java) S 23031 23033 22987 0 -1 64 69730 0 0 0 1441 30 0 0 17 0 13 0 197334970 1753739264 144456 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23033/tid=23035] ppid=23031 vsize=1712636 CPUtime=14.65
/proc/23033/task/23035/stat : 23035 (java) S 23031 23033 22987 0 -1 64 66319 0 0 0 1436 29 0 0 16 0 13 0 197334970 1753739264 144456 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23033/tid=23036] ppid=23031 vsize=1712636 CPUtime=0.35
/proc/23033/task/23036/stat : 23036 (java) S 23031 23033 22987 0 -1 64 260 0 0 0 18 17 0 0 16 0 13 0 197334972 1753739264 144456 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=23033/tid=23037] ppid=23031 vsize=1712636 CPUtime=0
/proc/23033/task/23037/stat : 23037 (java) S 23031 23033 22987 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 197334973 1753739264 144456 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23033/tid=23038] ppid=23031 vsize=1712636 CPUtime=0
/proc/23033/task/23038/stat : 23038 (java) S 23031 23033 22987 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 197334973 1753739264 144456 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23033/tid=23039] ppid=23031 vsize=1712636 CPUtime=0
/proc/23033/task/23039/stat : 23039 (java) S 23031 23033 22987 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 197334977 1753739264 144456 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23033/tid=23040] ppid=23031 vsize=1712636 CPUtime=0
/proc/23033/task/23040/stat : 23040 (java) S 23031 23033 22987 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 197334977 1753739264 144456 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23033/tid=23041] ppid=23031 vsize=1712636 CPUtime=1.17
/proc/23033/task/23041/stat : 23041 (java) S 23031 23033 22987 0 -1 64 1362 0 0 0 117 0 0 0 16 0 13 0 197334977 1753739264 144456 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23033/tid=23042] ppid=23031 vsize=1712636 CPUtime=1
/proc/23033/task/23042/stat : 23042 (java) S 23031 23033 22987 0 -1 64 1906 0 0 0 100 0 0 0 17 0 13 0 197334977 1753739264 144456 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23033/tid=23043] ppid=23031 vsize=1712636 CPUtime=0
/proc/23033/task/23043/stat : 23043 (java) S 23031 23033 22987 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 197334977 1753739264 144456 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23033/tid=23044] ppid=23031 vsize=1712636 CPUtime=0
/proc/23033/task/23044/stat : 23044 (java) S 23031 23033 22987 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 197334977 1753739264 144456 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23033/tid=23045] ppid=23031 vsize=1712636 CPUtime=0
/proc/23033/task/23045/stat : 23045 (java) S 23031 23033 22987 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 197335197 1753739264 144456 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1799.39
Current children cumulated vsize (Kb) 1712636

[startup+1785.31 s]
/proc/loadavg: 1.00 1.00 0.92 2/76 23240
/proc/meminfo: memFree=885848/2055920 swapFree=4181440/4192956
[pid=23033] ppid=23031 vsize=1712636 CPUtime=1800.42
/proc/23033/stat : 23033 (java) R 23031 23033 22987 0 -1 0 261263 0 1 0 179908 134 0 0 25 0 13 0 197334965 1753739264 144342 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071419331 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23033/statm: 428159 144342 1910 14 0 414906 0
[pid=23033/tid=23034] ppid=23031 vsize=1712636 CPUtime=14.74
/proc/23033/task/23034/stat : 23034 (java) S 23031 23033 22987 0 -1 64 69769 0 0 0 1444 30 0 0 16 0 13 0 197334970 1753739264 144342 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23033/tid=23035] ppid=23031 vsize=1712636 CPUtime=14.68
/proc/23033/task/23035/stat : 23035 (java) S 23031 23033 22987 0 -1 64 66370 0 0 0 1439 29 0 0 16 0 13 0 197334970 1753739264 144342 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23033/tid=23036] ppid=23031 vsize=1712636 CPUtime=0.35
/proc/23033/task/23036/stat : 23036 (java) S 23031 23033 22987 0 -1 64 260 0 0 0 18 17 0 0 16 0 13 0 197334972 1753739264 144342 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=23033/tid=23037] ppid=23031 vsize=1712636 CPUtime=0
/proc/23033/task/23037/stat : 23037 (java) S 23031 23033 22987 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 197334973 1753739264 144342 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23033/tid=23038] ppid=23031 vsize=1712636 CPUtime=0
/proc/23033/task/23038/stat : 23038 (java) S 23031 23033 22987 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 197334973 1753739264 144342 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23033/tid=23039] ppid=23031 vsize=1712636 CPUtime=0
/proc/23033/task/23039/stat : 23039 (java) S 23031 23033 22987 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 197334977 1753739264 144342 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23033/tid=23040] ppid=23031 vsize=1712636 CPUtime=0
/proc/23033/task/23040/stat : 23040 (java) S 23031 23033 22987 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 197334977 1753739264 144342 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23033/tid=23041] ppid=23031 vsize=1712636 CPUtime=1.17
/proc/23033/task/23041/stat : 23041 (java) S 23031 23033 22987 0 -1 64 1362 0 0 0 117 0 0 0 16 0 13 0 197334977 1753739264 144342 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23033/tid=23042] ppid=23031 vsize=1712636 CPUtime=1
/proc/23033/task/23042/stat : 23042 (java) S 23031 23033 22987 0 -1 64 1906 0 0 0 100 0 0 0 17 0 13 0 197334977 1753739264 144342 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23033/tid=23043] ppid=23031 vsize=1712636 CPUtime=0
/proc/23033/task/23043/stat : 23043 (java) S 23031 23033 22987 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 197334977 1753739264 144342 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23033/tid=23044] ppid=23031 vsize=1712636 CPUtime=0
/proc/23033/task/23044/stat : 23044 (java) S 23031 23033 22987 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 197334977 1753739264 144342 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23033/tid=23045] ppid=23031 vsize=1712636 CPUtime=0
/proc/23033/task/23045/stat : 23045 (java) S 23031 23033 22987 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 197335197 1753739264 144342 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.42
Current children cumulated vsize (Kb) 1712636



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1785.31 s]
/proc/loadavg: 1.00 1.00 0.92 2/76 23240
/proc/meminfo: memFree=885848/2055920 swapFree=4181440/4192956
[pid=23033] ppid=23031 vsize=1712636 CPUtime=1800.42
/proc/23033/stat : 23033 (java) R 23031 23033 22987 0 -1 0 261263 0 1 0 179908 134 0 0 25 0 13 0 197334965 1753739264 144342 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071419331 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23033/statm: 428159 144342 1910 14 0 414906 0
[pid=23033/tid=23034] ppid=23031 vsize=1712636 CPUtime=14.74
/proc/23033/task/23034/stat : 23034 (java) S 23031 23033 22987 0 -1 64 69769 0 0 0 1444 30 0 0 16 0 13 0 197334970 1753739264 144342 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23033/tid=23035] ppid=23031 vsize=1712636 CPUtime=14.68
/proc/23033/task/23035/stat : 23035 (java) S 23031 23033 22987 0 -1 64 66370 0 0 0 1439 29 0 0 16 0 13 0 197334970 1753739264 144342 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23033/tid=23036] ppid=23031 vsize=1712636 CPUtime=0.35
/proc/23033/task/23036/stat : 23036 (java) S 23031 23033 22987 0 -1 64 260 0 0 0 18 17 0 0 16 0 13 0 197334972 1753739264 144342 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=23033/tid=23037] ppid=23031 vsize=1712636 CPUtime=0
/proc/23033/task/23037/stat : 23037 (java) S 23031 23033 22987 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 197334973 1753739264 144342 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23033/tid=23038] ppid=23031 vsize=1712636 CPUtime=0
/proc/23033/task/23038/stat : 23038 (java) S 23031 23033 22987 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 197334973 1753739264 144342 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23033/tid=23039] ppid=23031 vsize=1712636 CPUtime=0
/proc/23033/task/23039/stat : 23039 (java) S 23031 23033 22987 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 197334977 1753739264 144342 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23033/tid=23040] ppid=23031 vsize=1712636 CPUtime=0
/proc/23033/task/23040/stat : 23040 (java) S 23031 23033 22987 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 197334977 1753739264 144342 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23033/tid=23041] ppid=23031 vsize=1712636 CPUtime=1.17
/proc/23033/task/23041/stat : 23041 (java) S 23031 23033 22987 0 -1 64 1362 0 0 0 117 0 0 0 16 0 13 0 197334977 1753739264 144342 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23033/tid=23042] ppid=23031 vsize=1712636 CPUtime=1
/proc/23033/task/23042/stat : 23042 (java) S 23031 23033 22987 0 -1 64 1906 0 0 0 100 0 0 0 17 0 13 0 197334977 1753739264 144342 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23033/tid=23043] ppid=23031 vsize=1712636 CPUtime=0
/proc/23033/task/23043/stat : 23043 (java) S 23031 23033 22987 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 197334977 1753739264 144342 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23033/tid=23044] ppid=23031 vsize=1712636 CPUtime=0
/proc/23033/task/23044/stat : 23044 (java) S 23031 23033 22987 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 197334977 1753739264 144342 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23033/tid=23045] ppid=23031 vsize=1712636 CPUtime=0
/proc/23033/task/23045/stat : 23045 (java) S 23031 23033 22987 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 197335197 1753739264 144342 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.42
Current children cumulated vsize (Kb) 1712636

Sending SIGTERM to -23033
Sleeping 2 seconds

Child status: 143
Real time (s): 1785.41
CPU time (s): 1800.53
CPU user time (s): 1799.09
CPU system time (s): 1.43878
CPU usage (%): 100.847
Max. virtual memory (cumulated for all children) (Kb): 1712636

Launcher Data (download as text)

Begin job on node48 on Sat Jun  3 06:37:59 UTC 2006


FILE ID= 43349-1149316679

PBS_JOBID= 308388

BENCH NAME= HOME/pub/bench/PB06//final/normalized-PB06/OPT-BIGINT/mps-v2-20-10/MIPLIB/miplib2003/normalized-mps-v2-20-10-gesa2-o.opb
COMMAND LINE= java -server -Xms1500M -Xmx1500M -jar ROOT/solvers/PB/PB06final/user5/sat4jPseudoHeuristics.jar ROOT/tmp/node48/43349-1149316679/instance-43349-1149316679.opb 19305804
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node48/watcher-43349-1149316679 -o ROOT/results/node48/solver-43349-1149316679 -C 1800 -M 1800 -S 64  java -server -Xms1500M -Xmx1500M -jar ROOT/solvers/PB/PB06final/user5/sat4jPseudoHeuristics.jar ROOT/tmp/node48/43349-1149316679/instance-43349-1149316679.opb 19305804

MD5SUM SOLVER= 3cef94aa015dc0dd234d31843a257d70
MD5SUM BENCH=  158d85b2efcaf56eab2db834482aadfb

RANDOM SEED= 19305804


/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.259
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.259
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:       1458296 kB
Buffers:         29440 kB
Cached:         497508 kB
SwapCached:       3180 kB
Active:          44096 kB
Inactive:       491536 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1458296 kB
SwapTotal:     4192956 kB
SwapFree:      4181440 kB
Dirty:             188 kB
Writeback:           0 kB
Mapped:          14868 kB
Slab:            48100 kB
Committed_AS:   279924 kB
PageTables:       1412 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB


End job on node48 on Sat Jun  3 07:07:45 UTC 2006