Trace number 44043

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 197.331 194.714

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/MIPLIB/
miplib2003/normalized-reduced-mps-v2-20-10-atlanta-ip.opb
MD5SUM235de11a8c28ae4c0ee0cc0c0810952d
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 benchmark9.77551
Has Objective FunctionYES
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables77286
Total number of constraints23680
Number of constraints which are clauses2311
Number of constraints which are cardinality constraints (but not clauses)862
Number of constraints which are nor clauses,nor cardinality constraints20507
Minimum length of a constraint1
Maximum length of a constraint2790
Number of terms in the objective function 31296
Biggest coefficient in the objective function 10947
Number of bits for the biggest coefficient in the objective function 14
Sum of the numbers in the objective function 555358
Number of bits of the sum of numbers in the objective function 20
Biggest number in a constraint 262145
Number of bits of the biggest number in a constraint 19
Biggest sum of numbers in a constraint 555358
Number of bits of the biggest sum of numbers20
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.14	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.14	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.20	c Cutting planes based inference
0.20	c --- Begin Solver configuration ---
0.20	c org.sat4j.minisat.uip.FirstUIP@1037c71
0.20	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@1df073d
0.20	c org.sat4j.minisat.learning.MiniSATLearning@1546e25
0.20	c conflictBoundIncFactor=1.5 learntBoundIncFactor=1.1 initLearntBoundConstraintFactor=10000.0 initConflictBound=100 
0.20	c VSIDS like heuristics from MiniSAT using a heap
0.20	c No reason simplification
0.20	c --- End Solver configuration ---
0.20	c solving ROOT/tmp/node38/44043-1149358558/instance-44043-1149358558.opb
0.20	c reading problem ... 
60.28	c ... done. Time 60.085 ms.
60.28	c #vars     77286
60.28	c #constraints  30383
194.65	c starts		: 5
194.65	c conflicts		: 1009
194.65	c decisions		: 45512
194.65	c propagations		: 364221
194.65	c inspects		: 4885198
194.65	c learnt literals	: 1
194.65	c learnt binary clauses	: 14
194.65	c learnt ternary clauses	: 44
194.65	c learnt clauses	: 1007
194.65	c root simplifications	: 0
194.65	c removed literals (reason simplification)	: 0
194.65	c reason swapping (by a shorter reason)	: 0
194.65	c Calls to reduceDB	: 0
194.65	c speed (decisions/second)	: 338.890667699204
194.65	c non guided choices	12181
194.65	s UNSATISFIABLE
194.65	c Total wall clock time (ms): 194.455

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
Enforcing memory limit (will send SIGKILL): 1843200 Kb
Enforcing VSIZE limit: 1887436800 bytes
runsolver version 3.0.0 (c) roussel@cril.univ-artois.fr

command line: runsolver --timestamp -w ROOT/results/node38/watcher-44043-1149358558 -o ROOT/results/node38/solver-44043-1149358558 -C 1800 -M 1800 -S 64 java -server -Xms1500M -Xmx1500M -jar ROOT/solvers/PB/PB06final/user5/sat4jPseudoPlus.jar ROOT/tmp/node38/44043-1149358558/instance-44043-1149358558.opb 971663987 

Current StackSize limit: 67108864 bytes

/proc/loadavg: 0.92 0.98 0.98 2/64 15366
/proc/meminfo: memFree=1687008/2055920 swapFree=4181196/4192956
[pid=15366] ppid=15364 vsize=172 CPUtime=0
/proc/15366/stat : 15366 (java) R 15364 15366 15320 0 -1 0 201 0 0 0 0 0 0 0 18 0 1 0 201522106 176128 24 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 8606500 0 0 4096 0 0 0 0 17 1 0 0
/proc/15366/statm: 43 24 18 14 0 3 0

[startup+10.0029 s]
/proc/loadavg: 0.93 0.98 0.98 2/75 15377
/proc/meminfo: memFree=1502736/2055920 swapFree=4181196/4192956
[pid=15366] ppid=15364 vsize=1710504 CPUtime=10.79
/proc/15366/stat : 15366 (java) R 15364 15366 15320 0 -1 0 50798 0 1 0 1057 22 0 0 23 0 12 0 201522106 1751556096 47857 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071416656 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/15366/statm: 427626 47857 1885 14 0 414373 0
[pid=15366/tid=15367] ppid=15364 vsize=1710504 CPUtime=0.31
/proc/15366/task/15367/stat : 15367 (java) S 15364 15366 15320 0 -1 64 6016 0 0 0 28 3 0 0 16 0 12 0 201522110 1751556096 47857 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15366/tid=15368] ppid=15364 vsize=1710504 CPUtime=0.31
/proc/15366/task/15368/stat : 15368 (java) S 15364 15366 15320 0 -1 64 6001 0 0 0 29 2 0 0 16 0 12 0 201522110 1751556096 47857 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15366/tid=15369] ppid=15364 vsize=1710504 CPUtime=0
/proc/15366/task/15369/stat : 15369 (java) S 15364 15366 15320 0 -1 64 28 0 0 0 0 0 0 0 16 0 12 0 201522112 1751556096 47857 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=15366/tid=15370] ppid=15364 vsize=1710504 CPUtime=0
/proc/15366/task/15370/stat : 15370 (java) S 15364 15366 15320 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 201522113 1751556096 47857 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15366/tid=15371] ppid=15364 vsize=1710504 CPUtime=0
/proc/15366/task/15371/stat : 15371 (java) S 15364 15366 15320 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 201522113 1751556096 47857 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15366/tid=15372] ppid=15364 vsize=1710504 CPUtime=0
/proc/15366/task/15372/stat : 15372 (java) S 15364 15366 15320 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 201522116 1751556096 47857 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15366/tid=15373] ppid=15364 vsize=1710504 CPUtime=0
/proc/15366/task/15373/stat : 15373 (java) S 15364 15366 15320 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 201522116 1751556096 47857 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15366/tid=15374] ppid=15364 vsize=1710504 CPUtime=0.3
/proc/15366/task/15374/stat : 15374 (java) S 15364 15366 15320 0 -1 64 636 0 0 0 30 0 0 0 16 0 12 0 201522116 1751556096 47857 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15366/tid=15375] ppid=15364 vsize=1710504 CPUtime=0.34
/proc/15366/task/15375/stat : 15375 (java) S 15364 15366 15320 0 -1 64 463 0 0 0 34 0 0 0 16 0 12 0 201522116 1751556096 47857 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15366/tid=15376] ppid=15364 vsize=1710504 CPUtime=0
/proc/15366/task/15376/stat : 15376 (java) S 15364 15366 15320 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 201522116 1751556096 47857 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15366/tid=15377] ppid=15364 vsize=1710504 CPUtime=0
/proc/15366/task/15377/stat : 15377 (java) S 15364 15366 15320 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 201522116 1751556096 47857 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 10.79
Current children cumulated vsize (Kb) 1710504

[startup+20.0109 s]
/proc/loadavg: 0.94 0.98 0.98 2/75 15377
/proc/meminfo: memFree=1480528/2055920 swapFree=4181196/4192956
[pid=15366] ppid=15364 vsize=1711724 CPUtime=21.03
/proc/15366/stat : 15366 (java) R 15364 15366 15320 0 -1 0 57029 0 1 0 2077 26 0 0 25 0 12 0 201522106 1752805376 53443 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071399769 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/15366/statm: 427931 53443 1887 14 0 414678 0
[pid=15366/tid=15367] ppid=15364 vsize=1711724 CPUtime=0.42
/proc/15366/task/15367/stat : 15367 (java) S 15364 15366 15320 0 -1 64 7492 0 0 0 38 4 0 0 16 0 12 0 201522110 1752805376 53443 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15366/tid=15368] ppid=15364 vsize=1711724 CPUtime=0.42
/proc/15366/task/15368/stat : 15368 (java) S 15364 15366 15320 0 -1 64 8481 0 0 0 39 3 0 0 15 0 12 0 201522110 1752805376 53443 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15366/tid=15369] ppid=15364 vsize=1711724 CPUtime=0
/proc/15366/task/15369/stat : 15369 (java) S 15364 15366 15320 0 -1 64 28 0 0 0 0 0 0 0 16 0 12 0 201522112 1752805376 53443 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=15366/tid=15370] ppid=15364 vsize=1711724 CPUtime=0
/proc/15366/task/15370/stat : 15370 (java) S 15364 15366 15320 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 201522113 1752805376 53443 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15366/tid=15371] ppid=15364 vsize=1711724 CPUtime=0
/proc/15366/task/15371/stat : 15371 (java) S 15364 15366 15320 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 201522113 1752805376 53443 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15366/tid=15372] ppid=15364 vsize=1711724 CPUtime=0
/proc/15366/task/15372/stat : 15372 (java) S 15364 15366 15320 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 201522116 1752805376 53443 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15366/tid=15373] ppid=15364 vsize=1711724 CPUtime=0
/proc/15366/task/15373/stat : 15373 (java) S 15364 15366 15320 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 201522116 1752805376 53443 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15366/tid=15374] ppid=15364 vsize=1711724 CPUtime=0.35
/proc/15366/task/15374/stat : 15374 (java) S 15364 15366 15320 0 -1 64 717 0 0 0 35 0 0 0 16 0 12 0 201522116 1752805376 53443 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15366/tid=15375] ppid=15364 vsize=1711724 CPUtime=0.46
/proc/15366/task/15375/stat : 15375 (java) S 15364 15366 15320 0 -1 64 1158 0 0 0 46 0 0 0 16 0 12 0 201522116 1752805376 53443 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15366/tid=15376] ppid=15364 vsize=1711724 CPUtime=0
/proc/15366/task/15376/stat : 15376 (java) S 15364 15366 15320 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 201522116 1752805376 53443 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15366/tid=15377] ppid=15364 vsize=1711724 CPUtime=0
/proc/15366/task/15377/stat : 15377 (java) S 15364 15366 15320 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 201522116 1752805376 53443 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 21.03
Current children cumulated vsize (Kb) 1711724

[startup+30.0188 s]
/proc/loadavg: 0.95 0.98 0.98 2/75 15377
/proc/meminfo: memFree=1471184/2055920 swapFree=4181196/4192956
[pid=15366] ppid=15364 vsize=1710540 CPUtime=31.2
/proc/15366/stat : 15366 (java) R 15364 15366 15320 0 -1 0 59796 0 1 0 3092 28 0 0 25 0 12 0 201522106 1751592960 55804 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4152709490 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/15366/statm: 427635 55804 1887 14 0 414382 0
[pid=15366/tid=15367] ppid=15364 vsize=1710540 CPUtime=0.53
/proc/15366/task/15367/stat : 15367 (java) S 15364 15366 15320 0 -1 64 8646 0 0 0 48 5 0 0 16 0 12 0 201522110 1751592960 55804 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15366/tid=15368] ppid=15364 vsize=1710540 CPUtime=0.53
/proc/15366/task/15368/stat : 15368 (java) S 15364 15366 15320 0 -1 64 10065 0 0 0 49 4 0 0 16 0 12 0 201522110 1751592960 55804 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15366/tid=15369] ppid=15364 vsize=1710540 CPUtime=0
/proc/15366/task/15369/stat : 15369 (java) S 15364 15366 15320 0 -1 64 28 0 0 0 0 0 0 0 15 0 12 0 201522112 1751592960 55804 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=15366/tid=15370] ppid=15364 vsize=1710540 CPUtime=0
/proc/15366/task/15370/stat : 15370 (java) S 15364 15366 15320 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 201522113 1751592960 55804 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15366/tid=15371] ppid=15364 vsize=1710540 CPUtime=0
/proc/15366/task/15371/stat : 15371 (java) S 15364 15366 15320 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 201522113 1751592960 55804 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15366/tid=15372] ppid=15364 vsize=1710540 CPUtime=0
/proc/15366/task/15372/stat : 15372 (java) S 15364 15366 15320 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 201522116 1751592960 55804 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15366/tid=15373] ppid=15364 vsize=1710540 CPUtime=0
/proc/15366/task/15373/stat : 15373 (java) S 15364 15366 15320 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 201522116 1751592960 55804 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15366/tid=15374] ppid=15364 vsize=1710540 CPUtime=0.36
/proc/15366/task/15374/stat : 15374 (java) S 15364 15366 15320 0 -1 64 717 0 0 0 36 0 0 0 16 0 12 0 201522116 1751592960 55804 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15366/tid=15375] ppid=15364 vsize=1710540 CPUtime=0.51
/proc/15366/task/15375/stat : 15375 (java) S 15364 15366 15320 0 -1 64 1169 0 0 0 51 0 0 0 17 0 12 0 201522116 1751592960 55804 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15366/tid=15376] ppid=15364 vsize=1710540 CPUtime=0
/proc/15366/task/15376/stat : 15376 (java) S 15364 15366 15320 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 201522116 1751592960 55804 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15366/tid=15377] ppid=15364 vsize=1710540 CPUtime=0
/proc/15366/task/15377/stat : 15377 (java) S 15364 15366 15320 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 201522116 1751592960 55804 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 31.2
Current children cumulated vsize (Kb) 1710540

[startup+40.0268 s]
/proc/loadavg: 1.04 1.00 0.99 2/75 15377
/proc/meminfo: memFree=1467664/2055920 swapFree=4181196/4192956
[pid=15366] ppid=15364 vsize=1710676 CPUtime=41.37
/proc/15366/stat : 15366 (java) R 15364 15366 15320 0 -1 0 61832 0 1 0 4107 30 0 0 24 0 12 0 201522106 1751732224 56630 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071555917 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/15366/statm: 427669 56630 1887 14 0 414416 0
[pid=15366/tid=15367] ppid=15364 vsize=1710676 CPUtime=0.61
/proc/15366/task/15367/stat : 15367 (java) S 15364 15366 15320 0 -1 64 9570 0 0 0 56 5 0 0 15 0 12 0 201522110 1751732224 56630 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15366/tid=15368] ppid=15364 vsize=1710676 CPUtime=0.62
/proc/15366/task/15368/stat : 15368 (java) S 15364 15366 15320 0 -1 64 11111 0 0 0 58 4 0 0 16 0 12 0 201522110 1751732224 56630 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15366/tid=15369] ppid=15364 vsize=1710676 CPUtime=0.01
/proc/15366/task/15369/stat : 15369 (java) S 15364 15366 15320 0 -1 64 28 0 0 0 1 0 0 0 16 0 12 0 201522112 1751732224 56630 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=15366/tid=15370] ppid=15364 vsize=1710676 CPUtime=0
/proc/15366/task/15370/stat : 15370 (java) S 15364 15366 15320 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 201522113 1751732224 56630 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15366/tid=15371] ppid=15364 vsize=1710676 CPUtime=0
/proc/15366/task/15371/stat : 15371 (java) S 15364 15366 15320 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 201522113 1751732224 56630 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15366/tid=15372] ppid=15364 vsize=1710676 CPUtime=0
/proc/15366/task/15372/stat : 15372 (java) S 15364 15366 15320 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 201522116 1751732224 56630 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15366/tid=15373] ppid=15364 vsize=1710676 CPUtime=0
/proc/15366/task/15373/stat : 15373 (java) S 15364 15366 15320 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 201522116 1751732224 56630 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15366/tid=15374] ppid=15364 vsize=1710676 CPUtime=0.4
/proc/15366/task/15374/stat : 15374 (java) S 15364 15366 15320 0 -1 64 746 0 0 0 40 0 0 0 17 0 12 0 201522116 1751732224 56630 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15366/tid=15375] ppid=15364 vsize=1710676 CPUtime=0.56
/proc/15366/task/15375/stat : 15375 (java) S 15364 15366 15320 0 -1 64 1186 0 0 0 56 0 0 0 15 0 12 0 201522116 1751732224 56630 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15366/tid=15376] ppid=15364 vsize=1710676 CPUtime=0
/proc/15366/task/15376/stat : 15376 (java) S 15364 15366 15320 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 201522116 1751732224 56630 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15366/tid=15377] ppid=15364 vsize=1710676 CPUtime=0
/proc/15366/task/15377/stat : 15377 (java) S 15364 15366 15320 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 201522116 1751732224 56630 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 41.37
Current children cumulated vsize (Kb) 1710676

[startup+50.0347 s]
/proc/loadavg: 1.03 1.00 0.99 2/75 15377
/proc/meminfo: memFree=1467024/2055920 swapFree=4181196/4192956
[pid=15366] ppid=15364 vsize=1710676 CPUtime=51.45
/proc/15366/stat : 15366 (java) R 15364 15366 15320 0 -1 0 64528 0 1 0 5113 32 0 0 25 0 12 0 201522106 1751732224 56802 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071555915 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/15366/statm: 427669 56802 1887 14 0 414416 0
[pid=15366/tid=15367] ppid=15364 vsize=1710676 CPUtime=0.69
/proc/15366/task/15367/stat : 15367 (java) S 15364 15366 15320 0 -1 64 10318 0 0 0 63 6 0 0 16 0 12 0 201522110 1751732224 56802 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15366/tid=15368] ppid=15364 vsize=1710676 CPUtime=0.71
/proc/15366/task/15368/stat : 15368 (java) S 15364 15366 15320 0 -1 64 12233 0 0 0 66 5 0 0 16 0 12 0 201522110 1751732224 56802 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15366/tid=15369] ppid=15364 vsize=1710676 CPUtime=0.02
/proc/15366/task/15369/stat : 15369 (java) S 15364 15366 15320 0 -1 64 34 0 0 0 1 1 0 0 16 0 12 0 201522112 1751732224 56802 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=15366/tid=15370] ppid=15364 vsize=1710676 CPUtime=0
/proc/15366/task/15370/stat : 15370 (java) S 15364 15366 15320 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 201522113 1751732224 56802 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15366/tid=15371] ppid=15364 vsize=1710676 CPUtime=0
/proc/15366/task/15371/stat : 15371 (java) S 15364 15366 15320 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 201522113 1751732224 56802 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15366/tid=15372] ppid=15364 vsize=1710676 CPUtime=0
/proc/15366/task/15372/stat : 15372 (java) S 15364 15366 15320 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 201522116 1751732224 56802 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15366/tid=15373] ppid=15364 vsize=1710676 CPUtime=0
/proc/15366/task/15373/stat : 15373 (java) S 15364 15366 15320 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 201522116 1751732224 56802 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15366/tid=15374] ppid=15364 vsize=1710676 CPUtime=0.4
/proc/15366/task/15374/stat : 15374 (java) S 15364 15366 15320 0 -1 64 746 0 0 0 40 0 0 0 17 0 12 0 201522116 1751732224 56802 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15366/tid=15375] ppid=15364 vsize=1710676 CPUtime=0.56
/proc/15366/task/15375/stat : 15375 (java) S 15364 15366 15320 0 -1 64 1186 0 0 0 56 0 0 0 15 0 12 0 201522116 1751732224 56802 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15366/tid=15376] ppid=15364 vsize=1710676 CPUtime=0
/proc/15366/task/15376/stat : 15376 (java) S 15364 15366 15320 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 201522116 1751732224 56802 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15366/tid=15377] ppid=15364 vsize=1710676 CPUtime=0
/proc/15366/task/15377/stat : 15377 (java) S 15364 15366 15320 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 201522116 1751732224 56802 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 51.45
Current children cumulated vsize (Kb) 1710676

[startup+60.0416 s]
/proc/loadavg: 1.03 1.00 0.99 2/75 15377
/proc/meminfo: memFree=1469456/2055920 swapFree=4181196/4192956
[pid=15366] ppid=15364 vsize=1711564 CPUtime=61.58
/proc/15366/stat : 15366 (java) R 15364 15366 15320 0 -1 0 66728 0 1 0 6125 33 0 0 25 0 12 0 201522106 1752641536 56247 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071418975 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/15366/statm: 427891 56247 1888 14 0 414638 0
[pid=15366/tid=15367] ppid=15364 vsize=1711564 CPUtime=0.78
/proc/15366/task/15367/stat : 15367 (java) S 15364 15366 15320 0 -1 64 11377 0 0 0 72 6 0 0 15 0 12 0 201522110 1752641536 56247 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15366/tid=15368] ppid=15364 vsize=1711564 CPUtime=0.81
/proc/15366/task/15368/stat : 15368 (java) S 15364 15366 15320 0 -1 64 13113 0 0 0 75 6 0 0 16 0 12 0 201522110 1752641536 56247 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15366/tid=15369] ppid=15364 vsize=1711564 CPUtime=0.02
/proc/15366/task/15369/stat : 15369 (java) S 15364 15366 15320 0 -1 64 50 0 0 0 1 1 0 0 16 0 12 0 201522112 1752641536 56247 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=15366/tid=15370] ppid=15364 vsize=1711564 CPUtime=0
/proc/15366/task/15370/stat : 15370 (java) S 15364 15366 15320 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 201522113 1752641536 56247 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15366/tid=15371] ppid=15364 vsize=1711564 CPUtime=0
/proc/15366/task/15371/stat : 15371 (java) S 15364 15366 15320 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 201522113 1752641536 56247 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15366/tid=15372] ppid=15364 vsize=1711564 CPUtime=0
/proc/15366/task/15372/stat : 15372 (java) S 15364 15366 15320 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 201522116 1752641536 56247 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15366/tid=15373] ppid=15364 vsize=1711564 CPUtime=0
/proc/15366/task/15373/stat : 15373 (java) S 15364 15366 15320 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 201522116 1752641536 56247 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15366/tid=15374] ppid=15364 vsize=1711564 CPUtime=0.43
/proc/15366/task/15374/stat : 15374 (java) S 15364 15366 15320 0 -1 64 970 0 0 0 43 0 0 0 17 0 12 0 201522116 1752641536 56247 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15366/tid=15375] ppid=15364 vsize=1711564 CPUtime=0.58
/proc/15366/task/15375/stat : 15375 (java) S 15364 15366 15320 0 -1 64 1187 0 0 0 58 0 0 0 17 0 12 0 201522116 1752641536 56247 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15366/tid=15376] ppid=15364 vsize=1711564 CPUtime=0
/proc/15366/task/15376/stat : 15376 (java) S 15364 15366 15320 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 201522116 1752641536 56247 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15366/tid=15377] ppid=15364 vsize=1711564 CPUtime=0
/proc/15366/task/15377/stat : 15377 (java) S 15364 15366 15320 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 201522116 1752641536 56247 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0

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

/proc/15366/statm: 429084 58687 1910 14 0 415831 0
[pid=15366/tid=15367] ppid=15364 vsize=1716336 CPUtime=0.87
/proc/15366/task/15367/stat : 15367 (java) S 15364 15366 15320 0 -1 64 12764 0 0 0 80 7 0 0 16 0 13 0 201522110 1757528064 58687 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15366/tid=15368] ppid=15364 vsize=1716336 CPUtime=0.9
/proc/15366/task/15368/stat : 15368 (java) S 15364 15366 15320 0 -1 64 14470 0 0 0 84 6 0 0 16 0 13 0 201522110 1757528064 58687 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15366/tid=15369] ppid=15364 vsize=1716336 CPUtime=0.02
/proc/15366/task/15369/stat : 15369 (java) S 15364 15366 15320 0 -1 64 50 0 0 0 1 1 0 0 16 0 13 0 201522112 1757528064 58687 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=15366/tid=15370] ppid=15364 vsize=1716336 CPUtime=0
/proc/15366/task/15370/stat : 15370 (java) S 15364 15366 15320 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 201522113 1757528064 58687 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15366/tid=15371] ppid=15364 vsize=1716336 CPUtime=0
/proc/15366/task/15371/stat : 15371 (java) S 15364 15366 15320 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 201522113 1757528064 58687 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15366/tid=15372] ppid=15364 vsize=1716336 CPUtime=0
/proc/15366/task/15372/stat : 15372 (java) S 15364 15366 15320 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 201522116 1757528064 58687 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15366/tid=15373] ppid=15364 vsize=1716336 CPUtime=0
/proc/15366/task/15373/stat : 15373 (java) S 15364 15366 15320 0 -1 64 2 0 0 0 0 0 0 0 17 0 13 0 201522116 1757528064 58687 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15366/tid=15374] ppid=15364 vsize=1716336 CPUtime=1.05
/proc/15366/task/15374/stat : 15374 (java) S 15364 15366 15320 0 -1 64 2434 0 0 0 105 0 0 0 17 0 13 0 201522116 1757528064 58687 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15366/tid=15375] ppid=15364 vsize=1716336 CPUtime=1.04
/proc/15366/task/15375/stat : 15375 (java) S 15364 15366 15320 0 -1 64 3133 0 0 0 103 1 0 0 16 0 13 0 201522116 1757528064 58687 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15366/tid=15376] ppid=15364 vsize=1716336 CPUtime=0
/proc/15366/task/15376/stat : 15376 (java) S 15364 15366 15320 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 201522116 1757528064 58687 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15366/tid=15377] ppid=15364 vsize=1716336 CPUtime=0
/proc/15366/task/15377/stat : 15377 (java) S 15364 15366 15320 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 201522116 1757528064 58687 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15366/tid=15378] ppid=15364 vsize=1716336 CPUtime=0
/proc/15366/task/15378/stat : 15378 (java) S 15364 15366 15320 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 201528169 1757528064 58687 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 142.6
Current children cumulated vsize (Kb) 1716336

[startup+150.107 s]
/proc/loadavg: 1.00 1.00 0.99 2/76 15378
/proc/meminfo: memFree=1459080/2055920 swapFree=4181196/4192956
[pid=15366] ppid=15364 vsize=1716336 CPUtime=152.62
/proc/15366/stat : 15366 (java) R 15364 15366 15320 0 -1 0 73198 0 1 0 15225 37 0 0 25 0 13 0 201522106 1757528064 58825 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071627100 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/15366/statm: 429084 58825 1910 14 0 415831 0
[pid=15366/tid=15367] ppid=15364 vsize=1716336 CPUtime=0.88
/proc/15366/task/15367/stat : 15367 (java) S 15364 15366 15320 0 -1 64 12875 0 0 0 81 7 0 0 16 0 13 0 201522110 1757528064 58825 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15366/tid=15368] ppid=15364 vsize=1716336 CPUtime=0.91
/proc/15366/task/15368/stat : 15368 (java) S 15364 15366 15320 0 -1 64 14513 0 0 0 85 6 0 0 16 0 13 0 201522110 1757528064 58825 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15366/tid=15369] ppid=15364 vsize=1716336 CPUtime=0.02
/proc/15366/task/15369/stat : 15369 (java) S 15364 15366 15320 0 -1 64 50 0 0 0 1 1 0 0 16 0 13 0 201522112 1757528064 58825 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=15366/tid=15370] ppid=15364 vsize=1716336 CPUtime=0
/proc/15366/task/15370/stat : 15370 (java) S 15364 15366 15320 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 201522113 1757528064 58825 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15366/tid=15371] ppid=15364 vsize=1716336 CPUtime=0
/proc/15366/task/15371/stat : 15371 (java) S 15364 15366 15320 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 201522113 1757528064 58825 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15366/tid=15372] ppid=15364 vsize=1716336 CPUtime=0
/proc/15366/task/15372/stat : 15372 (java) S 15364 15366 15320 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 201522116 1757528064 58825 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15366/tid=15373] ppid=15364 vsize=1716336 CPUtime=0
/proc/15366/task/15373/stat : 15373 (java) S 15364 15366 15320 0 -1 64 2 0 0 0 0 0 0 0 17 0 13 0 201522116 1757528064 58825 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15366/tid=15374] ppid=15364 vsize=1716336 CPUtime=1.05
/proc/15366/task/15374/stat : 15374 (java) S 15364 15366 15320 0 -1 64 2434 0 0 0 105 0 0 0 17 0 13 0 201522116 1757528064 58825 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15366/tid=15375] ppid=15364 vsize=1716336 CPUtime=1.05
/proc/15366/task/15375/stat : 15375 (java) S 15364 15366 15320 0 -1 64 3134 0 0 0 104 1 0 0 16 0 13 0 201522116 1757528064 58825 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15366/tid=15376] ppid=15364 vsize=1716336 CPUtime=0
/proc/15366/task/15376/stat : 15376 (java) S 15364 15366 15320 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 201522116 1757528064 58825 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15366/tid=15377] ppid=15364 vsize=1716336 CPUtime=0
/proc/15366/task/15377/stat : 15377 (java) S 15364 15366 15320 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 201522116 1757528064 58825 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15366/tid=15378] ppid=15364 vsize=1716336 CPUtime=0
/proc/15366/task/15378/stat : 15378 (java) S 15364 15366 15320 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 201528169 1757528064 58825 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 152.62
Current children cumulated vsize (Kb) 1716336

[startup+160.114 s]
/proc/loadavg: 1.00 1.00 0.99 2/76 15378
/proc/meminfo: memFree=1459336/2055920 swapFree=4181196/4192956
[pid=15366] ppid=15364 vsize=1716336 CPUtime=162.67
/proc/15366/stat : 15366 (java) R 15364 15366 15320 0 -1 0 73376 0 1 0 16229 38 0 0 18 0 13 0 201522106 1757528064 58731 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071627347 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/15366/statm: 429084 58731 1910 14 0 415831 0
[pid=15366/tid=15367] ppid=15364 vsize=1716336 CPUtime=0.89
/proc/15366/task/15367/stat : 15367 (java) S 15364 15366 15320 0 -1 64 12970 0 0 0 82 7 0 0 16 0 13 0 201522110 1757528064 58731 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15366/tid=15368] ppid=15364 vsize=1716336 CPUtime=0.92
/proc/15366/task/15368/stat : 15368 (java) S 15364 15366 15320 0 -1 64 14592 0 0 0 86 6 0 0 16 0 13 0 201522110 1757528064 58731 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15366/tid=15369] ppid=15364 vsize=1716336 CPUtime=0.02
/proc/15366/task/15369/stat : 15369 (java) S 15364 15366 15320 0 -1 64 50 0 0 0 1 1 0 0 16 0 13 0 201522112 1757528064 58731 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=15366/tid=15370] ppid=15364 vsize=1716336 CPUtime=0
/proc/15366/task/15370/stat : 15370 (java) S 15364 15366 15320 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 201522113 1757528064 58731 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15366/tid=15371] ppid=15364 vsize=1716336 CPUtime=0
/proc/15366/task/15371/stat : 15371 (java) S 15364 15366 15320 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 201522113 1757528064 58731 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15366/tid=15372] ppid=15364 vsize=1716336 CPUtime=0
/proc/15366/task/15372/stat : 15372 (java) S 15364 15366 15320 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 201522116 1757528064 58731 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15366/tid=15373] ppid=15364 vsize=1716336 CPUtime=0
/proc/15366/task/15373/stat : 15373 (java) S 15364 15366 15320 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 201522116 1757528064 58731 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15366/tid=15374] ppid=15364 vsize=1716336 CPUtime=1.08
/proc/15366/task/15374/stat : 15374 (java) S 15364 15366 15320 0 -1 64 2435 0 0 0 108 0 0 0 16 0 13 0 201522116 1757528064 58731 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15366/tid=15375] ppid=15364 vsize=1716336 CPUtime=1.06
/proc/15366/task/15375/stat : 15375 (java) S 15364 15366 15320 0 -1 64 3135 0 0 0 105 1 0 0 17 0 13 0 201522116 1757528064 58731 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15366/tid=15376] ppid=15364 vsize=1716336 CPUtime=0
/proc/15366/task/15376/stat : 15376 (java) S 15364 15366 15320 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 201522116 1757528064 58731 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15366/tid=15377] ppid=15364 vsize=1716336 CPUtime=0
/proc/15366/task/15377/stat : 15377 (java) S 15364 15366 15320 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 201522116 1757528064 58731 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15366/tid=15378] ppid=15364 vsize=1716336 CPUtime=0
/proc/15366/task/15378/stat : 15378 (java) S 15364 15366 15320 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 201528169 1757528064 58731 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 162.67
Current children cumulated vsize (Kb) 1716336

[startup+170.121 s]
/proc/loadavg: 1.00 1.00 0.99 2/76 15378
/proc/meminfo: memFree=1459144/2055920 swapFree=4181196/4192956
[pid=15366] ppid=15364 vsize=1716336 CPUtime=172.74
/proc/15366/stat : 15366 (java) R 15364 15366 15320 0 -1 0 73496 0 1 0 17236 38 0 0 25 0 13 0 201522106 1757528064 58788 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071627364 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/15366/statm: 429084 58788 1910 14 0 415831 0
[pid=15366/tid=15367] ppid=15364 vsize=1716336 CPUtime=0.9
/proc/15366/task/15367/stat : 15367 (java) S 15364 15366 15320 0 -1 64 13019 0 0 0 83 7 0 0 16 0 13 0 201522110 1757528064 58788 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15366/tid=15368] ppid=15364 vsize=1716336 CPUtime=0.93
/proc/15366/task/15368/stat : 15368 (java) S 15364 15366 15320 0 -1 64 14658 0 0 0 87 6 0 0 16 0 13 0 201522110 1757528064 58788 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15366/tid=15369] ppid=15364 vsize=1716336 CPUtime=0.02
/proc/15366/task/15369/stat : 15369 (java) S 15364 15366 15320 0 -1 64 50 0 0 0 1 1 0 0 16 0 13 0 201522112 1757528064 58788 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=15366/tid=15370] ppid=15364 vsize=1716336 CPUtime=0
/proc/15366/task/15370/stat : 15370 (java) S 15364 15366 15320 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 201522113 1757528064 58788 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15366/tid=15371] ppid=15364 vsize=1716336 CPUtime=0
/proc/15366/task/15371/stat : 15371 (java) S 15364 15366 15320 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 201522113 1757528064 58788 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15366/tid=15372] ppid=15364 vsize=1716336 CPUtime=0
/proc/15366/task/15372/stat : 15372 (java) S 15364 15366 15320 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 201522116 1757528064 58788 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15366/tid=15373] ppid=15364 vsize=1716336 CPUtime=0
/proc/15366/task/15373/stat : 15373 (java) S 15364 15366 15320 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 201522116 1757528064 58788 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15366/tid=15374] ppid=15364 vsize=1716336 CPUtime=1.1
/proc/15366/task/15374/stat : 15374 (java) S 15364 15366 15320 0 -1 64 2437 0 0 0 110 0 0 0 16 0 13 0 201522116 1757528064 58788 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15366/tid=15375] ppid=15364 vsize=1716336 CPUtime=1.11
/proc/15366/task/15375/stat : 15375 (java) S 15364 15366 15320 0 -1 64 3137 0 0 0 110 1 0 0 17 0 13 0 201522116 1757528064 58788 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15366/tid=15376] ppid=15364 vsize=1716336 CPUtime=0
/proc/15366/task/15376/stat : 15376 (java) S 15364 15366 15320 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 201522116 1757528064 58788 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15366/tid=15377] ppid=15364 vsize=1716336 CPUtime=0
/proc/15366/task/15377/stat : 15377 (java) S 15364 15366 15320 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 201522116 1757528064 58788 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15366/tid=15378] ppid=15364 vsize=1716336 CPUtime=0
/proc/15366/task/15378/stat : 15378 (java) S 15364 15366 15320 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 201528169 1757528064 58788 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 172.74
Current children cumulated vsize (Kb) 1716336

[startup+180.128 s]
/proc/loadavg: 1.00 1.00 0.99 2/76 15378
/proc/meminfo: memFree=1458888/2055920 swapFree=4181196/4192956
[pid=15366] ppid=15364 vsize=1716336 CPUtime=182.76
/proc/15366/stat : 15366 (java) R 15364 15366 15320 0 -1 0 73671 0 1 0 18238 38 0 0 25 0 13 0 201522106 1757528064 58834 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071627347 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/15366/statm: 429084 58834 1910 14 0 415831 0
[pid=15366/tid=15367] ppid=15364 vsize=1716336 CPUtime=0.91
/proc/15366/task/15367/stat : 15367 (java) S 15364 15366 15320 0 -1 64 13112 0 0 0 84 7 0 0 17 0 13 0 201522110 1757528064 58834 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15366/tid=15368] ppid=15364 vsize=1716336 CPUtime=0.94
/proc/15366/task/15368/stat : 15368 (java) S 15364 15366 15320 0 -1 64 14739 0 0 0 88 6 0 0 16 0 13 0 201522110 1757528064 58834 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15366/tid=15369] ppid=15364 vsize=1716336 CPUtime=0.02
/proc/15366/task/15369/stat : 15369 (java) S 15364 15366 15320 0 -1 64 50 0 0 0 1 1 0 0 16 0 13 0 201522112 1757528064 58834 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=15366/tid=15370] ppid=15364 vsize=1716336 CPUtime=0
/proc/15366/task/15370/stat : 15370 (java) S 15364 15366 15320 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 201522113 1757528064 58834 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15366/tid=15371] ppid=15364 vsize=1716336 CPUtime=0
/proc/15366/task/15371/stat : 15371 (java) S 15364 15366 15320 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 201522113 1757528064 58834 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15366/tid=15372] ppid=15364 vsize=1716336 CPUtime=0
/proc/15366/task/15372/stat : 15372 (java) S 15364 15366 15320 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 201522116 1757528064 58834 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15366/tid=15373] ppid=15364 vsize=1716336 CPUtime=0
/proc/15366/task/15373/stat : 15373 (java) S 15364 15366 15320 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 201522116 1757528064 58834 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15366/tid=15374] ppid=15364 vsize=1716336 CPUtime=1.1
/proc/15366/task/15374/stat : 15374 (java) S 15364 15366 15320 0 -1 64 2437 0 0 0 110 0 0 0 16 0 13 0 201522116 1757528064 58834 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15366/tid=15375] ppid=15364 vsize=1716336 CPUtime=1.11
/proc/15366/task/15375/stat : 15375 (java) S 15364 15366 15320 0 -1 64 3137 0 0 0 110 1 0 0 17 0 13 0 201522116 1757528064 58834 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15366/tid=15376] ppid=15364 vsize=1716336 CPUtime=0
/proc/15366/task/15376/stat : 15376 (java) S 15364 15366 15320 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 201522116 1757528064 58834 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15366/tid=15377] ppid=15364 vsize=1716336 CPUtime=0
/proc/15366/task/15377/stat : 15377 (java) S 15364 15366 15320 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 201522116 1757528064 58834 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15366/tid=15378] ppid=15364 vsize=1716336 CPUtime=0
/proc/15366/task/15378/stat : 15378 (java) S 15364 15366 15320 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 201528169 1757528064 58834 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 182.76
Current children cumulated vsize (Kb) 1716336

[startup+190.135 s]
/proc/loadavg: 1.00 1.00 0.99 2/76 15378
/proc/meminfo: memFree=1458376/2055920 swapFree=4181196/4192956
[pid=15366] ppid=15364 vsize=1716336 CPUtime=192.77
/proc/15366/stat : 15366 (java) R 15364 15366 15320 0 -1 0 73856 0 1 0 19239 38 0 0 25 0 13 0 201522106 1757528064 59018 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071627109 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/15366/statm: 429084 59018 1910 14 0 415831 0
[pid=15366/tid=15367] ppid=15364 vsize=1716336 CPUtime=0.92
/proc/15366/task/15367/stat : 15367 (java) S 15364 15366 15320 0 -1 64 13194 0 0 0 85 7 0 0 16 0 13 0 201522110 1757528064 59018 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15366/tid=15368] ppid=15364 vsize=1716336 CPUtime=0.95
/proc/15366/task/15368/stat : 15368 (java) S 15364 15366 15320 0 -1 64 14841 0 0 0 89 6 0 0 16 0 13 0 201522110 1757528064 59018 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15366/tid=15369] ppid=15364 vsize=1716336 CPUtime=0.02
/proc/15366/task/15369/stat : 15369 (java) S 15364 15366 15320 0 -1 64 50 0 0 0 1 1 0 0 16 0 13 0 201522112 1757528064 59018 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=15366/tid=15370] ppid=15364 vsize=1716336 CPUtime=0
/proc/15366/task/15370/stat : 15370 (java) S 15364 15366 15320 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 201522113 1757528064 59018 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15366/tid=15371] ppid=15364 vsize=1716336 CPUtime=0
/proc/15366/task/15371/stat : 15371 (java) S 15364 15366 15320 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 201522113 1757528064 59018 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15366/tid=15372] ppid=15364 vsize=1716336 CPUtime=0
/proc/15366/task/15372/stat : 15372 (java) S 15364 15366 15320 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 201522116 1757528064 59018 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15366/tid=15373] ppid=15364 vsize=1716336 CPUtime=0
/proc/15366/task/15373/stat : 15373 (java) S 15364 15366 15320 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 201522116 1757528064 59018 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15366/tid=15374] ppid=15364 vsize=1716336 CPUtime=1.1
/proc/15366/task/15374/stat : 15374 (java) S 15364 15366 15320 0 -1 64 2437 0 0 0 110 0 0 0 16 0 13 0 201522116 1757528064 59018 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15366/tid=15375] ppid=15364 vsize=1716336 CPUtime=1.11
/proc/15366/task/15375/stat : 15375 (java) S 15364 15366 15320 0 -1 64 3137 0 0 0 110 1 0 0 17 0 13 0 201522116 1757528064 59018 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15366/tid=15376] ppid=15364 vsize=1716336 CPUtime=0
/proc/15366/task/15376/stat : 15376 (java) S 15364 15366 15320 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 201522116 1757528064 59018 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15366/tid=15377] ppid=15364 vsize=1716336 CPUtime=0
/proc/15366/task/15377/stat : 15377 (java) S 15364 15366 15320 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 201522116 1757528064 59018 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15366/tid=15378] ppid=15364 vsize=1716336 CPUtime=0
/proc/15366/task/15378/stat : 15378 (java) S 15364 15366 15320 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 201528169 1757528064 59018 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 192.77
Current children cumulated vsize (Kb) 1716336

Child status: 20
Real time (s): 194.714
CPU time (s): 197.331
CPU user time (s): 196.911
CPU system time (s): 0.419936
CPU usage (%): 101.344
Max. virtual memory (cumulated for all children) (Kb): 1716336

Launcher Data (download as text)

Begin job on node38 on Sat Jun  3 18:15:58 UTC 2006


FILE ID= 44043-1149358558

PBS_JOBID= 311379

BENCH NAME= HOME/pub/bench/PB06//final/normalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/MIPLIB/miplib2003/normalized-reduced-mps-v2-20-10-atlanta-ip.opb
COMMAND LINE= java -server -Xms1500M -Xmx1500M -jar ROOT/solvers/PB/PB06final/user5/sat4jPseudoPlus.jar ROOT/tmp/node38/44043-1149358558/instance-44043-1149358558.opb 971663987
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node38/watcher-44043-1149358558 -o ROOT/results/node38/solver-44043-1149358558 -C 1800 -M 1800 -S 64  java -server -Xms1500M -Xmx1500M -jar ROOT/solvers/PB/PB06final/user5/sat4jPseudoPlus.jar ROOT/tmp/node38/44043-1149358558/instance-44043-1149358558.opb 971663987

MD5SUM SOLVER= e9637a7554f3ecdf74c1815f89d00213
MD5SUM BENCH=  235de11a8c28ae4c0ee0cc0c0810952d

RANDOM SEED= 971663987


/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.267
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.267
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:       1687216 kB
Buffers:         25188 kB
Cached:         276712 kB
SwapCached:       3420 kB
Active:          65260 kB
Inactive:       245324 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1687216 kB
SwapTotal:     4192956 kB
SwapFree:      4181196 kB
Dirty:             176 kB
Writeback:           0 kB
Mapped:          14904 kB
Slab:            44116 kB
Committed_AS:   336868 kB
PageTables:       1484 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB


End job on node38 on Sat Jun  3 18:19:13 UTC 2006