Trace number 43737

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.28 1798.36

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/web/
uclid_pb_benchmarks/normalized-cache.inv14.ucl.opb
MD5SUM939f54a73a83900b8b6d857af47a0b62
Bench CategorySATUNSAT-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables62704
Total number of constraints187107
Number of constraints which are clauses186603
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints504
Minimum length of a constraint1
Maximum length of a constraint11
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 33
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 126
Number of bits of the biggest sum of numbers7
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.14	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.14	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.14	c no version file found!!!
0.14	c sun.arch.data.model	32
0.14	c java.version	1.5.0_06
0.14	c os.name	Linux
0.14	c os.version	2.6.9-34.ELsmp
0.14	c os.arch	i386
0.14	c Free memory 1548419056
0.14	c Max memory 1551040512
0.14	c Total memory 1551040512
0.14	c Number of processors 2
0.19	c Cutting planes based inference
0.19	c --- Begin Solver configuration ---
0.19	c org.sat4j.minisat.uip.FirstUIP@1037c71
0.19	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@1df073d
0.19	c org.sat4j.minisat.learning.MiniSATLearning@1546e25
0.19	c conflictBoundIncFactor=1.5 learntBoundIncFactor=1.1 initLearntBoundConstraintFactor=10000.0 initConflictBound=100 
0.19	c VSIDS like heuristics from MiniSAT using a heap
0.19	c No reason simplification
0.19	c --- End Solver configuration ---
0.19	c solving ROOT/tmp/node81/43737-1149238219/instance-43737-1149238219.opb
0.19	c reading problem ... 
201.86	c ... done. Time 201.664 ms.
201.86	c #vars     62704
201.86	c #constraints  187106
1798.30	c starts		: 4
1798.30	c conflicts		: 654
1798.30	c decisions		: 5704
1798.30	c propagations		: 2704704
1798.30	c inspects		: 6525933
1798.30	c learnt literals	: 19
1798.30	c learnt binary clauses	: 171
1798.30	c learnt ternary clauses	: 84
1798.30	c learnt clauses	: 634
1798.30	c root simplifications	: 0
1798.30	c removed literals (reason simplification)	: 0
1798.30	c reason swapping (by a shorter reason)	: 0
1798.30	c Calls to reduceDB	: 0
1798.30	c speed (decisions/second)	: 3.5730482912760997
1798.30	c non guided choices	2583
1798.30	s UNKNOWN
1798.30	c Total wall clock time (ms): 1798.112

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

Current StackSize limit: 67108864 bytes

/proc/loadavg: 0.92 0.97 0.91 2/68 21172
/proc/meminfo: memFree=1242336/2055892 swapFree=4085344/4096564
[pid=21172] ppid=21170 vsize=296 CPUtime=0
/proc/21172/stat : 21172 (java) R 21170 21172 21127 0 -1 0 54 0 0 0 0 0 0 0 19 0 1 0 189461325 303104 36 18446744073709551615 134512640 134570276 4294956624 18446744073709551615 10063652 0 0 4096 0 0 0 0 17 1 0 0
/proc/21172/statm: 78 38 30 14 0 5 0

[startup+10.0018 s]
/proc/loadavg: 0.93 0.97 0.91 2/79 21183
/proc/meminfo: memFree=1074448/2055892 swapFree=4085344/4096564
[pid=21172] ppid=21170 vsize=1709516 CPUtime=10.44
/proc/21172/stat : 21172 (java) R 21170 21172 21127 0 -1 0 47626 0 1 0 1023 21 0 0 23 0 12 0 189461325 1750544384 43709 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4152705401 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21172/statm: 427379 43709 1875 14 0 414125 0
[pid=21172/tid=21173] ppid=21170 vsize=1709516 CPUtime=0.05
/proc/21172/task/21173/stat : 21173 (java) S 21170 21172 21127 0 -1 64 1258 0 0 0 4 1 0 0 16 0 12 0 189461328 1750544384 43709 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21172/tid=21174] ppid=21170 vsize=1709516 CPUtime=0.05
/proc/21172/task/21174/stat : 21174 (java) S 21170 21172 21127 0 -1 64 1565 0 0 0 4 1 0 0 17 0 12 0 189461328 1750544384 43709 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21172/tid=21175] ppid=21170 vsize=1709516 CPUtime=0
/proc/21172/task/21175/stat : 21175 (java) S 21170 21172 21127 0 -1 64 29 0 0 0 0 0 0 0 17 0 12 0 189461331 1750544384 43709 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=21172/tid=21176] ppid=21170 vsize=1709516 CPUtime=0
/proc/21172/task/21176/stat : 21176 (java) S 21170 21172 21127 0 -1 64 9 0 0 0 0 0 0 0 15 0 12 0 189461331 1750544384 43709 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21172/tid=21177] ppid=21170 vsize=1709516 CPUtime=0
/proc/21172/task/21177/stat : 21177 (java) S 21170 21172 21127 0 -1 64 5 0 0 0 0 0 0 0 15 0 12 0 189461332 1750544384 43709 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21172/tid=21178] ppid=21170 vsize=1709516 CPUtime=0
/proc/21172/task/21178/stat : 21178 (java) S 21170 21172 21127 0 -1 64 0 0 0 0 0 0 0 0 23 0 12 0 189461335 1750544384 43709 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21172/tid=21179] ppid=21170 vsize=1709516 CPUtime=0
/proc/21172/task/21179/stat : 21179 (java) S 21170 21172 21127 0 -1 64 2 0 0 0 0 0 0 0 17 0 12 0 189461335 1750544384 43709 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21172/tid=21180] ppid=21170 vsize=1709516 CPUtime=0.25
/proc/21172/task/21180/stat : 21180 (java) S 21170 21172 21127 0 -1 64 405 0 0 0 25 0 0 0 16 0 12 0 189461335 1750544384 43709 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21172/tid=21181] ppid=21170 vsize=1709516 CPUtime=0.25
/proc/21172/task/21181/stat : 21181 (java) S 21170 21172 21127 0 -1 64 261 0 0 0 25 0 0 0 15 0 12 0 189461335 1750544384 43709 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21172/tid=21182] ppid=21170 vsize=1709516 CPUtime=0
/proc/21172/task/21182/stat : 21182 (java) S 21170 21172 21127 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 189461335 1750544384 43709 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21172/tid=21183] ppid=21170 vsize=1709516 CPUtime=0
/proc/21172/task/21183/stat : 21183 (java) S 21170 21172 21127 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 189461335 1750544384 43709 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 10.44
Current children cumulated vsize (Kb) 1709516

[startup+20.0089 s]
/proc/loadavg: 0.94 0.97 0.91 2/79 21183
/proc/meminfo: memFree=1085008/2055892 swapFree=4085344/4096564
[pid=21172] ppid=21170 vsize=1709440 CPUtime=20.54
/proc/21172/stat : 21172 (java) R 21170 21172 21127 0 -1 0 47987 0 1 0 2032 22 0 0 17 0 12 0 189461325 1750466560 41104 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071329927 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21172/statm: 427360 41104 1875 14 0 414106 0
[pid=21172/tid=21173] ppid=21170 vsize=1709440 CPUtime=0.09
/proc/21172/task/21173/stat : 21173 (java) S 21170 21172 21127 0 -1 64 1404 0 0 0 8 1 0 0 16 0 12 0 189461328 1750466560 41104 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21172/tid=21174] ppid=21170 vsize=1709440 CPUtime=0.08
/proc/21172/task/21174/stat : 21174 (java) S 21170 21172 21127 0 -1 64 1740 0 0 0 7 1 0 0 16 0 12 0 189461328 1750466560 41104 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21172/tid=21175] ppid=21170 vsize=1709440 CPUtime=0.01
/proc/21172/task/21175/stat : 21175 (java) S 21170 21172 21127 0 -1 64 29 0 0 0 1 0 0 0 15 0 12 0 189461331 1750466560 41104 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=21172/tid=21176] ppid=21170 vsize=1709440 CPUtime=0
/proc/21172/task/21176/stat : 21176 (java) S 21170 21172 21127 0 -1 64 9 0 0 0 0 0 0 0 15 0 12 0 189461331 1750466560 41104 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21172/tid=21177] ppid=21170 vsize=1709440 CPUtime=0
/proc/21172/task/21177/stat : 21177 (java) S 21170 21172 21127 0 -1 64 5 0 0 0 0 0 0 0 15 0 12 0 189461332 1750466560 41104 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21172/tid=21178] ppid=21170 vsize=1709440 CPUtime=0
/proc/21172/task/21178/stat : 21178 (java) S 21170 21172 21127 0 -1 64 0 0 0 0 0 0 0 0 23 0 12 0 189461335 1750466560 41104 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21172/tid=21179] ppid=21170 vsize=1709440 CPUtime=0
/proc/21172/task/21179/stat : 21179 (java) S 21170 21172 21127 0 -1 64 2 0 0 0 0 0 0 0 17 0 12 0 189461335 1750466560 41104 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21172/tid=21180] ppid=21170 vsize=1709440 CPUtime=0.29
/proc/21172/task/21180/stat : 21180 (java) S 21170 21172 21127 0 -1 64 409 0 0 0 29 0 0 0 16 0 12 0 189461335 1750466560 41104 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21172/tid=21181] ppid=21170 vsize=1709440 CPUtime=0.29
/proc/21172/task/21181/stat : 21181 (java) S 21170 21172 21127 0 -1 64 264 0 0 0 29 0 0 0 16 0 12 0 189461335 1750466560 41104 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21172/tid=21182] ppid=21170 vsize=1709440 CPUtime=0
/proc/21172/task/21182/stat : 21182 (java) S 21170 21172 21127 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 189461335 1750466560 41104 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21172/tid=21183] ppid=21170 vsize=1709440 CPUtime=0
/proc/21172/task/21183/stat : 21183 (java) S 21170 21172 21127 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 189461335 1750466560 41104 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 20.54
Current children cumulated vsize (Kb) 1709440

[startup+30.016 s]
/proc/loadavg: 0.95 0.97 0.91 2/79 21183
/proc/meminfo: memFree=1084752/2055892 swapFree=4085344/4096564
[pid=21172] ppid=21170 vsize=1709440 CPUtime=30.57
/proc/21172/stat : 21172 (java) R 21170 21172 21127 0 -1 0 48362 0 1 0 3033 24 0 0 25 0 12 0 189461325 1750466560 41184 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071331792 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21172/statm: 427360 41184 1875 14 0 414106 0
[pid=21172/tid=21173] ppid=21170 vsize=1709440 CPUtime=0.13
/proc/21172/task/21173/stat : 21173 (java) S 21170 21172 21127 0 -1 64 1524 0 0 0 12 1 0 0 16 0 12 0 189461328 1750466560 41184 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21172/tid=21174] ppid=21170 vsize=1709440 CPUtime=0.11
/proc/21172/task/21174/stat : 21174 (java) S 21170 21172 21127 0 -1 64 1957 0 0 0 10 1 0 0 17 0 12 0 189461328 1750466560 41184 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21172/tid=21175] ppid=21170 vsize=1709440 CPUtime=0.02
/proc/21172/task/21175/stat : 21175 (java) S 21170 21172 21127 0 -1 64 29 0 0 0 1 1 0 0 16 0 12 0 189461331 1750466560 41184 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=21172/tid=21176] ppid=21170 vsize=1709440 CPUtime=0
/proc/21172/task/21176/stat : 21176 (java) S 21170 21172 21127 0 -1 64 9 0 0 0 0 0 0 0 15 0 12 0 189461331 1750466560 41184 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21172/tid=21177] ppid=21170 vsize=1709440 CPUtime=0
/proc/21172/task/21177/stat : 21177 (java) S 21170 21172 21127 0 -1 64 5 0 0 0 0 0 0 0 15 0 12 0 189461332 1750466560 41184 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21172/tid=21178] ppid=21170 vsize=1709440 CPUtime=0
/proc/21172/task/21178/stat : 21178 (java) S 21170 21172 21127 0 -1 64 0 0 0 0 0 0 0 0 23 0 12 0 189461335 1750466560 41184 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21172/tid=21179] ppid=21170 vsize=1709440 CPUtime=0
/proc/21172/task/21179/stat : 21179 (java) S 21170 21172 21127 0 -1 64 2 0 0 0 0 0 0 0 17 0 12 0 189461335 1750466560 41184 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21172/tid=21180] ppid=21170 vsize=1709440 CPUtime=0.29
/proc/21172/task/21180/stat : 21180 (java) S 21170 21172 21127 0 -1 64 409 0 0 0 29 0 0 0 16 0 12 0 189461335 1750466560 41184 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21172/tid=21181] ppid=21170 vsize=1709440 CPUtime=0.29
/proc/21172/task/21181/stat : 21181 (java) S 21170 21172 21127 0 -1 64 264 0 0 0 29 0 0 0 17 0 12 0 189461335 1750466560 41184 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21172/tid=21182] ppid=21170 vsize=1709440 CPUtime=0
/proc/21172/task/21182/stat : 21182 (java) S 21170 21172 21127 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 189461335 1750466560 41184 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21172/tid=21183] ppid=21170 vsize=1709440 CPUtime=0
/proc/21172/task/21183/stat : 21183 (java) S 21170 21172 21127 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 189461335 1750466560 41184 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 30.57
Current children cumulated vsize (Kb) 1709440

[startup+40.0231 s]
/proc/loadavg: 0.96 0.97 0.91 2/79 21183
/proc/meminfo: memFree=1083728/2055892 swapFree=4085344/4096564
[pid=21172] ppid=21170 vsize=1709440 CPUtime=40.62
/proc/21172/stat : 21172 (java) R 21170 21172 21127 0 -1 0 48696 0 1 0 4037 25 0 0 18 0 12 0 189461325 1750466560 41474 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071321511 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21172/statm: 427360 41474 1875 14 0 414106 0
[pid=21172/tid=21173] ppid=21170 vsize=1709440 CPUtime=0.18
/proc/21172/task/21173/stat : 21173 (java) S 21170 21172 21127 0 -1 64 1752 0 0 0 16 2 0 0 16 0 12 0 189461328 1750466560 41474 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21172/tid=21174] ppid=21170 vsize=1709440 CPUtime=0.16
/proc/21172/task/21174/stat : 21174 (java) S 21170 21172 21127 0 -1 64 2019 0 0 0 15 1 0 0 16 0 12 0 189461328 1750466560 41474 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21172/tid=21175] ppid=21170 vsize=1709440 CPUtime=0.03
/proc/21172/task/21175/stat : 21175 (java) S 21170 21172 21127 0 -1 64 29 0 0 0 2 1 0 0 15 0 12 0 189461331 1750466560 41474 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=21172/tid=21176] ppid=21170 vsize=1709440 CPUtime=0
/proc/21172/task/21176/stat : 21176 (java) S 21170 21172 21127 0 -1 64 9 0 0 0 0 0 0 0 15 0 12 0 189461331 1750466560 41474 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21172/tid=21177] ppid=21170 vsize=1709440 CPUtime=0
/proc/21172/task/21177/stat : 21177 (java) S 21170 21172 21127 0 -1 64 5 0 0 0 0 0 0 0 15 0 12 0 189461332 1750466560 41474 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21172/tid=21178] ppid=21170 vsize=1709440 CPUtime=0
/proc/21172/task/21178/stat : 21178 (java) S 21170 21172 21127 0 -1 64 0 0 0 0 0 0 0 0 23 0 12 0 189461335 1750466560 41474 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21172/tid=21179] ppid=21170 vsize=1709440 CPUtime=0
/proc/21172/task/21179/stat : 21179 (java) S 21170 21172 21127 0 -1 64 2 0 0 0 0 0 0 0 17 0 12 0 189461335 1750466560 41474 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21172/tid=21180] ppid=21170 vsize=1709440 CPUtime=0.29
/proc/21172/task/21180/stat : 21180 (java) S 21170 21172 21127 0 -1 64 409 0 0 0 29 0 0 0 16 0 12 0 189461335 1750466560 41474 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21172/tid=21181] ppid=21170 vsize=1709440 CPUtime=0.29
/proc/21172/task/21181/stat : 21181 (java) S 21170 21172 21127 0 -1 64 264 0 0 0 29 0 0 0 17 0 12 0 189461335 1750466560 41474 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21172/tid=21182] ppid=21170 vsize=1709440 CPUtime=0
/proc/21172/task/21182/stat : 21182 (java) S 21170 21172 21127 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 189461335 1750466560 41474 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21172/tid=21183] ppid=21170 vsize=1709440 CPUtime=0
/proc/21172/task/21183/stat : 21183 (java) S 21170 21172 21127 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 189461335 1750466560 41474 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 40.62
Current children cumulated vsize (Kb) 1709440

[startup+50.0302 s]
/proc/loadavg: 0.96 0.97 0.91 2/79 21183
/proc/meminfo: memFree=1082512/2055892 swapFree=4085344/4096564
[pid=21172] ppid=21170 vsize=1709440 CPUtime=50.66
/proc/21172/stat : 21172 (java) R 21170 21172 21127 0 -1 0 49060 0 1 0 5040 26 0 0 17 0 12 0 189461325 1750466560 41788 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071321488 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21172/statm: 427360 41788 1875 14 0 414106 0
[pid=21172/tid=21173] ppid=21170 vsize=1709440 CPUtime=0.23
/proc/21172/task/21173/stat : 21173 (java) S 21170 21172 21127 0 -1 64 1959 0 0 0 21 2 0 0 16 0 12 0 189461328 1750466560 41788 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21172/tid=21174] ppid=21170 vsize=1709440 CPUtime=0.22
/proc/21172/task/21174/stat : 21174 (java) S 21170 21172 21127 0 -1 64 2126 0 0 0 20 2 0 0 16 0 12 0 189461328 1750466560 41788 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21172/tid=21175] ppid=21170 vsize=1709440 CPUtime=0.03
/proc/21172/task/21175/stat : 21175 (java) S 21170 21172 21127 0 -1 64 29 0 0 0 2 1 0 0 15 0 12 0 189461331 1750466560 41788 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=21172/tid=21176] ppid=21170 vsize=1709440 CPUtime=0
/proc/21172/task/21176/stat : 21176 (java) S 21170 21172 21127 0 -1 64 9 0 0 0 0 0 0 0 15 0 12 0 189461331 1750466560 41788 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21172/tid=21177] ppid=21170 vsize=1709440 CPUtime=0
/proc/21172/task/21177/stat : 21177 (java) S 21170 21172 21127 0 -1 64 5 0 0 0 0 0 0 0 15 0 12 0 189461332 1750466560 41788 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21172/tid=21178] ppid=21170 vsize=1709440 CPUtime=0
/proc/21172/task/21178/stat : 21178 (java) S 21170 21172 21127 0 -1 64 0 0 0 0 0 0 0 0 23 0 12 0 189461335 1750466560 41788 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21172/tid=21179] ppid=21170 vsize=1709440 CPUtime=0
/proc/21172/task/21179/stat : 21179 (java) S 21170 21172 21127 0 -1 64 2 0 0 0 0 0 0 0 17 0 12 0 189461335 1750466560 41788 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21172/tid=21180] ppid=21170 vsize=1709440 CPUtime=0.29
/proc/21172/task/21180/stat : 21180 (java) S 21170 21172 21127 0 -1 64 409 0 0 0 29 0 0 0 16 0 12 0 189461335 1750466560 41788 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21172/tid=21181] ppid=21170 vsize=1709440 CPUtime=0.29
/proc/21172/task/21181/stat : 21181 (java) S 21170 21172 21127 0 -1 64 264 0 0 0 29 0 0 0 17 0 12 0 189461335 1750466560 41788 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21172/tid=21182] ppid=21170 vsize=1709440 CPUtime=0
/proc/21172/task/21182/stat : 21182 (java) S 21170 21172 21127 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 189461335 1750466560 41788 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21172/tid=21183] ppid=21170 vsize=1709440 CPUtime=0
/proc/21172/task/21183/stat : 21183 (java) S 21170 21172 21127 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 189461335 1750466560 41788 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.66
Current children cumulated vsize (Kb) 1709440

[startup+60.0363 s]
/proc/loadavg: 0.97 0.97 0.91 3/79 21183
/proc/meminfo: memFree=1080912/2055892 swapFree=4085344/4096564
[pid=21172] ppid=21170 vsize=1709440 CPUtime=60.74
/proc/21172/stat : 21172 (java) R 21170 21172 21127 0 -1 0 49506 0 1 0 6046 28 0 0 17 0 12 0 189461325 1750466560 42184 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071329983 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21172/statm: 427360 42184 1875 14 0 414106 0
[pid=21172/tid=21173] ppid=21170 vsize=1709440 CPUtime=0.31
/proc/21172/task/21173/stat : 21173 (java) S 21170 21172 21127 0 -1 64 2044 0 0 0 28 3 0 0 16 0 12 0 189461328 1750466560 42184 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21172/tid=21174] ppid=21170 vsize=1709440 CPUtime=0.29
/proc/21172/task/21174/stat : 21174 (java) S 21170 21172 21127 0 -1 64 2438 0 0 0 26 3 0 0 16 0 12 0 189461328 1750466560 42184 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21172/tid=21175] ppid=21170 vsize=1709440 CPUtime=0.03
/proc/21172/task/21175/stat : 21175 (java) S 21170 21172 21127 0 -1 64 29 0 0 0 2 1 0 0 15 0 12 0 189461331 1750466560 42184 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=21172/tid=21176] ppid=21170 vsize=1709440 CPUtime=0
/proc/21172/task/21176/stat : 21176 (java) S 21170 21172 21127 0 -1 64 9 0 0 0 0 0 0 0 15 0 12 0 189461331 1750466560 42184 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21172/tid=21177] ppid=21170 vsize=1709440 CPUtime=0
/proc/21172/task/21177/stat : 21177 (java) S 21170 21172 21127 0 -1 64 5 0 0 0 0 0 0 0 15 0 12 0 189461332 1750466560 42184 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21172/tid=21178] ppid=21170 vsize=1709440 CPUtime=0
/proc/21172/task/21178/stat : 21178 (java) S 21170 21172 21127 0 -1 64 0 0 0 0 0 0 0 0 23 0 12 0 189461335 1750466560 42184 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21172/tid=21179] ppid=21170 vsize=1709440 CPUtime=0
/proc/21172/task/21179/stat : 21179 (java) S 21170 21172 21127 0 -1 64 2 0 0 0 0 0 0 0 17 0 12 0 189461335 1750466560 42184 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21172/tid=21180] ppid=21170 vsize=1709440 CPUtime=0.29
/proc/21172/task/21180/stat : 21180 (java) S 21170 21172 21127 0 -1 64 409 0 0 0 29 0 0 0 16 0 12 0 189461335 1750466560 42184 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21172/tid=21181] ppid=21170 vsize=1709440 CPUtime=0.29
/proc/21172/task/21181/stat : 21181 (java) S 21170 21172 21127 0 -1 64 264 0 0 0 29 0 0 0 17 0 12 0 189461335 1750466560 42184 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21172/tid=21182] ppid=21170 vsize=1709440 CPUtime=0
/proc/21172/task/21182/stat : 21182 (java) S 21170 21172 21127 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 189461335 1750466560 42184 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21172/tid=21183] ppid=21170 vsize=1709440 CPUtime=0
/proc/21172/task/21183/stat : 21183 (java) S 21170 21172 21127 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 189461335 1750466560 42184 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0

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

[pid=21172/tid=21176] ppid=21170 vsize=1714148 CPUtime=0
/proc/21172/task/21176/stat : 21176 (java) S 21170 21172 21127 0 -1 64 9 0 0 0 0 0 0 0 15 0 13 0 189461331 1755287552 50717 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21172/tid=21177] ppid=21170 vsize=1714148 CPUtime=0
/proc/21172/task/21177/stat : 21177 (java) S 21170 21172 21127 0 -1 64 5 0 0 0 0 0 0 0 15 0 13 0 189461332 1755287552 50717 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21172/tid=21178] ppid=21170 vsize=1714148 CPUtime=0
/proc/21172/task/21178/stat : 21178 (java) S 21170 21172 21127 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 189461335 1755287552 50717 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21172/tid=21179] ppid=21170 vsize=1714148 CPUtime=0
/proc/21172/task/21179/stat : 21179 (java) S 21170 21172 21127 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 189461335 1755287552 50717 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21172/tid=21180] ppid=21170 vsize=1714148 CPUtime=0.78
/proc/21172/task/21180/stat : 21180 (java) S 21170 21172 21127 0 -1 64 1743 0 0 0 77 1 0 0 17 0 13 0 189461335 1755287552 50717 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21172/tid=21181] ppid=21170 vsize=1714148 CPUtime=0.92
/proc/21172/task/21181/stat : 21181 (java) S 21170 21172 21127 0 -1 64 1596 0 0 0 92 0 0 0 16 0 13 0 189461335 1755287552 50717 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21172/tid=21182] ppid=21170 vsize=1714148 CPUtime=0
/proc/21172/task/21182/stat : 21182 (java) S 21170 21172 21127 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 189461335 1755287552 50717 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21172/tid=21183] ppid=21170 vsize=1714148 CPUtime=0
/proc/21172/task/21183/stat : 21183 (java) S 21170 21172 21127 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 189461335 1755287552 50717 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21172/tid=21184] ppid=21170 vsize=1714148 CPUtime=0
/proc/21172/task/21184/stat : 21184 (java) S 21170 21172 21127 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 189481517 1755287552 50717 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1796.2
Current children cumulated vsize (Kb) 1714148

[startup+1795.28 s]
/proc/loadavg: 0.99 0.97 0.91 2/80 21379
/proc/meminfo: memFree=1045896/2055892 swapFree=4085344/4096564
[pid=21172] ppid=21170 vsize=1714148 CPUtime=1797.21
/proc/21172/stat : 21172 (java) R 21170 21172 21127 0 -1 0 61151 0 1 0 179669 52 0 0 25 0 13 0 189461325 1755287552 50717 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071543463 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/21172/statm: 428537 50717 1908 14 0 415283 0
[pid=21172/tid=21173] ppid=21170 vsize=1714148 CPUtime=1.66
/proc/21172/task/21173/stat : 21173 (java) S 21170 21172 21127 0 -1 64 6710 0 0 0 154 12 0 0 16 0 13 0 189461328 1755287552 50717 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21172/tid=21174] ppid=21170 vsize=1714148 CPUtime=1.64
/proc/21172/task/21174/stat : 21174 (java) S 21170 21172 21127 0 -1 64 5984 0 0 0 156 8 0 0 16 0 13 0 189461328 1755287552 50717 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21172/tid=21175] ppid=21170 vsize=1714148 CPUtime=0.13
/proc/21172/task/21175/stat : 21175 (java) S 21170 21172 21127 0 -1 64 57 0 0 0 8 5 0 0 16 0 13 0 189461331 1755287552 50717 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=21172/tid=21176] ppid=21170 vsize=1714148 CPUtime=0
/proc/21172/task/21176/stat : 21176 (java) S 21170 21172 21127 0 -1 64 9 0 0 0 0 0 0 0 15 0 13 0 189461331 1755287552 50717 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21172/tid=21177] ppid=21170 vsize=1714148 CPUtime=0
/proc/21172/task/21177/stat : 21177 (java) S 21170 21172 21127 0 -1 64 5 0 0 0 0 0 0 0 15 0 13 0 189461332 1755287552 50717 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21172/tid=21178] ppid=21170 vsize=1714148 CPUtime=0
/proc/21172/task/21178/stat : 21178 (java) S 21170 21172 21127 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 189461335 1755287552 50717 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21172/tid=21179] ppid=21170 vsize=1714148 CPUtime=0
/proc/21172/task/21179/stat : 21179 (java) S 21170 21172 21127 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 189461335 1755287552 50717 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21172/tid=21180] ppid=21170 vsize=1714148 CPUtime=0.78
/proc/21172/task/21180/stat : 21180 (java) S 21170 21172 21127 0 -1 64 1743 0 0 0 77 1 0 0 17 0 13 0 189461335 1755287552 50717 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21172/tid=21181] ppid=21170 vsize=1714148 CPUtime=0.92
/proc/21172/task/21181/stat : 21181 (java) S 21170 21172 21127 0 -1 64 1596 0 0 0 92 0 0 0 16 0 13 0 189461335 1755287552 50717 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21172/tid=21182] ppid=21170 vsize=1714148 CPUtime=0
/proc/21172/task/21182/stat : 21182 (java) S 21170 21172 21127 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 189461335 1755287552 50717 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21172/tid=21183] ppid=21170 vsize=1714148 CPUtime=0
/proc/21172/task/21183/stat : 21183 (java) S 21170 21172 21127 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 189461335 1755287552 50717 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21172/tid=21184] ppid=21170 vsize=1714148 CPUtime=0
/proc/21172/task/21184/stat : 21184 (java) S 21170 21172 21127 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 189481517 1755287552 50717 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1797.21
Current children cumulated vsize (Kb) 1714148

[startup+1796.29 s]
/proc/loadavg: 0.99 0.97 0.91 2/80 21379
/proc/meminfo: memFree=1045896/2055892 swapFree=4085344/4096564
[pid=21172] ppid=21170 vsize=1714148 CPUtime=1798.21
/proc/21172/stat : 21172 (java) R 21170 21172 21127 0 -1 0 61151 0 1 0 179769 52 0 0 25 0 13 0 189461325 1755287552 50717 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071543463 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/21172/statm: 428537 50717 1908 14 0 415283 0
[pid=21172/tid=21173] ppid=21170 vsize=1714148 CPUtime=1.66
/proc/21172/task/21173/stat : 21173 (java) S 21170 21172 21127 0 -1 64 6710 0 0 0 154 12 0 0 16 0 13 0 189461328 1755287552 50717 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21172/tid=21174] ppid=21170 vsize=1714148 CPUtime=1.64
/proc/21172/task/21174/stat : 21174 (java) S 21170 21172 21127 0 -1 64 5984 0 0 0 156 8 0 0 16 0 13 0 189461328 1755287552 50717 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21172/tid=21175] ppid=21170 vsize=1714148 CPUtime=0.13
/proc/21172/task/21175/stat : 21175 (java) S 21170 21172 21127 0 -1 64 57 0 0 0 8 5 0 0 16 0 13 0 189461331 1755287552 50717 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=21172/tid=21176] ppid=21170 vsize=1714148 CPUtime=0
/proc/21172/task/21176/stat : 21176 (java) S 21170 21172 21127 0 -1 64 9 0 0 0 0 0 0 0 15 0 13 0 189461331 1755287552 50717 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21172/tid=21177] ppid=21170 vsize=1714148 CPUtime=0
/proc/21172/task/21177/stat : 21177 (java) S 21170 21172 21127 0 -1 64 5 0 0 0 0 0 0 0 15 0 13 0 189461332 1755287552 50717 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21172/tid=21178] ppid=21170 vsize=1714148 CPUtime=0
/proc/21172/task/21178/stat : 21178 (java) S 21170 21172 21127 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 189461335 1755287552 50717 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21172/tid=21179] ppid=21170 vsize=1714148 CPUtime=0
/proc/21172/task/21179/stat : 21179 (java) S 21170 21172 21127 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 189461335 1755287552 50717 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21172/tid=21180] ppid=21170 vsize=1714148 CPUtime=0.78
/proc/21172/task/21180/stat : 21180 (java) S 21170 21172 21127 0 -1 64 1743 0 0 0 77 1 0 0 17 0 13 0 189461335 1755287552 50717 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21172/tid=21181] ppid=21170 vsize=1714148 CPUtime=0.92
/proc/21172/task/21181/stat : 21181 (java) S 21170 21172 21127 0 -1 64 1596 0 0 0 92 0 0 0 16 0 13 0 189461335 1755287552 50717 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21172/tid=21182] ppid=21170 vsize=1714148 CPUtime=0
/proc/21172/task/21182/stat : 21182 (java) S 21170 21172 21127 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 189461335 1755287552 50717 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21172/tid=21183] ppid=21170 vsize=1714148 CPUtime=0
/proc/21172/task/21183/stat : 21183 (java) S 21170 21172 21127 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 189461335 1755287552 50717 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21172/tid=21184] ppid=21170 vsize=1714148 CPUtime=0
/proc/21172/task/21184/stat : 21184 (java) S 21170 21172 21127 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 189481517 1755287552 50717 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1798.21
Current children cumulated vsize (Kb) 1714148

[startup+1797.29 s]
/proc/loadavg: 0.99 0.97 0.91 2/80 21379
/proc/meminfo: memFree=1045896/2055892 swapFree=4085344/4096564
[pid=21172] ppid=21170 vsize=1714148 CPUtime=1799.22
/proc/21172/stat : 21172 (java) R 21170 21172 21127 0 -1 0 61151 0 1 0 179870 52 0 0 25 0 13 0 189461325 1755287552 50717 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071543211 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/21172/statm: 428537 50717 1908 14 0 415283 0
[pid=21172/tid=21173] ppid=21170 vsize=1714148 CPUtime=1.66
/proc/21172/task/21173/stat : 21173 (java) S 21170 21172 21127 0 -1 64 6710 0 0 0 154 12 0 0 16 0 13 0 189461328 1755287552 50717 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21172/tid=21174] ppid=21170 vsize=1714148 CPUtime=1.64
/proc/21172/task/21174/stat : 21174 (java) S 21170 21172 21127 0 -1 64 5984 0 0 0 156 8 0 0 16 0 13 0 189461328 1755287552 50717 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21172/tid=21175] ppid=21170 vsize=1714148 CPUtime=0.13
/proc/21172/task/21175/stat : 21175 (java) S 21170 21172 21127 0 -1 64 57 0 0 0 8 5 0 0 16 0 13 0 189461331 1755287552 50717 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=21172/tid=21176] ppid=21170 vsize=1714148 CPUtime=0
/proc/21172/task/21176/stat : 21176 (java) S 21170 21172 21127 0 -1 64 9 0 0 0 0 0 0 0 15 0 13 0 189461331 1755287552 50717 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21172/tid=21177] ppid=21170 vsize=1714148 CPUtime=0
/proc/21172/task/21177/stat : 21177 (java) S 21170 21172 21127 0 -1 64 5 0 0 0 0 0 0 0 15 0 13 0 189461332 1755287552 50717 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21172/tid=21178] ppid=21170 vsize=1714148 CPUtime=0
/proc/21172/task/21178/stat : 21178 (java) S 21170 21172 21127 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 189461335 1755287552 50717 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21172/tid=21179] ppid=21170 vsize=1714148 CPUtime=0
/proc/21172/task/21179/stat : 21179 (java) S 21170 21172 21127 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 189461335 1755287552 50717 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21172/tid=21180] ppid=21170 vsize=1714148 CPUtime=0.78
/proc/21172/task/21180/stat : 21180 (java) S 21170 21172 21127 0 -1 64 1743 0 0 0 77 1 0 0 17 0 13 0 189461335 1755287552 50717 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21172/tid=21181] ppid=21170 vsize=1714148 CPUtime=0.92
/proc/21172/task/21181/stat : 21181 (java) S 21170 21172 21127 0 -1 64 1596 0 0 0 92 0 0 0 16 0 13 0 189461335 1755287552 50717 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21172/tid=21182] ppid=21170 vsize=1714148 CPUtime=0
/proc/21172/task/21182/stat : 21182 (java) S 21170 21172 21127 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 189461335 1755287552 50717 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21172/tid=21183] ppid=21170 vsize=1714148 CPUtime=0
/proc/21172/task/21183/stat : 21183 (java) S 21170 21172 21127 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 189461335 1755287552 50717 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21172/tid=21184] ppid=21170 vsize=1714148 CPUtime=0
/proc/21172/task/21184/stat : 21184 (java) S 21170 21172 21127 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 189481517 1755287552 50717 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1799.22
Current children cumulated vsize (Kb) 1714148

[startup+1798.3 s]
/proc/loadavg: 0.99 0.97 0.91 2/80 21379
/proc/meminfo: memFree=1045896/2055892 swapFree=4085344/4096564
[pid=21172] ppid=21170 vsize=1714148 CPUtime=1800.22
/proc/21172/stat : 21172 (java) R 21170 21172 21127 0 -1 0 61151 0 1 0 179970 52 0 0 25 0 13 0 189461325 1755287552 50717 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071543477 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/21172/statm: 428537 50717 1908 14 0 415283 0
[pid=21172/tid=21173] ppid=21170 vsize=1714148 CPUtime=1.66
/proc/21172/task/21173/stat : 21173 (java) S 21170 21172 21127 0 -1 64 6710 0 0 0 154 12 0 0 16 0 13 0 189461328 1755287552 50717 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21172/tid=21174] ppid=21170 vsize=1714148 CPUtime=1.64
/proc/21172/task/21174/stat : 21174 (java) S 21170 21172 21127 0 -1 64 5984 0 0 0 156 8 0 0 16 0 13 0 189461328 1755287552 50717 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21172/tid=21175] ppid=21170 vsize=1714148 CPUtime=0.13
/proc/21172/task/21175/stat : 21175 (java) S 21170 21172 21127 0 -1 64 57 0 0 0 8 5 0 0 16 0 13 0 189461331 1755287552 50717 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=21172/tid=21176] ppid=21170 vsize=1714148 CPUtime=0
/proc/21172/task/21176/stat : 21176 (java) S 21170 21172 21127 0 -1 64 9 0 0 0 0 0 0 0 15 0 13 0 189461331 1755287552 50717 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21172/tid=21177] ppid=21170 vsize=1714148 CPUtime=0
/proc/21172/task/21177/stat : 21177 (java) S 21170 21172 21127 0 -1 64 5 0 0 0 0 0 0 0 15 0 13 0 189461332 1755287552 50717 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21172/tid=21178] ppid=21170 vsize=1714148 CPUtime=0
/proc/21172/task/21178/stat : 21178 (java) S 21170 21172 21127 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 189461335 1755287552 50717 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21172/tid=21179] ppid=21170 vsize=1714148 CPUtime=0
/proc/21172/task/21179/stat : 21179 (java) S 21170 21172 21127 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 189461335 1755287552 50717 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21172/tid=21180] ppid=21170 vsize=1714148 CPUtime=0.78
/proc/21172/task/21180/stat : 21180 (java) S 21170 21172 21127 0 -1 64 1743 0 0 0 77 1 0 0 17 0 13 0 189461335 1755287552 50717 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21172/tid=21181] ppid=21170 vsize=1714148 CPUtime=0.92
/proc/21172/task/21181/stat : 21181 (java) S 21170 21172 21127 0 -1 64 1596 0 0 0 92 0 0 0 16 0 13 0 189461335 1755287552 50717 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21172/tid=21182] ppid=21170 vsize=1714148 CPUtime=0
/proc/21172/task/21182/stat : 21182 (java) S 21170 21172 21127 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 189461335 1755287552 50717 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21172/tid=21183] ppid=21170 vsize=1714148 CPUtime=0
/proc/21172/task/21183/stat : 21183 (java) S 21170 21172 21127 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 189461335 1755287552 50717 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21172/tid=21184] ppid=21170 vsize=1714148 CPUtime=0
/proc/21172/task/21184/stat : 21184 (java) S 21170 21172 21127 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 189481517 1755287552 50717 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.22
Current children cumulated vsize (Kb) 1714148



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1798.3 s]
/proc/loadavg: 0.99 0.97 0.91 2/80 21379
/proc/meminfo: memFree=1045896/2055892 swapFree=4085344/4096564
[pid=21172] ppid=21170 vsize=1714148 CPUtime=1800.23
/proc/21172/stat : 21172 (java) R 21170 21172 21127 0 -1 0 61151 0 1 0 179971 52 0 0 25 0 13 0 189461325 1755287552 50717 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071543832 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/21172/statm: 428537 50717 1908 14 0 415283 0
[pid=21172/tid=21173] ppid=21170 vsize=1714148 CPUtime=1.66
/proc/21172/task/21173/stat : 21173 (java) S 21170 21172 21127 0 -1 64 6710 0 0 0 154 12 0 0 16 0 13 0 189461328 1755287552 50717 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21172/tid=21174] ppid=21170 vsize=1714148 CPUtime=1.64
/proc/21172/task/21174/stat : 21174 (java) S 21170 21172 21127 0 -1 64 5984 0 0 0 156 8 0 0 16 0 13 0 189461328 1755287552 50717 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21172/tid=21175] ppid=21170 vsize=1714148 CPUtime=0.13
/proc/21172/task/21175/stat : 21175 (java) S 21170 21172 21127 0 -1 64 57 0 0 0 8 5 0 0 16 0 13 0 189461331 1755287552 50717 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=21172/tid=21176] ppid=21170 vsize=1714148 CPUtime=0
/proc/21172/task/21176/stat : 21176 (java) S 21170 21172 21127 0 -1 64 9 0 0 0 0 0 0 0 15 0 13 0 189461331 1755287552 50717 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21172/tid=21177] ppid=21170 vsize=1714148 CPUtime=0
/proc/21172/task/21177/stat : 21177 (java) S 21170 21172 21127 0 -1 64 5 0 0 0 0 0 0 0 15 0 13 0 189461332 1755287552 50717 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21172/tid=21178] ppid=21170 vsize=1714148 CPUtime=0
/proc/21172/task/21178/stat : 21178 (java) S 21170 21172 21127 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 189461335 1755287552 50717 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21172/tid=21179] ppid=21170 vsize=1714148 CPUtime=0
/proc/21172/task/21179/stat : 21179 (java) S 21170 21172 21127 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 189461335 1755287552 50717 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21172/tid=21180] ppid=21170 vsize=1714148 CPUtime=0.78
/proc/21172/task/21180/stat : 21180 (java) S 21170 21172 21127 0 -1 64 1743 0 0 0 77 1 0 0 17 0 13 0 189461335 1755287552 50717 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21172/tid=21181] ppid=21170 vsize=1714148 CPUtime=0.92
/proc/21172/task/21181/stat : 21181 (java) S 21170 21172 21127 0 -1 64 1596 0 0 0 92 0 0 0 16 0 13 0 189461335 1755287552 50717 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21172/tid=21182] ppid=21170 vsize=1714148 CPUtime=0
/proc/21172/task/21182/stat : 21182 (java) S 21170 21172 21127 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 189461335 1755287552 50717 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21172/tid=21183] ppid=21170 vsize=1714148 CPUtime=0
/proc/21172/task/21183/stat : 21183 (java) S 21170 21172 21127 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 189461335 1755287552 50717 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21172/tid=21184] ppid=21170 vsize=1714148 CPUtime=0
/proc/21172/task/21184/stat : 21184 (java) S 21170 21172 21127 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 189481517 1755287552 50717 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.23
Current children cumulated vsize (Kb) 1714148

Sending SIGTERM to -21172
Sleeping 2 seconds

Child status: 143
Real time (s): 1798.36
CPU time (s): 1800.28
CPU user time (s): 1799.73
CPU system time (s): 0.550916
CPU usage (%): 100.107
Max. virtual memory (cumulated for all children) (Kb): 1714640

Launcher Data (download as text)

Begin job on node81 on Fri Jun  2 08:50:19 UTC 2006


FILE ID= 43737-1149238219

PBS_JOBID= 297198

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

MD5SUM SOLVER= e9637a7554f3ecdf74c1815f89d00213
MD5SUM BENCH=  939f54a73a83900b8b6d857af47a0b62

RANDOM SEED= 183355853


/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.248
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.19
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.248
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:      2055892 kB
MemFree:       1242544 kB
Buffers:         44008 kB
Cached:         691000 kB
SwapCached:       2656 kB
Active:         172876 kB
Inactive:       571004 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055892 kB
LowFree:       1242544 kB
SwapTotal:     4096564 kB
SwapFree:      4085344 kB
Dirty:             156 kB
Writeback:           0 kB
Mapped:          16508 kB
Slab:            56040 kB
Committed_AS:   236456 kB
PageTables:       1288 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264388 kB
VmallocChunk: 536606243 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB


End job on node81 on Fri Jun  2 09:20:17 UTC 2006