Trace number 42438

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.88 1766.48

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/plato.asu.edu/
pub/unibo/normalized-reduced-mps-v2-20-10-blp-ic97.opb
MD5SUMaef7e3722fd5816dc0cbb2acb61edf83
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark264081
Best CPU time to get the best result obtained on this benchmark1800.58
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 264081
Optimality of the best value was proved NO
Number of variables11503
Total number of constraints971
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)835
Number of constraints which are nor clauses,nor cardinality constraints136
Minimum length of a constraint4
Maximum length of a constraint9784
Number of terms in the objective function 31
Biggest coefficient in the objective function 262145
Number of bits for the biggest coefficient in the objective function 19
Sum of the numbers in the objective function 524318
Number of bits of the sum of numbers in the objective function 20
Biggest number in a constraint 262145
Number of bits of the biggest number in a constraint 19
Biggest sum of numbers in a constraint 529231
Number of bits of the biggest sum of numbers20
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.15	c no version file found!!!
0.15	c sun.arch.data.model	32
0.15	c java.version	1.5.0_06
0.15	c os.name	Linux
0.15	c os.version	2.6.9-34.ELsmp
0.15	c os.arch	i386
0.15	c Free memory 1548419056
0.15	c Max memory 1551040512
0.15	c Total memory 1551040512
0.15	c Number of processors 2
0.20	c Cutting planes based inference
0.20	c --- Begin Solver configuration ---
0.20	c org.sat4j.minisat.uip.FirstUIP@1df073d
0.20	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@1546e25
0.20	c org.sat4j.minisat.learning.MiniSATLearning@b66cc
0.20	c conflictBoundIncFactor=1.5 learntBoundIncFactor=1.1 initLearntBoundConstraintFactor=10000.0 initConflictBound=100 
0.20	c VSIDS like heuristics from MiniSAT using a heap
0.20	c No reason simplification
0.20	c --- End Solver configuration ---
0.20	c solving ROOT/tmp/node88/42438-1149323971/instance-42438-1149323971.opb
0.20	c reading problem ... 
1.95	c ... done. Time 1.752 ms.
1.95	c #vars     11503
1.95	c #constraints  932
1766.37	c starts		: 2
1766.37	c conflicts		: 245
1766.37	c decisions		: 35198
1766.37	c propagations		: 77280
1766.37	c inspects		: 3633253
1766.37	c learnt literals	: 0
1766.37	c learnt binary clauses	: 0
1766.37	c learnt ternary clauses	: 0
1766.37	c learnt clauses	: 244
1766.37	c root simplifications	: 0
1766.37	c removed literals (reason simplification)	: 0
1766.37	c reason swapping (by a shorter reason)	: 0
1766.37	c Calls to reduceDB	: 0
1766.37	c speed (decisions/second)	: 19.94910422298925
1766.37	c non guided choices	0
1766.37	s UNKNOWN
1766.37	c Total wall clock time (ms): 1766.165

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

Current StackSize limit: 67108864 bytes

/proc/loadavg: 1.00 0.99 0.96 2/68 2946
/proc/meminfo: memFree=1690680/2055888 swapFree=4085336/4096564
[pid=2946] ppid=2944 vsize=1504 CPUtime=0
/proc/2946/stat : 2946 (java) R 2944 2946 2900 0 -1 0 66 0 0 0 0 0 0 0 19 0 1 0 198036250 1540096 48 18446744073709551615 134512640 134570276 4294956608 18446744073709551615 9523172 0 0 4096 0 0 0 0 17 1 0 0
/proc/2946/statm: 377 58 46 14 0 8 0

[startup+10.0022 s]
/proc/loadavg: 1.08 1.00 0.97 2/80 2958
/proc/meminfo: memFree=1501208/2055888 swapFree=4085336/4096564
[pid=2946] ppid=2944 vsize=1713340 CPUtime=11.61
/proc/2946/stat : 2946 (java) R 2944 2946 2900 0 -1 0 58188 0 1 0 1134 27 0 0 25 0 13 0 198036250 1754460160 49115 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071557980 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/2946/statm: 428335 49115 1909 14 0 415081 0
[pid=2946/tid=2947] ppid=2944 vsize=1713340 CPUtime=0.44
/proc/2946/task/2947/stat : 2947 (java) S 2944 2946 2900 0 -1 64 8471 0 0 0 40 4 0 0 16 0 13 0 198036253 1754460160 49115 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2946/tid=2948] ppid=2944 vsize=1713340 CPUtime=0.45
/proc/2946/task/2948/stat : 2948 (java) S 2944 2946 2900 0 -1 64 8615 0 0 0 41 4 0 0 16 0 13 0 198036253 1754460160 49115 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2946/tid=2949] ppid=2944 vsize=1713340 CPUtime=0.01
/proc/2946/task/2949/stat : 2949 (java) S 2944 2946 2900 0 -1 64 18 0 0 0 1 0 0 0 17 0 13 0 198036256 1754460160 49115 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=2946/tid=2950] ppid=2944 vsize=1713340 CPUtime=0
/proc/2946/task/2950/stat : 2950 (java) S 2944 2946 2900 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 198036256 1754460160 49115 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2946/tid=2951] ppid=2944 vsize=1713340 CPUtime=0
/proc/2946/task/2951/stat : 2951 (java) S 2944 2946 2900 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 198036256 1754460160 49115 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2946/tid=2952] ppid=2944 vsize=1713340 CPUtime=0
/proc/2946/task/2952/stat : 2952 (java) S 2944 2946 2900 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 198036260 1754460160 49115 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2946/tid=2953] ppid=2944 vsize=1713340 CPUtime=0
/proc/2946/task/2953/stat : 2953 (java) S 2944 2946 2900 0 -1 64 3 0 0 0 0 0 0 0 17 0 13 0 198036260 1754460160 49115 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2946/tid=2954] ppid=2944 vsize=1713340 CPUtime=0.82
/proc/2946/task/2954/stat : 2954 (java) S 2944 2946 2900 0 -1 64 2980 0 0 0 81 1 0 0 16 0 13 0 198036260 1754460160 49115 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2946/tid=2955] ppid=2944 vsize=1713340 CPUtime=0.78
/proc/2946/task/2955/stat : 2955 (java) S 2944 2946 2900 0 -1 64 1541 0 0 0 78 0 0 0 16 0 13 0 198036260 1754460160 49115 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2946/tid=2956] ppid=2944 vsize=1713340 CPUtime=0
/proc/2946/task/2956/stat : 2956 (java) S 2944 2946 2900 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 198036260 1754460160 49115 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2946/tid=2957] ppid=2944 vsize=1713340 CPUtime=0
/proc/2946/task/2957/stat : 2957 (java) S 2944 2946 2900 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 198036260 1754460160 49115 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2946/tid=2958] ppid=2944 vsize=1713340 CPUtime=0
/proc/2946/task/2958/stat : 2958 (java) S 2944 2946 2900 0 -1 64 4 0 0 0 0 0 0 0 21 0 13 0 198036461 1754460160 49115 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 11.61
Current children cumulated vsize (Kb) 1713340

[startup+20.0092 s]
/proc/loadavg: 1.07 1.00 0.97 2/80 2958
/proc/meminfo: memFree=1549336/2055888 swapFree=4085336/4096564
[pid=2946] ppid=2944 vsize=1713340 CPUtime=21.88
/proc/2946/stat : 2946 (java) R 2944 2946 2900 0 -1 0 58373 0 1 0 2159 29 0 0 18 0 13 0 198036250 1754460160 37059 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071607753 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/2946/statm: 428335 37059 1909 14 0 415081 0
[pid=2946/tid=2947] ppid=2944 vsize=1713340 CPUtime=0.46
/proc/2946/task/2947/stat : 2947 (java) S 2944 2946 2900 0 -1 64 8472 0 0 0 42 4 0 0 16 0 13 0 198036253 1754460160 37059 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2946/tid=2948] ppid=2944 vsize=1713340 CPUtime=0.47
/proc/2946/task/2948/stat : 2948 (java) S 2944 2946 2900 0 -1 64 8626 0 0 0 43 4 0 0 16 0 13 0 198036253 1754460160 37059 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2946/tid=2949] ppid=2944 vsize=1713340 CPUtime=0.02
/proc/2946/task/2949/stat : 2949 (java) S 2944 2946 2900 0 -1 64 18 0 0 0 1 1 0 0 16 0 13 0 198036256 1754460160 37059 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=2946/tid=2950] ppid=2944 vsize=1713340 CPUtime=0
/proc/2946/task/2950/stat : 2950 (java) S 2944 2946 2900 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 198036256 1754460160 37059 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2946/tid=2951] ppid=2944 vsize=1713340 CPUtime=0
/proc/2946/task/2951/stat : 2951 (java) S 2944 2946 2900 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 198036256 1754460160 37059 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2946/tid=2952] ppid=2944 vsize=1713340 CPUtime=0
/proc/2946/task/2952/stat : 2952 (java) S 2944 2946 2900 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 198036260 1754460160 37059 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2946/tid=2953] ppid=2944 vsize=1713340 CPUtime=0
/proc/2946/task/2953/stat : 2953 (java) S 2944 2946 2900 0 -1 64 3 0 0 0 0 0 0 0 17 0 13 0 198036260 1754460160 37059 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2946/tid=2954] ppid=2944 vsize=1713340 CPUtime=0.93
/proc/2946/task/2954/stat : 2954 (java) S 2944 2946 2900 0 -1 64 2990 0 0 0 92 1 0 0 16 0 13 0 198036260 1754460160 37059 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2946/tid=2955] ppid=2944 vsize=1713340 CPUtime=0.93
/proc/2946/task/2955/stat : 2955 (java) S 2944 2946 2900 0 -1 64 1666 0 0 0 93 0 0 0 16 0 13 0 198036260 1754460160 37059 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2946/tid=2956] ppid=2944 vsize=1713340 CPUtime=0
/proc/2946/task/2956/stat : 2956 (java) S 2944 2946 2900 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 198036260 1754460160 37059 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2946/tid=2957] ppid=2944 vsize=1713340 CPUtime=0
/proc/2946/task/2957/stat : 2957 (java) S 2944 2946 2900 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 198036260 1754460160 37059 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2946/tid=2958] ppid=2944 vsize=1713340 CPUtime=0
/proc/2946/task/2958/stat : 2958 (java) S 2944 2946 2900 0 -1 64 4 0 0 0 0 0 0 0 21 0 13 0 198036461 1754460160 37059 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 21.88
Current children cumulated vsize (Kb) 1713340

[startup+30.0162 s]
/proc/loadavg: 1.06 1.00 0.97 2/80 2958
/proc/meminfo: memFree=1512920/2055888 swapFree=4085336/4096564
[pid=2946] ppid=2944 vsize=1713340 CPUtime=32.03
/proc/2946/stat : 2946 (java) R 2944 2946 2900 0 -1 0 69753 0 1 0 3170 33 0 0 25 0 13 0 198036250 1754460160 46220 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071588858 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/2946/statm: 428335 46220 1909 14 0 415081 0
[pid=2946/tid=2947] ppid=2944 vsize=1713340 CPUtime=0.51
/proc/2946/task/2947/stat : 2947 (java) S 2944 2946 2900 0 -1 64 8615 0 0 0 46 5 0 0 16 0 13 0 198036253 1754460160 46220 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2946/tid=2948] ppid=2944 vsize=1713340 CPUtime=0.51
/proc/2946/task/2948/stat : 2948 (java) S 2944 2946 2900 0 -1 64 9087 0 0 0 46 5 0 0 16 0 13 0 198036253 1754460160 46220 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2946/tid=2949] ppid=2944 vsize=1713340 CPUtime=0.03
/proc/2946/task/2949/stat : 2949 (java) S 2944 2946 2900 0 -1 64 39 0 0 0 1 2 0 0 16 0 13 0 198036256 1754460160 46220 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=2946/tid=2950] ppid=2944 vsize=1713340 CPUtime=0
/proc/2946/task/2950/stat : 2950 (java) S 2944 2946 2900 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 198036256 1754460160 46220 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2946/tid=2951] ppid=2944 vsize=1713340 CPUtime=0
/proc/2946/task/2951/stat : 2951 (java) S 2944 2946 2900 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 198036256 1754460160 46220 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2946/tid=2952] ppid=2944 vsize=1713340 CPUtime=0
/proc/2946/task/2952/stat : 2952 (java) S 2944 2946 2900 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 198036260 1754460160 46220 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2946/tid=2953] ppid=2944 vsize=1713340 CPUtime=0
/proc/2946/task/2953/stat : 2953 (java) S 2944 2946 2900 0 -1 64 3 0 0 0 0 0 0 0 17 0 13 0 198036260 1754460160 46220 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2946/tid=2954] ppid=2944 vsize=1713340 CPUtime=1.02
/proc/2946/task/2954/stat : 2954 (java) S 2944 2946 2900 0 -1 64 3293 0 0 0 101 1 0 0 17 0 13 0 198036260 1754460160 46220 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2946/tid=2955] ppid=2944 vsize=1713340 CPUtime=0.96
/proc/2946/task/2955/stat : 2955 (java) S 2944 2946 2900 0 -1 64 1668 0 0 0 96 0 0 0 17 0 13 0 198036260 1754460160 46220 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2946/tid=2956] ppid=2944 vsize=1713340 CPUtime=0
/proc/2946/task/2956/stat : 2956 (java) S 2944 2946 2900 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 198036260 1754460160 46220 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2946/tid=2957] ppid=2944 vsize=1713340 CPUtime=0
/proc/2946/task/2957/stat : 2957 (java) S 2944 2946 2900 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 198036260 1754460160 46220 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2946/tid=2958] ppid=2944 vsize=1713340 CPUtime=0
/proc/2946/task/2958/stat : 2958 (java) S 2944 2946 2900 0 -1 64 4 0 0 0 0 0 0 0 21 0 13 0 198036461 1754460160 46220 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 32.03
Current children cumulated vsize (Kb) 1713340

[startup+40.0232 s]
/proc/loadavg: 1.05 1.00 0.97 2/80 2958
/proc/meminfo: memFree=1515672/2055888 swapFree=4085336/4096564
[pid=2946] ppid=2944 vsize=1713340 CPUtime=42.05
/proc/2946/stat : 2946 (java) R 2944 2946 2900 0 -1 0 69802 0 1 0 4171 34 0 0 25 0 13 0 198036250 1754460160 45526 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071626936 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/2946/statm: 428335 45526 1909 14 0 415081 0
[pid=2946/tid=2947] ppid=2944 vsize=1713340 CPUtime=0.52
/proc/2946/task/2947/stat : 2947 (java) S 2944 2946 2900 0 -1 64 8615 0 0 0 47 5 0 0 16 0 13 0 198036253 1754460160 45526 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2946/tid=2948] ppid=2944 vsize=1713340 CPUtime=0.53
/proc/2946/task/2948/stat : 2948 (java) S 2944 2946 2900 0 -1 64 9098 0 0 0 48 5 0 0 15 0 13 0 198036253 1754460160 45526 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2946/tid=2949] ppid=2944 vsize=1713340 CPUtime=0.04
/proc/2946/task/2949/stat : 2949 (java) S 2944 2946 2900 0 -1 64 39 0 0 0 2 2 0 0 16 0 13 0 198036256 1754460160 45526 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=2946/tid=2950] ppid=2944 vsize=1713340 CPUtime=0
/proc/2946/task/2950/stat : 2950 (java) S 2944 2946 2900 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 198036256 1754460160 45526 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2946/tid=2951] ppid=2944 vsize=1713340 CPUtime=0
/proc/2946/task/2951/stat : 2951 (java) S 2944 2946 2900 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 198036256 1754460160 45526 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2946/tid=2952] ppid=2944 vsize=1713340 CPUtime=0
/proc/2946/task/2952/stat : 2952 (java) S 2944 2946 2900 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 198036260 1754460160 45526 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2946/tid=2953] ppid=2944 vsize=1713340 CPUtime=0
/proc/2946/task/2953/stat : 2953 (java) S 2944 2946 2900 0 -1 64 3 0 0 0 0 0 0 0 17 0 13 0 198036260 1754460160 45526 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2946/tid=2954] ppid=2944 vsize=1713340 CPUtime=1.02
/proc/2946/task/2954/stat : 2954 (java) S 2944 2946 2900 0 -1 64 3293 0 0 0 101 1 0 0 17 0 13 0 198036260 1754460160 45526 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2946/tid=2955] ppid=2944 vsize=1713340 CPUtime=0.96
/proc/2946/task/2955/stat : 2955 (java) S 2944 2946 2900 0 -1 64 1668 0 0 0 96 0 0 0 16 0 13 0 198036260 1754460160 45526 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2946/tid=2956] ppid=2944 vsize=1713340 CPUtime=0
/proc/2946/task/2956/stat : 2956 (java) S 2944 2946 2900 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 198036260 1754460160 45526 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2946/tid=2957] ppid=2944 vsize=1713340 CPUtime=0
/proc/2946/task/2957/stat : 2957 (java) S 2944 2946 2900 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 198036260 1754460160 45526 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2946/tid=2958] ppid=2944 vsize=1713340 CPUtime=0
/proc/2946/task/2958/stat : 2958 (java) S 2944 2946 2900 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 198036461 1754460160 45526 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 42.05
Current children cumulated vsize (Kb) 1713340

[startup+50.0302 s]
/proc/loadavg: 1.10 1.02 0.97 2/80 2958
/proc/meminfo: memFree=1514456/2055888 swapFree=4085336/4096564
[pid=2946] ppid=2944 vsize=1713340 CPUtime=52.06
/proc/2946/stat : 2946 (java) R 2944 2946 2900 0 -1 0 70201 0 1 0 5172 34 0 0 25 0 13 0 198036250 1754460160 45871 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071589513 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/2946/statm: 428335 45871 1909 14 0 415081 0
[pid=2946/tid=2947] ppid=2944 vsize=1713340 CPUtime=0.55
/proc/2946/task/2947/stat : 2947 (java) S 2944 2946 2900 0 -1 64 8791 0 0 0 50 5 0 0 16 0 13 0 198036253 1754460160 45871 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2946/tid=2948] ppid=2944 vsize=1713340 CPUtime=0.55
/proc/2946/task/2948/stat : 2948 (java) S 2944 2946 2900 0 -1 64 9281 0 0 0 50 5 0 0 15 0 13 0 198036253 1754460160 45871 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2946/tid=2949] ppid=2944 vsize=1713340 CPUtime=0.05
/proc/2946/task/2949/stat : 2949 (java) S 2944 2946 2900 0 -1 64 47 0 0 0 3 2 0 0 16 0 13 0 198036256 1754460160 45871 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=2946/tid=2950] ppid=2944 vsize=1713340 CPUtime=0
/proc/2946/task/2950/stat : 2950 (java) S 2944 2946 2900 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 198036256 1754460160 45871 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2946/tid=2951] ppid=2944 vsize=1713340 CPUtime=0
/proc/2946/task/2951/stat : 2951 (java) S 2944 2946 2900 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 198036256 1754460160 45871 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2946/tid=2952] ppid=2944 vsize=1713340 CPUtime=0
/proc/2946/task/2952/stat : 2952 (java) S 2944 2946 2900 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 198036260 1754460160 45871 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2946/tid=2953] ppid=2944 vsize=1713340 CPUtime=0
/proc/2946/task/2953/stat : 2953 (java) S 2944 2946 2900 0 -1 64 3 0 0 0 0 0 0 0 17 0 13 0 198036260 1754460160 45871 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2946/tid=2954] ppid=2944 vsize=1713340 CPUtime=1.02
/proc/2946/task/2954/stat : 2954 (java) S 2944 2946 2900 0 -1 64 3293 0 0 0 101 1 0 0 16 0 13 0 198036260 1754460160 45871 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2946/tid=2955] ppid=2944 vsize=1713340 CPUtime=0.96
/proc/2946/task/2955/stat : 2955 (java) S 2944 2946 2900 0 -1 64 1668 0 0 0 96 0 0 0 16 0 13 0 198036260 1754460160 45871 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2946/tid=2956] ppid=2944 vsize=1713340 CPUtime=0
/proc/2946/task/2956/stat : 2956 (java) S 2944 2946 2900 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 198036260 1754460160 45871 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2946/tid=2957] ppid=2944 vsize=1713340 CPUtime=0
/proc/2946/task/2957/stat : 2957 (java) S 2944 2946 2900 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 198036260 1754460160 45871 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2946/tid=2958] ppid=2944 vsize=1713340 CPUtime=0
/proc/2946/task/2958/stat : 2958 (java) S 2944 2946 2900 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 198036461 1754460160 45871 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 52.06
Current children cumulated vsize (Kb) 1713340

[startup+60.0372 s]
/proc/loadavg: 1.09 1.02 0.97 2/80 2958
/proc/meminfo: memFree=1480920/2055888 swapFree=4085336/4096564
[pid=2946] ppid=2944 vsize=1713340 CPUtime=62.16
/proc/2946/stat : 2946 (java) R 2944 2946 2900 0 -1 0 80108 0 1 0 6176 40 0 0 17 0 13 0 198036250 1754460160 54211 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071591106 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/2946/statm: 428335 54211 1909 14 0 415081 0
[pid=2946/tid=2947] ppid=2944 vsize=1713340 CPUtime=0.61
/proc/2946/task/2947/stat : 2947 (java) S 2944 2946 2900 0 -1 64 9573 0 0 0 56 5 0 0 17 0 13 0 198036253 1754460160 54211 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2946/tid=2948] ppid=2944 vsize=1713340 CPUtime=0.61
/proc/2946/task/2948/stat : 2948 (java) S 2944 2946 2900 0 -1 64 10477 0 0 0 56 5 0 0 15 0 13 0 198036253 1754460160 54211 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2946/tid=2949] ppid=2944 vsize=1713340 CPUtime=0.06
/proc/2946/task/2949/stat : 2949 (java) S 2944 2946 2900 0 -1 64 58 0 0 0 3 3 0 0 16 0 13 0 198036256 1754460160 54211 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=2946/tid=2950] ppid=2944 vsize=1713340 CPUtime=0
/proc/2946/task/2950/stat : 2950 (java) S 2944 2946 2900 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 198036256 1754460160 54211 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2946/tid=2951] ppid=2944 vsize=1713340 CPUtime=0
/proc/2946/task/2951/stat : 2951 (java) S 2944 2946 2900 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 198036256 1754460160 54211 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2946/tid=2952] ppid=2944 vsize=1713340 CPUtime=0
/proc/2946/task/2952/stat : 2952 (java) S 2944 2946 2900 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 198036260 1754460160 54211 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0

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

[pid=2946/tid=2950] ppid=2944 vsize=1713340 CPUtime=0
/proc/2946/task/2950/stat : 2950 (java) S 2944 2946 2900 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 198036256 1754460160 114359 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2946/tid=2951] ppid=2944 vsize=1713340 CPUtime=0
/proc/2946/task/2951/stat : 2951 (java) S 2944 2946 2900 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 198036256 1754460160 114359 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2946/tid=2952] ppid=2944 vsize=1713340 CPUtime=0
/proc/2946/task/2952/stat : 2952 (java) S 2944 2946 2900 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 198036260 1754460160 114359 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2946/tid=2953] ppid=2944 vsize=1713340 CPUtime=0
/proc/2946/task/2953/stat : 2953 (java) S 2944 2946 2900 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 198036260 1754460160 114359 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2946/tid=2954] ppid=2944 vsize=1713340 CPUtime=1.07
/proc/2946/task/2954/stat : 2954 (java) S 2944 2946 2900 0 -1 64 3295 0 0 0 106 1 0 0 17 0 13 0 198036260 1754460160 114359 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2946/tid=2955] ppid=2944 vsize=1713340 CPUtime=1.11
/proc/2946/task/2955/stat : 2955 (java) S 2944 2946 2900 0 -1 64 1675 0 0 0 111 0 0 0 17 0 13 0 198036260 1754460160 114359 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2946/tid=2956] ppid=2944 vsize=1713340 CPUtime=0
/proc/2946/task/2956/stat : 2956 (java) S 2944 2946 2900 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 198036260 1754460160 114359 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2946/tid=2957] ppid=2944 vsize=1713340 CPUtime=0
/proc/2946/task/2957/stat : 2957 (java) S 2944 2946 2900 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 198036260 1754460160 114359 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2946/tid=2958] ppid=2944 vsize=1713340 CPUtime=0
/proc/2946/task/2958/stat : 2958 (java) S 2944 2946 2900 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 198036461 1754460160 114359 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1796.59
Current children cumulated vsize (Kb) 1713340

[startup+1763.34 s]
/proc/loadavg: 1.00 1.01 1.00 2/80 3155
/proc/meminfo: memFree=1238744/2055888 swapFree=4085336/4096564
[pid=2946] ppid=2944 vsize=1713340 CPUtime=1797.63
/proc/2946/stat : 2946 (java) R 2944 2946 2900 0 -1 0 168335 0 1 0 179453 310 0 0 22 0 13 0 198036250 1754460160 114359 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071218543 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/2946/statm: 428335 114359 1909 14 0 415081 0
[pid=2946/tid=2947] ppid=2944 vsize=1713340 CPUtime=34.22
/proc/2946/task/2947/stat : 2947 (java) S 2944 2946 2900 0 -1 64 45619 0 0 0 3314 108 0 0 16 0 13 0 198036253 1754460160 114359 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2946/tid=2948] ppid=2944 vsize=1713340 CPUtime=34.36
/proc/2946/task/2948/stat : 2948 (java) S 2944 2946 2900 0 -1 64 42887 0 0 0 3327 109 0 0 15 0 13 0 198036253 1754460160 114359 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2946/tid=2949] ppid=2944 vsize=1713340 CPUtime=1.02
/proc/2946/task/2949/stat : 2949 (java) S 2944 2946 2900 0 -1 64 111 0 0 0 62 40 0 0 16 0 13 0 198036256 1754460160 114359 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=2946/tid=2950] ppid=2944 vsize=1713340 CPUtime=0
/proc/2946/task/2950/stat : 2950 (java) S 2944 2946 2900 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 198036256 1754460160 114359 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2946/tid=2951] ppid=2944 vsize=1713340 CPUtime=0
/proc/2946/task/2951/stat : 2951 (java) S 2944 2946 2900 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 198036256 1754460160 114359 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2946/tid=2952] ppid=2944 vsize=1713340 CPUtime=0
/proc/2946/task/2952/stat : 2952 (java) S 2944 2946 2900 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 198036260 1754460160 114359 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2946/tid=2953] ppid=2944 vsize=1713340 CPUtime=0
/proc/2946/task/2953/stat : 2953 (java) S 2944 2946 2900 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 198036260 1754460160 114359 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2946/tid=2954] ppid=2944 vsize=1713340 CPUtime=1.07
/proc/2946/task/2954/stat : 2954 (java) S 2944 2946 2900 0 -1 64 3295 0 0 0 106 1 0 0 17 0 13 0 198036260 1754460160 114359 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2946/tid=2955] ppid=2944 vsize=1713340 CPUtime=1.11
/proc/2946/task/2955/stat : 2955 (java) S 2944 2946 2900 0 -1 64 1675 0 0 0 111 0 0 0 17 0 13 0 198036260 1754460160 114359 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2946/tid=2956] ppid=2944 vsize=1713340 CPUtime=0
/proc/2946/task/2956/stat : 2956 (java) S 2944 2946 2900 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 198036260 1754460160 114359 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2946/tid=2957] ppid=2944 vsize=1713340 CPUtime=0
/proc/2946/task/2957/stat : 2957 (java) S 2944 2946 2900 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 198036260 1754460160 114359 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2946/tid=2958] ppid=2944 vsize=1713340 CPUtime=0
/proc/2946/task/2958/stat : 2958 (java) S 2944 2946 2900 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 198036461 1754460160 114359 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1797.63
Current children cumulated vsize (Kb) 1713340

[startup+1764.35 s]
/proc/loadavg: 1.00 1.01 1.00 2/80 3155
/proc/meminfo: memFree=1238744/2055888 swapFree=4085336/4096564
[pid=2946] ppid=2944 vsize=1713340 CPUtime=1798.66
/proc/2946/stat : 2946 (java) R 2944 2946 2900 0 -1 0 168337 0 1 0 179556 310 0 0 19 0 13 0 198036250 1754460160 114359 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071558141 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/2946/statm: 428335 114359 1909 14 0 415081 0
[pid=2946/tid=2947] ppid=2944 vsize=1713340 CPUtime=34.25
/proc/2946/task/2947/stat : 2947 (java) S 2944 2946 2900 0 -1 64 45619 0 0 0 3317 108 0 0 16 0 13 0 198036253 1754460160 114359 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2946/tid=2948] ppid=2944 vsize=1713340 CPUtime=34.38
/proc/2946/task/2948/stat : 2948 (java) S 2944 2946 2900 0 -1 64 42887 0 0 0 3329 109 0 0 16 0 13 0 198036253 1754460160 114359 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2946/tid=2949] ppid=2944 vsize=1713340 CPUtime=1.02
/proc/2946/task/2949/stat : 2949 (java) S 2944 2946 2900 0 -1 64 111 0 0 0 62 40 0 0 15 0 13 0 198036256 1754460160 114359 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=2946/tid=2950] ppid=2944 vsize=1713340 CPUtime=0
/proc/2946/task/2950/stat : 2950 (java) S 2944 2946 2900 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 198036256 1754460160 114359 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2946/tid=2951] ppid=2944 vsize=1713340 CPUtime=0
/proc/2946/task/2951/stat : 2951 (java) S 2944 2946 2900 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 198036256 1754460160 114359 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2946/tid=2952] ppid=2944 vsize=1713340 CPUtime=0
/proc/2946/task/2952/stat : 2952 (java) S 2944 2946 2900 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 198036260 1754460160 114359 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2946/tid=2953] ppid=2944 vsize=1713340 CPUtime=0
/proc/2946/task/2953/stat : 2953 (java) S 2944 2946 2900 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 198036260 1754460160 114359 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2946/tid=2954] ppid=2944 vsize=1713340 CPUtime=1.07
/proc/2946/task/2954/stat : 2954 (java) S 2944 2946 2900 0 -1 64 3295 0 0 0 106 1 0 0 17 0 13 0 198036260 1754460160 114359 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2946/tid=2955] ppid=2944 vsize=1713340 CPUtime=1.11
/proc/2946/task/2955/stat : 2955 (java) S 2944 2946 2900 0 -1 64 1675 0 0 0 111 0 0 0 17 0 13 0 198036260 1754460160 114359 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2946/tid=2956] ppid=2944 vsize=1713340 CPUtime=0
/proc/2946/task/2956/stat : 2956 (java) S 2944 2946 2900 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 198036260 1754460160 114359 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2946/tid=2957] ppid=2944 vsize=1713340 CPUtime=0
/proc/2946/task/2957/stat : 2957 (java) S 2944 2946 2900 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 198036260 1754460160 114359 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2946/tid=2958] ppid=2944 vsize=1713340 CPUtime=0
/proc/2946/task/2958/stat : 2958 (java) S 2944 2946 2900 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 198036461 1754460160 114359 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1798.66
Current children cumulated vsize (Kb) 1713340

[startup+1765.35 s]
/proc/loadavg: 1.00 1.01 1.00 2/80 3155
/proc/meminfo: memFree=1238744/2055888 swapFree=4085336/4096564
[pid=2946] ppid=2944 vsize=1713340 CPUtime=1799.7
/proc/2946/stat : 2946 (java) R 2944 2946 2900 0 -1 0 168341 0 1 0 179660 310 0 0 18 0 13 0 198036250 1754460160 114360 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071589154 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/2946/statm: 428335 114360 1909 14 0 415081 0
[pid=2946/tid=2947] ppid=2944 vsize=1713340 CPUtime=34.28
/proc/2946/task/2947/stat : 2947 (java) S 2944 2946 2900 0 -1 64 45619 0 0 0 3320 108 0 0 16 0 13 0 198036253 1754460160 114360 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2946/tid=2948] ppid=2944 vsize=1713340 CPUtime=34.42
/proc/2946/task/2948/stat : 2948 (java) S 2944 2946 2900 0 -1 64 42888 0 0 0 3333 109 0 0 16 0 13 0 198036253 1754460160 114360 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2946/tid=2949] ppid=2944 vsize=1713340 CPUtime=1.02
/proc/2946/task/2949/stat : 2949 (java) S 2944 2946 2900 0 -1 64 111 0 0 0 62 40 0 0 15 0 13 0 198036256 1754460160 114360 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=2946/tid=2950] ppid=2944 vsize=1713340 CPUtime=0
/proc/2946/task/2950/stat : 2950 (java) S 2944 2946 2900 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 198036256 1754460160 114360 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2946/tid=2951] ppid=2944 vsize=1713340 CPUtime=0
/proc/2946/task/2951/stat : 2951 (java) S 2944 2946 2900 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 198036256 1754460160 114360 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2946/tid=2952] ppid=2944 vsize=1713340 CPUtime=0
/proc/2946/task/2952/stat : 2952 (java) S 2944 2946 2900 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 198036260 1754460160 114360 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2946/tid=2953] ppid=2944 vsize=1713340 CPUtime=0
/proc/2946/task/2953/stat : 2953 (java) S 2944 2946 2900 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 198036260 1754460160 114360 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2946/tid=2954] ppid=2944 vsize=1713340 CPUtime=1.07
/proc/2946/task/2954/stat : 2954 (java) S 2944 2946 2900 0 -1 64 3295 0 0 0 106 1 0 0 17 0 13 0 198036260 1754460160 114360 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2946/tid=2955] ppid=2944 vsize=1713340 CPUtime=1.11
/proc/2946/task/2955/stat : 2955 (java) S 2944 2946 2900 0 -1 64 1675 0 0 0 111 0 0 0 17 0 13 0 198036260 1754460160 114360 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2946/tid=2956] ppid=2944 vsize=1713340 CPUtime=0
/proc/2946/task/2956/stat : 2956 (java) S 2944 2946 2900 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 198036260 1754460160 114360 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2946/tid=2957] ppid=2944 vsize=1713340 CPUtime=0
/proc/2946/task/2957/stat : 2957 (java) S 2944 2946 2900 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 198036260 1754460160 114360 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2946/tid=2958] ppid=2944 vsize=1713340 CPUtime=0
/proc/2946/task/2958/stat : 2958 (java) S 2944 2946 2900 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 198036461 1754460160 114360 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1799.7
Current children cumulated vsize (Kb) 1713340

[startup+1766.36 s]
/proc/loadavg: 1.00 1.01 1.00 2/80 3155
/proc/meminfo: memFree=1238744/2055888 swapFree=4085336/4096564
[pid=2946] ppid=2944 vsize=1713340 CPUtime=1800.75
/proc/2946/stat : 2946 (java) R 2944 2946 2900 0 -1 0 168344 0 1 0 179764 311 0 0 17 0 13 0 198036250 1754460160 114360 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071588858 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/2946/statm: 428335 114360 1909 14 0 415081 0
[pid=2946/tid=2947] ppid=2944 vsize=1713340 CPUtime=34.32
/proc/2946/task/2947/stat : 2947 (java) S 2944 2946 2900 0 -1 64 45619 0 0 0 3324 108 0 0 16 0 13 0 198036253 1754460160 114360 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2946/tid=2948] ppid=2944 vsize=1713340 CPUtime=34.47
/proc/2946/task/2948/stat : 2948 (java) S 2944 2946 2900 0 -1 64 42888 0 0 0 3337 110 0 0 16 0 13 0 198036253 1754460160 114360 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2946/tid=2949] ppid=2944 vsize=1713340 CPUtime=1.02
/proc/2946/task/2949/stat : 2949 (java) S 2944 2946 2900 0 -1 64 111 0 0 0 62 40 0 0 15 0 13 0 198036256 1754460160 114360 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=2946/tid=2950] ppid=2944 vsize=1713340 CPUtime=0
/proc/2946/task/2950/stat : 2950 (java) S 2944 2946 2900 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 198036256 1754460160 114360 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2946/tid=2951] ppid=2944 vsize=1713340 CPUtime=0
/proc/2946/task/2951/stat : 2951 (java) S 2944 2946 2900 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 198036256 1754460160 114360 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2946/tid=2952] ppid=2944 vsize=1713340 CPUtime=0
/proc/2946/task/2952/stat : 2952 (java) S 2944 2946 2900 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 198036260 1754460160 114360 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2946/tid=2953] ppid=2944 vsize=1713340 CPUtime=0
/proc/2946/task/2953/stat : 2953 (java) S 2944 2946 2900 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 198036260 1754460160 114360 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2946/tid=2954] ppid=2944 vsize=1713340 CPUtime=1.07
/proc/2946/task/2954/stat : 2954 (java) S 2944 2946 2900 0 -1 64 3295 0 0 0 106 1 0 0 17 0 13 0 198036260 1754460160 114360 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2946/tid=2955] ppid=2944 vsize=1713340 CPUtime=1.11
/proc/2946/task/2955/stat : 2955 (java) S 2944 2946 2900 0 -1 64 1675 0 0 0 111 0 0 0 17 0 13 0 198036260 1754460160 114360 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2946/tid=2956] ppid=2944 vsize=1713340 CPUtime=0
/proc/2946/task/2956/stat : 2956 (java) S 2944 2946 2900 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 198036260 1754460160 114360 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2946/tid=2957] ppid=2944 vsize=1713340 CPUtime=0
/proc/2946/task/2957/stat : 2957 (java) S 2944 2946 2900 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 198036260 1754460160 114360 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2946/tid=2958] ppid=2944 vsize=1713340 CPUtime=0
/proc/2946/task/2958/stat : 2958 (java) S 2944 2946 2900 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 198036461 1754460160 114360 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.75
Current children cumulated vsize (Kb) 1713340



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1766.36 s]
/proc/loadavg: 1.00 1.01 1.00 2/80 3155
/proc/meminfo: memFree=1238744/2055888 swapFree=4085336/4096564
[pid=2946] ppid=2944 vsize=1713340 CPUtime=1800.76
/proc/2946/stat : 2946 (java) R 2944 2946 2900 0 -1 0 168344 0 1 0 179765 311 0 0 17 0 13 0 198036250 1754460160 114360 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071588560 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/2946/statm: 428335 114360 1909 14 0 415081 0
[pid=2946/tid=2947] ppid=2944 vsize=1713340 CPUtime=34.32
/proc/2946/task/2947/stat : 2947 (java) S 2944 2946 2900 0 -1 64 45619 0 0 0 3324 108 0 0 16 0 13 0 198036253 1754460160 114360 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2946/tid=2948] ppid=2944 vsize=1713340 CPUtime=34.47
/proc/2946/task/2948/stat : 2948 (java) S 2944 2946 2900 0 -1 64 42888 0 0 0 3337 110 0 0 16 0 13 0 198036253 1754460160 114360 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2946/tid=2949] ppid=2944 vsize=1713340 CPUtime=1.02
/proc/2946/task/2949/stat : 2949 (java) S 2944 2946 2900 0 -1 64 111 0 0 0 62 40 0 0 15 0 13 0 198036256 1754460160 114360 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=2946/tid=2950] ppid=2944 vsize=1713340 CPUtime=0
/proc/2946/task/2950/stat : 2950 (java) S 2944 2946 2900 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 198036256 1754460160 114360 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2946/tid=2951] ppid=2944 vsize=1713340 CPUtime=0
/proc/2946/task/2951/stat : 2951 (java) S 2944 2946 2900 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 198036256 1754460160 114360 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2946/tid=2952] ppid=2944 vsize=1713340 CPUtime=0
/proc/2946/task/2952/stat : 2952 (java) S 2944 2946 2900 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 198036260 1754460160 114360 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2946/tid=2953] ppid=2944 vsize=1713340 CPUtime=0
/proc/2946/task/2953/stat : 2953 (java) S 2944 2946 2900 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 198036260 1754460160 114360 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2946/tid=2954] ppid=2944 vsize=1713340 CPUtime=1.07
/proc/2946/task/2954/stat : 2954 (java) S 2944 2946 2900 0 -1 64 3295 0 0 0 106 1 0 0 17 0 13 0 198036260 1754460160 114360 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2946/tid=2955] ppid=2944 vsize=1713340 CPUtime=1.11
/proc/2946/task/2955/stat : 2955 (java) S 2944 2946 2900 0 -1 64 1675 0 0 0 111 0 0 0 17 0 13 0 198036260 1754460160 114360 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2946/tid=2956] ppid=2944 vsize=1713340 CPUtime=0
/proc/2946/task/2956/stat : 2956 (java) S 2944 2946 2900 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 198036260 1754460160 114360 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2946/tid=2957] ppid=2944 vsize=1713340 CPUtime=0
/proc/2946/task/2957/stat : 2957 (java) S 2944 2946 2900 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 198036260 1754460160 114360 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2946/tid=2958] ppid=2944 vsize=1713340 CPUtime=0
/proc/2946/task/2958/stat : 2958 (java) S 2944 2946 2900 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 198036461 1754460160 114360 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.76
Current children cumulated vsize (Kb) 1713340

Sending SIGTERM to -2946
Sleeping 2 seconds

Child status: 143
Real time (s): 1766.48
CPU time (s): 1800.88
CPU user time (s): 1797.7
CPU system time (s): 3.17952
CPU usage (%): 101.947
Max. virtual memory (cumulated for all children) (Kb): 1713340

Launcher Data (download as text)

Begin job on node88 on Sat Jun  3 08:39:31 UTC 2006


FILE ID= 42438-1149323971

PBS_JOBID= 309500

BENCH NAME= HOME/pub/bench/PB06//final/normalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/plato.asu.edu/pub/unibo/normalized-reduced-mps-v2-20-10-blp-ic97.opb
COMMAND LINE= java -server -Xms1500M -Xmx1500M -jar ROOT/solvers/PB/PB06final/user5/sat4jPseudoHeuristics.jar ROOT/tmp/node88/42438-1149323971/instance-42438-1149323971.opb 637845438
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node88/watcher-42438-1149323971 -o ROOT/results/node88/solver-42438-1149323971 -C 1800 -M 1800 -S 64  java -server -Xms1500M -Xmx1500M -jar ROOT/solvers/PB/PB06final/user5/sat4jPseudoHeuristics.jar ROOT/tmp/node88/42438-1149323971/instance-42438-1149323971.opb 637845438

MD5SUM SOLVER= 3cef94aa015dc0dd234d31843a257d70
MD5SUM BENCH=  aef7e3722fd5816dc0cbb2acb61edf83

RANDOM SEED= 637845438


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


/proc/meminfo:
MemTotal:      2055888 kB
MemFree:       1691080 kB
Buffers:         12656 kB
Cached:         284720 kB
SwapCached:       2300 kB
Active:          19844 kB
Inactive:       286096 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055888 kB
LowFree:       1691080 kB
SwapTotal:     4096564 kB
SwapFree:      4085336 kB
Dirty:             168 kB
Writeback:           0 kB
Mapped:          16796 kB
Slab:            45452 kB
Committed_AS:   324092 kB
PageTables:       1280 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264388 kB
VmallocChunk: 536606243 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB


End job on node88 on Sat Jun  3 09:08:58 UTC 2006