Trace number 50688

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

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/
bounded_golomb_rulers/normalized-bogr_17.opb
MD5SUM25ee8feec785b6a4be71df8acc9d82db
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark263
Best CPU time to get the best result obtained on this benchmark1782.75
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 263
Optimality of the best value was proved NO
Number of variables7081
Total number of constraints13889
Number of constraints which are clauses1
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints13888
Minimum length of a constraint1
Maximum length of a constraint37
Number of terms in the objective function 9
Biggest coefficient in the objective function 136
Number of bits for the biggest coefficient in the objective function 8
Sum of the numbers in the objective function 391
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 512
Number of bits of the biggest number in a constraint 10
Biggest sum of numbers in a constraint 2647
Number of bits of the biggest sum of numbers12
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data (download as text)

0.15	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.15	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.15	c no version file found!!!
0.15	c sun.arch.data.model	32
0.15	c java.version	1.5.0_06
0.15	c os.name	Linux
0.15	c os.version	2.6.9-22.EL.rootsmp
0.15	c os.arch	i386
0.15	c Free memory 1548419056
0.15	c Max memory 1551040512
0.15	c Total memory 1551040512
0.15	c Number of processors 2
0.22	c Cutting planes based inference
0.22	c --- Begin Solver configuration ---
0.22	c org.sat4j.minisat.uip.FirstUIP@1df073d
0.22	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@1546e25
0.22	c org.sat4j.minisat.learning.MiniSATLearning@b66cc
0.22	c conflictBoundIncFactor=1.5 learntBoundIncFactor=1.1 initLearntBoundConstraintFactor=10000.0 initConflictBound=100 
0.22	c VSIDS like heuristics from MiniSAT using a heap
0.22	c No reason simplification
0.22	c --- End Solver configuration ---
0.22	c solving ROOT/tmp/node14/50688-1154111495/instance-50688-1154111495.opb
0.22	c reading problem ... 
6.71	c ... done. Time 6.492 ms.
6.71	c #vars     7081
6.71	c #constraints  13888
1787.34	c starts		: 13
1787.34	c conflicts		: 35227
1787.34	c decisions		: 51576
1787.34	c propagations		: 7810436
1787.34	c inspects		: 335280132
1787.34	c learnt literals	: 0
1787.34	c learnt binary clauses	: 0
1787.34	c learnt ternary clauses	: 0
1787.34	c learnt clauses	: 35226
1787.34	c root simplifications	: 0
1787.34	c removed literals (reason simplification)	: 0
1787.34	c reason swapping (by a shorter reason)	: 0
1787.34	c Calls to reduceDB	: 0
1787.34	c speed (decisions/second)	: 28.965370836607025
1787.34	c non guided choices	4197
1787.34	s UNKNOWN
1787.34	c Total wall clock time (ms): 1787.123

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

runsolver version 3.0.3 (c) roussel@cril.univ-artois.fr

Enforcing memory limit (will send SIGKILL): 1843200 Kb
Enforcing VSIZE limit: 1887436800 bytes
command line: runsolver --timestamp -w ROOT/results/node14/watcher-50688-1154111495 -o ROOT/results/node14/solver-50688-1154111495 -C 1800 -M 1800 -S 64 java -server -Xms1500M -Xmx1500M -jar ROOT/solvers/PB/PB06final/user5/sat4jPseudoHeuristics.jar ROOT/tmp/node14/50688-1154111495/instance-50688-1154111495.opb 713294086 

Current StackSize limit: 67108864 bytes

/proc/loadavg: 0.91 0.97 0.99 3/64 1672
/proc/meminfo: memFree=1326184/2055920 swapFree=4183052/4192956
[pid=1672] ppid=1670 vsize=1500 CPUtime=0
/proc/1672/stat : 1672 (java) R 1670 1672 1623 0 -1 0 89 0 0 0 0 0 0 0 19 0 1 0 158010454 1536000 69 18446744073709551615 134512640 134570276 4294956608 18446744073709551615 6895286 0 0 4096 0 0 0 0 17 1 0 0
/proc/1672/statm: 363 63 47 14 0 8 0

[startup+10.0022 s]
/proc/loadavg: 0.93 0.97 0.99 3/76 1684
/proc/meminfo: memFree=1114960/2055920 swapFree=4183052/4192956
[pid=1672] ppid=1670 vsize=1713084 CPUtime=11.41
/proc/1672/stat : 1672 (java) R 1670 1672 1623 0 -1 0 57912 0 1 0 1113 28 0 0 25 0 13 0 158010454 1754198016 54580 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071550649 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/1672/statm: 428271 54580 1907 14 0 415018 0
[pid=1672/tid=1673] ppid=1670 vsize=1713084 CPUtime=0.54
/proc/1672/task/1673/stat : 1673 (java) S 1670 1672 1623 0 -1 64 10269 0 0 0 50 4 0 0 17 0 13 0 158010458 1754198016 54580 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1672/tid=1674] ppid=1670 vsize=1713084 CPUtime=0.55
/proc/1672/task/1674/stat : 1674 (java) S 1670 1672 1623 0 -1 64 8069 0 0 0 51 4 0 0 17 0 13 0 158010458 1754198016 54580 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1672/tid=1675] ppid=1670 vsize=1713084 CPUtime=0
/proc/1672/task/1675/stat : 1675 (java) S 1670 1672 1623 0 -1 64 19 0 0 0 0 0 0 0 17 0 13 0 158010460 1754198016 54580 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=1672/tid=1676] ppid=1670 vsize=1713084 CPUtime=0
/proc/1672/task/1676/stat : 1676 (java) S 1670 1672 1623 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 158010461 1754198016 54580 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1672/tid=1677] ppid=1670 vsize=1713084 CPUtime=0
/proc/1672/task/1677/stat : 1677 (java) S 1670 1672 1623 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 158010461 1754198016 54580 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1672/tid=1678] ppid=1670 vsize=1713084 CPUtime=0
/proc/1672/task/1678/stat : 1678 (java) S 1670 1672 1623 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 158010464 1754198016 54580 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1672/tid=1679] ppid=1670 vsize=1713084 CPUtime=0
/proc/1672/task/1679/stat : 1679 (java) S 1670 1672 1623 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 158010464 1754198016 54580 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1672/tid=1680] ppid=1670 vsize=1713084 CPUtime=0.78
/proc/1672/task/1680/stat : 1680 (java) S 1670 1672 1623 0 -1 64 2373 0 0 0 78 0 0 0 15 0 13 0 158010464 1754198016 54580 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1672/tid=1681] ppid=1670 vsize=1713084 CPUtime=0.48
/proc/1672/task/1681/stat : 1681 (java) R 1670 1672 1623 0 -1 64 651 0 0 0 48 0 0 0 16 0 13 0 158010464 1754198016 54580 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4154396567 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1672/tid=1682] ppid=1670 vsize=1713084 CPUtime=0
/proc/1672/task/1682/stat : 1682 (java) S 1670 1672 1623 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 158010464 1754198016 54580 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1672/tid=1683] ppid=1670 vsize=1713084 CPUtime=0
/proc/1672/task/1683/stat : 1683 (java) S 1670 1672 1623 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 158010464 1754198016 54580 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1672/tid=1684] ppid=1670 vsize=1713084 CPUtime=0
/proc/1672/task/1684/stat : 1684 (java) S 1670 1672 1623 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 158011128 1754198016 54580 18446744073709551615 134512640 134570276 4294956448 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) 1713084

[startup+20.0091 s]
/proc/loadavg: 0.94 0.97 0.99 2/76 1684
/proc/meminfo: memFree=1105040/2055920 swapFree=4183052/4192956
[pid=1672] ppid=1670 vsize=1715092 CPUtime=21.86
/proc/1672/stat : 1672 (java) R 1670 1672 1623 0 -1 0 61563 0 1 0 2156 30 0 0 25 0 13 0 158010454 1756254208 57036 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071550624 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/1672/statm: 428773 57036 1909 14 0 415520 0
[pid=1672/tid=1673] ppid=1670 vsize=1715092 CPUtime=0.6
/proc/1672/task/1673/stat : 1673 (java) S 1670 1672 1623 0 -1 64 11101 0 0 0 55 5 0 0 16 0 13 0 158010458 1756254208 57036 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1672/tid=1674] ppid=1670 vsize=1715092 CPUtime=0.6
/proc/1672/task/1674/stat : 1674 (java) S 1670 1672 1623 0 -1 64 9316 0 0 0 56 4 0 0 16 0 13 0 158010458 1756254208 57036 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1672/tid=1675] ppid=1670 vsize=1715092 CPUtime=0
/proc/1672/task/1675/stat : 1675 (java) S 1670 1672 1623 0 -1 64 19 0 0 0 0 0 0 0 16 0 13 0 158010460 1756254208 57036 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=1672/tid=1676] ppid=1670 vsize=1715092 CPUtime=0
/proc/1672/task/1676/stat : 1676 (java) S 1670 1672 1623 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 158010461 1756254208 57036 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1672/tid=1677] ppid=1670 vsize=1715092 CPUtime=0
/proc/1672/task/1677/stat : 1677 (java) S 1670 1672 1623 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 158010461 1756254208 57036 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1672/tid=1678] ppid=1670 vsize=1715092 CPUtime=0
/proc/1672/task/1678/stat : 1678 (java) S 1670 1672 1623 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 158010464 1756254208 57036 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1672/tid=1679] ppid=1670 vsize=1715092 CPUtime=0
/proc/1672/task/1679/stat : 1679 (java) S 1670 1672 1623 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 158010464 1756254208 57036 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1672/tid=1680] ppid=1670 vsize=1715092 CPUtime=0.99
/proc/1672/task/1680/stat : 1680 (java) S 1670 1672 1623 0 -1 64 2984 0 0 0 98 1 0 0 18 0 13 0 158010464 1756254208 57036 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1672/tid=1681] ppid=1670 vsize=1715092 CPUtime=0.7
/proc/1672/task/1681/stat : 1681 (java) S 1670 1672 1623 0 -1 64 1605 0 0 0 69 1 0 0 16 0 13 0 158010464 1756254208 57036 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1672/tid=1682] ppid=1670 vsize=1715092 CPUtime=0
/proc/1672/task/1682/stat : 1682 (java) S 1670 1672 1623 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 158010464 1756254208 57036 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1672/tid=1683] ppid=1670 vsize=1715092 CPUtime=0
/proc/1672/task/1683/stat : 1683 (java) S 1670 1672 1623 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 158010464 1756254208 57036 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1672/tid=1684] ppid=1670 vsize=1715092 CPUtime=0
/proc/1672/task/1684/stat : 1684 (java) S 1670 1672 1623 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 158011128 1756254208 57036 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 21.86
Current children cumulated vsize (Kb) 1715092

[startup+30.0161 s]
/proc/loadavg: 0.95 0.97 0.99 2/76 1684
/proc/meminfo: memFree=1106256/2055920 swapFree=4183052/4192956
[pid=1672] ppid=1670 vsize=1713052 CPUtime=31.91
/proc/1672/stat : 1672 (java) R 1670 1672 1623 0 -1 0 61995 0 1 0 3161 30 0 0 25 0 13 0 158010454 1754165248 56832 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071530812 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/1672/statm: 428263 56832 1909 14 0 415010 0
[pid=1672/tid=1673] ppid=1670 vsize=1713052 CPUtime=0.64
/proc/1672/task/1673/stat : 1673 (java) S 1670 1672 1623 0 -1 64 11269 0 0 0 59 5 0 0 16 0 13 0 158010458 1754165248 56832 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1672/tid=1674] ppid=1670 vsize=1713052 CPUtime=0.64
/proc/1672/task/1674/stat : 1674 (java) S 1670 1672 1623 0 -1 64 9574 0 0 0 60 4 0 0 16 0 13 0 158010458 1754165248 56832 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1672/tid=1675] ppid=1670 vsize=1713052 CPUtime=0
/proc/1672/task/1675/stat : 1675 (java) S 1670 1672 1623 0 -1 64 19 0 0 0 0 0 0 0 16 0 13 0 158010460 1754165248 56832 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=1672/tid=1676] ppid=1670 vsize=1713052 CPUtime=0
/proc/1672/task/1676/stat : 1676 (java) S 1670 1672 1623 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 158010461 1754165248 56832 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1672/tid=1677] ppid=1670 vsize=1713052 CPUtime=0
/proc/1672/task/1677/stat : 1677 (java) S 1670 1672 1623 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 158010461 1754165248 56832 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1672/tid=1678] ppid=1670 vsize=1713052 CPUtime=0
/proc/1672/task/1678/stat : 1678 (java) S 1670 1672 1623 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 158010464 1754165248 56832 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1672/tid=1679] ppid=1670 vsize=1713052 CPUtime=0
/proc/1672/task/1679/stat : 1679 (java) S 1670 1672 1623 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 158010464 1754165248 56832 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1672/tid=1680] ppid=1670 vsize=1713052 CPUtime=1
/proc/1672/task/1680/stat : 1680 (java) S 1670 1672 1623 0 -1 64 2984 0 0 0 99 1 0 0 17 0 13 0 158010464 1754165248 56832 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1672/tid=1681] ppid=1670 vsize=1713052 CPUtime=0.71
/proc/1672/task/1681/stat : 1681 (java) S 1670 1672 1623 0 -1 64 1605 0 0 0 70 1 0 0 17 0 13 0 158010464 1754165248 56832 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1672/tid=1682] ppid=1670 vsize=1713052 CPUtime=0
/proc/1672/task/1682/stat : 1682 (java) S 1670 1672 1623 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 158010464 1754165248 56832 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1672/tid=1683] ppid=1670 vsize=1713052 CPUtime=0
/proc/1672/task/1683/stat : 1683 (java) S 1670 1672 1623 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 158010464 1754165248 56832 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1672/tid=1684] ppid=1670 vsize=1713052 CPUtime=0
/proc/1672/task/1684/stat : 1684 (java) S 1670 1672 1623 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 158011128 1754165248 56832 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 31.91
Current children cumulated vsize (Kb) 1713052

[startup+40.023 s]
/proc/loadavg: 0.95 0.97 0.99 2/76 1684
/proc/meminfo: memFree=1117264/2055920 swapFree=4183052/4192956
[pid=1672] ppid=1670 vsize=1713052 CPUtime=41.98
/proc/1672/stat : 1672 (java) R 1670 1672 1623 0 -1 0 62267 0 1 0 4167 31 0 0 25 0 13 0 158010454 1754165248 54045 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071445593 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/1672/statm: 428263 54045 1909 14 0 415010 0
[pid=1672/tid=1673] ppid=1670 vsize=1713052 CPUtime=0.67
/proc/1672/task/1673/stat : 1673 (java) S 1670 1672 1623 0 -1 64 11426 0 0 0 62 5 0 0 16 0 13 0 158010458 1754165248 54045 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1672/tid=1674] ppid=1670 vsize=1713052 CPUtime=0.66
/proc/1672/task/1674/stat : 1674 (java) S 1670 1672 1623 0 -1 64 9684 0 0 0 62 4 0 0 16 0 13 0 158010458 1754165248 54045 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1672/tid=1675] ppid=1670 vsize=1713052 CPUtime=0.01
/proc/1672/task/1675/stat : 1675 (java) S 1670 1672 1623 0 -1 64 19 0 0 0 1 0 0 0 16 0 13 0 158010460 1754165248 54045 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=1672/tid=1676] ppid=1670 vsize=1713052 CPUtime=0
/proc/1672/task/1676/stat : 1676 (java) S 1670 1672 1623 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 158010461 1754165248 54045 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1672/tid=1677] ppid=1670 vsize=1713052 CPUtime=0
/proc/1672/task/1677/stat : 1677 (java) S 1670 1672 1623 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 158010461 1754165248 54045 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1672/tid=1678] ppid=1670 vsize=1713052 CPUtime=0
/proc/1672/task/1678/stat : 1678 (java) S 1670 1672 1623 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 158010464 1754165248 54045 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1672/tid=1679] ppid=1670 vsize=1713052 CPUtime=0
/proc/1672/task/1679/stat : 1679 (java) S 1670 1672 1623 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 158010464 1754165248 54045 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1672/tid=1680] ppid=1670 vsize=1713052 CPUtime=1.03
/proc/1672/task/1680/stat : 1680 (java) S 1670 1672 1623 0 -1 64 2984 0 0 0 102 1 0 0 16 0 13 0 158010464 1754165248 54045 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1672/tid=1681] ppid=1670 vsize=1713052 CPUtime=0.72
/proc/1672/task/1681/stat : 1681 (java) S 1670 1672 1623 0 -1 64 1605 0 0 0 71 1 0 0 17 0 13 0 158010464 1754165248 54045 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1672/tid=1682] ppid=1670 vsize=1713052 CPUtime=0
/proc/1672/task/1682/stat : 1682 (java) S 1670 1672 1623 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 158010464 1754165248 54045 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1672/tid=1683] ppid=1670 vsize=1713052 CPUtime=0
/proc/1672/task/1683/stat : 1683 (java) S 1670 1672 1623 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 158010464 1754165248 54045 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1672/tid=1684] ppid=1670 vsize=1713052 CPUtime=0
/proc/1672/task/1684/stat : 1684 (java) S 1670 1672 1623 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 158011128 1754165248 54045 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 41.98
Current children cumulated vsize (Kb) 1713052

[startup+50.03 s]
/proc/loadavg: 0.96 0.97 0.99 2/76 1684
/proc/meminfo: memFree=1126352/2055920 swapFree=4183052/4192956
[pid=1672] ppid=1670 vsize=1713052 CPUtime=52.02
/proc/1672/stat : 1672 (java) R 1670 1672 1623 0 -1 0 62671 0 1 0 5170 32 0 0 25 0 13 0 158010454 1754165248 51775 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071519913 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/1672/statm: 428263 51775 1909 14 0 415010 0
[pid=1672/tid=1673] ppid=1670 vsize=1713052 CPUtime=0.7
/proc/1672/task/1673/stat : 1673 (java) S 1670 1672 1623 0 -1 64 11625 0 0 0 65 5 0 0 16 0 13 0 158010458 1754165248 51775 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1672/tid=1674] ppid=1670 vsize=1713052 CPUtime=0.7
/proc/1672/task/1674/stat : 1674 (java) S 1670 1672 1623 0 -1 64 9885 0 0 0 66 4 0 0 17 0 13 0 158010458 1754165248 51775 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1672/tid=1675] ppid=1670 vsize=1713052 CPUtime=0.01
/proc/1672/task/1675/stat : 1675 (java) S 1670 1672 1623 0 -1 64 19 0 0 0 1 0 0 0 17 0 13 0 158010460 1754165248 51775 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=1672/tid=1676] ppid=1670 vsize=1713052 CPUtime=0
/proc/1672/task/1676/stat : 1676 (java) S 1670 1672 1623 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 158010461 1754165248 51775 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1672/tid=1677] ppid=1670 vsize=1713052 CPUtime=0
/proc/1672/task/1677/stat : 1677 (java) S 1670 1672 1623 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 158010461 1754165248 51775 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1672/tid=1678] ppid=1670 vsize=1713052 CPUtime=0
/proc/1672/task/1678/stat : 1678 (java) S 1670 1672 1623 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 158010464 1754165248 51775 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1672/tid=1679] ppid=1670 vsize=1713052 CPUtime=0
/proc/1672/task/1679/stat : 1679 (java) S 1670 1672 1623 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 158010464 1754165248 51775 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1672/tid=1680] ppid=1670 vsize=1713052 CPUtime=1.03
/proc/1672/task/1680/stat : 1680 (java) S 1670 1672 1623 0 -1 64 2984 0 0 0 102 1 0 0 16 0 13 0 158010464 1754165248 51775 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1672/tid=1681] ppid=1670 vsize=1713052 CPUtime=0.72
/proc/1672/task/1681/stat : 1681 (java) S 1670 1672 1623 0 -1 64 1605 0 0 0 71 1 0 0 17 0 13 0 158010464 1754165248 51775 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1672/tid=1682] ppid=1670 vsize=1713052 CPUtime=0
/proc/1672/task/1682/stat : 1682 (java) S 1670 1672 1623 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 158010464 1754165248 51775 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1672/tid=1683] ppid=1670 vsize=1713052 CPUtime=0
/proc/1672/task/1683/stat : 1683 (java) S 1670 1672 1623 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 158010464 1754165248 51775 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1672/tid=1684] ppid=1670 vsize=1713052 CPUtime=0
/proc/1672/task/1684/stat : 1684 (java) S 1670 1672 1623 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 158011128 1754165248 51775 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 52.02
Current children cumulated vsize (Kb) 1713052

[startup+60.0369 s]
/proc/loadavg: 0.97 0.97 0.99 2/76 1684
/proc/meminfo: memFree=1134480/2055920 swapFree=4183052/4192956
[pid=1672] ppid=1670 vsize=1713052 CPUtime=62.06
/proc/1672/stat : 1672 (java) R 1670 1672 1623 0 -1 0 63064 0 1 0 6174 32 0 0 25 0 13 0 158010454 1754165248 49752 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071560517 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/1672/statm: 428263 49752 1909 14 0 415010 0
[pid=1672/tid=1673] ppid=1670 vsize=1713052 CPUtime=0.74
/proc/1672/task/1673/stat : 1673 (java) S 1670 1672 1623 0 -1 64 11826 0 0 0 69 5 0 0 16 0 13 0 158010458 1754165248 49752 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1672/tid=1674] ppid=1670 vsize=1713052 CPUtime=0.73
/proc/1672/task/1674/stat : 1674 (java) S 1670 1672 1623 0 -1 64 10073 0 0 0 69 4 0 0 17 0 13 0 158010458 1754165248 49752 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1672/tid=1675] ppid=1670 vsize=1713052 CPUtime=0.01
/proc/1672/task/1675/stat : 1675 (java) S 1670 1672 1623 0 -1 64 19 0 0 0 1 0 0 0 17 0 13 0 158010460 1754165248 49752 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=1672/tid=1676] ppid=1670 vsize=1713052 CPUtime=0
/proc/1672/task/1676/stat : 1676 (java) S 1670 1672 1623 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 158010461 1754165248 49752 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1672/tid=1677] ppid=1670 vsize=1713052 CPUtime=0
/proc/1672/task/1677/stat : 1677 (java) S 1670 1672 1623 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 158010461 1754165248 49752 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1672/tid=1678] ppid=1670 vsize=1713052 CPUtime=0

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

/proc/1672/task/1676/stat : 1676 (java) S 1670 1672 1623 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 158010461 1754165248 87391 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1672/tid=1677] ppid=1670 vsize=1713052 CPUtime=0
/proc/1672/task/1677/stat : 1677 (java) S 1670 1672 1623 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 158010461 1754165248 87391 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1672/tid=1678] ppid=1670 vsize=1713052 CPUtime=0
/proc/1672/task/1678/stat : 1678 (java) S 1670 1672 1623 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 158010464 1754165248 87391 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1672/tid=1679] ppid=1670 vsize=1713052 CPUtime=0.01
/proc/1672/task/1679/stat : 1679 (java) S 1670 1672 1623 0 -1 64 3 0 0 0 1 0 0 0 16 0 13 0 158010464 1754165248 87391 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1672/tid=1680] ppid=1670 vsize=1713052 CPUtime=1.06
/proc/1672/task/1680/stat : 1680 (java) S 1670 1672 1623 0 -1 64 2984 0 0 0 105 1 0 0 17 0 13 0 158010464 1754165248 87391 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1672/tid=1681] ppid=1670 vsize=1713052 CPUtime=0.78
/proc/1672/task/1681/stat : 1681 (java) S 1670 1672 1623 0 -1 64 1607 0 0 0 77 1 0 0 17 0 13 0 158010464 1754165248 87391 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1672/tid=1682] ppid=1670 vsize=1713052 CPUtime=0
/proc/1672/task/1682/stat : 1682 (java) S 1670 1672 1623 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 158010464 1754165248 87391 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1672/tid=1683] ppid=1670 vsize=1713052 CPUtime=0
/proc/1672/task/1683/stat : 1683 (java) S 1670 1672 1623 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 158010464 1754165248 87391 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1672/tid=1684] ppid=1670 vsize=1713052 CPUtime=0
/proc/1672/task/1684/stat : 1684 (java) S 1670 1672 1623 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 158011128 1754165248 87391 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1796.93
Current children cumulated vsize (Kb) 1713052

[startup+1784.31 s]
/proc/loadavg: 1.00 1.01 1.00 2/82 1832
/proc/meminfo: memFree=981400/2055920 swapFree=4183052/4192956
[pid=1672] ppid=1670 vsize=1713052 CPUtime=1797.93
/proc/1672/stat : 1672 (java) R 1670 1672 1623 0 -1 0 145493 0 1 0 179700 93 0 0 25 0 13 0 158010454 1754165248 87391 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071575875 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/1672/statm: 428263 87391 1909 14 0 415010 0
[pid=1672/tid=1673] ppid=1670 vsize=1713052 CPUtime=13.1
/proc/1672/task/1673/stat : 1673 (java) S 1670 1672 1623 0 -1 64 40116 0 0 0 1289 21 0 0 17 0 13 0 158010458 1754165248 87391 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1672/tid=1674] ppid=1670 vsize=1713052 CPUtime=13.07
/proc/1672/task/1674/stat : 1674 (java) S 1670 1672 1623 0 -1 64 39675 0 0 0 1286 21 0 0 16 0 13 0 158010458 1754165248 87391 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1672/tid=1675] ppid=1670 vsize=1713052 CPUtime=0.29
/proc/1672/task/1675/stat : 1675 (java) S 1670 1672 1623 0 -1 64 104 0 0 0 17 12 0 0 16 0 13 0 158010460 1754165248 87391 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=1672/tid=1676] ppid=1670 vsize=1713052 CPUtime=0
/proc/1672/task/1676/stat : 1676 (java) S 1670 1672 1623 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 158010461 1754165248 87391 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1672/tid=1677] ppid=1670 vsize=1713052 CPUtime=0
/proc/1672/task/1677/stat : 1677 (java) S 1670 1672 1623 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 158010461 1754165248 87391 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1672/tid=1678] ppid=1670 vsize=1713052 CPUtime=0
/proc/1672/task/1678/stat : 1678 (java) S 1670 1672 1623 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 158010464 1754165248 87391 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1672/tid=1679] ppid=1670 vsize=1713052 CPUtime=0.01
/proc/1672/task/1679/stat : 1679 (java) S 1670 1672 1623 0 -1 64 3 0 0 0 1 0 0 0 16 0 13 0 158010464 1754165248 87391 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1672/tid=1680] ppid=1670 vsize=1713052 CPUtime=1.06
/proc/1672/task/1680/stat : 1680 (java) S 1670 1672 1623 0 -1 64 2984 0 0 0 105 1 0 0 17 0 13 0 158010464 1754165248 87391 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1672/tid=1681] ppid=1670 vsize=1713052 CPUtime=0.78
/proc/1672/task/1681/stat : 1681 (java) S 1670 1672 1623 0 -1 64 1607 0 0 0 77 1 0 0 17 0 13 0 158010464 1754165248 87391 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1672/tid=1682] ppid=1670 vsize=1713052 CPUtime=0
/proc/1672/task/1682/stat : 1682 (java) S 1670 1672 1623 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 158010464 1754165248 87391 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1672/tid=1683] ppid=1670 vsize=1713052 CPUtime=0
/proc/1672/task/1683/stat : 1683 (java) S 1670 1672 1623 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 158010464 1754165248 87391 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1672/tid=1684] ppid=1670 vsize=1713052 CPUtime=0
/proc/1672/task/1684/stat : 1684 (java) S 1670 1672 1623 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 158011128 1754165248 87391 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1797.93
Current children cumulated vsize (Kb) 1713052

[startup+1785.32 s]
/proc/loadavg: 1.00 1.01 1.00 2/82 1832
/proc/meminfo: memFree=981400/2055920 swapFree=4183052/4192956
[pid=1672] ppid=1670 vsize=1713052 CPUtime=1798.96
/proc/1672/stat : 1672 (java) R 1670 1672 1623 0 -1 0 145528 0 1 0 179803 93 0 0 25 0 13 0 158010454 1754165248 87377 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071612261 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/1672/statm: 428263 87377 1909 14 0 415010 0
[pid=1672/tid=1673] ppid=1670 vsize=1713052 CPUtime=13.12
/proc/1672/task/1673/stat : 1673 (java) S 1670 1672 1623 0 -1 64 40136 0 0 0 1291 21 0 0 16 0 13 0 158010458 1754165248 87377 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1672/tid=1674] ppid=1670 vsize=1713052 CPUtime=13.1
/proc/1672/task/1674/stat : 1674 (java) S 1670 1672 1623 0 -1 64 39689 0 0 0 1288 22 0 0 17 0 13 0 158010458 1754165248 87377 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1672/tid=1675] ppid=1670 vsize=1713052 CPUtime=0.29
/proc/1672/task/1675/stat : 1675 (java) S 1670 1672 1623 0 -1 64 104 0 0 0 17 12 0 0 15 0 13 0 158010460 1754165248 87377 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=1672/tid=1676] ppid=1670 vsize=1713052 CPUtime=0
/proc/1672/task/1676/stat : 1676 (java) S 1670 1672 1623 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 158010461 1754165248 87377 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1672/tid=1677] ppid=1670 vsize=1713052 CPUtime=0
/proc/1672/task/1677/stat : 1677 (java) S 1670 1672 1623 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 158010461 1754165248 87377 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1672/tid=1678] ppid=1670 vsize=1713052 CPUtime=0
/proc/1672/task/1678/stat : 1678 (java) S 1670 1672 1623 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 158010464 1754165248 87377 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1672/tid=1679] ppid=1670 vsize=1713052 CPUtime=0.01
/proc/1672/task/1679/stat : 1679 (java) S 1670 1672 1623 0 -1 64 3 0 0 0 1 0 0 0 16 0 13 0 158010464 1754165248 87377 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1672/tid=1680] ppid=1670 vsize=1713052 CPUtime=1.06
/proc/1672/task/1680/stat : 1680 (java) S 1670 1672 1623 0 -1 64 2984 0 0 0 105 1 0 0 17 0 13 0 158010464 1754165248 87377 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1672/tid=1681] ppid=1670 vsize=1713052 CPUtime=0.78
/proc/1672/task/1681/stat : 1681 (java) S 1670 1672 1623 0 -1 64 1607 0 0 0 77 1 0 0 17 0 13 0 158010464 1754165248 87377 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1672/tid=1682] ppid=1670 vsize=1713052 CPUtime=0
/proc/1672/task/1682/stat : 1682 (java) S 1670 1672 1623 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 158010464 1754165248 87377 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1672/tid=1683] ppid=1670 vsize=1713052 CPUtime=0
/proc/1672/task/1683/stat : 1683 (java) S 1670 1672 1623 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 158010464 1754165248 87377 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1672/tid=1684] ppid=1670 vsize=1713052 CPUtime=0
/proc/1672/task/1684/stat : 1684 (java) S 1670 1672 1623 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 158011128 1754165248 87377 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1798.96
Current children cumulated vsize (Kb) 1713052

[startup+1786.32 s]
/proc/loadavg: 1.00 1.01 1.00 2/82 1832
/proc/meminfo: memFree=981400/2055920 swapFree=4183052/4192956
[pid=1672] ppid=1670 vsize=1713052 CPUtime=1799.96
/proc/1672/stat : 1672 (java) R 1670 1672 1623 0 -1 0 145528 0 1 0 179903 93 0 0 25 0 13 0 158010454 1754165248 87377 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071530898 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/1672/statm: 428263 87377 1909 14 0 415010 0
[pid=1672/tid=1673] ppid=1670 vsize=1713052 CPUtime=13.12
/proc/1672/task/1673/stat : 1673 (java) S 1670 1672 1623 0 -1 64 40136 0 0 0 1291 21 0 0 16 0 13 0 158010458 1754165248 87377 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1672/tid=1674] ppid=1670 vsize=1713052 CPUtime=13.1
/proc/1672/task/1674/stat : 1674 (java) S 1670 1672 1623 0 -1 64 39689 0 0 0 1288 22 0 0 17 0 13 0 158010458 1754165248 87377 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1672/tid=1675] ppid=1670 vsize=1713052 CPUtime=0.29
/proc/1672/task/1675/stat : 1675 (java) S 1670 1672 1623 0 -1 64 104 0 0 0 17 12 0 0 16 0 13 0 158010460 1754165248 87377 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=1672/tid=1676] ppid=1670 vsize=1713052 CPUtime=0
/proc/1672/task/1676/stat : 1676 (java) S 1670 1672 1623 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 158010461 1754165248 87377 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1672/tid=1677] ppid=1670 vsize=1713052 CPUtime=0
/proc/1672/task/1677/stat : 1677 (java) S 1670 1672 1623 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 158010461 1754165248 87377 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1672/tid=1678] ppid=1670 vsize=1713052 CPUtime=0
/proc/1672/task/1678/stat : 1678 (java) S 1670 1672 1623 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 158010464 1754165248 87377 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1672/tid=1679] ppid=1670 vsize=1713052 CPUtime=0.01
/proc/1672/task/1679/stat : 1679 (java) S 1670 1672 1623 0 -1 64 3 0 0 0 1 0 0 0 16 0 13 0 158010464 1754165248 87377 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1672/tid=1680] ppid=1670 vsize=1713052 CPUtime=1.06
/proc/1672/task/1680/stat : 1680 (java) S 1670 1672 1623 0 -1 64 2984 0 0 0 105 1 0 0 17 0 13 0 158010464 1754165248 87377 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1672/tid=1681] ppid=1670 vsize=1713052 CPUtime=0.78
/proc/1672/task/1681/stat : 1681 (java) S 1670 1672 1623 0 -1 64 1607 0 0 0 77 1 0 0 17 0 13 0 158010464 1754165248 87377 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1672/tid=1682] ppid=1670 vsize=1713052 CPUtime=0
/proc/1672/task/1682/stat : 1682 (java) S 1670 1672 1623 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 158010464 1754165248 87377 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1672/tid=1683] ppid=1670 vsize=1713052 CPUtime=0
/proc/1672/task/1683/stat : 1683 (java) S 1670 1672 1623 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 158010464 1754165248 87377 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1672/tid=1684] ppid=1670 vsize=1713052 CPUtime=0
/proc/1672/task/1684/stat : 1684 (java) S 1670 1672 1623 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 158011128 1754165248 87377 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1799.96
Current children cumulated vsize (Kb) 1713052

[startup+1787.33 s]
/proc/loadavg: 1.00 1.01 1.00 2/82 1852
/proc/meminfo: memFree=981400/2055920 swapFree=4183052/4192956
[pid=1672] ppid=1670 vsize=1713052 CPUtime=1800.98
/proc/1672/stat : 1672 (java) R 1670 1672 1623 0 -1 0 145570 0 1 0 180005 93 0 0 17 0 13 0 158010454 1754165248 87370 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071551011 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/1672/statm: 428263 87370 1909 14 0 415010 0
[pid=1672/tid=1673] ppid=1670 vsize=1713052 CPUtime=13.14
/proc/1672/task/1673/stat : 1673 (java) S 1670 1672 1623 0 -1 64 40146 0 0 0 1293 21 0 0 17 0 13 0 158010458 1754165248 87370 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1672/tid=1674] ppid=1670 vsize=1713052 CPUtime=13.12
/proc/1672/task/1674/stat : 1674 (java) S 1670 1672 1623 0 -1 64 39720 0 0 0 1290 22 0 0 17 0 13 0 158010458 1754165248 87370 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1672/tid=1675] ppid=1670 vsize=1713052 CPUtime=0.29
/proc/1672/task/1675/stat : 1675 (java) S 1670 1672 1623 0 -1 64 104 0 0 0 17 12 0 0 16 0 13 0 158010460 1754165248 87370 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=1672/tid=1676] ppid=1670 vsize=1713052 CPUtime=0
/proc/1672/task/1676/stat : 1676 (java) S 1670 1672 1623 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 158010461 1754165248 87370 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1672/tid=1677] ppid=1670 vsize=1713052 CPUtime=0
/proc/1672/task/1677/stat : 1677 (java) S 1670 1672 1623 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 158010461 1754165248 87370 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1672/tid=1678] ppid=1670 vsize=1713052 CPUtime=0
/proc/1672/task/1678/stat : 1678 (java) S 1670 1672 1623 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 158010464 1754165248 87370 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1672/tid=1679] ppid=1670 vsize=1713052 CPUtime=0.01
/proc/1672/task/1679/stat : 1679 (java) S 1670 1672 1623 0 -1 64 3 0 0 0 1 0 0 0 16 0 13 0 158010464 1754165248 87370 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1672/tid=1680] ppid=1670 vsize=1713052 CPUtime=1.06
/proc/1672/task/1680/stat : 1680 (java) S 1670 1672 1623 0 -1 64 2984 0 0 0 105 1 0 0 17 0 13 0 158010464 1754165248 87370 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1672/tid=1681] ppid=1670 vsize=1713052 CPUtime=0.78
/proc/1672/task/1681/stat : 1681 (java) S 1670 1672 1623 0 -1 64 1607 0 0 0 77 1 0 0 17 0 13 0 158010464 1754165248 87370 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1672/tid=1682] ppid=1670 vsize=1713052 CPUtime=0
/proc/1672/task/1682/stat : 1682 (java) S 1670 1672 1623 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 158010464 1754165248 87370 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1672/tid=1683] ppid=1670 vsize=1713052 CPUtime=0
/proc/1672/task/1683/stat : 1683 (java) S 1670 1672 1623 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 158010464 1754165248 87370 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1672/tid=1684] ppid=1670 vsize=1713052 CPUtime=0
/proc/1672/task/1684/stat : 1684 (java) S 1670 1672 1623 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 158011128 1754165248 87370 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.98
Current children cumulated vsize (Kb) 1713052



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1787.33 s]
/proc/loadavg: 1.00 1.01 1.00 2/82 1852
/proc/meminfo: memFree=981400/2055920 swapFree=4183052/4192956
[pid=1672] ppid=1670 vsize=1713052 CPUtime=1800.98
/proc/1672/stat : 1672 (java) R 1670 1672 1623 0 -1 0 145570 0 1 0 180005 93 0 0 17 0 13 0 158010454 1754165248 87370 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071550888 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/1672/statm: 428263 87370 1909 14 0 415010 0
[pid=1672/tid=1673] ppid=1670 vsize=1713052 CPUtime=13.14
/proc/1672/task/1673/stat : 1673 (java) S 1670 1672 1623 0 -1 64 40146 0 0 0 1293 21 0 0 17 0 13 0 158010458 1754165248 87370 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1672/tid=1674] ppid=1670 vsize=1713052 CPUtime=13.12
/proc/1672/task/1674/stat : 1674 (java) S 1670 1672 1623 0 -1 64 39720 0 0 0 1290 22 0 0 17 0 13 0 158010458 1754165248 87370 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1672/tid=1675] ppid=1670 vsize=1713052 CPUtime=0.29
/proc/1672/task/1675/stat : 1675 (java) S 1670 1672 1623 0 -1 64 104 0 0 0 17 12 0 0 16 0 13 0 158010460 1754165248 87370 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=1672/tid=1676] ppid=1670 vsize=1713052 CPUtime=0
/proc/1672/task/1676/stat : 1676 (java) S 1670 1672 1623 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 158010461 1754165248 87370 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1672/tid=1677] ppid=1670 vsize=1713052 CPUtime=0
/proc/1672/task/1677/stat : 1677 (java) S 1670 1672 1623 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 158010461 1754165248 87370 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1672/tid=1678] ppid=1670 vsize=1713052 CPUtime=0
/proc/1672/task/1678/stat : 1678 (java) S 1670 1672 1623 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 158010464 1754165248 87370 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1672/tid=1679] ppid=1670 vsize=1713052 CPUtime=0.01
/proc/1672/task/1679/stat : 1679 (java) S 1670 1672 1623 0 -1 64 3 0 0 0 1 0 0 0 16 0 13 0 158010464 1754165248 87370 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1672/tid=1680] ppid=1670 vsize=1713052 CPUtime=1.06
/proc/1672/task/1680/stat : 1680 (java) S 1670 1672 1623 0 -1 64 2984 0 0 0 105 1 0 0 17 0 13 0 158010464 1754165248 87370 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1672/tid=1681] ppid=1670 vsize=1713052 CPUtime=0.78
/proc/1672/task/1681/stat : 1681 (java) S 1670 1672 1623 0 -1 64 1607 0 0 0 77 1 0 0 17 0 13 0 158010464 1754165248 87370 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1672/tid=1682] ppid=1670 vsize=1713052 CPUtime=0
/proc/1672/task/1682/stat : 1682 (java) S 1670 1672 1623 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 158010464 1754165248 87370 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1672/tid=1683] ppid=1670 vsize=1713052 CPUtime=0
/proc/1672/task/1683/stat : 1683 (java) S 1670 1672 1623 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 158010464 1754165248 87370 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1672/tid=1684] ppid=1670 vsize=1713052 CPUtime=0
/proc/1672/task/1684/stat : 1684 (java) S 1670 1672 1623 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 158011128 1754165248 87370 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.98
Current children cumulated vsize (Kb) 1713052

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Child status: 143
Real time (s): 1787.45
CPU time (s): 1801.11
CPU user time (s): 1800.11
CPU system time (s): 0.996848
CPU usage (%): 100.764
Max. virtual memory (cumulated for all children) (Kb): 1715092
The end

Launcher Data (download as text)

Begin job on node14 on Fri Jul 28 18:31:36 UTC 2006


FILE ID= 50688-1154111495

PBS_JOBID= 886522

BENCH NAME= HOME/pub/bench/PB06/final/normalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/bounded_golomb_rulers/normalized-bogr_17.opb
COMMAND LINE= java -server -Xms1500M -Xmx1500M -jar ROOT/solvers/PB/PB06final/user5/sat4jPseudoHeuristics.jar ROOT/tmp/node14/50688-1154111495/instance-50688-1154111495.opb 713294086
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node14/watcher-50688-1154111495 -o ROOT/results/node14/solver-50688-1154111495 -C 1800 -M 1800 -S 64  java -server -Xms1500M -Xmx1500M -jar ROOT/solvers/PB/PB06final/user5/sat4jPseudoHeuristics.jar ROOT/tmp/node14/50688-1154111495/instance-50688-1154111495.opb 713294086

MD5SUM SOLVER= 3cef94aa015dc0dd234d31843a257d70
MD5SUM BENCH=  25ee8feec785b6a4be71df8acc9d82db

RANDOM SEED= 713294086

TIMEOUT= 1800 seconds


/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.235
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.235
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:       1326392 kB
Buffers:         42288 kB
Cached:         605876 kB
SwapCached:       3956 kB
Active:         106520 kB
Inactive:       550544 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1326392 kB
SwapTotal:     4192956 kB
SwapFree:      4183052 kB
Dirty:             204 kB
Writeback:           0 kB
Mapped:          14784 kB
Slab:            58408 kB
Committed_AS:   644856 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 node14 on Fri Jul 28 19:01:23 UTC 2006