Trace number 43338

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.17 1799.36

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/MIPLIB/
miplib2003/normalized-mps-v2-20-10-mas76.opb
MD5SUM1a1687e6de95bc6822d45f4331f81d44
Bench CategoryOPT-BIGINT (optimisation, big integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark143487941105
Best CPU time to get the best result obtained on this benchmark1801.04
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 143487941105
Optimality of the best value was proved NO
Number of variables240
Total number of constraints13
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)1
Number of constraints which are nor clauses,nor cardinality constraints12
Minimum length of a constraint90
Maximum length of a constraint239
Number of terms in the objective function 240
Biggest coefficient in the objective function 1934281311383406679529881600000
Number of bits for the biggest coefficient in the objective function 101
Sum of the numbers in the objective function 3868562622766813359059763201675
Number of bits of the sum of numbers in the objective function 102
Biggest number in a constraint 1208925819614629174706176000000000
Number of bits of the biggest number in a constraint 110
Biggest sum of numbers in a constraint 2417851639229258350907097073774043
Number of bits of the biggest sum of numbers111
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.15	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.15	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.16	c no version file found!!!
0.16	c sun.arch.data.model	32
0.16	c java.version	1.5.0_06
0.16	c os.name	Linux
0.16	c os.version	2.6.9-22.EL.rootsmp
0.16	c os.arch	i386
0.16	c Free memory 1548419056
0.16	c Max memory 1551040512
0.16	c Total memory 1551040512
0.16	c Number of processors 2
0.23	c Cutting planes based inference
0.23	c --- Begin Solver configuration ---
0.23	c org.sat4j.minisat.uip.FirstUIP@1df073d
0.23	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@1546e25
0.23	c org.sat4j.minisat.learning.MiniSATLearning@b66cc
0.23	c conflictBoundIncFactor=1.5 learntBoundIncFactor=1.1 initLearntBoundConstraintFactor=10000.0 initConflictBound=100 
0.23	c VSIDS like heuristics from MiniSAT using a heap
0.23	c No reason simplification
0.23	c --- End Solver configuration ---
0.23	c solving ROOT/tmp/node41/43338-1149316322/instance-43338-1149316322.opb
0.23	c reading problem ... 
0.54	c ... done. Time 0.314 ms.
0.54	c #vars     240
0.54	c #constraints  13
1799.30	c starts		: 1
1799.30	c conflicts		: 65
1799.30	c decisions		: 1503
1799.30	c propagations		: 3953
1799.30	c inspects		: 45278
1799.30	c learnt literals	: 0
1799.30	c learnt binary clauses	: 0
1799.30	c learnt ternary clauses	: 0
1799.30	c learnt clauses	: 64
1799.30	c root simplifications	: 0
1799.30	c removed literals (reason simplification)	: 0
1799.30	c reason swapping (by a shorter reason)	: 0
1799.30	c Calls to reduceDB	: 0
1799.30	c speed (decisions/second)	: 0.835584444897848
1799.30	c non guided choices	0
1799.30	s UNKNOWN
1799.30	c Total wall clock time (ms): 1799.076

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

Current StackSize limit: 67108864 bytes

/proc/loadavg: 0.93 1.00 0.99 2/64 1889
/proc/meminfo: memFree=1426480/2055920 swapFree=4180948/4192956
[pid=1889] ppid=1887 vsize=168 CPUtime=0
/proc/1889/stat : 1889 (java) R 1887 1889 1842 0 -1 0 39 0 0 0 0 0 0 0 19 0 1 0 197298748 172032 23 18446744073709551615 134512640 134570276 4294956608 18446744073709551615 1962788 0 0 4096 0 0 0 0 17 1 0 0
/proc/1889/statm: 42 23 18 14 0 2 0

[startup+10.0014 s]
/proc/loadavg: 0.94 1.00 0.99 2/76 1902
/proc/meminfo: memFree=1277280/2055920 swapFree=4180948/4192956
[pid=1889] ppid=1887 vsize=1715176 CPUtime=11.24
/proc/1889/stat : 1889 (java) R 1887 1889 1842 0 -1 0 42582 0 1 0 1107 17 0 0 25 0 13 0 197298748 1756340224 39072 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071387928 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/1889/statm: 428794 39072 1906 14 0 415541 0
[pid=1889/tid=1890] ppid=1887 vsize=1715176 CPUtime=0.02
/proc/1889/task/1890/stat : 1890 (java) S 1887 1889 1842 0 -1 64 701 0 0 0 2 0 0 0 16 0 13 0 197298753 1756340224 39072 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1889/tid=1891] ppid=1887 vsize=1715176 CPUtime=0.02
/proc/1889/task/1891/stat : 1891 (java) S 1887 1889 1842 0 -1 64 657 0 0 0 2 0 0 0 16 0 13 0 197298753 1756340224 39072 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1889/tid=1892] ppid=1887 vsize=1715176 CPUtime=0
/proc/1889/task/1892/stat : 1892 (java) S 1887 1889 1842 0 -1 64 18 0 0 0 0 0 0 0 16 0 13 0 197298755 1756340224 39072 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=1889/tid=1893] ppid=1887 vsize=1715176 CPUtime=0
/proc/1889/task/1893/stat : 1893 (java) S 1887 1889 1842 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 197298756 1756340224 39072 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1889/tid=1894] ppid=1887 vsize=1715176 CPUtime=0
/proc/1889/task/1894/stat : 1894 (java) S 1887 1889 1842 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 197298756 1756340224 39072 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1889/tid=1895] ppid=1887 vsize=1715176 CPUtime=0
/proc/1889/task/1895/stat : 1895 (java) S 1887 1889 1842 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 197298759 1756340224 39072 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1889/tid=1896] ppid=1887 vsize=1715176 CPUtime=0
/proc/1889/task/1896/stat : 1896 (java) S 1887 1889 1842 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 197298759 1756340224 39072 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1889/tid=1897] ppid=1887 vsize=1715176 CPUtime=0.9
/proc/1889/task/1897/stat : 1897 (java) S 1887 1889 1842 0 -1 64 3017 0 0 0 90 0 0 0 16 0 13 0 197298759 1756340224 39072 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1889/tid=1898] ppid=1887 vsize=1715176 CPUtime=0.92
/proc/1889/task/1898/stat : 1898 (java) S 1887 1889 1842 0 -1 64 1627 0 0 0 92 0 0 0 17 0 13 0 197298759 1756340224 39072 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1889/tid=1899] ppid=1887 vsize=1715176 CPUtime=0
/proc/1889/task/1899/stat : 1899 (java) S 1887 1889 1842 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 197298759 1756340224 39072 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1889/tid=1901] ppid=1887 vsize=1715176 CPUtime=0
/proc/1889/task/1901/stat : 1901 (java) S 1887 1889 1842 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 197298759 1756340224 39072 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1889/tid=1902] ppid=1887 vsize=1715176 CPUtime=0
/proc/1889/task/1902/stat : 1902 (java) S 1887 1889 1842 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 197298805 1756340224 39072 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 11.24
Current children cumulated vsize (Kb) 1715176

[startup+20.0081 s]
/proc/loadavg: 0.95 1.00 0.99 2/76 1902
/proc/meminfo: memFree=1273960/2055920 swapFree=4180948/4192956
[pid=1889] ppid=1887 vsize=1715176 CPUtime=21.26
/proc/1889/stat : 1889 (java) R 1887 1889 1842 0 -1 0 43696 0 1 0 2108 18 0 0 18 0 13 0 197298748 1756340224 39938 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071387403 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/1889/statm: 428794 39938 1906 14 0 415541 0
[pid=1889/tid=1890] ppid=1887 vsize=1715176 CPUtime=0.02
/proc/1889/task/1890/stat : 1890 (java) S 1887 1889 1842 0 -1 64 1265 0 0 0 2 0 0 0 16 0 13 0 197298753 1756340224 39938 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1889/tid=1891] ppid=1887 vsize=1715176 CPUtime=0.02
/proc/1889/task/1891/stat : 1891 (java) S 1887 1889 1842 0 -1 64 1205 0 0 0 2 0 0 0 16 0 13 0 197298753 1756340224 39938 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1889/tid=1892] ppid=1887 vsize=1715176 CPUtime=0
/proc/1889/task/1892/stat : 1892 (java) S 1887 1889 1842 0 -1 64 18 0 0 0 0 0 0 0 16 0 13 0 197298755 1756340224 39938 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=1889/tid=1893] ppid=1887 vsize=1715176 CPUtime=0
/proc/1889/task/1893/stat : 1893 (java) S 1887 1889 1842 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 197298756 1756340224 39938 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1889/tid=1894] ppid=1887 vsize=1715176 CPUtime=0
/proc/1889/task/1894/stat : 1894 (java) S 1887 1889 1842 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 197298756 1756340224 39938 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1889/tid=1895] ppid=1887 vsize=1715176 CPUtime=0
/proc/1889/task/1895/stat : 1895 (java) S 1887 1889 1842 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 197298759 1756340224 39938 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1889/tid=1896] ppid=1887 vsize=1715176 CPUtime=0
/proc/1889/task/1896/stat : 1896 (java) S 1887 1889 1842 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 197298759 1756340224 39938 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1889/tid=1897] ppid=1887 vsize=1715176 CPUtime=0.9
/proc/1889/task/1897/stat : 1897 (java) S 1887 1889 1842 0 -1 64 3017 0 0 0 90 0 0 0 16 0 13 0 197298759 1756340224 39938 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1889/tid=1898] ppid=1887 vsize=1715176 CPUtime=0.92
/proc/1889/task/1898/stat : 1898 (java) S 1887 1889 1842 0 -1 64 1627 0 0 0 92 0 0 0 17 0 13 0 197298759 1756340224 39938 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1889/tid=1899] ppid=1887 vsize=1715176 CPUtime=0
/proc/1889/task/1899/stat : 1899 (java) S 1887 1889 1842 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 197298759 1756340224 39938 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1889/tid=1901] ppid=1887 vsize=1715176 CPUtime=0
/proc/1889/task/1901/stat : 1901 (java) S 1887 1889 1842 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 197298759 1756340224 39938 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1889/tid=1902] ppid=1887 vsize=1715176 CPUtime=0
/proc/1889/task/1902/stat : 1902 (java) S 1887 1889 1842 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 197298805 1756340224 39938 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 21.26
Current children cumulated vsize (Kb) 1715176

[startup+30.0148 s]
/proc/loadavg: 0.96 1.00 0.99 2/76 1902
/proc/meminfo: memFree=1263208/2055920 swapFree=4180948/4192956
[pid=1889] ppid=1887 vsize=1715176 CPUtime=31.3
/proc/1889/stat : 1889 (java) R 1887 1889 1842 0 -1 0 48745 0 1 0 3109 21 0 0 25 0 13 0 197298748 1756340224 42614 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071548458 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/1889/statm: 428794 42614 1906 14 0 415541 0
[pid=1889/tid=1890] ppid=1887 vsize=1715176 CPUtime=0.05
/proc/1889/task/1890/stat : 1890 (java) S 1887 1889 1842 0 -1 64 3789 0 0 0 3 2 0 0 16 0 13 0 197298753 1756340224 42614 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1889/tid=1891] ppid=1887 vsize=1715176 CPUtime=0.04
/proc/1889/task/1891/stat : 1891 (java) S 1887 1889 1842 0 -1 64 3722 0 0 0 3 1 0 0 16 0 13 0 197298753 1756340224 42614 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1889/tid=1892] ppid=1887 vsize=1715176 CPUtime=0
/proc/1889/task/1892/stat : 1892 (java) S 1887 1889 1842 0 -1 64 18 0 0 0 0 0 0 0 16 0 13 0 197298755 1756340224 42614 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=1889/tid=1893] ppid=1887 vsize=1715176 CPUtime=0
/proc/1889/task/1893/stat : 1893 (java) S 1887 1889 1842 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 197298756 1756340224 42614 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1889/tid=1894] ppid=1887 vsize=1715176 CPUtime=0
/proc/1889/task/1894/stat : 1894 (java) S 1887 1889 1842 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 197298756 1756340224 42614 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1889/tid=1895] ppid=1887 vsize=1715176 CPUtime=0
/proc/1889/task/1895/stat : 1895 (java) S 1887 1889 1842 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 197298759 1756340224 42614 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1889/tid=1896] ppid=1887 vsize=1715176 CPUtime=0
/proc/1889/task/1896/stat : 1896 (java) S 1887 1889 1842 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 197298759 1756340224 42614 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1889/tid=1897] ppid=1887 vsize=1715176 CPUtime=0.91
/proc/1889/task/1897/stat : 1897 (java) S 1887 1889 1842 0 -1 64 3018 0 0 0 91 0 0 0 16 0 13 0 197298759 1756340224 42614 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1889/tid=1898] ppid=1887 vsize=1715176 CPUtime=0.94
/proc/1889/task/1898/stat : 1898 (java) S 1887 1889 1842 0 -1 64 1628 0 0 0 94 0 0 0 16 0 13 0 197298759 1756340224 42614 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1889/tid=1899] ppid=1887 vsize=1715176 CPUtime=0
/proc/1889/task/1899/stat : 1899 (java) S 1887 1889 1842 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 197298759 1756340224 42614 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1889/tid=1901] ppid=1887 vsize=1715176 CPUtime=0
/proc/1889/task/1901/stat : 1901 (java) S 1887 1889 1842 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 197298759 1756340224 42614 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1889/tid=1902] ppid=1887 vsize=1715176 CPUtime=0
/proc/1889/task/1902/stat : 1902 (java) S 1887 1889 1842 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 197298805 1756340224 42614 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 31.3
Current children cumulated vsize (Kb) 1715176

[startup+40.0214 s]
/proc/loadavg: 0.96 1.00 0.99 2/76 1902
/proc/meminfo: memFree=1261096/2055920 swapFree=4180948/4192956
[pid=1889] ppid=1887 vsize=1715176 CPUtime=41.3
/proc/1889/stat : 1889 (java) R 1887 1889 1842 0 -1 0 49866 0 1 0 4109 21 0 0 25 0 13 0 197298748 1756340224 43134 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071387788 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/1889/statm: 428794 43134 1906 14 0 415541 0
[pid=1889/tid=1890] ppid=1887 vsize=1715176 CPUtime=0.06
/proc/1889/task/1890/stat : 1890 (java) S 1887 1889 1842 0 -1 64 4389 0 0 0 4 2 0 0 16 0 13 0 197298753 1756340224 43134 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1889/tid=1891] ppid=1887 vsize=1715176 CPUtime=0.05
/proc/1889/task/1891/stat : 1891 (java) S 1887 1889 1842 0 -1 64 4242 0 0 0 4 1 0 0 17 0 13 0 197298753 1756340224 43134 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1889/tid=1892] ppid=1887 vsize=1715176 CPUtime=0
/proc/1889/task/1892/stat : 1892 (java) S 1887 1889 1842 0 -1 64 18 0 0 0 0 0 0 0 16 0 13 0 197298755 1756340224 43134 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=1889/tid=1893] ppid=1887 vsize=1715176 CPUtime=0
/proc/1889/task/1893/stat : 1893 (java) S 1887 1889 1842 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 197298756 1756340224 43134 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1889/tid=1894] ppid=1887 vsize=1715176 CPUtime=0
/proc/1889/task/1894/stat : 1894 (java) S 1887 1889 1842 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 197298756 1756340224 43134 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1889/tid=1895] ppid=1887 vsize=1715176 CPUtime=0
/proc/1889/task/1895/stat : 1895 (java) S 1887 1889 1842 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 197298759 1756340224 43134 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1889/tid=1896] ppid=1887 vsize=1715176 CPUtime=0
/proc/1889/task/1896/stat : 1896 (java) S 1887 1889 1842 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 197298759 1756340224 43134 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1889/tid=1897] ppid=1887 vsize=1715176 CPUtime=0.91
/proc/1889/task/1897/stat : 1897 (java) S 1887 1889 1842 0 -1 64 3018 0 0 0 91 0 0 0 16 0 13 0 197298759 1756340224 43134 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1889/tid=1898] ppid=1887 vsize=1715176 CPUtime=0.94
/proc/1889/task/1898/stat : 1898 (java) S 1887 1889 1842 0 -1 64 1628 0 0 0 94 0 0 0 16 0 13 0 197298759 1756340224 43134 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1889/tid=1899] ppid=1887 vsize=1715176 CPUtime=0
/proc/1889/task/1899/stat : 1899 (java) S 1887 1889 1842 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 197298759 1756340224 43134 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1889/tid=1901] ppid=1887 vsize=1715176 CPUtime=0
/proc/1889/task/1901/stat : 1901 (java) S 1887 1889 1842 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 197298759 1756340224 43134 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1889/tid=1902] ppid=1887 vsize=1715176 CPUtime=0
/proc/1889/task/1902/stat : 1902 (java) S 1887 1889 1842 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 197298805 1756340224 43134 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 41.3
Current children cumulated vsize (Kb) 1715176

[startup+50.0281 s]
/proc/loadavg: 0.97 1.00 0.99 2/76 1902
/proc/meminfo: memFree=1260776/2055920 swapFree=4180948/4192956
[pid=1889] ppid=1887 vsize=1715176 CPUtime=51.31
/proc/1889/stat : 1889 (java) R 1887 1889 1842 0 -1 0 50085 0 1 0 5110 21 0 0 25 0 13 0 197298748 1756340224 43232 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071571343 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/1889/statm: 428794 43232 1906 14 0 415541 0
[pid=1889/tid=1890] ppid=1887 vsize=1715176 CPUtime=0.06
/proc/1889/task/1890/stat : 1890 (java) S 1887 1889 1842 0 -1 64 4525 0 0 0 4 2 0 0 16 0 13 0 197298753 1756340224 43232 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1889/tid=1891] ppid=1887 vsize=1715176 CPUtime=0.06
/proc/1889/task/1891/stat : 1891 (java) S 1887 1889 1842 0 -1 64 4324 0 0 0 4 2 0 0 16 0 13 0 197298753 1756340224 43232 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1889/tid=1892] ppid=1887 vsize=1715176 CPUtime=0
/proc/1889/task/1892/stat : 1892 (java) S 1887 1889 1842 0 -1 64 18 0 0 0 0 0 0 0 16 0 13 0 197298755 1756340224 43232 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=1889/tid=1893] ppid=1887 vsize=1715176 CPUtime=0
/proc/1889/task/1893/stat : 1893 (java) S 1887 1889 1842 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 197298756 1756340224 43232 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1889/tid=1894] ppid=1887 vsize=1715176 CPUtime=0
/proc/1889/task/1894/stat : 1894 (java) S 1887 1889 1842 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 197298756 1756340224 43232 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1889/tid=1895] ppid=1887 vsize=1715176 CPUtime=0
/proc/1889/task/1895/stat : 1895 (java) S 1887 1889 1842 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 197298759 1756340224 43232 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1889/tid=1896] ppid=1887 vsize=1715176 CPUtime=0
/proc/1889/task/1896/stat : 1896 (java) S 1887 1889 1842 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 197298759 1756340224 43232 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1889/tid=1897] ppid=1887 vsize=1715176 CPUtime=0.91
/proc/1889/task/1897/stat : 1897 (java) S 1887 1889 1842 0 -1 64 3018 0 0 0 91 0 0 0 16 0 13 0 197298759 1756340224 43232 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1889/tid=1898] ppid=1887 vsize=1715176 CPUtime=0.94
/proc/1889/task/1898/stat : 1898 (java) S 1887 1889 1842 0 -1 64 1628 0 0 0 94 0 0 0 16 0 13 0 197298759 1756340224 43232 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1889/tid=1899] ppid=1887 vsize=1715176 CPUtime=0
/proc/1889/task/1899/stat : 1899 (java) S 1887 1889 1842 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 197298759 1756340224 43232 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1889/tid=1901] ppid=1887 vsize=1715176 CPUtime=0
/proc/1889/task/1901/stat : 1901 (java) S 1887 1889 1842 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 197298759 1756340224 43232 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1889/tid=1902] ppid=1887 vsize=1715176 CPUtime=0
/proc/1889/task/1902/stat : 1902 (java) S 1887 1889 1842 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 197298805 1756340224 43232 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 51.31
Current children cumulated vsize (Kb) 1715176

[startup+60.0348 s]
/proc/loadavg: 0.97 1.00 0.99 2/76 1902
/proc/meminfo: memFree=1263208/2055920 swapFree=4180948/4192956
[pid=1889] ppid=1887 vsize=1715176 CPUtime=61.32
/proc/1889/stat : 1889 (java) R 1887 1889 1842 0 -1 0 50298 0 1 0 6110 22 0 0 25 0 13 0 197298748 1756340224 42627 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071387912 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/1889/statm: 428794 42627 1906 14 0 415541 0
[pid=1889/tid=1890] ppid=1887 vsize=1715176 CPUtime=0.06
/proc/1889/task/1890/stat : 1890 (java) S 1887 1889 1842 0 -1 64 4660 0 0 0 4 2 0 0 16 0 13 0 197298753 1756340224 42627 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1889/tid=1891] ppid=1887 vsize=1715176 CPUtime=0.06
/proc/1889/task/1891/stat : 1891 (java) S 1887 1889 1842 0 -1 64 4401 0 0 0 4 2 0 0 17 0 13 0 197298753 1756340224 42627 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1889/tid=1892] ppid=1887 vsize=1715176 CPUtime=0
/proc/1889/task/1892/stat : 1892 (java) S 1887 1889 1842 0 -1 64 18 0 0 0 0 0 0 0 16 0 13 0 197298755 1756340224 42627 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=1889/tid=1893] ppid=1887 vsize=1715176 CPUtime=0
/proc/1889/task/1893/stat : 1893 (java) S 1887 1889 1842 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 197298756 1756340224 42627 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1889/tid=1894] ppid=1887 vsize=1715176 CPUtime=0
/proc/1889/task/1894/stat : 1894 (java) S 1887 1889 1842 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 197298756 1756340224 42627 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1889/tid=1895] ppid=1887 vsize=1715176 CPUtime=0
/proc/1889/task/1895/stat : 1895 (java) S 1887 1889 1842 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 197298759 1756340224 42627 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0

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

[pid=1889/tid=1893] ppid=1887 vsize=1715176 CPUtime=0
/proc/1889/task/1893/stat : 1893 (java) S 1887 1889 1842 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 197298756 1756340224 51401 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1889/tid=1894] ppid=1887 vsize=1715176 CPUtime=0
/proc/1889/task/1894/stat : 1894 (java) S 1887 1889 1842 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 197298756 1756340224 51401 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1889/tid=1895] ppid=1887 vsize=1715176 CPUtime=0
/proc/1889/task/1895/stat : 1895 (java) S 1887 1889 1842 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 197298759 1756340224 51401 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1889/tid=1896] ppid=1887 vsize=1715176 CPUtime=0
/proc/1889/task/1896/stat : 1896 (java) S 1887 1889 1842 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 197298759 1756340224 51401 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1889/tid=1897] ppid=1887 vsize=1715176 CPUtime=0.91
/proc/1889/task/1897/stat : 1897 (java) S 1887 1889 1842 0 -1 64 3018 0 0 0 91 0 0 0 16 0 13 0 197298759 1756340224 51401 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1889/tid=1898] ppid=1887 vsize=1715176 CPUtime=0.94
/proc/1889/task/1898/stat : 1898 (java) S 1887 1889 1842 0 -1 64 1628 0 0 0 94 0 0 0 16 0 13 0 197298759 1756340224 51401 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1889/tid=1899] ppid=1887 vsize=1715176 CPUtime=0
/proc/1889/task/1899/stat : 1899 (java) S 1887 1889 1842 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 197298759 1756340224 51401 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1889/tid=1901] ppid=1887 vsize=1715176 CPUtime=0
/proc/1889/task/1901/stat : 1901 (java) S 1887 1889 1842 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 197298759 1756340224 51401 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1889/tid=1902] ppid=1887 vsize=1715176 CPUtime=0
/proc/1889/task/1902/stat : 1902 (java) S 1887 1889 1842 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 197298805 1756340224 51401 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1796.09
Current children cumulated vsize (Kb) 1715176

[startup+1796.28 s]
/proc/loadavg: 1.00 1.00 1.00 2/76 2118
/proc/meminfo: memFree=1226848/2055920 swapFree=4180948/4192956
[pid=1889] ppid=1887 vsize=1715176 CPUtime=1797.1
/proc/1889/stat : 1889 (java) R 1887 1889 1842 0 -1 0 66681 0 1 0 179671 39 0 0 25 0 13 0 197298748 1756340224 51401 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071548324 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/1889/statm: 428794 51401 1906 14 0 415541 0
[pid=1889/tid=1890] ppid=1887 vsize=1715176 CPUtime=0.21
/proc/1889/task/1890/stat : 1890 (java) S 1887 1889 1842 0 -1 64 13362 0 0 0 14 7 0 0 16 0 13 0 197298753 1756340224 51401 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1889/tid=1891] ppid=1887 vsize=1715176 CPUtime=0.22
/proc/1889/task/1891/stat : 1891 (java) S 1887 1889 1842 0 -1 64 12025 0 0 0 15 7 0 0 17 0 13 0 197298753 1756340224 51401 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1889/tid=1892] ppid=1887 vsize=1715176 CPUtime=0.02
/proc/1889/task/1892/stat : 1892 (java) S 1887 1889 1842 0 -1 64 25 0 0 0 1 1 0 0 16 0 13 0 197298755 1756340224 51401 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=1889/tid=1893] ppid=1887 vsize=1715176 CPUtime=0
/proc/1889/task/1893/stat : 1893 (java) S 1887 1889 1842 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 197298756 1756340224 51401 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1889/tid=1894] ppid=1887 vsize=1715176 CPUtime=0
/proc/1889/task/1894/stat : 1894 (java) S 1887 1889 1842 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 197298756 1756340224 51401 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1889/tid=1895] ppid=1887 vsize=1715176 CPUtime=0
/proc/1889/task/1895/stat : 1895 (java) S 1887 1889 1842 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 197298759 1756340224 51401 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1889/tid=1896] ppid=1887 vsize=1715176 CPUtime=0
/proc/1889/task/1896/stat : 1896 (java) S 1887 1889 1842 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 197298759 1756340224 51401 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1889/tid=1897] ppid=1887 vsize=1715176 CPUtime=0.91
/proc/1889/task/1897/stat : 1897 (java) S 1887 1889 1842 0 -1 64 3018 0 0 0 91 0 0 0 16 0 13 0 197298759 1756340224 51401 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1889/tid=1898] ppid=1887 vsize=1715176 CPUtime=0.94
/proc/1889/task/1898/stat : 1898 (java) S 1887 1889 1842 0 -1 64 1628 0 0 0 94 0 0 0 16 0 13 0 197298759 1756340224 51401 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1889/tid=1899] ppid=1887 vsize=1715176 CPUtime=0
/proc/1889/task/1899/stat : 1899 (java) S 1887 1889 1842 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 197298759 1756340224 51401 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1889/tid=1901] ppid=1887 vsize=1715176 CPUtime=0
/proc/1889/task/1901/stat : 1901 (java) S 1887 1889 1842 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 197298759 1756340224 51401 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1889/tid=1902] ppid=1887 vsize=1715176 CPUtime=0
/proc/1889/task/1902/stat : 1902 (java) S 1887 1889 1842 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 197298805 1756340224 51401 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1797.1
Current children cumulated vsize (Kb) 1715176

[startup+1797.29 s]
/proc/loadavg: 1.00 1.00 1.00 2/76 2118
/proc/meminfo: memFree=1226848/2055920 swapFree=4180948/4192956
[pid=1889] ppid=1887 vsize=1715176 CPUtime=1798.1
/proc/1889/stat : 1889 (java) R 1887 1889 1842 0 -1 0 66681 0 1 0 179771 39 0 0 25 0 13 0 197298748 1756340224 51401 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071571437 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/1889/statm: 428794 51401 1906 14 0 415541 0
[pid=1889/tid=1890] ppid=1887 vsize=1715176 CPUtime=0.21
/proc/1889/task/1890/stat : 1890 (java) S 1887 1889 1842 0 -1 64 13362 0 0 0 14 7 0 0 16 0 13 0 197298753 1756340224 51401 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1889/tid=1891] ppid=1887 vsize=1715176 CPUtime=0.22
/proc/1889/task/1891/stat : 1891 (java) S 1887 1889 1842 0 -1 64 12025 0 0 0 15 7 0 0 17 0 13 0 197298753 1756340224 51401 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1889/tid=1892] ppid=1887 vsize=1715176 CPUtime=0.02
/proc/1889/task/1892/stat : 1892 (java) S 1887 1889 1842 0 -1 64 25 0 0 0 1 1 0 0 16 0 13 0 197298755 1756340224 51401 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=1889/tid=1893] ppid=1887 vsize=1715176 CPUtime=0
/proc/1889/task/1893/stat : 1893 (java) S 1887 1889 1842 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 197298756 1756340224 51401 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1889/tid=1894] ppid=1887 vsize=1715176 CPUtime=0
/proc/1889/task/1894/stat : 1894 (java) S 1887 1889 1842 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 197298756 1756340224 51401 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1889/tid=1895] ppid=1887 vsize=1715176 CPUtime=0
/proc/1889/task/1895/stat : 1895 (java) S 1887 1889 1842 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 197298759 1756340224 51401 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1889/tid=1896] ppid=1887 vsize=1715176 CPUtime=0
/proc/1889/task/1896/stat : 1896 (java) S 1887 1889 1842 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 197298759 1756340224 51401 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1889/tid=1897] ppid=1887 vsize=1715176 CPUtime=0.91
/proc/1889/task/1897/stat : 1897 (java) S 1887 1889 1842 0 -1 64 3018 0 0 0 91 0 0 0 16 0 13 0 197298759 1756340224 51401 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1889/tid=1898] ppid=1887 vsize=1715176 CPUtime=0.94
/proc/1889/task/1898/stat : 1898 (java) S 1887 1889 1842 0 -1 64 1628 0 0 0 94 0 0 0 16 0 13 0 197298759 1756340224 51401 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1889/tid=1899] ppid=1887 vsize=1715176 CPUtime=0
/proc/1889/task/1899/stat : 1899 (java) S 1887 1889 1842 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 197298759 1756340224 51401 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1889/tid=1901] ppid=1887 vsize=1715176 CPUtime=0
/proc/1889/task/1901/stat : 1901 (java) S 1887 1889 1842 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 197298759 1756340224 51401 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1889/tid=1902] ppid=1887 vsize=1715176 CPUtime=0
/proc/1889/task/1902/stat : 1902 (java) S 1887 1889 1842 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 197298805 1756340224 51401 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1798.1
Current children cumulated vsize (Kb) 1715176

[startup+1798.29 s]
/proc/loadavg: 1.00 1.00 1.00 2/76 2118
/proc/meminfo: memFree=1226848/2055920 swapFree=4180948/4192956
[pid=1889] ppid=1887 vsize=1715176 CPUtime=1799.11
/proc/1889/stat : 1889 (java) R 1887 1889 1842 0 -1 0 66681 0 1 0 179872 39 0 0 25 0 13 0 197298748 1756340224 51401 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071571447 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/1889/statm: 428794 51401 1906 14 0 415541 0
[pid=1889/tid=1890] ppid=1887 vsize=1715176 CPUtime=0.21
/proc/1889/task/1890/stat : 1890 (java) S 1887 1889 1842 0 -1 64 13362 0 0 0 14 7 0 0 16 0 13 0 197298753 1756340224 51401 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1889/tid=1891] ppid=1887 vsize=1715176 CPUtime=0.22
/proc/1889/task/1891/stat : 1891 (java) S 1887 1889 1842 0 -1 64 12025 0 0 0 15 7 0 0 17 0 13 0 197298753 1756340224 51401 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1889/tid=1892] ppid=1887 vsize=1715176 CPUtime=0.02
/proc/1889/task/1892/stat : 1892 (java) S 1887 1889 1842 0 -1 64 25 0 0 0 1 1 0 0 16 0 13 0 197298755 1756340224 51401 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=1889/tid=1893] ppid=1887 vsize=1715176 CPUtime=0
/proc/1889/task/1893/stat : 1893 (java) S 1887 1889 1842 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 197298756 1756340224 51401 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1889/tid=1894] ppid=1887 vsize=1715176 CPUtime=0
/proc/1889/task/1894/stat : 1894 (java) S 1887 1889 1842 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 197298756 1756340224 51401 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1889/tid=1895] ppid=1887 vsize=1715176 CPUtime=0
/proc/1889/task/1895/stat : 1895 (java) S 1887 1889 1842 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 197298759 1756340224 51401 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1889/tid=1896] ppid=1887 vsize=1715176 CPUtime=0
/proc/1889/task/1896/stat : 1896 (java) S 1887 1889 1842 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 197298759 1756340224 51401 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1889/tid=1897] ppid=1887 vsize=1715176 CPUtime=0.91
/proc/1889/task/1897/stat : 1897 (java) S 1887 1889 1842 0 -1 64 3018 0 0 0 91 0 0 0 16 0 13 0 197298759 1756340224 51401 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1889/tid=1898] ppid=1887 vsize=1715176 CPUtime=0.94
/proc/1889/task/1898/stat : 1898 (java) S 1887 1889 1842 0 -1 64 1628 0 0 0 94 0 0 0 16 0 13 0 197298759 1756340224 51401 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1889/tid=1899] ppid=1887 vsize=1715176 CPUtime=0
/proc/1889/task/1899/stat : 1899 (java) S 1887 1889 1842 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 197298759 1756340224 51401 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1889/tid=1901] ppid=1887 vsize=1715176 CPUtime=0
/proc/1889/task/1901/stat : 1901 (java) S 1887 1889 1842 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 197298759 1756340224 51401 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1889/tid=1902] ppid=1887 vsize=1715176 CPUtime=0
/proc/1889/task/1902/stat : 1902 (java) S 1887 1889 1842 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 197298805 1756340224 51401 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1799.11
Current children cumulated vsize (Kb) 1715176

[startup+1799.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/76 2118
/proc/meminfo: memFree=1226848/2055920 swapFree=4180948/4192956
[pid=1889] ppid=1887 vsize=1715176 CPUtime=1800.11
/proc/1889/stat : 1889 (java) R 1887 1889 1842 0 -1 0 66681 0 1 0 179972 39 0 0 25 0 13 0 197298748 1756340224 51401 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071548441 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/1889/statm: 428794 51401 1906 14 0 415541 0
[pid=1889/tid=1890] ppid=1887 vsize=1715176 CPUtime=0.21
/proc/1889/task/1890/stat : 1890 (java) S 1887 1889 1842 0 -1 64 13362 0 0 0 14 7 0 0 16 0 13 0 197298753 1756340224 51401 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1889/tid=1891] ppid=1887 vsize=1715176 CPUtime=0.22
/proc/1889/task/1891/stat : 1891 (java) S 1887 1889 1842 0 -1 64 12025 0 0 0 15 7 0 0 17 0 13 0 197298753 1756340224 51401 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1889/tid=1892] ppid=1887 vsize=1715176 CPUtime=0.02
/proc/1889/task/1892/stat : 1892 (java) S 1887 1889 1842 0 -1 64 25 0 0 0 1 1 0 0 16 0 13 0 197298755 1756340224 51401 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=1889/tid=1893] ppid=1887 vsize=1715176 CPUtime=0
/proc/1889/task/1893/stat : 1893 (java) S 1887 1889 1842 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 197298756 1756340224 51401 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1889/tid=1894] ppid=1887 vsize=1715176 CPUtime=0
/proc/1889/task/1894/stat : 1894 (java) S 1887 1889 1842 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 197298756 1756340224 51401 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1889/tid=1895] ppid=1887 vsize=1715176 CPUtime=0
/proc/1889/task/1895/stat : 1895 (java) S 1887 1889 1842 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 197298759 1756340224 51401 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1889/tid=1896] ppid=1887 vsize=1715176 CPUtime=0
/proc/1889/task/1896/stat : 1896 (java) S 1887 1889 1842 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 197298759 1756340224 51401 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1889/tid=1897] ppid=1887 vsize=1715176 CPUtime=0.91
/proc/1889/task/1897/stat : 1897 (java) S 1887 1889 1842 0 -1 64 3018 0 0 0 91 0 0 0 16 0 13 0 197298759 1756340224 51401 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1889/tid=1898] ppid=1887 vsize=1715176 CPUtime=0.94
/proc/1889/task/1898/stat : 1898 (java) S 1887 1889 1842 0 -1 64 1628 0 0 0 94 0 0 0 16 0 13 0 197298759 1756340224 51401 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1889/tid=1899] ppid=1887 vsize=1715176 CPUtime=0
/proc/1889/task/1899/stat : 1899 (java) S 1887 1889 1842 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 197298759 1756340224 51401 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1889/tid=1901] ppid=1887 vsize=1715176 CPUtime=0
/proc/1889/task/1901/stat : 1901 (java) S 1887 1889 1842 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 197298759 1756340224 51401 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1889/tid=1902] ppid=1887 vsize=1715176 CPUtime=0
/proc/1889/task/1902/stat : 1902 (java) S 1887 1889 1842 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 197298805 1756340224 51401 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.11
Current children cumulated vsize (Kb) 1715176



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1799.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/76 2118
/proc/meminfo: memFree=1226848/2055920 swapFree=4180948/4192956
[pid=1889] ppid=1887 vsize=1715176 CPUtime=1800.12
/proc/1889/stat : 1889 (java) R 1887 1889 1842 0 -1 0 66681 0 1 0 179973 39 0 0 25 0 13 0 197298748 1756340224 51401 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071548227 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/1889/statm: 428794 51401 1906 14 0 415541 0
[pid=1889/tid=1890] ppid=1887 vsize=1715176 CPUtime=0.21
/proc/1889/task/1890/stat : 1890 (java) S 1887 1889 1842 0 -1 64 13362 0 0 0 14 7 0 0 16 0 13 0 197298753 1756340224 51401 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1889/tid=1891] ppid=1887 vsize=1715176 CPUtime=0.22
/proc/1889/task/1891/stat : 1891 (java) S 1887 1889 1842 0 -1 64 12025 0 0 0 15 7 0 0 17 0 13 0 197298753 1756340224 51401 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1889/tid=1892] ppid=1887 vsize=1715176 CPUtime=0.02
/proc/1889/task/1892/stat : 1892 (java) S 1887 1889 1842 0 -1 64 25 0 0 0 1 1 0 0 16 0 13 0 197298755 1756340224 51401 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=1889/tid=1893] ppid=1887 vsize=1715176 CPUtime=0
/proc/1889/task/1893/stat : 1893 (java) S 1887 1889 1842 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 197298756 1756340224 51401 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1889/tid=1894] ppid=1887 vsize=1715176 CPUtime=0
/proc/1889/task/1894/stat : 1894 (java) S 1887 1889 1842 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 197298756 1756340224 51401 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1889/tid=1895] ppid=1887 vsize=1715176 CPUtime=0
/proc/1889/task/1895/stat : 1895 (java) S 1887 1889 1842 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 197298759 1756340224 51401 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1889/tid=1896] ppid=1887 vsize=1715176 CPUtime=0
/proc/1889/task/1896/stat : 1896 (java) S 1887 1889 1842 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 197298759 1756340224 51401 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1889/tid=1897] ppid=1887 vsize=1715176 CPUtime=0.91
/proc/1889/task/1897/stat : 1897 (java) S 1887 1889 1842 0 -1 64 3018 0 0 0 91 0 0 0 16 0 13 0 197298759 1756340224 51401 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1889/tid=1898] ppid=1887 vsize=1715176 CPUtime=0.94
/proc/1889/task/1898/stat : 1898 (java) S 1887 1889 1842 0 -1 64 1628 0 0 0 94 0 0 0 16 0 13 0 197298759 1756340224 51401 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1889/tid=1899] ppid=1887 vsize=1715176 CPUtime=0
/proc/1889/task/1899/stat : 1899 (java) S 1887 1889 1842 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 197298759 1756340224 51401 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1889/tid=1901] ppid=1887 vsize=1715176 CPUtime=0
/proc/1889/task/1901/stat : 1901 (java) S 1887 1889 1842 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 197298759 1756340224 51401 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1889/tid=1902] ppid=1887 vsize=1715176 CPUtime=0
/proc/1889/task/1902/stat : 1902 (java) S 1887 1889 1842 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 197298805 1756340224 51401 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.12
Current children cumulated vsize (Kb) 1715176

Sending SIGTERM to -1889
Sleeping 2 seconds

Child status: 143
Real time (s): 1799.36
CPU time (s): 1800.17
CPU user time (s): 1799.74
CPU system time (s): 0.426935
CPU usage (%): 100.045
Max. virtual memory (cumulated for all children) (Kb): 1715176

Launcher Data (download as text)

Begin job on node41 on Sat Jun  3 06:32:02 UTC 2006


FILE ID= 43338-1149316322

PBS_JOBID= 308347

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

MD5SUM SOLVER= 3cef94aa015dc0dd234d31843a257d70
MD5SUM BENCH=  1a1687e6de95bc6822d45f4331f81d44

RANDOM SEED= 210587675


/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.265
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.265
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:       1426688 kB
Buffers:         29896 kB
Cached:         527608 kB
SwapCached:       3904 kB
Active:          70440 kB
Inactive:       496008 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1426688 kB
SwapTotal:     4192956 kB
SwapFree:      4180948 kB
Dirty:             200 kB
Writeback:           0 kB
Mapped:          14936 kB
Slab:            48684 kB
Committed_AS:   334124 kB
PageTables:       1496 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB


End job on node41 on Sat Jun  3 07:02:01 UTC 2006