Trace number 50983

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.05 1786.51

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/submitted-PB06/roussel/factor/
normalized-factor-sizeN=300-sizeP=151-sizeQ=300-692949159-max.opb
MD5SUM7e6b5d1bb2d5498810142d4e4cc2c6f4
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 variables45751
Total number of constraints135901
Number of constraints which are clauses135900
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 constraint45300
Number of terms in the objective function 151
Biggest coefficient in the objective function 1427247692705959881058285969449495136382746624
Number of bits for the biggest coefficient in the objective function 151
Sum of the numbers in the objective function 2854495385411919762116571938898990272765493247
Number of bits of the sum of numbers in the objective function 151
Biggest number in a constraint 1453677448591213781098647615776009068707282721374636120562980398361278576226795846652382101427527131121525043212532355867069203257229312
Number of bits of the biggest number in a constraint 450
Biggest sum of numbers in a constraint 5814709794364855124394590463104036274829130884415680534709393500410164485780207399841635394555886269312423583179230372744812869772975784
Number of bits of the biggest sum of numbers451
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.21	c Cutting planes based inference
0.21	c --- Begin Solver configuration ---
0.21	c org.sat4j.minisat.uip.FirstUIP@1037c71
0.21	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@1df073d
0.21	c org.sat4j.minisat.learning.MiniSATLearning@1546e25
0.21	c conflictBoundIncFactor=1.5 learntBoundIncFactor=1.1 initLearntBoundConstraintFactor=10000.0 initConflictBound=100 
0.21	c VSIDS like heuristics from MiniSAT using a heap
0.21	c No reason simplification
0.21	c --- End Solver configuration ---
0.21	c solving ROOT/tmp/node9/50983-1154121095/instance-50983-1154121095.opb
0.21	c reading problem ... 
119.08	c ... done. Time 118.872 ms.
119.08	c #vars     45751
119.08	c #constraints  135902
1786.44	c starts		: 1
1786.45	c conflicts		: 1
1786.45	c decisions		: 33131
1786.45	c propagations		: 45749
1786.45	c inspects		: 124436
1786.45	c learnt literals	: 0
1786.45	c learnt binary clauses	: 0
1786.45	c learnt ternary clauses	: 0
1786.45	c learnt clauses	: 0
1786.45	c root simplifications	: 0
1786.45	c removed literals (reason simplification)	: 0
1786.45	c reason swapping (by a shorter reason)	: 0
1786.45	c Calls to reduceDB	: 0
1786.45	c speed (decisions/second)	: 19.870917903138647
1786.45	c non guided choices	33131
1786.45	s UNKNOWN
1786.45	c Total wall clock time (ms): 1786.234

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

Current StackSize limit: 67108864 bytes

/proc/loadavg: 1.00 1.00 1.00 2/64 23170
/proc/meminfo: memFree=1579584/2055920 swapFree=4183012/4192956
[pid=23170] ppid=23168 vsize=18544 CPUtime=0
/proc/23170/stat : 23170 (runsolver) R 23168 23170 23121 0 -1 4194368 18 0 0 0 0 0 0 0 19 0 1 0 158970720 18989056 280 18446744073709551615 4194304 4264732 548682068944 18446744073709551615 215418989863 0 2147483391 4096 24578 0 0 0 17 0 0 0
/proc/23170/statm: 4636 280 244 17 0 2626 0

[startup+10.0028 s]
/proc/loadavg: 1.00 1.00 1.00 2/75 23181
/proc/meminfo: memFree=1419816/2055920 swapFree=4183012/4192956
[pid=23170] ppid=23168 vsize=1709160 CPUtime=10.47
/proc/23170/stat : 23170 (java) R 23168 23170 23121 0 -1 0 43860 0 1 0 1028 19 0 0 17 0 12 0 158970720 1750179840 41733 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071436275 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23170/statm: 427290 41733 1873 14 0 414037 0
[pid=23170/tid=23171] ppid=23168 vsize=1709160 CPUtime=0.04
/proc/23170/task/23171/stat : 23171 (java) S 23168 23170 23121 0 -1 64 1015 0 0 0 4 0 0 0 16 0 12 0 158970723 1750179840 41733 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23170/tid=23172] ppid=23168 vsize=1709160 CPUtime=0.04
/proc/23170/task/23172/stat : 23172 (java) S 23168 23170 23121 0 -1 64 1609 0 0 0 4 0 0 0 17 0 12 0 158970723 1750179840 41733 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23170/tid=23173] ppid=23168 vsize=1709160 CPUtime=0
/proc/23170/task/23173/stat : 23173 (java) S 23168 23170 23121 0 -1 64 35 0 0 0 0 0 0 0 15 0 12 0 158970726 1750179840 41733 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=23170/tid=23174] ppid=23168 vsize=1709160 CPUtime=0
/proc/23170/task/23174/stat : 23174 (java) S 23168 23170 23121 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 158970726 1750179840 41733 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23170/tid=23175] ppid=23168 vsize=1709160 CPUtime=0
/proc/23170/task/23175/stat : 23175 (java) S 23168 23170 23121 0 -1 64 5 0 0 0 0 0 0 0 15 0 12 0 158970726 1750179840 41733 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23170/tid=23176] ppid=23168 vsize=1709160 CPUtime=0
/proc/23170/task/23176/stat : 23176 (java) S 23168 23170 23121 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 158970730 1750179840 41733 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23170/tid=23177] ppid=23168 vsize=1709160 CPUtime=0
/proc/23170/task/23177/stat : 23177 (java) S 23168 23170 23121 0 -1 64 3 0 0 0 0 0 0 0 17 0 12 0 158970730 1750179840 41733 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23170/tid=23178] ppid=23168 vsize=1709160 CPUtime=0.28
/proc/23170/task/23178/stat : 23178 (java) S 23168 23170 23121 0 -1 64 518 0 0 0 28 0 0 0 16 0 12 0 158970730 1750179840 41733 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23170/tid=23179] ppid=23168 vsize=1709160 CPUtime=0.32
/proc/23170/task/23179/stat : 23179 (java) S 23168 23170 23121 0 -1 64 387 0 0 0 32 0 0 0 17 0 12 0 158970730 1750179840 41733 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23170/tid=23180] ppid=23168 vsize=1709160 CPUtime=0
/proc/23170/task/23180/stat : 23180 (java) S 23168 23170 23121 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 158970730 1750179840 41733 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23170/tid=23181] ppid=23168 vsize=1709160 CPUtime=0
/proc/23170/task/23181/stat : 23181 (java) S 23168 23170 23121 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 158970730 1750179840 41733 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 10.47
Current children cumulated vsize (Kb) 1709160

[startup+20.0099 s]
/proc/loadavg: 1.00 1.00 1.00 2/75 23181
/proc/meminfo: memFree=1427688/2055920 swapFree=4183012/4192956
[pid=23170] ppid=23168 vsize=1709096 CPUtime=20.52
/proc/23170/stat : 23170 (java) R 23168 23170 23121 0 -1 0 44290 0 1 0 2032 20 0 0 18 0 12 0 158970720 1750114304 39827 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071436257 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23170/statm: 427274 39827 1873 14 0 414021 0
[pid=23170/tid=23171] ppid=23168 vsize=1709096 CPUtime=0.09
/proc/23170/task/23171/stat : 23171 (java) S 23168 23170 23121 0 -1 64 1189 0 0 0 8 1 0 0 16 0 12 0 158970723 1750114304 39827 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23170/tid=23172] ppid=23168 vsize=1709096 CPUtime=0.07
/proc/23170/task/23172/stat : 23172 (java) S 23168 23170 23121 0 -1 64 1830 0 0 0 7 0 0 0 16 0 12 0 158970723 1750114304 39827 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23170/tid=23173] ppid=23168 vsize=1709096 CPUtime=0
/proc/23170/task/23173/stat : 23173 (java) S 23168 23170 23121 0 -1 64 35 0 0 0 0 0 0 0 16 0 12 0 158970726 1750114304 39827 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=23170/tid=23174] ppid=23168 vsize=1709096 CPUtime=0
/proc/23170/task/23174/stat : 23174 (java) S 23168 23170 23121 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 158970726 1750114304 39827 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23170/tid=23175] ppid=23168 vsize=1709096 CPUtime=0
/proc/23170/task/23175/stat : 23175 (java) S 23168 23170 23121 0 -1 64 5 0 0 0 0 0 0 0 15 0 12 0 158970726 1750114304 39827 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23170/tid=23176] ppid=23168 vsize=1709096 CPUtime=0
/proc/23170/task/23176/stat : 23176 (java) S 23168 23170 23121 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 158970730 1750114304 39827 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23170/tid=23177] ppid=23168 vsize=1709096 CPUtime=0
/proc/23170/task/23177/stat : 23177 (java) S 23168 23170 23121 0 -1 64 3 0 0 0 0 0 0 0 17 0 12 0 158970730 1750114304 39827 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23170/tid=23178] ppid=23168 vsize=1709096 CPUtime=0.29
/proc/23170/task/23178/stat : 23178 (java) S 23168 23170 23121 0 -1 64 519 0 0 0 29 0 0 0 16 0 12 0 158970730 1750114304 39827 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23170/tid=23179] ppid=23168 vsize=1709096 CPUtime=0.33
/proc/23170/task/23179/stat : 23179 (java) S 23168 23170 23121 0 -1 64 388 0 0 0 33 0 0 0 16 0 12 0 158970730 1750114304 39827 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23170/tid=23180] ppid=23168 vsize=1709096 CPUtime=0
/proc/23170/task/23180/stat : 23180 (java) S 23168 23170 23121 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 158970730 1750114304 39827 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23170/tid=23181] ppid=23168 vsize=1709096 CPUtime=0
/proc/23170/task/23181/stat : 23181 (java) S 23168 23170 23121 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 158970730 1750114304 39827 18446744073709551615 134512640 134570276 4294956464 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) 1709096

[startup+30.0171 s]
/proc/loadavg: 1.00 1.00 1.00 2/75 23181
/proc/meminfo: memFree=1427496/2055920 swapFree=4183012/4192956
[pid=23170] ppid=23168 vsize=1709096 CPUtime=30.54
/proc/23170/stat : 23170 (java) R 23168 23170 23121 0 -1 0 44786 0 1 0 3033 21 0 0 25 0 12 0 158970720 1750114304 39890 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071436275 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23170/statm: 427274 39890 1873 14 0 414021 0
[pid=23170/tid=23171] ppid=23168 vsize=1709096 CPUtime=0.13
/proc/23170/task/23171/stat : 23171 (java) S 23168 23170 23121 0 -1 64 1395 0 0 0 12 1 0 0 16 0 12 0 158970723 1750114304 39890 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23170/tid=23172] ppid=23168 vsize=1709096 CPUtime=0.12
/proc/23170/task/23172/stat : 23172 (java) S 23168 23170 23121 0 -1 64 2080 0 0 0 12 0 0 0 17 0 12 0 158970723 1750114304 39890 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23170/tid=23173] ppid=23168 vsize=1709096 CPUtime=0.01
/proc/23170/task/23173/stat : 23173 (java) S 23168 23170 23121 0 -1 64 35 0 0 0 0 1 0 0 16 0 12 0 158970726 1750114304 39890 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=23170/tid=23174] ppid=23168 vsize=1709096 CPUtime=0
/proc/23170/task/23174/stat : 23174 (java) S 23168 23170 23121 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 158970726 1750114304 39890 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23170/tid=23175] ppid=23168 vsize=1709096 CPUtime=0
/proc/23170/task/23175/stat : 23175 (java) S 23168 23170 23121 0 -1 64 5 0 0 0 0 0 0 0 15 0 12 0 158970726 1750114304 39890 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23170/tid=23176] ppid=23168 vsize=1709096 CPUtime=0
/proc/23170/task/23176/stat : 23176 (java) S 23168 23170 23121 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 158970730 1750114304 39890 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23170/tid=23177] ppid=23168 vsize=1709096 CPUtime=0
/proc/23170/task/23177/stat : 23177 (java) S 23168 23170 23121 0 -1 64 3 0 0 0 0 0 0 0 17 0 12 0 158970730 1750114304 39890 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23170/tid=23178] ppid=23168 vsize=1709096 CPUtime=0.29
/proc/23170/task/23178/stat : 23178 (java) S 23168 23170 23121 0 -1 64 519 0 0 0 29 0 0 0 16 0 12 0 158970730 1750114304 39890 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23170/tid=23179] ppid=23168 vsize=1709096 CPUtime=0.33
/proc/23170/task/23179/stat : 23179 (java) S 23168 23170 23121 0 -1 64 388 0 0 0 33 0 0 0 16 0 12 0 158970730 1750114304 39890 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23170/tid=23180] ppid=23168 vsize=1709096 CPUtime=0
/proc/23170/task/23180/stat : 23180 (java) S 23168 23170 23121 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 158970730 1750114304 39890 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23170/tid=23181] ppid=23168 vsize=1709096 CPUtime=0
/proc/23170/task/23181/stat : 23181 (java) S 23168 23170 23121 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 158970730 1750114304 39890 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 30.54
Current children cumulated vsize (Kb) 1709096

[startup+40.0242 s]
/proc/loadavg: 1.00 1.00 1.00 2/75 23181
/proc/meminfo: memFree=1425896/2055920 swapFree=4183012/4192956
[pid=23170] ppid=23168 vsize=1709096 CPUtime=40.58
/proc/23170/stat : 23170 (java) R 23168 23170 23121 0 -1 0 45419 0 1 0 4036 22 0 0 18 0 12 0 158970720 1750114304 40299 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4152709488 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23170/statm: 427274 40299 1873 14 0 414021 0
[pid=23170/tid=23171] ppid=23168 vsize=1709096 CPUtime=0.17
/proc/23170/task/23171/stat : 23171 (java) S 23168 23170 23121 0 -1 64 1738 0 0 0 16 1 0 0 16 0 12 0 158970723 1750114304 40299 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23170/tid=23172] ppid=23168 vsize=1709096 CPUtime=0.16
/proc/23170/task/23172/stat : 23172 (java) S 23168 23170 23121 0 -1 64 2327 0 0 0 16 0 0 0 16 0 12 0 158970723 1750114304 40299 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23170/tid=23173] ppid=23168 vsize=1709096 CPUtime=0.02
/proc/23170/task/23173/stat : 23173 (java) S 23168 23170 23121 0 -1 64 35 0 0 0 1 1 0 0 15 0 12 0 158970726 1750114304 40299 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=23170/tid=23174] ppid=23168 vsize=1709096 CPUtime=0
/proc/23170/task/23174/stat : 23174 (java) S 23168 23170 23121 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 158970726 1750114304 40299 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23170/tid=23175] ppid=23168 vsize=1709096 CPUtime=0
/proc/23170/task/23175/stat : 23175 (java) S 23168 23170 23121 0 -1 64 5 0 0 0 0 0 0 0 15 0 12 0 158970726 1750114304 40299 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23170/tid=23176] ppid=23168 vsize=1709096 CPUtime=0
/proc/23170/task/23176/stat : 23176 (java) S 23168 23170 23121 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 158970730 1750114304 40299 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23170/tid=23177] ppid=23168 vsize=1709096 CPUtime=0
/proc/23170/task/23177/stat : 23177 (java) S 23168 23170 23121 0 -1 64 3 0 0 0 0 0 0 0 17 0 12 0 158970730 1750114304 40299 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23170/tid=23178] ppid=23168 vsize=1709096 CPUtime=0.29
/proc/23170/task/23178/stat : 23178 (java) S 23168 23170 23121 0 -1 64 519 0 0 0 29 0 0 0 16 0 12 0 158970730 1750114304 40299 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23170/tid=23179] ppid=23168 vsize=1709096 CPUtime=0.33
/proc/23170/task/23179/stat : 23179 (java) S 23168 23170 23121 0 -1 64 388 0 0 0 33 0 0 0 16 0 12 0 158970730 1750114304 40299 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23170/tid=23180] ppid=23168 vsize=1709096 CPUtime=0
/proc/23170/task/23180/stat : 23180 (java) S 23168 23170 23121 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 158970730 1750114304 40299 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23170/tid=23181] ppid=23168 vsize=1709096 CPUtime=0
/proc/23170/task/23181/stat : 23181 (java) S 23168 23170 23121 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 158970730 1750114304 40299 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 40.58
Current children cumulated vsize (Kb) 1709096

[startup+50.0313 s]
/proc/loadavg: 1.00 1.00 1.00 2/75 23181
/proc/meminfo: memFree=1426088/2055920 swapFree=4183012/4192956
[pid=23170] ppid=23168 vsize=1709096 CPUtime=50.63
/proc/23170/stat : 23170 (java) R 23168 23170 23121 0 -1 0 45930 0 1 0 5040 23 0 0 25 0 12 0 158970720 1750114304 40244 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071342553 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23170/statm: 427274 40244 1873 14 0 414021 0
[pid=23170/tid=23171] ppid=23168 vsize=1709096 CPUtime=0.23
/proc/23170/task/23171/stat : 23171 (java) S 23168 23170 23121 0 -1 64 2039 0 0 0 22 1 0 0 16 0 12 0 158970723 1750114304 40244 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23170/tid=23172] ppid=23168 vsize=1709096 CPUtime=0.22
/proc/23170/task/23172/stat : 23172 (java) S 23168 23170 23121 0 -1 64 2493 0 0 0 22 0 0 0 15 0 12 0 158970723 1750114304 40244 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23170/tid=23173] ppid=23168 vsize=1709096 CPUtime=0.02
/proc/23170/task/23173/stat : 23173 (java) S 23168 23170 23121 0 -1 64 35 0 0 0 1 1 0 0 16 0 12 0 158970726 1750114304 40244 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=23170/tid=23174] ppid=23168 vsize=1709096 CPUtime=0
/proc/23170/task/23174/stat : 23174 (java) S 23168 23170 23121 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 158970726 1750114304 40244 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23170/tid=23175] ppid=23168 vsize=1709096 CPUtime=0
/proc/23170/task/23175/stat : 23175 (java) S 23168 23170 23121 0 -1 64 5 0 0 0 0 0 0 0 15 0 12 0 158970726 1750114304 40244 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23170/tid=23176] ppid=23168 vsize=1709096 CPUtime=0
/proc/23170/task/23176/stat : 23176 (java) S 23168 23170 23121 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 158970730 1750114304 40244 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23170/tid=23177] ppid=23168 vsize=1709096 CPUtime=0
/proc/23170/task/23177/stat : 23177 (java) S 23168 23170 23121 0 -1 64 3 0 0 0 0 0 0 0 17 0 12 0 158970730 1750114304 40244 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23170/tid=23178] ppid=23168 vsize=1709096 CPUtime=0.29
/proc/23170/task/23178/stat : 23178 (java) S 23168 23170 23121 0 -1 64 519 0 0 0 29 0 0 0 16 0 12 0 158970730 1750114304 40244 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23170/tid=23179] ppid=23168 vsize=1709096 CPUtime=0.33
/proc/23170/task/23179/stat : 23179 (java) S 23168 23170 23121 0 -1 64 388 0 0 0 33 0 0 0 16 0 12 0 158970730 1750114304 40244 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23170/tid=23180] ppid=23168 vsize=1709096 CPUtime=0
/proc/23170/task/23180/stat : 23180 (java) S 23168 23170 23121 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 158970730 1750114304 40244 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23170/tid=23181] ppid=23168 vsize=1709096 CPUtime=0
/proc/23170/task/23181/stat : 23181 (java) S 23168 23170 23121 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 158970730 1750114304 40244 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 50.63
Current children cumulated vsize (Kb) 1709096

[startup+60.0385 s]
/proc/loadavg: 1.00 1.00 1.00 2/75 23181
/proc/meminfo: memFree=1425192/2055920 swapFree=4183012/4192956
[pid=23170] ppid=23168 vsize=1709096 CPUtime=60.69
/proc/23170/stat : 23170 (java) R 23168 23170 23121 0 -1 0 46330 0 1 0 6045 24 0 0 21 0 12 0 158970720 1750114304 40528 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4152709496 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23170/statm: 427274 40528 1873 14 0 414021 0
[pid=23170/tid=23171] ppid=23168 vsize=1709096 CPUtime=0.29
/proc/23170/task/23171/stat : 23171 (java) S 23168 23170 23121 0 -1 64 2232 0 0 0 27 2 0 0 16 0 12 0 158970723 1750114304 40528 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23170/tid=23172] ppid=23168 vsize=1709096 CPUtime=0.29
/proc/23170/task/23172/stat : 23172 (java) S 23168 23170 23121 0 -1 64 2661 0 0 0 28 1 0 0 16 0 12 0 158970723 1750114304 40528 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23170/tid=23173] ppid=23168 vsize=1709096 CPUtime=0.03
/proc/23170/task/23173/stat : 23173 (java) S 23168 23170 23121 0 -1 64 35 0 0 0 1 2 0 0 16 0 12 0 158970726 1750114304 40528 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=23170/tid=23174] ppid=23168 vsize=1709096 CPUtime=0
/proc/23170/task/23174/stat : 23174 (java) S 23168 23170 23121 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 158970726 1750114304 40528 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23170/tid=23175] ppid=23168 vsize=1709096 CPUtime=0
/proc/23170/task/23175/stat : 23175 (java) S 23168 23170 23121 0 -1 64 5 0 0 0 0 0 0 0 15 0 12 0 158970726 1750114304 40528 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23170/tid=23176] ppid=23168 vsize=1709096 CPUtime=0
/proc/23170/task/23176/stat : 23176 (java) S 23168 23170 23121 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 158970730 1750114304 40528 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23170/tid=23177] ppid=23168 vsize=1709096 CPUtime=0
/proc/23170/task/23177/stat : 23177 (java) S 23168 23170 23121 0 -1 64 3 0 0 0 0 0 0 0 17 0 12 0 158970730 1750114304 40528 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23170/tid=23178] ppid=23168 vsize=1709096 CPUtime=0.29
/proc/23170/task/23178/stat : 23178 (java) S 23168 23170 23121 0 -1 64 519 0 0 0 29 0 0 0 16 0 12 0 158970730 1750114304 40528 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23170/tid=23179] ppid=23168 vsize=1709096 CPUtime=0.33
/proc/23170/task/23179/stat : 23179 (java) S 23168 23170 23121 0 -1 64 388 0 0 0 33 0 0 0 16 0 12 0 158970730 1750114304 40528 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23170/tid=23180] ppid=23168 vsize=1709096 CPUtime=0
/proc/23170/task/23180/stat : 23180 (java) S 23168 23170 23121 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 158970730 1750114304 40528 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23170/tid=23181] ppid=23168 vsize=1709096 CPUtime=0

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

/proc/23170/task/23174/stat : 23174 (java) S 23168 23170 23121 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 158970726 1758547968 59495 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23170/tid=23175] ppid=23168 vsize=1717332 CPUtime=0
/proc/23170/task/23175/stat : 23175 (java) S 23168 23170 23121 0 -1 64 5 0 0 0 0 0 0 0 15 0 13 0 158970726 1758547968 59495 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23170/tid=23176] ppid=23168 vsize=1717332 CPUtime=0
/proc/23170/task/23176/stat : 23176 (java) S 23168 23170 23121 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 158970730 1758547968 59495 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23170/tid=23177] ppid=23168 vsize=1717332 CPUtime=0
/proc/23170/task/23177/stat : 23177 (java) S 23168 23170 23121 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 158970730 1758547968 59495 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23170/tid=23178] ppid=23168 vsize=1717332 CPUtime=1.31
/proc/23170/task/23178/stat : 23178 (java) S 23168 23170 23121 0 -1 64 4593 0 0 0 130 1 0 0 16 0 13 0 158970730 1758547968 59495 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23170/tid=23179] ppid=23168 vsize=1717332 CPUtime=1.09
/proc/23170/task/23179/stat : 23179 (java) S 23168 23170 23121 0 -1 64 1084 0 0 0 109 0 0 0 16 0 13 0 158970730 1758547968 59495 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23170/tid=23180] ppid=23168 vsize=1717332 CPUtime=0
/proc/23170/task/23180/stat : 23180 (java) S 23168 23170 23121 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 158970730 1758547968 59495 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23170/tid=23181] ppid=23168 vsize=1717332 CPUtime=0
/proc/23170/task/23181/stat : 23181 (java) S 23168 23170 23121 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 158970730 1758547968 59495 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23170/tid=23182] ppid=23168 vsize=1717332 CPUtime=0
/proc/23170/task/23182/stat : 23182 (java) S 23168 23170 23121 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 158982637 1758547968 59495 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1796.91
Current children cumulated vsize (Kb) 1717332

[startup+1783.41 s]
/proc/loadavg: 1.00 1.00 1.00 2/76 23182
/proc/meminfo: memFree=1348256/2055920 swapFree=4183012/4192956
[pid=23170] ppid=23168 vsize=1717332 CPUtime=1797.92
/proc/23170/stat : 23170 (java) R 23168 23170 23121 0 -1 0 84294 0 1 0 179487 305 0 0 20 0 13 0 158970720 1758547968 59495 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071409682 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/23170/statm: 429333 59495 1906 14 0 416080 0
[pid=23170/tid=23171] ppid=23168 vsize=1717332 CPUtime=13.59
/proc/23170/task/23171/stat : 23171 (java) S 23168 23170 23121 0 -1 64 7189 0 0 0 1252 107 0 0 16 0 13 0 158970723 1758547968 59495 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23170/tid=23172] ppid=23168 vsize=1717332 CPUtime=13.67
/proc/23170/task/23172/stat : 23172 (java) S 23168 23170 23121 0 -1 64 8628 0 0 0 1254 113 0 0 16 0 13 0 158970723 1758547968 59495 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23170/tid=23173] ppid=23168 vsize=1717332 CPUtime=0.91
/proc/23170/task/23173/stat : 23173 (java) S 23168 23170 23121 0 -1 64 95 0 0 0 52 39 0 0 15 0 13 0 158970726 1758547968 59495 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=23170/tid=23174] ppid=23168 vsize=1717332 CPUtime=0
/proc/23170/task/23174/stat : 23174 (java) S 23168 23170 23121 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 158970726 1758547968 59495 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23170/tid=23175] ppid=23168 vsize=1717332 CPUtime=0
/proc/23170/task/23175/stat : 23175 (java) S 23168 23170 23121 0 -1 64 5 0 0 0 0 0 0 0 15 0 13 0 158970726 1758547968 59495 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23170/tid=23176] ppid=23168 vsize=1717332 CPUtime=0
/proc/23170/task/23176/stat : 23176 (java) S 23168 23170 23121 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 158970730 1758547968 59495 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23170/tid=23177] ppid=23168 vsize=1717332 CPUtime=0
/proc/23170/task/23177/stat : 23177 (java) S 23168 23170 23121 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 158970730 1758547968 59495 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23170/tid=23178] ppid=23168 vsize=1717332 CPUtime=1.31
/proc/23170/task/23178/stat : 23178 (java) S 23168 23170 23121 0 -1 64 4593 0 0 0 130 1 0 0 16 0 13 0 158970730 1758547968 59495 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23170/tid=23179] ppid=23168 vsize=1717332 CPUtime=1.09
/proc/23170/task/23179/stat : 23179 (java) S 23168 23170 23121 0 -1 64 1084 0 0 0 109 0 0 0 16 0 13 0 158970730 1758547968 59495 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23170/tid=23180] ppid=23168 vsize=1717332 CPUtime=0
/proc/23170/task/23180/stat : 23180 (java) S 23168 23170 23121 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 158970730 1758547968 59495 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23170/tid=23181] ppid=23168 vsize=1717332 CPUtime=0
/proc/23170/task/23181/stat : 23181 (java) S 23168 23170 23121 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 158970730 1758547968 59495 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23170/tid=23182] ppid=23168 vsize=1717332 CPUtime=0
/proc/23170/task/23182/stat : 23182 (java) S 23168 23170 23121 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 158982637 1758547968 59495 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1797.92
Current children cumulated vsize (Kb) 1717332

[startup+1784.42 s]
/proc/loadavg: 1.00 1.00 1.00 2/76 23182
/proc/meminfo: memFree=1348256/2055920 swapFree=4183012/4192956
[pid=23170] ppid=23168 vsize=1717332 CPUtime=1798.93
/proc/23170/stat : 23170 (java) R 23168 23170 23121 0 -1 0 84297 0 1 0 179588 305 0 0 23 0 13 0 158970720 1758547968 59495 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071495153 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/23170/statm: 429333 59495 1906 14 0 416080 0
[pid=23170/tid=23171] ppid=23168 vsize=1717332 CPUtime=13.6
/proc/23170/task/23171/stat : 23171 (java) S 23168 23170 23121 0 -1 64 7189 0 0 0 1253 107 0 0 16 0 13 0 158970723 1758547968 59495 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23170/tid=23172] ppid=23168 vsize=1717332 CPUtime=13.68
/proc/23170/task/23172/stat : 23172 (java) S 23168 23170 23121 0 -1 64 8628 0 0 0 1255 113 0 0 15 0 13 0 158970723 1758547968 59495 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23170/tid=23173] ppid=23168 vsize=1717332 CPUtime=0.91
/proc/23170/task/23173/stat : 23173 (java) S 23168 23170 23121 0 -1 64 95 0 0 0 52 39 0 0 16 0 13 0 158970726 1758547968 59495 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=23170/tid=23174] ppid=23168 vsize=1717332 CPUtime=0
/proc/23170/task/23174/stat : 23174 (java) S 23168 23170 23121 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 158970726 1758547968 59495 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23170/tid=23175] ppid=23168 vsize=1717332 CPUtime=0
/proc/23170/task/23175/stat : 23175 (java) S 23168 23170 23121 0 -1 64 5 0 0 0 0 0 0 0 15 0 13 0 158970726 1758547968 59495 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23170/tid=23176] ppid=23168 vsize=1717332 CPUtime=0
/proc/23170/task/23176/stat : 23176 (java) S 23168 23170 23121 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 158970730 1758547968 59495 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23170/tid=23177] ppid=23168 vsize=1717332 CPUtime=0
/proc/23170/task/23177/stat : 23177 (java) S 23168 23170 23121 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 158970730 1758547968 59495 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23170/tid=23178] ppid=23168 vsize=1717332 CPUtime=1.31
/proc/23170/task/23178/stat : 23178 (java) S 23168 23170 23121 0 -1 64 4593 0 0 0 130 1 0 0 16 0 13 0 158970730 1758547968 59495 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23170/tid=23179] ppid=23168 vsize=1717332 CPUtime=1.09
/proc/23170/task/23179/stat : 23179 (java) S 23168 23170 23121 0 -1 64 1084 0 0 0 109 0 0 0 16 0 13 0 158970730 1758547968 59495 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23170/tid=23180] ppid=23168 vsize=1717332 CPUtime=0
/proc/23170/task/23180/stat : 23180 (java) S 23168 23170 23121 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 158970730 1758547968 59495 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23170/tid=23181] ppid=23168 vsize=1717332 CPUtime=0
/proc/23170/task/23181/stat : 23181 (java) S 23168 23170 23121 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 158970730 1758547968 59495 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23170/tid=23182] ppid=23168 vsize=1717332 CPUtime=0
/proc/23170/task/23182/stat : 23182 (java) S 23168 23170 23121 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 158982637 1758547968 59495 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1798.93
Current children cumulated vsize (Kb) 1717332

[startup+1785.42 s]
/proc/loadavg: 1.00 1.00 1.00 2/76 23182
/proc/meminfo: memFree=1348256/2055920 swapFree=4183012/4192956
[pid=23170] ppid=23168 vsize=1717332 CPUtime=1799.95
/proc/23170/stat : 23170 (java) R 23168 23170 23121 0 -1 0 84300 0 1 0 179690 305 0 0 25 0 13 0 158970720 1758547968 59495 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071732722 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/23170/statm: 429333 59495 1906 14 0 416080 0
[pid=23170/tid=23171] ppid=23168 vsize=1717332 CPUtime=13.61
/proc/23170/task/23171/stat : 23171 (java) S 23168 23170 23121 0 -1 64 7189 0 0 0 1254 107 0 0 16 0 13 0 158970723 1758547968 59495 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23170/tid=23172] ppid=23168 vsize=1717332 CPUtime=13.69
/proc/23170/task/23172/stat : 23172 (java) S 23168 23170 23121 0 -1 64 8628 0 0 0 1256 113 0 0 15 0 13 0 158970723 1758547968 59495 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23170/tid=23173] ppid=23168 vsize=1717332 CPUtime=0.91
/proc/23170/task/23173/stat : 23173 (java) S 23168 23170 23121 0 -1 64 95 0 0 0 52 39 0 0 16 0 13 0 158970726 1758547968 59495 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=23170/tid=23174] ppid=23168 vsize=1717332 CPUtime=0
/proc/23170/task/23174/stat : 23174 (java) S 23168 23170 23121 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 158970726 1758547968 59495 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23170/tid=23175] ppid=23168 vsize=1717332 CPUtime=0
/proc/23170/task/23175/stat : 23175 (java) S 23168 23170 23121 0 -1 64 5 0 0 0 0 0 0 0 15 0 13 0 158970726 1758547968 59495 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23170/tid=23176] ppid=23168 vsize=1717332 CPUtime=0
/proc/23170/task/23176/stat : 23176 (java) S 23168 23170 23121 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 158970730 1758547968 59495 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23170/tid=23177] ppid=23168 vsize=1717332 CPUtime=0
/proc/23170/task/23177/stat : 23177 (java) S 23168 23170 23121 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 158970730 1758547968 59495 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23170/tid=23178] ppid=23168 vsize=1717332 CPUtime=1.31
/proc/23170/task/23178/stat : 23178 (java) S 23168 23170 23121 0 -1 64 4593 0 0 0 130 1 0 0 16 0 13 0 158970730 1758547968 59495 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23170/tid=23179] ppid=23168 vsize=1717332 CPUtime=1.09
/proc/23170/task/23179/stat : 23179 (java) S 23168 23170 23121 0 -1 64 1084 0 0 0 109 0 0 0 16 0 13 0 158970730 1758547968 59495 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23170/tid=23180] ppid=23168 vsize=1717332 CPUtime=0
/proc/23170/task/23180/stat : 23180 (java) S 23168 23170 23121 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 158970730 1758547968 59495 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23170/tid=23181] ppid=23168 vsize=1717332 CPUtime=0
/proc/23170/task/23181/stat : 23181 (java) S 23168 23170 23121 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 158970730 1758547968 59495 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23170/tid=23182] ppid=23168 vsize=1717332 CPUtime=0
/proc/23170/task/23182/stat : 23182 (java) S 23168 23170 23121 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 158982637 1758547968 59495 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1799.95
Current children cumulated vsize (Kb) 1717332

[startup+1786.43 s]
/proc/loadavg: 1.00 1.00 1.00 2/76 23182
/proc/meminfo: memFree=1348256/2055920 swapFree=4183012/4192956
[pid=23170] ppid=23168 vsize=1717332 CPUtime=1800.96
/proc/23170/stat : 23170 (java) R 23168 23170 23121 0 -1 0 84303 0 1 0 179791 305 0 0 17 0 13 0 158970720 1758547968 59495 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071495463 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/23170/statm: 429333 59495 1906 14 0 416080 0
[pid=23170/tid=23171] ppid=23168 vsize=1717332 CPUtime=13.61
/proc/23170/task/23171/stat : 23171 (java) S 23168 23170 23121 0 -1 64 7189 0 0 0 1254 107 0 0 16 0 13 0 158970723 1758547968 59495 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23170/tid=23172] ppid=23168 vsize=1717332 CPUtime=13.7
/proc/23170/task/23172/stat : 23172 (java) S 23168 23170 23121 0 -1 64 8628 0 0 0 1257 113 0 0 15 0 13 0 158970723 1758547968 59495 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23170/tid=23173] ppid=23168 vsize=1717332 CPUtime=0.91
/proc/23170/task/23173/stat : 23173 (java) S 23168 23170 23121 0 -1 64 95 0 0 0 52 39 0 0 16 0 13 0 158970726 1758547968 59495 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=23170/tid=23174] ppid=23168 vsize=1717332 CPUtime=0
/proc/23170/task/23174/stat : 23174 (java) S 23168 23170 23121 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 158970726 1758547968 59495 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23170/tid=23175] ppid=23168 vsize=1717332 CPUtime=0
/proc/23170/task/23175/stat : 23175 (java) S 23168 23170 23121 0 -1 64 5 0 0 0 0 0 0 0 15 0 13 0 158970726 1758547968 59495 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23170/tid=23176] ppid=23168 vsize=1717332 CPUtime=0
/proc/23170/task/23176/stat : 23176 (java) S 23168 23170 23121 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 158970730 1758547968 59495 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23170/tid=23177] ppid=23168 vsize=1717332 CPUtime=0
/proc/23170/task/23177/stat : 23177 (java) S 23168 23170 23121 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 158970730 1758547968 59495 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23170/tid=23178] ppid=23168 vsize=1717332 CPUtime=1.31
/proc/23170/task/23178/stat : 23178 (java) S 23168 23170 23121 0 -1 64 4593 0 0 0 130 1 0 0 16 0 13 0 158970730 1758547968 59495 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23170/tid=23179] ppid=23168 vsize=1717332 CPUtime=1.09
/proc/23170/task/23179/stat : 23179 (java) S 23168 23170 23121 0 -1 64 1084 0 0 0 109 0 0 0 16 0 13 0 158970730 1758547968 59495 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23170/tid=23180] ppid=23168 vsize=1717332 CPUtime=0
/proc/23170/task/23180/stat : 23180 (java) S 23168 23170 23121 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 158970730 1758547968 59495 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23170/tid=23181] ppid=23168 vsize=1717332 CPUtime=0
/proc/23170/task/23181/stat : 23181 (java) S 23168 23170 23121 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 158970730 1758547968 59495 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23170/tid=23182] ppid=23168 vsize=1717332 CPUtime=0
/proc/23170/task/23182/stat : 23182 (java) S 23168 23170 23121 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 158982637 1758547968 59495 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.96
Current children cumulated vsize (Kb) 1717332



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1786.43 s]
/proc/loadavg: 1.00 1.00 1.00 2/76 23182
/proc/meminfo: memFree=1348256/2055920 swapFree=4183012/4192956
[pid=23170] ppid=23168 vsize=1717332 CPUtime=1800.96
/proc/23170/stat : 23170 (java) R 23168 23170 23121 0 -1 0 84303 0 1 0 179791 305 0 0 17 0 13 0 158970720 1758547968 59495 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071409539 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/23170/statm: 429333 59495 1906 14 0 416080 0
[pid=23170/tid=23171] ppid=23168 vsize=1717332 CPUtime=13.61
/proc/23170/task/23171/stat : 23171 (java) S 23168 23170 23121 0 -1 64 7189 0 0 0 1254 107 0 0 16 0 13 0 158970723 1758547968 59495 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23170/tid=23172] ppid=23168 vsize=1717332 CPUtime=13.7
/proc/23170/task/23172/stat : 23172 (java) S 23168 23170 23121 0 -1 64 8628 0 0 0 1257 113 0 0 15 0 13 0 158970723 1758547968 59495 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23170/tid=23173] ppid=23168 vsize=1717332 CPUtime=0.91
/proc/23170/task/23173/stat : 23173 (java) S 23168 23170 23121 0 -1 64 95 0 0 0 52 39 0 0 16 0 13 0 158970726 1758547968 59495 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=23170/tid=23174] ppid=23168 vsize=1717332 CPUtime=0
/proc/23170/task/23174/stat : 23174 (java) S 23168 23170 23121 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 158970726 1758547968 59495 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23170/tid=23175] ppid=23168 vsize=1717332 CPUtime=0
/proc/23170/task/23175/stat : 23175 (java) S 23168 23170 23121 0 -1 64 5 0 0 0 0 0 0 0 15 0 13 0 158970726 1758547968 59495 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23170/tid=23176] ppid=23168 vsize=1717332 CPUtime=0
/proc/23170/task/23176/stat : 23176 (java) S 23168 23170 23121 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 158970730 1758547968 59495 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23170/tid=23177] ppid=23168 vsize=1717332 CPUtime=0
/proc/23170/task/23177/stat : 23177 (java) S 23168 23170 23121 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 158970730 1758547968 59495 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23170/tid=23178] ppid=23168 vsize=1717332 CPUtime=1.31
/proc/23170/task/23178/stat : 23178 (java) S 23168 23170 23121 0 -1 64 4593 0 0 0 130 1 0 0 16 0 13 0 158970730 1758547968 59495 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23170/tid=23179] ppid=23168 vsize=1717332 CPUtime=1.09
/proc/23170/task/23179/stat : 23179 (java) S 23168 23170 23121 0 -1 64 1084 0 0 0 109 0 0 0 16 0 13 0 158970730 1758547968 59495 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23170/tid=23180] ppid=23168 vsize=1717332 CPUtime=0
/proc/23170/task/23180/stat : 23180 (java) S 23168 23170 23121 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 158970730 1758547968 59495 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23170/tid=23181] ppid=23168 vsize=1717332 CPUtime=0
/proc/23170/task/23181/stat : 23181 (java) S 23168 23170 23121 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 158970730 1758547968 59495 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23170/tid=23182] ppid=23168 vsize=1717332 CPUtime=0
/proc/23170/task/23182/stat : 23182 (java) S 23168 23170 23121 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 158982637 1758547968 59495 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.96
Current children cumulated vsize (Kb) 1717332

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

Child status: 143
Real time (s): 1786.51
CPU time (s): 1801.05
CPU user time (s): 1797.95
CPU system time (s): 3.09853
CPU usage (%): 100.814
Max. virtual memory (cumulated for all children) (Kb): 1717332
The end

Launcher Data (download as text)

Begin job on node9 on Fri Jul 28 21:11:36 UTC 2006


FILE ID= 50983-1154121095

PBS_JOBID= 886979

BENCH NAME= HOME/pub/bench/PB06/final/normalized-PB06/OPT-BIGINT/submitted-PB06/roussel/factor/normalized-factor-sizeN=300-sizeP=151-sizeQ=300-692949159-max.opb
COMMAND LINE= java -server -Xms1500M -Xmx1500M -jar ROOT/solvers/PB/PB06final/user5/sat4jPseudoPlus.jar ROOT/tmp/node9/50983-1154121095/instance-50983-1154121095.opb 522735869
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node9/watcher-50983-1154121095 -o ROOT/results/node9/solver-50983-1154121095 -C 1800 -M 1800 -S 64  java -server -Xms1500M -Xmx1500M -jar ROOT/solvers/PB/PB06final/user5/sat4jPseudoPlus.jar ROOT/tmp/node9/50983-1154121095/instance-50983-1154121095.opb 522735869

MD5SUM SOLVER= e9637a7554f3ecdf74c1815f89d00213
MD5SUM BENCH=  7e6b5d1bb2d5498810142d4e4cc2c6f4

RANDOM SEED= 522735869

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.223
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.223
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:       1579992 kB
Buffers:         34228 kB
Cached:         366956 kB
SwapCached:       3620 kB
Active:          43564 kB
Inactive:       366096 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1579992 kB
SwapTotal:     4192956 kB
SwapFree:      4183012 kB
Dirty:             188 kB
Writeback:           0 kB
Mapped:          14496 kB
Slab:            52312 kB
Committed_AS:   707236 kB
PageTables:       1420 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB


End job on node9 on Fri Jul 28 21:41:22 UTC 2006