Trace number 42252

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds, and are wall clock time (not CPU time).

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SAT4JPSEUDO 2006.2 Heuristics? (TO) 1800.26 1766.52

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.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.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@1df073d
0.22	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@1546e25
0.22	c org.sat4j.minisat.learning.MiniSATLearning@b66cc
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/node48/42252-1149231435/instance-42252-1149231435.opb
0.22	c reading problem ... 
1.04	c ... done. Time 0.818 ms.
1.04	c #vars     2903
1.04	c #constraints  2066
1766.33	c starts		: 10
1766.33	c conflicts		: 11354
1766.33	c decisions		: 183443
1766.33	c propagations		: 834376
1766.33	c inspects		: 19743808
1766.33	c learnt literals	: 0
1766.33	c learnt binary clauses	: 0
1766.33	c learnt ternary clauses	: 0
1766.33	c learnt clauses	: 11353
1766.33	c root simplifications	: 0
1766.33	c removed literals (reason simplification)	: 0
1766.33	c reason swapping (by a shorter reason)	: 0
1766.33	c Calls to reduceDB	: 0
1766.33	c speed (decisions/second)	: 103.91669579315342
1766.33	c non guided choices	930
1766.33	s UNKNOWN
1766.33	c Total wall clock time (ms): 1766.114

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

Current StackSize limit: 67108864 bytes

/proc/loadavg: 0.91 0.95 0.90 3/64 12205
/proc/meminfo: memFree=1344096/2055920 swapFree=4181440/4192956
[pid=12205] ppid=12203 vsize=1784 CPUtime=0
/proc/12205/stat : 12205 (java) R 12203 12205 12160 0 -1 0 178 0 0 0 0 0 0 0 18 0 1 0 188810541 1826816 148 18446744073709551615 134512640 134570276 4294956608 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/12205/statm: 446 148 113 14 0 91 0

[startup+10.012 s]
/proc/loadavg: 1.07 0.99 0.91 2/76 12217
/proc/meminfo: memFree=1156880/2055920 swapFree=4181440/4192956
[pid=12205] ppid=12203 vsize=1711808 CPUtime=11.05
/proc/12205/stat : 12205 (java) R 12203 12205 12160 0 -1 0 52400 0 1 0 1080 25 0 0 24 0 13 0 188810541 1752891392 48568 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071467354 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/12205/statm: 427952 48568 1905 14 0 414699 0
[pid=12205/tid=12206] ppid=12203 vsize=1711808 CPUtime=0.22
/proc/12205/task/12206/stat : 12206 (java) S 12203 12205 12160 0 -1 64 5848 0 0 0 19 3 0 0 16 0 13 0 188810544 1752891392 48568 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12205/tid=12207] ppid=12203 vsize=1711808 CPUtime=0.21
/proc/12205/task/12207/stat : 12207 (java) S 12203 12205 12160 0 -1 64 6301 0 0 0 19 2 0 0 17 0 13 0 188810544 1752891392 48568 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12205/tid=12208] ppid=12203 vsize=1711808 CPUtime=0
/proc/12205/task/12208/stat : 12208 (java) S 12203 12205 12160 0 -1 64 31 0 0 0 0 0 0 0 16 0 13 0 188810547 1752891392 48568 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=12205/tid=12209] ppid=12203 vsize=1711808 CPUtime=0
/proc/12205/task/12209/stat : 12209 (java) S 12203 12205 12160 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 188810547 1752891392 48568 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12205/tid=12210] ppid=12203 vsize=1711808 CPUtime=0
/proc/12205/task/12210/stat : 12210 (java) S 12203 12205 12160 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 188810547 1752891392 48568 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12205/tid=12211] ppid=12203 vsize=1711808 CPUtime=0
/proc/12205/task/12211/stat : 12211 (java) S 12203 12205 12160 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 188810551 1752891392 48568 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12205/tid=12212] ppid=12203 vsize=1711808 CPUtime=0
/proc/12205/task/12212/stat : 12212 (java) S 12203 12205 12160 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 188810551 1752891392 48568 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12205/tid=12213] ppid=12203 vsize=1711808 CPUtime=0.67
/proc/12205/task/12213/stat : 12213 (java) S 12203 12205 12160 0 -1 64 2029 0 0 0 67 0 0 0 17 0 13 0 188810551 1752891392 48568 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12205/tid=12214] ppid=12203 vsize=1711808 CPUtime=0.61
/proc/12205/task/12214/stat : 12214 (java) S 12203 12205 12160 0 -1 64 625 0 0 0 61 0 0 0 17 0 13 0 188810551 1752891392 48568 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12205/tid=12215] ppid=12203 vsize=1711808 CPUtime=0
/proc/12205/task/12215/stat : 12215 (java) S 12203 12205 12160 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 188810551 1752891392 48568 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12205/tid=12216] ppid=12203 vsize=1711808 CPUtime=0
/proc/12205/task/12216/stat : 12216 (java) S 12203 12205 12160 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 188810551 1752891392 48568 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12205/tid=12217] ppid=12203 vsize=1711808 CPUtime=0
/proc/12205/task/12217/stat : 12217 (java) S 12203 12205 12160 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 188810646 1752891392 48568 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 11.05
Current children cumulated vsize (Kb) 1711808

[startup+20.0289 s]
/proc/loadavg: 1.06 0.99 0.91 2/76 12217
/proc/meminfo: memFree=1131664/2055920 swapFree=4181440/4192956
[pid=12205] ppid=12203 vsize=1711584 CPUtime=21.23
/proc/12205/stat : 12205 (java) R 12203 12205 12160 0 -1 0 59527 0 1 0 2095 28 0 0 25 0 13 0 188810541 1752662016 54860 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071493530 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/12205/statm: 427896 54860 1909 14 0 414643 0
[pid=12205/tid=12206] ppid=12203 vsize=1711584 CPUtime=0.39
/proc/12205/task/12206/stat : 12206 (java) S 12203 12205 12160 0 -1 64 9158 0 0 0 34 5 0 0 16 0 13 0 188810544 1752662016 54860 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12205/tid=12207] ppid=12203 vsize=1711584 CPUtime=0.39
/proc/12205/task/12207/stat : 12207 (java) S 12203 12205 12160 0 -1 64 10099 0 0 0 35 4 0 0 16 0 13 0 188810544 1752662016 54860 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12205/tid=12208] ppid=12203 vsize=1711584 CPUtime=0
/proc/12205/task/12208/stat : 12208 (java) S 12203 12205 12160 0 -1 64 31 0 0 0 0 0 0 0 16 0 13 0 188810547 1752662016 54860 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=12205/tid=12209] ppid=12203 vsize=1711584 CPUtime=0
/proc/12205/task/12209/stat : 12209 (java) S 12203 12205 12160 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 188810547 1752662016 54860 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12205/tid=12210] ppid=12203 vsize=1711584 CPUtime=0
/proc/12205/task/12210/stat : 12210 (java) S 12203 12205 12160 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 188810547 1752662016 54860 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12205/tid=12211] ppid=12203 vsize=1711584 CPUtime=0
/proc/12205/task/12211/stat : 12211 (java) S 12203 12205 12160 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 188810551 1752662016 54860 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12205/tid=12212] ppid=12203 vsize=1711584 CPUtime=0
/proc/12205/task/12212/stat : 12212 (java) S 12203 12205 12160 0 -1 64 2 0 0 0 0 0 0 0 17 0 13 0 188810551 1752662016 54860 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12205/tid=12213] ppid=12203 vsize=1711584 CPUtime=0.69
/proc/12205/task/12213/stat : 12213 (java) S 12203 12205 12160 0 -1 64 2031 0 0 0 69 0 0 0 16 0 13 0 188810551 1752662016 54860 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12205/tid=12214] ppid=12203 vsize=1711584 CPUtime=0.61
/proc/12205/task/12214/stat : 12214 (java) S 12203 12205 12160 0 -1 64 625 0 0 0 61 0 0 0 17 0 13 0 188810551 1752662016 54860 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12205/tid=12215] ppid=12203 vsize=1711584 CPUtime=0
/proc/12205/task/12215/stat : 12215 (java) S 12203 12205 12160 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 188810551 1752662016 54860 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12205/tid=12216] ppid=12203 vsize=1711584 CPUtime=0
/proc/12205/task/12216/stat : 12216 (java) S 12203 12205 12160 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 188810551 1752662016 54860 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12205/tid=12217] ppid=12203 vsize=1711584 CPUtime=0
/proc/12205/task/12217/stat : 12217 (java) S 12203 12205 12160 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 188810646 1752662016 54860 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 21.23
Current children cumulated vsize (Kb) 1711584

[startup+30.0355 s]
/proc/loadavg: 1.05 0.99 0.91 2/76 12217
/proc/meminfo: memFree=1102544/2055920 swapFree=4181440/4192956
[pid=12205] ppid=12203 vsize=1711584 CPUtime=31.69
/proc/12205/stat : 12205 (java) R 12203 12205 12160 0 -1 0 68157 0 1 0 3137 32 0 0 20 0 13 0 188810541 1752662016 62158 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071483300 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/12205/statm: 427896 62158 1910 14 0 414643 0
[pid=12205/tid=12206] ppid=12203 vsize=1711584 CPUtime=0.59
/proc/12205/task/12206/stat : 12206 (java) S 12203 12205 12160 0 -1 64 13497 0 0 0 53 6 0 0 16 0 13 0 188810544 1752662016 62158 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12205/tid=12207] ppid=12203 vsize=1711584 CPUtime=0.59
/proc/12205/task/12207/stat : 12207 (java) S 12203 12205 12160 0 -1 64 13959 0 0 0 53 6 0 0 16 0 13 0 188810544 1752662016 62158 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12205/tid=12208] ppid=12203 vsize=1711584 CPUtime=0
/proc/12205/task/12208/stat : 12208 (java) S 12203 12205 12160 0 -1 64 31 0 0 0 0 0 0 0 16 0 13 0 188810547 1752662016 62158 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=12205/tid=12209] ppid=12203 vsize=1711584 CPUtime=0
/proc/12205/task/12209/stat : 12209 (java) S 12203 12205 12160 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 188810547 1752662016 62158 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12205/tid=12210] ppid=12203 vsize=1711584 CPUtime=0
/proc/12205/task/12210/stat : 12210 (java) S 12203 12205 12160 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 188810547 1752662016 62158 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12205/tid=12211] ppid=12203 vsize=1711584 CPUtime=0
/proc/12205/task/12211/stat : 12211 (java) S 12203 12205 12160 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 188810551 1752662016 62158 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12205/tid=12212] ppid=12203 vsize=1711584 CPUtime=0
/proc/12205/task/12212/stat : 12212 (java) S 12203 12205 12160 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 188810551 1752662016 62158 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12205/tid=12213] ppid=12203 vsize=1711584 CPUtime=0.88
/proc/12205/task/12213/stat : 12213 (java) S 12203 12205 12160 0 -1 64 2431 0 0 0 88 0 0 0 17 0 13 0 188810551 1752662016 62158 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12205/tid=12214] ppid=12203 vsize=1711584 CPUtime=0.73
/proc/12205/task/12214/stat : 12214 (java) S 12203 12205 12160 0 -1 64 640 0 0 0 73 0 0 0 16 0 13 0 188810551 1752662016 62158 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12205/tid=12215] ppid=12203 vsize=1711584 CPUtime=0
/proc/12205/task/12215/stat : 12215 (java) S 12203 12205 12160 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 188810551 1752662016 62158 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12205/tid=12216] ppid=12203 vsize=1711584 CPUtime=0
/proc/12205/task/12216/stat : 12216 (java) S 12203 12205 12160 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 188810551 1752662016 62158 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12205/tid=12217] ppid=12203 vsize=1711584 CPUtime=0
/proc/12205/task/12217/stat : 12217 (java) S 12203 12205 12160 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 188810646 1752662016 62158 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 31.69
Current children cumulated vsize (Kb) 1711584

[startup+40.0422 s]
/proc/loadavg: 1.04 0.99 0.91 2/76 12217
/proc/meminfo: memFree=1099856/2055920 swapFree=4181440/4192956
[pid=12205] ppid=12203 vsize=1711584 CPUtime=41.77
/proc/12205/stat : 12205 (java) R 12203 12205 12160 0 -1 0 70587 0 1 0 4144 33 0 0 22 0 13 0 188810541 1752662016 62779 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071391622 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/12205/statm: 427896 62779 1910 14 0 414643 0
[pid=12205/tid=12206] ppid=12203 vsize=1711584 CPUtime=0.67
/proc/12205/task/12206/stat : 12206 (java) S 12203 12205 12160 0 -1 64 14658 0 0 0 60 7 0 0 16 0 13 0 188810544 1752662016 62779 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12205/tid=12207] ppid=12203 vsize=1711584 CPUtime=0.67
/proc/12205/task/12207/stat : 12207 (java) S 12203 12205 12160 0 -1 64 15214 0 0 0 61 6 0 0 16 0 13 0 188810544 1752662016 62779 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12205/tid=12208] ppid=12203 vsize=1711584 CPUtime=0
/proc/12205/task/12208/stat : 12208 (java) S 12203 12205 12160 0 -1 64 34 0 0 0 0 0 0 0 16 0 13 0 188810547 1752662016 62779 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=12205/tid=12209] ppid=12203 vsize=1711584 CPUtime=0
/proc/12205/task/12209/stat : 12209 (java) S 12203 12205 12160 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 188810547 1752662016 62779 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12205/tid=12210] ppid=12203 vsize=1711584 CPUtime=0
/proc/12205/task/12210/stat : 12210 (java) S 12203 12205 12160 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 188810547 1752662016 62779 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12205/tid=12211] ppid=12203 vsize=1711584 CPUtime=0
/proc/12205/task/12211/stat : 12211 (java) S 12203 12205 12160 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 188810551 1752662016 62779 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12205/tid=12212] ppid=12203 vsize=1711584 CPUtime=0
/proc/12205/task/12212/stat : 12212 (java) S 12203 12205 12160 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 188810551 1752662016 62779 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12205/tid=12213] ppid=12203 vsize=1711584 CPUtime=0.88
/proc/12205/task/12213/stat : 12213 (java) S 12203 12205 12160 0 -1 64 2431 0 0 0 88 0 0 0 17 0 13 0 188810551 1752662016 62779 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12205/tid=12214] ppid=12203 vsize=1711584 CPUtime=0.73
/proc/12205/task/12214/stat : 12214 (java) S 12203 12205 12160 0 -1 64 640 0 0 0 73 0 0 0 16 0 13 0 188810551 1752662016 62779 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12205/tid=12215] ppid=12203 vsize=1711584 CPUtime=0
/proc/12205/task/12215/stat : 12215 (java) S 12203 12205 12160 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 188810551 1752662016 62779 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12205/tid=12216] ppid=12203 vsize=1711584 CPUtime=0
/proc/12205/task/12216/stat : 12216 (java) S 12203 12205 12160 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 188810551 1752662016 62779 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12205/tid=12217] ppid=12203 vsize=1711584 CPUtime=0
/proc/12205/task/12217/stat : 12217 (java) S 12203 12205 12160 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 188810646 1752662016 62779 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 41.77
Current children cumulated vsize (Kb) 1711584

[startup+50.0489 s]
/proc/loadavg: 1.04 0.99 0.91 2/76 12217
/proc/meminfo: memFree=1096400/2055920 swapFree=4181440/4192956
[pid=12205] ppid=12203 vsize=1711584 CPUtime=51.86
/proc/12205/stat : 12205 (java) R 12203 12205 12160 0 -1 0 73304 0 1 0 5151 35 0 0 25 0 13 0 188810541 1752662016 63658 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071656352 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/12205/statm: 427896 63658 1910 14 0 414643 0
[pid=12205/tid=12206] ppid=12203 vsize=1711584 CPUtime=0.75
/proc/12205/task/12206/stat : 12206 (java) S 12203 12205 12160 0 -1 64 15758 0 0 0 68 7 0 0 16 0 13 0 188810544 1752662016 63658 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12205/tid=12207] ppid=12203 vsize=1711584 CPUtime=0.76
/proc/12205/task/12207/stat : 12207 (java) S 12203 12205 12160 0 -1 64 16811 0 0 0 69 7 0 0 16 0 13 0 188810544 1752662016 63658 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12205/tid=12208] ppid=12203 vsize=1711584 CPUtime=0.01
/proc/12205/task/12208/stat : 12208 (java) S 12203 12205 12160 0 -1 64 42 0 0 0 1 0 0 0 16 0 13 0 188810547 1752662016 63658 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=12205/tid=12209] ppid=12203 vsize=1711584 CPUtime=0
/proc/12205/task/12209/stat : 12209 (java) S 12203 12205 12160 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 188810547 1752662016 63658 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12205/tid=12210] ppid=12203 vsize=1711584 CPUtime=0
/proc/12205/task/12210/stat : 12210 (java) S 12203 12205 12160 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 188810547 1752662016 63658 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12205/tid=12211] ppid=12203 vsize=1711584 CPUtime=0
/proc/12205/task/12211/stat : 12211 (java) S 12203 12205 12160 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 188810551 1752662016 63658 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12205/tid=12212] ppid=12203 vsize=1711584 CPUtime=0
/proc/12205/task/12212/stat : 12212 (java) S 12203 12205 12160 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 188810551 1752662016 63658 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12205/tid=12213] ppid=12203 vsize=1711584 CPUtime=0.88
/proc/12205/task/12213/stat : 12213 (java) S 12203 12205 12160 0 -1 64 2431 0 0 0 88 0 0 0 17 0 13 0 188810551 1752662016 63658 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12205/tid=12214] ppid=12203 vsize=1711584 CPUtime=0.73
/proc/12205/task/12214/stat : 12214 (java) S 12203 12205 12160 0 -1 64 640 0 0 0 73 0 0 0 16 0 13 0 188810551 1752662016 63658 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12205/tid=12215] ppid=12203 vsize=1711584 CPUtime=0
/proc/12205/task/12215/stat : 12215 (java) S 12203 12205 12160 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 188810551 1752662016 63658 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12205/tid=12216] ppid=12203 vsize=1711584 CPUtime=0
/proc/12205/task/12216/stat : 12216 (java) S 12203 12205 12160 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 188810551 1752662016 63658 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12205/tid=12217] ppid=12203 vsize=1711584 CPUtime=0
/proc/12205/task/12217/stat : 12217 (java) S 12203 12205 12160 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 188810646 1752662016 63658 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 51.86
Current children cumulated vsize (Kb) 1711584

[startup+60.0556 s]
/proc/loadavg: 1.03 0.99 0.91 2/76 12217
/proc/meminfo: memFree=1081488/2055920 swapFree=4181440/4192956
[pid=12205] ppid=12203 vsize=1711584 CPUtime=61.94
/proc/12205/stat : 12205 (java) R 12203 12205 12160 0 -1 0 77797 0 1 0 6157 37 0 0 19 0 13 0 188810541 1752662016 67358 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071657688 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/12205/statm: 427896 67358 1910 14 0 414643 0
[pid=12205/tid=12206] ppid=12203 vsize=1711584 CPUtime=0.83
/proc/12205/task/12206/stat : 12206 (java) S 12203 12205 12160 0 -1 64 17301 0 0 0 75 8 0 0 16 0 13 0 188810544 1752662016 67358 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12205/tid=12207] ppid=12203 vsize=1711584 CPUtime=0.84
/proc/12205/task/12207/stat : 12207 (java) S 12203 12205 12160 0 -1 64 18359 0 0 0 76 8 0 0 16 0 13 0 188810544 1752662016 67358 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12205/tid=12208] ppid=12203 vsize=1711584 CPUtime=0.01
/proc/12205/task/12208/stat : 12208 (java) S 12203 12205 12160 0 -1 64 47 0 0 0 1 0 0 0 16 0 13 0 188810547 1752662016 67358 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=12205/tid=12209] ppid=12203 vsize=1711584 CPUtime=0
/proc/12205/task/12209/stat : 12209 (java) S 12203 12205 12160 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 188810547 1752662016 67358 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12205/tid=12210] ppid=12203 vsize=1711584 CPUtime=0
/proc/12205/task/12210/stat : 12210 (java) S 12203 12205 12160 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 188810547 1752662016 67358 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12205/tid=12211] ppid=12203 vsize=1711584 CPUtime=0
/proc/12205/task/12211/stat : 12211 (java) S 12203 12205 12160 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 188810551 1752662016 67358 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0

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

[pid=12205/tid=12209] ppid=12203 vsize=1711584 CPUtime=0
/proc/12205/task/12209/stat : 12209 (java) S 12203 12205 12160 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 188810547 1752662016 232383 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12205/tid=12210] ppid=12203 vsize=1711584 CPUtime=0
/proc/12205/task/12210/stat : 12210 (java) S 12203 12205 12160 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 188810547 1752662016 232383 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12205/tid=12211] ppid=12203 vsize=1711584 CPUtime=0
/proc/12205/task/12211/stat : 12211 (java) S 12203 12205 12160 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 188810551 1752662016 232383 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12205/tid=12212] ppid=12203 vsize=1711584 CPUtime=0
/proc/12205/task/12212/stat : 12212 (java) S 12203 12205 12160 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 188810551 1752662016 232383 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12205/tid=12213] ppid=12203 vsize=1711584 CPUtime=0.88
/proc/12205/task/12213/stat : 12213 (java) S 12203 12205 12160 0 -1 64 2431 0 0 0 88 0 0 0 17 0 13 0 188810551 1752662016 232383 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12205/tid=12214] ppid=12203 vsize=1711584 CPUtime=0.73
/proc/12205/task/12214/stat : 12214 (java) S 12203 12205 12160 0 -1 64 640 0 0 0 73 0 0 0 16 0 13 0 188810551 1752662016 232383 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12205/tid=12215] ppid=12203 vsize=1711584 CPUtime=0
/proc/12205/task/12215/stat : 12215 (java) S 12203 12205 12160 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 188810551 1752662016 232383 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12205/tid=12216] ppid=12203 vsize=1711584 CPUtime=0
/proc/12205/task/12216/stat : 12216 (java) S 12203 12205 12160 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 188810551 1752662016 232383 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12205/tid=12217] ppid=12203 vsize=1711584 CPUtime=0
/proc/12205/task/12217/stat : 12217 (java) S 12203 12205 12160 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 188810646 1752662016 232383 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1795.92
Current children cumulated vsize (Kb) 1711584

[startup+1763.31 s]
/proc/loadavg: 1.03 1.02 0.95 2/76 12412
/proc/meminfo: memFree=419288/2055920 swapFree=4181440/4192956
[pid=12205] ppid=12203 vsize=1711584 CPUtime=1796.95
/proc/12205/stat : 12205 (java) R 12203 12205 12160 0 -1 0 282920 0 1 0 179524 171 0 0 22 0 13 0 188810541 1752662016 232385 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071391578 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/12205/statm: 427896 232385 1910 14 0 414643 0
[pid=12205/tid=12206] ppid=12203 vsize=1711584 CPUtime=33.65
/proc/12205/task/12206/stat : 12206 (java) S 12203 12205 12160 0 -1 64 106155 0 0 0 3308 57 0 0 17 0 13 0 188810544 1752662016 232385 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12205/tid=12207] ppid=12203 vsize=1711584 CPUtime=33.62
/proc/12205/task/12207/stat : 12207 (java) S 12203 12205 12160 0 -1 64 117134 0 0 0 3308 54 0 0 16 0 13 0 188810544 1752662016 232385 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12205/tid=12208] ppid=12203 vsize=1711584 CPUtime=0.49
/proc/12205/task/12208/stat : 12208 (java) S 12203 12205 12160 0 -1 64 104 0 0 0 31 18 0 0 16 0 13 0 188810547 1752662016 232385 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=12205/tid=12209] ppid=12203 vsize=1711584 CPUtime=0
/proc/12205/task/12209/stat : 12209 (java) S 12203 12205 12160 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 188810547 1752662016 232385 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12205/tid=12210] ppid=12203 vsize=1711584 CPUtime=0
/proc/12205/task/12210/stat : 12210 (java) S 12203 12205 12160 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 188810547 1752662016 232385 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12205/tid=12211] ppid=12203 vsize=1711584 CPUtime=0
/proc/12205/task/12211/stat : 12211 (java) S 12203 12205 12160 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 188810551 1752662016 232385 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12205/tid=12212] ppid=12203 vsize=1711584 CPUtime=0
/proc/12205/task/12212/stat : 12212 (java) S 12203 12205 12160 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 188810551 1752662016 232385 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12205/tid=12213] ppid=12203 vsize=1711584 CPUtime=0.88
/proc/12205/task/12213/stat : 12213 (java) S 12203 12205 12160 0 -1 64 2431 0 0 0 88 0 0 0 17 0 13 0 188810551 1752662016 232385 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12205/tid=12214] ppid=12203 vsize=1711584 CPUtime=0.73
/proc/12205/task/12214/stat : 12214 (java) S 12203 12205 12160 0 -1 64 640 0 0 0 73 0 0 0 16 0 13 0 188810551 1752662016 232385 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12205/tid=12215] ppid=12203 vsize=1711584 CPUtime=0
/proc/12205/task/12215/stat : 12215 (java) S 12203 12205 12160 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 188810551 1752662016 232385 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12205/tid=12216] ppid=12203 vsize=1711584 CPUtime=0
/proc/12205/task/12216/stat : 12216 (java) S 12203 12205 12160 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 188810551 1752662016 232385 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12205/tid=12217] ppid=12203 vsize=1711584 CPUtime=0
/proc/12205/task/12217/stat : 12217 (java) S 12203 12205 12160 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 188810646 1752662016 232385 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1796.95
Current children cumulated vsize (Kb) 1711584

[startup+1764.31 s]
/proc/loadavg: 1.03 1.02 0.95 2/76 12412
/proc/meminfo: memFree=418840/2055920 swapFree=4181440/4192956
[pid=12205] ppid=12203 vsize=1711584 CPUtime=1797.99
/proc/12205/stat : 12205 (java) R 12203 12205 12160 0 -1 0 283021 0 1 0 179628 171 0 0 23 0 13 0 188810541 1752662016 232484 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071648933 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/12205/statm: 427896 232484 1910 14 0 414643 0
[pid=12205/tid=12206] ppid=12203 vsize=1711584 CPUtime=33.68
/proc/12205/task/12206/stat : 12206 (java) S 12203 12205 12160 0 -1 64 106197 0 0 0 3311 57 0 0 16 0 13 0 188810544 1752662016 232484 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12205/tid=12207] ppid=12203 vsize=1711584 CPUtime=33.65
/proc/12205/task/12207/stat : 12207 (java) S 12203 12205 12160 0 -1 64 117192 0 0 0 3311 54 0 0 16 0 13 0 188810544 1752662016 232484 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12205/tid=12208] ppid=12203 vsize=1711584 CPUtime=0.49
/proc/12205/task/12208/stat : 12208 (java) S 12203 12205 12160 0 -1 64 104 0 0 0 31 18 0 0 16 0 13 0 188810547 1752662016 232484 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=12205/tid=12209] ppid=12203 vsize=1711584 CPUtime=0
/proc/12205/task/12209/stat : 12209 (java) S 12203 12205 12160 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 188810547 1752662016 232484 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12205/tid=12210] ppid=12203 vsize=1711584 CPUtime=0
/proc/12205/task/12210/stat : 12210 (java) S 12203 12205 12160 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 188810547 1752662016 232484 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12205/tid=12211] ppid=12203 vsize=1711584 CPUtime=0
/proc/12205/task/12211/stat : 12211 (java) S 12203 12205 12160 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 188810551 1752662016 232484 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12205/tid=12212] ppid=12203 vsize=1711584 CPUtime=0
/proc/12205/task/12212/stat : 12212 (java) S 12203 12205 12160 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 188810551 1752662016 232484 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12205/tid=12213] ppid=12203 vsize=1711584 CPUtime=0.88
/proc/12205/task/12213/stat : 12213 (java) S 12203 12205 12160 0 -1 64 2431 0 0 0 88 0 0 0 17 0 13 0 188810551 1752662016 232484 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12205/tid=12214] ppid=12203 vsize=1711584 CPUtime=0.73
/proc/12205/task/12214/stat : 12214 (java) S 12203 12205 12160 0 -1 64 640 0 0 0 73 0 0 0 16 0 13 0 188810551 1752662016 232484 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12205/tid=12215] ppid=12203 vsize=1711584 CPUtime=0
/proc/12205/task/12215/stat : 12215 (java) S 12203 12205 12160 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 188810551 1752662016 232484 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12205/tid=12216] ppid=12203 vsize=1711584 CPUtime=0
/proc/12205/task/12216/stat : 12216 (java) S 12203 12205 12160 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 188810551 1752662016 232484 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12205/tid=12217] ppid=12203 vsize=1711584 CPUtime=0
/proc/12205/task/12217/stat : 12217 (java) S 12203 12205 12160 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 188810646 1752662016 232484 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1797.99
Current children cumulated vsize (Kb) 1711584

[startup+1765.32 s]
/proc/loadavg: 1.03 1.02 0.95 2/76 12412
/proc/meminfo: memFree=418200/2055920 swapFree=4181440/4192956
[pid=12205] ppid=12203 vsize=1711584 CPUtime=1799.03
/proc/12205/stat : 12205 (java) R 12203 12205 12160 0 -1 0 283209 0 1 0 179732 171 0 0 17 0 13 0 188810541 1752662016 232655 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071649025 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/12205/statm: 427896 232655 1910 14 0 414643 0
[pid=12205/tid=12206] ppid=12203 vsize=1711584 CPUtime=33.72
/proc/12205/task/12206/stat : 12206 (java) S 12203 12205 12160 0 -1 64 106261 0 0 0 3315 57 0 0 16 0 13 0 188810544 1752662016 232655 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12205/tid=12207] ppid=12203 vsize=1711584 CPUtime=33.68
/proc/12205/task/12207/stat : 12207 (java) S 12203 12205 12160 0 -1 64 117314 0 0 0 3314 54 0 0 16 0 13 0 188810544 1752662016 232655 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12205/tid=12208] ppid=12203 vsize=1711584 CPUtime=0.49
/proc/12205/task/12208/stat : 12208 (java) S 12203 12205 12160 0 -1 64 104 0 0 0 31 18 0 0 16 0 13 0 188810547 1752662016 232655 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=12205/tid=12209] ppid=12203 vsize=1711584 CPUtime=0
/proc/12205/task/12209/stat : 12209 (java) S 12203 12205 12160 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 188810547 1752662016 232655 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12205/tid=12210] ppid=12203 vsize=1711584 CPUtime=0
/proc/12205/task/12210/stat : 12210 (java) S 12203 12205 12160 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 188810547 1752662016 232655 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12205/tid=12211] ppid=12203 vsize=1711584 CPUtime=0
/proc/12205/task/12211/stat : 12211 (java) S 12203 12205 12160 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 188810551 1752662016 232655 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12205/tid=12212] ppid=12203 vsize=1711584 CPUtime=0
/proc/12205/task/12212/stat : 12212 (java) S 12203 12205 12160 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 188810551 1752662016 232655 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12205/tid=12213] ppid=12203 vsize=1711584 CPUtime=0.88
/proc/12205/task/12213/stat : 12213 (java) S 12203 12205 12160 0 -1 64 2431 0 0 0 88 0 0 0 17 0 13 0 188810551 1752662016 232655 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12205/tid=12214] ppid=12203 vsize=1711584 CPUtime=0.73
/proc/12205/task/12214/stat : 12214 (java) S 12203 12205 12160 0 -1 64 640 0 0 0 73 0 0 0 16 0 13 0 188810551 1752662016 232655 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12205/tid=12215] ppid=12203 vsize=1711584 CPUtime=0
/proc/12205/task/12215/stat : 12215 (java) S 12203 12205 12160 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 188810551 1752662016 232655 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12205/tid=12216] ppid=12203 vsize=1711584 CPUtime=0
/proc/12205/task/12216/stat : 12216 (java) S 12203 12205 12160 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 188810551 1752662016 232655 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12205/tid=12217] ppid=12203 vsize=1711584 CPUtime=0
/proc/12205/task/12217/stat : 12217 (java) S 12203 12205 12160 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 188810646 1752662016 232655 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1799.03
Current children cumulated vsize (Kb) 1711584

[startup+1766.32 s]
/proc/loadavg: 1.03 1.02 0.95 2/76 12412
/proc/meminfo: memFree=418200/2055920 swapFree=4181440/4192956
[pid=12205] ppid=12203 vsize=1711584 CPUtime=1800.06
/proc/12205/stat : 12205 (java) R 12203 12205 12160 0 -1 0 283211 0 1 0 179835 171 0 0 22 0 13 0 188810541 1752662016 232656 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071503400 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/12205/statm: 427896 232656 1910 14 0 414643 0
[pid=12205/tid=12206] ppid=12203 vsize=1711584 CPUtime=33.74
/proc/12205/task/12206/stat : 12206 (java) S 12203 12205 12160 0 -1 64 106261 0 0 0 3317 57 0 0 16 0 13 0 188810544 1752662016 232656 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12205/tid=12207] ppid=12203 vsize=1711584 CPUtime=33.71
/proc/12205/task/12207/stat : 12207 (java) S 12203 12205 12160 0 -1 64 117315 0 0 0 3317 54 0 0 16 0 13 0 188810544 1752662016 232656 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12205/tid=12208] ppid=12203 vsize=1711584 CPUtime=0.49
/proc/12205/task/12208/stat : 12208 (java) S 12203 12205 12160 0 -1 64 104 0 0 0 31 18 0 0 16 0 13 0 188810547 1752662016 232656 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=12205/tid=12209] ppid=12203 vsize=1711584 CPUtime=0
/proc/12205/task/12209/stat : 12209 (java) S 12203 12205 12160 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 188810547 1752662016 232656 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12205/tid=12210] ppid=12203 vsize=1711584 CPUtime=0
/proc/12205/task/12210/stat : 12210 (java) S 12203 12205 12160 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 188810547 1752662016 232656 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12205/tid=12211] ppid=12203 vsize=1711584 CPUtime=0
/proc/12205/task/12211/stat : 12211 (java) S 12203 12205 12160 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 188810551 1752662016 232656 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12205/tid=12212] ppid=12203 vsize=1711584 CPUtime=0
/proc/12205/task/12212/stat : 12212 (java) S 12203 12205 12160 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 188810551 1752662016 232656 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12205/tid=12213] ppid=12203 vsize=1711584 CPUtime=0.88
/proc/12205/task/12213/stat : 12213 (java) S 12203 12205 12160 0 -1 64 2431 0 0 0 88 0 0 0 17 0 13 0 188810551 1752662016 232656 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12205/tid=12214] ppid=12203 vsize=1711584 CPUtime=0.73
/proc/12205/task/12214/stat : 12214 (java) S 12203 12205 12160 0 -1 64 640 0 0 0 73 0 0 0 16 0 13 0 188810551 1752662016 232656 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12205/tid=12215] ppid=12203 vsize=1711584 CPUtime=0
/proc/12205/task/12215/stat : 12215 (java) S 12203 12205 12160 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 188810551 1752662016 232656 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12205/tid=12216] ppid=12203 vsize=1711584 CPUtime=0
/proc/12205/task/12216/stat : 12216 (java) S 12203 12205 12160 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 188810551 1752662016 232656 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12205/tid=12217] ppid=12203 vsize=1711584 CPUtime=0
/proc/12205/task/12217/stat : 12217 (java) S 12203 12205 12160 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 188810646 1752662016 232656 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (Kb) 1711584



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1766.33 s]
/proc/loadavg: 1.03 1.02 0.95 2/76 12412
/proc/meminfo: memFree=418200/2055920 swapFree=4181440/4192956
[pid=12205] ppid=12203 vsize=1711584 CPUtime=1800.07
/proc/12205/stat : 12205 (java) R 12203 12205 12160 0 -1 0 283211 0 1 0 179836 171 0 0 22 0 13 0 188810541 1752662016 232656 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071569427 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/12205/statm: 427896 232656 1910 14 0 414643 0
[pid=12205/tid=12206] ppid=12203 vsize=1711584 CPUtime=33.74
/proc/12205/task/12206/stat : 12206 (java) S 12203 12205 12160 0 -1 64 106261 0 0 0 3317 57 0 0 16 0 13 0 188810544 1752662016 232656 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12205/tid=12207] ppid=12203 vsize=1711584 CPUtime=33.71
/proc/12205/task/12207/stat : 12207 (java) S 12203 12205 12160 0 -1 64 117315 0 0 0 3317 54 0 0 16 0 13 0 188810544 1752662016 232656 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12205/tid=12208] ppid=12203 vsize=1711584 CPUtime=0.49
/proc/12205/task/12208/stat : 12208 (java) S 12203 12205 12160 0 -1 64 104 0 0 0 31 18 0 0 16 0 13 0 188810547 1752662016 232656 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=12205/tid=12209] ppid=12203 vsize=1711584 CPUtime=0
/proc/12205/task/12209/stat : 12209 (java) S 12203 12205 12160 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 188810547 1752662016 232656 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12205/tid=12210] ppid=12203 vsize=1711584 CPUtime=0
/proc/12205/task/12210/stat : 12210 (java) S 12203 12205 12160 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 188810547 1752662016 232656 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12205/tid=12211] ppid=12203 vsize=1711584 CPUtime=0
/proc/12205/task/12211/stat : 12211 (java) S 12203 12205 12160 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 188810551 1752662016 232656 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12205/tid=12212] ppid=12203 vsize=1711584 CPUtime=0
/proc/12205/task/12212/stat : 12212 (java) S 12203 12205 12160 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 188810551 1752662016 232656 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12205/tid=12213] ppid=12203 vsize=1711584 CPUtime=0.88
/proc/12205/task/12213/stat : 12213 (java) S 12203 12205 12160 0 -1 64 2431 0 0 0 88 0 0 0 17 0 13 0 188810551 1752662016 232656 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12205/tid=12214] ppid=12203 vsize=1711584 CPUtime=0.73
/proc/12205/task/12214/stat : 12214 (java) S 12203 12205 12160 0 -1 64 640 0 0 0 73 0 0 0 16 0 13 0 188810551 1752662016 232656 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12205/tid=12215] ppid=12203 vsize=1711584 CPUtime=0
/proc/12205/task/12215/stat : 12215 (java) S 12203 12205 12160 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 188810551 1752662016 232656 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12205/tid=12216] ppid=12203 vsize=1711584 CPUtime=0
/proc/12205/task/12216/stat : 12216 (java) S 12203 12205 12160 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 188810551 1752662016 232656 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12205/tid=12217] ppid=12203 vsize=1711584 CPUtime=0
/proc/12205/task/12217/stat : 12217 (java) S 12203 12205 12160 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 188810646 1752662016 232656 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (Kb) 1711584

Sending SIGTERM to -12205
Sleeping 2 seconds

Child status: 143
Real time (s): 1766.52
CPU time (s): 1800.26
CPU user time (s): 1798.41
CPU system time (s): 1.85272
CPU usage (%): 101.91
Max. virtual memory (cumulated for all children) (Kb): 1711808

Launcher Data (download as text)

Begin job on node48 on Fri Jun  2 06:57:15 UTC 2006


FILE ID= 42252-1149231435

PBS_JOBID= 296481

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

MD5SUM SOLVER= 3cef94aa015dc0dd234d31843a257d70
MD5SUM BENCH=  582e49d5d5904d827aa5677e7d2575f7

RANDOM SEED= 953220249


/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.259
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.259
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:       1344304 kB
Buffers:         22772 kB
Cached:         616780 kB
SwapCached:       3388 kB
Active:         223572 kB
Inactive:       424832 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1344304 kB
SwapTotal:     4192956 kB
SwapFree:      4181440 kB
Dirty:             204 kB
Writeback:           0 kB
Mapped:          14856 kB
Slab:            49256 kB
Committed_AS:   205996 kB
PageTables:       1412 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB


End job on node48 on Fri Jun  2 07:26:42 UTC 2006