Trace number 43682

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.7 1765.54

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB05/aloul/
FPGA_SAT05/normalized-fpga45_43_sat_pb.cnf.cr.opb
MD5SUM582e49d5d5904d827aa5677e7d2575f7
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.074988
Has Objective FunctionNO
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved NO
Number of variables2903
Total number of constraints2066
Number of constraints which are clauses1978
Number of constraints which are cardinality constraints (but not clauses)88
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-22.EL.rootsmp
0.15	c os.arch	i386
0.15	c Free memory 1548419056
0.15	c Max memory 1551040512
0.15	c Total memory 1551040512
0.15	c Number of processors 2
0.22	c Cutting planes based inference
0.22	c --- Begin Solver configuration ---
0.22	c org.sat4j.minisat.uip.FirstUIP@1037c71
0.22	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@1df073d
0.22	c org.sat4j.minisat.learning.MiniSATLearning@1546e25
0.22	c conflictBoundIncFactor=1.5 learntBoundIncFactor=1.1 initLearntBoundConstraintFactor=10000.0 initConflictBound=100 
0.22	c VSIDS like heuristics from MiniSAT using a heap
0.22	c No reason simplification
0.22	c --- End Solver configuration ---
0.22	c solving ROOT/tmp/node15/43682-1149231476/instance-43682-1149231476.opb
0.22	c reading problem ... 
1.03	c ... done. Time 0.811 ms.
1.03	c #vars     2903
1.03	c #constraints  2066
1765.36	c starts		: 11
1765.36	c conflicts		: 11836
1765.36	c decisions		: 192436
1765.36	c propagations		: 910248
1765.36	c inspects		: 22560045
1765.36	c learnt literals	: 0
1765.36	c learnt binary clauses	: 0
1765.36	c learnt ternary clauses	: 0
1765.36	c learnt clauses	: 11835
1765.36	c root simplifications	: 0
1765.36	c removed literals (reason simplification)	: 0
1765.36	c reason swapping (by a shorter reason)	: 0
1765.36	c Calls to reduceDB	: 0
1765.36	c speed (decisions/second)	: 109.07085502014657
1765.36	c non guided choices	930
1765.36	s UNKNOWN
1765.36	c Total wall clock time (ms): 1765.139

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

Current StackSize limit: 67108864 bytes

/proc/loadavg: 0.92 0.98 0.99 2/64 27199
/proc/meminfo: memFree=1439040/2055920 swapFree=4181408/4192956
[pid=27199] ppid=27197 vsize=168 CPUtime=0
/proc/27199/stat : 27199 (java) R 27197 27199 27154 0 -1 0 39 0 0 0 0 0 0 0 19 0 1 0 188810387 172032 23 18446744073709551615 134512640 134570276 4294956624 18446744073709551615 7512363 0 0 4096 0 0 0 0 17 1 0 0
/proc/27199/statm: 42 23 18 14 0 2 0

[startup+10.0026 s]
/proc/loadavg: 1.01 1.00 0.99 2/76 27211
/proc/meminfo: memFree=1251064/2055920 swapFree=4181408/4192956
[pid=27199] ppid=27197 vsize=1711804 CPUtime=11.08
/proc/27199/stat : 27199 (java) R 27197 27199 27154 0 -1 0 52402 0 1 0 1083 25 0 0 25 0 13 0 188810387 1752887296 48800 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071619554 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/27199/statm: 427951 48800 1904 14 0 414698 0
[pid=27199/tid=27200] ppid=27197 vsize=1711804 CPUtime=0.21
/proc/27199/task/27200/stat : 27200 (java) S 27197 27199 27154 0 -1 64 5744 0 0 0 19 2 0 0 16 0 13 0 188810390 1752887296 48800 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27199/tid=27201] ppid=27197 vsize=1711804 CPUtime=0.21
/proc/27199/task/27201/stat : 27201 (java) S 27197 27199 27154 0 -1 64 6273 0 0 0 18 3 0 0 16 0 13 0 188810390 1752887296 48800 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27199/tid=27202] ppid=27197 vsize=1711804 CPUtime=0
/proc/27199/task/27202/stat : 27202 (java) S 27197 27199 27154 0 -1 64 31 0 0 0 0 0 0 0 16 0 13 0 188810393 1752887296 48800 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=27199/tid=27203] ppid=27197 vsize=1711804 CPUtime=0
/proc/27199/task/27203/stat : 27203 (java) S 27197 27199 27154 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 188810393 1752887296 48800 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27199/tid=27204] ppid=27197 vsize=1711804 CPUtime=0
/proc/27199/task/27204/stat : 27204 (java) S 27197 27199 27154 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 188810393 1752887296 48800 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27199/tid=27205] ppid=27197 vsize=1711804 CPUtime=0
/proc/27199/task/27205/stat : 27205 (java) S 27197 27199 27154 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 188810397 1752887296 48800 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27199/tid=27206] ppid=27197 vsize=1711804 CPUtime=0
/proc/27199/task/27206/stat : 27206 (java) S 27197 27199 27154 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 188810397 1752887296 48800 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27199/tid=27207] ppid=27197 vsize=1711804 CPUtime=0.69
/proc/27199/task/27207/stat : 27207 (java) S 27197 27199 27154 0 -1 64 2069 0 0 0 69 0 0 0 17 0 13 0 188810397 1752887296 48800 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27199/tid=27208] ppid=27197 vsize=1711804 CPUtime=0.63
/proc/27199/task/27208/stat : 27208 (java) S 27197 27199 27154 0 -1 64 724 0 0 0 63 0 0 0 16 0 13 0 188810397 1752887296 48800 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27199/tid=27209] ppid=27197 vsize=1711804 CPUtime=0
/proc/27199/task/27209/stat : 27209 (java) S 27197 27199 27154 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 188810397 1752887296 48800 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27199/tid=27210] ppid=27197 vsize=1711804 CPUtime=0
/proc/27199/task/27210/stat : 27210 (java) S 27197 27199 27154 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 188810397 1752887296 48800 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27199/tid=27211] ppid=27197 vsize=1711804 CPUtime=0
/proc/27199/task/27211/stat : 27211 (java) S 27197 27199 27154 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 188810491 1752887296 48800 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 11.08
Current children cumulated vsize (Kb) 1711804

[startup+20.0103 s]
/proc/loadavg: 1.01 1.00 0.99 2/76 27211
/proc/meminfo: memFree=1215864/2055920 swapFree=4181408/4192956
[pid=27199] ppid=27197 vsize=1711804 CPUtime=21.32
/proc/27199/stat : 27199 (java) R 27197 27199 27154 0 -1 0 62148 0 1 0 2103 29 0 0 25 0 13 0 188810387 1752887296 57601 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071508556 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/27199/statm: 427951 57601 1908 14 0 414698 0
[pid=27199/tid=27200] ppid=27197 vsize=1711804 CPUtime=0.45
/proc/27199/task/27200/stat : 27200 (java) S 27197 27199 27154 0 -1 64 10014 0 0 0 40 5 0 0 16 0 13 0 188810390 1752887296 57601 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27199/tid=27201] ppid=27197 vsize=1711804 CPUtime=0.46
/proc/27199/task/27201/stat : 27201 (java) S 27197 27199 27154 0 -1 64 11730 0 0 0 40 6 0 0 16 0 13 0 188810390 1752887296 57601 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27199/tid=27202] ppid=27197 vsize=1711804 CPUtime=0
/proc/27199/task/27202/stat : 27202 (java) S 27197 27199 27154 0 -1 64 31 0 0 0 0 0 0 0 16 0 13 0 188810393 1752887296 57601 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=27199/tid=27203] ppid=27197 vsize=1711804 CPUtime=0
/proc/27199/task/27203/stat : 27203 (java) S 27197 27199 27154 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 188810393 1752887296 57601 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27199/tid=27204] ppid=27197 vsize=1711804 CPUtime=0
/proc/27199/task/27204/stat : 27204 (java) S 27197 27199 27154 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 188810393 1752887296 57601 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27199/tid=27205] ppid=27197 vsize=1711804 CPUtime=0
/proc/27199/task/27205/stat : 27205 (java) S 27197 27199 27154 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 188810397 1752887296 57601 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27199/tid=27206] ppid=27197 vsize=1711804 CPUtime=0
/proc/27199/task/27206/stat : 27206 (java) S 27197 27199 27154 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 188810397 1752887296 57601 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27199/tid=27207] ppid=27197 vsize=1711804 CPUtime=0.7
/proc/27199/task/27207/stat : 27207 (java) S 27197 27199 27154 0 -1 64 2069 0 0 0 70 0 0 0 16 0 13 0 188810397 1752887296 57601 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27199/tid=27208] ppid=27197 vsize=1711804 CPUtime=0.63
/proc/27199/task/27208/stat : 27208 (java) S 27197 27199 27154 0 -1 64 724 0 0 0 63 0 0 0 16 0 13 0 188810397 1752887296 57601 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27199/tid=27209] ppid=27197 vsize=1711804 CPUtime=0
/proc/27199/task/27209/stat : 27209 (java) S 27197 27199 27154 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 188810397 1752887296 57601 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27199/tid=27210] ppid=27197 vsize=1711804 CPUtime=0
/proc/27199/task/27210/stat : 27210 (java) S 27197 27199 27154 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 188810397 1752887296 57601 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27199/tid=27211] ppid=27197 vsize=1711804 CPUtime=0
/proc/27199/task/27211/stat : 27211 (java) S 27197 27199 27154 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 188810491 1752887296 57601 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 21.32
Current children cumulated vsize (Kb) 1711804

[startup+30.018 s]
/proc/loadavg: 1.01 1.00 0.99 2/76 27211
/proc/meminfo: memFree=1195448/2055920 swapFree=4181408/4192956
[pid=27199] ppid=27197 vsize=1711804 CPUtime=31.73
/proc/27199/stat : 27199 (java) R 27197 27199 27154 0 -1 0 68096 0 1 0 3140 33 0 0 25 0 13 0 188810387 1752887296 62699 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071392088 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/27199/statm: 427951 62699 1909 14 0 414698 0
[pid=27199/tid=27200] ppid=27197 vsize=1711804 CPUtime=0.59
/proc/27199/task/27200/stat : 27200 (java) S 27197 27199 27154 0 -1 64 13181 0 0 0 53 6 0 0 16 0 13 0 188810390 1752887296 62699 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27199/tid=27201] ppid=27197 vsize=1711804 CPUtime=0.6
/proc/27199/task/27201/stat : 27201 (java) S 27197 27199 27154 0 -1 64 14479 0 0 0 53 7 0 0 16 0 13 0 188810390 1752887296 62699 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27199/tid=27202] ppid=27197 vsize=1711804 CPUtime=0
/proc/27199/task/27202/stat : 27202 (java) S 27197 27199 27154 0 -1 64 31 0 0 0 0 0 0 0 16 0 13 0 188810393 1752887296 62699 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=27199/tid=27203] ppid=27197 vsize=1711804 CPUtime=0
/proc/27199/task/27203/stat : 27203 (java) S 27197 27199 27154 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 188810393 1752887296 62699 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27199/tid=27204] ppid=27197 vsize=1711804 CPUtime=0
/proc/27199/task/27204/stat : 27204 (java) S 27197 27199 27154 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 188810393 1752887296 62699 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27199/tid=27205] ppid=27197 vsize=1711804 CPUtime=0
/proc/27199/task/27205/stat : 27205 (java) S 27197 27199 27154 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 188810397 1752887296 62699 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27199/tid=27206] ppid=27197 vsize=1711804 CPUtime=0
/proc/27199/task/27206/stat : 27206 (java) S 27197 27199 27154 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 188810397 1752887296 62699 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27199/tid=27207] ppid=27197 vsize=1711804 CPUtime=0.86
/proc/27199/task/27207/stat : 27207 (java) S 27197 27199 27154 0 -1 64 2082 0 0 0 86 0 0 0 17 0 13 0 188810397 1752887296 62699 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27199/tid=27208] ppid=27197 vsize=1711804 CPUtime=0.78
/proc/27199/task/27208/stat : 27208 (java) S 27197 27199 27154 0 -1 64 732 0 0 0 78 0 0 0 16 0 13 0 188810397 1752887296 62699 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27199/tid=27209] ppid=27197 vsize=1711804 CPUtime=0
/proc/27199/task/27209/stat : 27209 (java) S 27197 27199 27154 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 188810397 1752887296 62699 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27199/tid=27210] ppid=27197 vsize=1711804 CPUtime=0
/proc/27199/task/27210/stat : 27210 (java) S 27197 27199 27154 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 188810397 1752887296 62699 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27199/tid=27211] ppid=27197 vsize=1711804 CPUtime=0
/proc/27199/task/27211/stat : 27211 (java) S 27197 27199 27154 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 188810491 1752887296 62699 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 31.73
Current children cumulated vsize (Kb) 1711804

[startup+40.0247 s]
/proc/loadavg: 1.01 1.00 0.99 2/76 27211
/proc/meminfo: memFree=1193336/2055920 swapFree=4181408/4192956
[pid=27199] ppid=27197 vsize=1711804 CPUtime=41.82
/proc/27199/stat : 27199 (java) R 27197 27199 27154 0 -1 0 70830 0 1 0 4148 34 0 0 18 0 13 0 188810387 1752887296 63230 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071508399 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/27199/statm: 427951 63230 1909 14 0 414698 0
[pid=27199/tid=27200] ppid=27197 vsize=1711804 CPUtime=0.69
/proc/27199/task/27200/stat : 27200 (java) S 27197 27199 27154 0 -1 64 14666 0 0 0 62 7 0 0 16 0 13 0 188810390 1752887296 63230 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27199/tid=27201] ppid=27197 vsize=1711804 CPUtime=0.69
/proc/27199/task/27201/stat : 27201 (java) S 27197 27199 27154 0 -1 64 15708 0 0 0 62 7 0 0 16 0 13 0 188810390 1752887296 63230 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27199/tid=27202] ppid=27197 vsize=1711804 CPUtime=0.01
/proc/27199/task/27202/stat : 27202 (java) S 27197 27199 27154 0 -1 64 39 0 0 0 0 1 0 0 15 0 13 0 188810393 1752887296 63230 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=27199/tid=27203] ppid=27197 vsize=1711804 CPUtime=0
/proc/27199/task/27203/stat : 27203 (java) S 27197 27199 27154 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 188810393 1752887296 63230 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27199/tid=27204] ppid=27197 vsize=1711804 CPUtime=0
/proc/27199/task/27204/stat : 27204 (java) S 27197 27199 27154 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 188810393 1752887296 63230 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27199/tid=27205] ppid=27197 vsize=1711804 CPUtime=0
/proc/27199/task/27205/stat : 27205 (java) S 27197 27199 27154 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 188810397 1752887296 63230 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27199/tid=27206] ppid=27197 vsize=1711804 CPUtime=0
/proc/27199/task/27206/stat : 27206 (java) S 27197 27199 27154 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 188810397 1752887296 63230 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27199/tid=27207] ppid=27197 vsize=1711804 CPUtime=0.86
/proc/27199/task/27207/stat : 27207 (java) S 27197 27199 27154 0 -1 64 2082 0 0 0 86 0 0 0 17 0 13 0 188810397 1752887296 63230 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27199/tid=27208] ppid=27197 vsize=1711804 CPUtime=0.78
/proc/27199/task/27208/stat : 27208 (java) S 27197 27199 27154 0 -1 64 732 0 0 0 78 0 0 0 16 0 13 0 188810397 1752887296 63230 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27199/tid=27209] ppid=27197 vsize=1711804 CPUtime=0
/proc/27199/task/27209/stat : 27209 (java) S 27197 27199 27154 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 188810397 1752887296 63230 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27199/tid=27210] ppid=27197 vsize=1711804 CPUtime=0
/proc/27199/task/27210/stat : 27210 (java) S 27197 27199 27154 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 188810397 1752887296 63230 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27199/tid=27211] ppid=27197 vsize=1711804 CPUtime=0
/proc/27199/task/27211/stat : 27211 (java) S 27197 27199 27154 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 188810491 1752887296 63230 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 41.82
Current children cumulated vsize (Kb) 1711804

[startup+50.0325 s]
/proc/loadavg: 1.00 1.00 0.99 2/76 27211
/proc/meminfo: memFree=1181368/2055920 swapFree=4181408/4192956
[pid=27199] ppid=27197 vsize=1711804 CPUtime=51.91
/proc/27199/stat : 27199 (java) R 27197 27199 27154 0 -1 0 74538 0 1 0 5156 35 0 0 25 0 13 0 188810387 1752887296 66219 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071653285 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/27199/statm: 427951 66219 1909 14 0 414698 0
[pid=27199/tid=27200] ppid=27197 vsize=1711804 CPUtime=0.78
/proc/27199/task/27200/stat : 27200 (java) S 27197 27199 27154 0 -1 64 16706 0 0 0 71 7 0 0 16 0 13 0 188810390 1752887296 66219 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27199/tid=27201] ppid=27197 vsize=1711804 CPUtime=0.77
/proc/27199/task/27201/stat : 27201 (java) S 27197 27199 27154 0 -1 64 17357 0 0 0 69 8 0 0 16 0 13 0 188810390 1752887296 66219 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27199/tid=27202] ppid=27197 vsize=1711804 CPUtime=0.01
/proc/27199/task/27202/stat : 27202 (java) S 27197 27199 27154 0 -1 64 47 0 0 0 0 1 0 0 16 0 13 0 188810393 1752887296 66219 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=27199/tid=27203] ppid=27197 vsize=1711804 CPUtime=0
/proc/27199/task/27203/stat : 27203 (java) S 27197 27199 27154 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 188810393 1752887296 66219 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27199/tid=27204] ppid=27197 vsize=1711804 CPUtime=0
/proc/27199/task/27204/stat : 27204 (java) S 27197 27199 27154 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 188810393 1752887296 66219 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27199/tid=27205] ppid=27197 vsize=1711804 CPUtime=0
/proc/27199/task/27205/stat : 27205 (java) S 27197 27199 27154 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 188810397 1752887296 66219 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27199/tid=27206] ppid=27197 vsize=1711804 CPUtime=0
/proc/27199/task/27206/stat : 27206 (java) S 27197 27199 27154 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 188810397 1752887296 66219 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27199/tid=27207] ppid=27197 vsize=1711804 CPUtime=0.86
/proc/27199/task/27207/stat : 27207 (java) S 27197 27199 27154 0 -1 64 2082 0 0 0 86 0 0 0 17 0 13 0 188810397 1752887296 66219 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27199/tid=27208] ppid=27197 vsize=1711804 CPUtime=0.78
/proc/27199/task/27208/stat : 27208 (java) S 27197 27199 27154 0 -1 64 732 0 0 0 78 0 0 0 16 0 13 0 188810397 1752887296 66219 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27199/tid=27209] ppid=27197 vsize=1711804 CPUtime=0
/proc/27199/task/27209/stat : 27209 (java) S 27197 27199 27154 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 188810397 1752887296 66219 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27199/tid=27210] ppid=27197 vsize=1711804 CPUtime=0
/proc/27199/task/27210/stat : 27210 (java) S 27197 27199 27154 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 188810397 1752887296 66219 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27199/tid=27211] ppid=27197 vsize=1711804 CPUtime=0
/proc/27199/task/27211/stat : 27211 (java) S 27197 27199 27154 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 188810491 1752887296 66219 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 51.91
Current children cumulated vsize (Kb) 1711804

[startup+60.0392 s]
/proc/loadavg: 1.00 1.00 0.99 2/76 27211
/proc/meminfo: memFree=1172280/2055920 swapFree=4181408/4192956
[pid=27199] ppid=27197 vsize=1711804 CPUtime=62
/proc/27199/stat : 27199 (java) R 27197 27199 27154 0 -1 0 77465 0 1 0 6164 36 0 0 23 0 13 0 188810387 1752887296 68483 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071653860 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/27199/statm: 427951 68483 1909 14 0 414698 0
[pid=27199/tid=27200] ppid=27197 vsize=1711804 CPUtime=0.86
/proc/27199/task/27200/stat : 27200 (java) S 27197 27199 27154 0 -1 64 18214 0 0 0 79 7 0 0 16 0 13 0 188810390 1752887296 68483 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27199/tid=27201] ppid=27197 vsize=1711804 CPUtime=0.85
/proc/27199/task/27201/stat : 27201 (java) S 27197 27199 27154 0 -1 64 18655 0 0 0 77 8 0 0 16 0 13 0 188810390 1752887296 68483 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27199/tid=27202] ppid=27197 vsize=1711804 CPUtime=0.01
/proc/27199/task/27202/stat : 27202 (java) S 27197 27199 27154 0 -1 64 54 0 0 0 0 1 0 0 15 0 13 0 188810393 1752887296 68483 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=27199/tid=27203] ppid=27197 vsize=1711804 CPUtime=0
/proc/27199/task/27203/stat : 27203 (java) S 27197 27199 27154 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 188810393 1752887296 68483 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27199/tid=27204] ppid=27197 vsize=1711804 CPUtime=0
/proc/27199/task/27204/stat : 27204 (java) S 27197 27199 27154 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 188810393 1752887296 68483 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27199/tid=27205] ppid=27197 vsize=1711804 CPUtime=0
/proc/27199/task/27205/stat : 27205 (java) S 27197 27199 27154 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 188810397 1752887296 68483 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0

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

[pid=27199/tid=27203] ppid=27197 vsize=1712828 CPUtime=0
/proc/27199/task/27203/stat : 27203 (java) S 27197 27199 27154 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 188810393 1753935872 237189 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27199/tid=27204] ppid=27197 vsize=1712828 CPUtime=0
/proc/27199/task/27204/stat : 27204 (java) S 27197 27199 27154 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 188810393 1753935872 237189 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27199/tid=27205] ppid=27197 vsize=1712828 CPUtime=0
/proc/27199/task/27205/stat : 27205 (java) S 27197 27199 27154 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 188810397 1753935872 237189 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27199/tid=27206] ppid=27197 vsize=1712828 CPUtime=0
/proc/27199/task/27206/stat : 27206 (java) S 27197 27199 27154 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 188810397 1753935872 237189 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27199/tid=27207] ppid=27197 vsize=1712828 CPUtime=0.86
/proc/27199/task/27207/stat : 27207 (java) S 27197 27199 27154 0 -1 64 2082 0 0 0 86 0 0 0 17 0 13 0 188810397 1753935872 237189 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27199/tid=27208] ppid=27197 vsize=1712828 CPUtime=0.78
/proc/27199/task/27208/stat : 27208 (java) S 27197 27199 27154 0 -1 64 732 0 0 0 78 0 0 0 16 0 13 0 188810397 1753935872 237189 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27199/tid=27209] ppid=27197 vsize=1712828 CPUtime=0
/proc/27199/task/27209/stat : 27209 (java) S 27197 27199 27154 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 188810397 1753935872 237189 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27199/tid=27210] ppid=27197 vsize=1712828 CPUtime=0
/proc/27199/task/27210/stat : 27210 (java) S 27197 27199 27154 0 -1 64 3 0 0 0 0 0 0 0 15 0 13 0 188810397 1753935872 237189 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27199/tid=27211] ppid=27197 vsize=1712828 CPUtime=0
/proc/27199/task/27211/stat : 27211 (java) S 27197 27199 27154 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 188810491 1753935872 237189 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1796.39
Current children cumulated vsize (Kb) 1712828

[startup+1762.33 s]
/proc/loadavg: 1.00 1.02 1.00 2/76 27406
/proc/meminfo: memFree=494456/2055920 swapFree=4181408/4192956
[pid=27199] ppid=27197 vsize=1712828 CPUtime=1797.44
/proc/27199/stat : 27199 (java) R 27197 27199 27154 0 -1 0 282991 0 1 0 179548 196 0 0 25 0 13 0 188810387 1753935872 237358 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071653308 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/27199/statm: 428207 237358 1909 14 0 414954 0
[pid=27199/tid=27200] ppid=27197 vsize=1712828 CPUtime=35.42
/proc/27199/task/27200/stat : 27200 (java) S 27197 27199 27154 0 -1 64 113886 0 0 0 3471 71 0 0 16 0 13 0 188810390 1753935872 237358 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27199/tid=27201] ppid=27197 vsize=1712828 CPUtime=35.29
/proc/27199/task/27201/stat : 27201 (java) S 27197 27199 27154 0 -1 64 114712 0 0 0 3464 65 0 0 16 0 13 0 188810390 1753935872 237358 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27199/tid=27202] ppid=27197 vsize=1712828 CPUtime=0.49
/proc/27199/task/27202/stat : 27202 (java) S 27197 27199 27154 0 -1 64 99 0 0 0 30 19 0 0 15 0 13 0 188810393 1753935872 237358 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=27199/tid=27203] ppid=27197 vsize=1712828 CPUtime=0
/proc/27199/task/27203/stat : 27203 (java) S 27197 27199 27154 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 188810393 1753935872 237358 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27199/tid=27204] ppid=27197 vsize=1712828 CPUtime=0
/proc/27199/task/27204/stat : 27204 (java) S 27197 27199 27154 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 188810393 1753935872 237358 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27199/tid=27205] ppid=27197 vsize=1712828 CPUtime=0
/proc/27199/task/27205/stat : 27205 (java) S 27197 27199 27154 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 188810397 1753935872 237358 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27199/tid=27206] ppid=27197 vsize=1712828 CPUtime=0
/proc/27199/task/27206/stat : 27206 (java) S 27197 27199 27154 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 188810397 1753935872 237358 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27199/tid=27207] ppid=27197 vsize=1712828 CPUtime=0.86
/proc/27199/task/27207/stat : 27207 (java) S 27197 27199 27154 0 -1 64 2082 0 0 0 86 0 0 0 17 0 13 0 188810397 1753935872 237358 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27199/tid=27208] ppid=27197 vsize=1712828 CPUtime=0.78
/proc/27199/task/27208/stat : 27208 (java) S 27197 27199 27154 0 -1 64 732 0 0 0 78 0 0 0 16 0 13 0 188810397 1753935872 237358 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27199/tid=27209] ppid=27197 vsize=1712828 CPUtime=0
/proc/27199/task/27209/stat : 27209 (java) S 27197 27199 27154 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 188810397 1753935872 237358 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27199/tid=27210] ppid=27197 vsize=1712828 CPUtime=0
/proc/27199/task/27210/stat : 27210 (java) S 27197 27199 27154 0 -1 64 3 0 0 0 0 0 0 0 15 0 13 0 188810397 1753935872 237358 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27199/tid=27211] ppid=27197 vsize=1712828 CPUtime=0
/proc/27199/task/27211/stat : 27211 (java) S 27197 27199 27154 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 188810491 1753935872 237358 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1797.44
Current children cumulated vsize (Kb) 1712828

[startup+1763.34 s]
/proc/loadavg: 1.00 1.02 1.00 2/76 27406
/proc/meminfo: memFree=494456/2055920 swapFree=4181408/4192956
[pid=27199] ppid=27197 vsize=1712828 CPUtime=1798.44
/proc/27199/stat : 27199 (java) R 27197 27199 27154 0 -1 0 282991 0 1 0 179648 196 0 0 25 0 13 0 188810387 1753935872 237358 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071661915 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/27199/statm: 428207 237358 1909 14 0 414954 0
[pid=27199/tid=27200] ppid=27197 vsize=1712828 CPUtime=35.42
/proc/27199/task/27200/stat : 27200 (java) S 27197 27199 27154 0 -1 64 113886 0 0 0 3471 71 0 0 16 0 13 0 188810390 1753935872 237358 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27199/tid=27201] ppid=27197 vsize=1712828 CPUtime=35.29
/proc/27199/task/27201/stat : 27201 (java) S 27197 27199 27154 0 -1 64 114712 0 0 0 3464 65 0 0 16 0 13 0 188810390 1753935872 237358 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27199/tid=27202] ppid=27197 vsize=1712828 CPUtime=0.49
/proc/27199/task/27202/stat : 27202 (java) S 27197 27199 27154 0 -1 64 99 0 0 0 30 19 0 0 16 0 13 0 188810393 1753935872 237358 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=27199/tid=27203] ppid=27197 vsize=1712828 CPUtime=0
/proc/27199/task/27203/stat : 27203 (java) S 27197 27199 27154 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 188810393 1753935872 237358 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27199/tid=27204] ppid=27197 vsize=1712828 CPUtime=0
/proc/27199/task/27204/stat : 27204 (java) S 27197 27199 27154 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 188810393 1753935872 237358 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27199/tid=27205] ppid=27197 vsize=1712828 CPUtime=0
/proc/27199/task/27205/stat : 27205 (java) S 27197 27199 27154 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 188810397 1753935872 237358 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27199/tid=27206] ppid=27197 vsize=1712828 CPUtime=0
/proc/27199/task/27206/stat : 27206 (java) S 27197 27199 27154 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 188810397 1753935872 237358 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27199/tid=27207] ppid=27197 vsize=1712828 CPUtime=0.86
/proc/27199/task/27207/stat : 27207 (java) S 27197 27199 27154 0 -1 64 2082 0 0 0 86 0 0 0 17 0 13 0 188810397 1753935872 237358 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27199/tid=27208] ppid=27197 vsize=1712828 CPUtime=0.78
/proc/27199/task/27208/stat : 27208 (java) S 27197 27199 27154 0 -1 64 732 0 0 0 78 0 0 0 16 0 13 0 188810397 1753935872 237358 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27199/tid=27209] ppid=27197 vsize=1712828 CPUtime=0
/proc/27199/task/27209/stat : 27209 (java) S 27197 27199 27154 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 188810397 1753935872 237358 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27199/tid=27210] ppid=27197 vsize=1712828 CPUtime=0
/proc/27199/task/27210/stat : 27210 (java) S 27197 27199 27154 0 -1 64 3 0 0 0 0 0 0 0 15 0 13 0 188810397 1753935872 237358 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27199/tid=27211] ppid=27197 vsize=1712828 CPUtime=0
/proc/27199/task/27211/stat : 27211 (java) S 27197 27199 27154 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 188810491 1753935872 237358 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1798.44
Current children cumulated vsize (Kb) 1712828

[startup+1764.34 s]
/proc/loadavg: 1.00 1.02 1.00 2/76 27406
/proc/meminfo: memFree=494008/2055920 swapFree=4181408/4192956
[pid=27199] ppid=27197 vsize=1712828 CPUtime=1799.48
/proc/27199/stat : 27199 (java) R 27197 27199 27154 0 -1 0 283096 0 1 0 179752 196 0 0 25 0 13 0 188810387 1753935872 237459 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071468205 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/27199/statm: 428207 237459 1909 14 0 414954 0
[pid=27199/tid=27200] ppid=27197 vsize=1712828 CPUtime=35.45
/proc/27199/task/27200/stat : 27200 (java) S 27197 27199 27154 0 -1 64 113929 0 0 0 3474 71 0 0 16 0 13 0 188810390 1753935872 237459 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27199/tid=27201] ppid=27197 vsize=1712828 CPUtime=35.32
/proc/27199/task/27201/stat : 27201 (java) S 27197 27199 27154 0 -1 64 114773 0 0 0 3467 65 0 0 16 0 13 0 188810390 1753935872 237459 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27199/tid=27202] ppid=27197 vsize=1712828 CPUtime=0.49
/proc/27199/task/27202/stat : 27202 (java) S 27197 27199 27154 0 -1 64 99 0 0 0 30 19 0 0 16 0 13 0 188810393 1753935872 237459 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=27199/tid=27203] ppid=27197 vsize=1712828 CPUtime=0
/proc/27199/task/27203/stat : 27203 (java) S 27197 27199 27154 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 188810393 1753935872 237459 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27199/tid=27204] ppid=27197 vsize=1712828 CPUtime=0
/proc/27199/task/27204/stat : 27204 (java) S 27197 27199 27154 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 188810393 1753935872 237459 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27199/tid=27205] ppid=27197 vsize=1712828 CPUtime=0
/proc/27199/task/27205/stat : 27205 (java) S 27197 27199 27154 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 188810397 1753935872 237459 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27199/tid=27206] ppid=27197 vsize=1712828 CPUtime=0
/proc/27199/task/27206/stat : 27206 (java) S 27197 27199 27154 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 188810397 1753935872 237459 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27199/tid=27207] ppid=27197 vsize=1712828 CPUtime=0.86
/proc/27199/task/27207/stat : 27207 (java) S 27197 27199 27154 0 -1 64 2082 0 0 0 86 0 0 0 17 0 13 0 188810397 1753935872 237459 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27199/tid=27208] ppid=27197 vsize=1712828 CPUtime=0.78
/proc/27199/task/27208/stat : 27208 (java) S 27197 27199 27154 0 -1 64 732 0 0 0 78 0 0 0 16 0 13 0 188810397 1753935872 237459 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27199/tid=27209] ppid=27197 vsize=1712828 CPUtime=0
/proc/27199/task/27209/stat : 27209 (java) S 27197 27199 27154 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 188810397 1753935872 237459 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27199/tid=27210] ppid=27197 vsize=1712828 CPUtime=0
/proc/27199/task/27210/stat : 27210 (java) S 27197 27199 27154 0 -1 64 3 0 0 0 0 0 0 0 15 0 13 0 188810397 1753935872 237459 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27199/tid=27211] ppid=27197 vsize=1712828 CPUtime=0
/proc/27199/task/27211/stat : 27211 (java) S 27197 27199 27154 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 188810491 1753935872 237459 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1799.48
Current children cumulated vsize (Kb) 1712828

[startup+1765.35 s]
/proc/loadavg: 1.00 1.02 1.00 2/76 27406
/proc/meminfo: memFree=493240/2055920 swapFree=4181408/4192956
[pid=27199] ppid=27197 vsize=1712828 CPUtime=1800.5
/proc/27199/stat : 27199 (java) R 27197 27199 27154 0 -1 0 283294 0 1 0 179854 196 0 0 18 0 13 0 188810387 1753935872 237644 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071498873 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/27199/statm: 428207 237644 1909 14 0 414954 0
[pid=27199/tid=27200] ppid=27197 vsize=1712828 CPUtime=35.47
/proc/27199/task/27200/stat : 27200 (java) S 27197 27199 27154 0 -1 64 114048 0 0 0 3476 71 0 0 16 0 13 0 188810390 1753935872 237644 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27199/tid=27201] ppid=27197 vsize=1712828 CPUtime=35.34
/proc/27199/task/27201/stat : 27201 (java) S 27197 27199 27154 0 -1 64 114851 0 0 0 3469 65 0 0 16 0 13 0 188810390 1753935872 237644 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27199/tid=27202] ppid=27197 vsize=1712828 CPUtime=0.49
/proc/27199/task/27202/stat : 27202 (java) S 27197 27199 27154 0 -1 64 99 0 0 0 30 19 0 0 16 0 13 0 188810393 1753935872 237644 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=27199/tid=27203] ppid=27197 vsize=1712828 CPUtime=0
/proc/27199/task/27203/stat : 27203 (java) S 27197 27199 27154 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 188810393 1753935872 237644 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27199/tid=27204] ppid=27197 vsize=1712828 CPUtime=0
/proc/27199/task/27204/stat : 27204 (java) S 27197 27199 27154 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 188810393 1753935872 237644 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27199/tid=27205] ppid=27197 vsize=1712828 CPUtime=0
/proc/27199/task/27205/stat : 27205 (java) S 27197 27199 27154 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 188810397 1753935872 237644 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27199/tid=27206] ppid=27197 vsize=1712828 CPUtime=0
/proc/27199/task/27206/stat : 27206 (java) S 27197 27199 27154 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 188810397 1753935872 237644 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27199/tid=27207] ppid=27197 vsize=1712828 CPUtime=0.86
/proc/27199/task/27207/stat : 27207 (java) S 27197 27199 27154 0 -1 64 2082 0 0 0 86 0 0 0 17 0 13 0 188810397 1753935872 237644 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27199/tid=27208] ppid=27197 vsize=1712828 CPUtime=0.78
/proc/27199/task/27208/stat : 27208 (java) S 27197 27199 27154 0 -1 64 732 0 0 0 78 0 0 0 16 0 13 0 188810397 1753935872 237644 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27199/tid=27209] ppid=27197 vsize=1712828 CPUtime=0
/proc/27199/task/27209/stat : 27209 (java) S 27197 27199 27154 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 188810397 1753935872 237644 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27199/tid=27210] ppid=27197 vsize=1712828 CPUtime=0
/proc/27199/task/27210/stat : 27210 (java) S 27197 27199 27154 0 -1 64 3 0 0 0 0 0 0 0 15 0 13 0 188810397 1753935872 237644 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27199/tid=27211] ppid=27197 vsize=1712828 CPUtime=0
/proc/27199/task/27211/stat : 27211 (java) S 27197 27199 27154 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 188810491 1753935872 237644 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.5
Current children cumulated vsize (Kb) 1712828



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1765.35 s]
/proc/loadavg: 1.00 1.02 1.00 2/76 27406
/proc/meminfo: memFree=493240/2055920 swapFree=4181408/4192956
[pid=27199] ppid=27197 vsize=1712828 CPUtime=1800.51
/proc/27199/stat : 27199 (java) R 27197 27199 27154 0 -1 0 283294 0 1 0 179855 196 0 0 18 0 13 0 188810387 1753935872 237644 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071619584 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/27199/statm: 428207 237644 1909 14 0 414954 0
[pid=27199/tid=27200] ppid=27197 vsize=1712828 CPUtime=35.47
/proc/27199/task/27200/stat : 27200 (java) S 27197 27199 27154 0 -1 64 114048 0 0 0 3476 71 0 0 16 0 13 0 188810390 1753935872 237644 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27199/tid=27201] ppid=27197 vsize=1712828 CPUtime=35.34
/proc/27199/task/27201/stat : 27201 (java) S 27197 27199 27154 0 -1 64 114851 0 0 0 3469 65 0 0 16 0 13 0 188810390 1753935872 237644 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27199/tid=27202] ppid=27197 vsize=1712828 CPUtime=0.49
/proc/27199/task/27202/stat : 27202 (java) S 27197 27199 27154 0 -1 64 99 0 0 0 30 19 0 0 16 0 13 0 188810393 1753935872 237644 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=27199/tid=27203] ppid=27197 vsize=1712828 CPUtime=0
/proc/27199/task/27203/stat : 27203 (java) S 27197 27199 27154 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 188810393 1753935872 237644 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27199/tid=27204] ppid=27197 vsize=1712828 CPUtime=0
/proc/27199/task/27204/stat : 27204 (java) S 27197 27199 27154 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 188810393 1753935872 237644 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27199/tid=27205] ppid=27197 vsize=1712828 CPUtime=0
/proc/27199/task/27205/stat : 27205 (java) S 27197 27199 27154 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 188810397 1753935872 237644 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27199/tid=27206] ppid=27197 vsize=1712828 CPUtime=0
/proc/27199/task/27206/stat : 27206 (java) S 27197 27199 27154 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 188810397 1753935872 237644 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27199/tid=27207] ppid=27197 vsize=1712828 CPUtime=0.86
/proc/27199/task/27207/stat : 27207 (java) S 27197 27199 27154 0 -1 64 2082 0 0 0 86 0 0 0 17 0 13 0 188810397 1753935872 237644 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27199/tid=27208] ppid=27197 vsize=1712828 CPUtime=0.78
/proc/27199/task/27208/stat : 27208 (java) S 27197 27199 27154 0 -1 64 732 0 0 0 78 0 0 0 16 0 13 0 188810397 1753935872 237644 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27199/tid=27209] ppid=27197 vsize=1712828 CPUtime=0
/proc/27199/task/27209/stat : 27209 (java) S 27197 27199 27154 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 188810397 1753935872 237644 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27199/tid=27210] ppid=27197 vsize=1712828 CPUtime=0
/proc/27199/task/27210/stat : 27210 (java) S 27197 27199 27154 0 -1 64 3 0 0 0 0 0 0 0 15 0 13 0 188810397 1753935872 237644 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27199/tid=27211] ppid=27197 vsize=1712828 CPUtime=0
/proc/27199/task/27211/stat : 27211 (java) S 27197 27199 27154 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 188810491 1753935872 237644 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.51
Current children cumulated vsize (Kb) 1712828

Sending SIGTERM to -27199
Sleeping 2 seconds

Child status: 143
Real time (s): 1765.54
CPU time (s): 1800.7
CPU user time (s): 1798.6
CPU system time (s): 2.10268
CPU usage (%): 101.991
Max. virtual memory (cumulated for all children) (Kb): 1712828

Launcher Data (download as text)

Begin job on node15 on Fri Jun  2 06:57:56 UTC 2006


FILE ID= 43682-1149231476

PBS_JOBID= 296483

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

MD5SUM SOLVER= e9637a7554f3ecdf74c1815f89d00213
MD5SUM BENCH=  582e49d5d5904d827aa5677e7d2575f7

RANDOM SEED= 289679747


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

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1439248 kB
Buffers:         23336 kB
Cached:         532996 kB
SwapCached:       3308 kB
Active:          86780 kB
Inactive:       478324 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1439248 kB
SwapTotal:     4192956 kB
SwapFree:      4181408 kB
Dirty:             180 kB
Writeback:           0 kB
Mapped:          14680 kB
Slab:            37556 kB
Committed_AS:   228772 kB
PageTables:       1488 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB


End job on node15 on Fri Jun  2 07:27:22 UTC 2006