Trace number 48787

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.2UNSAT 437.019 433.725

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/roussel/
factor/normalized-factor-size=9-P=29-Q=521.opb
MD5SUMca3ddae2508c16876757050f64024907
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.023995
Has Objective FunctionYES
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables99
Total number of constraints244
Number of constraints which are clauses243
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 constraint81
Number of terms in the objective function 9
Biggest coefficient in the objective function 256
Number of bits for the biggest coefficient in the objective function 9
Sum of the numbers in the objective function 511
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 65536
Number of bits of the biggest number in a constraint 17
Biggest sum of numbers in a constraint 276230
Number of bits of the biggest sum of numbers19
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.32	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.32	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.33	c no version file found!!!
0.33	c sun.arch.data.model	32
0.33	c java.version	1.5.0_06
0.33	c os.name	Linux
0.33	c os.version	2.6.9-22.EL.rootsmp
0.33	c os.arch	i386
0.33	c Free memory 1548419056
0.33	c Max memory 1551040512
0.33	c Total memory 1551040512
0.33	c Number of processors 2
0.39	c Cutting planes based inference
0.39	c --- Begin Solver configuration ---
0.39	c org.sat4j.minisat.uip.FirstUIP@1037c71
0.39	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@1df073d
0.39	c org.sat4j.minisat.learning.MiniSATLearning@1546e25
0.39	c conflictBoundIncFactor=1.5 learntBoundIncFactor=1.1 initLearntBoundConstraintFactor=10000.0 initConflictBound=100 
0.39	c VSIDS like heuristics from MiniSAT using a heap
0.39	c No reason simplification
0.39	c --- End Solver configuration ---
0.39	c solving ROOT/tmp/node75/48787-1149839568/instance-48787-1149839568.opb
0.39	c reading problem ... 
0.49	c ... done. Time 0.096 ms.
0.49	c #vars     99
0.49	c #constraints  245
433.65	c starts		: 11
433.65	c conflicts		: 14593
433.65	c decisions		: 16221
433.65	c propagations		: 261124
433.65	c inspects		: 162563485
433.65	c learnt literals	: 0
433.65	c learnt binary clauses	: 0
433.65	c learnt ternary clauses	: 0
433.65	c learnt clauses	: 14592
433.65	c root simplifications	: 0
433.65	c removed literals (reason simplification)	: 0
433.65	c reason swapping (by a shorter reason)	: 0
433.65	c Calls to reduceDB	: 0
433.65	c speed (decisions/second)	: 37.44796969256235
433.65	c non guided choices	26
433.65	s UNSATISFIABLE
433.65	c Total wall clock time (ms): 433.259

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.1 (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/node75/watcher-48787-1149839568 -o ROOT/results/node75/solver-48787-1149839568 -C 1800 -M 1800 -S 64 java -server -Xms1500M -Xmx1500M -jar ROOT/solvers/PB/PB06final/user5/sat4jPseudoPlus.jar ROOT/tmp/node75/48787-1149839568/instance-48787-1149839568.opb 401846451 

Current StackSize limit: 67108864 bytes

/proc/loadavg: 0.05 0.02 0.00 3/64 6277
/proc/meminfo: memFree=1396392/2055920 swapFree=4182500/4192956
[pid=6277] ppid=6275 vsize=1500 CPUtime=0
/proc/6277/stat : 6277 (java) R 6275 6277 6231 0 -1 0 87 0 0 0 0 0 0 0 19 0 1 0 249620172 1536000 69 18446744073709551615 134512640 134570276 4294956624 18446744073709551615 6705760 0 0 4096 0 0 0 0 17 1 0 0
/proc/6277/statm: 375 69 54 14 0 8 0

[startup+10.0032 s]
/proc/loadavg: 0.20 0.06 0.01 2/76 6289
/proc/meminfo: memFree=1208464/2055920 swapFree=4182500/4192956
[pid=6277] ppid=6275 vsize=1715820 CPUtime=11.03
/proc/6277/stat : 6277 (java) R 6275 6277 6231 0 -1 0 52899 0 1 0 1080 23 0 0 25 0 13 0 249620172 1756999680 48804 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071385567 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/6277/statm: 428955 48804 1903 14 0 415702 0
[pid=6277/tid=6278] ppid=6275 vsize=1715820 CPUtime=0.14
/proc/6277/task/6278/stat : 6278 (java) S 6275 6277 6231 0 -1 64 4287 0 0 0 12 2 0 0 16 0 13 0 249620186 1756999680 48804 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6277/tid=6279] ppid=6275 vsize=1715820 CPUtime=0.14
/proc/6277/task/6279/stat : 6279 (java) S 6275 6277 6231 0 -1 64 4326 0 0 0 12 2 0 0 16 0 13 0 249620186 1756999680 48804 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6277/tid=6280] ppid=6275 vsize=1715820 CPUtime=0
/proc/6277/task/6280/stat : 6280 (java) S 6275 6277 6231 0 -1 64 31 0 0 0 0 0 0 0 17 0 13 0 249620189 1756999680 48804 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=6277/tid=6281] ppid=6275 vsize=1715820 CPUtime=0
/proc/6277/task/6281/stat : 6281 (java) S 6275 6277 6231 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 249620190 1756999680 48804 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6277/tid=6282] ppid=6275 vsize=1715820 CPUtime=0
/proc/6277/task/6282/stat : 6282 (java) S 6275 6277 6231 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 249620190 1756999680 48804 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6277/tid=6283] ppid=6275 vsize=1715820 CPUtime=0
/proc/6277/task/6283/stat : 6283 (java) S 6275 6277 6231 0 -1 64 0 0 0 0 0 0 0 0 19 0 13 0 249620200 1756999680 48804 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6277/tid=6284] ppid=6275 vsize=1715820 CPUtime=0
/proc/6277/task/6284/stat : 6284 (java) S 6275 6277 6231 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 249620200 1756999680 48804 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6277/tid=6285] ppid=6275 vsize=1715820 CPUtime=0.9
/proc/6277/task/6285/stat : 6285 (java) S 6275 6277 6231 0 -1 64 3745 0 0 0 88 2 0 0 16 0 13 0 249620200 1756999680 48804 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6277/tid=6286] ppid=6275 vsize=1715820 CPUtime=0.74
/proc/6277/task/6286/stat : 6286 (java) S 6275 6277 6231 0 -1 64 895 0 0 0 74 0 0 0 16 0 13 0 249620200 1756999680 48804 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6277/tid=6287] ppid=6275 vsize=1715820 CPUtime=0
/proc/6277/task/6287/stat : 6287 (java) S 6275 6277 6231 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 249620200 1756999680 48804 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6277/tid=6288] ppid=6275 vsize=1715820 CPUtime=0
/proc/6277/task/6288/stat : 6288 (java) S 6275 6277 6231 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 249620200 1756999680 48804 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6277/tid=6289] ppid=6275 vsize=1715820 CPUtime=0
/proc/6277/task/6289/stat : 6289 (java) S 6275 6277 6231 0 -1 64 4 0 0 0 0 0 0 0 24 0 13 0 249620222 1756999680 48804 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 11.03
Current children cumulated vsize (Kb) 1715820

[startup+20.0172 s]
/proc/loadavg: 0.32 0.09 0.02 2/76 6289
/proc/meminfo: memFree=1202448/2055920 swapFree=4182500/4192956
[pid=6277] ppid=6275 vsize=1715820 CPUtime=21.1
/proc/6277/stat : 6277 (java) R 6275 6277 6231 0 -1 0 55369 0 1 0 2085 25 0 0 25 0 13 0 249620172 1756999680 50260 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071406014 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/6277/statm: 428955 50260 1904 14 0 415702 0
[pid=6277/tid=6278] ppid=6275 vsize=1715820 CPUtime=0.19
/proc/6277/task/6278/stat : 6278 (java) S 6275 6277 6231 0 -1 64 5439 0 0 0 17 2 0 0 16 0 13 0 249620186 1756999680 50260 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6277/tid=6279] ppid=6275 vsize=1715820 CPUtime=0.19
/proc/6277/task/6279/stat : 6279 (java) S 6275 6277 6231 0 -1 64 5632 0 0 0 17 2 0 0 16 0 13 0 249620186 1756999680 50260 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6277/tid=6280] ppid=6275 vsize=1715820 CPUtime=0
/proc/6277/task/6280/stat : 6280 (java) S 6275 6277 6231 0 -1 64 31 0 0 0 0 0 0 0 15 0 13 0 249620189 1756999680 50260 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=6277/tid=6281] ppid=6275 vsize=1715820 CPUtime=0
/proc/6277/task/6281/stat : 6281 (java) S 6275 6277 6231 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 249620190 1756999680 50260 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6277/tid=6282] ppid=6275 vsize=1715820 CPUtime=0
/proc/6277/task/6282/stat : 6282 (java) S 6275 6277 6231 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 249620190 1756999680 50260 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6277/tid=6283] ppid=6275 vsize=1715820 CPUtime=0
/proc/6277/task/6283/stat : 6283 (java) S 6275 6277 6231 0 -1 64 0 0 0 0 0 0 0 0 19 0 13 0 249620200 1756999680 50260 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6277/tid=6284] ppid=6275 vsize=1715820 CPUtime=0
/proc/6277/task/6284/stat : 6284 (java) S 6275 6277 6231 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 249620200 1756999680 50260 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6277/tid=6285] ppid=6275 vsize=1715820 CPUtime=0.9
/proc/6277/task/6285/stat : 6285 (java) S 6275 6277 6231 0 -1 64 3745 0 0 0 88 2 0 0 17 0 13 0 249620200 1756999680 50260 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6277/tid=6286] ppid=6275 vsize=1715820 CPUtime=0.74
/proc/6277/task/6286/stat : 6286 (java) S 6275 6277 6231 0 -1 64 895 0 0 0 74 0 0 0 17 0 13 0 249620200 1756999680 50260 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6277/tid=6287] ppid=6275 vsize=1715820 CPUtime=0
/proc/6277/task/6287/stat : 6287 (java) S 6275 6277 6231 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 249620200 1756999680 50260 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6277/tid=6288] ppid=6275 vsize=1715820 CPUtime=0
/proc/6277/task/6288/stat : 6288 (java) S 6275 6277 6231 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 249620200 1756999680 50260 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6277/tid=6289] ppid=6275 vsize=1715820 CPUtime=0
/proc/6277/task/6289/stat : 6289 (java) S 6275 6277 6231 0 -1 64 4 0 0 0 0 0 0 0 24 0 13 0 249620222 1756999680 50260 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 21.1
Current children cumulated vsize (Kb) 1715820

[startup+30.0342 s]
/proc/loadavg: 0.42 0.12 0.03 2/76 6289
/proc/meminfo: memFree=1203984/2055920 swapFree=4182500/4192956
[pid=6277] ppid=6275 vsize=1715820 CPUtime=31.14
/proc/6277/stat : 6277 (java) R 6275 6277 6231 0 -1 0 56675 0 1 0 3089 25 0 0 25 0 13 0 249620172 1756999680 49878 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071364329 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/6277/statm: 428955 49878 1904 14 0 415702 0
[pid=6277/tid=6278] ppid=6275 vsize=1715820 CPUtime=0.24
/proc/6277/task/6278/stat : 6278 (java) S 6275 6277 6231 0 -1 64 6252 0 0 0 21 3 0 0 16 0 13 0 249620186 1756999680 49878 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6277/tid=6279] ppid=6275 vsize=1715820 CPUtime=0.23
/proc/6277/task/6279/stat : 6279 (java) S 6275 6277 6231 0 -1 64 6116 0 0 0 21 2 0 0 17 0 13 0 249620186 1756999680 49878 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6277/tid=6280] ppid=6275 vsize=1715820 CPUtime=0
/proc/6277/task/6280/stat : 6280 (java) S 6275 6277 6231 0 -1 64 31 0 0 0 0 0 0 0 17 0 13 0 249620189 1756999680 49878 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=6277/tid=6281] ppid=6275 vsize=1715820 CPUtime=0
/proc/6277/task/6281/stat : 6281 (java) S 6275 6277 6231 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 249620190 1756999680 49878 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6277/tid=6282] ppid=6275 vsize=1715820 CPUtime=0
/proc/6277/task/6282/stat : 6282 (java) S 6275 6277 6231 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 249620190 1756999680 49878 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6277/tid=6283] ppid=6275 vsize=1715820 CPUtime=0
/proc/6277/task/6283/stat : 6283 (java) S 6275 6277 6231 0 -1 64 0 0 0 0 0 0 0 0 19 0 13 0 249620200 1756999680 49878 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6277/tid=6284] ppid=6275 vsize=1715820 CPUtime=0
/proc/6277/task/6284/stat : 6284 (java) S 6275 6277 6231 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 249620200 1756999680 49878 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6277/tid=6285] ppid=6275 vsize=1715820 CPUtime=0.9
/proc/6277/task/6285/stat : 6285 (java) S 6275 6277 6231 0 -1 64 3745 0 0 0 88 2 0 0 17 0 13 0 249620200 1756999680 49878 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6277/tid=6286] ppid=6275 vsize=1715820 CPUtime=0.75
/proc/6277/task/6286/stat : 6286 (java) S 6275 6277 6231 0 -1 64 895 0 0 0 75 0 0 0 17 0 13 0 249620200 1756999680 49878 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6277/tid=6287] ppid=6275 vsize=1715820 CPUtime=0
/proc/6277/task/6287/stat : 6287 (java) S 6275 6277 6231 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 249620200 1756999680 49878 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6277/tid=6288] ppid=6275 vsize=1715820 CPUtime=0
/proc/6277/task/6288/stat : 6288 (java) S 6275 6277 6231 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 249620200 1756999680 49878 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6277/tid=6289] ppid=6275 vsize=1715820 CPUtime=0
/proc/6277/task/6289/stat : 6289 (java) S 6275 6277 6231 0 -1 64 4 0 0 0 0 0 0 0 24 0 13 0 249620222 1756999680 49878 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 31.14
Current children cumulated vsize (Kb) 1715820

[startup+40.0412 s]
/proc/loadavg: 0.51 0.15 0.04 2/76 6289
/proc/meminfo: memFree=1208592/2055920 swapFree=4182500/4192956
[pid=6277] ppid=6275 vsize=1715820 CPUtime=41.18
/proc/6277/stat : 6277 (java) R 6275 6277 6231 0 -1 0 57632 0 1 0 4092 26 0 0 16 0 13 0 249620172 1756999680 48723 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071406014 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/6277/statm: 428955 48723 1904 14 0 415702 0
[pid=6277/tid=6278] ppid=6275 vsize=1715820 CPUtime=0.28
/proc/6277/task/6278/stat : 6278 (java) S 6275 6277 6231 0 -1 64 6895 0 0 0 25 3 0 0 16 0 13 0 249620186 1756999680 48723 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6277/tid=6279] ppid=6275 vsize=1715820 CPUtime=0.27
/proc/6277/task/6279/stat : 6279 (java) S 6275 6277 6231 0 -1 64 6421 0 0 0 24 3 0 0 17 0 13 0 249620186 1756999680 48723 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6277/tid=6280] ppid=6275 vsize=1715820 CPUtime=0
/proc/6277/task/6280/stat : 6280 (java) S 6275 6277 6231 0 -1 64 31 0 0 0 0 0 0 0 15 0 13 0 249620189 1756999680 48723 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=6277/tid=6281] ppid=6275 vsize=1715820 CPUtime=0
/proc/6277/task/6281/stat : 6281 (java) S 6275 6277 6231 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 249620190 1756999680 48723 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6277/tid=6282] ppid=6275 vsize=1715820 CPUtime=0
/proc/6277/task/6282/stat : 6282 (java) S 6275 6277 6231 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 249620190 1756999680 48723 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6277/tid=6283] ppid=6275 vsize=1715820 CPUtime=0
/proc/6277/task/6283/stat : 6283 (java) S 6275 6277 6231 0 -1 64 0 0 0 0 0 0 0 0 19 0 13 0 249620200 1756999680 48723 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6277/tid=6284] ppid=6275 vsize=1715820 CPUtime=0
/proc/6277/task/6284/stat : 6284 (java) S 6275 6277 6231 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 249620200 1756999680 48723 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6277/tid=6285] ppid=6275 vsize=1715820 CPUtime=0.9
/proc/6277/task/6285/stat : 6285 (java) S 6275 6277 6231 0 -1 64 3746 0 0 0 88 2 0 0 16 0 13 0 249620200 1756999680 48723 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6277/tid=6286] ppid=6275 vsize=1715820 CPUtime=0.75
/proc/6277/task/6286/stat : 6286 (java) S 6275 6277 6231 0 -1 64 895 0 0 0 75 0 0 0 17 0 13 0 249620200 1756999680 48723 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6277/tid=6287] ppid=6275 vsize=1715820 CPUtime=0
/proc/6277/task/6287/stat : 6287 (java) S 6275 6277 6231 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 249620200 1756999680 48723 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6277/tid=6288] ppid=6275 vsize=1715820 CPUtime=0
/proc/6277/task/6288/stat : 6288 (java) S 6275 6277 6231 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 249620200 1756999680 48723 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6277/tid=6289] ppid=6275 vsize=1715820 CPUtime=0
/proc/6277/task/6289/stat : 6289 (java) S 6275 6277 6231 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 249620222 1756999680 48723 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 41.18
Current children cumulated vsize (Kb) 1715820

[startup+50.0492 s]
/proc/loadavg: 0.59 0.17 0.05 2/76 6289
/proc/meminfo: memFree=1211728/2055920 swapFree=4182500/4192956
[pid=6277] ppid=6275 vsize=1715820 CPUtime=51.22
/proc/6277/stat : 6277 (java) R 6275 6277 6231 0 -1 0 58421 0 1 0 5095 27 0 0 25 0 13 0 249620172 1756999680 47950 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071408188 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/6277/statm: 428955 47950 1904 14 0 415702 0
[pid=6277/tid=6278] ppid=6275 vsize=1715820 CPUtime=0.31
/proc/6277/task/6278/stat : 6278 (java) S 6275 6277 6231 0 -1 64 7385 0 0 0 28 3 0 0 16 0 13 0 249620186 1756999680 47950 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6277/tid=6279] ppid=6275 vsize=1715820 CPUtime=0.3
/proc/6277/task/6279/stat : 6279 (java) S 6275 6277 6231 0 -1 64 6712 0 0 0 27 3 0 0 17 0 13 0 249620186 1756999680 47950 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6277/tid=6280] ppid=6275 vsize=1715820 CPUtime=0
/proc/6277/task/6280/stat : 6280 (java) S 6275 6277 6231 0 -1 64 31 0 0 0 0 0 0 0 17 0 13 0 249620189 1756999680 47950 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=6277/tid=6281] ppid=6275 vsize=1715820 CPUtime=0
/proc/6277/task/6281/stat : 6281 (java) S 6275 6277 6231 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 249620190 1756999680 47950 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6277/tid=6282] ppid=6275 vsize=1715820 CPUtime=0
/proc/6277/task/6282/stat : 6282 (java) S 6275 6277 6231 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 249620190 1756999680 47950 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6277/tid=6283] ppid=6275 vsize=1715820 CPUtime=0
/proc/6277/task/6283/stat : 6283 (java) S 6275 6277 6231 0 -1 64 0 0 0 0 0 0 0 0 19 0 13 0 249620200 1756999680 47950 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6277/tid=6284] ppid=6275 vsize=1715820 CPUtime=0
/proc/6277/task/6284/stat : 6284 (java) S 6275 6277 6231 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 249620200 1756999680 47950 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6277/tid=6285] ppid=6275 vsize=1715820 CPUtime=0.9
/proc/6277/task/6285/stat : 6285 (java) S 6275 6277 6231 0 -1 64 3746 0 0 0 88 2 0 0 16 0 13 0 249620200 1756999680 47950 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6277/tid=6286] ppid=6275 vsize=1715820 CPUtime=0.75
/proc/6277/task/6286/stat : 6286 (java) S 6275 6277 6231 0 -1 64 895 0 0 0 75 0 0 0 17 0 13 0 249620200 1756999680 47950 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6277/tid=6287] ppid=6275 vsize=1715820 CPUtime=0
/proc/6277/task/6287/stat : 6287 (java) S 6275 6277 6231 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 249620200 1756999680 47950 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6277/tid=6288] ppid=6275 vsize=1715820 CPUtime=0
/proc/6277/task/6288/stat : 6288 (java) S 6275 6277 6231 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 249620200 1756999680 47950 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6277/tid=6289] ppid=6275 vsize=1715820 CPUtime=0
/proc/6277/task/6289/stat : 6289 (java) S 6275 6277 6231 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 249620222 1756999680 47950 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 51.22
Current children cumulated vsize (Kb) 1715820

[startup+60.0562 s]
/proc/loadavg: 0.65 0.20 0.06 2/76 6289
/proc/meminfo: memFree=1214096/2055920 swapFree=4182500/4192956
[pid=6277] ppid=6275 vsize=1715820 CPUtime=61.25
/proc/6277/stat : 6277 (java) R 6275 6277 6231 0 -1 0 59123 0 1 0 6098 27 0 0 25 0 13 0 249620172 1756999680 47348 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071552159 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/6277/statm: 428955 47348 1904 14 0 415702 0
[pid=6277/tid=6278] ppid=6275 vsize=1715820 CPUtime=0.34
/proc/6277/task/6278/stat : 6278 (java) S 6275 6277 6231 0 -1 64 7680 0 0 0 31 3 0 0 17 0 13 0 249620186 1756999680 47348 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6277/tid=6279] ppid=6275 vsize=1715820 CPUtime=0.34
/proc/6277/task/6279/stat : 6279 (java) S 6275 6277 6231 0 -1 64 7111 0 0 0 31 3 0 0 16 0 13 0 249620186 1756999680 47348 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6277/tid=6280] ppid=6275 vsize=1715820 CPUtime=0
/proc/6277/task/6280/stat : 6280 (java) S 6275 6277 6231 0 -1 64 31 0 0 0 0 0 0 0 16 0 13 0 249620189 1756999680 47348 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=6277/tid=6281] ppid=6275 vsize=1715820 CPUtime=0
/proc/6277/task/6281/stat : 6281 (java) S 6275 6277 6231 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 249620190 1756999680 47348 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6277/tid=6282] ppid=6275 vsize=1715820 CPUtime=0
/proc/6277/task/6282/stat : 6282 (java) S 6275 6277 6231 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 249620190 1756999680 47348 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6277/tid=6283] ppid=6275 vsize=1715820 CPUtime=0

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

[pid=6277/tid=6278] ppid=6275 vsize=1715820 CPUtime=2.26
/proc/6277/task/6278/stat : 6278 (java) S 6275 6277 6231 0 -1 64 15115 0 0 0 219 7 0 0 16 0 13 0 249620186 1756999680 45735 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6277/tid=6279] ppid=6275 vsize=1715820 CPUtime=2.25
/proc/6277/task/6279/stat : 6279 (java) S 6275 6277 6231 0 -1 64 14325 0 0 0 219 6 0 0 16 0 13 0 249620186 1756999680 45735 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6277/tid=6280] ppid=6275 vsize=1715820 CPUtime=0.08
/proc/6277/task/6280/stat : 6280 (java) S 6275 6277 6231 0 -1 64 38 0 0 0 4 4 0 0 16 0 13 0 249620189 1756999680 45735 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=6277/tid=6281] ppid=6275 vsize=1715820 CPUtime=0
/proc/6277/task/6281/stat : 6281 (java) S 6275 6277 6231 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 249620190 1756999680 45735 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6277/tid=6282] ppid=6275 vsize=1715820 CPUtime=0
/proc/6277/task/6282/stat : 6282 (java) S 6275 6277 6231 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 249620190 1756999680 45735 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6277/tid=6283] ppid=6275 vsize=1715820 CPUtime=0
/proc/6277/task/6283/stat : 6283 (java) S 6275 6277 6231 0 -1 64 0 0 0 0 0 0 0 0 19 0 13 0 249620200 1756999680 45735 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6277/tid=6284] ppid=6275 vsize=1715820 CPUtime=0
/proc/6277/task/6284/stat : 6284 (java) S 6275 6277 6231 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 249620200 1756999680 45735 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6277/tid=6285] ppid=6275 vsize=1715820 CPUtime=0.9
/proc/6277/task/6285/stat : 6285 (java) S 6275 6277 6231 0 -1 64 3746 0 0 0 88 2 0 0 16 0 13 0 249620200 1756999680 45735 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6277/tid=6286] ppid=6275 vsize=1715820 CPUtime=0.76
/proc/6277/task/6286/stat : 6286 (java) S 6275 6277 6231 0 -1 64 896 0 0 0 76 0 0 0 17 0 13 0 249620200 1756999680 45735 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6277/tid=6287] ppid=6275 vsize=1715820 CPUtime=0
/proc/6277/task/6287/stat : 6287 (java) S 6275 6277 6231 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 249620200 1756999680 45735 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6277/tid=6288] ppid=6275 vsize=1715820 CPUtime=0
/proc/6277/task/6288/stat : 6288 (java) S 6275 6277 6231 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 249620200 1756999680 45735 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6277/tid=6289] ppid=6275 vsize=1715820 CPUtime=0
/proc/6277/task/6289/stat : 6289 (java) S 6275 6277 6231 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 249620222 1756999680 45735 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 383.22
Current children cumulated vsize (Kb) 1715820

[startup+390.33 s]
/proc/loadavg: 0.99 0.72 0.33 2/76 6289
/proc/meminfo: memFree=1220560/2055920 swapFree=4182500/4192956
[pid=6277] ppid=6275 vsize=1715820 CPUtime=393.31
/proc/6277/stat : 6277 (java) R 6275 6277 6231 0 -1 0 77058 0 1 0 39290 41 0 0 21 0 13 0 249620172 1756999680 45682 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071393897 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/6277/statm: 428955 45682 1904 14 0 415702 0
[pid=6277/tid=6278] ppid=6275 vsize=1715820 CPUtime=2.34
/proc/6277/task/6278/stat : 6278 (java) S 6275 6277 6231 0 -1 64 15301 0 0 0 227 7 0 0 16 0 13 0 249620186 1756999680 45682 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6277/tid=6279] ppid=6275 vsize=1715820 CPUtime=2.34
/proc/6277/task/6279/stat : 6279 (java) S 6275 6277 6231 0 -1 64 14509 0 0 0 228 6 0 0 16 0 13 0 249620186 1756999680 45682 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6277/tid=6280] ppid=6275 vsize=1715820 CPUtime=0.08
/proc/6277/task/6280/stat : 6280 (java) S 6275 6277 6231 0 -1 64 38 0 0 0 4 4 0 0 16 0 13 0 249620189 1756999680 45682 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=6277/tid=6281] ppid=6275 vsize=1715820 CPUtime=0
/proc/6277/task/6281/stat : 6281 (java) S 6275 6277 6231 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 249620190 1756999680 45682 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6277/tid=6282] ppid=6275 vsize=1715820 CPUtime=0
/proc/6277/task/6282/stat : 6282 (java) S 6275 6277 6231 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 249620190 1756999680 45682 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6277/tid=6283] ppid=6275 vsize=1715820 CPUtime=0
/proc/6277/task/6283/stat : 6283 (java) S 6275 6277 6231 0 -1 64 0 0 0 0 0 0 0 0 19 0 13 0 249620200 1756999680 45682 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6277/tid=6284] ppid=6275 vsize=1715820 CPUtime=0
/proc/6277/task/6284/stat : 6284 (java) S 6275 6277 6231 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 249620200 1756999680 45682 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6277/tid=6285] ppid=6275 vsize=1715820 CPUtime=0.9
/proc/6277/task/6285/stat : 6285 (java) S 6275 6277 6231 0 -1 64 3746 0 0 0 88 2 0 0 16 0 13 0 249620200 1756999680 45682 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6277/tid=6286] ppid=6275 vsize=1715820 CPUtime=0.76
/proc/6277/task/6286/stat : 6286 (java) S 6275 6277 6231 0 -1 64 896 0 0 0 76 0 0 0 17 0 13 0 249620200 1756999680 45682 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6277/tid=6287] ppid=6275 vsize=1715820 CPUtime=0
/proc/6277/task/6287/stat : 6287 (java) S 6275 6277 6231 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 249620200 1756999680 45682 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6277/tid=6288] ppid=6275 vsize=1715820 CPUtime=0
/proc/6277/task/6288/stat : 6288 (java) S 6275 6277 6231 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 249620200 1756999680 45682 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6277/tid=6289] ppid=6275 vsize=1715820 CPUtime=0
/proc/6277/task/6289/stat : 6289 (java) S 6275 6277 6231 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 249620222 1756999680 45682 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 393.31
Current children cumulated vsize (Kb) 1715820

[startup+400.337 s]
/proc/loadavg: 0.99 0.73 0.33 2/76 6289
/proc/meminfo: memFree=1220560/2055920 swapFree=4182500/4192956
[pid=6277] ppid=6275 vsize=1715820 CPUtime=403.39
/proc/6277/stat : 6277 (java) R 6275 6277 6231 0 -1 0 77400 0 1 0 40298 41 0 0 25 0 13 0 249620172 1756999680 45671 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071406695 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/6277/statm: 428955 45671 1904 14 0 415702 0
[pid=6277/tid=6278] ppid=6275 vsize=1715820 CPUtime=2.42
/proc/6277/task/6278/stat : 6278 (java) S 6275 6277 6231 0 -1 64 15447 0 0 0 235 7 0 0 16 0 13 0 249620186 1756999680 45671 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6277/tid=6279] ppid=6275 vsize=1715820 CPUtime=2.43
/proc/6277/task/6279/stat : 6279 (java) S 6275 6277 6231 0 -1 64 14695 0 0 0 237 6 0 0 16 0 13 0 249620186 1756999680 45671 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6277/tid=6280] ppid=6275 vsize=1715820 CPUtime=0.08
/proc/6277/task/6280/stat : 6280 (java) S 6275 6277 6231 0 -1 64 38 0 0 0 4 4 0 0 16 0 13 0 249620189 1756999680 45671 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=6277/tid=6281] ppid=6275 vsize=1715820 CPUtime=0
/proc/6277/task/6281/stat : 6281 (java) S 6275 6277 6231 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 249620190 1756999680 45671 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6277/tid=6282] ppid=6275 vsize=1715820 CPUtime=0
/proc/6277/task/6282/stat : 6282 (java) S 6275 6277 6231 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 249620190 1756999680 45671 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6277/tid=6283] ppid=6275 vsize=1715820 CPUtime=0
/proc/6277/task/6283/stat : 6283 (java) S 6275 6277 6231 0 -1 64 0 0 0 0 0 0 0 0 19 0 13 0 249620200 1756999680 45671 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6277/tid=6284] ppid=6275 vsize=1715820 CPUtime=0
/proc/6277/task/6284/stat : 6284 (java) S 6275 6277 6231 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 249620200 1756999680 45671 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6277/tid=6285] ppid=6275 vsize=1715820 CPUtime=0.9
/proc/6277/task/6285/stat : 6285 (java) S 6275 6277 6231 0 -1 64 3746 0 0 0 88 2 0 0 16 0 13 0 249620200 1756999680 45671 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6277/tid=6286] ppid=6275 vsize=1715820 CPUtime=0.76
/proc/6277/task/6286/stat : 6286 (java) S 6275 6277 6231 0 -1 64 896 0 0 0 76 0 0 0 17 0 13 0 249620200 1756999680 45671 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6277/tid=6287] ppid=6275 vsize=1715820 CPUtime=0
/proc/6277/task/6287/stat : 6287 (java) S 6275 6277 6231 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 249620200 1756999680 45671 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6277/tid=6288] ppid=6275 vsize=1715820 CPUtime=0
/proc/6277/task/6288/stat : 6288 (java) S 6275 6277 6231 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 249620200 1756999680 45671 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6277/tid=6289] ppid=6275 vsize=1715820 CPUtime=0
/proc/6277/task/6289/stat : 6289 (java) S 6275 6277 6231 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 249620222 1756999680 45671 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 403.39
Current children cumulated vsize (Kb) 1715820

[startup+410.344 s]
/proc/loadavg: 0.99 0.74 0.34 2/76 6289
/proc/meminfo: memFree=1220560/2055920 swapFree=4182500/4192956
[pid=6277] ppid=6275 vsize=1715820 CPUtime=413.48
/proc/6277/stat : 6277 (java) R 6275 6277 6231 0 -1 0 77768 0 1 0 41307 41 0 0 21 0 13 0 249620172 1756999680 45676 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071406695 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/6277/statm: 428955 45676 1904 14 0 415702 0
[pid=6277/tid=6278] ppid=6275 vsize=1715820 CPUtime=2.51
/proc/6277/task/6278/stat : 6278 (java) S 6275 6277 6231 0 -1 64 15621 0 0 0 244 7 0 0 16 0 13 0 249620186 1756999680 45676 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6277/tid=6279] ppid=6275 vsize=1715820 CPUtime=2.53
/proc/6277/task/6279/stat : 6279 (java) S 6275 6277 6231 0 -1 64 14879 0 0 0 246 7 0 0 16 0 13 0 249620186 1756999680 45676 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6277/tid=6280] ppid=6275 vsize=1715820 CPUtime=0.08
/proc/6277/task/6280/stat : 6280 (java) S 6275 6277 6231 0 -1 64 38 0 0 0 4 4 0 0 16 0 13 0 249620189 1756999680 45676 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=6277/tid=6281] ppid=6275 vsize=1715820 CPUtime=0
/proc/6277/task/6281/stat : 6281 (java) S 6275 6277 6231 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 249620190 1756999680 45676 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6277/tid=6282] ppid=6275 vsize=1715820 CPUtime=0
/proc/6277/task/6282/stat : 6282 (java) S 6275 6277 6231 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 249620190 1756999680 45676 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6277/tid=6283] ppid=6275 vsize=1715820 CPUtime=0
/proc/6277/task/6283/stat : 6283 (java) S 6275 6277 6231 0 -1 64 0 0 0 0 0 0 0 0 19 0 13 0 249620200 1756999680 45676 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6277/tid=6284] ppid=6275 vsize=1715820 CPUtime=0
/proc/6277/task/6284/stat : 6284 (java) S 6275 6277 6231 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 249620200 1756999680 45676 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6277/tid=6285] ppid=6275 vsize=1715820 CPUtime=0.9
/proc/6277/task/6285/stat : 6285 (java) S 6275 6277 6231 0 -1 64 3746 0 0 0 88 2 0 0 16 0 13 0 249620200 1756999680 45676 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6277/tid=6286] ppid=6275 vsize=1715820 CPUtime=0.76
/proc/6277/task/6286/stat : 6286 (java) S 6275 6277 6231 0 -1 64 896 0 0 0 76 0 0 0 17 0 13 0 249620200 1756999680 45676 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6277/tid=6287] ppid=6275 vsize=1715820 CPUtime=0
/proc/6277/task/6287/stat : 6287 (java) S 6275 6277 6231 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 249620200 1756999680 45676 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6277/tid=6288] ppid=6275 vsize=1715820 CPUtime=0
/proc/6277/task/6288/stat : 6288 (java) S 6275 6277 6231 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 249620200 1756999680 45676 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6277/tid=6289] ppid=6275 vsize=1715820 CPUtime=0
/proc/6277/task/6289/stat : 6289 (java) S 6275 6277 6231 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 249620222 1756999680 45676 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 413.48
Current children cumulated vsize (Kb) 1715820

[startup+420.351 s]
/proc/loadavg: 0.99 0.75 0.35 2/76 6289
/proc/meminfo: memFree=1220688/2055920 swapFree=4182500/4192956
[pid=6277] ppid=6275 vsize=1715820 CPUtime=423.57
/proc/6277/stat : 6277 (java) R 6275 6277 6231 0 -1 0 78056 0 1 0 42316 41 0 0 25 0 13 0 249620172 1756999680 45624 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071552114 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/6277/statm: 428955 45624 1904 14 0 415702 0
[pid=6277/tid=6278] ppid=6275 vsize=1715820 CPUtime=2.6
/proc/6277/task/6278/stat : 6278 (java) S 6275 6277 6231 0 -1 64 15805 0 0 0 253 7 0 0 16 0 13 0 249620186 1756999680 45624 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6277/tid=6279] ppid=6275 vsize=1715820 CPUtime=2.61
/proc/6277/task/6279/stat : 6279 (java) S 6275 6277 6231 0 -1 64 14973 0 0 0 254 7 0 0 16 0 13 0 249620186 1756999680 45624 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6277/tid=6280] ppid=6275 vsize=1715820 CPUtime=0.08
/proc/6277/task/6280/stat : 6280 (java) S 6275 6277 6231 0 -1 64 38 0 0 0 4 4 0 0 16 0 13 0 249620189 1756999680 45624 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=6277/tid=6281] ppid=6275 vsize=1715820 CPUtime=0
/proc/6277/task/6281/stat : 6281 (java) S 6275 6277 6231 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 249620190 1756999680 45624 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6277/tid=6282] ppid=6275 vsize=1715820 CPUtime=0
/proc/6277/task/6282/stat : 6282 (java) S 6275 6277 6231 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 249620190 1756999680 45624 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6277/tid=6283] ppid=6275 vsize=1715820 CPUtime=0
/proc/6277/task/6283/stat : 6283 (java) S 6275 6277 6231 0 -1 64 0 0 0 0 0 0 0 0 19 0 13 0 249620200 1756999680 45624 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6277/tid=6284] ppid=6275 vsize=1715820 CPUtime=0
/proc/6277/task/6284/stat : 6284 (java) S 6275 6277 6231 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 249620200 1756999680 45624 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6277/tid=6285] ppid=6275 vsize=1715820 CPUtime=0.9
/proc/6277/task/6285/stat : 6285 (java) S 6275 6277 6231 0 -1 64 3746 0 0 0 88 2 0 0 16 0 13 0 249620200 1756999680 45624 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6277/tid=6286] ppid=6275 vsize=1715820 CPUtime=0.76
/proc/6277/task/6286/stat : 6286 (java) S 6275 6277 6231 0 -1 64 896 0 0 0 76 0 0 0 17 0 13 0 249620200 1756999680 45624 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6277/tid=6287] ppid=6275 vsize=1715820 CPUtime=0
/proc/6277/task/6287/stat : 6287 (java) S 6275 6277 6231 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 249620200 1756999680 45624 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6277/tid=6288] ppid=6275 vsize=1715820 CPUtime=0
/proc/6277/task/6288/stat : 6288 (java) S 6275 6277 6231 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 249620200 1756999680 45624 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6277/tid=6289] ppid=6275 vsize=1715820 CPUtime=0
/proc/6277/task/6289/stat : 6289 (java) S 6275 6277 6231 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 249620222 1756999680 45624 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 423.57
Current children cumulated vsize (Kb) 1715820

[startup+430.359 s]
/proc/loadavg: 0.99 0.76 0.35 2/76 6289
/proc/meminfo: memFree=1221008/2055920 swapFree=4182500/4192956
[pid=6277] ppid=6275 vsize=1715820 CPUtime=433.66
/proc/6277/stat : 6277 (java) R 6275 6277 6231 0 -1 0 78351 0 1 0 43325 41 0 0 25 0 13 0 249620172 1756999680 45549 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071552114 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/6277/statm: 428955 45549 1904 14 0 415702 0
[pid=6277/tid=6278] ppid=6275 vsize=1715820 CPUtime=2.69
/proc/6277/task/6278/stat : 6278 (java) S 6275 6277 6231 0 -1 64 15887 0 0 0 262 7 0 0 16 0 13 0 249620186 1756999680 45549 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6277/tid=6279] ppid=6275 vsize=1715820 CPUtime=2.71
/proc/6277/task/6279/stat : 6279 (java) S 6275 6277 6231 0 -1 64 15175 0 0 0 264 7 0 0 16 0 13 0 249620186 1756999680 45549 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6277/tid=6280] ppid=6275 vsize=1715820 CPUtime=0.09
/proc/6277/task/6280/stat : 6280 (java) S 6275 6277 6231 0 -1 64 38 0 0 0 4 5 0 0 16 0 13 0 249620189 1756999680 45549 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=6277/tid=6281] ppid=6275 vsize=1715820 CPUtime=0
/proc/6277/task/6281/stat : 6281 (java) S 6275 6277 6231 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 249620190 1756999680 45549 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6277/tid=6282] ppid=6275 vsize=1715820 CPUtime=0
/proc/6277/task/6282/stat : 6282 (java) S 6275 6277 6231 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 249620190 1756999680 45549 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6277/tid=6283] ppid=6275 vsize=1715820 CPUtime=0
/proc/6277/task/6283/stat : 6283 (java) S 6275 6277 6231 0 -1 64 0 0 0 0 0 0 0 0 19 0 13 0 249620200 1756999680 45549 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6277/tid=6284] ppid=6275 vsize=1715820 CPUtime=0
/proc/6277/task/6284/stat : 6284 (java) S 6275 6277 6231 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 249620200 1756999680 45549 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6277/tid=6285] ppid=6275 vsize=1715820 CPUtime=0.9
/proc/6277/task/6285/stat : 6285 (java) S 6275 6277 6231 0 -1 64 3746 0 0 0 88 2 0 0 16 0 13 0 249620200 1756999680 45549 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6277/tid=6286] ppid=6275 vsize=1715820 CPUtime=0.76
/proc/6277/task/6286/stat : 6286 (java) S 6275 6277 6231 0 -1 64 896 0 0 0 76 0 0 0 17 0 13 0 249620200 1756999680 45549 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6277/tid=6287] ppid=6275 vsize=1715820 CPUtime=0
/proc/6277/task/6287/stat : 6287 (java) S 6275 6277 6231 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 249620200 1756999680 45549 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6277/tid=6288] ppid=6275 vsize=1715820 CPUtime=0
/proc/6277/task/6288/stat : 6288 (java) S 6275 6277 6231 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 249620200 1756999680 45549 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6277/tid=6289] ppid=6275 vsize=1715820 CPUtime=0
/proc/6277/task/6289/stat : 6289 (java) S 6275 6277 6231 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 249620222 1756999680 45549 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 433.66
Current children cumulated vsize (Kb) 1715820

Child status: 20
Real time (s): 433.725
CPU time (s): 437.019
CPU user time (s): 436.571
CPU system time (s): 0.447931
CPU usage (%): 100.759
Max. virtual memory (cumulated for all children) (Kb): 1715820
The end

Launcher Data (download as text)

Begin job on node75 on Fri Jun  9 07:52:48 UTC 2006


FILE ID= 48787-1149839568

PBS_JOBID= 381740

BENCH NAME= HOME/pub/bench/PB06/final/normalized-PB06/OPT-SMALLINT/submitted-PB06/roussel/factor/normalized-factor-size=9-P=29-Q=521.opb
COMMAND LINE= java -server -Xms1500M -Xmx1500M -jar ROOT/solvers/PB/PB06final/user5/sat4jPseudoPlus.jar ROOT/tmp/node75/48787-1149839568/instance-48787-1149839568.opb 401846451
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node75/watcher-48787-1149839568 -o ROOT/results/node75/solver-48787-1149839568 -C 1800 -M 1800 -S 64  java -server -Xms1500M -Xmx1500M -jar ROOT/solvers/PB/PB06final/user5/sat4jPseudoPlus.jar ROOT/tmp/node75/48787-1149839568/instance-48787-1149839568.opb 401846451

MD5SUM SOLVER= e9637a7554f3ecdf74c1815f89d00213
MD5SUM BENCH=  ca3ddae2508c16876757050f64024907

RANDOM SEED= 401846451


/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.259
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.259
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1396792 kB
Buffers:         42800 kB
Cached:         539080 kB
SwapCached:       2240 kB
Active:         139624 kB
Inactive:       451080 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1396792 kB
SwapTotal:     4192956 kB
SwapFree:      4182500 kB
Dirty:             164 kB
Writeback:           0 kB
Mapped:          16044 kB
Slab:            54328 kB
Committed_AS:   510564 kB
PageTables:       1448 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB


End job on node75 on Fri Jun  9 08:00:02 UTC 2006