Trace number 42348

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 NameAnswerObjective functionCPU timeWall clock time
SAT4JPSEUDO 2006.2 Heuristics? (TO) 1801.11 1787.56

General information on the benchmark

Namenormalized-PB06/OPT-MEDINT/mps-v2-20-10/MIPLIB/
miplib2003/normalized-mps-v2-20-10-aflow40b.opb
MD5SUMb1cb8dfc9613a6d80968091d3346a684
Bench CategoryOPT-MEDINT (optimisation, medium integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark5507
Best CPU time to get the best result obtained on this benchmark1782.8
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 5507
Optimality of the best value was proved NO
Number of variables23384
Total number of constraints2806
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)39
Number of constraints which are nor clauses,nor cardinality constraints2767
Minimum length of a constraint14
Maximum length of a constraint1202
Number of terms in the objective function 1364
Biggest coefficient in the objective function 500
Number of bits for the biggest coefficient in the objective function 9
Sum of the numbers in the objective function 230637
Number of bits of the sum of numbers in the objective function 18
Biggest number in a constraint 102400
Number of bits of the biggest number in a constraint 17
Biggest sum of numbers in a constraint 7037881
Number of bits of the biggest sum of numbers23
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.16	c no version file found!!!
0.16	c sun.arch.data.model	32
0.16	c java.version	1.5.0_06
0.16	c os.name	Linux
0.16	c os.version	2.6.9-22.EL.rootsmp
0.16	c os.arch	i386
0.16	c Free memory 1548419056
0.16	c Max memory 1551040512
0.16	c Total memory 1551040512
0.16	c Number of processors 2
0.23	c Cutting planes based inference
0.23	c --- Begin Solver configuration ---
0.23	c org.sat4j.minisat.uip.FirstUIP@1df073d
0.23	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@1546e25
0.23	c org.sat4j.minisat.learning.MiniSATLearning@b66cc
0.23	c conflictBoundIncFactor=1.5 learntBoundIncFactor=1.1 initLearntBoundConstraintFactor=10000.0 initConflictBound=100 
0.23	c VSIDS like heuristics from MiniSAT using a heap
0.23	c No reason simplification
0.23	c --- End Solver configuration ---
0.23	c solving ROOT/tmp/node6/42348-1149244217/instance-42348-1149244217.opb
0.23	c reading problem ... 
2.90	c ... done. Time 2.67 ms.
2.90	c #vars     23384
2.90	c #constraints  2884
1787.40	c starts		: 7
1787.40	c conflicts		: 2846
1787.40	c decisions		: 50685
1787.40	c propagations		: 578456
1787.40	c inspects		: 1639368
1787.40	c learnt literals	: 0
1787.40	c learnt binary clauses	: 0
1787.40	c learnt ternary clauses	: 0
1787.40	c learnt clauses	: 2845
1787.40	c root simplifications	: 0
1787.40	c removed literals (reason simplification)	: 0
1787.40	c reason swapping (by a shorter reason)	: 0
1787.40	c Calls to reduceDB	: 0
1787.40	c speed (decisions/second)	: 28.40434653470895
1787.40	c non guided choices	0
1787.40	s UNKNOWN
1787.40	c Total wall clock time (ms): 1787.175

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

Current StackSize limit: 67108864 bytes

/proc/loadavg: 0.78 0.94 0.90 2/64 2727
/proc/meminfo: memFree=1501800/2055924 swapFree=4181416/4192956
[pid=2727] ppid=2725 vsize=1500 CPUtime=0
/proc/2727/stat : 2727 (java) R 2725 2727 2681 0 -1 0 87 0 0 0 0 0 0 0 19 0 1 0 190083883 1536000 69 18446744073709551615 134512640 134570276 4294956608 18446744073709551615 2151554 0 0 4096 0 0 0 0 17 1 0 0
/proc/2727/statm: 375 69 54 14 0 8 0

[startup+10.0018 s]
/proc/loadavg: 0.81 0.94 0.90 2/76 2739
/proc/meminfo: memFree=1312520/2055924 swapFree=4181416/4192956
[pid=2727] ppid=2725 vsize=1711348 CPUtime=11.41
/proc/2727/stat : 2727 (java) R 2725 2727 2681 0 -1 0 51332 0 1 0 1117 24 0 0 25 0 13 0 190083883 1752420352 49145 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071572582 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/2727/statm: 427837 49145 1909 14 0 414584 0
[pid=2727/tid=2728] ppid=2725 vsize=1711348 CPUtime=0.39
/proc/2727/task/2728/stat : 2728 (java) S 2725 2727 2681 0 -1 64 6141 0 0 0 37 2 0 0 15 0 13 0 190083887 1752420352 49145 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2727/tid=2729] ppid=2725 vsize=1711348 CPUtime=0.38
/proc/2727/task/2729/stat : 2729 (java) S 2725 2727 2681 0 -1 64 6375 0 0 0 35 3 0 0 16 0 13 0 190083887 1752420352 49145 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2727/tid=2730] ppid=2725 vsize=1711348 CPUtime=0
/proc/2727/task/2730/stat : 2730 (java) S 2725 2727 2681 0 -1 64 23 0 0 0 0 0 0 0 16 0 13 0 190083889 1752420352 49145 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=2727/tid=2731] ppid=2725 vsize=1711348 CPUtime=0
/proc/2727/task/2731/stat : 2731 (java) S 2725 2727 2681 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 190083890 1752420352 49145 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2727/tid=2732] ppid=2725 vsize=1711348 CPUtime=0
/proc/2727/task/2732/stat : 2732 (java) S 2725 2727 2681 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 190083890 1752420352 49145 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2727/tid=2733] ppid=2725 vsize=1711348 CPUtime=0
/proc/2727/task/2733/stat : 2733 (java) S 2725 2727 2681 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 190083893 1752420352 49145 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2727/tid=2734] ppid=2725 vsize=1711348 CPUtime=0
/proc/2727/task/2734/stat : 2734 (java) S 2725 2727 2681 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 190083893 1752420352 49145 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2727/tid=2735] ppid=2725 vsize=1711348 CPUtime=0.66
/proc/2727/task/2735/stat : 2735 (java) S 2725 2727 2681 0 -1 64 1745 0 0 0 66 0 0 0 16 0 13 0 190083893 1752420352 49145 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2727/tid=2736] ppid=2725 vsize=1711348 CPUtime=0.8
/proc/2727/task/2736/stat : 2736 (java) S 2725 2727 2681 0 -1 64 516 0 0 0 80 0 0 0 16 0 13 0 190083893 1752420352 49145 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2727/tid=2737] ppid=2725 vsize=1711348 CPUtime=0
/proc/2727/task/2737/stat : 2737 (java) S 2725 2727 2681 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 190083893 1752420352 49145 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2727/tid=2738] ppid=2725 vsize=1711348 CPUtime=0
/proc/2727/task/2738/stat : 2738 (java) S 2725 2727 2681 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 190083893 1752420352 49145 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2727/tid=2739] ppid=2725 vsize=1711348 CPUtime=0
/proc/2727/task/2739/stat : 2739 (java) S 2725 2727 2681 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 190084183 1752420352 49145 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 11.41
Current children cumulated vsize (Kb) 1711348

[startup+20.0098 s]
/proc/loadavg: 0.84 0.94 0.90 2/76 2739
/proc/meminfo: memFree=1305672/2055924 swapFree=4181416/4192956
[pid=2727] ppid=2725 vsize=1711348 CPUtime=21.53
/proc/2727/stat : 2727 (java) R 2725 2727 2681 0 -1 0 53299 0 1 0 2128 25 0 0 25 0 13 0 190083883 1752420352 50843 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071572565 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/2727/statm: 427837 50843 1909 14 0 414584 0
[pid=2727/tid=2728] ppid=2725 vsize=1711348 CPUtime=0.47
/proc/2727/task/2728/stat : 2728 (java) S 2725 2727 2681 0 -1 64 7142 0 0 0 44 3 0 0 15 0 13 0 190083887 1752420352 50843 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2727/tid=2729] ppid=2725 vsize=1711348 CPUtime=0.45
/proc/2727/task/2729/stat : 2729 (java) S 2725 2727 2681 0 -1 64 7325 0 0 0 42 3 0 0 16 0 13 0 190083887 1752420352 50843 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2727/tid=2730] ppid=2725 vsize=1711348 CPUtime=0
/proc/2727/task/2730/stat : 2730 (java) S 2725 2727 2681 0 -1 64 27 0 0 0 0 0 0 0 15 0 13 0 190083889 1752420352 50843 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=2727/tid=2731] ppid=2725 vsize=1711348 CPUtime=0
/proc/2727/task/2731/stat : 2731 (java) S 2725 2727 2681 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 190083890 1752420352 50843 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2727/tid=2732] ppid=2725 vsize=1711348 CPUtime=0
/proc/2727/task/2732/stat : 2732 (java) S 2725 2727 2681 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 190083890 1752420352 50843 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2727/tid=2733] ppid=2725 vsize=1711348 CPUtime=0
/proc/2727/task/2733/stat : 2733 (java) S 2725 2727 2681 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 190083893 1752420352 50843 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2727/tid=2734] ppid=2725 vsize=1711348 CPUtime=0
/proc/2727/task/2734/stat : 2734 (java) S 2725 2727 2681 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 190083893 1752420352 50843 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2727/tid=2735] ppid=2725 vsize=1711348 CPUtime=0.67
/proc/2727/task/2735/stat : 2735 (java) S 2725 2727 2681 0 -1 64 1745 0 0 0 67 0 0 0 16 0 13 0 190083893 1752420352 50843 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2727/tid=2736] ppid=2725 vsize=1711348 CPUtime=0.84
/proc/2727/task/2736/stat : 2736 (java) S 2725 2727 2681 0 -1 64 517 0 0 0 84 0 0 0 16 0 13 0 190083893 1752420352 50843 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2727/tid=2737] ppid=2725 vsize=1711348 CPUtime=0
/proc/2727/task/2737/stat : 2737 (java) S 2725 2727 2681 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 190083893 1752420352 50843 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2727/tid=2738] ppid=2725 vsize=1711348 CPUtime=0
/proc/2727/task/2738/stat : 2738 (java) S 2725 2727 2681 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 190083893 1752420352 50843 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2727/tid=2739] ppid=2725 vsize=1711348 CPUtime=0
/proc/2727/task/2739/stat : 2739 (java) S 2725 2727 2681 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 190084183 1752420352 50843 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 21.53
Current children cumulated vsize (Kb) 1711348

[startup+30.0177 s]
/proc/loadavg: 0.86 0.94 0.90 2/76 2739
/proc/meminfo: memFree=1320648/2055924 swapFree=4181416/4192956
[pid=2727] ppid=2725 vsize=1711348 CPUtime=31.58
/proc/2727/stat : 2727 (java) R 2725 2727 2681 0 -1 0 54119 0 1 0 3132 26 0 0 21 0 13 0 190083883 1752420352 47058 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/2727/statm: 427837 47058 1909 14 0 414584 0
[pid=2727/tid=2728] ppid=2725 vsize=1711348 CPUtime=0.51
/proc/2727/task/2728/stat : 2728 (java) S 2725 2727 2681 0 -1 64 7585 0 0 0 48 3 0 0 16 0 13 0 190083887 1752420352 47058 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2727/tid=2729] ppid=2725 vsize=1711348 CPUtime=0.48
/proc/2727/task/2729/stat : 2729 (java) S 2725 2727 2681 0 -1 64 7690 0 0 0 45 3 0 0 16 0 13 0 190083887 1752420352 47058 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2727/tid=2730] ppid=2725 vsize=1711348 CPUtime=0
/proc/2727/task/2730/stat : 2730 (java) S 2725 2727 2681 0 -1 64 27 0 0 0 0 0 0 0 16 0 13 0 190083889 1752420352 47058 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=2727/tid=2731] ppid=2725 vsize=1711348 CPUtime=0
/proc/2727/task/2731/stat : 2731 (java) S 2725 2727 2681 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 190083890 1752420352 47058 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2727/tid=2732] ppid=2725 vsize=1711348 CPUtime=0
/proc/2727/task/2732/stat : 2732 (java) S 2725 2727 2681 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 190083890 1752420352 47058 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2727/tid=2733] ppid=2725 vsize=1711348 CPUtime=0
/proc/2727/task/2733/stat : 2733 (java) S 2725 2727 2681 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 190083893 1752420352 47058 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2727/tid=2734] ppid=2725 vsize=1711348 CPUtime=0
/proc/2727/task/2734/stat : 2734 (java) S 2725 2727 2681 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 190083893 1752420352 47058 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2727/tid=2735] ppid=2725 vsize=1711348 CPUtime=0.68
/proc/2727/task/2735/stat : 2735 (java) S 2725 2727 2681 0 -1 64 1745 0 0 0 68 0 0 0 16 0 13 0 190083893 1752420352 47058 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2727/tid=2736] ppid=2725 vsize=1711348 CPUtime=0.84
/proc/2727/task/2736/stat : 2736 (java) R 2725 2727 2681 0 -1 64 517 0 0 0 84 0 0 0 17 0 13 0 190083893 1752420352 47058 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4155415579 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2727/tid=2737] ppid=2725 vsize=1711348 CPUtime=0
/proc/2727/task/2737/stat : 2737 (java) S 2725 2727 2681 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 190083893 1752420352 47058 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2727/tid=2738] ppid=2725 vsize=1711348 CPUtime=0
/proc/2727/task/2738/stat : 2738 (java) S 2725 2727 2681 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 190083893 1752420352 47058 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2727/tid=2739] ppid=2725 vsize=1711348 CPUtime=0
/proc/2727/task/2739/stat : 2739 (java) S 2725 2727 2681 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 190084183 1752420352 47058 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 31.58
Current children cumulated vsize (Kb) 1711348

[startup+40.0257 s]
/proc/loadavg: 0.89 0.94 0.90 2/76 2739
/proc/meminfo: memFree=1329800/2055924 swapFree=4181416/4192956
[pid=2727] ppid=2725 vsize=1711348 CPUtime=41.64
/proc/2727/stat : 2727 (java) R 2725 2727 2681 0 -1 0 54857 0 1 0 4138 26 0 0 25 0 13 0 190083883 1752420352 44784 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071435313 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/2727/statm: 427837 44784 1909 14 0 414584 0
[pid=2727/tid=2728] ppid=2725 vsize=1711348 CPUtime=0.55
/proc/2727/task/2728/stat : 2728 (java) S 2725 2727 2681 0 -1 64 7847 0 0 0 52 3 0 0 16 0 13 0 190083887 1752420352 44784 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2727/tid=2729] ppid=2725 vsize=1711348 CPUtime=0.54
/proc/2727/task/2729/stat : 2729 (java) S 2725 2727 2681 0 -1 64 8153 0 0 0 50 4 0 0 16 0 13 0 190083887 1752420352 44784 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2727/tid=2730] ppid=2725 vsize=1711348 CPUtime=0.02
/proc/2727/task/2730/stat : 2730 (java) S 2725 2727 2681 0 -1 64 27 0 0 0 1 1 0 0 16 0 13 0 190083889 1752420352 44784 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=2727/tid=2731] ppid=2725 vsize=1711348 CPUtime=0
/proc/2727/task/2731/stat : 2731 (java) S 2725 2727 2681 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 190083890 1752420352 44784 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2727/tid=2732] ppid=2725 vsize=1711348 CPUtime=0
/proc/2727/task/2732/stat : 2732 (java) S 2725 2727 2681 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 190083890 1752420352 44784 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2727/tid=2733] ppid=2725 vsize=1711348 CPUtime=0
/proc/2727/task/2733/stat : 2733 (java) S 2725 2727 2681 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 190083893 1752420352 44784 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2727/tid=2734] ppid=2725 vsize=1711348 CPUtime=0
/proc/2727/task/2734/stat : 2734 (java) S 2725 2727 2681 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 190083893 1752420352 44784 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2727/tid=2735] ppid=2725 vsize=1711348 CPUtime=0.69
/proc/2727/task/2735/stat : 2735 (java) S 2725 2727 2681 0 -1 64 1745 0 0 0 69 0 0 0 16 0 13 0 190083893 1752420352 44784 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2727/tid=2736] ppid=2725 vsize=1711348 CPUtime=0.85
/proc/2727/task/2736/stat : 2736 (java) S 2725 2727 2681 0 -1 64 518 0 0 0 85 0 0 0 17 0 13 0 190083893 1752420352 44784 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2727/tid=2737] ppid=2725 vsize=1711348 CPUtime=0
/proc/2727/task/2737/stat : 2737 (java) S 2725 2727 2681 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 190083893 1752420352 44784 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2727/tid=2738] ppid=2725 vsize=1711348 CPUtime=0
/proc/2727/task/2738/stat : 2738 (java) S 2725 2727 2681 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 190083893 1752420352 44784 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2727/tid=2739] ppid=2725 vsize=1711348 CPUtime=0
/proc/2727/task/2739/stat : 2739 (java) S 2725 2727 2681 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 190084183 1752420352 44784 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 41.64
Current children cumulated vsize (Kb) 1711348

[startup+50.0337 s]
/proc/loadavg: 0.90 0.94 0.90 2/76 2739
/proc/meminfo: memFree=1333000/2055924 swapFree=4181416/4192956
[pid=2727] ppid=2725 vsize=1711348 CPUtime=51.7
/proc/2727/stat : 2727 (java) R 2725 2727 2681 0 -1 0 56059 0 1 0 5143 27 0 0 19 0 13 0 190083883 1752420352 43979 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071580526 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/2727/statm: 427837 43979 1909 14 0 414584 0
[pid=2727/tid=2728] ppid=2725 vsize=1711348 CPUtime=0.61
/proc/2727/task/2728/stat : 2728 (java) S 2725 2727 2681 0 -1 64 8242 0 0 0 58 3 0 0 16 0 13 0 190083887 1752420352 43979 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2727/tid=2729] ppid=2725 vsize=1711348 CPUtime=0.6
/proc/2727/task/2729/stat : 2729 (java) S 2725 2727 2681 0 -1 64 8946 0 0 0 56 4 0 0 16 0 13 0 190083887 1752420352 43979 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2727/tid=2730] ppid=2725 vsize=1711348 CPUtime=0.02
/proc/2727/task/2730/stat : 2730 (java) S 2725 2727 2681 0 -1 64 27 0 0 0 1 1 0 0 16 0 13 0 190083889 1752420352 43979 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=2727/tid=2731] ppid=2725 vsize=1711348 CPUtime=0
/proc/2727/task/2731/stat : 2731 (java) S 2725 2727 2681 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 190083890 1752420352 43979 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2727/tid=2732] ppid=2725 vsize=1711348 CPUtime=0
/proc/2727/task/2732/stat : 2732 (java) S 2725 2727 2681 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 190083890 1752420352 43979 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2727/tid=2733] ppid=2725 vsize=1711348 CPUtime=0
/proc/2727/task/2733/stat : 2733 (java) S 2725 2727 2681 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 190083893 1752420352 43979 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2727/tid=2734] ppid=2725 vsize=1711348 CPUtime=0
/proc/2727/task/2734/stat : 2734 (java) S 2725 2727 2681 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 190083893 1752420352 43979 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2727/tid=2735] ppid=2725 vsize=1711348 CPUtime=0.69
/proc/2727/task/2735/stat : 2735 (java) S 2725 2727 2681 0 -1 64 1745 0 0 0 69 0 0 0 16 0 13 0 190083893 1752420352 43979 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2727/tid=2736] ppid=2725 vsize=1711348 CPUtime=0.85
/proc/2727/task/2736/stat : 2736 (java) S 2725 2727 2681 0 -1 64 518 0 0 0 85 0 0 0 16 0 13 0 190083893 1752420352 43979 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2727/tid=2737] ppid=2725 vsize=1711348 CPUtime=0
/proc/2727/task/2737/stat : 2737 (java) S 2725 2727 2681 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 190083893 1752420352 43979 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2727/tid=2738] ppid=2725 vsize=1711348 CPUtime=0
/proc/2727/task/2738/stat : 2738 (java) S 2725 2727 2681 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 190083893 1752420352 43979 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2727/tid=2739] ppid=2725 vsize=1711348 CPUtime=0
/proc/2727/task/2739/stat : 2739 (java) S 2725 2727 2681 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 190084183 1752420352 43979 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 51.7
Current children cumulated vsize (Kb) 1711348

[startup+60.0417 s]
/proc/loadavg: 0.92 0.95 0.90 2/76 2739
/proc/meminfo: memFree=1333704/2055924 swapFree=4181416/4192956
[pid=2727] ppid=2725 vsize=1711348 CPUtime=61.81
/proc/2727/stat : 2727 (java) R 2725 2727 2681 0 -1 0 57077 0 1 0 6153 28 0 0 25 0 13 0 190083883 1752420352 43797 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071509807 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/2727/statm: 427837 43797 1909 14 0 414584 0
[pid=2727/tid=2728] ppid=2725 vsize=1711348 CPUtime=0.67
/proc/2727/task/2728/stat : 2728 (java) S 2725 2727 2681 0 -1 64 8650 0 0 0 64 3 0 0 16 0 13 0 190083887 1752420352 43797 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2727/tid=2729] ppid=2725 vsize=1711348 CPUtime=0.65
/proc/2727/task/2729/stat : 2729 (java) S 2725 2727 2681 0 -1 64 9543 0 0 0 61 4 0 0 16 0 13 0 190083887 1752420352 43797 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2727/tid=2730] ppid=2725 vsize=1711348 CPUtime=0.02
/proc/2727/task/2730/stat : 2730 (java) S 2725 2727 2681 0 -1 64 27 0 0 0 1 1 0 0 16 0 13 0 190083889 1752420352 43797 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=2727/tid=2731] ppid=2725 vsize=1711348 CPUtime=0
/proc/2727/task/2731/stat : 2731 (java) S 2725 2727 2681 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 190083890 1752420352 43797 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2727/tid=2732] ppid=2725 vsize=1711348 CPUtime=0
/proc/2727/task/2732/stat : 2732 (java) S 2725 2727 2681 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 190083890 1752420352 43797 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2727/tid=2733] ppid=2725 vsize=1711348 CPUtime=0
/proc/2727/task/2733/stat : 2733 (java) S 2725 2727 2681 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 190083893 1752420352 43797 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0

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

[pid=2727/tid=2731] ppid=2725 vsize=1712372 CPUtime=0
/proc/2727/task/2731/stat : 2731 (java) S 2725 2727 2681 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 190083890 1753468928 141504 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2727/tid=2732] ppid=2725 vsize=1712372 CPUtime=0
/proc/2727/task/2732/stat : 2732 (java) S 2725 2727 2681 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 190083890 1753468928 141504 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2727/tid=2733] ppid=2725 vsize=1712372 CPUtime=0
/proc/2727/task/2733/stat : 2733 (java) S 2725 2727 2681 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 190083893 1753468928 141504 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2727/tid=2734] ppid=2725 vsize=1712372 CPUtime=0
/proc/2727/task/2734/stat : 2734 (java) S 2725 2727 2681 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 190083893 1753468928 141504 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2727/tid=2735] ppid=2725 vsize=1712372 CPUtime=0.79
/proc/2727/task/2735/stat : 2735 (java) S 2725 2727 2681 0 -1 64 1753 0 0 0 79 0 0 0 16 0 13 0 190083893 1753468928 141504 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2727/tid=2736] ppid=2725 vsize=1712372 CPUtime=0.91
/proc/2727/task/2736/stat : 2736 (java) S 2725 2727 2681 0 -1 64 524 0 0 0 91 0 0 0 17 0 13 0 190083893 1753468928 141504 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2727/tid=2737] ppid=2725 vsize=1712372 CPUtime=0
/proc/2727/task/2737/stat : 2737 (java) S 2725 2727 2681 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 190083893 1753468928 141504 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2727/tid=2738] ppid=2725 vsize=1712372 CPUtime=0
/proc/2727/task/2738/stat : 2738 (java) S 2725 2727 2681 0 -1 64 3 0 0 0 0 0 0 0 15 0 13 0 190083893 1753468928 141504 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2727/tid=2739] ppid=2725 vsize=1712372 CPUtime=0
/proc/2727/task/2739/stat : 2739 (java) S 2725 2727 2681 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 190084183 1753468928 141504 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1796.88
Current children cumulated vsize (Kb) 1712372

[startup+1784.36 s]
/proc/loadavg: 1.00 1.00 0.92 2/76 2741
/proc/meminfo: memFree=941256/2055924 swapFree=4181416/4192956
[pid=2727] ppid=2725 vsize=1712372 CPUtime=1797.88
/proc/2727/stat : 2727 (java) R 2725 2727 2681 0 -1 0 265298 0 1 0 179605 183 0 0 25 0 13 0 190083883 1753468928 141504 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071572551 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/2727/statm: 428093 141504 1911 14 0 414840 0
[pid=2727/tid=2728] ppid=2725 vsize=1712372 CPUtime=13.49
/proc/2727/task/2728/stat : 2728 (java) S 2725 2727 2681 0 -1 64 63360 0 0 0 1307 42 0 0 16 0 13 0 190083887 1753468928 141504 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2727/tid=2729] ppid=2725 vsize=1712372 CPUtime=13.45
/proc/2727/task/2729/stat : 2729 (java) S 2725 2727 2681 0 -1 64 63866 0 0 0 1305 40 0 0 16 0 13 0 190083887 1753468928 141504 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2727/tid=2730] ppid=2725 vsize=1712372 CPUtime=0.58
/proc/2727/task/2730/stat : 2730 (java) S 2725 2727 2681 0 -1 64 391 0 0 0 33 25 0 0 16 0 13 0 190083889 1753468928 141504 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=2727/tid=2731] ppid=2725 vsize=1712372 CPUtime=0
/proc/2727/task/2731/stat : 2731 (java) S 2725 2727 2681 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 190083890 1753468928 141504 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2727/tid=2732] ppid=2725 vsize=1712372 CPUtime=0
/proc/2727/task/2732/stat : 2732 (java) S 2725 2727 2681 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 190083890 1753468928 141504 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2727/tid=2733] ppid=2725 vsize=1712372 CPUtime=0
/proc/2727/task/2733/stat : 2733 (java) S 2725 2727 2681 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 190083893 1753468928 141504 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2727/tid=2734] ppid=2725 vsize=1712372 CPUtime=0
/proc/2727/task/2734/stat : 2734 (java) S 2725 2727 2681 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 190083893 1753468928 141504 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2727/tid=2735] ppid=2725 vsize=1712372 CPUtime=0.79
/proc/2727/task/2735/stat : 2735 (java) S 2725 2727 2681 0 -1 64 1753 0 0 0 79 0 0 0 16 0 13 0 190083893 1753468928 141504 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2727/tid=2736] ppid=2725 vsize=1712372 CPUtime=0.91
/proc/2727/task/2736/stat : 2736 (java) S 2725 2727 2681 0 -1 64 524 0 0 0 91 0 0 0 17 0 13 0 190083893 1753468928 141504 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2727/tid=2737] ppid=2725 vsize=1712372 CPUtime=0
/proc/2727/task/2737/stat : 2737 (java) S 2725 2727 2681 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 190083893 1753468928 141504 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2727/tid=2738] ppid=2725 vsize=1712372 CPUtime=0
/proc/2727/task/2738/stat : 2738 (java) S 2725 2727 2681 0 -1 64 3 0 0 0 0 0 0 0 15 0 13 0 190083893 1753468928 141504 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2727/tid=2739] ppid=2725 vsize=1712372 CPUtime=0
/proc/2727/task/2739/stat : 2739 (java) S 2725 2727 2681 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 190084183 1753468928 141504 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1797.88
Current children cumulated vsize (Kb) 1712372

[startup+1785.37 s]
/proc/loadavg: 1.00 1.00 0.92 2/76 2741
/proc/meminfo: memFree=940552/2055924 swapFree=4181416/4192956
[pid=2727] ppid=2725 vsize=1712372 CPUtime=1798.9
/proc/2727/stat : 2727 (java) R 2725 2727 2681 0 -1 0 265555 0 1 0 179707 183 0 0 23 0 13 0 190083883 1753468928 141632 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071544855 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/2727/statm: 428093 141632 1911 14 0 414840 0
[pid=2727/tid=2728] ppid=2725 vsize=1712372 CPUtime=13.5
/proc/2727/task/2728/stat : 2728 (java) S 2725 2727 2681 0 -1 64 63470 0 0 0 1308 42 0 0 16 0 13 0 190083887 1753468928 141632 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2727/tid=2729] ppid=2725 vsize=1712372 CPUtime=13.46
/proc/2727/task/2729/stat : 2729 (java) S 2725 2727 2681 0 -1 64 64012 0 0 0 1306 40 0 0 16 0 13 0 190083887 1753468928 141632 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2727/tid=2730] ppid=2725 vsize=1712372 CPUtime=0.58
/proc/2727/task/2730/stat : 2730 (java) S 2725 2727 2681 0 -1 64 391 0 0 0 33 25 0 0 15 0 13 0 190083889 1753468928 141632 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=2727/tid=2731] ppid=2725 vsize=1712372 CPUtime=0
/proc/2727/task/2731/stat : 2731 (java) S 2725 2727 2681 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 190083890 1753468928 141632 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2727/tid=2732] ppid=2725 vsize=1712372 CPUtime=0
/proc/2727/task/2732/stat : 2732 (java) S 2725 2727 2681 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 190083890 1753468928 141632 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2727/tid=2733] ppid=2725 vsize=1712372 CPUtime=0
/proc/2727/task/2733/stat : 2733 (java) S 2725 2727 2681 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 190083893 1753468928 141632 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2727/tid=2734] ppid=2725 vsize=1712372 CPUtime=0
/proc/2727/task/2734/stat : 2734 (java) S 2725 2727 2681 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 190083893 1753468928 141632 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2727/tid=2735] ppid=2725 vsize=1712372 CPUtime=0.79
/proc/2727/task/2735/stat : 2735 (java) S 2725 2727 2681 0 -1 64 1753 0 0 0 79 0 0 0 16 0 13 0 190083893 1753468928 141632 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2727/tid=2736] ppid=2725 vsize=1712372 CPUtime=0.91
/proc/2727/task/2736/stat : 2736 (java) S 2725 2727 2681 0 -1 64 524 0 0 0 91 0 0 0 17 0 13 0 190083893 1753468928 141632 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2727/tid=2737] ppid=2725 vsize=1712372 CPUtime=0
/proc/2727/task/2737/stat : 2737 (java) S 2725 2727 2681 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 190083893 1753468928 141632 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2727/tid=2738] ppid=2725 vsize=1712372 CPUtime=0
/proc/2727/task/2738/stat : 2738 (java) S 2725 2727 2681 0 -1 64 3 0 0 0 0 0 0 0 15 0 13 0 190083893 1753468928 141632 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2727/tid=2739] ppid=2725 vsize=1712372 CPUtime=0
/proc/2727/task/2739/stat : 2739 (java) S 2725 2727 2681 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 190084183 1753468928 141632 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1798.9
Current children cumulated vsize (Kb) 1712372

[startup+1786.37 s]
/proc/loadavg: 1.00 1.00 0.92 2/76 2741
/proc/meminfo: memFree=940296/2055924 swapFree=4181416/4192956
[pid=2727] ppid=2725 vsize=1712372 CPUtime=1799.92
/proc/2727/stat : 2727 (java) R 2725 2727 2681 0 -1 0 265669 0 1 0 179808 184 0 0 25 0 13 0 190083883 1753468928 141743 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071572720 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/2727/statm: 428093 141743 1911 14 0 414840 0
[pid=2727/tid=2728] ppid=2725 vsize=1712372 CPUtime=13.51
/proc/2727/task/2728/stat : 2728 (java) S 2725 2727 2681 0 -1 64 63505 0 0 0 1309 42 0 0 16 0 13 0 190083887 1753468928 141743 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2727/tid=2729] ppid=2725 vsize=1712372 CPUtime=13.48
/proc/2727/task/2729/stat : 2729 (java) S 2725 2727 2681 0 -1 64 64089 0 0 0 1308 40 0 0 16 0 13 0 190083887 1753468928 141743 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2727/tid=2730] ppid=2725 vsize=1712372 CPUtime=0.58
/proc/2727/task/2730/stat : 2730 (java) S 2725 2727 2681 0 -1 64 392 0 0 0 33 25 0 0 16 0 13 0 190083889 1753468928 141743 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=2727/tid=2731] ppid=2725 vsize=1712372 CPUtime=0
/proc/2727/task/2731/stat : 2731 (java) S 2725 2727 2681 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 190083890 1753468928 141743 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2727/tid=2732] ppid=2725 vsize=1712372 CPUtime=0
/proc/2727/task/2732/stat : 2732 (java) S 2725 2727 2681 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 190083890 1753468928 141743 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2727/tid=2733] ppid=2725 vsize=1712372 CPUtime=0
/proc/2727/task/2733/stat : 2733 (java) S 2725 2727 2681 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 190083893 1753468928 141743 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2727/tid=2734] ppid=2725 vsize=1712372 CPUtime=0
/proc/2727/task/2734/stat : 2734 (java) S 2725 2727 2681 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 190083893 1753468928 141743 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2727/tid=2735] ppid=2725 vsize=1712372 CPUtime=0.79
/proc/2727/task/2735/stat : 2735 (java) S 2725 2727 2681 0 -1 64 1753 0 0 0 79 0 0 0 16 0 13 0 190083893 1753468928 141743 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2727/tid=2736] ppid=2725 vsize=1712372 CPUtime=0.91
/proc/2727/task/2736/stat : 2736 (java) S 2725 2727 2681 0 -1 64 524 0 0 0 91 0 0 0 17 0 13 0 190083893 1753468928 141743 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2727/tid=2737] ppid=2725 vsize=1712372 CPUtime=0
/proc/2727/task/2737/stat : 2737 (java) S 2725 2727 2681 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 190083893 1753468928 141743 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2727/tid=2738] ppid=2725 vsize=1712372 CPUtime=0
/proc/2727/task/2738/stat : 2738 (java) S 2725 2727 2681 0 -1 64 3 0 0 0 0 0 0 0 15 0 13 0 190083893 1753468928 141743 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2727/tid=2739] ppid=2725 vsize=1712372 CPUtime=0
/proc/2727/task/2739/stat : 2739 (java) S 2725 2727 2681 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 190084183 1753468928 141743 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1799.92
Current children cumulated vsize (Kb) 1712372

[startup+1787.38 s]
/proc/loadavg: 1.00 1.00 0.92 2/76 2741
/proc/meminfo: memFree=936520/2055924 swapFree=4181416/4192956
[pid=2727] ppid=2725 vsize=1712372 CPUtime=1800.92
/proc/2727/stat : 2727 (java) R 2725 2727 2681 0 -1 0 266699 0 1 0 179908 184 0 0 25 0 13 0 190083883 1753468928 142773 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071434540 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/2727/statm: 428093 142773 1911 14 0 414840 0
[pid=2727/tid=2728] ppid=2725 vsize=1712372 CPUtime=13.51
/proc/2727/task/2728/stat : 2728 (java) S 2725 2727 2681 0 -1 64 63505 0 0 0 1309 42 0 0 16 0 13 0 190083887 1753468928 142775 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2727/tid=2729] ppid=2725 vsize=1712372 CPUtime=13.48
/proc/2727/task/2729/stat : 2729 (java) S 2725 2727 2681 0 -1 64 64089 0 0 0 1308 40 0 0 16 0 13 0 190083887 1753468928 142775 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2727/tid=2730] ppid=2725 vsize=1712372 CPUtime=0.58
/proc/2727/task/2730/stat : 2730 (java) S 2725 2727 2681 0 -1 64 392 0 0 0 33 25 0 0 16 0 13 0 190083889 1753468928 142775 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=2727/tid=2731] ppid=2725 vsize=1712372 CPUtime=0
/proc/2727/task/2731/stat : 2731 (java) S 2725 2727 2681 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 190083890 1753468928 142779 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2727/tid=2732] ppid=2725 vsize=1712372 CPUtime=0
/proc/2727/task/2732/stat : 2732 (java) S 2725 2727 2681 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 190083890 1753468928 142781 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2727/tid=2733] ppid=2725 vsize=1712372 CPUtime=0
/proc/2727/task/2733/stat : 2733 (java) S 2725 2727 2681 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 190083893 1753468928 142781 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2727/tid=2734] ppid=2725 vsize=1712372 CPUtime=0
/proc/2727/task/2734/stat : 2734 (java) S 2725 2727 2681 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 190083893 1753468928 142782 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2727/tid=2735] ppid=2725 vsize=1712372 CPUtime=0.79
/proc/2727/task/2735/stat : 2735 (java) S 2725 2727 2681 0 -1 64 1753 0 0 0 79 0 0 0 16 0 13 0 190083893 1753468928 142782 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2727/tid=2736] ppid=2725 vsize=1712372 CPUtime=0.91
/proc/2727/task/2736/stat : 2736 (java) S 2725 2727 2681 0 -1 64 524 0 0 0 91 0 0 0 17 0 13 0 190083893 1753468928 142783 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2727/tid=2737] ppid=2725 vsize=1712372 CPUtime=0
/proc/2727/task/2737/stat : 2737 (java) S 2725 2727 2681 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 190083893 1753468928 142784 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2727/tid=2738] ppid=2725 vsize=1712372 CPUtime=0
/proc/2727/task/2738/stat : 2738 (java) S 2725 2727 2681 0 -1 64 3 0 0 0 0 0 0 0 15 0 13 0 190083893 1753468928 142784 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2727/tid=2739] ppid=2725 vsize=1712372 CPUtime=0
/proc/2727/task/2739/stat : 2739 (java) S 2725 2727 2681 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 190084183 1753468928 142785 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.92
Current children cumulated vsize (Kb) 1712372



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1787.38 s]
/proc/loadavg: 1.00 1.00 0.92 2/76 2741
/proc/meminfo: memFree=936072/2055924 swapFree=4181416/4192956
[pid=2727] ppid=2725 vsize=1712372 CPUtime=1800.93
/proc/2727/stat : 2727 (java) R 2725 2727 2681 0 -1 0 266805 0 1 0 179909 184 0 0 25 0 13 0 190083883 1753468928 142879 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071572696 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/2727/statm: 428093 142879 1911 14 0 414840 0
[pid=2727/tid=2728] ppid=2725 vsize=1712372 CPUtime=13.51
/proc/2727/task/2728/stat : 2728 (java) S 2725 2727 2681 0 -1 64 63505 0 0 0 1309 42 0 0 16 0 13 0 190083887 1753468928 142879 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2727/tid=2729] ppid=2725 vsize=1712372 CPUtime=13.48
/proc/2727/task/2729/stat : 2729 (java) S 2725 2727 2681 0 -1 64 64089 0 0 0 1308 40 0 0 16 0 13 0 190083887 1753468928 142879 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2727/tid=2730] ppid=2725 vsize=1712372 CPUtime=0.58
/proc/2727/task/2730/stat : 2730 (java) S 2725 2727 2681 0 -1 64 392 0 0 0 33 25 0 0 16 0 13 0 190083889 1753468928 142879 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=2727/tid=2731] ppid=2725 vsize=1712372 CPUtime=0
/proc/2727/task/2731/stat : 2731 (java) S 2725 2727 2681 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 190083890 1753468928 142879 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2727/tid=2732] ppid=2725 vsize=1712372 CPUtime=0
/proc/2727/task/2732/stat : 2732 (java) S 2725 2727 2681 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 190083890 1753468928 142880 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2727/tid=2733] ppid=2725 vsize=1712372 CPUtime=0
/proc/2727/task/2733/stat : 2733 (java) S 2725 2727 2681 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 190083893 1753468928 142880 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2727/tid=2734] ppid=2725 vsize=1712372 CPUtime=0
/proc/2727/task/2734/stat : 2734 (java) S 2725 2727 2681 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 190083893 1753468928 142880 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2727/tid=2735] ppid=2725 vsize=1712372 CPUtime=0.79
/proc/2727/task/2735/stat : 2735 (java) S 2725 2727 2681 0 -1 64 1753 0 0 0 79 0 0 0 16 0 13 0 190083893 1753468928 142880 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2727/tid=2736] ppid=2725 vsize=1712372 CPUtime=0.91
/proc/2727/task/2736/stat : 2736 (java) S 2725 2727 2681 0 -1 64 524 0 0 0 91 0 0 0 17 0 13 0 190083893 1753468928 142880 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2727/tid=2737] ppid=2725 vsize=1712372 CPUtime=0
/proc/2727/task/2737/stat : 2737 (java) S 2725 2727 2681 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 190083893 1753468928 142880 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2727/tid=2738] ppid=2725 vsize=1712372 CPUtime=0
/proc/2727/task/2738/stat : 2738 (java) S 2725 2727 2681 0 -1 64 3 0 0 0 0 0 0 0 15 0 13 0 190083893 1753468928 142880 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2727/tid=2739] ppid=2725 vsize=1712372 CPUtime=0
/proc/2727/task/2739/stat : 2739 (java) S 2725 2727 2681 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 190084183 1753468928 142881 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.93
Current children cumulated vsize (Kb) 1712372

Sending SIGTERM to -2727
Sleeping 2 seconds

Child status: 143
Real time (s): 1787.56
CPU time (s): 1801.11
CPU user time (s): 1799.17
CPU system time (s): 1.93371
CPU usage (%): 100.758
Max. virtual memory (cumulated for all children) (Kb): 1712372

Launcher Data (download as text)

Begin job on node6 on Fri Jun  2 10:30:18 UTC 2006


FILE ID= 42348-1149244217

PBS_JOBID= 297657

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

MD5SUM SOLVER= 3cef94aa015dc0dd234d31843a257d70
MD5SUM BENCH=  b1cb8dfc9613a6d80968091d3346a684

RANDOM SEED= 594694234


/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.268
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.268
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:      2055924 kB
MemFree:       1502200 kB
Buffers:         18760 kB
Cached:         463832 kB
SwapCached:       3472 kB
Active:          21932 kB
Inactive:       469632 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055924 kB
LowFree:       1502200 kB
SwapTotal:     4192956 kB
SwapFree:      4181416 kB
Dirty:             276 kB
Writeback:           0 kB
Mapped:          14912 kB
Slab:            48192 kB
Committed_AS:   202628 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 node6 on Fri Jun  2 11:00:05 UTC 2006