Trace number 42228

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 NameAnswerCPU timeWall clock time
SAT4JPSEUDO 2006.2 Heuristics? (TO) 1801 1763.71

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB05/aloul/
FPGA_SAT05/normalized-fpga25_23_sat_pb.cnf.cr.opb
MD5SUMf5648c05fd08b8fac6342afd4b5bd61d
Bench CategorySATUNSAT-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark0.015996
Has Objective FunctionNO
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved NO
Number of variables863
Total number of constraints646
Number of constraints which are clauses598
Number of constraints which are cardinality constraints (but not clauses)48
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint12
Maximum length of a constraint25
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 26
Number of bits of the biggest sum of numbers5
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.27	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.27	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.28	c no version file found!!!
0.28	c sun.arch.data.model	32
0.28	c java.version	1.5.0_06
0.28	c os.name	Linux
0.28	c os.version	2.6.9-22.EL.rootsmp
0.28	c os.arch	i386
0.28	c Free memory 1548419056
0.28	c Max memory 1551040512
0.28	c Total memory 1551040512
0.28	c Number of processors 2
0.35	c Cutting planes based inference
0.35	c --- Begin Solver configuration ---
0.35	c org.sat4j.minisat.uip.FirstUIP@1df073d
0.35	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@1546e25
0.35	c org.sat4j.minisat.learning.MiniSATLearning@b66cc
0.35	c conflictBoundIncFactor=1.5 learntBoundIncFactor=1.1 initLearntBoundConstraintFactor=10000.0 initConflictBound=100 
0.35	c VSIDS like heuristics from MiniSAT using a heap
0.35	c No reason simplification
0.35	c --- End Solver configuration ---
0.35	c solving ROOT/tmp/node13/42228-1149227958/instance-42228-1149227958.opb
0.35	c reading problem ... 
0.71	c ... done. Time 0.361 ms.
0.71	c #vars     863
0.71	c #constraints  646
1763.44	c starts		: 14
1763.44	c conflicts		: 54342
1763.44	c decisions		: 239229
1763.44	c propagations		: 1613007
1763.44	c inspects		: 313108560
1763.44	c learnt literals	: 0
1763.44	c learnt binary clauses	: 0
1763.44	c learnt ternary clauses	: 0
1763.44	c learnt clauses	: 54341
1763.44	c root simplifications	: 0
1763.44	c removed literals (reason simplification)	: 0
1763.44	c reason swapping (by a shorter reason)	: 0
1763.44	c Calls to reduceDB	: 0
1763.44	c speed (decisions/second)	: 135.7147476590342
1763.44	c non guided choices	384
1763.44	s UNKNOWN
1763.44	c Total wall clock time (ms): 1763.099

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

Current StackSize limit: 67108864 bytes

/proc/loadavg: 0.74 0.92 0.89 2/64 9921
/proc/meminfo: memFree=1402320/2055920 swapFree=4181416/4192956
[pid=9921] ppid=9919 vsize=1784 CPUtime=0
/proc/9921/stat : 9921 (java) D 9919 9921 9876 0 -1 0 178 0 0 0 0 0 0 0 18 0 1 0 188458441 1826816 148 18446744073709551615 134512640 134570276 4294956608 18446744073709551615 4294960144 0 2147483391 4096 0 18446744072099781622 0 0 17 0 0 0
/proc/9921/statm: 446 148 113 14 0 91 0

[startup+10.0026 s]
/proc/loadavg: 0.85 0.94 0.90 2/76 9933
/proc/meminfo: memFree=1216704/2055920 swapFree=4181416/4192956
[pid=9921] ppid=9919 vsize=1712144 CPUtime=11.02
/proc/9921/stat : 9921 (java) R 9919 9921 9876 0 -1 0 51979 0 1 0 1080 22 0 0 25 0 13 0 188458441 1753235456 48169 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071396413 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/9921/statm: 428036 48169 1909 14 0 414783 0
[pid=9921/tid=9922] ppid=9919 vsize=1712144 CPUtime=0.13
/proc/9921/task/9922/stat : 9922 (java) S 9919 9921 9876 0 -1 64 3506 0 0 0 12 1 0 0 16 0 13 0 188458456 1753235456 48169 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9921/tid=9923] ppid=9919 vsize=1712144 CPUtime=0.13
/proc/9921/task/9923/stat : 9923 (java) S 9919 9921 9876 0 -1 64 3261 0 0 0 12 1 0 0 16 0 13 0 188458456 1753235456 48169 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9921/tid=9924] ppid=9919 vsize=1712144 CPUtime=0
/proc/9921/task/9924/stat : 9924 (java) S 9919 9921 9876 0 -1 64 30 0 0 0 0 0 0 0 16 0 13 0 188458459 1753235456 48169 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=9921/tid=9925] ppid=9919 vsize=1712144 CPUtime=0
/proc/9921/task/9925/stat : 9925 (java) S 9919 9921 9876 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 188458460 1753235456 48169 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9921/tid=9926] ppid=9919 vsize=1712144 CPUtime=0
/proc/9921/task/9926/stat : 9926 (java) S 9919 9921 9876 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 188458460 1753235456 48169 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9921/tid=9927] ppid=9919 vsize=1712144 CPUtime=0
/proc/9921/task/9927/stat : 9927 (java) S 9919 9921 9876 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 188458463 1753235456 48169 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9921/tid=9928] ppid=9919 vsize=1712144 CPUtime=0
/proc/9921/task/9928/stat : 9928 (java) S 9919 9921 9876 0 -1 64 4 0 0 0 0 0 0 0 17 0 13 0 188458463 1753235456 48169 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9921/tid=9929] ppid=9919 vsize=1712144 CPUtime=0.72
/proc/9921/task/9929/stat : 9929 (java) S 9919 9921 9876 0 -1 64 1558 0 0 0 72 0 0 0 16 0 13 0 188458463 1753235456 48169 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9921/tid=9930] ppid=9919 vsize=1712144 CPUtime=0.82
/proc/9921/task/9930/stat : 9930 (java) S 9919 9921 9876 0 -1 64 1969 0 0 0 82 0 0 0 16 0 13 0 188458463 1753235456 48169 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9921/tid=9931] ppid=9919 vsize=1712144 CPUtime=0
/proc/9921/task/9931/stat : 9931 (java) S 9919 9921 9876 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 188458463 1753235456 48169 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9921/tid=9932] ppid=9919 vsize=1712144 CPUtime=0
/proc/9921/task/9932/stat : 9932 (java) S 9919 9921 9876 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 188458463 1753235456 48169 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9921/tid=9933] ppid=9919 vsize=1712144 CPUtime=0
/proc/9921/task/9933/stat : 9933 (java) S 9919 9921 9876 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 188458512 1753235456 48169 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 11.02
Current children cumulated vsize (Kb) 1712144

[startup+20.0097 s]
/proc/loadavg: 0.87 0.94 0.90 2/76 9933
/proc/meminfo: memFree=1186192/2055920 swapFree=4181416/4192956
[pid=9921] ppid=9919 vsize=1712144 CPUtime=21.26
/proc/9921/stat : 9921 (java) R 9919 9921 9876 0 -1 0 60230 0 1 0 2100 26 0 0 25 0 13 0 188458441 1753235456 55793 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071603735 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/9921/statm: 428036 55793 1909 14 0 414783 0
[pid=9921/tid=9922] ppid=9919 vsize=1712144 CPUtime=0.3
/proc/9921/task/9922/stat : 9922 (java) S 9919 9921 9876 0 -1 64 7804 0 0 0 27 3 0 0 16 0 13 0 188458456 1753235456 55793 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9921/tid=9923] ppid=9919 vsize=1712144 CPUtime=0.31
/proc/9921/task/9923/stat : 9923 (java) S 9919 9921 9876 0 -1 64 7200 0 0 0 28 3 0 0 16 0 13 0 188458456 1753235456 55793 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9921/tid=9924] ppid=9919 vsize=1712144 CPUtime=0
/proc/9921/task/9924/stat : 9924 (java) S 9919 9921 9876 0 -1 64 30 0 0 0 0 0 0 0 16 0 13 0 188458459 1753235456 55793 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=9921/tid=9925] ppid=9919 vsize=1712144 CPUtime=0
/proc/9921/task/9925/stat : 9925 (java) S 9919 9921 9876 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 188458460 1753235456 55793 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9921/tid=9926] ppid=9919 vsize=1712144 CPUtime=0
/proc/9921/task/9926/stat : 9926 (java) S 9919 9921 9876 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 188458460 1753235456 55793 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9921/tid=9927] ppid=9919 vsize=1712144 CPUtime=0
/proc/9921/task/9927/stat : 9927 (java) S 9919 9921 9876 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 188458463 1753235456 55793 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9921/tid=9928] ppid=9919 vsize=1712144 CPUtime=0
/proc/9921/task/9928/stat : 9928 (java) S 9919 9921 9876 0 -1 64 4 0 0 0 0 0 0 0 17 0 13 0 188458463 1753235456 55793 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9921/tid=9929] ppid=9919 vsize=1712144 CPUtime=0.74
/proc/9921/task/9929/stat : 9929 (java) S 9919 9921 9876 0 -1 64 1558 0 0 0 74 0 0 0 15 0 13 0 188458463 1753235456 55793 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9921/tid=9930] ppid=9919 vsize=1712144 CPUtime=0.87
/proc/9921/task/9930/stat : 9930 (java) S 9919 9921 9876 0 -1 64 1973 0 0 0 87 0 0 0 16 0 13 0 188458463 1753235456 55793 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9921/tid=9931] ppid=9919 vsize=1712144 CPUtime=0
/proc/9921/task/9931/stat : 9931 (java) S 9919 9921 9876 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 188458463 1753235456 55793 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9921/tid=9932] ppid=9919 vsize=1712144 CPUtime=0
/proc/9921/task/9932/stat : 9932 (java) S 9919 9921 9876 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 188458463 1753235456 55793 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9921/tid=9933] ppid=9919 vsize=1712144 CPUtime=0
/proc/9921/task/9933/stat : 9933 (java) S 9919 9921 9876 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 188458512 1753235456 55793 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 21.26
Current children cumulated vsize (Kb) 1712144

[startup+30.0171 s]
/proc/loadavg: 0.89 0.94 0.90 2/76 9933
/proc/meminfo: memFree=1168272/2055920 swapFree=4181416/4192956
[pid=9921] ppid=9919 vsize=1712144 CPUtime=31.4
/proc/9921/stat : 9921 (java) R 9919 9921 9876 0 -1 0 65247 0 1 0 3112 28 0 0 19 0 13 0 188458441 1753235456 60262 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071596473 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/9921/statm: 428036 60262 1909 14 0 414783 0
[pid=9921/tid=9922] ppid=9919 vsize=1712144 CPUtime=0.44
/proc/9921/task/9922/stat : 9922 (java) S 9919 9921 9876 0 -1 64 10752 0 0 0 40 4 0 0 16 0 13 0 188458456 1753235456 60262 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9921/tid=9923] ppid=9919 vsize=1712144 CPUtime=0.44
/proc/9921/task/9923/stat : 9923 (java) S 9919 9921 9876 0 -1 64 9259 0 0 0 40 4 0 0 17 0 13 0 188458456 1753235456 60262 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9921/tid=9924] ppid=9919 vsize=1712144 CPUtime=0
/proc/9921/task/9924/stat : 9924 (java) S 9919 9921 9876 0 -1 64 30 0 0 0 0 0 0 0 15 0 13 0 188458459 1753235456 60262 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=9921/tid=9925] ppid=9919 vsize=1712144 CPUtime=0
/proc/9921/task/9925/stat : 9925 (java) S 9919 9921 9876 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 188458460 1753235456 60262 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9921/tid=9926] ppid=9919 vsize=1712144 CPUtime=0
/proc/9921/task/9926/stat : 9926 (java) S 9919 9921 9876 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 188458460 1753235456 60262 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9921/tid=9927] ppid=9919 vsize=1712144 CPUtime=0
/proc/9921/task/9927/stat : 9927 (java) S 9919 9921 9876 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 188458463 1753235456 60262 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9921/tid=9928] ppid=9919 vsize=1712144 CPUtime=0
/proc/9921/task/9928/stat : 9928 (java) S 9919 9921 9876 0 -1 64 4 0 0 0 0 0 0 0 17 0 13 0 188458463 1753235456 60262 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9921/tid=9929] ppid=9919 vsize=1712144 CPUtime=0.74
/proc/9921/task/9929/stat : 9929 (java) S 9919 9921 9876 0 -1 64 1558 0 0 0 74 0 0 0 15 0 13 0 188458463 1753235456 60262 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9921/tid=9930] ppid=9919 vsize=1712144 CPUtime=0.87
/proc/9921/task/9930/stat : 9930 (java) S 9919 9921 9876 0 -1 64 1973 0 0 0 87 0 0 0 16 0 13 0 188458463 1753235456 60262 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9921/tid=9931] ppid=9919 vsize=1712144 CPUtime=0
/proc/9921/task/9931/stat : 9931 (java) S 9919 9921 9876 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 188458463 1753235456 60262 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9921/tid=9932] ppid=9919 vsize=1712144 CPUtime=0
/proc/9921/task/9932/stat : 9932 (java) S 9919 9921 9876 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 188458463 1753235456 60262 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9921/tid=9933] ppid=9919 vsize=1712144 CPUtime=0
/proc/9921/task/9933/stat : 9933 (java) S 9919 9921 9876 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 188458512 1753235456 60262 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 31.4
Current children cumulated vsize (Kb) 1712144

[startup+40.0244 s]
/proc/loadavg: 0.91 0.94 0.90 2/76 9933
/proc/meminfo: memFree=1151696/2055920 swapFree=4181416/4192956
[pid=9921] ppid=9919 vsize=1712144 CPUtime=41.52
/proc/9921/stat : 9921 (java) R 9919 9921 9876 0 -1 0 69782 0 1 0 4121 31 0 0 25 0 13 0 188458441 1753235456 64406 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071616034 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/9921/statm: 428036 64406 1909 14 0 414783 0
[pid=9921/tid=9922] ppid=9919 vsize=1712144 CPUtime=0.56
/proc/9921/task/9922/stat : 9922 (java) S 9919 9921 9876 0 -1 64 13141 0 0 0 50 6 0 0 16 0 13 0 188458456 1753235456 64406 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9921/tid=9923] ppid=9919 vsize=1712144 CPUtime=0.55
/proc/9921/task/9923/stat : 9923 (java) S 9919 9921 9876 0 -1 64 11396 0 0 0 51 4 0 0 16 0 13 0 188458456 1753235456 64406 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9921/tid=9924] ppid=9919 vsize=1712144 CPUtime=0
/proc/9921/task/9924/stat : 9924 (java) S 9919 9921 9876 0 -1 64 30 0 0 0 0 0 0 0 16 0 13 0 188458459 1753235456 64406 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=9921/tid=9925] ppid=9919 vsize=1712144 CPUtime=0
/proc/9921/task/9925/stat : 9925 (java) S 9919 9921 9876 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 188458460 1753235456 64406 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9921/tid=9926] ppid=9919 vsize=1712144 CPUtime=0
/proc/9921/task/9926/stat : 9926 (java) S 9919 9921 9876 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 188458460 1753235456 64406 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9921/tid=9927] ppid=9919 vsize=1712144 CPUtime=0
/proc/9921/task/9927/stat : 9927 (java) S 9919 9921 9876 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 188458463 1753235456 64406 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9921/tid=9928] ppid=9919 vsize=1712144 CPUtime=0
/proc/9921/task/9928/stat : 9928 (java) S 9919 9921 9876 0 -1 64 4 0 0 0 0 0 0 0 17 0 13 0 188458463 1753235456 64406 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9921/tid=9929] ppid=9919 vsize=1712144 CPUtime=0.74
/proc/9921/task/9929/stat : 9929 (java) S 9919 9921 9876 0 -1 64 1558 0 0 0 74 0 0 0 15 0 13 0 188458463 1753235456 64406 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9921/tid=9930] ppid=9919 vsize=1712144 CPUtime=0.87
/proc/9921/task/9930/stat : 9930 (java) S 9919 9921 9876 0 -1 64 1973 0 0 0 87 0 0 0 17 0 13 0 188458463 1753235456 64406 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9921/tid=9931] ppid=9919 vsize=1712144 CPUtime=0
/proc/9921/task/9931/stat : 9931 (java) S 9919 9921 9876 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 188458463 1753235456 64406 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9921/tid=9932] ppid=9919 vsize=1712144 CPUtime=0
/proc/9921/task/9932/stat : 9932 (java) S 9919 9921 9876 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 188458463 1753235456 64406 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9921/tid=9933] ppid=9919 vsize=1712144 CPUtime=0
/proc/9921/task/9933/stat : 9933 (java) S 9919 9921 9876 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 188458512 1753235456 64406 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 41.52
Current children cumulated vsize (Kb) 1712144

[startup+50.0318 s]
/proc/loadavg: 0.92 0.95 0.91 2/76 9933
/proc/meminfo: memFree=1154704/2055920 swapFree=4181416/4192956
[pid=9921] ppid=9919 vsize=1712144 CPUtime=51.61
/proc/9921/stat : 9921 (java) R 9919 9921 9876 0 -1 0 72017 0 1 0 5129 32 0 0 25 0 13 0 188458441 1753235456 63601 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071450175 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/9921/statm: 428036 63601 1909 14 0 414783 0
[pid=9921/tid=9922] ppid=9919 vsize=1712144 CPUtime=0.65
/proc/9921/task/9922/stat : 9922 (java) S 9919 9921 9876 0 -1 64 14407 0 0 0 59 6 0 0 16 0 13 0 188458456 1753235456 63601 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9921/tid=9923] ppid=9919 vsize=1712144 CPUtime=0.65
/proc/9921/task/9923/stat : 9923 (java) S 9919 9921 9876 0 -1 64 12353 0 0 0 60 5 0 0 16 0 13 0 188458456 1753235456 63601 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9921/tid=9924] ppid=9919 vsize=1712144 CPUtime=0.01
/proc/9921/task/9924/stat : 9924 (java) S 9919 9921 9876 0 -1 64 30 0 0 0 0 1 0 0 16 0 13 0 188458459 1753235456 63601 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=9921/tid=9925] ppid=9919 vsize=1712144 CPUtime=0
/proc/9921/task/9925/stat : 9925 (java) S 9919 9921 9876 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 188458460 1753235456 63601 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9921/tid=9926] ppid=9919 vsize=1712144 CPUtime=0
/proc/9921/task/9926/stat : 9926 (java) S 9919 9921 9876 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 188458460 1753235456 63601 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9921/tid=9927] ppid=9919 vsize=1712144 CPUtime=0
/proc/9921/task/9927/stat : 9927 (java) S 9919 9921 9876 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 188458463 1753235456 63601 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9921/tid=9928] ppid=9919 vsize=1712144 CPUtime=0
/proc/9921/task/9928/stat : 9928 (java) S 9919 9921 9876 0 -1 64 4 0 0 0 0 0 0 0 17 0 13 0 188458463 1753235456 63601 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9921/tid=9929] ppid=9919 vsize=1712144 CPUtime=0.74
/proc/9921/task/9929/stat : 9929 (java) S 9919 9921 9876 0 -1 64 1558 0 0 0 74 0 0 0 15 0 13 0 188458463 1753235456 63601 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9921/tid=9930] ppid=9919 vsize=1712144 CPUtime=0.87
/proc/9921/task/9930/stat : 9930 (java) S 9919 9921 9876 0 -1 64 1973 0 0 0 87 0 0 0 17 0 13 0 188458463 1753235456 63601 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9921/tid=9931] ppid=9919 vsize=1712144 CPUtime=0
/proc/9921/task/9931/stat : 9931 (java) S 9919 9921 9876 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 188458463 1753235456 63601 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9921/tid=9932] ppid=9919 vsize=1712144 CPUtime=0
/proc/9921/task/9932/stat : 9932 (java) S 9919 9921 9876 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 188458463 1753235456 63601 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9921/tid=9933] ppid=9919 vsize=1712144 CPUtime=0
/proc/9921/task/9933/stat : 9933 (java) S 9919 9921 9876 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 188458512 1753235456 63601 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 51.61
Current children cumulated vsize (Kb) 1712144

[startup+60.0391 s]
/proc/loadavg: 0.93 0.95 0.91 2/76 9933
/proc/meminfo: memFree=1157648/2055920 swapFree=4181416/4192956
[pid=9921] ppid=9919 vsize=1712144 CPUtime=61.71
/proc/9921/stat : 9921 (java) R 9919 9921 9876 0 -1 0 74143 0 1 0 6138 33 0 0 25 0 13 0 188458441 1753235456 62861 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071421710 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/9921/statm: 428036 62861 1909 14 0 414783 0
[pid=9921/tid=9922] ppid=9919 vsize=1712144 CPUtime=0.74
/proc/9921/task/9922/stat : 9922 (java) S 9919 9921 9876 0 -1 64 15396 0 0 0 68 6 0 0 16 0 13 0 188458456 1753235456 62861 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9921/tid=9923] ppid=9919 vsize=1712144 CPUtime=0.74
/proc/9921/task/9923/stat : 9923 (java) S 9919 9921 9876 0 -1 64 13477 0 0 0 69 5 0 0 16 0 13 0 188458456 1753235456 62861 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9921/tid=9924] ppid=9919 vsize=1712144 CPUtime=0.01
/proc/9921/task/9924/stat : 9924 (java) S 9919 9921 9876 0 -1 64 30 0 0 0 0 1 0 0 16 0 13 0 188458459 1753235456 62861 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=9921/tid=9925] ppid=9919 vsize=1712144 CPUtime=0
/proc/9921/task/9925/stat : 9925 (java) S 9919 9921 9876 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 188458460 1753235456 62861 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9921/tid=9926] ppid=9919 vsize=1712144 CPUtime=0
/proc/9921/task/9926/stat : 9926 (java) S 9919 9921 9876 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 188458460 1753235456 62861 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9921/tid=9927] ppid=9919 vsize=1712144 CPUtime=0
/proc/9921/task/9927/stat : 9927 (java) S 9919 9921 9876 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 188458463 1753235456 62861 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0

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

[pid=9921/tid=9925] ppid=9919 vsize=1712144 CPUtime=0
/proc/9921/task/9925/stat : 9925 (java) S 9919 9921 9876 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 188458460 1753235456 353358 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9921/tid=9926] ppid=9919 vsize=1712144 CPUtime=0
/proc/9921/task/9926/stat : 9926 (java) S 9919 9921 9876 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 188458460 1753235456 353358 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9921/tid=9927] ppid=9919 vsize=1712144 CPUtime=0
/proc/9921/task/9927/stat : 9927 (java) S 9919 9921 9876 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 188458463 1753235456 353358 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9921/tid=9928] ppid=9919 vsize=1712144 CPUtime=0
/proc/9921/task/9928/stat : 9928 (java) S 9919 9921 9876 0 -1 64 4 0 0 0 0 0 0 0 17 0 13 0 188458463 1753235456 353358 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9921/tid=9929] ppid=9919 vsize=1712144 CPUtime=0.75
/proc/9921/task/9929/stat : 9929 (java) S 9919 9921 9876 0 -1 64 1560 0 0 0 75 0 0 0 16 0 13 0 188458463 1753235456 353358 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9921/tid=9930] ppid=9919 vsize=1712144 CPUtime=0.87
/proc/9921/task/9930/stat : 9930 (java) S 9919 9921 9876 0 -1 64 1973 0 0 0 87 0 0 0 17 0 13 0 188458463 1753235456 353358 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9921/tid=9931] ppid=9919 vsize=1712144 CPUtime=0
/proc/9921/task/9931/stat : 9931 (java) S 9919 9921 9876 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 188458463 1753235456 353358 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9921/tid=9932] ppid=9919 vsize=1712144 CPUtime=0
/proc/9921/task/9932/stat : 9932 (java) S 9919 9921 9876 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 188458463 1753235456 353358 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9921/tid=9933] ppid=9919 vsize=1712144 CPUtime=0
/proc/9921/task/9933/stat : 9933 (java) S 9919 9921 9876 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 188458512 1753235456 353358 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1796.52
Current children cumulated vsize (Kb) 1712144

[startup+1760.42 s]
/proc/loadavg: 1.11 1.05 0.98 2/76 10128
/proc/meminfo: memFree=15312/2055920 swapFree=4181416/4192956
[pid=9921] ppid=9919 vsize=1712144 CPUtime=1797.6
/proc/9921/stat : 9921 (java) R 9919 9921 9876 0 -1 0 395251 0 1 0 179551 209 0 0 23 0 13 0 188458441 1753235456 353635 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071450351 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/9921/statm: 428036 353635 1909 14 0 414783 0
[pid=9921/tid=9922] ppid=9919 vsize=1712144 CPUtime=37.23
/proc/9921/task/9922/stat : 9922 (java) S 9919 9921 9876 0 -1 64 170532 0 0 0 3640 83 0 0 16 0 13 0 188458456 1753235456 353635 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9921/tid=9923] ppid=9919 vsize=1712144 CPUtime=37.23
/proc/9921/task/9923/stat : 9923 (java) S 9919 9921 9876 0 -1 64 173012 0 0 0 3643 80 0 0 17 0 13 0 188458456 1753235456 353635 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9921/tid=9924] ppid=9919 vsize=1712144 CPUtime=0.26
/proc/9921/task/9924/stat : 9924 (java) S 9919 9921 9876 0 -1 64 49 0 0 0 17 9 0 0 15 0 13 0 188458459 1753235456 353635 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=9921/tid=9925] ppid=9919 vsize=1712144 CPUtime=0
/proc/9921/task/9925/stat : 9925 (java) S 9919 9921 9876 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 188458460 1753235456 353635 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9921/tid=9926] ppid=9919 vsize=1712144 CPUtime=0
/proc/9921/task/9926/stat : 9926 (java) S 9919 9921 9876 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 188458460 1753235456 353635 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9921/tid=9927] ppid=9919 vsize=1712144 CPUtime=0
/proc/9921/task/9927/stat : 9927 (java) S 9919 9921 9876 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 188458463 1753235456 353635 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9921/tid=9928] ppid=9919 vsize=1712144 CPUtime=0
/proc/9921/task/9928/stat : 9928 (java) S 9919 9921 9876 0 -1 64 4 0 0 0 0 0 0 0 17 0 13 0 188458463 1753235456 353635 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9921/tid=9929] ppid=9919 vsize=1712144 CPUtime=0.75
/proc/9921/task/9929/stat : 9929 (java) S 9919 9921 9876 0 -1 64 1560 0 0 0 75 0 0 0 16 0 13 0 188458463 1753235456 353635 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9921/tid=9930] ppid=9919 vsize=1712144 CPUtime=0.87
/proc/9921/task/9930/stat : 9930 (java) S 9919 9921 9876 0 -1 64 1973 0 0 0 87 0 0 0 17 0 13 0 188458463 1753235456 353635 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9921/tid=9931] ppid=9919 vsize=1712144 CPUtime=0
/proc/9921/task/9931/stat : 9931 (java) S 9919 9921 9876 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 188458463 1753235456 353635 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9921/tid=9932] ppid=9919 vsize=1712144 CPUtime=0
/proc/9921/task/9932/stat : 9932 (java) S 9919 9921 9876 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 188458463 1753235456 353635 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9921/tid=9933] ppid=9919 vsize=1712144 CPUtime=0
/proc/9921/task/9933/stat : 9933 (java) S 9919 9921 9876 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 188458512 1753235456 353635 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1797.6
Current children cumulated vsize (Kb) 1712144

[startup+1761.43 s]
/proc/loadavg: 1.10 1.05 0.98 2/76 10128
/proc/meminfo: memFree=15568/2055920 swapFree=4181416/4192956
[pid=9921] ppid=9919 vsize=1712144 CPUtime=1798.66
/proc/9921/stat : 9921 (java) R 9919 9921 9876 0 -1 0 395607 0 1 0 179657 209 0 0 25 0 13 0 188458441 1753235456 353982 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071396396 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/9921/statm: 428036 353982 1909 14 0 414783 0
[pid=9921/tid=9922] ppid=9919 vsize=1712144 CPUtime=37.29
/proc/9921/task/9922/stat : 9922 (java) S 9919 9921 9876 0 -1 64 170756 0 0 0 3646 83 0 0 17 0 13 0 188458456 1753235456 353982 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9921/tid=9923] ppid=9919 vsize=1712144 CPUtime=37.29
/proc/9921/task/9923/stat : 9923 (java) S 9919 9921 9876 0 -1 64 173143 0 0 0 3649 80 0 0 16 0 13 0 188458456 1753235456 353982 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9921/tid=9924] ppid=9919 vsize=1712144 CPUtime=0.26
/proc/9921/task/9924/stat : 9924 (java) S 9919 9921 9876 0 -1 64 49 0 0 0 17 9 0 0 15 0 13 0 188458459 1753235456 353982 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=9921/tid=9925] ppid=9919 vsize=1712144 CPUtime=0
/proc/9921/task/9925/stat : 9925 (java) S 9919 9921 9876 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 188458460 1753235456 353982 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9921/tid=9926] ppid=9919 vsize=1712144 CPUtime=0
/proc/9921/task/9926/stat : 9926 (java) S 9919 9921 9876 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 188458460 1753235456 353982 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9921/tid=9927] ppid=9919 vsize=1712144 CPUtime=0
/proc/9921/task/9927/stat : 9927 (java) S 9919 9921 9876 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 188458463 1753235456 353982 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9921/tid=9928] ppid=9919 vsize=1712144 CPUtime=0
/proc/9921/task/9928/stat : 9928 (java) S 9919 9921 9876 0 -1 64 4 0 0 0 0 0 0 0 17 0 13 0 188458463 1753235456 353982 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9921/tid=9929] ppid=9919 vsize=1712144 CPUtime=0.75
/proc/9921/task/9929/stat : 9929 (java) S 9919 9921 9876 0 -1 64 1560 0 0 0 75 0 0 0 16 0 13 0 188458463 1753235456 353982 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9921/tid=9930] ppid=9919 vsize=1712144 CPUtime=0.87
/proc/9921/task/9930/stat : 9930 (java) S 9919 9921 9876 0 -1 64 1973 0 0 0 87 0 0 0 17 0 13 0 188458463 1753235456 353982 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9921/tid=9931] ppid=9919 vsize=1712144 CPUtime=0
/proc/9921/task/9931/stat : 9931 (java) S 9919 9921 9876 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 188458463 1753235456 353982 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9921/tid=9932] ppid=9919 vsize=1712144 CPUtime=0
/proc/9921/task/9932/stat : 9932 (java) S 9919 9921 9876 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 188458463 1753235456 353982 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9921/tid=9933] ppid=9919 vsize=1712144 CPUtime=0
/proc/9921/task/9933/stat : 9933 (java) S 9919 9921 9876 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 188458512 1753235456 353982 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1798.66
Current children cumulated vsize (Kb) 1712144

[startup+1762.43 s]
/proc/loadavg: 1.10 1.05 0.98 3/76 10128
/proc/meminfo: memFree=15184/2055920 swapFree=4181416/4192956
[pid=9921] ppid=9919 vsize=1712144 CPUtime=1799.69
/proc/9921/stat : 9921 (java) S 9919 9921 9876 0 -1 0 395712 0 1 0 179760 209 0 0 25 0 13 0 188458441 1753235456 354086 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/9921/statm: 428036 354086 1909 14 0 414783 0
[pid=9921/tid=9922] ppid=9919 vsize=1712144 CPUtime=37.32
/proc/9921/task/9922/stat : 9922 (java) R 9919 9921 9876 0 -1 64 170853 0 0 0 3649 83 0 0 16 0 13 0 188458456 1753235456 354086 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4151731068 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9921/tid=9923] ppid=9919 vsize=1712144 CPUtime=37.31
/proc/9921/task/9923/stat : 9923 (java) R 9919 9921 9876 0 -1 64 173150 0 0 0 3651 80 0 0 17 0 13 0 188458456 1753235456 354086 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4151727709 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9921/tid=9924] ppid=9919 vsize=1712144 CPUtime=0.26
/proc/9921/task/9924/stat : 9924 (java) S 9919 9921 9876 0 -1 64 49 0 0 0 17 9 0 0 15 0 13 0 188458459 1753235456 354086 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=9921/tid=9925] ppid=9919 vsize=1712144 CPUtime=0
/proc/9921/task/9925/stat : 9925 (java) S 9919 9921 9876 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 188458460 1753235456 354086 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9921/tid=9926] ppid=9919 vsize=1712144 CPUtime=0
/proc/9921/task/9926/stat : 9926 (java) S 9919 9921 9876 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 188458460 1753235456 354086 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9921/tid=9927] ppid=9919 vsize=1712144 CPUtime=0
/proc/9921/task/9927/stat : 9927 (java) S 9919 9921 9876 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 188458463 1753235456 354086 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9921/tid=9928] ppid=9919 vsize=1712144 CPUtime=0
/proc/9921/task/9928/stat : 9928 (java) S 9919 9921 9876 0 -1 64 4 0 0 0 0 0 0 0 17 0 13 0 188458463 1753235456 354086 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9921/tid=9929] ppid=9919 vsize=1712144 CPUtime=0.75
/proc/9921/task/9929/stat : 9929 (java) S 9919 9921 9876 0 -1 64 1560 0 0 0 75 0 0 0 16 0 13 0 188458463 1753235456 354086 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9921/tid=9930] ppid=9919 vsize=1712144 CPUtime=0.87
/proc/9921/task/9930/stat : 9930 (java) S 9919 9921 9876 0 -1 64 1973 0 0 0 87 0 0 0 17 0 13 0 188458463 1753235456 354086 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9921/tid=9931] ppid=9919 vsize=1712144 CPUtime=0
/proc/9921/task/9931/stat : 9931 (java) S 9919 9921 9876 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 188458463 1753235456 354086 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9921/tid=9932] ppid=9919 vsize=1712144 CPUtime=0
/proc/9921/task/9932/stat : 9932 (java) S 9919 9921 9876 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 188458463 1753235456 354086 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9921/tid=9933] ppid=9919 vsize=1712144 CPUtime=0
/proc/9921/task/9933/stat : 9933 (java) S 9919 9921 9876 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 188458512 1753235456 354086 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1799.69
Current children cumulated vsize (Kb) 1712144

[startup+1763.44 s]
/proc/loadavg: 1.10 1.05 0.98 2/76 10128
/proc/meminfo: memFree=15440/2055920 swapFree=4181416/4192956
[pid=9921] ppid=9919 vsize=1712144 CPUtime=1800.73
/proc/9921/stat : 9921 (java) R 9919 9921 9876 0 -1 0 396091 0 1 0 179864 209 0 0 24 0 13 0 188458441 1753235456 354423 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071603082 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/9921/statm: 428036 354423 1909 14 0 414783 0
[pid=9921/tid=9922] ppid=9919 vsize=1712144 CPUtime=37.35
/proc/9921/task/9922/stat : 9922 (java) S 9919 9921 9876 0 -1 64 171010 0 0 0 3652 83 0 0 17 0 13 0 188458456 1753235456 354423 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9921/tid=9923] ppid=9919 vsize=1712144 CPUtime=37.35
/proc/9921/task/9923/stat : 9923 (java) S 9919 9921 9876 0 -1 64 173372 0 0 0 3655 80 0 0 16 0 13 0 188458456 1753235456 354423 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9921/tid=9924] ppid=9919 vsize=1712144 CPUtime=0.26
/proc/9921/task/9924/stat : 9924 (java) S 9919 9921 9876 0 -1 64 49 0 0 0 17 9 0 0 16 0 13 0 188458459 1753235456 354423 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=9921/tid=9925] ppid=9919 vsize=1712144 CPUtime=0
/proc/9921/task/9925/stat : 9925 (java) S 9919 9921 9876 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 188458460 1753235456 354423 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9921/tid=9926] ppid=9919 vsize=1712144 CPUtime=0
/proc/9921/task/9926/stat : 9926 (java) S 9919 9921 9876 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 188458460 1753235456 354423 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9921/tid=9927] ppid=9919 vsize=1712144 CPUtime=0
/proc/9921/task/9927/stat : 9927 (java) S 9919 9921 9876 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 188458463 1753235456 354423 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9921/tid=9928] ppid=9919 vsize=1712144 CPUtime=0
/proc/9921/task/9928/stat : 9928 (java) S 9919 9921 9876 0 -1 64 4 0 0 0 0 0 0 0 17 0 13 0 188458463 1753235456 354423 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9921/tid=9929] ppid=9919 vsize=1712144 CPUtime=0.75
/proc/9921/task/9929/stat : 9929 (java) S 9919 9921 9876 0 -1 64 1560 0 0 0 75 0 0 0 16 0 13 0 188458463 1753235456 354423 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9921/tid=9930] ppid=9919 vsize=1712144 CPUtime=0.87
/proc/9921/task/9930/stat : 9930 (java) S 9919 9921 9876 0 -1 64 1973 0 0 0 87 0 0 0 17 0 13 0 188458463 1753235456 354423 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9921/tid=9931] ppid=9919 vsize=1712144 CPUtime=0
/proc/9921/task/9931/stat : 9931 (java) S 9919 9921 9876 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 188458463 1753235456 354423 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9921/tid=9932] ppid=9919 vsize=1712144 CPUtime=0
/proc/9921/task/9932/stat : 9932 (java) S 9919 9921 9876 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 188458463 1753235456 354423 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9921/tid=9933] ppid=9919 vsize=1712144 CPUtime=0
/proc/9921/task/9933/stat : 9933 (java) S 9919 9921 9876 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 188458512 1753235456 354423 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.73
Current children cumulated vsize (Kb) 1712144



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1763.44 s]
/proc/loadavg: 1.10 1.05 0.98 2/76 10128
/proc/meminfo: memFree=15376/2055920 swapFree=4181416/4192956
[pid=9921] ppid=9919 vsize=1712144 CPUtime=1800.73
/proc/9921/stat : 9921 (java) R 9919 9921 9876 0 -1 0 396091 0 1 0 179864 209 0 0 24 0 13 0 188458441 1753235456 354423 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071602984 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/9921/statm: 428036 354423 1909 14 0 414783 0
[pid=9921/tid=9922] ppid=9919 vsize=1712144 CPUtime=37.35
/proc/9921/task/9922/stat : 9922 (java) S 9919 9921 9876 0 -1 64 171010 0 0 0 3652 83 0 0 17 0 13 0 188458456 1753235456 354423 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9921/tid=9923] ppid=9919 vsize=1712144 CPUtime=37.35
/proc/9921/task/9923/stat : 9923 (java) S 9919 9921 9876 0 -1 64 173372 0 0 0 3655 80 0 0 16 0 13 0 188458456 1753235456 354423 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9921/tid=9924] ppid=9919 vsize=1712144 CPUtime=0.26
/proc/9921/task/9924/stat : 9924 (java) S 9919 9921 9876 0 -1 64 49 0 0 0 17 9 0 0 16 0 13 0 188458459 1753235456 354423 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=9921/tid=9925] ppid=9919 vsize=1712144 CPUtime=0
/proc/9921/task/9925/stat : 9925 (java) S 9919 9921 9876 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 188458460 1753235456 354423 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9921/tid=9926] ppid=9919 vsize=1712144 CPUtime=0
/proc/9921/task/9926/stat : 9926 (java) S 9919 9921 9876 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 188458460 1753235456 354423 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9921/tid=9927] ppid=9919 vsize=1712144 CPUtime=0
/proc/9921/task/9927/stat : 9927 (java) S 9919 9921 9876 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 188458463 1753235456 354423 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9921/tid=9928] ppid=9919 vsize=1712144 CPUtime=0
/proc/9921/task/9928/stat : 9928 (java) S 9919 9921 9876 0 -1 64 4 0 0 0 0 0 0 0 17 0 13 0 188458463 1753235456 354423 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9921/tid=9929] ppid=9919 vsize=1712144 CPUtime=0.75
/proc/9921/task/9929/stat : 9929 (java) S 9919 9921 9876 0 -1 64 1560 0 0 0 75 0 0 0 16 0 13 0 188458463 1753235456 354423 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9921/tid=9930] ppid=9919 vsize=1712144 CPUtime=0.87
/proc/9921/task/9930/stat : 9930 (java) S 9919 9921 9876 0 -1 64 1973 0 0 0 87 0 0 0 17 0 13 0 188458463 1753235456 354423 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9921/tid=9931] ppid=9919 vsize=1712144 CPUtime=0
/proc/9921/task/9931/stat : 9931 (java) S 9919 9921 9876 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 188458463 1753235456 354423 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9921/tid=9932] ppid=9919 vsize=1712144 CPUtime=0
/proc/9921/task/9932/stat : 9932 (java) S 9919 9921 9876 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 188458463 1753235456 354423 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9921/tid=9933] ppid=9919 vsize=1712144 CPUtime=0
/proc/9921/task/9933/stat : 9933 (java) S 9919 9921 9876 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 188458512 1753235456 354423 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.73
Current children cumulated vsize (Kb) 1712144

Sending SIGTERM to -9921
Sleeping 2 seconds

Child status: 143
Real time (s): 1763.71
CPU time (s): 1801
CPU user time (s): 1798.69
CPU system time (s): 2.31365
CPU usage (%): 102.114
Max. virtual memory (cumulated for all children) (Kb): 1712144

Launcher Data (download as text)

Begin job on node13 on Fri Jun  2 05:59:18 UTC 2006


FILE ID= 42228-1149227958

PBS_JOBID= 296175

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

MD5SUM SOLVER= 3cef94aa015dc0dd234d31843a257d70
MD5SUM BENCH=  f5648c05fd08b8fac6342afd4b5bd61d

RANDOM SEED= 426920479


/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.234
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.234
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:       1402528 kB
Buffers:         19084 kB
Cached:         566172 kB
SwapCached:       3148 kB
Active:          89732 kB
Inactive:       504180 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1402528 kB
SwapTotal:     4192956 kB
SwapFree:      4181416 kB
Dirty:             272 kB
Writeback:           0 kB
Mapped:          14652 kB
Slab:            45428 kB
Committed_AS:   231056 kB
PageTables:       1492 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB


End job on node13 on Fri Jun  2 06:28:42 UTC 2006