Trace number 42635

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.86 1777.63

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/MIPLIB/
miplib2003/normalized-reduced-mps-v2-20-10-pp08a.opb
MD5SUMda103607b020ad44cf05bd0679eb486a
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables5344
Total number of constraints136
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints136
Minimum length of a constraint31
Maximum length of a constraint240
Number of terms in the objective function 3424
Biggest coefficient in the objective function 3121
Number of bits for the biggest coefficient in the objective function 12
Sum of the numbers in the objective function 527152
Number of bits of the sum of numbers in the objective function 20
Biggest number in a constraint 262120
Number of bits of the biggest number in a constraint 18
Biggest sum of numbers in a constraint 527152
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-22.EL.rootsmp
0.15	c os.arch	i386
0.15	c Free memory 1548419056
0.15	c Max memory 1551040512
0.15	c Total memory 1551040512
0.15	c Number of processors 2
0.21	c Cutting planes based inference
0.21	c --- Begin Solver configuration ---
0.21	c org.sat4j.minisat.uip.FirstUIP@1df073d
0.21	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@1546e25
0.21	c org.sat4j.minisat.learning.MiniSATLearning@b66cc
0.21	c conflictBoundIncFactor=1.5 learntBoundIncFactor=1.1 initLearntBoundConstraintFactor=10000.0 initConflictBound=100 
0.21	c VSIDS like heuristics from MiniSAT using a heap
0.21	c No reason simplification
0.21	c --- End Solver configuration ---
0.21	c solving ROOT/tmp/node60/42635-1149271096/instance-42635-1149271096.opb
0.21	c reading problem ... 
0.87	c ... done. Time 0.66 ms.
0.87	c #vars     5344
0.87	c #constraints  200
1777.48	c starts		: 14
1777.48	c conflicts		: 50717
1777.48	c decisions		: 65858
1777.48	c propagations		: 305092
1777.48	c inspects		: 410075184
1777.48	c learnt literals	: 0
1777.48	c learnt binary clauses	: 0
1777.48	c learnt ternary clauses	: 0
1777.48	c learnt clauses	: 50717
1777.48	c root simplifications	: 0
1777.48	c removed literals (reason simplification)	: 0
1777.48	c reason swapping (by a shorter reason)	: 0
1777.48	c Calls to reduceDB	: 0
1777.48	c speed (decisions/second)	: 37.072438118784014
1777.48	c non guided choices	0
1777.48	s UNKNOWN
1777.48	c Total wall clock time (ms): 1777.271

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

Current StackSize limit: 67108864 bytes

/proc/loadavg: 0.91 0.95 0.97 2/64 15857
/proc/meminfo: memFree=1634024/2055920 swapFree=4181460/4192956
[pid=15857] ppid=15855 vsize=168 CPUtime=0
/proc/15857/stat : 15857 (java) R 15855 15857 15811 0 -1 0 39 0 0 0 0 0 0 0 19 0 1 0 192777484 172032 23 18446744073709551615 134512640 134570276 4294956608 18446744073709551615 5534500 0 0 4096 0 0 0 0 17 1 0 0
/proc/15857/statm: 42 23 18 14 0 2 0

[startup+10.0094 s]
/proc/loadavg: 0.93 0.95 0.97 4/76 15869
/proc/meminfo: memFree=1474328/2055920 swapFree=4181460/4192956
[pid=15857] ppid=15855 vsize=1713344 CPUtime=11.34
/proc/15857/stat : 15857 (java) R 15855 15857 15811 0 -1 0 45952 0 1 0 1113 21 0 0 25 0 13 0 192777484 1754464256 41864 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/15857/statm: 428336 41866 1904 14 0 415083 0
[pid=15857/tid=15858] ppid=15855 vsize=1713344 CPUtime=0.13
/proc/15857/task/15858/stat : 15858 (java) R 15855 15857 15811 0 -1 64 2909 0 0 0 12 1 0 0 17 0 13 0 192777488 1754464256 41870 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4154975993 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15857/tid=15859] ppid=15855 vsize=1713344 CPUtime=0.13
/proc/15857/task/15859/stat : 15859 (java) R 15855 15857 15811 0 -1 64 2972 0 0 0 12 1 0 0 17 0 13 0 192777488 1754464256 41871 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4154975950 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15857/tid=15860] ppid=15855 vsize=1713344 CPUtime=0
/proc/15857/task/15860/stat : 15860 (java) S 15855 15857 15811 0 -1 64 18 0 0 0 0 0 0 0 16 0 13 0 192777491 1754464256 41875 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=15857/tid=15861] ppid=15855 vsize=1713344 CPUtime=0
/proc/15857/task/15861/stat : 15861 (java) S 15855 15857 15811 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 192777491 1754464256 41876 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15857/tid=15862] ppid=15855 vsize=1713344 CPUtime=0
/proc/15857/task/15862/stat : 15862 (java) S 15855 15857 15811 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 192777491 1754464256 41878 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15857/tid=15863] ppid=15855 vsize=1713344 CPUtime=0
/proc/15857/task/15863/stat : 15863 (java) S 15855 15857 15811 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 192777494 1754464256 41879 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15857/tid=15864] ppid=15855 vsize=1713344 CPUtime=0
/proc/15857/task/15864/stat : 15864 (java) S 15855 15857 15811 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 192777494 1754464256 41882 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15857/tid=15865] ppid=15855 vsize=1713344 CPUtime=0.87
/proc/15857/task/15865/stat : 15865 (java) S 15855 15857 15811 0 -1 64 1081 0 0 0 87 0 0 0 17 0 13 0 192777494 1754464256 41883 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15857/tid=15866] ppid=15855 vsize=1713344 CPUtime=0.87
/proc/15857/task/15866/stat : 15866 (java) S 15855 15857 15811 0 -1 64 2443 0 0 0 86 1 0 0 16 0 13 0 192777494 1754464256 41885 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15857/tid=15867] ppid=15855 vsize=1713344 CPUtime=0
/proc/15857/task/15867/stat : 15867 (java) S 15855 15857 15811 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 192777494 1754464256 41887 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15857/tid=15868] ppid=15855 vsize=1713344 CPUtime=0
/proc/15857/task/15868/stat : 15868 (java) S 15855 15857 15811 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 192777494 1754464256 41889 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15857/tid=15869] ppid=15855 vsize=1713344 CPUtime=0
/proc/15857/task/15869/stat : 15869 (java) S 15855 15857 15811 0 -1 64 4 0 0 0 0 0 0 0 21 0 13 0 192777587 1754464256 41890 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 11.34
Current children cumulated vsize (Kb) 1713344

[startup+20.0362 s]
/proc/loadavg: 0.94 0.96 0.97 2/76 15869
/proc/meminfo: memFree=1443992/2055920 swapFree=4181460/4192956
[pid=15857] ppid=15855 vsize=1713344 CPUtime=21.45
/proc/15857/stat : 15857 (java) R 15855 15857 15811 0 -1 0 53940 0 1 0 2120 25 0 0 18 0 13 0 192777484 1754464256 49304 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071549923 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/15857/statm: 428336 49304 1906 14 0 415083 0
[pid=15857/tid=15858] ppid=15855 vsize=1713344 CPUtime=0.24
/proc/15857/task/15858/stat : 15858 (java) S 15855 15857 15811 0 -1 64 6075 0 0 0 22 2 0 0 16 0 13 0 192777488 1754464256 49304 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15857/tid=15859] ppid=15855 vsize=1713344 CPUtime=0.25
/proc/15857/task/15859/stat : 15859 (java) S 15855 15857 15811 0 -1 64 6190 0 0 0 22 3 0 0 16 0 13 0 192777488 1754464256 49304 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15857/tid=15860] ppid=15855 vsize=1713344 CPUtime=0
/proc/15857/task/15860/stat : 15860 (java) S 15855 15857 15811 0 -1 64 28 0 0 0 0 0 0 0 16 0 13 0 192777491 1754464256 49304 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=15857/tid=15861] ppid=15855 vsize=1713344 CPUtime=0
/proc/15857/task/15861/stat : 15861 (java) S 15855 15857 15811 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 192777491 1754464256 49304 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15857/tid=15862] ppid=15855 vsize=1713344 CPUtime=0
/proc/15857/task/15862/stat : 15862 (java) S 15855 15857 15811 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 192777491 1754464256 49304 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15857/tid=15863] ppid=15855 vsize=1713344 CPUtime=0
/proc/15857/task/15863/stat : 15863 (java) S 15855 15857 15811 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 192777494 1754464256 49304 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15857/tid=15864] ppid=15855 vsize=1713344 CPUtime=0
/proc/15857/task/15864/stat : 15864 (java) S 15855 15857 15811 0 -1 64 3 0 0 0 0 0 0 0 17 0 13 0 192777494 1754464256 49304 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15857/tid=15865] ppid=15855 vsize=1713344 CPUtime=0.88
/proc/15857/task/15865/stat : 15865 (java) S 15855 15857 15811 0 -1 64 1082 0 0 0 88 0 0 0 17 0 13 0 192777494 1754464256 49304 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15857/tid=15866] ppid=15855 vsize=1713344 CPUtime=0.88
/proc/15857/task/15866/stat : 15866 (java) S 15855 15857 15811 0 -1 64 2446 0 0 0 87 1 0 0 16 0 13 0 192777494 1754464256 49304 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15857/tid=15867] ppid=15855 vsize=1713344 CPUtime=0
/proc/15857/task/15867/stat : 15867 (java) S 15855 15857 15811 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 192777494 1754464256 49304 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15857/tid=15868] ppid=15855 vsize=1713344 CPUtime=0
/proc/15857/task/15868/stat : 15868 (java) S 15855 15857 15811 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 192777494 1754464256 49304 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15857/tid=15869] ppid=15855 vsize=1713344 CPUtime=0
/proc/15857/task/15869/stat : 15869 (java) S 15855 15857 15811 0 -1 64 4 0 0 0 0 0 0 0 21 0 13 0 192777587 1754464256 49304 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 21.45
Current children cumulated vsize (Kb) 1713344

[startup+30.043 s]
/proc/loadavg: 0.95 0.96 0.97 2/76 15869
/proc/meminfo: memFree=1433880/2055920 swapFree=4181460/4192956
[pid=15857] ppid=15855 vsize=1713312 CPUtime=31.51
/proc/15857/stat : 15857 (java) R 15855 15857 15811 0 -1 0 56823 0 1 0 3124 27 0 0 18 0 13 0 192777484 1754431488 51768 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071409481 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/15857/statm: 428328 51768 1908 14 0 415075 0
[pid=15857/tid=15858] ppid=15855 vsize=1713312 CPUtime=0.29
/proc/15857/task/15858/stat : 15858 (java) S 15855 15857 15811 0 -1 64 7590 0 0 0 26 3 0 0 16 0 13 0 192777488 1754431488 51768 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15857/tid=15859] ppid=15855 vsize=1713312 CPUtime=0.3
/proc/15857/task/15859/stat : 15859 (java) S 15855 15857 15811 0 -1 64 7531 0 0 0 26 4 0 0 16 0 13 0 192777488 1754431488 51768 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15857/tid=15860] ppid=15855 vsize=1713312 CPUtime=0
/proc/15857/task/15860/stat : 15860 (java) S 15855 15857 15811 0 -1 64 28 0 0 0 0 0 0 0 15 0 13 0 192777491 1754431488 51768 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=15857/tid=15861] ppid=15855 vsize=1713312 CPUtime=0
/proc/15857/task/15861/stat : 15861 (java) S 15855 15857 15811 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 192777491 1754431488 51768 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15857/tid=15862] ppid=15855 vsize=1713312 CPUtime=0
/proc/15857/task/15862/stat : 15862 (java) S 15855 15857 15811 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 192777491 1754431488 51768 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15857/tid=15863] ppid=15855 vsize=1713312 CPUtime=0
/proc/15857/task/15863/stat : 15863 (java) S 15855 15857 15811 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 192777494 1754431488 51768 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15857/tid=15864] ppid=15855 vsize=1713312 CPUtime=0
/proc/15857/task/15864/stat : 15864 (java) S 15855 15857 15811 0 -1 64 3 0 0 0 0 0 0 0 17 0 13 0 192777494 1754431488 51768 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15857/tid=15865] ppid=15855 vsize=1713312 CPUtime=0.88
/proc/15857/task/15865/stat : 15865 (java) S 15855 15857 15811 0 -1 64 1082 0 0 0 88 0 0 0 17 0 13 0 192777494 1754431488 51768 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15857/tid=15866] ppid=15855 vsize=1713312 CPUtime=0.89
/proc/15857/task/15866/stat : 15866 (java) S 15855 15857 15811 0 -1 64 2455 0 0 0 88 1 0 0 16 0 13 0 192777494 1754431488 51768 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15857/tid=15867] ppid=15855 vsize=1713312 CPUtime=0
/proc/15857/task/15867/stat : 15867 (java) S 15855 15857 15811 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 192777494 1754431488 51768 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15857/tid=15868] ppid=15855 vsize=1713312 CPUtime=0
/proc/15857/task/15868/stat : 15868 (java) S 15855 15857 15811 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 192777494 1754431488 51768 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15857/tid=15869] ppid=15855 vsize=1713312 CPUtime=0
/proc/15857/task/15869/stat : 15869 (java) S 15855 15857 15811 0 -1 64 4 0 0 0 0 0 0 0 21 0 13 0 192777587 1754431488 51768 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 31.51
Current children cumulated vsize (Kb) 1713312

[startup+40.0499 s]
/proc/loadavg: 1.03 0.97 0.98 2/76 15869
/proc/meminfo: memFree=1433688/2055920 swapFree=4181460/4192956
[pid=15857] ppid=15855 vsize=1713312 CPUtime=41.57
/proc/15857/stat : 15857 (java) R 15855 15857 15811 0 -1 0 58695 0 1 0 4128 29 0 0 25 0 13 0 192777484 1754431488 51821 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071549923 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/15857/statm: 428328 51821 1908 14 0 415075 0
[pid=15857/tid=15858] ppid=15855 vsize=1713312 CPUtime=0.34
/proc/15857/task/15858/stat : 15858 (java) S 15855 15857 15811 0 -1 64 8568 0 0 0 30 4 0 0 16 0 13 0 192777488 1754431488 51821 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15857/tid=15859] ppid=15855 vsize=1713312 CPUtime=0.34
/proc/15857/task/15859/stat : 15859 (java) S 15855 15857 15811 0 -1 64 8417 0 0 0 29 5 0 0 17 0 13 0 192777488 1754431488 51821 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15857/tid=15860] ppid=15855 vsize=1713312 CPUtime=0
/proc/15857/task/15860/stat : 15860 (java) S 15855 15857 15811 0 -1 64 28 0 0 0 0 0 0 0 16 0 13 0 192777491 1754431488 51821 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=15857/tid=15861] ppid=15855 vsize=1713312 CPUtime=0
/proc/15857/task/15861/stat : 15861 (java) S 15855 15857 15811 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 192777491 1754431488 51821 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15857/tid=15862] ppid=15855 vsize=1713312 CPUtime=0
/proc/15857/task/15862/stat : 15862 (java) S 15855 15857 15811 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 192777491 1754431488 51821 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15857/tid=15863] ppid=15855 vsize=1713312 CPUtime=0
/proc/15857/task/15863/stat : 15863 (java) S 15855 15857 15811 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 192777494 1754431488 51821 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15857/tid=15864] ppid=15855 vsize=1713312 CPUtime=0
/proc/15857/task/15864/stat : 15864 (java) S 15855 15857 15811 0 -1 64 3 0 0 0 0 0 0 0 17 0 13 0 192777494 1754431488 51821 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15857/tid=15865] ppid=15855 vsize=1713312 CPUtime=0.91
/proc/15857/task/15865/stat : 15865 (java) S 15855 15857 15811 0 -1 64 1083 0 0 0 91 0 0 0 17 0 13 0 192777494 1754431488 51821 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15857/tid=15866] ppid=15855 vsize=1713312 CPUtime=0.89
/proc/15857/task/15866/stat : 15866 (java) S 15855 15857 15811 0 -1 64 2455 0 0 0 88 1 0 0 16 0 13 0 192777494 1754431488 51821 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15857/tid=15867] ppid=15855 vsize=1713312 CPUtime=0
/proc/15857/task/15867/stat : 15867 (java) S 15855 15857 15811 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 192777494 1754431488 51821 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15857/tid=15868] ppid=15855 vsize=1713312 CPUtime=0
/proc/15857/task/15868/stat : 15868 (java) S 15855 15857 15811 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 192777494 1754431488 51821 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15857/tid=15869] ppid=15855 vsize=1713312 CPUtime=0
/proc/15857/task/15869/stat : 15869 (java) S 15855 15857 15811 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 192777587 1754431488 51821 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 41.57
Current children cumulated vsize (Kb) 1713312

[startup+50.0567 s]
/proc/loadavg: 1.02 0.97 0.98 2/76 15869
/proc/meminfo: memFree=1432984/2055920 swapFree=4181460/4192956
[pid=15857] ppid=15855 vsize=1713312 CPUtime=51.63
/proc/15857/stat : 15857 (java) R 15855 15857 15811 0 -1 0 61180 0 1 0 5133 30 0 0 25 0 13 0 192777484 1754431488 51995 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071385770 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/15857/statm: 428328 51995 1908 14 0 415075 0
[pid=15857/tid=15858] ppid=15855 vsize=1713312 CPUtime=0.4
/proc/15857/task/15858/stat : 15858 (java) S 15855 15857 15811 0 -1 64 9618 0 0 0 36 4 0 0 16 0 13 0 192777488 1754431488 51995 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15857/tid=15859] ppid=15855 vsize=1713312 CPUtime=0.4
/proc/15857/task/15859/stat : 15859 (java) S 15855 15857 15811 0 -1 64 9845 0 0 0 35 5 0 0 16 0 13 0 192777488 1754431488 51995 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15857/tid=15860] ppid=15855 vsize=1713312 CPUtime=0
/proc/15857/task/15860/stat : 15860 (java) S 15855 15857 15811 0 -1 64 28 0 0 0 0 0 0 0 16 0 13 0 192777491 1754431488 51995 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=15857/tid=15861] ppid=15855 vsize=1713312 CPUtime=0
/proc/15857/task/15861/stat : 15861 (java) S 15855 15857 15811 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 192777491 1754431488 51995 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15857/tid=15862] ppid=15855 vsize=1713312 CPUtime=0
/proc/15857/task/15862/stat : 15862 (java) S 15855 15857 15811 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 192777491 1754431488 51995 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15857/tid=15863] ppid=15855 vsize=1713312 CPUtime=0
/proc/15857/task/15863/stat : 15863 (java) S 15855 15857 15811 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 192777494 1754431488 51995 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15857/tid=15864] ppid=15855 vsize=1713312 CPUtime=0
/proc/15857/task/15864/stat : 15864 (java) S 15855 15857 15811 0 -1 64 3 0 0 0 0 0 0 0 17 0 13 0 192777494 1754431488 51995 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15857/tid=15865] ppid=15855 vsize=1713312 CPUtime=0.91
/proc/15857/task/15865/stat : 15865 (java) S 15855 15857 15811 0 -1 64 1083 0 0 0 91 0 0 0 17 0 13 0 192777494 1754431488 51995 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15857/tid=15866] ppid=15855 vsize=1713312 CPUtime=0.89
/proc/15857/task/15866/stat : 15866 (java) S 15855 15857 15811 0 -1 64 2455 0 0 0 88 1 0 0 16 0 13 0 192777494 1754431488 51995 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15857/tid=15867] ppid=15855 vsize=1713312 CPUtime=0
/proc/15857/task/15867/stat : 15867 (java) S 15855 15857 15811 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 192777494 1754431488 51995 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15857/tid=15868] ppid=15855 vsize=1713312 CPUtime=0
/proc/15857/task/15868/stat : 15868 (java) S 15855 15857 15811 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 192777494 1754431488 51995 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15857/tid=15869] ppid=15855 vsize=1713312 CPUtime=0
/proc/15857/task/15869/stat : 15869 (java) S 15855 15857 15811 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 192777587 1754431488 51995 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 51.63
Current children cumulated vsize (Kb) 1713312

[startup+60.0635 s]
/proc/loadavg: 1.02 0.97 0.98 2/76 15869
/proc/meminfo: memFree=1432088/2055920 swapFree=4181460/4192956
[pid=15857] ppid=15855 vsize=1713312 CPUtime=61.71
/proc/15857/stat : 15857 (java) R 15855 15857 15811 0 -1 0 63416 0 1 0 6139 32 0 0 20 0 13 0 192777484 1754431488 52215 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071549927 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/15857/statm: 428328 52215 1908 14 0 415075 0
[pid=15857/tid=15858] ppid=15855 vsize=1713312 CPUtime=0.46
/proc/15857/task/15858/stat : 15858 (java) S 15855 15857 15811 0 -1 64 10939 0 0 0 41 5 0 0 16 0 13 0 192777488 1754431488 52215 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15857/tid=15859] ppid=15855 vsize=1713312 CPUtime=0.46
/proc/15857/task/15859/stat : 15859 (java) S 15855 15857 15811 0 -1 64 10752 0 0 0 40 6 0 0 17 0 13 0 192777488 1754431488 52215 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15857/tid=15860] ppid=15855 vsize=1713312 CPUtime=0
/proc/15857/task/15860/stat : 15860 (java) S 15855 15857 15811 0 -1 64 28 0 0 0 0 0 0 0 15 0 13 0 192777491 1754431488 52215 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=15857/tid=15861] ppid=15855 vsize=1713312 CPUtime=0
/proc/15857/task/15861/stat : 15861 (java) S 15855 15857 15811 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 192777491 1754431488 52215 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15857/tid=15862] ppid=15855 vsize=1713312 CPUtime=0
/proc/15857/task/15862/stat : 15862 (java) S 15855 15857 15811 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 192777491 1754431488 52215 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15857/tid=15863] ppid=15855 vsize=1713312 CPUtime=0
/proc/15857/task/15863/stat : 15863 (java) S 15855 15857 15811 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 192777494 1754431488 52215 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0

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

[pid=15857/tid=15861] ppid=15855 vsize=1713312 CPUtime=0
/proc/15857/task/15861/stat : 15861 (java) S 15855 15857 15811 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 192777491 1754431488 200240 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15857/tid=15862] ppid=15855 vsize=1713312 CPUtime=0
/proc/15857/task/15862/stat : 15862 (java) S 15855 15857 15811 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 192777491 1754431488 200240 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15857/tid=15863] ppid=15855 vsize=1713312 CPUtime=0
/proc/15857/task/15863/stat : 15863 (java) S 15855 15857 15811 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 192777494 1754431488 200240 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15857/tid=15864] ppid=15855 vsize=1713312 CPUtime=0
/proc/15857/task/15864/stat : 15864 (java) S 15855 15857 15811 0 -1 64 3 0 0 0 0 0 0 0 17 0 13 0 192777494 1754431488 200240 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15857/tid=15865] ppid=15855 vsize=1713312 CPUtime=0.96
/proc/15857/task/15865/stat : 15865 (java) S 15855 15857 15811 0 -1 64 1087 0 0 0 96 0 0 0 16 0 13 0 192777494 1754431488 200240 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15857/tid=15866] ppid=15855 vsize=1713312 CPUtime=0.91
/proc/15857/task/15866/stat : 15866 (java) S 15855 15857 15811 0 -1 64 2462 0 0 0 90 1 0 0 16 0 13 0 192777494 1754431488 200240 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15857/tid=15867] ppid=15855 vsize=1713312 CPUtime=0
/proc/15857/task/15867/stat : 15867 (java) S 15855 15857 15811 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 192777494 1754431488 200240 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15857/tid=15868] ppid=15855 vsize=1713312 CPUtime=0
/proc/15857/task/15868/stat : 15868 (java) S 15855 15857 15811 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 192777494 1754431488 200240 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15857/tid=15869] ppid=15855 vsize=1713312 CPUtime=0
/proc/15857/task/15869/stat : 15869 (java) S 15855 15857 15811 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 192777587 1754431488 200240 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1796.57
Current children cumulated vsize (Kb) 1713312

[startup+1774.42 s]
/proc/loadavg: 1.01 1.01 0.99 2/76 16064
/proc/meminfo: memFree=837976/2055920 swapFree=4181460/4192956
[pid=15857] ppid=15855 vsize=1713312 CPUtime=1797.57
/proc/15857/stat : 15857 (java) R 15855 15857 15811 0 -1 0 274347 0 1 0 179611 146 0 0 25 0 13 0 192777484 1754431488 200240 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071538935 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/15857/statm: 428328 200240 1908 14 0 415075 0
[pid=15857/tid=15858] ppid=15855 vsize=1713312 CPUtime=23.14
/proc/15857/task/15858/stat : 15858 (java) S 15855 15857 15811 0 -1 64 98136 0 0 0 2265 49 0 0 17 0 13 0 192777488 1754431488 200240 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15857/tid=15859] ppid=15855 vsize=1713312 CPUtime=23.06
/proc/15857/task/15859/stat : 15859 (java) S 15855 15857 15811 0 -1 64 93559 0 0 0 2261 45 0 0 16 0 13 0 192777488 1754431488 200240 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15857/tid=15860] ppid=15855 vsize=1713312 CPUtime=0.27
/proc/15857/task/15860/stat : 15860 (java) S 15855 15857 15811 0 -1 64 146 0 0 0 16 11 0 0 16 0 13 0 192777491 1754431488 200240 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=15857/tid=15861] ppid=15855 vsize=1713312 CPUtime=0
/proc/15857/task/15861/stat : 15861 (java) S 15855 15857 15811 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 192777491 1754431488 200240 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15857/tid=15862] ppid=15855 vsize=1713312 CPUtime=0
/proc/15857/task/15862/stat : 15862 (java) S 15855 15857 15811 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 192777491 1754431488 200240 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15857/tid=15863] ppid=15855 vsize=1713312 CPUtime=0
/proc/15857/task/15863/stat : 15863 (java) S 15855 15857 15811 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 192777494 1754431488 200240 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15857/tid=15864] ppid=15855 vsize=1713312 CPUtime=0
/proc/15857/task/15864/stat : 15864 (java) S 15855 15857 15811 0 -1 64 3 0 0 0 0 0 0 0 17 0 13 0 192777494 1754431488 200240 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15857/tid=15865] ppid=15855 vsize=1713312 CPUtime=0.96
/proc/15857/task/15865/stat : 15865 (java) S 15855 15857 15811 0 -1 64 1087 0 0 0 96 0 0 0 16 0 13 0 192777494 1754431488 200240 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15857/tid=15866] ppid=15855 vsize=1713312 CPUtime=0.91
/proc/15857/task/15866/stat : 15866 (java) S 15855 15857 15811 0 -1 64 2462 0 0 0 90 1 0 0 16 0 13 0 192777494 1754431488 200240 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15857/tid=15867] ppid=15855 vsize=1713312 CPUtime=0
/proc/15857/task/15867/stat : 15867 (java) S 15855 15857 15811 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 192777494 1754431488 200240 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15857/tid=15868] ppid=15855 vsize=1713312 CPUtime=0
/proc/15857/task/15868/stat : 15868 (java) S 15855 15857 15811 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 192777494 1754431488 200240 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15857/tid=15869] ppid=15855 vsize=1713312 CPUtime=0
/proc/15857/task/15869/stat : 15869 (java) S 15855 15857 15811 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 192777587 1754431488 200240 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1797.57
Current children cumulated vsize (Kb) 1713312

[startup+1775.43 s]
/proc/loadavg: 1.01 1.01 0.99 2/76 16064
/proc/meminfo: memFree=837400/2055920 swapFree=4181460/4192956
[pid=15857] ppid=15855 vsize=1713312 CPUtime=1798.62
/proc/15857/stat : 15857 (java) R 15855 15857 15811 0 -1 0 274480 0 1 0 179716 146 0 0 18 0 13 0 192777484 1754431488 200372 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071550264 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/15857/statm: 428328 200372 1908 14 0 415075 0
[pid=15857/tid=15858] ppid=15855 vsize=1713312 CPUtime=23.19
/proc/15857/task/15858/stat : 15858 (java) S 15855 15857 15811 0 -1 64 98197 0 0 0 2270 49 0 0 16 0 13 0 192777488 1754431488 200372 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15857/tid=15859] ppid=15855 vsize=1713312 CPUtime=23.1
/proc/15857/task/15859/stat : 15859 (java) S 15855 15857 15811 0 -1 64 93630 0 0 0 2265 45 0 0 17 0 13 0 192777488 1754431488 200372 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15857/tid=15860] ppid=15855 vsize=1713312 CPUtime=0.27
/proc/15857/task/15860/stat : 15860 (java) S 15855 15857 15811 0 -1 64 146 0 0 0 16 11 0 0 16 0 13 0 192777491 1754431488 200372 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=15857/tid=15861] ppid=15855 vsize=1713312 CPUtime=0
/proc/15857/task/15861/stat : 15861 (java) S 15855 15857 15811 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 192777491 1754431488 200372 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15857/tid=15862] ppid=15855 vsize=1713312 CPUtime=0
/proc/15857/task/15862/stat : 15862 (java) S 15855 15857 15811 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 192777491 1754431488 200372 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15857/tid=15863] ppid=15855 vsize=1713312 CPUtime=0
/proc/15857/task/15863/stat : 15863 (java) S 15855 15857 15811 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 192777494 1754431488 200372 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15857/tid=15864] ppid=15855 vsize=1713312 CPUtime=0
/proc/15857/task/15864/stat : 15864 (java) S 15855 15857 15811 0 -1 64 3 0 0 0 0 0 0 0 17 0 13 0 192777494 1754431488 200372 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15857/tid=15865] ppid=15855 vsize=1713312 CPUtime=0.96
/proc/15857/task/15865/stat : 15865 (java) S 15855 15857 15811 0 -1 64 1087 0 0 0 96 0 0 0 16 0 13 0 192777494 1754431488 200372 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15857/tid=15866] ppid=15855 vsize=1713312 CPUtime=0.91
/proc/15857/task/15866/stat : 15866 (java) S 15855 15857 15811 0 -1 64 2462 0 0 0 90 1 0 0 16 0 13 0 192777494 1754431488 200372 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15857/tid=15867] ppid=15855 vsize=1713312 CPUtime=0
/proc/15857/task/15867/stat : 15867 (java) S 15855 15857 15811 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 192777494 1754431488 200372 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15857/tid=15868] ppid=15855 vsize=1713312 CPUtime=0
/proc/15857/task/15868/stat : 15868 (java) S 15855 15857 15811 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 192777494 1754431488 200372 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15857/tid=15869] ppid=15855 vsize=1713312 CPUtime=0
/proc/15857/task/15869/stat : 15869 (java) S 15855 15857 15811 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 192777587 1754431488 200372 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1798.62
Current children cumulated vsize (Kb) 1713312

[startup+1776.43 s]
/proc/loadavg: 1.01 1.01 0.99 2/76 16064
/proc/meminfo: memFree=837400/2055920 swapFree=4181460/4192956
[pid=15857] ppid=15855 vsize=1713312 CPUtime=1799.63
/proc/15857/stat : 15857 (java) R 15855 15857 15811 0 -1 0 274480 0 1 0 179817 146 0 0 25 0 13 0 192777484 1754431488 200372 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071611649 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/15857/statm: 428328 200372 1908 14 0 415075 0
[pid=15857/tid=15858] ppid=15855 vsize=1713312 CPUtime=23.19
/proc/15857/task/15858/stat : 15858 (java) S 15855 15857 15811 0 -1 64 98197 0 0 0 2270 49 0 0 16 0 13 0 192777488 1754431488 200372 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15857/tid=15859] ppid=15855 vsize=1713312 CPUtime=23.1
/proc/15857/task/15859/stat : 15859 (java) S 15855 15857 15811 0 -1 64 93630 0 0 0 2265 45 0 0 17 0 13 0 192777488 1754431488 200372 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15857/tid=15860] ppid=15855 vsize=1713312 CPUtime=0.27
/proc/15857/task/15860/stat : 15860 (java) S 15855 15857 15811 0 -1 64 146 0 0 0 16 11 0 0 16 0 13 0 192777491 1754431488 200372 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=15857/tid=15861] ppid=15855 vsize=1713312 CPUtime=0
/proc/15857/task/15861/stat : 15861 (java) S 15855 15857 15811 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 192777491 1754431488 200372 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15857/tid=15862] ppid=15855 vsize=1713312 CPUtime=0
/proc/15857/task/15862/stat : 15862 (java) S 15855 15857 15811 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 192777491 1754431488 200372 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15857/tid=15863] ppid=15855 vsize=1713312 CPUtime=0
/proc/15857/task/15863/stat : 15863 (java) S 15855 15857 15811 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 192777494 1754431488 200372 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15857/tid=15864] ppid=15855 vsize=1713312 CPUtime=0
/proc/15857/task/15864/stat : 15864 (java) S 15855 15857 15811 0 -1 64 3 0 0 0 0 0 0 0 17 0 13 0 192777494 1754431488 200372 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15857/tid=15865] ppid=15855 vsize=1713312 CPUtime=0.96
/proc/15857/task/15865/stat : 15865 (java) S 15855 15857 15811 0 -1 64 1087 0 0 0 96 0 0 0 16 0 13 0 192777494 1754431488 200372 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15857/tid=15866] ppid=15855 vsize=1713312 CPUtime=0.91
/proc/15857/task/15866/stat : 15866 (java) S 15855 15857 15811 0 -1 64 2462 0 0 0 90 1 0 0 16 0 13 0 192777494 1754431488 200372 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15857/tid=15867] ppid=15855 vsize=1713312 CPUtime=0
/proc/15857/task/15867/stat : 15867 (java) S 15855 15857 15811 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 192777494 1754431488 200372 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15857/tid=15868] ppid=15855 vsize=1713312 CPUtime=0
/proc/15857/task/15868/stat : 15868 (java) S 15855 15857 15811 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 192777494 1754431488 200372 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15857/tid=15869] ppid=15855 vsize=1713312 CPUtime=0
/proc/15857/task/15869/stat : 15869 (java) S 15855 15857 15811 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 192777587 1754431488 200372 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1799.63
Current children cumulated vsize (Kb) 1713312

[startup+1777.45 s]
/proc/loadavg: 1.01 1.00 0.99 3/76 16064
/proc/meminfo: memFree=837400/2055920 swapFree=4181460/4192956
[pid=15857] ppid=15855 vsize=1713312 CPUtime=1800.66
/proc/15857/stat : 15857 (java) S 15855 15857 15811 0 -1 0 274482 0 1 0 179920 146 0 0 25 0 13 0 192777484 1754431488 200374 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/15857/statm: 428328 200374 1908 14 0 415075 0
[pid=15857/tid=15858] ppid=15855 vsize=1713312 CPUtime=23.21
/proc/15857/task/15858/stat : 15858 (java) R 15855 15857 15811 0 -1 64 98198 0 0 0 2272 49 0 0 17 0 13 0 192777488 1754431488 200374 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4152729513 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15857/tid=15859] ppid=15855 vsize=1713312 CPUtime=23.13
/proc/15857/task/15859/stat : 15859 (java) R 15855 15857 15811 0 -1 64 93631 0 0 0 2268 45 0 0 17 0 13 0 192777488 1754431488 200374 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4154649075 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15857/tid=15860] ppid=15855 vsize=1713312 CPUtime=0.27
/proc/15857/task/15860/stat : 15860 (java) S 15855 15857 15811 0 -1 64 146 0 0 0 16 11 0 0 16 0 13 0 192777491 1754431488 200374 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=15857/tid=15861] ppid=15855 vsize=1713312 CPUtime=0
/proc/15857/task/15861/stat : 15861 (java) S 15855 15857 15811 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 192777491 1754431488 200374 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15857/tid=15862] ppid=15855 vsize=1713312 CPUtime=0
/proc/15857/task/15862/stat : 15862 (java) S 15855 15857 15811 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 192777491 1754431488 200374 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15857/tid=15863] ppid=15855 vsize=1713312 CPUtime=0
/proc/15857/task/15863/stat : 15863 (java) S 15855 15857 15811 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 192777494 1754431488 200374 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15857/tid=15864] ppid=15855 vsize=1713312 CPUtime=0
/proc/15857/task/15864/stat : 15864 (java) S 15855 15857 15811 0 -1 64 3 0 0 0 0 0 0 0 17 0 13 0 192777494 1754431488 200374 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15857/tid=15865] ppid=15855 vsize=1713312 CPUtime=0.96
/proc/15857/task/15865/stat : 15865 (java) S 15855 15857 15811 0 -1 64 1087 0 0 0 96 0 0 0 16 0 13 0 192777494 1754431488 200374 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15857/tid=15866] ppid=15855 vsize=1713312 CPUtime=0.91
/proc/15857/task/15866/stat : 15866 (java) S 15855 15857 15811 0 -1 64 2462 0 0 0 90 1 0 0 16 0 13 0 192777494 1754431488 200374 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15857/tid=15867] ppid=15855 vsize=1713312 CPUtime=0
/proc/15857/task/15867/stat : 15867 (java) S 15855 15857 15811 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 192777494 1754431488 200374 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15857/tid=15868] ppid=15855 vsize=1713312 CPUtime=0
/proc/15857/task/15868/stat : 15868 (java) S 15855 15857 15811 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 192777494 1754431488 200374 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15857/tid=15869] ppid=15855 vsize=1713312 CPUtime=0
/proc/15857/task/15869/stat : 15869 (java) S 15855 15857 15811 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 192777587 1754431488 200374 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.66
Current children cumulated vsize (Kb) 1713312



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1777.45 s]
/proc/loadavg: 1.01 1.00 0.99 3/76 16064
/proc/meminfo: memFree=837400/2055920 swapFree=4181460/4192956
[pid=15857] ppid=15855 vsize=1713312 CPUtime=1800.67
/proc/15857/stat : 15857 (java) S 15855 15857 15811 0 -1 0 274482 0 1 0 179921 146 0 0 25 0 13 0 192777484 1754431488 200374 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/15857/statm: 428328 200374 1908 14 0 415075 0
[pid=15857/tid=15858] ppid=15855 vsize=1713312 CPUtime=23.21
/proc/15857/task/15858/stat : 15858 (java) R 15855 15857 15811 0 -1 64 98198 0 0 0 2272 49 0 0 17 0 13 0 192777488 1754431488 200374 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4152729513 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15857/tid=15859] ppid=15855 vsize=1713312 CPUtime=23.13
/proc/15857/task/15859/stat : 15859 (java) R 15855 15857 15811 0 -1 64 93631 0 0 0 2268 45 0 0 17 0 13 0 192777488 1754431488 200374 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4151726979 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15857/tid=15860] ppid=15855 vsize=1713312 CPUtime=0.27
/proc/15857/task/15860/stat : 15860 (java) S 15855 15857 15811 0 -1 64 146 0 0 0 16 11 0 0 16 0 13 0 192777491 1754431488 200374 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=15857/tid=15861] ppid=15855 vsize=1713312 CPUtime=0
/proc/15857/task/15861/stat : 15861 (java) S 15855 15857 15811 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 192777491 1754431488 200374 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15857/tid=15862] ppid=15855 vsize=1713312 CPUtime=0
/proc/15857/task/15862/stat : 15862 (java) S 15855 15857 15811 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 192777491 1754431488 200374 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15857/tid=15863] ppid=15855 vsize=1713312 CPUtime=0
/proc/15857/task/15863/stat : 15863 (java) S 15855 15857 15811 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 192777494 1754431488 200374 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15857/tid=15864] ppid=15855 vsize=1713312 CPUtime=0
/proc/15857/task/15864/stat : 15864 (java) S 15855 15857 15811 0 -1 64 3 0 0 0 0 0 0 0 17 0 13 0 192777494 1754431488 200374 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15857/tid=15865] ppid=15855 vsize=1713312 CPUtime=0.96
/proc/15857/task/15865/stat : 15865 (java) S 15855 15857 15811 0 -1 64 1087 0 0 0 96 0 0 0 16 0 13 0 192777494 1754431488 200374 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15857/tid=15866] ppid=15855 vsize=1713312 CPUtime=0.91
/proc/15857/task/15866/stat : 15866 (java) S 15855 15857 15811 0 -1 64 2462 0 0 0 90 1 0 0 16 0 13 0 192777494 1754431488 200374 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15857/tid=15867] ppid=15855 vsize=1713312 CPUtime=0
/proc/15857/task/15867/stat : 15867 (java) S 15855 15857 15811 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 192777494 1754431488 200374 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15857/tid=15868] ppid=15855 vsize=1713312 CPUtime=0
/proc/15857/task/15868/stat : 15868 (java) S 15855 15857 15811 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 192777494 1754431488 200374 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15857/tid=15869] ppid=15855 vsize=1713312 CPUtime=0
/proc/15857/task/15869/stat : 15869 (java) S 15855 15857 15811 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 192777587 1754431488 200374 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.67
Current children cumulated vsize (Kb) 1713312

Sending SIGTERM to -15857
Sleeping 2 seconds

Child status: 143
Real time (s): 1777.63
CPU time (s): 1800.86
CPU user time (s): 1799.27
CPU system time (s): 1.58876
CPU usage (%): 101.307
Max. virtual memory (cumulated for all children) (Kb): 1713344

Launcher Data (download as text)

Begin job on node60 on Fri Jun  2 17:58:17 UTC 2006


FILE ID= 42635-1149271096

PBS_JOBID= 301323

BENCH NAME= ROOT/tmp/node60/42635-1149271096/instance-42635-1149271096.opb
COMMAND LINE= java -server -Xms1500M -Xmx1500M -jar ROOT/solvers/PB/PB06final/user5/sat4jPseudoHeuristics.jar ROOT/tmp/node60/42635-1149271096/instance-42635-1149271096.opb 599145891
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node60/watcher-42635-1149271096 -o ROOT/results/node60/solver-42635-1149271096 -C 1800 -M 1800 -S 64  java -server -Xms1500M -Xmx1500M -jar ROOT/solvers/PB/PB06final/user5/sat4jPseudoHeuristics.jar ROOT/tmp/node60/42635-1149271096/instance-42635-1149271096.opb 599145891

MD5SUM SOLVER= 3cef94aa015dc0dd234d31843a257d70
MD5SUM BENCH=  da103607b020ad44cf05bd0679eb486a

RANDOM SEED= 599145891


/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.257
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.257
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:       1634232 kB
Buffers:         25440 kB
Cached:         323612 kB
SwapCached:       3188 kB
Active:          42080 kB
Inactive:       315716 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1634232 kB
SwapTotal:     4192956 kB
SwapFree:      4181460 kB
Dirty:             180 kB
Writeback:           0 kB
Mapped:          14740 kB
Slab:            49900 kB
Committed_AS:   265260 kB
PageTables:       1484 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB


End job on node60 on Fri Jun  2 18:27:54 UTC 2006