Trace number 50768

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) 1800.18 1788.52

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/submitted-PB06/roussel/factor/
normalized-factor-sizeN=440-sizeP=221-sizeQ=440-24744542-max.opb
MD5SUM33ae5939d1aa58a75a945a9faf3c230f
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
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables97901
Total number of constraints291721
Number of constraints which are clauses291720
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 constraint97240
Number of terms in the objective function 221
Biggest coefficient in the objective function 1684996666696914987166688442938726917102321526408785780068975640576
Number of bits for the biggest coefficient in the objective function 221
Sum of the numbers in the objective function 3369993333393829974333376885877453834204643052817571560137951281151
Number of bits of the sum of numbers in the objective function 221
Biggest number in a constraint 2392032866531905486790942578809394338145620987608332988883503686824375178865503049616412016019962016447144819201720664620106359620960485637227891297994520232330261783830994590149049944504587400511488
Number of bits of the biggest number in a constraint 660
Biggest sum of numbers in a constraint 9568131466127621947163770315237577352582483950433331955534014747295056327361266164339146628902122677827758102544855227960862917226867090540237477036791666445280390686216944035782177068059758137897567
Number of bits of the biggest sum of numbers661
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.24	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.24	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.25	c no version file found!!!
0.25	c sun.arch.data.model	32
0.25	c java.version	1.5.0_06
0.25	c os.name	Linux
0.25	c os.version	2.6.9-22.EL.rootsmp
0.25	c os.arch	i386
0.25	c Free memory 1548419056
0.25	c Max memory 1551040512
0.25	c Total memory 1551040512
0.25	c Number of processors 2
0.30	c Cutting planes based inference
0.30	c --- Begin Solver configuration ---
0.30	c org.sat4j.minisat.uip.FirstUIP@1df073d
0.30	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@1546e25
0.30	c org.sat4j.minisat.learning.MiniSATLearning@b66cc
0.30	c conflictBoundIncFactor=1.5 learntBoundIncFactor=1.1 initLearntBoundConstraintFactor=10000.0 initConflictBound=100 
0.30	c VSIDS like heuristics from MiniSAT using a heap
0.30	c No reason simplification
0.30	c --- End Solver configuration ---
0.30	c solving ROOT/tmp/node56/50768-1154121855/instance-50768-1154121855.opb
0.30	c reading problem ... 
487.54	c ... done. Time 487.236 ms.
487.54	c #vars     97901
487.54	c #constraints  291722
1788.34	c starts		: 1
1788.34	c conflicts		: 44
1788.34	c decisions		: 293
1788.34	c propagations		: 92884
1788.34	c inspects		: 813780
1788.34	c learnt literals	: 0
1788.34	c learnt binary clauses	: 0
1788.34	c learnt ternary clauses	: 0
1788.34	c learnt clauses	: 44
1788.34	c root simplifications	: 0
1788.34	c removed literals (reason simplification)	: 0
1788.34	c reason swapping (by a shorter reason)	: 0
1788.34	c Calls to reduceDB	: 0
1788.34	c speed (decisions/second)	: 0.22526245382311902
1788.34	c non guided choices	2
1788.34	s UNKNOWN
1788.34	c Total wall clock time (ms): 1788.041

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

Current StackSize limit: 67108864 bytes

/proc/loadavg: 1.07 1.02 1.00 3/64 5847
/proc/meminfo: memFree=1388376/2055920 swapFree=4183496/4192956
[pid=5847] ppid=5845 vsize=1500 CPUtime=0
/proc/5847/stat : 5847 (java) R 5845 5847 5798 0 -1 0 89 0 0 0 0 0 0 0 19 0 1 0 159055515 1536000 69 18446744073709551615 134512640 134570276 4294956608 18446744073709551615 10029844 0 0 4096 0 0 0 0 17 1 0 0
/proc/5847/statm: 363 66 50 14 0 8 0

[startup+10.0022 s]
/proc/loadavg: 1.06 1.01 1.00 2/75 5858
/proc/meminfo: memFree=1218688/2055920 swapFree=4183496/4192956
[pid=5847] ppid=5845 vsize=1710864 CPUtime=10.44
/proc/5847/stat : 5847 (java) R 5845 5847 5798 0 -1 0 47815 0 1 0 1022 22 0 0 25 0 12 0 159055515 1751924736 44136 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071356249 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/5847/statm: 427716 44136 1873 14 0 414463 0
[pid=5847/tid=5848] ppid=5845 vsize=1710864 CPUtime=0.05
/proc/5847/task/5848/stat : 5848 (java) S 5845 5847 5798 0 -1 64 1337 0 0 0 5 0 0 0 15 0 12 0 159055528 1751924736 44136 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5847/tid=5849] ppid=5845 vsize=1710864 CPUtime=0.06
/proc/5847/task/5849/stat : 5849 (java) S 5845 5847 5798 0 -1 64 2564 0 0 0 5 1 0 0 17 0 12 0 159055528 1751924736 44136 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5847/tid=5850] ppid=5845 vsize=1710864 CPUtime=0
/proc/5847/task/5850/stat : 5850 (java) S 5845 5847 5798 0 -1 64 33 0 0 0 0 0 0 0 16 0 12 0 159055531 1751924736 44136 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=5847/tid=5851] ppid=5845 vsize=1710864 CPUtime=0
/proc/5847/task/5851/stat : 5851 (java) S 5845 5847 5798 0 -1 64 9 0 0 0 0 0 0 0 15 0 12 0 159055531 1751924736 44136 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5847/tid=5852] ppid=5845 vsize=1710864 CPUtime=0
/proc/5847/task/5852/stat : 5852 (java) S 5845 5847 5798 0 -1 64 5 0 0 0 0 0 0 0 15 0 12 0 159055531 1751924736 44136 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5847/tid=5853] ppid=5845 vsize=1710864 CPUtime=0
/proc/5847/task/5853/stat : 5853 (java) S 5845 5847 5798 0 -1 64 0 0 0 0 0 0 0 0 24 0 12 0 159055535 1751924736 44136 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5847/tid=5854] ppid=5845 vsize=1710864 CPUtime=0
/proc/5847/task/5854/stat : 5854 (java) S 5845 5847 5798 0 -1 64 2 0 0 0 0 0 0 0 17 0 12 0 159055535 1751924736 44136 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5847/tid=5855] ppid=5845 vsize=1710864 CPUtime=0.26
/proc/5847/task/5855/stat : 5855 (java) S 5845 5847 5798 0 -1 64 649 0 0 0 26 0 0 0 16 0 12 0 159055535 1751924736 44136 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5847/tid=5856] ppid=5845 vsize=1710864 CPUtime=0.29
/proc/5847/task/5856/stat : 5856 (java) S 5845 5847 5798 0 -1 64 553 0 0 0 29 0 0 0 17 0 12 0 159055535 1751924736 44136 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5847/tid=5857] ppid=5845 vsize=1710864 CPUtime=0
/proc/5847/task/5857/stat : 5857 (java) S 5845 5847 5798 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 159055535 1751924736 44136 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5847/tid=5858] ppid=5845 vsize=1710864 CPUtime=0
/proc/5847/task/5858/stat : 5858 (java) S 5845 5847 5798 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 159055535 1751924736 44136 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 10.44
Current children cumulated vsize (Kb) 1710864

[startup+20.0092 s]
/proc/loadavg: 1.05 1.01 1.00 2/75 5858
/proc/meminfo: memFree=1234112/2055920 swapFree=4183496/4192956
[pid=5847] ppid=5845 vsize=1710864 CPUtime=20.52
/proc/5847/stat : 5847 (java) R 5845 5847 5798 0 -1 0 48099 0 1 0 2029 23 0 0 17 0 12 0 159055515 1751924736 40347 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4152709502 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/5847/statm: 427716 40347 1873 14 0 414463 0
[pid=5847/tid=5848] ppid=5845 vsize=1710864 CPUtime=0.11
/proc/5847/task/5848/stat : 5848 (java) S 5845 5847 5798 0 -1 64 1426 0 0 0 10 1 0 0 16 0 12 0 159055528 1751924736 40347 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5847/tid=5849] ppid=5845 vsize=1710864 CPUtime=0.1
/proc/5847/task/5849/stat : 5849 (java) S 5845 5847 5798 0 -1 64 2721 0 0 0 9 1 0 0 15 0 12 0 159055528 1751924736 40347 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5847/tid=5850] ppid=5845 vsize=1710864 CPUtime=0.01
/proc/5847/task/5850/stat : 5850 (java) S 5845 5847 5798 0 -1 64 33 0 0 0 0 1 0 0 16 0 12 0 159055531 1751924736 40347 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=5847/tid=5851] ppid=5845 vsize=1710864 CPUtime=0
/proc/5847/task/5851/stat : 5851 (java) S 5845 5847 5798 0 -1 64 9 0 0 0 0 0 0 0 15 0 12 0 159055531 1751924736 40347 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5847/tid=5852] ppid=5845 vsize=1710864 CPUtime=0
/proc/5847/task/5852/stat : 5852 (java) S 5845 5847 5798 0 -1 64 5 0 0 0 0 0 0 0 15 0 12 0 159055531 1751924736 40347 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5847/tid=5853] ppid=5845 vsize=1710864 CPUtime=0
/proc/5847/task/5853/stat : 5853 (java) S 5845 5847 5798 0 -1 64 0 0 0 0 0 0 0 0 24 0 12 0 159055535 1751924736 40347 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5847/tid=5854] ppid=5845 vsize=1710864 CPUtime=0
/proc/5847/task/5854/stat : 5854 (java) S 5845 5847 5798 0 -1 64 2 0 0 0 0 0 0 0 17 0 12 0 159055535 1751924736 40347 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5847/tid=5855] ppid=5845 vsize=1710864 CPUtime=0.28
/proc/5847/task/5855/stat : 5855 (java) S 5845 5847 5798 0 -1 64 651 0 0 0 28 0 0 0 16 0 12 0 159055535 1751924736 40347 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5847/tid=5856] ppid=5845 vsize=1710864 CPUtime=0.33
/proc/5847/task/5856/stat : 5856 (java) S 5845 5847 5798 0 -1 64 555 0 0 0 33 0 0 0 16 0 12 0 159055535 1751924736 40347 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5847/tid=5857] ppid=5845 vsize=1710864 CPUtime=0
/proc/5847/task/5857/stat : 5857 (java) S 5845 5847 5798 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 159055535 1751924736 40347 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5847/tid=5858] ppid=5845 vsize=1710864 CPUtime=0
/proc/5847/task/5858/stat : 5858 (java) S 5845 5847 5798 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 159055535 1751924736 40347 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 20.52
Current children cumulated vsize (Kb) 1710864

[startup+30.0184 s]
/proc/loadavg: 1.04 1.01 1.00 2/75 5858
/proc/meminfo: memFree=1235456/2055920 swapFree=4183496/4192956
[pid=5847] ppid=5845 vsize=1709960 CPUtime=30.58
/proc/5847/stat : 5847 (java) R 5845 5847 5798 0 -1 0 48389 0 1 0 3035 23 0 0 25 0 12 0 159055515 1750999040 40062 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071356249 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/5847/statm: 427490 40062 1873 14 0 414237 0
[pid=5847/tid=5848] ppid=5845 vsize=1709960 CPUtime=0.16
/proc/5847/task/5848/stat : 5848 (java) S 5845 5847 5798 0 -1 64 1622 0 0 0 15 1 0 0 16 0 12 0 159055528 1750999040 40062 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5847/tid=5849] ppid=5845 vsize=1709960 CPUtime=0.16
/proc/5847/task/5849/stat : 5849 (java) S 5845 5847 5798 0 -1 64 2773 0 0 0 15 1 0 0 15 0 12 0 159055528 1750999040 40062 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5847/tid=5850] ppid=5845 vsize=1709960 CPUtime=0.01
/proc/5847/task/5850/stat : 5850 (java) S 5845 5847 5798 0 -1 64 33 0 0 0 0 1 0 0 16 0 12 0 159055531 1750999040 40062 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=5847/tid=5851] ppid=5845 vsize=1709960 CPUtime=0
/proc/5847/task/5851/stat : 5851 (java) S 5845 5847 5798 0 -1 64 9 0 0 0 0 0 0 0 15 0 12 0 159055531 1750999040 40062 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5847/tid=5852] ppid=5845 vsize=1709960 CPUtime=0
/proc/5847/task/5852/stat : 5852 (java) S 5845 5847 5798 0 -1 64 5 0 0 0 0 0 0 0 15 0 12 0 159055531 1750999040 40062 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5847/tid=5853] ppid=5845 vsize=1709960 CPUtime=0
/proc/5847/task/5853/stat : 5853 (java) S 5845 5847 5798 0 -1 64 0 0 0 0 0 0 0 0 24 0 12 0 159055535 1750999040 40062 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5847/tid=5854] ppid=5845 vsize=1709960 CPUtime=0
/proc/5847/task/5854/stat : 5854 (java) S 5845 5847 5798 0 -1 64 2 0 0 0 0 0 0 0 17 0 12 0 159055535 1750999040 40062 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5847/tid=5855] ppid=5845 vsize=1709960 CPUtime=0.3
/proc/5847/task/5855/stat : 5855 (java) S 5845 5847 5798 0 -1 64 652 0 0 0 30 0 0 0 16 0 12 0 159055535 1750999040 40062 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5847/tid=5856] ppid=5845 vsize=1709960 CPUtime=0.34
/proc/5847/task/5856/stat : 5856 (java) S 5845 5847 5798 0 -1 64 556 0 0 0 34 0 0 0 16 0 12 0 159055535 1750999040 40062 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5847/tid=5857] ppid=5845 vsize=1709960 CPUtime=0
/proc/5847/task/5857/stat : 5857 (java) S 5845 5847 5798 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 159055535 1750999040 40062 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5847/tid=5858] ppid=5845 vsize=1709960 CPUtime=0
/proc/5847/task/5858/stat : 5858 (java) S 5845 5847 5798 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 159055535 1750999040 40062 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 30.58
Current children cumulated vsize (Kb) 1709960

[startup+40.0263 s]
/proc/loadavg: 1.03 1.01 1.00 2/75 5858
/proc/meminfo: memFree=1234688/2055920 swapFree=4183496/4192956
[pid=5847] ppid=5845 vsize=1709960 CPUtime=40.63
/proc/5847/stat : 5847 (java) R 5845 5847 5798 0 -1 0 48670 0 1 0 4038 25 0 0 25 0 12 0 159055515 1750999040 40296 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071359880 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/5847/statm: 427490 40296 1873 14 0 414237 0
[pid=5847/tid=5848] ppid=5845 vsize=1709960 CPUtime=0.21
/proc/5847/task/5848/stat : 5848 (java) S 5845 5847 5798 0 -1 64 1749 0 0 0 20 1 0 0 16 0 12 0 159055528 1750999040 40296 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5847/tid=5849] ppid=5845 vsize=1709960 CPUtime=0.21
/proc/5847/task/5849/stat : 5849 (java) S 5845 5847 5798 0 -1 64 2882 0 0 0 20 1 0 0 15 0 12 0 159055528 1750999040 40296 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5847/tid=5850] ppid=5845 vsize=1709960 CPUtime=0.02
/proc/5847/task/5850/stat : 5850 (java) S 5845 5847 5798 0 -1 64 33 0 0 0 1 1 0 0 16 0 12 0 159055531 1750999040 40296 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=5847/tid=5851] ppid=5845 vsize=1709960 CPUtime=0
/proc/5847/task/5851/stat : 5851 (java) S 5845 5847 5798 0 -1 64 9 0 0 0 0 0 0 0 15 0 12 0 159055531 1750999040 40296 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5847/tid=5852] ppid=5845 vsize=1709960 CPUtime=0
/proc/5847/task/5852/stat : 5852 (java) S 5845 5847 5798 0 -1 64 5 0 0 0 0 0 0 0 15 0 12 0 159055531 1750999040 40296 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5847/tid=5853] ppid=5845 vsize=1709960 CPUtime=0
/proc/5847/task/5853/stat : 5853 (java) S 5845 5847 5798 0 -1 64 0 0 0 0 0 0 0 0 24 0 12 0 159055535 1750999040 40296 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5847/tid=5854] ppid=5845 vsize=1709960 CPUtime=0
/proc/5847/task/5854/stat : 5854 (java) S 5845 5847 5798 0 -1 64 2 0 0 0 0 0 0 0 17 0 12 0 159055535 1750999040 40296 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5847/tid=5855] ppid=5845 vsize=1709960 CPUtime=0.3
/proc/5847/task/5855/stat : 5855 (java) S 5845 5847 5798 0 -1 64 652 0 0 0 30 0 0 0 16 0 12 0 159055535 1750999040 40296 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5847/tid=5856] ppid=5845 vsize=1709960 CPUtime=0.34
/proc/5847/task/5856/stat : 5856 (java) S 5845 5847 5798 0 -1 64 556 0 0 0 34 0 0 0 16 0 12 0 159055535 1750999040 40296 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5847/tid=5857] ppid=5845 vsize=1709960 CPUtime=0
/proc/5847/task/5857/stat : 5857 (java) S 5845 5847 5798 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 159055535 1750999040 40296 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5847/tid=5858] ppid=5845 vsize=1709960 CPUtime=0
/proc/5847/task/5858/stat : 5858 (java) S 5845 5847 5798 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 159055535 1750999040 40296 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 40.63
Current children cumulated vsize (Kb) 1709960

[startup+50.0333 s]
/proc/loadavg: 1.03 1.01 1.00 2/75 5858
/proc/meminfo: memFree=1233600/2055920 swapFree=4183496/4192956
[pid=5847] ppid=5845 vsize=1709960 CPUtime=50.71
/proc/5847/stat : 5847 (java) R 5845 5847 5798 0 -1 0 48997 0 1 0 5044 27 0 0 17 0 12 0 159055515 1750999040 40570 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071359828 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/5847/statm: 427490 40570 1873 14 0 414237 0
[pid=5847/tid=5848] ppid=5845 vsize=1709960 CPUtime=0.28
/proc/5847/task/5848/stat : 5848 (java) S 5845 5847 5798 0 -1 64 1978 0 0 0 26 2 0 0 16 0 12 0 159055528 1750999040 40570 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5847/tid=5849] ppid=5845 vsize=1709960 CPUtime=0.29
/proc/5847/task/5849/stat : 5849 (java) S 5845 5847 5798 0 -1 64 2927 0 0 0 28 1 0 0 15 0 12 0 159055528 1750999040 40570 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5847/tid=5850] ppid=5845 vsize=1709960 CPUtime=0.02
/proc/5847/task/5850/stat : 5850 (java) S 5845 5847 5798 0 -1 64 33 0 0 0 1 1 0 0 16 0 12 0 159055531 1750999040 40570 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=5847/tid=5851] ppid=5845 vsize=1709960 CPUtime=0
/proc/5847/task/5851/stat : 5851 (java) S 5845 5847 5798 0 -1 64 9 0 0 0 0 0 0 0 15 0 12 0 159055531 1750999040 40570 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5847/tid=5852] ppid=5845 vsize=1709960 CPUtime=0
/proc/5847/task/5852/stat : 5852 (java) S 5845 5847 5798 0 -1 64 5 0 0 0 0 0 0 0 15 0 12 0 159055531 1750999040 40570 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5847/tid=5853] ppid=5845 vsize=1709960 CPUtime=0
/proc/5847/task/5853/stat : 5853 (java) S 5845 5847 5798 0 -1 64 0 0 0 0 0 0 0 0 24 0 12 0 159055535 1750999040 40570 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5847/tid=5854] ppid=5845 vsize=1709960 CPUtime=0
/proc/5847/task/5854/stat : 5854 (java) S 5845 5847 5798 0 -1 64 2 0 0 0 0 0 0 0 17 0 12 0 159055535 1750999040 40570 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5847/tid=5855] ppid=5845 vsize=1709960 CPUtime=0.3
/proc/5847/task/5855/stat : 5855 (java) S 5845 5847 5798 0 -1 64 652 0 0 0 30 0 0 0 16 0 12 0 159055535 1750999040 40570 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5847/tid=5856] ppid=5845 vsize=1709960 CPUtime=0.34
/proc/5847/task/5856/stat : 5856 (java) S 5845 5847 5798 0 -1 64 556 0 0 0 34 0 0 0 16 0 12 0 159055535 1750999040 40570 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5847/tid=5857] ppid=5845 vsize=1709960 CPUtime=0
/proc/5847/task/5857/stat : 5857 (java) S 5845 5847 5798 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 159055535 1750999040 40570 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5847/tid=5858] ppid=5845 vsize=1709960 CPUtime=0
/proc/5847/task/5858/stat : 5858 (java) S 5845 5847 5798 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 159055535 1750999040 40570 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.71
Current children cumulated vsize (Kb) 1709960

[startup+60.0403 s]
/proc/loadavg: 1.02 1.01 1.00 2/75 5858
/proc/meminfo: memFree=1232448/2055920 swapFree=4183496/4192956
[pid=5847] ppid=5845 vsize=1709960 CPUtime=60.8
/proc/5847/stat : 5847 (java) R 5845 5847 5798 0 -1 0 49344 0 1 0 6051 29 0 0 25 0 12 0 159055515 1750999040 40859 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071357663 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/5847/statm: 427490 40859 1873 14 0 414237 0
[pid=5847/tid=5848] ppid=5845 vsize=1709960 CPUtime=0.37
/proc/5847/task/5848/stat : 5848 (java) S 5845 5847 5798 0 -1 64 2165 0 0 0 33 4 0 0 15 0 12 0 159055528 1750999040 40859 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5847/tid=5849] ppid=5845 vsize=1709960 CPUtime=0.39
/proc/5847/task/5849/stat : 5849 (java) S 5845 5847 5798 0 -1 64 3029 0 0 0 37 2 0 0 16 0 12 0 159055528 1750999040 40859 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5847/tid=5850] ppid=5845 vsize=1709960 CPUtime=0.04
/proc/5847/task/5850/stat : 5850 (java) S 5845 5847 5798 0 -1 64 33 0 0 0 2 2 0 0 15 0 12 0 159055531 1750999040 40859 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=5847/tid=5851] ppid=5845 vsize=1709960 CPUtime=0
/proc/5847/task/5851/stat : 5851 (java) S 5845 5847 5798 0 -1 64 9 0 0 0 0 0 0 0 15 0 12 0 159055531 1750999040 40859 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5847/tid=5852] ppid=5845 vsize=1709960 CPUtime=0
/proc/5847/task/5852/stat : 5852 (java) S 5845 5847 5798 0 -1 64 5 0 0 0 0 0 0 0 15 0 12 0 159055531 1750999040 40859 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5847/tid=5853] ppid=5845 vsize=1709960 CPUtime=0
/proc/5847/task/5853/stat : 5853 (java) S 5845 5847 5798 0 -1 64 0 0 0 0 0 0 0 0 24 0 12 0 159055535 1750999040 40859 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5847/tid=5854] ppid=5845 vsize=1709960 CPUtime=0
/proc/5847/task/5854/stat : 5854 (java) S 5845 5847 5798 0 -1 64 2 0 0 0 0 0 0 0 17 0 12 0 159055535 1750999040 40859 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5847/tid=5855] ppid=5845 vsize=1709960 CPUtime=0.3
/proc/5847/task/5855/stat : 5855 (java) S 5845 5847 5798 0 -1 64 652 0 0 0 30 0 0 0 16 0 12 0 159055535 1750999040 40859 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5847/tid=5856] ppid=5845 vsize=1709960 CPUtime=0.34
/proc/5847/task/5856/stat : 5856 (java) S 5845 5847 5798 0 -1 64 556 0 0 0 34 0 0 0 16 0 12 0 159055535 1750999040 40859 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5847/tid=5857] ppid=5845 vsize=1709960 CPUtime=0
/proc/5847/task/5857/stat : 5857 (java) S 5845 5847 5798 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 159055535 1750999040 40859 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5847/tid=5858] ppid=5845 vsize=1709960 CPUtime=0

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

/proc/5847/task/5851/stat : 5851 (java) S 5845 5847 5798 0 -1 64 9 0 0 0 0 0 0 0 15 0 13 0 159055531 1768370176 188288 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5847/tid=5852] ppid=5845 vsize=1726924 CPUtime=0
/proc/5847/task/5852/stat : 5852 (java) S 5845 5847 5798 0 -1 64 5 0 0 0 0 0 0 0 15 0 13 0 159055531 1768370176 188288 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5847/tid=5853] ppid=5845 vsize=1726924 CPUtime=0
/proc/5847/task/5853/stat : 5853 (java) S 5845 5847 5798 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 159055535 1768370176 188288 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5847/tid=5854] ppid=5845 vsize=1726924 CPUtime=0
/proc/5847/task/5854/stat : 5854 (java) S 5845 5847 5798 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 159055535 1768370176 188288 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5847/tid=5855] ppid=5845 vsize=1726924 CPUtime=1.41
/proc/5847/task/5855/stat : 5855 (java) S 5845 5847 5798 0 -1 64 6635 0 0 0 138 3 0 0 17 0 13 0 159055535 1768370176 188288 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5847/tid=5856] ppid=5845 vsize=1726924 CPUtime=0.85
/proc/5847/task/5856/stat : 5856 (java) S 5845 5847 5798 0 -1 64 1275 0 0 0 85 0 0 0 16 0 13 0 159055535 1768370176 188288 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5847/tid=5857] ppid=5845 vsize=1726924 CPUtime=0
/proc/5847/task/5857/stat : 5857 (java) S 5845 5847 5798 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 159055535 1768370176 188288 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5847/tid=5858] ppid=5845 vsize=1726924 CPUtime=0
/proc/5847/task/5858/stat : 5858 (java) S 5845 5847 5798 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 159055535 1768370176 188288 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5847/tid=5859] ppid=5845 vsize=1726924 CPUtime=0
/proc/5847/task/5859/stat : 5859 (java) S 5845 5847 5798 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 159104284 1768370176 188288 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1795.98
Current children cumulated vsize (Kb) 1726924

[startup+1785.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/76 5861
/proc/meminfo: memFree=640760/2055920 swapFree=4183496/4192956
[pid=5847] ppid=5845 vsize=1726924 CPUtime=1796.99
/proc/5847/stat : 5847 (java) R 5845 5847 5798 0 -1 0 213539 0 1 0 179512 187 0 0 25 0 13 0 159055515 1768370176 188288 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071698766 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/5847/statm: 431731 188288 1911 14 0 418478 0
[pid=5847/tid=5848] ppid=5845 vsize=1726924 CPUtime=10.47
/proc/5847/task/5848/stat : 5848 (java) S 5845 5847 5798 0 -1 64 87424 0 0 0 971 76 0 0 16 0 13 0 159055528 1768370176 188288 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5847/tid=5849] ppid=5845 vsize=1726924 CPUtime=10.57
/proc/5847/task/5849/stat : 5849 (java) S 5845 5847 5798 0 -1 64 64045 0 0 0 1001 56 0 0 17 0 13 0 159055528 1768370176 188288 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5847/tid=5850] ppid=5845 vsize=1726924 CPUtime=0.34
/proc/5847/task/5850/stat : 5850 (java) S 5845 5847 5798 0 -1 64 73 0 0 0 20 14 0 0 16 0 13 0 159055531 1768370176 188288 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=5847/tid=5851] ppid=5845 vsize=1726924 CPUtime=0
/proc/5847/task/5851/stat : 5851 (java) S 5845 5847 5798 0 -1 64 9 0 0 0 0 0 0 0 15 0 13 0 159055531 1768370176 188288 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5847/tid=5852] ppid=5845 vsize=1726924 CPUtime=0
/proc/5847/task/5852/stat : 5852 (java) S 5845 5847 5798 0 -1 64 5 0 0 0 0 0 0 0 15 0 13 0 159055531 1768370176 188288 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5847/tid=5853] ppid=5845 vsize=1726924 CPUtime=0
/proc/5847/task/5853/stat : 5853 (java) S 5845 5847 5798 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 159055535 1768370176 188288 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5847/tid=5854] ppid=5845 vsize=1726924 CPUtime=0
/proc/5847/task/5854/stat : 5854 (java) S 5845 5847 5798 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 159055535 1768370176 188288 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5847/tid=5855] ppid=5845 vsize=1726924 CPUtime=1.41
/proc/5847/task/5855/stat : 5855 (java) S 5845 5847 5798 0 -1 64 6635 0 0 0 138 3 0 0 17 0 13 0 159055535 1768370176 188288 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5847/tid=5856] ppid=5845 vsize=1726924 CPUtime=0.85
/proc/5847/task/5856/stat : 5856 (java) S 5845 5847 5798 0 -1 64 1275 0 0 0 85 0 0 0 16 0 13 0 159055535 1768370176 188288 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5847/tid=5857] ppid=5845 vsize=1726924 CPUtime=0
/proc/5847/task/5857/stat : 5857 (java) S 5845 5847 5798 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 159055535 1768370176 188288 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5847/tid=5858] ppid=5845 vsize=1726924 CPUtime=0
/proc/5847/task/5858/stat : 5858 (java) S 5845 5847 5798 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 159055535 1768370176 188288 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5847/tid=5859] ppid=5845 vsize=1726924 CPUtime=0
/proc/5847/task/5859/stat : 5859 (java) S 5845 5847 5798 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 159104284 1768370176 188288 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1796.99
Current children cumulated vsize (Kb) 1726924

[startup+1786.32 s]
/proc/loadavg: 1.00 1.00 1.00 2/76 5861
/proc/meminfo: memFree=640760/2055920 swapFree=4183496/4192956
[pid=5847] ppid=5845 vsize=1726924 CPUtime=1797.99
/proc/5847/stat : 5847 (java) R 5845 5847 5798 0 -1 0 213539 0 1 0 179612 187 0 0 25 0 13 0 159055515 1768370176 188288 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071699058 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/5847/statm: 431731 188288 1911 14 0 418478 0
[pid=5847/tid=5848] ppid=5845 vsize=1726924 CPUtime=10.47
/proc/5847/task/5848/stat : 5848 (java) S 5845 5847 5798 0 -1 64 87424 0 0 0 971 76 0 0 16 0 13 0 159055528 1768370176 188288 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5847/tid=5849] ppid=5845 vsize=1726924 CPUtime=10.57
/proc/5847/task/5849/stat : 5849 (java) S 5845 5847 5798 0 -1 64 64045 0 0 0 1001 56 0 0 17 0 13 0 159055528 1768370176 188288 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5847/tid=5850] ppid=5845 vsize=1726924 CPUtime=0.34
/proc/5847/task/5850/stat : 5850 (java) S 5845 5847 5798 0 -1 64 73 0 0 0 20 14 0 0 16 0 13 0 159055531 1768370176 188288 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=5847/tid=5851] ppid=5845 vsize=1726924 CPUtime=0
/proc/5847/task/5851/stat : 5851 (java) S 5845 5847 5798 0 -1 64 9 0 0 0 0 0 0 0 15 0 13 0 159055531 1768370176 188288 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5847/tid=5852] ppid=5845 vsize=1726924 CPUtime=0
/proc/5847/task/5852/stat : 5852 (java) S 5845 5847 5798 0 -1 64 5 0 0 0 0 0 0 0 15 0 13 0 159055531 1768370176 188288 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5847/tid=5853] ppid=5845 vsize=1726924 CPUtime=0
/proc/5847/task/5853/stat : 5853 (java) S 5845 5847 5798 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 159055535 1768370176 188288 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5847/tid=5854] ppid=5845 vsize=1726924 CPUtime=0
/proc/5847/task/5854/stat : 5854 (java) S 5845 5847 5798 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 159055535 1768370176 188288 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5847/tid=5855] ppid=5845 vsize=1726924 CPUtime=1.41
/proc/5847/task/5855/stat : 5855 (java) S 5845 5847 5798 0 -1 64 6635 0 0 0 138 3 0 0 17 0 13 0 159055535 1768370176 188288 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5847/tid=5856] ppid=5845 vsize=1726924 CPUtime=0.85
/proc/5847/task/5856/stat : 5856 (java) S 5845 5847 5798 0 -1 64 1275 0 0 0 85 0 0 0 16 0 13 0 159055535 1768370176 188288 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5847/tid=5857] ppid=5845 vsize=1726924 CPUtime=0
/proc/5847/task/5857/stat : 5857 (java) S 5845 5847 5798 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 159055535 1768370176 188288 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5847/tid=5858] ppid=5845 vsize=1726924 CPUtime=0
/proc/5847/task/5858/stat : 5858 (java) S 5845 5847 5798 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 159055535 1768370176 188288 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5847/tid=5859] ppid=5845 vsize=1726924 CPUtime=0
/proc/5847/task/5859/stat : 5859 (java) S 5845 5847 5798 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 159104284 1768370176 188288 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1797.99
Current children cumulated vsize (Kb) 1726924

[startup+1787.32 s]
/proc/loadavg: 1.00 1.00 1.00 2/76 5861
/proc/meminfo: memFree=640760/2055920 swapFree=4183496/4192956
[pid=5847] ppid=5845 vsize=1726924 CPUtime=1799
/proc/5847/stat : 5847 (java) R 5845 5847 5798 0 -1 0 213539 0 1 0 179713 187 0 0 25 0 13 0 159055515 1768370176 188288 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071409514 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/5847/statm: 431731 188288 1911 14 0 418478 0
[pid=5847/tid=5848] ppid=5845 vsize=1726924 CPUtime=10.47
/proc/5847/task/5848/stat : 5848 (java) S 5845 5847 5798 0 -1 64 87424 0 0 0 971 76 0 0 16 0 13 0 159055528 1768370176 188288 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5847/tid=5849] ppid=5845 vsize=1726924 CPUtime=10.57
/proc/5847/task/5849/stat : 5849 (java) S 5845 5847 5798 0 -1 64 64045 0 0 0 1001 56 0 0 17 0 13 0 159055528 1768370176 188288 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5847/tid=5850] ppid=5845 vsize=1726924 CPUtime=0.34
/proc/5847/task/5850/stat : 5850 (java) S 5845 5847 5798 0 -1 64 73 0 0 0 20 14 0 0 16 0 13 0 159055531 1768370176 188288 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=5847/tid=5851] ppid=5845 vsize=1726924 CPUtime=0
/proc/5847/task/5851/stat : 5851 (java) S 5845 5847 5798 0 -1 64 9 0 0 0 0 0 0 0 15 0 13 0 159055531 1768370176 188288 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5847/tid=5852] ppid=5845 vsize=1726924 CPUtime=0
/proc/5847/task/5852/stat : 5852 (java) S 5845 5847 5798 0 -1 64 5 0 0 0 0 0 0 0 15 0 13 0 159055531 1768370176 188288 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5847/tid=5853] ppid=5845 vsize=1726924 CPUtime=0
/proc/5847/task/5853/stat : 5853 (java) S 5845 5847 5798 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 159055535 1768370176 188288 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5847/tid=5854] ppid=5845 vsize=1726924 CPUtime=0
/proc/5847/task/5854/stat : 5854 (java) S 5845 5847 5798 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 159055535 1768370176 188288 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5847/tid=5855] ppid=5845 vsize=1726924 CPUtime=1.41
/proc/5847/task/5855/stat : 5855 (java) S 5845 5847 5798 0 -1 64 6635 0 0 0 138 3 0 0 17 0 13 0 159055535 1768370176 188288 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5847/tid=5856] ppid=5845 vsize=1726924 CPUtime=0.85
/proc/5847/task/5856/stat : 5856 (java) S 5845 5847 5798 0 -1 64 1275 0 0 0 85 0 0 0 16 0 13 0 159055535 1768370176 188288 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5847/tid=5857] ppid=5845 vsize=1726924 CPUtime=0
/proc/5847/task/5857/stat : 5857 (java) S 5845 5847 5798 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 159055535 1768370176 188288 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5847/tid=5858] ppid=5845 vsize=1726924 CPUtime=0
/proc/5847/task/5858/stat : 5858 (java) S 5845 5847 5798 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 159055535 1768370176 188288 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5847/tid=5859] ppid=5845 vsize=1726924 CPUtime=0
/proc/5847/task/5859/stat : 5859 (java) S 5845 5847 5798 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 159104284 1768370176 188288 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1799
Current children cumulated vsize (Kb) 1726924

[startup+1788.33 s]
/proc/loadavg: 1.00 1.00 1.00 2/76 5861
/proc/meminfo: memFree=640760/2055920 swapFree=4183496/4192956
[pid=5847] ppid=5845 vsize=1726924 CPUtime=1800
/proc/5847/stat : 5847 (java) R 5845 5847 5798 0 -1 0 213539 0 1 0 179813 187 0 0 25 0 13 0 159055515 1768370176 188288 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071409514 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/5847/statm: 431731 188288 1911 14 0 418478 0
[pid=5847/tid=5848] ppid=5845 vsize=1726924 CPUtime=10.47
/proc/5847/task/5848/stat : 5848 (java) S 5845 5847 5798 0 -1 64 87424 0 0 0 971 76 0 0 16 0 13 0 159055528 1768370176 188288 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5847/tid=5849] ppid=5845 vsize=1726924 CPUtime=10.57
/proc/5847/task/5849/stat : 5849 (java) S 5845 5847 5798 0 -1 64 64045 0 0 0 1001 56 0 0 17 0 13 0 159055528 1768370176 188288 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5847/tid=5850] ppid=5845 vsize=1726924 CPUtime=0.34
/proc/5847/task/5850/stat : 5850 (java) S 5845 5847 5798 0 -1 64 73 0 0 0 20 14 0 0 16 0 13 0 159055531 1768370176 188288 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=5847/tid=5851] ppid=5845 vsize=1726924 CPUtime=0
/proc/5847/task/5851/stat : 5851 (java) S 5845 5847 5798 0 -1 64 9 0 0 0 0 0 0 0 15 0 13 0 159055531 1768370176 188288 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5847/tid=5852] ppid=5845 vsize=1726924 CPUtime=0
/proc/5847/task/5852/stat : 5852 (java) S 5845 5847 5798 0 -1 64 5 0 0 0 0 0 0 0 15 0 13 0 159055531 1768370176 188288 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5847/tid=5853] ppid=5845 vsize=1726924 CPUtime=0
/proc/5847/task/5853/stat : 5853 (java) S 5845 5847 5798 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 159055535 1768370176 188288 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5847/tid=5854] ppid=5845 vsize=1726924 CPUtime=0
/proc/5847/task/5854/stat : 5854 (java) S 5845 5847 5798 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 159055535 1768370176 188288 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5847/tid=5855] ppid=5845 vsize=1726924 CPUtime=1.41
/proc/5847/task/5855/stat : 5855 (java) S 5845 5847 5798 0 -1 64 6635 0 0 0 138 3 0 0 17 0 13 0 159055535 1768370176 188288 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5847/tid=5856] ppid=5845 vsize=1726924 CPUtime=0.85
/proc/5847/task/5856/stat : 5856 (java) S 5845 5847 5798 0 -1 64 1275 0 0 0 85 0 0 0 16 0 13 0 159055535 1768370176 188288 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5847/tid=5857] ppid=5845 vsize=1726924 CPUtime=0
/proc/5847/task/5857/stat : 5857 (java) S 5845 5847 5798 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 159055535 1768370176 188288 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5847/tid=5858] ppid=5845 vsize=1726924 CPUtime=0
/proc/5847/task/5858/stat : 5858 (java) S 5845 5847 5798 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 159055535 1768370176 188288 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5847/tid=5859] ppid=5845 vsize=1726924 CPUtime=0
/proc/5847/task/5859/stat : 5859 (java) S 5845 5847 5798 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 159104284 1768370176 188288 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (Kb) 1726924



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1788.33 s]
/proc/loadavg: 1.00 1.00 1.00 2/76 5861
/proc/meminfo: memFree=640760/2055920 swapFree=4183496/4192956
[pid=5847] ppid=5845 vsize=1726924 CPUtime=1800.01
/proc/5847/stat : 5847 (java) R 5845 5847 5798 0 -1 0 213539 0 1 0 179814 187 0 0 25 0 13 0 159055515 1768370176 188288 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071702217 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/5847/statm: 431731 188288 1911 14 0 418478 0
[pid=5847/tid=5848] ppid=5845 vsize=1726924 CPUtime=10.47
/proc/5847/task/5848/stat : 5848 (java) S 5845 5847 5798 0 -1 64 87424 0 0 0 971 76 0 0 16 0 13 0 159055528 1768370176 188288 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5847/tid=5849] ppid=5845 vsize=1726924 CPUtime=10.57
/proc/5847/task/5849/stat : 5849 (java) S 5845 5847 5798 0 -1 64 64045 0 0 0 1001 56 0 0 17 0 13 0 159055528 1768370176 188288 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5847/tid=5850] ppid=5845 vsize=1726924 CPUtime=0.34
/proc/5847/task/5850/stat : 5850 (java) S 5845 5847 5798 0 -1 64 73 0 0 0 20 14 0 0 16 0 13 0 159055531 1768370176 188288 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=5847/tid=5851] ppid=5845 vsize=1726924 CPUtime=0
/proc/5847/task/5851/stat : 5851 (java) S 5845 5847 5798 0 -1 64 9 0 0 0 0 0 0 0 15 0 13 0 159055531 1768370176 188288 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5847/tid=5852] ppid=5845 vsize=1726924 CPUtime=0
/proc/5847/task/5852/stat : 5852 (java) S 5845 5847 5798 0 -1 64 5 0 0 0 0 0 0 0 15 0 13 0 159055531 1768370176 188288 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5847/tid=5853] ppid=5845 vsize=1726924 CPUtime=0
/proc/5847/task/5853/stat : 5853 (java) S 5845 5847 5798 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 159055535 1768370176 188288 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5847/tid=5854] ppid=5845 vsize=1726924 CPUtime=0
/proc/5847/task/5854/stat : 5854 (java) S 5845 5847 5798 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 159055535 1768370176 188288 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5847/tid=5855] ppid=5845 vsize=1726924 CPUtime=1.41
/proc/5847/task/5855/stat : 5855 (java) S 5845 5847 5798 0 -1 64 6635 0 0 0 138 3 0 0 17 0 13 0 159055535 1768370176 188288 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5847/tid=5856] ppid=5845 vsize=1726924 CPUtime=0.85
/proc/5847/task/5856/stat : 5856 (java) S 5845 5847 5798 0 -1 64 1275 0 0 0 85 0 0 0 16 0 13 0 159055535 1768370176 188288 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5847/tid=5857] ppid=5845 vsize=1726924 CPUtime=0
/proc/5847/task/5857/stat : 5857 (java) S 5845 5847 5798 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 159055535 1768370176 188288 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5847/tid=5858] ppid=5845 vsize=1726924 CPUtime=0
/proc/5847/task/5858/stat : 5858 (java) S 5845 5847 5798 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 159055535 1768370176 188288 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5847/tid=5859] ppid=5845 vsize=1726924 CPUtime=0
/proc/5847/task/5859/stat : 5859 (java) S 5845 5847 5798 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 159104284 1768370176 188288 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (Kb) 1726924

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

Child status: 143
Real time (s): 1788.52
CPU time (s): 1800.18
CPU user time (s): 1798.2
CPU system time (s): 1.9797
CPU usage (%): 100.652
Max. virtual memory (cumulated for all children) (Kb): 1726924
The end

Launcher Data (download as text)

Begin job on node56 on Fri Jul 28 21:24:15 UTC 2006


FILE ID= 50768-1154121855

PBS_JOBID= 887008

BENCH NAME= HOME/pub/bench/PB06/final/normalized-PB06/OPT-BIGINT/submitted-PB06/roussel/factor/normalized-factor-sizeN=440-sizeP=221-sizeQ=440-24744542-max.opb
COMMAND LINE= java -server -Xms1500M -Xmx1500M -jar ROOT/solvers/PB/PB06final/user5/sat4jPseudoHeuristics.jar ROOT/tmp/node56/50768-1154121855/instance-50768-1154121855.opb 689951253
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node56/watcher-50768-1154121855 -o ROOT/results/node56/solver-50768-1154121855 -C 1800 -M 1800 -S 64  java -server -Xms1500M -Xmx1500M -jar ROOT/solvers/PB/PB06final/user5/sat4jPseudoHeuristics.jar ROOT/tmp/node56/50768-1154121855/instance-50768-1154121855.opb 689951253

MD5SUM SOLVER= 3cef94aa015dc0dd234d31843a257d70
MD5SUM BENCH=  33ae5939d1aa58a75a945a9faf3c230f

RANDOM SEED= 689951253

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.227
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.227
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:       1388584 kB
Buffers:         36516 kB
Cached:         557084 kB
SwapCached:       3168 kB
Active:          93904 kB
Inactive:       508212 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1388584 kB
SwapTotal:     4192956 kB
SwapFree:      4183496 kB
Dirty:             188 kB
Writeback:           0 kB
Mapped:          14488 kB
Slab:            51120 kB
Committed_AS:   732148 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 node56 on Fri Jul 28 21:54:04 UTC 2006