Trace number 43696

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? (TO) 1800.71 1777.57

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB05/aloul/
FPGA_SAT05/normalized-fpga45_44_sat_pb.cnf.cr.opb
MD5SUM1fc5c2586ddac9fd4692e69ce4a42173
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.070988
Has Objective FunctionNO
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved NO
Number of variables2970
Total number of constraints2113
Number of constraints which are clauses2024
Number of constraints which are cardinality constraints (but not clauses)89
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint22
Maximum length of a constraint45
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 46
Number of bits of the biggest sum of numbers6
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data (download as text)

0.15	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.15	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.15	c no version file found!!!
0.15	c sun.arch.data.model	32
0.15	c java.version	1.5.0_06
0.15	c os.name	Linux
0.15	c os.version	2.6.9-34.ELsmp
0.15	c os.arch	i386
0.15	c Free memory 1548419056
0.15	c Max memory 1551040512
0.15	c Total memory 1551040512
0.15	c Number of processors 2
0.21	c Cutting planes based inference
0.21	c --- Begin Solver configuration ---
0.21	c org.sat4j.minisat.uip.FirstUIP@1037c71
0.21	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@1df073d
0.21	c org.sat4j.minisat.learning.MiniSATLearning@1546e25
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/node80/43696-1149233132/instance-43696-1149233132.opb
0.21	c reading problem ... 
1.02	c ... done. Time 0.808 ms.
1.02	c #vars     2970
1.02	c #constraints  2113
1777.36	c starts		: 12
1777.36	c conflicts		: 17964
1777.36	c decisions		: 215753
1777.36	c propagations		: 2029334
1777.36	c inspects		: 37761261
1777.36	c learnt literals	: 0
1777.36	c learnt binary clauses	: 0
1777.36	c learnt ternary clauses	: 0
1777.36	c learnt clauses	: 17963
1777.36	c root simplifications	: 0
1777.36	c removed literals (reason simplification)	: 0
1777.36	c reason swapping (by a shorter reason)	: 0
1777.36	c Calls to reduceDB	: 0
1777.36	c speed (decisions/second)	: 121.45983971464793
1777.36	c non guided choices	947
1777.36	s UNKNOWN
1777.36	c Total wall clock time (ms): 1777.147

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/node80/watcher-43696-1149233132 -o ROOT/results/node80/solver-43696-1149233132 -C 1800 -M 1800 -S 64 java -server -Xms1500M -Xmx1500M -jar ROOT/solvers/PB/PB06final/user5/sat4jPseudoPlus.jar ROOT/tmp/node80/43696-1149233132/instance-43696-1149233132.opb 595255912 

Current StackSize limit: 67108864 bytes

/proc/loadavg: 0.85 0.94 0.94 2/67 28306
/proc/meminfo: memFree=1703104/2055888 swapFree=4085432/4096564
[pid=28306] ppid=28304 vsize=168 CPUtime=0
/proc/28306/stat : 28306 (java) R 28304 28306 28261 0 -1 0 40 0 0 0 0 0 0 0 19 0 1 0 188951720 172032 23 18446744073709551615 134512640 134570276 4294956624 18446744073709551615 11408308 0 0 4096 0 0 0 0 17 1 0 0
/proc/28306/statm: 42 23 18 14 0 2 0

[startup+10.002 s]
/proc/loadavg: 0.87 0.94 0.94 2/79 28318
/proc/meminfo: memFree=1507568/2055888 swapFree=4085432/4096564
[pid=28306] ppid=28304 vsize=1711592 CPUtime=11.12
/proc/28306/stat : 28306 (java) R 28304 28306 28261 0 -1 0 54022 0 1 0 1089 23 0 0 24 0 13 0 188951720 1752670208 50691 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071463390 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28306/statm: 427898 50691 1910 14 0 414644 0
[pid=28306/tid=28307] ppid=28304 vsize=1711592 CPUtime=0.2
/proc/28306/task/28307/stat : 28307 (java) S 28304 28306 28261 0 -1 64 6183 0 0 0 17 3 0 0 16 0 13 0 188951724 1752670208 50691 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28306/tid=28308] ppid=28304 vsize=1711592 CPUtime=0.19
/proc/28306/task/28308/stat : 28308 (java) S 28304 28306 28261 0 -1 64 5975 0 0 0 17 2 0 0 16 0 13 0 188951724 1752670208 50691 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28306/tid=28309] ppid=28304 vsize=1711592 CPUtime=0
/proc/28306/task/28309/stat : 28309 (java) S 28304 28306 28261 0 -1 64 33 0 0 0 0 0 0 0 17 0 13 0 188951726 1752670208 50691 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=28306/tid=28310] ppid=28304 vsize=1711592 CPUtime=0
/proc/28306/task/28310/stat : 28310 (java) S 28304 28306 28261 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 188951727 1752670208 50691 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28306/tid=28311] ppid=28304 vsize=1711592 CPUtime=0
/proc/28306/task/28311/stat : 28311 (java) S 28304 28306 28261 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 188951727 1752670208 50691 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28306/tid=28312] ppid=28304 vsize=1711592 CPUtime=0
/proc/28306/task/28312/stat : 28312 (java) S 28304 28306 28261 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 188951730 1752670208 50691 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28306/tid=28313] ppid=28304 vsize=1711592 CPUtime=0
/proc/28306/task/28313/stat : 28313 (java) S 28304 28306 28261 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 188951730 1752670208 50691 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28306/tid=28314] ppid=28304 vsize=1711592 CPUtime=0.61
/proc/28306/task/28314/stat : 28314 (java) S 28304 28306 28261 0 -1 64 1982 0 0 0 60 1 0 0 17 0 13 0 188951730 1752670208 50691 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28306/tid=28315] ppid=28304 vsize=1711592 CPUtime=0.74
/proc/28306/task/28315/stat : 28315 (java) S 28304 28306 28261 0 -1 64 669 0 0 0 74 0 0 0 16 0 13 0 188951730 1752670208 50691 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28306/tid=28316] ppid=28304 vsize=1711592 CPUtime=0
/proc/28306/task/28316/stat : 28316 (java) S 28304 28306 28261 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 188951730 1752670208 50691 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28306/tid=28317] ppid=28304 vsize=1711592 CPUtime=0
/proc/28306/task/28317/stat : 28317 (java) S 28304 28306 28261 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 188951730 1752670208 50691 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28306/tid=28318] ppid=28304 vsize=1711592 CPUtime=0
/proc/28306/task/28318/stat : 28318 (java) S 28304 28306 28261 0 -1 64 4 0 0 0 0 0 0 0 18 0 13 0 188951824 1752670208 50691 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 11.12
Current children cumulated vsize (Kb) 1711592

[startup+20.01 s]
/proc/loadavg: 0.89 0.94 0.94 2/79 28318
/proc/meminfo: memFree=1474608/2055888 swapFree=4085432/4096564
[pid=28306] ppid=28304 vsize=1711496 CPUtime=21.34
/proc/28306/stat : 28306 (java) R 28304 28306 28261 0 -1 0 63384 0 1 0 2106 28 0 0 25 0 13 0 188951720 1752571904 58947 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071463384 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28306/statm: 427874 58947 1910 14 0 414620 0
[pid=28306/tid=28307] ppid=28304 vsize=1711496 CPUtime=0.41
/proc/28306/task/28307/stat : 28307 (java) S 28304 28306 28261 0 -1 64 11183 0 0 0 36 5 0 0 16 0 13 0 188951724 1752571904 58947 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28306/tid=28308] ppid=28304 vsize=1711496 CPUtime=0.41
/proc/28306/task/28308/stat : 28308 (java) S 28304 28306 28261 0 -1 64 10328 0 0 0 35 6 0 0 16 0 13 0 188951724 1752571904 58947 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28306/tid=28309] ppid=28304 vsize=1711496 CPUtime=0
/proc/28306/task/28309/stat : 28309 (java) S 28304 28306 28261 0 -1 64 33 0 0 0 0 0 0 0 16 0 13 0 188951726 1752571904 58947 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=28306/tid=28310] ppid=28304 vsize=1711496 CPUtime=0
/proc/28306/task/28310/stat : 28310 (java) S 28304 28306 28261 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 188951727 1752571904 58947 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28306/tid=28311] ppid=28304 vsize=1711496 CPUtime=0
/proc/28306/task/28311/stat : 28311 (java) S 28304 28306 28261 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 188951727 1752571904 58947 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28306/tid=28312] ppid=28304 vsize=1711496 CPUtime=0
/proc/28306/task/28312/stat : 28312 (java) S 28304 28306 28261 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 188951730 1752571904 58947 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28306/tid=28313] ppid=28304 vsize=1711496 CPUtime=0
/proc/28306/task/28313/stat : 28313 (java) S 28304 28306 28261 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 188951730 1752571904 58947 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28306/tid=28314] ppid=28304 vsize=1711496 CPUtime=0.62
/proc/28306/task/28314/stat : 28314 (java) S 28304 28306 28261 0 -1 64 1983 0 0 0 61 1 0 0 17 0 13 0 188951730 1752571904 58947 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28306/tid=28315] ppid=28304 vsize=1711496 CPUtime=0.74
/proc/28306/task/28315/stat : 28315 (java) S 28304 28306 28261 0 -1 64 669 0 0 0 74 0 0 0 17 0 13 0 188951730 1752571904 58947 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28306/tid=28316] ppid=28304 vsize=1711496 CPUtime=0
/proc/28306/task/28316/stat : 28316 (java) S 28304 28306 28261 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 188951730 1752571904 58947 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28306/tid=28317] ppid=28304 vsize=1711496 CPUtime=0
/proc/28306/task/28317/stat : 28317 (java) S 28304 28306 28261 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 188951730 1752571904 58947 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28306/tid=28318] ppid=28304 vsize=1711496 CPUtime=0
/proc/28306/task/28318/stat : 28318 (java) S 28304 28306 28261 0 -1 64 4 0 0 0 0 0 0 0 18 0 13 0 188951824 1752571904 58947 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 21.34
Current children cumulated vsize (Kb) 1711496

[startup+30.0171 s]
/proc/loadavg: 0.91 0.94 0.94 2/79 28318
/proc/meminfo: memFree=1438960/2055888 swapFree=4085432/4096564
[pid=28306] ppid=28304 vsize=1711496 CPUtime=31.7
/proc/28306/stat : 28306 (java) R 28304 28306 28261 0 -1 0 73956 0 1 0 3137 33 0 0 22 0 13 0 188951720 1752571904 67849 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071517053 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28306/statm: 427874 67849 1910 14 0 414620 0
[pid=28306/tid=28307] ppid=28304 vsize=1711496 CPUtime=0.66
/proc/28306/task/28307/stat : 28307 (java) S 28304 28306 28261 0 -1 64 16388 0 0 0 59 7 0 0 16 0 13 0 188951724 1752571904 67849 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28306/tid=28308] ppid=28304 vsize=1711496 CPUtime=0.65
/proc/28306/task/28308/stat : 28308 (java) S 28304 28306 28261 0 -1 64 15326 0 0 0 57 8 0 0 16 0 13 0 188951724 1752571904 67849 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28306/tid=28309] ppid=28304 vsize=1711496 CPUtime=0
/proc/28306/task/28309/stat : 28309 (java) S 28304 28306 28261 0 -1 64 33 0 0 0 0 0 0 0 16 0 13 0 188951726 1752571904 67849 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=28306/tid=28310] ppid=28304 vsize=1711496 CPUtime=0
/proc/28306/task/28310/stat : 28310 (java) S 28304 28306 28261 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 188951727 1752571904 67849 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28306/tid=28311] ppid=28304 vsize=1711496 CPUtime=0
/proc/28306/task/28311/stat : 28311 (java) S 28304 28306 28261 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 188951727 1752571904 67849 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28306/tid=28312] ppid=28304 vsize=1711496 CPUtime=0
/proc/28306/task/28312/stat : 28312 (java) S 28304 28306 28261 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 188951730 1752571904 67849 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28306/tid=28313] ppid=28304 vsize=1711496 CPUtime=0
/proc/28306/task/28313/stat : 28313 (java) S 28304 28306 28261 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 188951730 1752571904 67849 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28306/tid=28314] ppid=28304 vsize=1711496 CPUtime=0.63
/proc/28306/task/28314/stat : 28314 (java) S 28304 28306 28261 0 -1 64 1984 0 0 0 62 1 0 0 17 0 13 0 188951730 1752571904 67849 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28306/tid=28315] ppid=28304 vsize=1711496 CPUtime=0.85
/proc/28306/task/28315/stat : 28315 (java) S 28304 28306 28261 0 -1 64 1029 0 0 0 85 0 0 0 16 0 13 0 188951730 1752571904 67849 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28306/tid=28316] ppid=28304 vsize=1711496 CPUtime=0
/proc/28306/task/28316/stat : 28316 (java) S 28304 28306 28261 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 188951730 1752571904 67849 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28306/tid=28317] ppid=28304 vsize=1711496 CPUtime=0
/proc/28306/task/28317/stat : 28317 (java) S 28304 28306 28261 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 188951730 1752571904 67849 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28306/tid=28318] ppid=28304 vsize=1711496 CPUtime=0
/proc/28306/task/28318/stat : 28318 (java) S 28304 28306 28261 0 -1 64 4 0 0 0 0 0 0 0 18 0 13 0 188951824 1752571904 67849 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 31.7
Current children cumulated vsize (Kb) 1711496

[startup+40.0242 s]
/proc/loadavg: 0.92 0.94 0.94 2/79 28318
/proc/meminfo: memFree=1422448/2055888 swapFree=4085432/4096564
[pid=28306] ppid=28304 vsize=1711496 CPUtime=41.94
/proc/28306/stat : 28306 (java) R 28304 28306 28261 0 -1 0 79586 0 1 0 4158 36 0 0 25 0 13 0 188951720 1752571904 71920 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071522586 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28306/statm: 427874 71920 1910 14 0 414620 0
[pid=28306/tid=28307] ppid=28304 vsize=1711496 CPUtime=0.81
/proc/28306/task/28307/stat : 28307 (java) S 28304 28306 28261 0 -1 64 18878 0 0 0 73 8 0 0 16 0 13 0 188951724 1752571904 71920 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28306/tid=28308] ppid=28304 vsize=1711496 CPUtime=0.81
/proc/28306/task/28308/stat : 28308 (java) S 28304 28306 28261 0 -1 64 18445 0 0 0 71 10 0 0 16 0 13 0 188951724 1752571904 71920 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28306/tid=28309] ppid=28304 vsize=1711496 CPUtime=0
/proc/28306/task/28309/stat : 28309 (java) S 28304 28306 28261 0 -1 64 33 0 0 0 0 0 0 0 16 0 13 0 188951726 1752571904 71920 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=28306/tid=28310] ppid=28304 vsize=1711496 CPUtime=0
/proc/28306/task/28310/stat : 28310 (java) S 28304 28306 28261 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 188951727 1752571904 71920 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28306/tid=28311] ppid=28304 vsize=1711496 CPUtime=0
/proc/28306/task/28311/stat : 28311 (java) S 28304 28306 28261 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 188951727 1752571904 71920 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28306/tid=28312] ppid=28304 vsize=1711496 CPUtime=0
/proc/28306/task/28312/stat : 28312 (java) S 28304 28306 28261 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 188951730 1752571904 71920 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28306/tid=28313] ppid=28304 vsize=1711496 CPUtime=0
/proc/28306/task/28313/stat : 28313 (java) S 28304 28306 28261 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 188951730 1752571904 71920 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28306/tid=28314] ppid=28304 vsize=1711496 CPUtime=0.69
/proc/28306/task/28314/stat : 28314 (java) S 28304 28306 28261 0 -1 64 1988 0 0 0 68 1 0 0 16 0 13 0 188951730 1752571904 71920 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28306/tid=28315] ppid=28304 vsize=1711496 CPUtime=0.91
/proc/28306/task/28315/stat : 28315 (java) S 28304 28306 28261 0 -1 64 1033 0 0 0 91 0 0 0 17 0 13 0 188951730 1752571904 71920 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28306/tid=28316] ppid=28304 vsize=1711496 CPUtime=0
/proc/28306/task/28316/stat : 28316 (java) S 28304 28306 28261 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 188951730 1752571904 71920 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28306/tid=28317] ppid=28304 vsize=1711496 CPUtime=0
/proc/28306/task/28317/stat : 28317 (java) S 28304 28306 28261 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 188951730 1752571904 71920 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28306/tid=28318] ppid=28304 vsize=1711496 CPUtime=0
/proc/28306/task/28318/stat : 28318 (java) S 28304 28306 28261 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 188951824 1752571904 71920 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 41.94
Current children cumulated vsize (Kb) 1711496

[startup+50.0323 s]
/proc/loadavg: 0.93 0.95 0.94 2/79 28318
/proc/meminfo: memFree=1441200/2055888 swapFree=4085432/4096564
[pid=28306] ppid=28304 vsize=1711496 CPUtime=51.98
/proc/28306/stat : 28306 (java) R 28304 28306 28261 0 -1 0 79669 0 1 0 5161 37 0 0 25 0 13 0 188951720 1752571904 67226 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071621497 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/28306/statm: 427874 67226 1910 14 0 414620 0
[pid=28306/tid=28307] ppid=28304 vsize=1711496 CPUtime=0.84
/proc/28306/task/28307/stat : 28307 (java) S 28304 28306 28261 0 -1 64 18898 0 0 0 76 8 0 0 16 0 13 0 188951724 1752571904 67226 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28306/tid=28308] ppid=28304 vsize=1711496 CPUtime=0.83
/proc/28306/task/28308/stat : 28308 (java) S 28304 28306 28261 0 -1 64 18494 0 0 0 73 10 0 0 16 0 13 0 188951724 1752571904 67226 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28306/tid=28309] ppid=28304 vsize=1711496 CPUtime=0.01
/proc/28306/task/28309/stat : 28309 (java) S 28304 28306 28261 0 -1 64 33 0 0 0 0 1 0 0 16 0 13 0 188951726 1752571904 67226 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=28306/tid=28310] ppid=28304 vsize=1711496 CPUtime=0
/proc/28306/task/28310/stat : 28310 (java) S 28304 28306 28261 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 188951727 1752571904 67226 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28306/tid=28311] ppid=28304 vsize=1711496 CPUtime=0
/proc/28306/task/28311/stat : 28311 (java) S 28304 28306 28261 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 188951727 1752571904 67226 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28306/tid=28312] ppid=28304 vsize=1711496 CPUtime=0
/proc/28306/task/28312/stat : 28312 (java) S 28304 28306 28261 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 188951730 1752571904 67226 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28306/tid=28313] ppid=28304 vsize=1711496 CPUtime=0
/proc/28306/task/28313/stat : 28313 (java) S 28304 28306 28261 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 188951730 1752571904 67226 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28306/tid=28314] ppid=28304 vsize=1711496 CPUtime=0.69
/proc/28306/task/28314/stat : 28314 (java) S 28304 28306 28261 0 -1 64 1988 0 0 0 68 1 0 0 16 0 13 0 188951730 1752571904 67226 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28306/tid=28315] ppid=28304 vsize=1711496 CPUtime=0.91
/proc/28306/task/28315/stat : 28315 (java) S 28304 28306 28261 0 -1 64 1033 0 0 0 91 0 0 0 17 0 13 0 188951730 1752571904 67226 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28306/tid=28316] ppid=28304 vsize=1711496 CPUtime=0
/proc/28306/task/28316/stat : 28316 (java) S 28304 28306 28261 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 188951730 1752571904 67226 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28306/tid=28317] ppid=28304 vsize=1711496 CPUtime=0
/proc/28306/task/28317/stat : 28317 (java) S 28304 28306 28261 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 188951730 1752571904 67226 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28306/tid=28318] ppid=28304 vsize=1711496 CPUtime=0
/proc/28306/task/28318/stat : 28318 (java) S 28304 28306 28261 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 188951824 1752571904 67226 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 51.98
Current children cumulated vsize (Kb) 1711496

[startup+60.0393 s]
/proc/loadavg: 0.94 0.95 0.94 2/79 28318
/proc/meminfo: memFree=1454704/2055888 swapFree=4085432/4096564
[pid=28306] ppid=28304 vsize=1711496 CPUtime=62.01
/proc/28306/stat : 28306 (java) R 28304 28306 28261 0 -1 0 79749 0 1 0 6163 38 0 0 25 0 13 0 188951720 1752571904 63844 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071631268 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28306/statm: 427874 63844 1910 14 0 414620 0
[pid=28306/tid=28307] ppid=28304 vsize=1711496 CPUtime=0.87
/proc/28306/task/28307/stat : 28307 (java) S 28304 28306 28261 0 -1 64 18958 0 0 0 79 8 0 0 16 0 13 0 188951724 1752571904 63844 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28306/tid=28308] ppid=28304 vsize=1711496 CPUtime=0.86
/proc/28306/task/28308/stat : 28308 (java) S 28304 28306 28261 0 -1 64 18499 0 0 0 76 10 0 0 15 0 13 0 188951724 1752571904 63844 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28306/tid=28309] ppid=28304 vsize=1711496 CPUtime=0.01
/proc/28306/task/28309/stat : 28309 (java) S 28304 28306 28261 0 -1 64 33 0 0 0 0 1 0 0 16 0 13 0 188951726 1752571904 63844 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=28306/tid=28310] ppid=28304 vsize=1711496 CPUtime=0
/proc/28306/task/28310/stat : 28310 (java) S 28304 28306 28261 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 188951727 1752571904 63844 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28306/tid=28311] ppid=28304 vsize=1711496 CPUtime=0
/proc/28306/task/28311/stat : 28311 (java) S 28304 28306 28261 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 188951727 1752571904 63844 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28306/tid=28312] ppid=28304 vsize=1711496 CPUtime=0
/proc/28306/task/28312/stat : 28312 (java) S 28304 28306 28261 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 188951730 1752571904 63844 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0

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

[pid=28306/tid=28310] ppid=28304 vsize=1711496 CPUtime=0
/proc/28306/task/28310/stat : 28310 (java) S 28304 28306 28261 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 188951727 1752571904 288950 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28306/tid=28311] ppid=28304 vsize=1711496 CPUtime=0
/proc/28306/task/28311/stat : 28311 (java) S 28304 28306 28261 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 188951727 1752571904 288950 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28306/tid=28312] ppid=28304 vsize=1711496 CPUtime=0
/proc/28306/task/28312/stat : 28312 (java) S 28304 28306 28261 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 188951730 1752571904 288950 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28306/tid=28313] ppid=28304 vsize=1711496 CPUtime=0
/proc/28306/task/28313/stat : 28313 (java) S 28304 28306 28261 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 188951730 1752571904 288950 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28306/tid=28314] ppid=28304 vsize=1711496 CPUtime=0.72
/proc/28306/task/28314/stat : 28314 (java) S 28304 28306 28261 0 -1 64 1990 0 0 0 71 1 0 0 16 0 13 0 188951730 1752571904 288950 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28306/tid=28315] ppid=28304 vsize=1711496 CPUtime=0.93
/proc/28306/task/28315/stat : 28315 (java) S 28304 28306 28261 0 -1 64 1033 0 0 0 93 0 0 0 17 0 13 0 188951730 1752571904 288950 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28306/tid=28316] ppid=28304 vsize=1711496 CPUtime=0
/proc/28306/task/28316/stat : 28316 (java) S 28304 28306 28261 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 188951730 1752571904 288950 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28306/tid=28317] ppid=28304 vsize=1711496 CPUtime=0
/proc/28306/task/28317/stat : 28317 (java) S 28304 28306 28261 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 188951730 1752571904 288950 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28306/tid=28318] ppid=28304 vsize=1711496 CPUtime=0
/proc/28306/task/28318/stat : 28318 (java) S 28304 28306 28261 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 188951824 1752571904 288950 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1796.42
Current children cumulated vsize (Kb) 1711496

[startup+1774.34 s]
/proc/loadavg: 1.01 1.01 0.96 2/79 28320
/proc/meminfo: memFree=550512/2055888 swapFree=4085432/4096564
[pid=28306] ppid=28304 vsize=1711496 CPUtime=1797.46
/proc/28306/stat : 28306 (java) R 28304 28306 28261 0 -1 0 359998 0 1 0 179562 184 0 0 25 0 13 0 188951720 1752571904 289307 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071658466 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/28306/statm: 427874 289307 1910 14 0 414620 0
[pid=28306/tid=28307] ppid=28304 vsize=1711496 CPUtime=23.2
/proc/28306/task/28307/stat : 28307 (java) S 28304 28306 28261 0 -1 64 142647 0 0 0 2255 65 0 0 16 0 13 0 188951724 1752571904 289307 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28306/tid=28308] ppid=28304 vsize=1711496 CPUtime=23.24
/proc/28306/task/28308/stat : 28308 (java) S 28304 28306 28261 0 -1 64 140770 0 0 0 2257 67 0 0 16 0 13 0 188951724 1752571904 289307 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28306/tid=28309] ppid=28304 vsize=1711496 CPUtime=0.33
/proc/28306/task/28309/stat : 28309 (java) S 28304 28306 28261 0 -1 64 131 0 0 0 18 15 0 0 16 0 13 0 188951726 1752571904 289307 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=28306/tid=28310] ppid=28304 vsize=1711496 CPUtime=0
/proc/28306/task/28310/stat : 28310 (java) S 28304 28306 28261 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 188951727 1752571904 289307 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28306/tid=28311] ppid=28304 vsize=1711496 CPUtime=0
/proc/28306/task/28311/stat : 28311 (java) S 28304 28306 28261 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 188951727 1752571904 289307 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28306/tid=28312] ppid=28304 vsize=1711496 CPUtime=0
/proc/28306/task/28312/stat : 28312 (java) S 28304 28306 28261 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 188951730 1752571904 289307 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28306/tid=28313] ppid=28304 vsize=1711496 CPUtime=0
/proc/28306/task/28313/stat : 28313 (java) S 28304 28306 28261 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 188951730 1752571904 289307 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28306/tid=28314] ppid=28304 vsize=1711496 CPUtime=0.72
/proc/28306/task/28314/stat : 28314 (java) S 28304 28306 28261 0 -1 64 1990 0 0 0 71 1 0 0 16 0 13 0 188951730 1752571904 289307 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28306/tid=28315] ppid=28304 vsize=1711496 CPUtime=0.93
/proc/28306/task/28315/stat : 28315 (java) S 28304 28306 28261 0 -1 64 1033 0 0 0 93 0 0 0 17 0 13 0 188951730 1752571904 289307 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28306/tid=28316] ppid=28304 vsize=1711496 CPUtime=0
/proc/28306/task/28316/stat : 28316 (java) S 28304 28306 28261 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 188951730 1752571904 289307 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28306/tid=28317] ppid=28304 vsize=1711496 CPUtime=0
/proc/28306/task/28317/stat : 28317 (java) S 28304 28306 28261 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 188951730 1752571904 289307 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28306/tid=28318] ppid=28304 vsize=1711496 CPUtime=0
/proc/28306/task/28318/stat : 28318 (java) S 28304 28306 28261 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 188951824 1752571904 289307 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1797.46
Current children cumulated vsize (Kb) 1711496

[startup+1775.34 s]
/proc/loadavg: 1.01 1.01 0.96 2/79 28320
/proc/meminfo: memFree=550448/2055888 swapFree=4085432/4096564
[pid=28306] ppid=28304 vsize=1711496 CPUtime=1798.47
/proc/28306/stat : 28306 (java) R 28304 28306 28261 0 -1 0 359998 0 1 0 179663 184 0 0 25 0 13 0 188951720 1752571904 289307 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071631717 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/28306/statm: 427874 289307 1910 14 0 414620 0
[pid=28306/tid=28307] ppid=28304 vsize=1711496 CPUtime=23.2
/proc/28306/task/28307/stat : 28307 (java) S 28304 28306 28261 0 -1 64 142647 0 0 0 2255 65 0 0 16 0 13 0 188951724 1752571904 289307 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28306/tid=28308] ppid=28304 vsize=1711496 CPUtime=23.24
/proc/28306/task/28308/stat : 28308 (java) S 28304 28306 28261 0 -1 64 140770 0 0 0 2257 67 0 0 16 0 13 0 188951724 1752571904 289307 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28306/tid=28309] ppid=28304 vsize=1711496 CPUtime=0.33
/proc/28306/task/28309/stat : 28309 (java) S 28304 28306 28261 0 -1 64 131 0 0 0 18 15 0 0 16 0 13 0 188951726 1752571904 289307 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=28306/tid=28310] ppid=28304 vsize=1711496 CPUtime=0
/proc/28306/task/28310/stat : 28310 (java) S 28304 28306 28261 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 188951727 1752571904 289307 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28306/tid=28311] ppid=28304 vsize=1711496 CPUtime=0
/proc/28306/task/28311/stat : 28311 (java) S 28304 28306 28261 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 188951727 1752571904 289307 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28306/tid=28312] ppid=28304 vsize=1711496 CPUtime=0
/proc/28306/task/28312/stat : 28312 (java) S 28304 28306 28261 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 188951730 1752571904 289307 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28306/tid=28313] ppid=28304 vsize=1711496 CPUtime=0
/proc/28306/task/28313/stat : 28313 (java) S 28304 28306 28261 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 188951730 1752571904 289307 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28306/tid=28314] ppid=28304 vsize=1711496 CPUtime=0.72
/proc/28306/task/28314/stat : 28314 (java) S 28304 28306 28261 0 -1 64 1990 0 0 0 71 1 0 0 16 0 13 0 188951730 1752571904 289307 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28306/tid=28315] ppid=28304 vsize=1711496 CPUtime=0.93
/proc/28306/task/28315/stat : 28315 (java) S 28304 28306 28261 0 -1 64 1033 0 0 0 93 0 0 0 17 0 13 0 188951730 1752571904 289307 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28306/tid=28316] ppid=28304 vsize=1711496 CPUtime=0
/proc/28306/task/28316/stat : 28316 (java) S 28304 28306 28261 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 188951730 1752571904 289307 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28306/tid=28317] ppid=28304 vsize=1711496 CPUtime=0
/proc/28306/task/28317/stat : 28317 (java) S 28304 28306 28261 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 188951730 1752571904 289307 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28306/tid=28318] ppid=28304 vsize=1711496 CPUtime=0
/proc/28306/task/28318/stat : 28318 (java) S 28304 28306 28261 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 188951824 1752571904 289307 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1798.47
Current children cumulated vsize (Kb) 1711496

[startup+1776.35 s]
/proc/loadavg: 1.01 1.01 0.96 2/79 28320
/proc/meminfo: memFree=549360/2055888 swapFree=4085432/4096564
[pid=28306] ppid=28304 vsize=1711496 CPUtime=1799.5
/proc/28306/stat : 28306 (java) R 28304 28306 28261 0 -1 0 360307 0 1 0 179766 184 0 0 25 0 13 0 188951720 1752571904 289586 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071631800 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/28306/statm: 427874 289586 1910 14 0 414620 0
[pid=28306/tid=28307] ppid=28304 vsize=1711496 CPUtime=23.24
/proc/28306/task/28307/stat : 28307 (java) S 28304 28306 28261 0 -1 64 142774 0 0 0 2259 65 0 0 16 0 13 0 188951724 1752571904 289586 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28306/tid=28308] ppid=28304 vsize=1711496 CPUtime=23.27
/proc/28306/task/28308/stat : 28308 (java) S 28304 28306 28261 0 -1 64 140951 0 0 0 2260 67 0 0 16 0 13 0 188951724 1752571904 289586 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28306/tid=28309] ppid=28304 vsize=1711496 CPUtime=0.33
/proc/28306/task/28309/stat : 28309 (java) S 28304 28306 28261 0 -1 64 131 0 0 0 18 15 0 0 16 0 13 0 188951726 1752571904 289586 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=28306/tid=28310] ppid=28304 vsize=1711496 CPUtime=0
/proc/28306/task/28310/stat : 28310 (java) S 28304 28306 28261 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 188951727 1752571904 289586 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28306/tid=28311] ppid=28304 vsize=1711496 CPUtime=0
/proc/28306/task/28311/stat : 28311 (java) S 28304 28306 28261 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 188951727 1752571904 289586 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28306/tid=28312] ppid=28304 vsize=1711496 CPUtime=0
/proc/28306/task/28312/stat : 28312 (java) S 28304 28306 28261 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 188951730 1752571904 289586 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28306/tid=28313] ppid=28304 vsize=1711496 CPUtime=0
/proc/28306/task/28313/stat : 28313 (java) S 28304 28306 28261 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 188951730 1752571904 289586 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28306/tid=28314] ppid=28304 vsize=1711496 CPUtime=0.72
/proc/28306/task/28314/stat : 28314 (java) S 28304 28306 28261 0 -1 64 1990 0 0 0 71 1 0 0 16 0 13 0 188951730 1752571904 289586 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28306/tid=28315] ppid=28304 vsize=1711496 CPUtime=0.93
/proc/28306/task/28315/stat : 28315 (java) S 28304 28306 28261 0 -1 64 1033 0 0 0 93 0 0 0 17 0 13 0 188951730 1752571904 289586 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28306/tid=28316] ppid=28304 vsize=1711496 CPUtime=0
/proc/28306/task/28316/stat : 28316 (java) S 28304 28306 28261 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 188951730 1752571904 289586 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28306/tid=28317] ppid=28304 vsize=1711496 CPUtime=0
/proc/28306/task/28317/stat : 28317 (java) S 28304 28306 28261 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 188951730 1752571904 289586 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28306/tid=28318] ppid=28304 vsize=1711496 CPUtime=0
/proc/28306/task/28318/stat : 28318 (java) S 28304 28306 28261 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 188951824 1752571904 289586 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1799.5
Current children cumulated vsize (Kb) 1711496

[startup+1777.36 s]
/proc/loadavg: 1.01 1.01 0.96 2/79 28320
/proc/meminfo: memFree=549360/2055888 swapFree=4085432/4096564
[pid=28306] ppid=28304 vsize=1711496 CPUtime=1800.51
/proc/28306/stat : 28306 (java) R 28304 28306 28261 0 -1 0 360307 0 1 0 179867 184 0 0 25 0 13 0 188951720 1752571904 289586 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071378337 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/28306/statm: 427874 289586 1910 14 0 414620 0
[pid=28306/tid=28307] ppid=28304 vsize=1711496 CPUtime=23.24
/proc/28306/task/28307/stat : 28307 (java) S 28304 28306 28261 0 -1 64 142774 0 0 0 2259 65 0 0 16 0 13 0 188951724 1752571904 289586 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28306/tid=28308] ppid=28304 vsize=1711496 CPUtime=23.27
/proc/28306/task/28308/stat : 28308 (java) S 28304 28306 28261 0 -1 64 140951 0 0 0 2260 67 0 0 16 0 13 0 188951724 1752571904 289586 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28306/tid=28309] ppid=28304 vsize=1711496 CPUtime=0.33
/proc/28306/task/28309/stat : 28309 (java) S 28304 28306 28261 0 -1 64 131 0 0 0 18 15 0 0 16 0 13 0 188951726 1752571904 289586 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=28306/tid=28310] ppid=28304 vsize=1711496 CPUtime=0
/proc/28306/task/28310/stat : 28310 (java) S 28304 28306 28261 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 188951727 1752571904 289586 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28306/tid=28311] ppid=28304 vsize=1711496 CPUtime=0
/proc/28306/task/28311/stat : 28311 (java) S 28304 28306 28261 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 188951727 1752571904 289586 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28306/tid=28312] ppid=28304 vsize=1711496 CPUtime=0
/proc/28306/task/28312/stat : 28312 (java) S 28304 28306 28261 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 188951730 1752571904 289586 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28306/tid=28313] ppid=28304 vsize=1711496 CPUtime=0
/proc/28306/task/28313/stat : 28313 (java) S 28304 28306 28261 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 188951730 1752571904 289586 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28306/tid=28314] ppid=28304 vsize=1711496 CPUtime=0.72
/proc/28306/task/28314/stat : 28314 (java) S 28304 28306 28261 0 -1 64 1990 0 0 0 71 1 0 0 16 0 13 0 188951730 1752571904 289586 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28306/tid=28315] ppid=28304 vsize=1711496 CPUtime=0.93
/proc/28306/task/28315/stat : 28315 (java) S 28304 28306 28261 0 -1 64 1033 0 0 0 93 0 0 0 17 0 13 0 188951730 1752571904 289586 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28306/tid=28316] ppid=28304 vsize=1711496 CPUtime=0
/proc/28306/task/28316/stat : 28316 (java) S 28304 28306 28261 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 188951730 1752571904 289586 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28306/tid=28317] ppid=28304 vsize=1711496 CPUtime=0
/proc/28306/task/28317/stat : 28317 (java) S 28304 28306 28261 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 188951730 1752571904 289586 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28306/tid=28318] ppid=28304 vsize=1711496 CPUtime=0
/proc/28306/task/28318/stat : 28318 (java) S 28304 28306 28261 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 188951824 1752571904 289586 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.51
Current children cumulated vsize (Kb) 1711496



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1777.36 s]
/proc/loadavg: 1.01 1.01 0.96 2/79 28320
/proc/meminfo: memFree=549360/2055888 swapFree=4085432/4096564
[pid=28306] ppid=28304 vsize=1711496 CPUtime=1800.51
/proc/28306/stat : 28306 (java) R 28304 28306 28261 0 -1 0 360307 0 1 0 179867 184 0 0 25 0 13 0 188951720 1752571904 289586 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071475642 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/28306/statm: 427874 289586 1910 14 0 414620 0
[pid=28306/tid=28307] ppid=28304 vsize=1711496 CPUtime=23.24
/proc/28306/task/28307/stat : 28307 (java) S 28304 28306 28261 0 -1 64 142774 0 0 0 2259 65 0 0 16 0 13 0 188951724 1752571904 289586 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28306/tid=28308] ppid=28304 vsize=1711496 CPUtime=23.27
/proc/28306/task/28308/stat : 28308 (java) S 28304 28306 28261 0 -1 64 140951 0 0 0 2260 67 0 0 16 0 13 0 188951724 1752571904 289586 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28306/tid=28309] ppid=28304 vsize=1711496 CPUtime=0.33
/proc/28306/task/28309/stat : 28309 (java) S 28304 28306 28261 0 -1 64 131 0 0 0 18 15 0 0 16 0 13 0 188951726 1752571904 289586 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=28306/tid=28310] ppid=28304 vsize=1711496 CPUtime=0
/proc/28306/task/28310/stat : 28310 (java) S 28304 28306 28261 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 188951727 1752571904 289586 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28306/tid=28311] ppid=28304 vsize=1711496 CPUtime=0
/proc/28306/task/28311/stat : 28311 (java) S 28304 28306 28261 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 188951727 1752571904 289586 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28306/tid=28312] ppid=28304 vsize=1711496 CPUtime=0
/proc/28306/task/28312/stat : 28312 (java) S 28304 28306 28261 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 188951730 1752571904 289586 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28306/tid=28313] ppid=28304 vsize=1711496 CPUtime=0
/proc/28306/task/28313/stat : 28313 (java) S 28304 28306 28261 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 188951730 1752571904 289586 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28306/tid=28314] ppid=28304 vsize=1711496 CPUtime=0.72
/proc/28306/task/28314/stat : 28314 (java) S 28304 28306 28261 0 -1 64 1990 0 0 0 71 1 0 0 16 0 13 0 188951730 1752571904 289586 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28306/tid=28315] ppid=28304 vsize=1711496 CPUtime=0.93
/proc/28306/task/28315/stat : 28315 (java) S 28304 28306 28261 0 -1 64 1033 0 0 0 93 0 0 0 17 0 13 0 188951730 1752571904 289586 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28306/tid=28316] ppid=28304 vsize=1711496 CPUtime=0
/proc/28306/task/28316/stat : 28316 (java) S 28304 28306 28261 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 188951730 1752571904 289586 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28306/tid=28317] ppid=28304 vsize=1711496 CPUtime=0
/proc/28306/task/28317/stat : 28317 (java) S 28304 28306 28261 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 188951730 1752571904 289586 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28306/tid=28318] ppid=28304 vsize=1711496 CPUtime=0
/proc/28306/task/28318/stat : 28318 (java) S 28304 28306 28261 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 188951824 1752571904 289586 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.51
Current children cumulated vsize (Kb) 1711496

Sending SIGTERM to -28306
Sleeping 2 seconds

Child status: 143
Real time (s): 1777.57
CPU time (s): 1800.71
CPU user time (s): 1798.69
CPU system time (s): 2.01869
CPU usage (%): 101.302
Max. virtual memory (cumulated for all children) (Kb): 1711592

Launcher Data (download as text)

Begin job on node80 on Fri Jun  2 07:25:32 UTC 2006


FILE ID= 43696-1149233132

PBS_JOBID= 296669

BENCH NAME= ROOT/tmp/node80/43696-1149233132/instance-43696-1149233132.opb
COMMAND LINE= java -server -Xms1500M -Xmx1500M -jar ROOT/solvers/PB/PB06final/user5/sat4jPseudoPlus.jar ROOT/tmp/node80/43696-1149233132/instance-43696-1149233132.opb 595255912
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node80/watcher-43696-1149233132 -o ROOT/results/node80/solver-43696-1149233132 -C 1800 -M 1800 -S 64  java -server -Xms1500M -Xmx1500M -jar ROOT/solvers/PB/PB06final/user5/sat4jPseudoPlus.jar ROOT/tmp/node80/43696-1149233132/instance-43696-1149233132.opb 595255912

MD5SUM SOLVER= e9637a7554f3ecdf74c1815f89d00213
MD5SUM BENCH=  1fc5c2586ddac9fd4692e69ce4a42173

RANDOM SEED= 595255912


/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.264
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 6006.16
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.264
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5999.42
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055888 kB
MemFree:       1703312 kB
Buffers:         29292 kB
Cached:         249848 kB
SwapCached:       2516 kB
Active:          97144 kB
Inactive:       190768 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055888 kB
LowFree:       1703312 kB
SwapTotal:     4096564 kB
SwapFree:      4085432 kB
Dirty:             236 kB
Writeback:           0 kB
Mapped:          16576 kB
Slab:            51288 kB
Committed_AS:   263976 kB
PageTables:       1276 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264388 kB
VmallocChunk: 536606243 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB


End job on node80 on Fri Jun  2 07:55:09 UTC 2006