Trace number 50962

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? (TO) 1801.09 1751.71

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/submitted-PB06/roussel/factor/
normalized-factor-sizeN=180-sizeP=91-sizeQ=180-348768554-max.opb
MD5SUM70a36045701f7ebe55c56022c0c942d1
Bench CategoryOPT-BIGINT (optimisation, big integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -2
Optimality of the best value was proved NO
Number of variables16651
Total number of constraints49141
Number of constraints which are clauses49140
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint16380
Number of terms in the objective function 91
Biggest coefficient in the objective function 1237940039285380274899124224
Number of bits for the biggest coefficient in the objective function 91
Sum of the numbers in the objective function 2475880078570760549798248447
Number of bits of the sum of numbers in the objective function 91
Biggest number in a constraint 948568795032094272909893509191171341133987714380927500611236528192824358010355712
Number of bits of the biggest number in a constraint 270
Biggest sum of numbers in a constraint 3794275180128377091639574036119569691105961065265835810055117519795943319408340779
Number of bits of the biggest sum of numbers271
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data (download as text)

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

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

Current StackSize limit: 67108864 bytes

/proc/loadavg: 0.92 0.98 0.99 3/64 30636
/proc/meminfo: memFree=1437736/2055920 swapFree=4182684/4192956
[pid=30636] ppid=30634 vsize=1784 CPUtime=0
/proc/30636/stat : 30636 (java) D 30634 30636 30587 0 -1 0 167 0 0 0 0 0 0 0 18 0 1 0 158819533 1826816 137 18446744073709551615 134512640 134570276 4294956624 18446744073709551615 4294960144 0 2147483391 4096 0 18446744072099781622 0 0 17 1 0 0
/proc/30636/statm: 446 137 102 14 0 91 0

[startup+10.0023 s]
/proc/loadavg: 0.93 0.98 0.99 2/75 30647
/proc/meminfo: memFree=1273888/2055920 swapFree=4182684/4192956
[pid=30636] ppid=30634 vsize=1709552 CPUtime=10.52
/proc/30636/stat : 30636 (java) R 30634 30636 30587 0 -1 0 44194 0 1 0 1031 21 0 0 22 0 12 0 158819533 1750581248 42691 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071342041 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/30636/statm: 427388 42691 1874 14 0 414135 0
[pid=30636/tid=30637] ppid=30634 vsize=1709552 CPUtime=0.05
/proc/30636/task/30637/stat : 30637 (java) S 30634 30636 30587 0 -1 64 1385 0 0 0 5 0 0 0 16 0 12 0 158819537 1750581248 42691 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30636/tid=30638] ppid=30634 vsize=1709552 CPUtime=0.05
/proc/30636/task/30638/stat : 30638 (java) S 30634 30636 30587 0 -1 64 1209 0 0 0 5 0 0 0 16 0 12 0 158819537 1750581248 42691 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30636/tid=30639] ppid=30634 vsize=1709552 CPUtime=0
/proc/30636/task/30639/stat : 30639 (java) S 30634 30636 30587 0 -1 64 29 0 0 0 0 0 0 0 16 0 12 0 158819540 1750581248 42691 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=30636/tid=30640] ppid=30634 vsize=1709552 CPUtime=0
/proc/30636/task/30640/stat : 30640 (java) S 30634 30636 30587 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 158819540 1750581248 42691 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30636/tid=30641] ppid=30634 vsize=1709552 CPUtime=0
/proc/30636/task/30641/stat : 30641 (java) S 30634 30636 30587 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 158819540 1750581248 42691 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30636/tid=30642] ppid=30634 vsize=1709552 CPUtime=0
/proc/30636/task/30642/stat : 30642 (java) S 30634 30636 30587 0 -1 64 0 0 0 0 0 0 0 0 24 0 12 0 158819544 1750581248 42691 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30636/tid=30643] ppid=30634 vsize=1709552 CPUtime=0
/proc/30636/task/30643/stat : 30643 (java) S 30634 30636 30587 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 158819544 1750581248 42691 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30636/tid=30644] ppid=30634 vsize=1709552 CPUtime=0.36
/proc/30636/task/30644/stat : 30644 (java) S 30634 30636 30587 0 -1 64 657 0 0 0 36 0 0 0 16 0 12 0 158819544 1750581248 42691 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30636/tid=30645] ppid=30634 vsize=1709552 CPUtime=0.25
/proc/30636/task/30645/stat : 30645 (java) S 30634 30636 30587 0 -1 64 260 0 0 0 25 0 0 0 17 0 12 0 158819544 1750581248 42691 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30636/tid=30646] ppid=30634 vsize=1709552 CPUtime=0
/proc/30636/task/30646/stat : 30646 (java) S 30634 30636 30587 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 158819544 1750581248 42691 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30636/tid=30647] ppid=30634 vsize=1709552 CPUtime=0
/proc/30636/task/30647/stat : 30647 (java) S 30634 30636 30587 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 158819544 1750581248 42691 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 10.52
Current children cumulated vsize (Kb) 1709552

[startup+20.0101 s]
/proc/loadavg: 0.94 0.98 0.99 2/75 30647
/proc/meminfo: memFree=1271968/2055920 swapFree=4182684/4192956
[pid=30636] ppid=30634 vsize=1709360 CPUtime=20.58
/proc/30636/stat : 30636 (java) R 30634 30636 30587 0 -1 0 45572 0 1 0 2035 23 0 0 21 0 12 0 158819533 1750384640 43188 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071347033 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/30636/statm: 427340 43188 1874 14 0 414087 0
[pid=30636/tid=30637] ppid=30634 vsize=1709360 CPUtime=0.09
/proc/30636/task/30637/stat : 30637 (java) S 30634 30636 30587 0 -1 64 2027 0 0 0 9 0 0 0 16 0 12 0 158819537 1750384640 43188 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30636/tid=30638] ppid=30634 vsize=1709360 CPUtime=0.1
/proc/30636/task/30638/stat : 30638 (java) S 30634 30636 30587 0 -1 64 1921 0 0 0 10 0 0 0 16 0 12 0 158819537 1750384640 43188 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30636/tid=30639] ppid=30634 vsize=1709360 CPUtime=0
/proc/30636/task/30639/stat : 30639 (java) S 30634 30636 30587 0 -1 64 29 0 0 0 0 0 0 0 16 0 12 0 158819540 1750384640 43188 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=30636/tid=30640] ppid=30634 vsize=1709360 CPUtime=0
/proc/30636/task/30640/stat : 30640 (java) S 30634 30636 30587 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 158819540 1750384640 43188 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30636/tid=30641] ppid=30634 vsize=1709360 CPUtime=0
/proc/30636/task/30641/stat : 30641 (java) S 30634 30636 30587 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 158819540 1750384640 43188 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30636/tid=30642] ppid=30634 vsize=1709360 CPUtime=0
/proc/30636/task/30642/stat : 30642 (java) S 30634 30636 30587 0 -1 64 0 0 0 0 0 0 0 0 24 0 12 0 158819544 1750384640 43188 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30636/tid=30643] ppid=30634 vsize=1709360 CPUtime=0
/proc/30636/task/30643/stat : 30643 (java) S 30634 30636 30587 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 158819544 1750384640 43188 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30636/tid=30644] ppid=30634 vsize=1709360 CPUtime=0.36
/proc/30636/task/30644/stat : 30644 (java) S 30634 30636 30587 0 -1 64 657 0 0 0 36 0 0 0 16 0 12 0 158819544 1750384640 43188 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30636/tid=30645] ppid=30634 vsize=1709360 CPUtime=0.25
/proc/30636/task/30645/stat : 30645 (java) S 30634 30636 30587 0 -1 64 260 0 0 0 25 0 0 0 17 0 12 0 158819544 1750384640 43188 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30636/tid=30646] ppid=30634 vsize=1709360 CPUtime=0
/proc/30636/task/30646/stat : 30646 (java) S 30634 30636 30587 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 158819544 1750384640 43188 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30636/tid=30647] ppid=30634 vsize=1709360 CPUtime=0
/proc/30636/task/30647/stat : 30647 (java) S 30634 30636 30587 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 158819544 1750384640 43188 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 20.58
Current children cumulated vsize (Kb) 1709360

[startup+30.017 s]
/proc/loadavg: 0.95 0.98 0.99 2/76 30648
/proc/meminfo: memFree=1242648/2055920 swapFree=4182684/4192956
[pid=30636] ppid=30634 vsize=1711696 CPUtime=31.33
/proc/30636/stat : 30636 (java) R 30634 30636 30587 0 -1 0 53580 0 1 0 3107 26 0 0 18 0 13 0 158819533 1752776704 50584 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071623608 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/30636/statm: 427924 50584 1906 14 0 414671 0
[pid=30636/tid=30637] ppid=30634 vsize=1711696 CPUtime=0.26
/proc/30636/task/30637/stat : 30637 (java) S 30634 30636 30587 0 -1 64 3266 0 0 0 25 1 0 0 16 0 13 0 158819537 1752776704 50584 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30636/tid=30638] ppid=30634 vsize=1711696 CPUtime=0.26
/proc/30636/task/30638/stat : 30638 (java) S 30634 30636 30587 0 -1 64 3208 0 0 0 25 1 0 0 16 0 13 0 158819537 1752776704 50584 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30636/tid=30639] ppid=30634 vsize=1711696 CPUtime=0
/proc/30636/task/30639/stat : 30639 (java) S 30634 30636 30587 0 -1 64 40 0 0 0 0 0 0 0 16 0 13 0 158819540 1752776704 50584 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=30636/tid=30640] ppid=30634 vsize=1711696 CPUtime=0
/proc/30636/task/30640/stat : 30640 (java) S 30634 30636 30587 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 158819540 1752776704 50584 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30636/tid=30641] ppid=30634 vsize=1711696 CPUtime=0
/proc/30636/task/30641/stat : 30641 (java) S 30634 30636 30587 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 158819540 1752776704 50584 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30636/tid=30642] ppid=30634 vsize=1711696 CPUtime=0
/proc/30636/task/30642/stat : 30642 (java) S 30634 30636 30587 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 158819544 1752776704 50584 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30636/tid=30643] ppid=30634 vsize=1711696 CPUtime=0
/proc/30636/task/30643/stat : 30643 (java) S 30634 30636 30587 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 158819544 1752776704 50584 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30636/tid=30644] ppid=30634 vsize=1711696 CPUtime=0.79
/proc/30636/task/30644/stat : 30644 (java) S 30634 30636 30587 0 -1 64 861 0 0 0 79 0 0 0 16 0 13 0 158819544 1752776704 50584 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30636/tid=30645] ppid=30634 vsize=1711696 CPUtime=0.62
/proc/30636/task/30645/stat : 30645 (java) S 30634 30636 30587 0 -1 64 863 0 0 0 62 0 0 0 17 0 13 0 158819544 1752776704 50584 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30636/tid=30646] ppid=30634 vsize=1711696 CPUtime=0
/proc/30636/task/30646/stat : 30646 (java) S 30634 30636 30587 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 158819544 1752776704 50584 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30636/tid=30647] ppid=30634 vsize=1711696 CPUtime=0
/proc/30636/task/30647/stat : 30647 (java) S 30634 30636 30587 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 158819544 1752776704 50584 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30636/tid=30648] ppid=30634 vsize=1711696 CPUtime=0
/proc/30636/task/30648/stat : 30648 (java) S 30634 30636 30587 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 158821764 1752776704 50584 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 31.33
Current children cumulated vsize (Kb) 1711696

[startup+40.0238 s]
/proc/loadavg: 0.96 0.98 0.99 2/76 30648
/proc/meminfo: memFree=1231960/2055920 swapFree=4182684/4192956
[pid=30636] ppid=30634 vsize=1711312 CPUtime=41.58
/proc/30636/stat : 30636 (java) R 30634 30636 30587 0 -1 0 56902 0 1 0 4130 28 0 0 25 0 13 0 158819533 1752383488 53268 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071493487 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/30636/statm: 427828 53268 1906 14 0 414575 0
[pid=30636/tid=30637] ppid=30634 vsize=1711312 CPUtime=0.46
/proc/30636/task/30637/stat : 30637 (java) S 30634 30636 30587 0 -1 64 4812 0 0 0 44 2 0 0 15 0 13 0 158819537 1752383488 53268 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30636/tid=30638] ppid=30634 vsize=1711312 CPUtime=0.46
/proc/30636/task/30638/stat : 30638 (java) S 30634 30636 30587 0 -1 64 4966 0 0 0 44 2 0 0 16 0 13 0 158819537 1752383488 53268 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30636/tid=30639] ppid=30634 vsize=1711312 CPUtime=0.01
/proc/30636/task/30639/stat : 30639 (java) S 30634 30636 30587 0 -1 64 40 0 0 0 1 0 0 0 15 0 13 0 158819540 1752383488 53268 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=30636/tid=30640] ppid=30634 vsize=1711312 CPUtime=0
/proc/30636/task/30640/stat : 30640 (java) S 30634 30636 30587 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 158819540 1752383488 53268 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30636/tid=30641] ppid=30634 vsize=1711312 CPUtime=0
/proc/30636/task/30641/stat : 30641 (java) S 30634 30636 30587 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 158819540 1752383488 53268 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30636/tid=30642] ppid=30634 vsize=1711312 CPUtime=0
/proc/30636/task/30642/stat : 30642 (java) S 30634 30636 30587 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 158819544 1752383488 53268 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30636/tid=30643] ppid=30634 vsize=1711312 CPUtime=0.01
/proc/30636/task/30643/stat : 30643 (java) S 30634 30636 30587 0 -1 64 2 0 0 0 1 0 0 0 15 0 13 0 158819544 1752383488 53268 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30636/tid=30644] ppid=30634 vsize=1711312 CPUtime=0.83
/proc/30636/task/30644/stat : 30644 (java) S 30634 30636 30587 0 -1 64 862 0 0 0 83 0 0 0 17 0 13 0 158819544 1752383488 53268 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30636/tid=30645] ppid=30634 vsize=1711312 CPUtime=0.66
/proc/30636/task/30645/stat : 30645 (java) S 30634 30636 30587 0 -1 64 863 0 0 0 66 0 0 0 17 0 13 0 158819544 1752383488 53268 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30636/tid=30646] ppid=30634 vsize=1711312 CPUtime=0
/proc/30636/task/30646/stat : 30646 (java) S 30634 30636 30587 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 158819544 1752383488 53268 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30636/tid=30647] ppid=30634 vsize=1711312 CPUtime=0
/proc/30636/task/30647/stat : 30647 (java) S 30634 30636 30587 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 158819544 1752383488 53268 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30636/tid=30648] ppid=30634 vsize=1711312 CPUtime=0
/proc/30636/task/30648/stat : 30648 (java) S 30634 30636 30587 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 158821764 1752383488 53268 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 41.58
Current children cumulated vsize (Kb) 1711312

[startup+50.0307 s]
/proc/loadavg: 0.96 0.98 0.99 2/76 30648
/proc/meminfo: memFree=1204376/2055920 swapFree=4182684/4192956
[pid=30636] ppid=30634 vsize=1710528 CPUtime=51.81
/proc/30636/stat : 30636 (java) R 30634 30636 30587 0 -1 0 66962 0 1 0 5151 30 0 0 18 0 13 0 158819533 1751580672 60163 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071623620 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/30636/statm: 427632 60163 1906 14 0 414379 0
[pid=30636/tid=30637] ppid=30634 vsize=1710528 CPUtime=0.68
/proc/30636/task/30637/stat : 30637 (java) S 30634 30636 30587 0 -1 64 9463 0 0 0 65 3 0 0 16 0 13 0 158819537 1751580672 60163 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30636/tid=30638] ppid=30634 vsize=1710528 CPUtime=0.68
/proc/30636/task/30638/stat : 30638 (java) S 30634 30636 30587 0 -1 64 10358 0 0 0 65 3 0 0 16 0 13 0 158819537 1751580672 60163 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30636/tid=30639] ppid=30634 vsize=1710528 CPUtime=0.01
/proc/30636/task/30639/stat : 30639 (java) S 30634 30636 30587 0 -1 64 40 0 0 0 1 0 0 0 15 0 13 0 158819540 1751580672 60163 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=30636/tid=30640] ppid=30634 vsize=1710528 CPUtime=0
/proc/30636/task/30640/stat : 30640 (java) S 30634 30636 30587 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 158819540 1751580672 60163 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30636/tid=30641] ppid=30634 vsize=1710528 CPUtime=0
/proc/30636/task/30641/stat : 30641 (java) S 30634 30636 30587 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 158819540 1751580672 60163 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30636/tid=30642] ppid=30634 vsize=1710528 CPUtime=0
/proc/30636/task/30642/stat : 30642 (java) S 30634 30636 30587 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 158819544 1751580672 60163 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30636/tid=30643] ppid=30634 vsize=1710528 CPUtime=0.01
/proc/30636/task/30643/stat : 30643 (java) S 30634 30636 30587 0 -1 64 2 0 0 0 1 0 0 0 15 0 13 0 158819544 1751580672 60163 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30636/tid=30644] ppid=30634 vsize=1710528 CPUtime=0.84
/proc/30636/task/30644/stat : 30644 (java) S 30634 30636 30587 0 -1 64 862 0 0 0 84 0 0 0 17 0 13 0 158819544 1751580672 60163 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30636/tid=30645] ppid=30634 vsize=1710528 CPUtime=0.67
/proc/30636/task/30645/stat : 30645 (java) S 30634 30636 30587 0 -1 64 863 0 0 0 67 0 0 0 17 0 13 0 158819544 1751580672 60163 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30636/tid=30646] ppid=30634 vsize=1710528 CPUtime=0
/proc/30636/task/30646/stat : 30646 (java) S 30634 30636 30587 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 158819544 1751580672 60163 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30636/tid=30647] ppid=30634 vsize=1710528 CPUtime=0
/proc/30636/task/30647/stat : 30647 (java) S 30634 30636 30587 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 158819544 1751580672 60163 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30636/tid=30648] ppid=30634 vsize=1710528 CPUtime=0
/proc/30636/task/30648/stat : 30648 (java) S 30634 30636 30587 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 158821764 1751580672 60163 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 51.81
Current children cumulated vsize (Kb) 1710528

[startup+60.0375 s]
/proc/loadavg: 0.97 0.98 0.99 2/76 30648
/proc/meminfo: memFree=1179352/2055920 swapFree=4182684/4192956
[pid=30636] ppid=30634 vsize=1710528 CPUtime=62.02
/proc/30636/stat : 30636 (java) R 30634 30636 30587 0 -1 0 76188 0 1 0 6167 35 0 0 21 0 13 0 158819533 1751580672 66409 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071493989 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/30636/statm: 427632 66409 1906 14 0 414379 0
[pid=30636/tid=30637] ppid=30634 vsize=1710528 CPUtime=0.89
/proc/30636/task/30637/stat : 30637 (java) S 30634 30636 30587 0 -1 64 14150 0 0 0 84 5 0 0 16 0 13 0 158819537 1751580672 66409 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30636/tid=30638] ppid=30634 vsize=1710528 CPUtime=0.9
/proc/30636/task/30638/stat : 30638 (java) S 30634 30636 30587 0 -1 64 14877 0 0 0 85 5 0 0 16 0 13 0 158819537 1751580672 66409 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30636/tid=30639] ppid=30634 vsize=1710528 CPUtime=0.01
/proc/30636/task/30639/stat : 30639 (java) S 30634 30636 30587 0 -1 64 40 0 0 0 1 0 0 0 15 0 13 0 158819540 1751580672 66409 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=30636/tid=30640] ppid=30634 vsize=1710528 CPUtime=0
/proc/30636/task/30640/stat : 30640 (java) S 30634 30636 30587 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 158819540 1751580672 66409 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30636/tid=30641] ppid=30634 vsize=1710528 CPUtime=0
/proc/30636/task/30641/stat : 30641 (java) S 30634 30636 30587 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 158819540 1751580672 66409 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30636/tid=30642] ppid=30634 vsize=1710528 CPUtime=0
/proc/30636/task/30642/stat : 30642 (java) S 30634 30636 30587 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 158819544 1751580672 66409 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30636/tid=30643] ppid=30634 vsize=1710528 CPUtime=0.01
/proc/30636/task/30643/stat : 30643 (java) S 30634 30636 30587 0 -1 64 2 0 0 0 1 0 0 0 15 0 13 0 158819544 1751580672 66409 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30636/tid=30644] ppid=30634 vsize=1710528 CPUtime=0.84

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

/proc/30636/task/30640/stat : 30640 (java) S 30634 30636 30587 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 158819540 1751777280 357490 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30636/tid=30641] ppid=30634 vsize=1710720 CPUtime=0
/proc/30636/task/30641/stat : 30641 (java) S 30634 30636 30587 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 158819540 1751777280 357490 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30636/tid=30642] ppid=30634 vsize=1710720 CPUtime=0
/proc/30636/task/30642/stat : 30642 (java) S 30634 30636 30587 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 158819544 1751777280 357490 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30636/tid=30643] ppid=30634 vsize=1710720 CPUtime=0.01
/proc/30636/task/30643/stat : 30643 (java) S 30634 30636 30587 0 -1 64 2 0 0 0 1 0 0 0 16 0 13 0 158819544 1751777280 357490 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30636/tid=30644] ppid=30634 vsize=1710720 CPUtime=1.04
/proc/30636/task/30644/stat : 30644 (java) S 30634 30636 30587 0 -1 64 902 0 0 0 104 0 0 0 16 0 13 0 158819544 1751777280 357490 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30636/tid=30645] ppid=30634 vsize=1710720 CPUtime=0.88
/proc/30636/task/30645/stat : 30645 (java) S 30634 30636 30587 0 -1 64 1344 0 0 0 88 0 0 0 17 0 13 0 158819544 1751777280 357490 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30636/tid=30646] ppid=30634 vsize=1710720 CPUtime=0
/proc/30636/task/30646/stat : 30646 (java) S 30634 30636 30587 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 158819544 1751777280 357490 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30636/tid=30647] ppid=30634 vsize=1710720 CPUtime=0
/proc/30636/task/30647/stat : 30647 (java) S 30634 30636 30587 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 158819544 1751777280 357490 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30636/tid=30648] ppid=30634 vsize=1710720 CPUtime=0
/proc/30636/task/30648/stat : 30648 (java) S 30634 30636 30587 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 158821764 1751777280 357490 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1796.69
Current children cumulated vsize (Kb) 1710720

[startup+1748.43 s]
/proc/loadavg: 1.21 1.08 1.02 2/76 30846
/proc/meminfo: memFree=15768/2055920 swapFree=4182684/4192956
[pid=30636] ppid=30634 vsize=1710720 CPUtime=1797.73
/proc/30636/stat : 30636 (java) R 30634 30636 30587 0 -1 0 555090 0 1 0 179370 403 0 0 18 0 13 0 158819533 1751777280 357490 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071494029 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/30636/statm: 427680 357490 1910 14 0 414427 0
[pid=30636/tid=30637] ppid=30634 vsize=1710720 CPUtime=49.12
/proc/30636/task/30637/stat : 30637 (java) S 30634 30636 30587 0 -1 64 251040 0 0 0 4745 167 0 0 16 0 13 0 158819537 1751777280 357490 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30636/tid=30638] ppid=30634 vsize=1710720 CPUtime=49.17
/proc/30636/task/30638/stat : 30638 (java) S 30634 30636 30587 0 -1 64 252629 0 0 0 4752 165 0 0 17 0 13 0 158819537 1751777280 357490 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30636/tid=30639] ppid=30634 vsize=1710720 CPUtime=0.66
/proc/30636/task/30639/stat : 30639 (java) S 30634 30636 30587 0 -1 64 94 0 0 0 39 27 0 0 15 0 13 0 158819540 1751777280 357490 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=30636/tid=30640] ppid=30634 vsize=1710720 CPUtime=0
/proc/30636/task/30640/stat : 30640 (java) S 30634 30636 30587 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 158819540 1751777280 357490 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30636/tid=30641] ppid=30634 vsize=1710720 CPUtime=0
/proc/30636/task/30641/stat : 30641 (java) S 30634 30636 30587 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 158819540 1751777280 357490 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30636/tid=30642] ppid=30634 vsize=1710720 CPUtime=0
/proc/30636/task/30642/stat : 30642 (java) S 30634 30636 30587 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 158819544 1751777280 357490 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30636/tid=30643] ppid=30634 vsize=1710720 CPUtime=0.01
/proc/30636/task/30643/stat : 30643 (java) S 30634 30636 30587 0 -1 64 2 0 0 0 1 0 0 0 16 0 13 0 158819544 1751777280 357490 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30636/tid=30644] ppid=30634 vsize=1710720 CPUtime=1.04
/proc/30636/task/30644/stat : 30644 (java) S 30634 30636 30587 0 -1 64 902 0 0 0 104 0 0 0 16 0 13 0 158819544 1751777280 357490 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30636/tid=30645] ppid=30634 vsize=1710720 CPUtime=0.88
/proc/30636/task/30645/stat : 30645 (java) S 30634 30636 30587 0 -1 64 1344 0 0 0 88 0 0 0 17 0 13 0 158819544 1751777280 357490 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30636/tid=30646] ppid=30634 vsize=1710720 CPUtime=0
/proc/30636/task/30646/stat : 30646 (java) S 30634 30636 30587 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 158819544 1751777280 357490 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30636/tid=30647] ppid=30634 vsize=1710720 CPUtime=0
/proc/30636/task/30647/stat : 30647 (java) S 30634 30636 30587 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 158819544 1751777280 357490 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30636/tid=30648] ppid=30634 vsize=1710720 CPUtime=0
/proc/30636/task/30648/stat : 30648 (java) S 30634 30636 30587 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 158821764 1751777280 357490 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1797.73
Current children cumulated vsize (Kb) 1710720

[startup+1749.43 s]
/proc/loadavg: 1.19 1.08 1.02 2/76 30846
/proc/meminfo: memFree=15768/2055920 swapFree=4182684/4192956
[pid=30636] ppid=30634 vsize=1710720 CPUtime=1798.76
/proc/30636/stat : 30636 (java) R 30634 30636 30587 0 -1 0 555092 0 1 0 179473 403 0 0 17 0 13 0 158819533 1751777280 357490 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071493487 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/30636/statm: 427680 357490 1910 14 0 414427 0
[pid=30636/tid=30637] ppid=30634 vsize=1710720 CPUtime=49.15
/proc/30636/task/30637/stat : 30637 (java) S 30634 30636 30587 0 -1 64 251040 0 0 0 4748 167 0 0 16 0 13 0 158819537 1751777280 357490 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30636/tid=30638] ppid=30634 vsize=1710720 CPUtime=49.2
/proc/30636/task/30638/stat : 30638 (java) S 30634 30636 30587 0 -1 64 252629 0 0 0 4755 165 0 0 16 0 13 0 158819537 1751777280 357490 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30636/tid=30639] ppid=30634 vsize=1710720 CPUtime=0.66
/proc/30636/task/30639/stat : 30639 (java) S 30634 30636 30587 0 -1 64 94 0 0 0 39 27 0 0 16 0 13 0 158819540 1751777280 357490 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=30636/tid=30640] ppid=30634 vsize=1710720 CPUtime=0
/proc/30636/task/30640/stat : 30640 (java) S 30634 30636 30587 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 158819540 1751777280 357490 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30636/tid=30641] ppid=30634 vsize=1710720 CPUtime=0
/proc/30636/task/30641/stat : 30641 (java) S 30634 30636 30587 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 158819540 1751777280 357490 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30636/tid=30642] ppid=30634 vsize=1710720 CPUtime=0
/proc/30636/task/30642/stat : 30642 (java) S 30634 30636 30587 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 158819544 1751777280 357490 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30636/tid=30643] ppid=30634 vsize=1710720 CPUtime=0.01
/proc/30636/task/30643/stat : 30643 (java) S 30634 30636 30587 0 -1 64 2 0 0 0 1 0 0 0 16 0 13 0 158819544 1751777280 357490 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30636/tid=30644] ppid=30634 vsize=1710720 CPUtime=1.04
/proc/30636/task/30644/stat : 30644 (java) S 30634 30636 30587 0 -1 64 902 0 0 0 104 0 0 0 16 0 13 0 158819544 1751777280 357490 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30636/tid=30645] ppid=30634 vsize=1710720 CPUtime=0.88
/proc/30636/task/30645/stat : 30645 (java) S 30634 30636 30587 0 -1 64 1344 0 0 0 88 0 0 0 17 0 13 0 158819544 1751777280 357490 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30636/tid=30646] ppid=30634 vsize=1710720 CPUtime=0
/proc/30636/task/30646/stat : 30646 (java) S 30634 30636 30587 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 158819544 1751777280 357490 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30636/tid=30647] ppid=30634 vsize=1710720 CPUtime=0
/proc/30636/task/30647/stat : 30647 (java) S 30634 30636 30587 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 158819544 1751777280 357490 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30636/tid=30648] ppid=30634 vsize=1710720 CPUtime=0
/proc/30636/task/30648/stat : 30648 (java) S 30634 30636 30587 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 158821764 1751777280 357490 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1798.76
Current children cumulated vsize (Kb) 1710720

[startup+1750.45 s]
/proc/loadavg: 1.19 1.08 1.02 3/76 30846
/proc/meminfo: memFree=15704/2055920 swapFree=4182684/4192956
[pid=30636] ppid=30634 vsize=1710720 CPUtime=1799.8
/proc/30636/stat : 30636 (java) R 30634 30636 30587 0 -1 0 555094 0 1 0 179577 403 0 0 21 0 13 0 158819533 1751777280 357490 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071493863 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/30636/statm: 427680 357490 1910 14 0 414427 0
[pid=30636/tid=30637] ppid=30634 vsize=1710720 CPUtime=49.18
/proc/30636/task/30637/stat : 30637 (java) S 30634 30636 30587 0 -1 64 251040 0 0 0 4751 167 0 0 17 0 13 0 158819537 1751777280 357490 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30636/tid=30638] ppid=30634 vsize=1710720 CPUtime=49.23
/proc/30636/task/30638/stat : 30638 (java) S 30634 30636 30587 0 -1 64 252629 0 0 0 4758 165 0 0 16 0 13 0 158819537 1751777280 357490 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30636/tid=30639] ppid=30634 vsize=1710720 CPUtime=0.66
/proc/30636/task/30639/stat : 30639 (java) S 30634 30636 30587 0 -1 64 94 0 0 0 39 27 0 0 16 0 13 0 158819540 1751777280 357490 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=30636/tid=30640] ppid=30634 vsize=1710720 CPUtime=0
/proc/30636/task/30640/stat : 30640 (java) S 30634 30636 30587 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 158819540 1751777280 357490 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30636/tid=30641] ppid=30634 vsize=1710720 CPUtime=0
/proc/30636/task/30641/stat : 30641 (java) S 30634 30636 30587 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 158819540 1751777280 357490 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30636/tid=30642] ppid=30634 vsize=1710720 CPUtime=0
/proc/30636/task/30642/stat : 30642 (java) S 30634 30636 30587 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 158819544 1751777280 357490 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30636/tid=30643] ppid=30634 vsize=1710720 CPUtime=0.01
/proc/30636/task/30643/stat : 30643 (java) S 30634 30636 30587 0 -1 64 2 0 0 0 1 0 0 0 16 0 13 0 158819544 1751777280 357490 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30636/tid=30644] ppid=30634 vsize=1710720 CPUtime=1.04
/proc/30636/task/30644/stat : 30644 (java) S 30634 30636 30587 0 -1 64 902 0 0 0 104 0 0 0 16 0 13 0 158819544 1751777280 357490 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30636/tid=30645] ppid=30634 vsize=1710720 CPUtime=0.88
/proc/30636/task/30645/stat : 30645 (java) S 30634 30636 30587 0 -1 64 1344 0 0 0 88 0 0 0 17 0 13 0 158819544 1751777280 357490 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30636/tid=30646] ppid=30634 vsize=1710720 CPUtime=0
/proc/30636/task/30646/stat : 30646 (java) S 30634 30636 30587 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 158819544 1751777280 357490 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30636/tid=30647] ppid=30634 vsize=1710720 CPUtime=0
/proc/30636/task/30647/stat : 30647 (java) S 30634 30636 30587 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 158819544 1751777280 357490 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30636/tid=30648] ppid=30634 vsize=1710720 CPUtime=0
/proc/30636/task/30648/stat : 30648 (java) S 30634 30636 30587 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 158821764 1751777280 357490 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1799.8
Current children cumulated vsize (Kb) 1710720

[startup+1751.45 s]
/proc/loadavg: 1.19 1.08 1.02 2/76 30846
/proc/meminfo: memFree=15704/2055920 swapFree=4182684/4192956
[pid=30636] ppid=30634 vsize=1710720 CPUtime=1800.82
/proc/30636/stat : 30636 (java) R 30634 30636 30587 0 -1 0 555095 0 1 0 179679 403 0 0 25 0 13 0 158819533 1751777280 357490 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071493972 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/30636/statm: 427680 357490 1910 14 0 414427 0
[pid=30636/tid=30637] ppid=30634 vsize=1710720 CPUtime=49.2
/proc/30636/task/30637/stat : 30637 (java) S 30634 30636 30587 0 -1 64 251040 0 0 0 4753 167 0 0 16 0 13 0 158819537 1751777280 357490 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30636/tid=30638] ppid=30634 vsize=1710720 CPUtime=49.25
/proc/30636/task/30638/stat : 30638 (java) S 30634 30636 30587 0 -1 64 252629 0 0 0 4760 165 0 0 16 0 13 0 158819537 1751777280 357490 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30636/tid=30639] ppid=30634 vsize=1710720 CPUtime=0.66
/proc/30636/task/30639/stat : 30639 (java) S 30634 30636 30587 0 -1 64 94 0 0 0 39 27 0 0 15 0 13 0 158819540 1751777280 357490 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=30636/tid=30640] ppid=30634 vsize=1710720 CPUtime=0
/proc/30636/task/30640/stat : 30640 (java) S 30634 30636 30587 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 158819540 1751777280 357490 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30636/tid=30641] ppid=30634 vsize=1710720 CPUtime=0
/proc/30636/task/30641/stat : 30641 (java) S 30634 30636 30587 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 158819540 1751777280 357490 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30636/tid=30642] ppid=30634 vsize=1710720 CPUtime=0
/proc/30636/task/30642/stat : 30642 (java) S 30634 30636 30587 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 158819544 1751777280 357490 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30636/tid=30643] ppid=30634 vsize=1710720 CPUtime=0.01
/proc/30636/task/30643/stat : 30643 (java) S 30634 30636 30587 0 -1 64 2 0 0 0 1 0 0 0 16 0 13 0 158819544 1751777280 357490 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30636/tid=30644] ppid=30634 vsize=1710720 CPUtime=1.04
/proc/30636/task/30644/stat : 30644 (java) S 30634 30636 30587 0 -1 64 902 0 0 0 104 0 0 0 16 0 13 0 158819544 1751777280 357490 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30636/tid=30645] ppid=30634 vsize=1710720 CPUtime=0.88
/proc/30636/task/30645/stat : 30645 (java) S 30634 30636 30587 0 -1 64 1344 0 0 0 88 0 0 0 17 0 13 0 158819544 1751777280 357490 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30636/tid=30646] ppid=30634 vsize=1710720 CPUtime=0
/proc/30636/task/30646/stat : 30646 (java) S 30634 30636 30587 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 158819544 1751777280 357490 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30636/tid=30647] ppid=30634 vsize=1710720 CPUtime=0
/proc/30636/task/30647/stat : 30647 (java) S 30634 30636 30587 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 158819544 1751777280 357490 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30636/tid=30648] ppid=30634 vsize=1710720 CPUtime=0
/proc/30636/task/30648/stat : 30648 (java) S 30634 30636 30587 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 158821764 1751777280 357490 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.82
Current children cumulated vsize (Kb) 1710720



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1751.46 s]
/proc/loadavg: 1.19 1.08 1.02 2/76 30846
/proc/meminfo: memFree=15704/2055920 swapFree=4182684/4192956
[pid=30636] ppid=30634 vsize=1710720 CPUtime=1800.83
/proc/30636/stat : 30636 (java) R 30634 30636 30587 0 -1 0 555095 0 1 0 179680 403 0 0 25 0 13 0 158819533 1751777280 357490 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071493835 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/30636/statm: 427680 357490 1910 14 0 414427 0
[pid=30636/tid=30637] ppid=30634 vsize=1710720 CPUtime=49.2
/proc/30636/task/30637/stat : 30637 (java) S 30634 30636 30587 0 -1 64 251040 0 0 0 4753 167 0 0 16 0 13 0 158819537 1751777280 357490 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30636/tid=30638] ppid=30634 vsize=1710720 CPUtime=49.25
/proc/30636/task/30638/stat : 30638 (java) S 30634 30636 30587 0 -1 64 252629 0 0 0 4760 165 0 0 16 0 13 0 158819537 1751777280 357490 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30636/tid=30639] ppid=30634 vsize=1710720 CPUtime=0.66
/proc/30636/task/30639/stat : 30639 (java) S 30634 30636 30587 0 -1 64 94 0 0 0 39 27 0 0 15 0 13 0 158819540 1751777280 357490 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=30636/tid=30640] ppid=30634 vsize=1710720 CPUtime=0
/proc/30636/task/30640/stat : 30640 (java) S 30634 30636 30587 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 158819540 1751777280 357490 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30636/tid=30641] ppid=30634 vsize=1710720 CPUtime=0
/proc/30636/task/30641/stat : 30641 (java) S 30634 30636 30587 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 158819540 1751777280 357490 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30636/tid=30642] ppid=30634 vsize=1710720 CPUtime=0
/proc/30636/task/30642/stat : 30642 (java) S 30634 30636 30587 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 158819544 1751777280 357490 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30636/tid=30643] ppid=30634 vsize=1710720 CPUtime=0.01
/proc/30636/task/30643/stat : 30643 (java) S 30634 30636 30587 0 -1 64 2 0 0 0 1 0 0 0 16 0 13 0 158819544 1751777280 357490 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30636/tid=30644] ppid=30634 vsize=1710720 CPUtime=1.04
/proc/30636/task/30644/stat : 30644 (java) S 30634 30636 30587 0 -1 64 902 0 0 0 104 0 0 0 16 0 13 0 158819544 1751777280 357490 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30636/tid=30645] ppid=30634 vsize=1710720 CPUtime=0.88
/proc/30636/task/30645/stat : 30645 (java) S 30634 30636 30587 0 -1 64 1344 0 0 0 88 0 0 0 17 0 13 0 158819544 1751777280 357490 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30636/tid=30646] ppid=30634 vsize=1710720 CPUtime=0
/proc/30636/task/30646/stat : 30646 (java) S 30634 30636 30587 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 158819544 1751777280 357490 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30636/tid=30647] ppid=30634 vsize=1710720 CPUtime=0
/proc/30636/task/30647/stat : 30647 (java) S 30634 30636 30587 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 158819544 1751777280 357490 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30636/tid=30648] ppid=30634 vsize=1710720 CPUtime=0
/proc/30636/task/30648/stat : 30648 (java) S 30634 30636 30587 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 158821764 1751777280 357490 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.83
Current children cumulated vsize (Kb) 1710720

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

Child status: 143
Real time (s): 1751.71
CPU time (s): 1801.09
CPU user time (s): 1796.84
CPU system time (s): 4.24335
CPU usage (%): 102.819
Max. virtual memory (cumulated for all children) (Kb): 1711696
The end

Launcher Data (download as text)

Begin job on node2 on Fri Jul 28 20:46:20 UTC 2006


FILE ID= 50962-1154119579

PBS_JOBID= 886895

BENCH NAME= HOME/pub/bench/PB06/final/normalized-PB06/OPT-BIGINT/submitted-PB06/roussel/factor/normalized-factor-sizeN=180-sizeP=91-sizeQ=180-348768554-max.opb
COMMAND LINE= java -server -Xms1500M -Xmx1500M -jar ROOT/solvers/PB/PB06final/user5/sat4jPseudoPlus.jar ROOT/tmp/node2/50962-1154119579/instance-50962-1154119579.opb 40066592
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node2/watcher-50962-1154119579 -o ROOT/results/node2/solver-50962-1154119579 -C 1800 -M 1800 -S 64  java -server -Xms1500M -Xmx1500M -jar ROOT/solvers/PB/PB06final/user5/sat4jPseudoPlus.jar ROOT/tmp/node2/50962-1154119579/instance-50962-1154119579.opb 40066592

MD5SUM SOLVER= e9637a7554f3ecdf74c1815f89d00213
MD5SUM BENCH=  70a36045701f7ebe55c56022c0c942d1

RANDOM SEED= 40066592

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.276
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.276
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:       1437944 kB
Buffers:         34480 kB
Cached:         524768 kB
SwapCached:       3996 kB
Active:          83076 kB
Inactive:       485136 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1437944 kB
SwapTotal:     4192956 kB
SwapFree:      4182684 kB
Dirty:             196 kB
Writeback:           0 kB
Mapped:          14528 kB
Slab:            35692 kB
Committed_AS:   727840 kB
PageTables:       1492 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB


End job on node2 on Fri Jul 28 21:15:31 UTC 2006