Trace number 42546

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds, and are wall clock time (not CPU time).

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerObjective functionCPU timeWall clock time
SAT4JPSEUDO 2006.2 HeuristicsUNSAT 1276.09 1272.14

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/
ftp.netlib.org/lp/data/normalized-reduced-mps-v2-20-10-bnl2.opb
MD5SUM4c72c91139ee79c29342b8f97e9b4cad
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 benchmark44.9042
Has Objective FunctionYES
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables104670
Total number of constraints2262
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints2262
Minimum length of a constraint30
Maximum length of a constraint2460
Number of terms in the objective function 50550
Biggest coefficient in the objective function 14942
Number of bits for the biggest coefficient in the objective function 14
Sum of the numbers in the objective function 568060
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 568060
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.18	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.18	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.18	c no version file found!!!
0.18	c sun.arch.data.model	32
0.18	c java.version	1.5.0_06
0.18	c os.name	Linux
0.18	c os.version	2.6.9-22.EL.rootsmp
0.18	c os.arch	i386
0.18	c Free memory 1548419056
0.18	c Max memory 1551040512
0.18	c Total memory 1551040512
0.18	c Number of processors 2
0.25	c Cutting planes based inference
0.25	c --- Begin Solver configuration ---
0.25	c org.sat4j.minisat.uip.FirstUIP@1df073d
0.25	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@1546e25
0.25	c org.sat4j.minisat.learning.MiniSATLearning@b66cc
0.25	c conflictBoundIncFactor=1.5 learntBoundIncFactor=1.1 initLearntBoundConstraintFactor=10000.0 initConflictBound=100 
0.25	c VSIDS like heuristics from MiniSAT using a heap
0.25	c No reason simplification
0.25	c --- End Solver configuration ---
0.25	c solving ROOT/tmp/node26/42546-1149342634/instance-42546-1149342634.opb
0.25	c reading problem ... 
12.63	c ... done. Time 12.378 ms.
12.63	c #vars     104670
12.63	c #constraints  3587
1272.09	c starts		: 9
1272.09	c conflicts		: 5160
1272.09	c decisions		: 75284
1272.09	c propagations		: 646477
1272.09	c inspects		: 11852420
1272.09	c learnt literals	: 0
1272.09	c learnt binary clauses	: 0
1272.09	c learnt ternary clauses	: 0
1272.09	c learnt clauses	: 5159
1272.09	c root simplifications	: 0
1272.09	c removed literals (reason simplification)	: 0
1272.09	c reason swapping (by a shorter reason)	: 0
1272.09	c Calls to reduceDB	: 0
1272.09	c speed (decisions/second)	: 59.793766942189464
1272.09	c non guided choices	4271
1272.09	s UNSATISFIABLE
1272.09	c Total wall clock time (ms): 1271.844

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

Current StackSize limit: 67108864 bytes

/proc/loadavg: 0.92 0.98 0.99 2/64 26620
/proc/meminfo: memFree=1432168/2055920 swapFree=4192956/4192956
[pid=26620] ppid=26618 vsize=1816 CPUtime=0
/proc/26620/stat : 26620 (java) R 26618 26620 26574 0 -1 0 176 0 0 0 0 0 0 0 18 0 1 0 17434337 1859584 147 18446744073709551615 134512640 134570276 4294956608 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/26620/statm: 446 146 111 14 0 91 0

[startup+10.0027 s]
/proc/loadavg: 0.93 0.98 0.99 2/75 26631
/proc/meminfo: memFree=1203152/2055920 swapFree=4192956/4192956
[pid=26620] ppid=26618 vsize=1715224 CPUtime=11.55
/proc/26620/stat : 26620 (java) R 26618 26620 26574 0 -1 0 63460 0 1 0 1126 29 0 0 24 0 12 0 17434337 1756389376 59041 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071380263 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26620/statm: 428806 59041 1886 14 0 415553 0
[pid=26620/tid=26621] ppid=26618 vsize=1715224 CPUtime=0.93
/proc/26620/task/26621/stat : 26621 (java) S 26618 26620 26574 0 -1 64 11245 0 0 0 87 6 0 0 16 0 12 0 17434341 1756389376 59041 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26620/tid=26622] ppid=26618 vsize=1715224 CPUtime=0.92
/proc/26620/task/26622/stat : 26622 (java) S 26618 26620 26574 0 -1 64 12915 0 0 0 86 6 0 0 16 0 12 0 17434341 1756389376 59041 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26620/tid=26623] ppid=26618 vsize=1715224 CPUtime=0
/proc/26620/task/26623/stat : 26623 (java) S 26618 26620 26574 0 -1 64 14 0 0 0 0 0 0 0 16 0 12 0 17434343 1756389376 59041 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=26620/tid=26624] ppid=26618 vsize=1715224 CPUtime=0
/proc/26620/task/26624/stat : 26624 (java) S 26618 26620 26574 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 17434344 1756389376 59041 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26620/tid=26625] ppid=26618 vsize=1715224 CPUtime=0
/proc/26620/task/26625/stat : 26625 (java) S 26618 26620 26574 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 17434344 1756389376 59041 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26620/tid=26626] ppid=26618 vsize=1715224 CPUtime=0
/proc/26620/task/26626/stat : 26626 (java) S 26618 26620 26574 0 -1 64 0 0 0 0 0 0 0 0 21 0 12 0 17434350 1756389376 59041 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26620/tid=26627] ppid=26618 vsize=1715224 CPUtime=0
/proc/26620/task/26627/stat : 26627 (java) S 26618 26620 26574 0 -1 64 5 0 0 0 0 0 0 0 17 0 12 0 17434350 1756389376 59041 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26620/tid=26628] ppid=26618 vsize=1715224 CPUtime=0.53
/proc/26620/task/26628/stat : 26628 (java) S 26618 26620 26574 0 -1 64 1741 0 0 0 53 0 0 0 16 0 12 0 17434350 1756389376 59041 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26620/tid=26629] ppid=26618 vsize=1715224 CPUtime=0.37
/proc/26620/task/26629/stat : 26629 (java) S 26618 26620 26574 0 -1 64 1138 0 0 0 37 0 0 0 16 0 12 0 17434350 1756389376 59041 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26620/tid=26630] ppid=26618 vsize=1715224 CPUtime=0
/proc/26620/task/26630/stat : 26630 (java) S 26618 26620 26574 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 17434350 1756389376 59041 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26620/tid=26631] ppid=26618 vsize=1715224 CPUtime=0
/proc/26620/task/26631/stat : 26631 (java) S 26618 26620 26574 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 17434350 1756389376 59041 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 11.55
Current children cumulated vsize (Kb) 1715224

[startup+20.0097 s]
/proc/loadavg: 1.09 1.02 1.00 2/76 26632
/proc/meminfo: memFree=1180936/2055920 swapFree=4192956/4192956
[pid=26620] ppid=26618 vsize=1715708 CPUtime=22.46
/proc/26620/stat : 26620 (java) R 26618 26620 26574 0 -1 0 69579 0 1 0 2213 33 0 0 25 0 13 0 17434337 1756884992 64646 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071708359 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26620/statm: 428927 64646 1909 14 0 415674 0
[pid=26620/tid=26621] ppid=26618 vsize=1715708 CPUtime=1.09
/proc/26620/task/26621/stat : 26621 (java) S 26618 26620 26574 0 -1 64 14067 0 0 0 102 7 0 0 16 0 13 0 17434341 1756884992 64646 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26620/tid=26622] ppid=26618 vsize=1715708 CPUtime=1.09
/proc/26620/task/26622/stat : 26622 (java) S 26618 26620 26574 0 -1 64 16046 0 0 0 102 7 0 0 16 0 13 0 17434341 1756884992 64646 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26620/tid=26623] ppid=26618 vsize=1715708 CPUtime=0
/proc/26620/task/26623/stat : 26623 (java) S 26618 26620 26574 0 -1 64 16 0 0 0 0 0 0 0 16 0 13 0 17434343 1756884992 64646 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=26620/tid=26624] ppid=26618 vsize=1715708 CPUtime=0
/proc/26620/task/26624/stat : 26624 (java) S 26618 26620 26574 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 17434344 1756884992 64646 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26620/tid=26625] ppid=26618 vsize=1715708 CPUtime=0
/proc/26620/task/26625/stat : 26625 (java) S 26618 26620 26574 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 17434344 1756884992 64646 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26620/tid=26626] ppid=26618 vsize=1715708 CPUtime=0
/proc/26620/task/26626/stat : 26626 (java) S 26618 26620 26574 0 -1 64 0 0 0 0 0 0 0 0 21 0 13 0 17434350 1756884992 64646 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26620/tid=26627] ppid=26618 vsize=1715708 CPUtime=0
/proc/26620/task/26627/stat : 26627 (java) S 26618 26620 26574 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 17434350 1756884992 64646 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26620/tid=26628] ppid=26618 vsize=1715708 CPUtime=1.03
/proc/26620/task/26628/stat : 26628 (java) S 26618 26620 26574 0 -1 64 1781 0 0 0 103 0 0 0 16 0 13 0 17434350 1756884992 64646 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26620/tid=26629] ppid=26618 vsize=1715708 CPUtime=0.8
/proc/26620/task/26629/stat : 26629 (java) S 26618 26620 26574 0 -1 64 1196 0 0 0 80 0 0 0 15 0 13 0 17434350 1756884992 64646 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26620/tid=26630] ppid=26618 vsize=1715708 CPUtime=0
/proc/26620/task/26630/stat : 26630 (java) S 26618 26620 26574 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 17434350 1756884992 64646 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26620/tid=26631] ppid=26618 vsize=1715708 CPUtime=0
/proc/26620/task/26631/stat : 26631 (java) S 26618 26620 26574 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 17434350 1756884992 64646 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26620/tid=26632] ppid=26618 vsize=1715708 CPUtime=0
/proc/26620/task/26632/stat : 26632 (java) S 26618 26620 26574 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 17435655 1756884992 64646 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 22.46
Current children cumulated vsize (Kb) 1715708

[startup+30.0167 s]
/proc/loadavg: 1.08 1.02 1.00 2/76 26632
/proc/meminfo: memFree=1186888/2055920 swapFree=4192956/4192956
[pid=26620] ppid=26618 vsize=1715708 CPUtime=32.8
/proc/26620/stat : 26620 (java) R 26618 26620 26574 0 -1 0 71047 0 1 0 3245 35 0 0 25 0 13 0 17434337 1756884992 63131 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071679108 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26620/statm: 428927 63131 1909 14 0 415674 0
[pid=26620/tid=26621] ppid=26618 vsize=1715708 CPUtime=1.13
/proc/26620/task/26621/stat : 26621 (java) S 26618 26620 26574 0 -1 64 14239 0 0 0 105 8 0 0 17 0 13 0 17434341 1756884992 63131 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26620/tid=26622] ppid=26618 vsize=1715708 CPUtime=1.13
/proc/26620/task/26622/stat : 26622 (java) S 26618 26620 26574 0 -1 64 16528 0 0 0 105 8 0 0 16 0 13 0 17434341 1756884992 63131 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26620/tid=26623] ppid=26618 vsize=1715708 CPUtime=0
/proc/26620/task/26623/stat : 26623 (java) S 26618 26620 26574 0 -1 64 16 0 0 0 0 0 0 0 16 0 13 0 17434343 1756884992 63131 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=26620/tid=26624] ppid=26618 vsize=1715708 CPUtime=0
/proc/26620/task/26624/stat : 26624 (java) S 26618 26620 26574 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 17434344 1756884992 63131 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26620/tid=26625] ppid=26618 vsize=1715708 CPUtime=0
/proc/26620/task/26625/stat : 26625 (java) S 26618 26620 26574 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 17434344 1756884992 63131 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26620/tid=26626] ppid=26618 vsize=1715708 CPUtime=0
/proc/26620/task/26626/stat : 26626 (java) S 26618 26620 26574 0 -1 64 0 0 0 0 0 0 0 0 21 0 13 0 17434350 1756884992 63131 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26620/tid=26627] ppid=26618 vsize=1715708 CPUtime=0
/proc/26620/task/26627/stat : 26627 (java) S 26618 26620 26574 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 17434350 1756884992 63131 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26620/tid=26628] ppid=26618 vsize=1715708 CPUtime=1.08
/proc/26620/task/26628/stat : 26628 (java) S 26618 26620 26574 0 -1 64 1784 0 0 0 108 0 0 0 17 0 13 0 17434350 1756884992 63131 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26620/tid=26629] ppid=26618 vsize=1715708 CPUtime=1.08
/proc/26620/task/26629/stat : 26629 (java) S 26618 26620 26574 0 -1 64 1999 0 0 0 107 1 0 0 16 0 13 0 17434350 1756884992 63131 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26620/tid=26630] ppid=26618 vsize=1715708 CPUtime=0
/proc/26620/task/26630/stat : 26630 (java) S 26618 26620 26574 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 17434350 1756884992 63131 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26620/tid=26631] ppid=26618 vsize=1715708 CPUtime=0
/proc/26620/task/26631/stat : 26631 (java) S 26618 26620 26574 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 17434350 1756884992 63131 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26620/tid=26632] ppid=26618 vsize=1715708 CPUtime=0
/proc/26620/task/26632/stat : 26632 (java) S 26618 26620 26574 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 17435655 1756884992 63131 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 32.8
Current children cumulated vsize (Kb) 1715708

[startup+40.0237 s]
/proc/loadavg: 1.06 1.01 1.00 2/76 26632
/proc/meminfo: memFree=1195912/2055920 swapFree=4192956/4192956
[pid=26620] ppid=26618 vsize=1715708 CPUtime=42.98
/proc/26620/stat : 26620 (java) R 26618 26620 26574 0 -1 0 72005 0 1 0 4262 36 0 0 25 0 13 0 17434337 1756884992 60878 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071449806 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26620/statm: 428927 60878 1909 14 0 415674 0
[pid=26620/tid=26621] ppid=26618 vsize=1715708 CPUtime=1.18
/proc/26620/task/26621/stat : 26621 (java) S 26618 26620 26574 0 -1 64 14841 0 0 0 110 8 0 0 16 0 13 0 17434341 1756884992 60878 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26620/tid=26622] ppid=26618 vsize=1715708 CPUtime=1.17
/proc/26620/task/26622/stat : 26622 (java) S 26618 26620 26574 0 -1 64 16868 0 0 0 109 8 0 0 16 0 13 0 17434341 1756884992 60878 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26620/tid=26623] ppid=26618 vsize=1715708 CPUtime=0
/proc/26620/task/26623/stat : 26623 (java) S 26618 26620 26574 0 -1 64 16 0 0 0 0 0 0 0 16 0 13 0 17434343 1756884992 60878 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=26620/tid=26624] ppid=26618 vsize=1715708 CPUtime=0
/proc/26620/task/26624/stat : 26624 (java) S 26618 26620 26574 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 17434344 1756884992 60878 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26620/tid=26625] ppid=26618 vsize=1715708 CPUtime=0
/proc/26620/task/26625/stat : 26625 (java) S 26618 26620 26574 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 17434344 1756884992 60878 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26620/tid=26626] ppid=26618 vsize=1715708 CPUtime=0
/proc/26620/task/26626/stat : 26626 (java) S 26618 26620 26574 0 -1 64 0 0 0 0 0 0 0 0 21 0 13 0 17434350 1756884992 60878 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26620/tid=26627] ppid=26618 vsize=1715708 CPUtime=0
/proc/26620/task/26627/stat : 26627 (java) S 26618 26620 26574 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 17434350 1756884992 60878 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26620/tid=26628] ppid=26618 vsize=1715708 CPUtime=1.17
/proc/26620/task/26628/stat : 26628 (java) S 26618 26620 26574 0 -1 64 1786 0 0 0 116 1 0 0 17 0 13 0 17434350 1756884992 60878 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26620/tid=26629] ppid=26618 vsize=1715708 CPUtime=1.16
/proc/26620/task/26629/stat : 26629 (java) S 26618 26620 26574 0 -1 64 2001 0 0 0 115 1 0 0 17 0 13 0 17434350 1756884992 60878 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26620/tid=26630] ppid=26618 vsize=1715708 CPUtime=0
/proc/26620/task/26630/stat : 26630 (java) S 26618 26620 26574 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 17434350 1756884992 60878 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26620/tid=26631] ppid=26618 vsize=1715708 CPUtime=0
/proc/26620/task/26631/stat : 26631 (java) S 26618 26620 26574 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 17434350 1756884992 60878 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26620/tid=26632] ppid=26618 vsize=1715708 CPUtime=0
/proc/26620/task/26632/stat : 26632 (java) S 26618 26620 26574 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 17435655 1756884992 60878 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 42.98
Current children cumulated vsize (Kb) 1715708

[startup+50.0307 s]
/proc/loadavg: 1.05 1.01 1.00 2/76 26632
/proc/meminfo: memFree=1201224/2055920 swapFree=4192956/4192956
[pid=26620] ppid=26618 vsize=1715708 CPUtime=53.03
/proc/26620/stat : 26620 (java) R 26618 26620 26574 0 -1 0 72792 0 1 0 5266 37 0 0 25 0 13 0 17434337 1756884992 59519 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071708509 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26620/statm: 428927 59519 1909 14 0 415674 0
[pid=26620/tid=26621] ppid=26618 vsize=1715708 CPUtime=1.22
/proc/26620/task/26621/stat : 26621 (java) S 26618 26620 26574 0 -1 64 15552 0 0 0 113 9 0 0 16 0 13 0 17434341 1756884992 59519 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26620/tid=26622] ppid=26618 vsize=1715708 CPUtime=1.2
/proc/26620/task/26622/stat : 26622 (java) S 26618 26620 26574 0 -1 64 16932 0 0 0 112 8 0 0 17 0 13 0 17434341 1756884992 59519 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26620/tid=26623] ppid=26618 vsize=1715708 CPUtime=0.01
/proc/26620/task/26623/stat : 26623 (java) S 26618 26620 26574 0 -1 64 16 0 0 0 1 0 0 0 16 0 13 0 17434343 1756884992 59519 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=26620/tid=26624] ppid=26618 vsize=1715708 CPUtime=0
/proc/26620/task/26624/stat : 26624 (java) S 26618 26620 26574 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 17434344 1756884992 59519 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26620/tid=26625] ppid=26618 vsize=1715708 CPUtime=0
/proc/26620/task/26625/stat : 26625 (java) S 26618 26620 26574 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 17434344 1756884992 59519 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26620/tid=26626] ppid=26618 vsize=1715708 CPUtime=0
/proc/26620/task/26626/stat : 26626 (java) S 26618 26620 26574 0 -1 64 0 0 0 0 0 0 0 0 21 0 13 0 17434350 1756884992 59519 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26620/tid=26627] ppid=26618 vsize=1715708 CPUtime=0
/proc/26620/task/26627/stat : 26627 (java) S 26618 26620 26574 0 -1 64 5 0 0 0 0 0 0 0 17 0 13 0 17434350 1756884992 59519 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26620/tid=26628] ppid=26618 vsize=1715708 CPUtime=1.17
/proc/26620/task/26628/stat : 26628 (java) S 26618 26620 26574 0 -1 64 1786 0 0 0 116 1 0 0 16 0 13 0 17434350 1756884992 59519 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26620/tid=26629] ppid=26618 vsize=1715708 CPUtime=1.17
/proc/26620/task/26629/stat : 26629 (java) S 26618 26620 26574 0 -1 64 2003 0 0 0 116 1 0 0 17 0 13 0 17434350 1756884992 59519 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26620/tid=26630] ppid=26618 vsize=1715708 CPUtime=0
/proc/26620/task/26630/stat : 26630 (java) S 26618 26620 26574 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 17434350 1756884992 59519 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26620/tid=26631] ppid=26618 vsize=1715708 CPUtime=0
/proc/26620/task/26631/stat : 26631 (java) S 26618 26620 26574 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 17434350 1756884992 59519 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26620/tid=26632] ppid=26618 vsize=1715708 CPUtime=0
/proc/26620/task/26632/stat : 26632 (java) S 26618 26620 26574 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 17435655 1756884992 59519 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 53.03
Current children cumulated vsize (Kb) 1715708

[startup+60.0377 s]
/proc/loadavg: 1.04 1.01 1.00 2/76 26632
/proc/meminfo: memFree=1201416/2055920 swapFree=4192956/4192956
[pid=26620] ppid=26618 vsize=1715708 CPUtime=63.07
/proc/26620/stat : 26620 (java) R 26618 26620 26574 0 -1 0 73039 0 1 0 6270 37 0 0 17 0 13 0 17434337 1756884992 59526 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071679108 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26620/statm: 428927 59526 1909 14 0 415674 0
[pid=26620/tid=26621] ppid=26618 vsize=1715708 CPUtime=1.24
/proc/26620/task/26621/stat : 26621 (java) S 26618 26620 26574 0 -1 64 15691 0 0 0 115 9 0 0 16 0 13 0 17434341 1756884992 59526 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26620/tid=26622] ppid=26618 vsize=1715708 CPUtime=1.22
/proc/26620/task/26622/stat : 26622 (java) S 26618 26620 26574 0 -1 64 17031 0 0 0 114 8 0 0 16 0 13 0 17434341 1756884992 59526 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26620/tid=26623] ppid=26618 vsize=1715708 CPUtime=0.01
/proc/26620/task/26623/stat : 26623 (java) S 26618 26620 26574 0 -1 64 16 0 0 0 1 0 0 0 16 0 13 0 17434343 1756884992 59526 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=26620/tid=26624] ppid=26618 vsize=1715708 CPUtime=0
/proc/26620/task/26624/stat : 26624 (java) S 26618 26620 26574 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 17434344 1756884992 59526 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26620/tid=26625] ppid=26618 vsize=1715708 CPUtime=0
/proc/26620/task/26625/stat : 26625 (java) S 26618 26620 26574 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 17434344 1756884992 59526 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26620/tid=26626] ppid=26618 vsize=1715708 CPUtime=0
/proc/26620/task/26626/stat : 26626 (java) S 26618 26620 26574 0 -1 64 0 0 0 0 0 0 0 0 21 0 13 0 17434350 1756884992 59526 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26620/tid=26627] ppid=26618 vsize=1715708 CPUtime=0
/proc/26620/task/26627/stat : 26627 (java) S 26618 26620 26574 0 -1 64 5 0 0 0 0 0 0 0 17 0 13 0 17434350 1756884992 59526 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0

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

/proc/26620/statm: 428927 58384 1909 14 0 415674 0
[pid=26620/tid=26621] ppid=26618 vsize=1715708 CPUtime=2.44
/proc/26620/task/26621/stat : 26621 (java) S 26618 26620 26574 0 -1 64 21956 0 0 0 230 14 0 0 16 0 13 0 17434341 1756884992 58384 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26620/tid=26622] ppid=26618 vsize=1715708 CPUtime=2.42
/proc/26620/task/26622/stat : 26622 (java) S 26618 26620 26574 0 -1 64 23901 0 0 0 229 13 0 0 16 0 13 0 17434341 1756884992 58384 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26620/tid=26623] ppid=26618 vsize=1715708 CPUtime=0.07
/proc/26620/task/26623/stat : 26623 (java) S 26618 26620 26574 0 -1 64 16 0 0 0 4 3 0 0 16 0 13 0 17434343 1756884992 58384 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=26620/tid=26624] ppid=26618 vsize=1715708 CPUtime=0
/proc/26620/task/26624/stat : 26624 (java) S 26618 26620 26574 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 17434344 1756884992 58384 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26620/tid=26625] ppid=26618 vsize=1715708 CPUtime=0
/proc/26620/task/26625/stat : 26625 (java) S 26618 26620 26574 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 17434344 1756884992 58384 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26620/tid=26626] ppid=26618 vsize=1715708 CPUtime=0
/proc/26620/task/26626/stat : 26626 (java) S 26618 26620 26574 0 -1 64 0 0 0 0 0 0 0 0 21 0 13 0 17434350 1756884992 58384 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26620/tid=26627] ppid=26618 vsize=1715708 CPUtime=0
/proc/26620/task/26627/stat : 26627 (java) S 26618 26620 26574 0 -1 64 5 0 0 0 0 0 0 0 17 0 13 0 17434350 1756884992 58384 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26620/tid=26628] ppid=26618 vsize=1715708 CPUtime=1.21
/proc/26620/task/26628/stat : 26628 (java) S 26618 26620 26574 0 -1 64 1791 0 0 0 120 1 0 0 16 0 13 0 17434350 1756884992 58384 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26620/tid=26629] ppid=26618 vsize=1715708 CPUtime=1.21
/proc/26620/task/26629/stat : 26629 (java) S 26618 26620 26574 0 -1 64 2006 0 0 0 120 1 0 0 16 0 13 0 17434350 1756884992 58384 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26620/tid=26630] ppid=26618 vsize=1715708 CPUtime=0
/proc/26620/task/26630/stat : 26630 (java) S 26618 26620 26574 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 17434350 1756884992 58384 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26620/tid=26631] ppid=26618 vsize=1715708 CPUtime=0
/proc/26620/task/26631/stat : 26631 (java) S 26618 26620 26574 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 17434350 1756884992 58384 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26620/tid=26632] ppid=26618 vsize=1715708 CPUtime=0
/proc/26620/task/26632/stat : 26632 (java) S 26618 26620 26574 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 17435655 1756884992 58384 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1224.68
Current children cumulated vsize (Kb) 1715708

[startup+1230.84 s]
/proc/loadavg: 1.00 1.00 1.00 2/76 26827
/proc/meminfo: memFree=1204872/2055920 swapFree=4192956/4192956
[pid=26620] ppid=26618 vsize=1715708 CPUtime=1234.71
/proc/26620/stat : 26620 (java) R 26618 26620 26574 0 -1 0 86563 0 1 0 123416 55 0 0 25 0 13 0 17434337 1756884992 58473 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071679108 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26620/statm: 428927 58473 1909 14 0 415674 0
[pid=26620/tid=26621] ppid=26618 vsize=1715708 CPUtime=2.46
/proc/26620/task/26621/stat : 26621 (java) S 26618 26620 26574 0 -1 64 22032 0 0 0 232 14 0 0 16 0 13 0 17434341 1756884992 58473 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26620/tid=26622] ppid=26618 vsize=1715708 CPUtime=2.44
/proc/26620/task/26622/stat : 26622 (java) S 26618 26620 26574 0 -1 64 24028 0 0 0 231 13 0 0 16 0 13 0 17434341 1756884992 58473 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26620/tid=26623] ppid=26618 vsize=1715708 CPUtime=0.07
/proc/26620/task/26623/stat : 26623 (java) S 26618 26620 26574 0 -1 64 16 0 0 0 4 3 0 0 16 0 13 0 17434343 1756884992 58473 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=26620/tid=26624] ppid=26618 vsize=1715708 CPUtime=0
/proc/26620/task/26624/stat : 26624 (java) S 26618 26620 26574 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 17434344 1756884992 58473 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26620/tid=26625] ppid=26618 vsize=1715708 CPUtime=0
/proc/26620/task/26625/stat : 26625 (java) S 26618 26620 26574 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 17434344 1756884992 58473 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26620/tid=26626] ppid=26618 vsize=1715708 CPUtime=0
/proc/26620/task/26626/stat : 26626 (java) S 26618 26620 26574 0 -1 64 0 0 0 0 0 0 0 0 21 0 13 0 17434350 1756884992 58473 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26620/tid=26627] ppid=26618 vsize=1715708 CPUtime=0
/proc/26620/task/26627/stat : 26627 (java) S 26618 26620 26574 0 -1 64 5 0 0 0 0 0 0 0 17 0 13 0 17434350 1756884992 58473 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26620/tid=26628] ppid=26618 vsize=1715708 CPUtime=1.21
/proc/26620/task/26628/stat : 26628 (java) S 26618 26620 26574 0 -1 64 1791 0 0 0 120 1 0 0 16 0 13 0 17434350 1756884992 58473 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26620/tid=26629] ppid=26618 vsize=1715708 CPUtime=1.21
/proc/26620/task/26629/stat : 26629 (java) S 26618 26620 26574 0 -1 64 2006 0 0 0 120 1 0 0 16 0 13 0 17434350 1756884992 58473 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26620/tid=26630] ppid=26618 vsize=1715708 CPUtime=0
/proc/26620/task/26630/stat : 26630 (java) S 26618 26620 26574 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 17434350 1756884992 58473 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26620/tid=26631] ppid=26618 vsize=1715708 CPUtime=0
/proc/26620/task/26631/stat : 26631 (java) S 26618 26620 26574 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 17434350 1756884992 58473 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26620/tid=26632] ppid=26618 vsize=1715708 CPUtime=0
/proc/26620/task/26632/stat : 26632 (java) S 26618 26620 26574 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 17435655 1756884992 58473 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1234.71
Current children cumulated vsize (Kb) 1715708

[startup+1240.84 s]
/proc/loadavg: 1.00 1.00 1.00 2/76 26827
/proc/meminfo: memFree=1204808/2055920 swapFree=4192956/4192956
[pid=26620] ppid=26618 vsize=1715708 CPUtime=1244.73
/proc/26620/stat : 26620 (java) R 26618 26620 26574 0 -1 0 86723 0 1 0 124418 55 0 0 25 0 13 0 17434337 1756884992 58527 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071708359 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26620/statm: 428927 58527 1909 14 0 415674 0
[pid=26620/tid=26621] ppid=26618 vsize=1715708 CPUtime=2.48
/proc/26620/task/26621/stat : 26621 (java) S 26618 26620 26574 0 -1 64 22128 0 0 0 234 14 0 0 16 0 13 0 17434341 1756884992 58527 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26620/tid=26622] ppid=26618 vsize=1715708 CPUtime=2.46
/proc/26620/task/26622/stat : 26622 (java) S 26618 26620 26574 0 -1 64 24090 0 0 0 233 13 0 0 16 0 13 0 17434341 1756884992 58527 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26620/tid=26623] ppid=26618 vsize=1715708 CPUtime=0.07
/proc/26620/task/26623/stat : 26623 (java) S 26618 26620 26574 0 -1 64 16 0 0 0 4 3 0 0 16 0 13 0 17434343 1756884992 58527 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=26620/tid=26624] ppid=26618 vsize=1715708 CPUtime=0
/proc/26620/task/26624/stat : 26624 (java) S 26618 26620 26574 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 17434344 1756884992 58527 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26620/tid=26625] ppid=26618 vsize=1715708 CPUtime=0
/proc/26620/task/26625/stat : 26625 (java) S 26618 26620 26574 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 17434344 1756884992 58527 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26620/tid=26626] ppid=26618 vsize=1715708 CPUtime=0
/proc/26620/task/26626/stat : 26626 (java) S 26618 26620 26574 0 -1 64 0 0 0 0 0 0 0 0 21 0 13 0 17434350 1756884992 58527 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26620/tid=26627] ppid=26618 vsize=1715708 CPUtime=0
/proc/26620/task/26627/stat : 26627 (java) S 26618 26620 26574 0 -1 64 5 0 0 0 0 0 0 0 17 0 13 0 17434350 1756884992 58527 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26620/tid=26628] ppid=26618 vsize=1715708 CPUtime=1.21
/proc/26620/task/26628/stat : 26628 (java) S 26618 26620 26574 0 -1 64 1791 0 0 0 120 1 0 0 16 0 13 0 17434350 1756884992 58527 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26620/tid=26629] ppid=26618 vsize=1715708 CPUtime=1.21
/proc/26620/task/26629/stat : 26629 (java) S 26618 26620 26574 0 -1 64 2006 0 0 0 120 1 0 0 16 0 13 0 17434350 1756884992 58527 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26620/tid=26630] ppid=26618 vsize=1715708 CPUtime=0
/proc/26620/task/26630/stat : 26630 (java) S 26618 26620 26574 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 17434350 1756884992 58527 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26620/tid=26631] ppid=26618 vsize=1715708 CPUtime=0
/proc/26620/task/26631/stat : 26631 (java) S 26618 26620 26574 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 17434350 1756884992 58527 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26620/tid=26632] ppid=26618 vsize=1715708 CPUtime=0
/proc/26620/task/26632/stat : 26632 (java) S 26618 26620 26574 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 17435655 1756884992 58527 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1244.73
Current children cumulated vsize (Kb) 1715708

[startup+1250.85 s]
/proc/loadavg: 1.00 1.00 1.00 2/76 26827
/proc/meminfo: memFree=1204424/2055920 swapFree=4192956/4192956
[pid=26620] ppid=26618 vsize=1715708 CPUtime=1254.75
/proc/26620/stat : 26620 (java) R 26618 26620 26574 0 -1 0 86929 0 1 0 125420 55 0 0 25 0 13 0 17434337 1756884992 58584 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071708351 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26620/statm: 428927 58584 1909 14 0 415674 0
[pid=26620/tid=26621] ppid=26618 vsize=1715708 CPUtime=2.5
/proc/26620/task/26621/stat : 26621 (java) S 26618 26620 26574 0 -1 64 22164 0 0 0 236 14 0 0 16 0 13 0 17434341 1756884992 58584 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26620/tid=26622] ppid=26618 vsize=1715708 CPUtime=2.49
/proc/26620/task/26622/stat : 26622 (java) S 26618 26620 26574 0 -1 64 24257 0 0 0 235 14 0 0 16 0 13 0 17434341 1756884992 58584 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26620/tid=26623] ppid=26618 vsize=1715708 CPUtime=0.07
/proc/26620/task/26623/stat : 26623 (java) S 26618 26620 26574 0 -1 64 16 0 0 0 4 3 0 0 16 0 13 0 17434343 1756884992 58584 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=26620/tid=26624] ppid=26618 vsize=1715708 CPUtime=0
/proc/26620/task/26624/stat : 26624 (java) S 26618 26620 26574 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 17434344 1756884992 58584 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26620/tid=26625] ppid=26618 vsize=1715708 CPUtime=0
/proc/26620/task/26625/stat : 26625 (java) S 26618 26620 26574 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 17434344 1756884992 58584 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26620/tid=26626] ppid=26618 vsize=1715708 CPUtime=0
/proc/26620/task/26626/stat : 26626 (java) S 26618 26620 26574 0 -1 64 0 0 0 0 0 0 0 0 21 0 13 0 17434350 1756884992 58584 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26620/tid=26627] ppid=26618 vsize=1715708 CPUtime=0
/proc/26620/task/26627/stat : 26627 (java) S 26618 26620 26574 0 -1 64 5 0 0 0 0 0 0 0 17 0 13 0 17434350 1756884992 58584 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26620/tid=26628] ppid=26618 vsize=1715708 CPUtime=1.21
/proc/26620/task/26628/stat : 26628 (java) S 26618 26620 26574 0 -1 64 1791 0 0 0 120 1 0 0 16 0 13 0 17434350 1756884992 58584 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26620/tid=26629] ppid=26618 vsize=1715708 CPUtime=1.21
/proc/26620/task/26629/stat : 26629 (java) S 26618 26620 26574 0 -1 64 2006 0 0 0 120 1 0 0 16 0 13 0 17434350 1756884992 58584 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26620/tid=26630] ppid=26618 vsize=1715708 CPUtime=0
/proc/26620/task/26630/stat : 26630 (java) S 26618 26620 26574 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 17434350 1756884992 58584 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26620/tid=26631] ppid=26618 vsize=1715708 CPUtime=0
/proc/26620/task/26631/stat : 26631 (java) S 26618 26620 26574 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 17434350 1756884992 58584 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26620/tid=26632] ppid=26618 vsize=1715708 CPUtime=0
/proc/26620/task/26632/stat : 26632 (java) S 26618 26620 26574 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 17435655 1756884992 58584 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1254.75
Current children cumulated vsize (Kb) 1715708

[startup+1260.86 s]
/proc/loadavg: 1.00 1.00 1.00 2/76 26827
/proc/meminfo: memFree=1204360/2055920 swapFree=4192956/4192956
[pid=26620] ppid=26618 vsize=1715708 CPUtime=1264.79
/proc/26620/stat : 26620 (java) R 26618 26620 26574 0 -1 0 87091 0 1 0 126423 56 0 0 25 0 13 0 17434337 1756884992 58613 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071708362 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26620/statm: 428927 58613 1909 14 0 415674 0
[pid=26620/tid=26621] ppid=26618 vsize=1715708 CPUtime=2.52
/proc/26620/task/26621/stat : 26621 (java) S 26618 26620 26574 0 -1 64 22265 0 0 0 238 14 0 0 16 0 13 0 17434341 1756884992 58613 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26620/tid=26622] ppid=26618 vsize=1715708 CPUtime=2.51
/proc/26620/task/26622/stat : 26622 (java) S 26618 26620 26574 0 -1 64 24316 0 0 0 237 14 0 0 16 0 13 0 17434341 1756884992 58613 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26620/tid=26623] ppid=26618 vsize=1715708 CPUtime=0.07
/proc/26620/task/26623/stat : 26623 (java) S 26618 26620 26574 0 -1 64 16 0 0 0 4 3 0 0 16 0 13 0 17434343 1756884992 58613 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=26620/tid=26624] ppid=26618 vsize=1715708 CPUtime=0
/proc/26620/task/26624/stat : 26624 (java) S 26618 26620 26574 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 17434344 1756884992 58613 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26620/tid=26625] ppid=26618 vsize=1715708 CPUtime=0
/proc/26620/task/26625/stat : 26625 (java) S 26618 26620 26574 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 17434344 1756884992 58613 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26620/tid=26626] ppid=26618 vsize=1715708 CPUtime=0
/proc/26620/task/26626/stat : 26626 (java) S 26618 26620 26574 0 -1 64 0 0 0 0 0 0 0 0 21 0 13 0 17434350 1756884992 58613 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26620/tid=26627] ppid=26618 vsize=1715708 CPUtime=0
/proc/26620/task/26627/stat : 26627 (java) S 26618 26620 26574 0 -1 64 5 0 0 0 0 0 0 0 17 0 13 0 17434350 1756884992 58613 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26620/tid=26628] ppid=26618 vsize=1715708 CPUtime=1.21
/proc/26620/task/26628/stat : 26628 (java) S 26618 26620 26574 0 -1 64 1791 0 0 0 120 1 0 0 16 0 13 0 17434350 1756884992 58613 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26620/tid=26629] ppid=26618 vsize=1715708 CPUtime=1.21
/proc/26620/task/26629/stat : 26629 (java) S 26618 26620 26574 0 -1 64 2006 0 0 0 120 1 0 0 16 0 13 0 17434350 1756884992 58613 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26620/tid=26630] ppid=26618 vsize=1715708 CPUtime=0
/proc/26620/task/26630/stat : 26630 (java) S 26618 26620 26574 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 17434350 1756884992 58613 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26620/tid=26631] ppid=26618 vsize=1715708 CPUtime=0
/proc/26620/task/26631/stat : 26631 (java) S 26618 26620 26574 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 17434350 1756884992 58613 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26620/tid=26632] ppid=26618 vsize=1715708 CPUtime=0
/proc/26620/task/26632/stat : 26632 (java) S 26618 26620 26574 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 17435655 1756884992 58613 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1264.79
Current children cumulated vsize (Kb) 1715708

[startup+1270.86 s]
/proc/loadavg: 1.00 1.00 1.00 2/76 26827
/proc/meminfo: memFree=1204040/2055920 swapFree=4192956/4192956
[pid=26620] ppid=26618 vsize=1715708 CPUtime=1274.82
/proc/26620/stat : 26620 (java) R 26618 26620 26574 0 -1 0 87322 0 1 0 127426 56 0 0 25 0 13 0 17434337 1756884992 58674 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071679080 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26620/statm: 428927 58674 1909 14 0 415674 0
[pid=26620/tid=26621] ppid=26618 vsize=1715708 CPUtime=2.55
/proc/26620/task/26621/stat : 26621 (java) S 26618 26620 26574 0 -1 64 22344 0 0 0 241 14 0 0 16 0 13 0 17434341 1756884992 58674 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26620/tid=26622] ppid=26618 vsize=1715708 CPUtime=2.54
/proc/26620/task/26622/stat : 26622 (java) S 26618 26620 26574 0 -1 64 24465 0 0 0 240 14 0 0 16 0 13 0 17434341 1756884992 58674 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26620/tid=26623] ppid=26618 vsize=1715708 CPUtime=0.07
/proc/26620/task/26623/stat : 26623 (java) S 26618 26620 26574 0 -1 64 16 0 0 0 4 3 0 0 16 0 13 0 17434343 1756884992 58674 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=26620/tid=26624] ppid=26618 vsize=1715708 CPUtime=0
/proc/26620/task/26624/stat : 26624 (java) S 26618 26620 26574 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 17434344 1756884992 58674 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26620/tid=26625] ppid=26618 vsize=1715708 CPUtime=0
/proc/26620/task/26625/stat : 26625 (java) S 26618 26620 26574 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 17434344 1756884992 58674 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26620/tid=26626] ppid=26618 vsize=1715708 CPUtime=0
/proc/26620/task/26626/stat : 26626 (java) S 26618 26620 26574 0 -1 64 0 0 0 0 0 0 0 0 21 0 13 0 17434350 1756884992 58674 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26620/tid=26627] ppid=26618 vsize=1715708 CPUtime=0
/proc/26620/task/26627/stat : 26627 (java) S 26618 26620 26574 0 -1 64 5 0 0 0 0 0 0 0 17 0 13 0 17434350 1756884992 58674 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26620/tid=26628] ppid=26618 vsize=1715708 CPUtime=1.21
/proc/26620/task/26628/stat : 26628 (java) S 26618 26620 26574 0 -1 64 1791 0 0 0 120 1 0 0 16 0 13 0 17434350 1756884992 58674 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26620/tid=26629] ppid=26618 vsize=1715708 CPUtime=1.21
/proc/26620/task/26629/stat : 26629 (java) S 26618 26620 26574 0 -1 64 2006 0 0 0 120 1 0 0 16 0 13 0 17434350 1756884992 58674 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26620/tid=26630] ppid=26618 vsize=1715708 CPUtime=0
/proc/26620/task/26630/stat : 26630 (java) S 26618 26620 26574 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 17434350 1756884992 58674 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26620/tid=26631] ppid=26618 vsize=1715708 CPUtime=0
/proc/26620/task/26631/stat : 26631 (java) S 26618 26620 26574 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 17434350 1756884992 58674 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26620/tid=26632] ppid=26618 vsize=1715708 CPUtime=0
/proc/26620/task/26632/stat : 26632 (java) S 26618 26620 26574 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 17435655 1756884992 58674 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1274.82
Current children cumulated vsize (Kb) 1715708

Child status: 20
Real time (s): 1272.14
CPU time (s): 1276.09
CPU user time (s): 1275.49
CPU system time (s): 0.600908
CPU usage (%): 100.311
Max. virtual memory (cumulated for all children) (Kb): 1715708

Launcher Data (download as text)

Begin job on node26 on Sat Jun  3 13:50:34 UTC 2006


FILE ID= 42546-1149342634

PBS_JOBID= 310509

BENCH NAME= HOME/pub/bench/PB06//final/normalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/ftp.netlib.org/lp/data/normalized-reduced-mps-v2-20-10-bnl2.opb
COMMAND LINE= java -server -Xms1500M -Xmx1500M -jar ROOT/solvers/PB/PB06final/user5/sat4jPseudoHeuristics.jar ROOT/tmp/node26/42546-1149342634/instance-42546-1149342634.opb 169162196
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node26/watcher-42546-1149342634 -o ROOT/results/node26/solver-42546-1149342634 -C 1800 -M 1800 -S 64  java -server -Xms1500M -Xmx1500M -jar ROOT/solvers/PB/PB06final/user5/sat4jPseudoHeuristics.jar ROOT/tmp/node26/42546-1149342634/instance-42546-1149342634.opb 169162196

MD5SUM SOLVER= 3cef94aa015dc0dd234d31843a257d70
MD5SUM BENCH=  4c72c91139ee79c29342b8f97e9b4cad

RANDOM SEED= 169162196


/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.247
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.247
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:       1432376 kB
Buffers:         28052 kB
Cached:         538456 kB
SwapCached:          0 kB
Active:          85620 kB
Inactive:       495396 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1432376 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:             160 kB
Writeback:           0 kB
Mapped:          24912 kB
Slab:            28532 kB
Committed_AS:   257048 kB
PageTables:       1408 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB


End job on node26 on Sat Jun  3 14:11:47 UTC 2006