Trace number 43537

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.84 1782.4

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/
namasivayam/tsp/normalized-t3002.11tsp11.1900670234.opb
MD5SUM92f66beef1a16468af1cdeb8f0308249
Bench CategorySATUNSAT-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark411.582
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables231
Total number of constraints2707
Number of constraints which are clauses2684
Number of constraints which are cardinality constraints (but not clauses)22
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint110
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 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 641
Number of bits of the biggest sum of numbers10
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.20	c Cutting planes based inference
0.20	c --- Begin Solver configuration ---
0.20	c org.sat4j.minisat.uip.FirstUIP@1037c71
0.20	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@1df073d
0.20	c org.sat4j.minisat.learning.MiniSATLearning@1546e25
0.20	c conflictBoundIncFactor=1.5 learntBoundIncFactor=1.1 initLearntBoundConstraintFactor=10000.0 initConflictBound=100 
0.20	c VSIDS like heuristics from MiniSAT using a heap
0.20	c No reason simplification
0.20	c --- End Solver configuration ---
0.20	c solving ROOT/tmp/node49/43537-1149214713/instance-43537-1149214713.opb
0.20	c reading problem ... 
0.61	c ... done. Time 0.409 ms.
0.61	c #vars     231
0.61	c #constraints  2707
1782.30	c starts		: 13
1782.30	c conflicts		: 36878
1782.30	c decisions		: 136850
1782.30	c propagations		: 1060300
1782.30	c inspects		: 549465248
1782.30	c learnt literals	: 0
1782.30	c learnt binary clauses	: 0
1782.30	c learnt ternary clauses	: 9
1782.30	c learnt clauses	: 36878
1782.30	c root simplifications	: 0
1782.30	c removed literals (reason simplification)	: 0
1782.30	c reason swapping (by a shorter reason)	: 0
1782.30	c Calls to reduceDB	: 0
1782.30	c speed (decisions/second)	: 76.80926942233368
1782.30	c non guided choices	227
1782.30	s UNKNOWN
1782.30	c Total wall clock time (ms): 1782.097

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

Current StackSize limit: 67108864 bytes

/proc/loadavg: 0.91 0.97 0.91 2/64 27415
/proc/meminfo: memFree=1360752/2055920 swapFree=4181416/4192956
[pid=27415] ppid=27413 vsize=1784 CPUtime=0
/proc/27415/stat : 27415 (java) R 27413 27415 27370 0 -1 0 148 0 0 0 0 0 0 0 19 0 1 0 187138471 1826816 120 18446744073709551615 134512640 134570276 4294956624 18446744073709551615 2950779 0 0 4096 0 0 0 0 17 1 0 0
/proc/27415/statm: 446 125 91 14 0 91 0

[startup+10.0026 s]
/proc/loadavg: 0.93 0.97 0.91 2/76 27427
/proc/meminfo: memFree=1169944/2055920 swapFree=4181416/4192956
[pid=27415] ppid=27413 vsize=1711932 CPUtime=11.31
/proc/27415/stat : 27415 (java) R 27413 27415 27370 0 -1 0 53147 0 1 0 1107 24 0 0 19 0 13 0 187138471 1753018368 49486 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071438836 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/27415/statm: 427983 49486 1912 14 0 414730 0
[pid=27415/tid=27416] ppid=27413 vsize=1711932 CPUtime=0.18
/proc/27415/task/27416/stat : 27416 (java) S 27413 27415 27370 0 -1 64 5131 0 0 0 16 2 0 0 15 0 13 0 187138474 1753018368 49486 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27415/tid=27417] ppid=27413 vsize=1711932 CPUtime=0.17
/proc/27415/task/27417/stat : 27417 (java) S 27413 27415 27370 0 -1 64 5052 0 0 0 15 2 0 0 16 0 13 0 187138474 1753018368 49486 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27415/tid=27418] ppid=27413 vsize=1711932 CPUtime=0
/proc/27415/task/27418/stat : 27418 (java) S 27413 27415 27370 0 -1 64 30 0 0 0 0 0 0 0 15 0 13 0 187138477 1753018368 49486 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=27415/tid=27419] ppid=27413 vsize=1711932 CPUtime=0
/proc/27415/task/27419/stat : 27419 (java) S 27413 27415 27370 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 187138477 1753018368 49486 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27415/tid=27420] ppid=27413 vsize=1711932 CPUtime=0
/proc/27415/task/27420/stat : 27420 (java) S 27413 27415 27370 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 187138477 1753018368 49486 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27415/tid=27421] ppid=27413 vsize=1711932 CPUtime=0
/proc/27415/task/27421/stat : 27421 (java) S 27413 27415 27370 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 187138480 1753018368 49486 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27415/tid=27422] ppid=27413 vsize=1711932 CPUtime=0.01
/proc/27415/task/27422/stat : 27422 (java) S 27413 27415 27370 0 -1 64 2 0 0 0 1 0 0 0 16 0 13 0 187138480 1753018368 49486 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27415/tid=27423] ppid=27413 vsize=1711932 CPUtime=0.73
/proc/27415/task/27423/stat : 27423 (java) S 27413 27415 27370 0 -1 64 1927 0 0 0 73 0 0 0 15 0 13 0 187138481 1753018368 49486 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27415/tid=27424] ppid=27413 vsize=1711932 CPUtime=0.85
/proc/27415/task/27424/stat : 27424 (java) S 27413 27415 27370 0 -1 64 1492 0 0 0 84 1 0 0 16 0 13 0 187138481 1753018368 49486 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27415/tid=27425] ppid=27413 vsize=1711932 CPUtime=0
/proc/27415/task/27425/stat : 27425 (java) S 27413 27415 27370 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 187138481 1753018368 49486 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27415/tid=27426] ppid=27413 vsize=1711932 CPUtime=0
/proc/27415/task/27426/stat : 27426 (java) S 27413 27415 27370 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 187138481 1753018368 49486 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27415/tid=27427] ppid=27413 vsize=1711932 CPUtime=0
/proc/27415/task/27427/stat : 27427 (java) S 27413 27415 27370 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 187138532 1753018368 49486 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 11.31
Current children cumulated vsize (Kb) 1711932

[startup+20.0105 s]
/proc/loadavg: 0.94 0.97 0.91 2/76 27427
/proc/meminfo: memFree=1165280/2055920 swapFree=4181416/4192956
[pid=27415] ppid=27413 vsize=1711240 CPUtime=21.4
/proc/27415/stat : 27415 (java) R 27413 27415 27370 0 -1 0 55656 0 1 0 2114 26 0 0 24 0 13 0 187138471 1752309760 50629 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071473064 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/27415/statm: 427810 50629 1912 14 0 414557 0
[pid=27415/tid=27416] ppid=27413 vsize=1711240 CPUtime=0.25
/proc/27415/task/27416/stat : 27416 (java) S 27413 27415 27370 0 -1 64 6368 0 0 0 23 2 0 0 16 0 13 0 187138474 1752309760 50629 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27415/tid=27417] ppid=27413 vsize=1711240 CPUtime=0.25
/proc/27415/task/27417/stat : 27417 (java) S 27413 27415 27370 0 -1 64 6314 0 0 0 22 3 0 0 16 0 13 0 187138474 1752309760 50629 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27415/tid=27418] ppid=27413 vsize=1711240 CPUtime=0
/proc/27415/task/27418/stat : 27418 (java) S 27413 27415 27370 0 -1 64 30 0 0 0 0 0 0 0 16 0 13 0 187138477 1752309760 50629 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=27415/tid=27419] ppid=27413 vsize=1711240 CPUtime=0
/proc/27415/task/27419/stat : 27419 (java) S 27413 27415 27370 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 187138477 1752309760 50629 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27415/tid=27420] ppid=27413 vsize=1711240 CPUtime=0
/proc/27415/task/27420/stat : 27420 (java) S 27413 27415 27370 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 187138477 1752309760 50629 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27415/tid=27421] ppid=27413 vsize=1711240 CPUtime=0
/proc/27415/task/27421/stat : 27421 (java) S 27413 27415 27370 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 187138480 1752309760 50629 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27415/tid=27422] ppid=27413 vsize=1711240 CPUtime=0.01
/proc/27415/task/27422/stat : 27422 (java) S 27413 27415 27370 0 -1 64 2 0 0 0 1 0 0 0 16 0 13 0 187138480 1752309760 50629 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27415/tid=27423] ppid=27413 vsize=1711240 CPUtime=0.73
/proc/27415/task/27423/stat : 27423 (java) S 27413 27415 27370 0 -1 64 1927 0 0 0 73 0 0 0 16 0 13 0 187138481 1752309760 50629 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27415/tid=27424] ppid=27413 vsize=1711240 CPUtime=0.86
/proc/27415/task/27424/stat : 27424 (java) S 27413 27415 27370 0 -1 64 1492 0 0 0 85 1 0 0 16 0 13 0 187138481 1752309760 50629 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27415/tid=27425] ppid=27413 vsize=1711240 CPUtime=0
/proc/27415/task/27425/stat : 27425 (java) S 27413 27415 27370 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 187138481 1752309760 50629 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27415/tid=27426] ppid=27413 vsize=1711240 CPUtime=0
/proc/27415/task/27426/stat : 27426 (java) S 27413 27415 27370 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 187138481 1752309760 50629 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27415/tid=27427] ppid=27413 vsize=1711240 CPUtime=0
/proc/27415/task/27427/stat : 27427 (java) S 27413 27415 27370 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 187138532 1752309760 50629 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 21.4
Current children cumulated vsize (Kb) 1711240

[startup+30.0183 s]
/proc/loadavg: 0.95 0.97 0.91 2/76 27427
/proc/meminfo: memFree=1164768/2055920 swapFree=4181416/4192956
[pid=27415] ppid=27413 vsize=1711240 CPUtime=31.47
/proc/27415/stat : 27415 (java) R 27413 27415 27370 0 -1 0 57828 0 1 0 3120 27 0 0 23 0 13 0 187138471 1752309760 50751 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071446180 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/27415/statm: 427810 50751 1912 14 0 414557 0
[pid=27415/tid=27416] ppid=27413 vsize=1711240 CPUtime=0.32
/proc/27415/task/27416/stat : 27416 (java) S 27413 27415 27370 0 -1 64 7536 0 0 0 29 3 0 0 16 0 13 0 187138474 1752309760 50751 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27415/tid=27417] ppid=27413 vsize=1711240 CPUtime=0.31
/proc/27415/task/27417/stat : 27417 (java) S 27413 27415 27370 0 -1 64 7309 0 0 0 28 3 0 0 16 0 13 0 187138474 1752309760 50751 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27415/tid=27418] ppid=27413 vsize=1711240 CPUtime=0
/proc/27415/task/27418/stat : 27418 (java) S 27413 27415 27370 0 -1 64 30 0 0 0 0 0 0 0 16 0 13 0 187138477 1752309760 50751 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=27415/tid=27419] ppid=27413 vsize=1711240 CPUtime=0
/proc/27415/task/27419/stat : 27419 (java) S 27413 27415 27370 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 187138477 1752309760 50751 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27415/tid=27420] ppid=27413 vsize=1711240 CPUtime=0
/proc/27415/task/27420/stat : 27420 (java) S 27413 27415 27370 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 187138477 1752309760 50751 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27415/tid=27421] ppid=27413 vsize=1711240 CPUtime=0
/proc/27415/task/27421/stat : 27421 (java) S 27413 27415 27370 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 187138480 1752309760 50751 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27415/tid=27422] ppid=27413 vsize=1711240 CPUtime=0.01
/proc/27415/task/27422/stat : 27422 (java) S 27413 27415 27370 0 -1 64 2 0 0 0 1 0 0 0 16 0 13 0 187138480 1752309760 50751 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27415/tid=27423] ppid=27413 vsize=1711240 CPUtime=0.74
/proc/27415/task/27423/stat : 27423 (java) S 27413 27415 27370 0 -1 64 1927 0 0 0 74 0 0 0 17 0 13 0 187138481 1752309760 50751 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27415/tid=27424] ppid=27413 vsize=1711240 CPUtime=0.86
/proc/27415/task/27424/stat : 27424 (java) S 27413 27415 27370 0 -1 64 1492 0 0 0 85 1 0 0 16 0 13 0 187138481 1752309760 50751 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27415/tid=27425] ppid=27413 vsize=1711240 CPUtime=0
/proc/27415/task/27425/stat : 27425 (java) S 27413 27415 27370 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 187138481 1752309760 50751 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27415/tid=27426] ppid=27413 vsize=1711240 CPUtime=0
/proc/27415/task/27426/stat : 27426 (java) S 27413 27415 27370 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 187138481 1752309760 50751 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27415/tid=27427] ppid=27413 vsize=1711240 CPUtime=0
/proc/27415/task/27427/stat : 27427 (java) S 27413 27415 27370 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 187138532 1752309760 50751 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 31.47
Current children cumulated vsize (Kb) 1711240

[startup+40.0251 s]
/proc/loadavg: 0.95 0.97 0.91 2/76 27427
/proc/meminfo: memFree=1165984/2055920 swapFree=4181416/4192956
[pid=27415] ppid=27413 vsize=1711240 CPUtime=41.54
/proc/27415/stat : 27415 (java) R 27413 27415 27370 0 -1 0 59463 0 1 0 4126 28 0 0 25 0 13 0 187138471 1752309760 50443 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071486159 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/27415/statm: 427810 50443 1912 14 0 414557 0
[pid=27415/tid=27416] ppid=27413 vsize=1711240 CPUtime=0.38
/proc/27415/task/27416/stat : 27416 (java) S 27413 27415 27370 0 -1 64 8360 0 0 0 35 3 0 0 17 0 13 0 187138474 1752309760 50443 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27415/tid=27417] ppid=27413 vsize=1711240 CPUtime=0.37
/proc/27415/task/27417/stat : 27417 (java) S 27413 27415 27370 0 -1 64 8112 0 0 0 34 3 0 0 16 0 13 0 187138474 1752309760 50443 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27415/tid=27418] ppid=27413 vsize=1711240 CPUtime=0
/proc/27415/task/27418/stat : 27418 (java) S 27413 27415 27370 0 -1 64 30 0 0 0 0 0 0 0 16 0 13 0 187138477 1752309760 50443 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=27415/tid=27419] ppid=27413 vsize=1711240 CPUtime=0
/proc/27415/task/27419/stat : 27419 (java) S 27413 27415 27370 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 187138477 1752309760 50443 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27415/tid=27420] ppid=27413 vsize=1711240 CPUtime=0
/proc/27415/task/27420/stat : 27420 (java) S 27413 27415 27370 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 187138477 1752309760 50443 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27415/tid=27421] ppid=27413 vsize=1711240 CPUtime=0
/proc/27415/task/27421/stat : 27421 (java) S 27413 27415 27370 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 187138480 1752309760 50443 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27415/tid=27422] ppid=27413 vsize=1711240 CPUtime=0.01
/proc/27415/task/27422/stat : 27422 (java) S 27413 27415 27370 0 -1 64 2 0 0 0 1 0 0 0 16 0 13 0 187138480 1752309760 50443 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27415/tid=27423] ppid=27413 vsize=1711240 CPUtime=0.74
/proc/27415/task/27423/stat : 27423 (java) S 27413 27415 27370 0 -1 64 1927 0 0 0 74 0 0 0 17 0 13 0 187138481 1752309760 50443 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27415/tid=27424] ppid=27413 vsize=1711240 CPUtime=0.86
/proc/27415/task/27424/stat : 27424 (java) S 27413 27415 27370 0 -1 64 1492 0 0 0 85 1 0 0 16 0 13 0 187138481 1752309760 50443 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27415/tid=27425] ppid=27413 vsize=1711240 CPUtime=0
/proc/27415/task/27425/stat : 27425 (java) S 27413 27415 27370 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 187138481 1752309760 50443 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27415/tid=27426] ppid=27413 vsize=1711240 CPUtime=0
/proc/27415/task/27426/stat : 27426 (java) S 27413 27415 27370 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 187138481 1752309760 50443 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27415/tid=27427] ppid=27413 vsize=1711240 CPUtime=0
/proc/27415/task/27427/stat : 27427 (java) S 27413 27415 27370 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 187138532 1752309760 50443 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 41.54
Current children cumulated vsize (Kb) 1711240

[startup+50.0319 s]
/proc/loadavg: 0.96 0.97 0.91 2/76 27427
/proc/meminfo: memFree=1167328/2055920 swapFree=4181416/4192956
[pid=27415] ppid=27413 vsize=1711240 CPUtime=51.6
/proc/27415/stat : 27415 (java) R 27413 27415 27370 0 -1 0 60624 0 1 0 5131 29 0 0 25 0 13 0 187138471 1752309760 50106 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071486126 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/27415/statm: 427810 50106 1912 14 0 414557 0
[pid=27415/tid=27416] ppid=27413 vsize=1711240 CPUtime=0.44
/proc/27415/task/27416/stat : 27416 (java) S 27413 27415 27370 0 -1 64 8961 0 0 0 40 4 0 0 16 0 13 0 187138474 1752309760 50106 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27415/tid=27417] ppid=27413 vsize=1711240 CPUtime=0.42
/proc/27415/task/27417/stat : 27417 (java) S 27413 27415 27370 0 -1 64 8665 0 0 0 39 3 0 0 17 0 13 0 187138474 1752309760 50106 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27415/tid=27418] ppid=27413 vsize=1711240 CPUtime=0
/proc/27415/task/27418/stat : 27418 (java) S 27413 27415 27370 0 -1 64 30 0 0 0 0 0 0 0 16 0 13 0 187138477 1752309760 50106 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=27415/tid=27419] ppid=27413 vsize=1711240 CPUtime=0
/proc/27415/task/27419/stat : 27419 (java) S 27413 27415 27370 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 187138477 1752309760 50106 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27415/tid=27420] ppid=27413 vsize=1711240 CPUtime=0
/proc/27415/task/27420/stat : 27420 (java) S 27413 27415 27370 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 187138477 1752309760 50106 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27415/tid=27421] ppid=27413 vsize=1711240 CPUtime=0
/proc/27415/task/27421/stat : 27421 (java) S 27413 27415 27370 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 187138480 1752309760 50106 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27415/tid=27422] ppid=27413 vsize=1711240 CPUtime=0.01
/proc/27415/task/27422/stat : 27422 (java) S 27413 27415 27370 0 -1 64 2 0 0 0 1 0 0 0 16 0 13 0 187138480 1752309760 50106 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27415/tid=27423] ppid=27413 vsize=1711240 CPUtime=0.74
/proc/27415/task/27423/stat : 27423 (java) S 27413 27415 27370 0 -1 64 1927 0 0 0 74 0 0 0 17 0 13 0 187138481 1752309760 50106 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27415/tid=27424] ppid=27413 vsize=1711240 CPUtime=0.86
/proc/27415/task/27424/stat : 27424 (java) S 27413 27415 27370 0 -1 64 1492 0 0 0 85 1 0 0 16 0 13 0 187138481 1752309760 50106 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27415/tid=27425] ppid=27413 vsize=1711240 CPUtime=0
/proc/27415/task/27425/stat : 27425 (java) S 27413 27415 27370 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 187138481 1752309760 50106 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27415/tid=27426] ppid=27413 vsize=1711240 CPUtime=0
/proc/27415/task/27426/stat : 27426 (java) S 27413 27415 27370 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 187138481 1752309760 50106 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27415/tid=27427] ppid=27413 vsize=1711240 CPUtime=0
/proc/27415/task/27427/stat : 27427 (java) S 27413 27415 27370 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 187138532 1752309760 50106 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 51.6
Current children cumulated vsize (Kb) 1711240

[startup+60.0388 s]
/proc/loadavg: 0.97 0.97 0.91 2/76 27427
/proc/meminfo: memFree=1167520/2055920 swapFree=4181416/4192956
[pid=27415] ppid=27413 vsize=1711240 CPUtime=61.66
/proc/27415/stat : 27415 (java) R 27413 27415 27370 0 -1 0 61964 0 1 0 6137 29 0 0 25 0 13 0 187138471 1752309760 50062 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071519262 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/27415/statm: 427810 50062 1912 14 0 414557 0
[pid=27415/tid=27416] ppid=27413 vsize=1711240 CPUtime=0.51
/proc/27415/task/27416/stat : 27416 (java) S 27413 27415 27370 0 -1 64 9565 0 0 0 47 4 0 0 16 0 13 0 187138474 1752309760 50062 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27415/tid=27417] ppid=27413 vsize=1711240 CPUtime=0.49
/proc/27415/task/27417/stat : 27417 (java) S 27413 27415 27370 0 -1 64 9393 0 0 0 45 4 0 0 16 0 13 0 187138474 1752309760 50062 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27415/tid=27418] ppid=27413 vsize=1711240 CPUtime=0.01
/proc/27415/task/27418/stat : 27418 (java) S 27413 27415 27370 0 -1 64 30 0 0 0 1 0 0 0 16 0 13 0 187138477 1752309760 50062 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=27415/tid=27419] ppid=27413 vsize=1711240 CPUtime=0
/proc/27415/task/27419/stat : 27419 (java) S 27413 27415 27370 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 187138477 1752309760 50062 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27415/tid=27420] ppid=27413 vsize=1711240 CPUtime=0
/proc/27415/task/27420/stat : 27420 (java) S 27413 27415 27370 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 187138477 1752309760 50062 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27415/tid=27421] ppid=27413 vsize=1711240 CPUtime=0
/proc/27415/task/27421/stat : 27421 (java) S 27413 27415 27370 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 187138480 1752309760 50062 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0

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

[pid=27415/tid=27419] ppid=27413 vsize=1711240 CPUtime=0
/proc/27415/task/27419/stat : 27419 (java) S 27413 27415 27370 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 187138477 1752309760 127497 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27415/tid=27420] ppid=27413 vsize=1711240 CPUtime=0
/proc/27415/task/27420/stat : 27420 (java) S 27413 27415 27370 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 187138477 1752309760 127497 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27415/tid=27421] ppid=27413 vsize=1711240 CPUtime=0
/proc/27415/task/27421/stat : 27421 (java) S 27413 27415 27370 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 187138480 1752309760 127497 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27415/tid=27422] ppid=27413 vsize=1711240 CPUtime=0.01
/proc/27415/task/27422/stat : 27422 (java) S 27413 27415 27370 0 -1 64 2 0 0 0 1 0 0 0 16 0 13 0 187138480 1752309760 127497 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27415/tid=27423] ppid=27413 vsize=1711240 CPUtime=0.82
/proc/27415/task/27423/stat : 27423 (java) S 27413 27415 27370 0 -1 64 1932 0 0 0 82 0 0 0 17 0 13 0 187138481 1752309760 127497 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27415/tid=27424] ppid=27413 vsize=1711240 CPUtime=0.91
/proc/27415/task/27424/stat : 27424 (java) S 27413 27415 27370 0 -1 64 1493 0 0 0 90 1 0 0 16 0 13 0 187138481 1752309760 127497 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27415/tid=27425] ppid=27413 vsize=1711240 CPUtime=0
/proc/27415/task/27425/stat : 27425 (java) S 27413 27415 27370 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 187138481 1752309760 127497 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27415/tid=27426] ppid=27413 vsize=1711240 CPUtime=0
/proc/27415/task/27426/stat : 27426 (java) S 27413 27415 27370 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 187138481 1752309760 127497 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27415/tid=27427] ppid=27413 vsize=1711240 CPUtime=0
/proc/27415/task/27427/stat : 27427 (java) S 27413 27415 27370 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 187138532 1752309760 127497 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1796.63
Current children cumulated vsize (Kb) 1711240

[startup+1779.27 s]
/proc/loadavg: 1.00 1.00 0.95 2/76 27429
/proc/meminfo: memFree=856032/2055920 swapFree=4181416/4192956
[pid=27415] ppid=27413 vsize=1711240 CPUtime=1797.67
/proc/27415/stat : 27415 (java) R 27413 27415 27370 0 -1 0 200731 0 1 0 179663 104 0 0 19 0 13 0 187138471 1752309760 127579 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071486061 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/27415/statm: 427810 127579 1912 14 0 414557 0
[pid=27415/tid=27416] ppid=27413 vsize=1711240 CPUtime=17.83
/proc/27415/task/27416/stat : 27416 (java) S 27413 27415 27370 0 -1 64 52611 0 0 0 1760 23 0 0 16 0 13 0 187138474 1752309760 127579 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27415/tid=27417] ppid=27413 vsize=1711240 CPUtime=17.86
/proc/27415/task/27417/stat : 27417 (java) S 27413 27415 27370 0 -1 64 53387 0 0 0 1762 24 0 0 17 0 13 0 187138474 1752309760 127579 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27415/tid=27418] ppid=27413 vsize=1711240 CPUtime=0.24
/proc/27415/task/27418/stat : 27418 (java) S 27413 27415 27370 0 -1 64 182 0 0 0 11 13 0 0 16 0 13 0 187138477 1752309760 127579 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=27415/tid=27419] ppid=27413 vsize=1711240 CPUtime=0
/proc/27415/task/27419/stat : 27419 (java) S 27413 27415 27370 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 187138477 1752309760 127579 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27415/tid=27420] ppid=27413 vsize=1711240 CPUtime=0
/proc/27415/task/27420/stat : 27420 (java) S 27413 27415 27370 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 187138477 1752309760 127579 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27415/tid=27421] ppid=27413 vsize=1711240 CPUtime=0
/proc/27415/task/27421/stat : 27421 (java) S 27413 27415 27370 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 187138480 1752309760 127579 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27415/tid=27422] ppid=27413 vsize=1711240 CPUtime=0.01
/proc/27415/task/27422/stat : 27422 (java) S 27413 27415 27370 0 -1 64 2 0 0 0 1 0 0 0 16 0 13 0 187138480 1752309760 127579 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27415/tid=27423] ppid=27413 vsize=1711240 CPUtime=0.82
/proc/27415/task/27423/stat : 27423 (java) S 27413 27415 27370 0 -1 64 1932 0 0 0 82 0 0 0 17 0 13 0 187138481 1752309760 127579 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27415/tid=27424] ppid=27413 vsize=1711240 CPUtime=0.91
/proc/27415/task/27424/stat : 27424 (java) S 27413 27415 27370 0 -1 64 1493 0 0 0 90 1 0 0 16 0 13 0 187138481 1752309760 127579 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27415/tid=27425] ppid=27413 vsize=1711240 CPUtime=0
/proc/27415/task/27425/stat : 27425 (java) S 27413 27415 27370 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 187138481 1752309760 127579 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27415/tid=27426] ppid=27413 vsize=1711240 CPUtime=0
/proc/27415/task/27426/stat : 27426 (java) S 27413 27415 27370 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 187138481 1752309760 127579 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27415/tid=27427] ppid=27413 vsize=1711240 CPUtime=0
/proc/27415/task/27427/stat : 27427 (java) S 27413 27415 27370 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 187138532 1752309760 127579 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1797.67
Current children cumulated vsize (Kb) 1711240

[startup+1780.28 s]
/proc/loadavg: 1.00 1.00 0.95 2/76 27429
/proc/meminfo: memFree=855968/2055920 swapFree=4181416/4192956
[pid=27415] ppid=27413 vsize=1711240 CPUtime=1798.68
/proc/27415/stat : 27415 (java) R 27413 27415 27370 0 -1 0 200731 0 1 0 179764 104 0 0 25 0 13 0 187138471 1752309760 127579 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071486061 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/27415/statm: 427810 127579 1912 14 0 414557 0
[pid=27415/tid=27416] ppid=27413 vsize=1711240 CPUtime=17.83
/proc/27415/task/27416/stat : 27416 (java) S 27413 27415 27370 0 -1 64 52611 0 0 0 1760 23 0 0 16 0 13 0 187138474 1752309760 127579 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27415/tid=27417] ppid=27413 vsize=1711240 CPUtime=17.86
/proc/27415/task/27417/stat : 27417 (java) S 27413 27415 27370 0 -1 64 53387 0 0 0 1762 24 0 0 17 0 13 0 187138474 1752309760 127579 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27415/tid=27418] ppid=27413 vsize=1711240 CPUtime=0.24
/proc/27415/task/27418/stat : 27418 (java) S 27413 27415 27370 0 -1 64 182 0 0 0 11 13 0 0 16 0 13 0 187138477 1752309760 127579 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=27415/tid=27419] ppid=27413 vsize=1711240 CPUtime=0
/proc/27415/task/27419/stat : 27419 (java) S 27413 27415 27370 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 187138477 1752309760 127579 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27415/tid=27420] ppid=27413 vsize=1711240 CPUtime=0
/proc/27415/task/27420/stat : 27420 (java) S 27413 27415 27370 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 187138477 1752309760 127579 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27415/tid=27421] ppid=27413 vsize=1711240 CPUtime=0
/proc/27415/task/27421/stat : 27421 (java) S 27413 27415 27370 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 187138480 1752309760 127579 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27415/tid=27422] ppid=27413 vsize=1711240 CPUtime=0.01
/proc/27415/task/27422/stat : 27422 (java) S 27413 27415 27370 0 -1 64 2 0 0 0 1 0 0 0 16 0 13 0 187138480 1752309760 127579 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27415/tid=27423] ppid=27413 vsize=1711240 CPUtime=0.82
/proc/27415/task/27423/stat : 27423 (java) S 27413 27415 27370 0 -1 64 1932 0 0 0 82 0 0 0 17 0 13 0 187138481 1752309760 127579 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27415/tid=27424] ppid=27413 vsize=1711240 CPUtime=0.91
/proc/27415/task/27424/stat : 27424 (java) S 27413 27415 27370 0 -1 64 1493 0 0 0 90 1 0 0 16 0 13 0 187138481 1752309760 127579 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27415/tid=27425] ppid=27413 vsize=1711240 CPUtime=0
/proc/27415/task/27425/stat : 27425 (java) S 27413 27415 27370 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 187138481 1752309760 127579 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27415/tid=27426] ppid=27413 vsize=1711240 CPUtime=0
/proc/27415/task/27426/stat : 27426 (java) S 27413 27415 27370 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 187138481 1752309760 127579 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27415/tid=27427] ppid=27413 vsize=1711240 CPUtime=0
/proc/27415/task/27427/stat : 27427 (java) S 27413 27415 27370 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 187138532 1752309760 127579 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1798.68
Current children cumulated vsize (Kb) 1711240

[startup+1781.29 s]
/proc/loadavg: 1.00 1.00 0.95 2/76 27429
/proc/meminfo: memFree=855968/2055920 swapFree=4181416/4192956
[pid=27415] ppid=27413 vsize=1711240 CPUtime=1799.68
/proc/27415/stat : 27415 (java) R 27413 27415 27370 0 -1 0 200731 0 1 0 179864 104 0 0 25 0 13 0 187138471 1752309760 127579 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071486063 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/27415/statm: 427810 127579 1912 14 0 414557 0
[pid=27415/tid=27416] ppid=27413 vsize=1711240 CPUtime=17.83
/proc/27415/task/27416/stat : 27416 (java) S 27413 27415 27370 0 -1 64 52611 0 0 0 1760 23 0 0 16 0 13 0 187138474 1752309760 127579 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27415/tid=27417] ppid=27413 vsize=1711240 CPUtime=17.86
/proc/27415/task/27417/stat : 27417 (java) S 27413 27415 27370 0 -1 64 53387 0 0 0 1762 24 0 0 17 0 13 0 187138474 1752309760 127579 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27415/tid=27418] ppid=27413 vsize=1711240 CPUtime=0.24
/proc/27415/task/27418/stat : 27418 (java) S 27413 27415 27370 0 -1 64 182 0 0 0 11 13 0 0 16 0 13 0 187138477 1752309760 127579 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=27415/tid=27419] ppid=27413 vsize=1711240 CPUtime=0
/proc/27415/task/27419/stat : 27419 (java) S 27413 27415 27370 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 187138477 1752309760 127579 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27415/tid=27420] ppid=27413 vsize=1711240 CPUtime=0
/proc/27415/task/27420/stat : 27420 (java) S 27413 27415 27370 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 187138477 1752309760 127579 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27415/tid=27421] ppid=27413 vsize=1711240 CPUtime=0
/proc/27415/task/27421/stat : 27421 (java) S 27413 27415 27370 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 187138480 1752309760 127579 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27415/tid=27422] ppid=27413 vsize=1711240 CPUtime=0.01
/proc/27415/task/27422/stat : 27422 (java) S 27413 27415 27370 0 -1 64 2 0 0 0 1 0 0 0 16 0 13 0 187138480 1752309760 127579 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27415/tid=27423] ppid=27413 vsize=1711240 CPUtime=0.82
/proc/27415/task/27423/stat : 27423 (java) S 27413 27415 27370 0 -1 64 1932 0 0 0 82 0 0 0 17 0 13 0 187138481 1752309760 127579 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27415/tid=27424] ppid=27413 vsize=1711240 CPUtime=0.91
/proc/27415/task/27424/stat : 27424 (java) S 27413 27415 27370 0 -1 64 1493 0 0 0 90 1 0 0 16 0 13 0 187138481 1752309760 127579 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27415/tid=27425] ppid=27413 vsize=1711240 CPUtime=0
/proc/27415/task/27425/stat : 27425 (java) S 27413 27415 27370 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 187138481 1752309760 127579 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27415/tid=27426] ppid=27413 vsize=1711240 CPUtime=0
/proc/27415/task/27426/stat : 27426 (java) S 27413 27415 27370 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 187138481 1752309760 127579 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27415/tid=27427] ppid=27413 vsize=1711240 CPUtime=0
/proc/27415/task/27427/stat : 27427 (java) S 27413 27415 27370 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 187138532 1752309760 127579 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1799.68
Current children cumulated vsize (Kb) 1711240

[startup+1782.29 s]
/proc/loadavg: 1.00 1.00 0.95 2/76 27429
/proc/meminfo: memFree=855712/2055920 swapFree=4181416/4192956
[pid=27415] ppid=27413 vsize=1711240 CPUtime=1800.72
/proc/27415/stat : 27415 (java) R 27413 27415 27370 0 -1 0 200791 0 1 0 179968 104 0 0 21 0 13 0 187138471 1752309760 127633 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071519849 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/27415/statm: 427810 127633 1912 14 0 414557 0
[pid=27415/tid=27416] ppid=27413 vsize=1711240 CPUtime=17.87
/proc/27415/task/27416/stat : 27416 (java) S 27413 27415 27370 0 -1 64 52629 0 0 0 1764 23 0 0 16 0 13 0 187138474 1752309760 127633 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27415/tid=27417] ppid=27413 vsize=1711240 CPUtime=17.9
/proc/27415/task/27417/stat : 27417 (java) S 27413 27415 27370 0 -1 64 53428 0 0 0 1766 24 0 0 16 0 13 0 187138474 1752309760 127633 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27415/tid=27418] ppid=27413 vsize=1711240 CPUtime=0.24
/proc/27415/task/27418/stat : 27418 (java) S 27413 27415 27370 0 -1 64 182 0 0 0 11 13 0 0 16 0 13 0 187138477 1752309760 127633 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=27415/tid=27419] ppid=27413 vsize=1711240 CPUtime=0
/proc/27415/task/27419/stat : 27419 (java) S 27413 27415 27370 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 187138477 1752309760 127633 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27415/tid=27420] ppid=27413 vsize=1711240 CPUtime=0
/proc/27415/task/27420/stat : 27420 (java) S 27413 27415 27370 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 187138477 1752309760 127633 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27415/tid=27421] ppid=27413 vsize=1711240 CPUtime=0
/proc/27415/task/27421/stat : 27421 (java) S 27413 27415 27370 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 187138480 1752309760 127633 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27415/tid=27422] ppid=27413 vsize=1711240 CPUtime=0.01
/proc/27415/task/27422/stat : 27422 (java) S 27413 27415 27370 0 -1 64 2 0 0 0 1 0 0 0 16 0 13 0 187138480 1752309760 127633 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27415/tid=27423] ppid=27413 vsize=1711240 CPUtime=0.82
/proc/27415/task/27423/stat : 27423 (java) S 27413 27415 27370 0 -1 64 1932 0 0 0 82 0 0 0 17 0 13 0 187138481 1752309760 127633 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27415/tid=27424] ppid=27413 vsize=1711240 CPUtime=0.91
/proc/27415/task/27424/stat : 27424 (java) S 27413 27415 27370 0 -1 64 1493 0 0 0 90 1 0 0 16 0 13 0 187138481 1752309760 127633 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27415/tid=27425] ppid=27413 vsize=1711240 CPUtime=0
/proc/27415/task/27425/stat : 27425 (java) S 27413 27415 27370 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 187138481 1752309760 127633 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27415/tid=27426] ppid=27413 vsize=1711240 CPUtime=0
/proc/27415/task/27426/stat : 27426 (java) S 27413 27415 27370 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 187138481 1752309760 127633 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27415/tid=27427] ppid=27413 vsize=1711240 CPUtime=0
/proc/27415/task/27427/stat : 27427 (java) S 27413 27415 27370 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 187138532 1752309760 127633 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.72
Current children cumulated vsize (Kb) 1711240



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 0.95 2/76 27429
/proc/meminfo: memFree=855712/2055920 swapFree=4181416/4192956
[pid=27415] ppid=27413 vsize=1711240 CPUtime=1800.73
/proc/27415/stat : 27415 (java) R 27413 27415 27370 0 -1 0 200791 0 1 0 179969 104 0 0 21 0 13 0 187138471 1752309760 127633 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071519849 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/27415/statm: 427810 127633 1912 14 0 414557 0
[pid=27415/tid=27416] ppid=27413 vsize=1711240 CPUtime=17.87
/proc/27415/task/27416/stat : 27416 (java) S 27413 27415 27370 0 -1 64 52629 0 0 0 1764 23 0 0 16 0 13 0 187138474 1752309760 127633 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27415/tid=27417] ppid=27413 vsize=1711240 CPUtime=17.9
/proc/27415/task/27417/stat : 27417 (java) S 27413 27415 27370 0 -1 64 53428 0 0 0 1766 24 0 0 16 0 13 0 187138474 1752309760 127633 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27415/tid=27418] ppid=27413 vsize=1711240 CPUtime=0.24
/proc/27415/task/27418/stat : 27418 (java) S 27413 27415 27370 0 -1 64 182 0 0 0 11 13 0 0 16 0 13 0 187138477 1752309760 127633 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=27415/tid=27419] ppid=27413 vsize=1711240 CPUtime=0
/proc/27415/task/27419/stat : 27419 (java) S 27413 27415 27370 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 187138477 1752309760 127633 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27415/tid=27420] ppid=27413 vsize=1711240 CPUtime=0
/proc/27415/task/27420/stat : 27420 (java) S 27413 27415 27370 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 187138477 1752309760 127633 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27415/tid=27421] ppid=27413 vsize=1711240 CPUtime=0
/proc/27415/task/27421/stat : 27421 (java) S 27413 27415 27370 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 187138480 1752309760 127633 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27415/tid=27422] ppid=27413 vsize=1711240 CPUtime=0.01
/proc/27415/task/27422/stat : 27422 (java) S 27413 27415 27370 0 -1 64 2 0 0 0 1 0 0 0 16 0 13 0 187138480 1752309760 127633 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27415/tid=27423] ppid=27413 vsize=1711240 CPUtime=0.82
/proc/27415/task/27423/stat : 27423 (java) S 27413 27415 27370 0 -1 64 1932 0 0 0 82 0 0 0 17 0 13 0 187138481 1752309760 127633 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27415/tid=27424] ppid=27413 vsize=1711240 CPUtime=0.91
/proc/27415/task/27424/stat : 27424 (java) S 27413 27415 27370 0 -1 64 1493 0 0 0 90 1 0 0 16 0 13 0 187138481 1752309760 127633 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27415/tid=27425] ppid=27413 vsize=1711240 CPUtime=0
/proc/27415/task/27425/stat : 27425 (java) S 27413 27415 27370 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 187138481 1752309760 127633 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27415/tid=27426] ppid=27413 vsize=1711240 CPUtime=0
/proc/27415/task/27426/stat : 27426 (java) S 27413 27415 27370 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 187138481 1752309760 127633 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27415/tid=27427] ppid=27413 vsize=1711240 CPUtime=0
/proc/27415/task/27427/stat : 27427 (java) S 27413 27415 27370 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 187138532 1752309760 127633 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.73
Current children cumulated vsize (Kb) 1711240

Sending SIGTERM to -27415
Sleeping 2 seconds

Child status: 143
Real time (s): 1782.4
CPU time (s): 1800.84
CPU user time (s): 1799.71
CPU system time (s): 1.12683
CPU usage (%): 101.034
Max. virtual memory (cumulated for all children) (Kb): 1711932

Launcher Data (download as text)

Begin job on node49 on Fri Jun  2 02:18:33 UTC 2006


FILE ID= 43537-1149214713

PBS_JOBID= 294605

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

MD5SUM SOLVER= e9637a7554f3ecdf74c1815f89d00213
MD5SUM BENCH=  92f66beef1a16468af1cdeb8f0308249

RANDOM SEED= 866302925


/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.216
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.216
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:       1360960 kB
Buffers:         26004 kB
Cached:         597096 kB
SwapCached:       3452 kB
Active:         230652 kB
Inactive:       401316 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1360960 kB
SwapTotal:     4192956 kB
SwapFree:      4181416 kB
Dirty:             172 kB
Writeback:           0 kB
Mapped:          14896 kB
Slab:            48928 kB
Committed_AS:   203156 kB
PageTables:       1480 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB


End job on node49 on Fri Jun  2 02:48:16 UTC 2006