Trace number 43127

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerObjective functionCPU timeWall clock time
SAT4JPSEUDO 2006.2 Heuristics? (TO) 1800.88 1781.45

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/plato.asu.edu/
pub/fctp/normalized-mps-v2-20-10-n3707.opb
MD5SUMbd6dfc1cb1b60fa01a3db613e331e5b8
Bench CategoryOPT-BIGINT (optimisation, big integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 4574600208
Optimality of the best value was proved NO
Number of variables155000
Total number of constraints5150
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 constraints5150
Minimum length of a constraint31
Maximum length of a constraint3000
Number of terms in the objective function 155000
Biggest coefficient in the objective function 4294967296
Number of bits for the biggest coefficient in the objective function 33
Sum of the numbers in the objective function 29764190431236
Number of bits of the sum of numbers in the objective function 45
Biggest number in a constraint 4294967296
Number of bits of the biggest number in a constraint 33
Biggest sum of numbers in a constraint 29764190431236
Number of bits of the biggest sum of numbers45
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.22	c Cutting planes based inference
0.22	c --- Begin Solver configuration ---
0.22	c org.sat4j.minisat.uip.FirstUIP@1df073d
0.22	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@1546e25
0.22	c org.sat4j.minisat.learning.MiniSATLearning@b66cc
0.22	c conflictBoundIncFactor=1.5 learntBoundIncFactor=1.1 initLearntBoundConstraintFactor=10000.0 initConflictBound=100 
0.22	c VSIDS like heuristics from MiniSAT using a heap
0.22	c No reason simplification
0.22	c --- End Solver configuration ---
0.22	c solving ROOT/tmp/node43/43127-1149303713/instance-43127-1149303713.opb
0.22	c reading problem ... 
36.38	c ... done. Time 36.166 ms.
36.38	c #vars     155000
36.38	c #constraints  5300
1781.32	c starts		: 3
1781.32	c conflicts		: 335
1781.32	c decisions		: 65495
1781.32	c propagations		: 1247027
1781.32	c inspects		: 2656984
1781.32	c learnt literals	: 0
1781.32	c learnt binary clauses	: 0
1781.32	c learnt ternary clauses	: 0
1781.32	c learnt clauses	: 334
1781.32	c root simplifications	: 0
1781.32	c removed literals (reason simplification)	: 0
1781.32	c reason swapping (by a shorter reason)	: 0
1781.32	c Calls to reduceDB	: 0
1781.32	c speed (decisions/second)	: 37.546657433114554
1781.32	c non guided choices	0
1781.32	s UNKNOWN
1781.32	c Total wall clock time (ms): 1781.104

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

Current StackSize limit: 67108864 bytes

/proc/loadavg: 1.00 0.99 0.92 2/64 5104
/proc/meminfo: memFree=1779976/2055920 swapFree=4180880/4192956
[pid=5104] ppid=5102 vsize=1784 CPUtime=0
/proc/5104/stat : 5104 (java) D 5102 5104 5058 0 -1 0 176 0 0 0 0 0 0 0 18 0 1 0 196038162 1826816 146 18446744073709551615 134512640 134570276 4294956608 18446744073709551615 4294960144 0 2147483391 4096 0 18446744072099781622 0 0 17 1 0 0
/proc/5104/statm: 446 146 111 14 0 91 0

[startup+10.0022 s]
/proc/loadavg: 1.00 0.99 0.92 2/75 5115
/proc/meminfo: memFree=1523320/2055920 swapFree=4180880/4192956
[pid=5104] ppid=5102 vsize=1714268 CPUtime=11.55
/proc/5104/stat : 5104 (java) R 5102 5104 5058 0 -1 0 70429 0 1 0 1118 37 0 0 22 0 12 0 196038162 1755410432 65889 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071460697 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/5104/statm: 428567 65889 1887 14 0 415314 0
[pid=5104/tid=5105] ppid=5102 vsize=1714268 CPUtime=1.04
/proc/5104/task/5105/stat : 5105 (java) S 5102 5104 5058 0 -1 64 18191 0 0 0 94 10 0 0 16 0 12 0 196038165 1755410432 65889 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5104/tid=5106] ppid=5102 vsize=1714268 CPUtime=1.04
/proc/5104/task/5106/stat : 5106 (java) S 5102 5104 5058 0 -1 64 14682 0 0 0 95 9 0 0 16 0 12 0 196038165 1755410432 65889 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5104/tid=5107] ppid=5102 vsize=1714268 CPUtime=0
/proc/5104/task/5107/stat : 5107 (java) S 5102 5104 5058 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 196038168 1755410432 65889 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=5104/tid=5108] ppid=5102 vsize=1714268 CPUtime=0
/proc/5104/task/5108/stat : 5108 (java) S 5102 5104 5058 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 196038168 1755410432 65889 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5104/tid=5109] ppid=5102 vsize=1714268 CPUtime=0
/proc/5104/task/5109/stat : 5109 (java) S 5102 5104 5058 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 196038168 1755410432 65889 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5104/tid=5110] ppid=5102 vsize=1714268 CPUtime=0
/proc/5104/task/5110/stat : 5110 (java) S 5102 5104 5058 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 196038171 1755410432 65889 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5104/tid=5111] ppid=5102 vsize=1714268 CPUtime=0
/proc/5104/task/5111/stat : 5111 (java) S 5102 5104 5058 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 196038171 1755410432 65889 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5104/tid=5112] ppid=5102 vsize=1714268 CPUtime=0.36
/proc/5104/task/5112/stat : 5112 (java) S 5102 5104 5058 0 -1 64 581 0 0 0 36 0 0 0 17 0 12 0 196038171 1755410432 65889 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5104/tid=5113] ppid=5102 vsize=1714268 CPUtime=0.42
/proc/5104/task/5113/stat : 5113 (java) S 5102 5104 5058 0 -1 64 491 0 0 0 42 0 0 0 16 0 12 0 196038171 1755410432 65889 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5104/tid=5114] ppid=5102 vsize=1714268 CPUtime=0
/proc/5104/task/5114/stat : 5114 (java) S 5102 5104 5058 0 -1 64 0 0 0 0 0 0 0 0 24 0 12 0 196038171 1755410432 65889 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5104/tid=5115] ppid=5102 vsize=1714268 CPUtime=0
/proc/5104/task/5115/stat : 5115 (java) S 5102 5104 5058 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 196038172 1755410432 65889 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 11.55
Current children cumulated vsize (Kb) 1714268

[startup+20.0091 s]
/proc/loadavg: 1.00 0.99 0.92 2/75 5115
/proc/meminfo: memFree=1535736/2055920 swapFree=4180880/4192956
[pid=5104] ppid=5102 vsize=1713800 CPUtime=21.67
/proc/5104/stat : 5104 (java) R 5102 5104 5058 0 -1 0 71397 0 1 0 2127 40 0 0 25 0 12 0 196038162 1754931200 62846 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071434447 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/5104/statm: 428450 62846 1887 14 0 415197 0
[pid=5104/tid=5105] ppid=5102 vsize=1713800 CPUtime=1.14
/proc/5104/task/5105/stat : 5105 (java) S 5102 5104 5058 0 -1 64 18844 0 0 0 103 11 0 0 17 0 12 0 196038165 1754931200 62846 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5104/tid=5106] ppid=5102 vsize=1713800 CPUtime=1.14
/proc/5104/task/5106/stat : 5106 (java) S 5102 5104 5058 0 -1 64 14976 0 0 0 105 9 0 0 15 0 12 0 196038165 1754931200 62846 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5104/tid=5107] ppid=5102 vsize=1713800 CPUtime=0
/proc/5104/task/5107/stat : 5107 (java) S 5102 5104 5058 0 -1 64 11 0 0 0 0 0 0 0 17 0 12 0 196038168 1754931200 62846 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=5104/tid=5108] ppid=5102 vsize=1713800 CPUtime=0
/proc/5104/task/5108/stat : 5108 (java) S 5102 5104 5058 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 196038168 1754931200 62846 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5104/tid=5109] ppid=5102 vsize=1713800 CPUtime=0
/proc/5104/task/5109/stat : 5109 (java) S 5102 5104 5058 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 196038168 1754931200 62846 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5104/tid=5110] ppid=5102 vsize=1713800 CPUtime=0
/proc/5104/task/5110/stat : 5110 (java) S 5102 5104 5058 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 196038171 1754931200 62846 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5104/tid=5111] ppid=5102 vsize=1713800 CPUtime=0
/proc/5104/task/5111/stat : 5111 (java) S 5102 5104 5058 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 196038171 1754931200 62846 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5104/tid=5112] ppid=5102 vsize=1713800 CPUtime=0.37
/proc/5104/task/5112/stat : 5112 (java) S 5102 5104 5058 0 -1 64 581 0 0 0 37 0 0 0 17 0 12 0 196038171 1754931200 62846 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5104/tid=5113] ppid=5102 vsize=1713800 CPUtime=0.42
/proc/5104/task/5113/stat : 5113 (java) S 5102 5104 5058 0 -1 64 491 0 0 0 42 0 0 0 17 0 12 0 196038171 1754931200 62846 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5104/tid=5114] ppid=5102 vsize=1713800 CPUtime=0
/proc/5104/task/5114/stat : 5114 (java) S 5102 5104 5058 0 -1 64 0 0 0 0 0 0 0 0 24 0 12 0 196038171 1754931200 62846 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5104/tid=5115] ppid=5102 vsize=1713800 CPUtime=0
/proc/5104/task/5115/stat : 5115 (java) S 5102 5104 5058 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 196038172 1754931200 62846 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 21.67
Current children cumulated vsize (Kb) 1713800

[startup+30.016 s]
/proc/loadavg: 1.00 0.99 0.92 2/75 5115
/proc/meminfo: memFree=1561912/2055920 swapFree=4180880/4192956
[pid=5104] ppid=5102 vsize=1713800 CPUtime=31.76
/proc/5104/stat : 5104 (java) R 5102 5104 5058 0 -1 0 72377 0 1 0 3135 41 0 0 25 0 12 0 196038162 1754931200 56323 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071460705 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/5104/statm: 428450 56323 1887 14 0 415197 0
[pid=5104/tid=5105] ppid=5102 vsize=1713800 CPUtime=1.24
/proc/5104/task/5105/stat : 5105 (java) S 5102 5104 5058 0 -1 64 19140 0 0 0 112 12 0 0 16 0 12 0 196038165 1754931200 56323 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5104/tid=5106] ppid=5102 vsize=1713800 CPUtime=1.24
/proc/5104/task/5106/stat : 5106 (java) S 5102 5104 5058 0 -1 64 15642 0 0 0 114 10 0 0 16 0 12 0 196038165 1754931200 56323 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5104/tid=5107] ppid=5102 vsize=1713800 CPUtime=0.01
/proc/5104/task/5107/stat : 5107 (java) S 5102 5104 5058 0 -1 64 11 0 0 0 0 1 0 0 16 0 12 0 196038168 1754931200 56323 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=5104/tid=5108] ppid=5102 vsize=1713800 CPUtime=0
/proc/5104/task/5108/stat : 5108 (java) S 5102 5104 5058 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 196038168 1754931200 56323 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5104/tid=5109] ppid=5102 vsize=1713800 CPUtime=0
/proc/5104/task/5109/stat : 5109 (java) S 5102 5104 5058 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 196038168 1754931200 56323 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5104/tid=5110] ppid=5102 vsize=1713800 CPUtime=0
/proc/5104/task/5110/stat : 5110 (java) S 5102 5104 5058 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 196038171 1754931200 56323 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5104/tid=5111] ppid=5102 vsize=1713800 CPUtime=0
/proc/5104/task/5111/stat : 5111 (java) S 5102 5104 5058 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 196038171 1754931200 56323 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5104/tid=5112] ppid=5102 vsize=1713800 CPUtime=0.37
/proc/5104/task/5112/stat : 5112 (java) S 5102 5104 5058 0 -1 64 581 0 0 0 37 0 0 0 17 0 12 0 196038171 1754931200 56323 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5104/tid=5113] ppid=5102 vsize=1713800 CPUtime=0.42
/proc/5104/task/5113/stat : 5113 (java) S 5102 5104 5058 0 -1 64 491 0 0 0 42 0 0 0 17 0 12 0 196038171 1754931200 56323 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5104/tid=5114] ppid=5102 vsize=1713800 CPUtime=0
/proc/5104/task/5114/stat : 5114 (java) S 5102 5104 5058 0 -1 64 0 0 0 0 0 0 0 0 24 0 12 0 196038171 1754931200 56323 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5104/tid=5115] ppid=5102 vsize=1713800 CPUtime=0
/proc/5104/task/5115/stat : 5115 (java) S 5102 5104 5058 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 196038172 1754931200 56323 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 31.76
Current children cumulated vsize (Kb) 1713800

[startup+40.0228 s]
/proc/loadavg: 1.00 0.99 0.92 2/76 5116
/proc/meminfo: memFree=1512368/2055920 swapFree=4180880/4192956
[pid=5104] ppid=5102 vsize=1715756 CPUtime=42.43
/proc/5104/stat : 5104 (java) R 5102 5104 5058 0 -1 0 86563 0 1 0 4195 48 0 0 25 0 13 0 196038162 1756934144 68770 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071079292 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/5104/statm: 428939 68770 1909 14 0 415686 0
[pid=5104/tid=5105] ppid=5102 vsize=1715756 CPUtime=1.34
/proc/5104/task/5105/stat : 5105 (java) S 5102 5104 5058 0 -1 64 21427 0 0 0 121 13 0 0 16 0 13 0 196038165 1756934144 68770 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5104/tid=5106] ppid=5102 vsize=1715756 CPUtime=1.34
/proc/5104/task/5106/stat : 5106 (java) S 5102 5104 5058 0 -1 64 17121 0 0 0 122 12 0 0 16 0 13 0 196038165 1756934144 68770 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5104/tid=5107] ppid=5102 vsize=1715756 CPUtime=0.02
/proc/5104/task/5107/stat : 5107 (java) S 5102 5104 5058 0 -1 64 40 0 0 0 1 1 0 0 16 0 13 0 196038168 1756934144 68770 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=5104/tid=5108] ppid=5102 vsize=1715756 CPUtime=0
/proc/5104/task/5108/stat : 5108 (java) S 5102 5104 5058 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 196038168 1756934144 68770 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5104/tid=5109] ppid=5102 vsize=1715756 CPUtime=0
/proc/5104/task/5109/stat : 5109 (java) S 5102 5104 5058 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 196038168 1756934144 68770 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5104/tid=5110] ppid=5102 vsize=1715756 CPUtime=0
/proc/5104/task/5110/stat : 5110 (java) S 5102 5104 5058 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 196038171 1756934144 68770 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5104/tid=5111] ppid=5102 vsize=1715756 CPUtime=0
/proc/5104/task/5111/stat : 5111 (java) S 5102 5104 5058 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 196038171 1756934144 68770 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5104/tid=5112] ppid=5102 vsize=1715756 CPUtime=0.76
/proc/5104/task/5112/stat : 5112 (java) S 5102 5104 5058 0 -1 64 1164 0 0 0 76 0 0 0 16 0 13 0 196038171 1756934144 68770 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5104/tid=5113] ppid=5102 vsize=1715756 CPUtime=0.88
/proc/5104/task/5113/stat : 5113 (java) S 5102 5104 5058 0 -1 64 1575 0 0 0 88 0 0 0 16 0 13 0 196038171 1756934144 68770 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5104/tid=5114] ppid=5102 vsize=1715756 CPUtime=0
/proc/5104/task/5114/stat : 5114 (java) S 5102 5104 5058 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 196038171 1756934144 68770 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5104/tid=5115] ppid=5102 vsize=1715756 CPUtime=0
/proc/5104/task/5115/stat : 5115 (java) S 5102 5104 5058 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 196038172 1756934144 68770 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5104/tid=5116] ppid=5102 vsize=1715756 CPUtime=0
/proc/5104/task/5116/stat : 5116 (java) S 5102 5104 5058 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 196041868 1756934144 68770 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 42.43
Current children cumulated vsize (Kb) 1715756

[startup+50.0297 s]
/proc/loadavg: 1.00 0.99 0.92 2/76 5116
/proc/meminfo: memFree=1511408/2055920 swapFree=4180880/4192956
[pid=5104] ppid=5102 vsize=1714316 CPUtime=52.55
/proc/5104/stat : 5104 (java) R 5102 5104 5058 0 -1 0 87691 0 1 0 5206 49 0 0 25 0 13 0 196038162 1755459584 68992 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071688859 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/5104/statm: 428579 68992 1909 14 0 415326 0
[pid=5104/tid=5105] ppid=5102 vsize=1714316 CPUtime=1.37
/proc/5104/task/5105/stat : 5105 (java) S 5102 5104 5058 0 -1 64 22073 0 0 0 124 13 0 0 16 0 13 0 196038165 1755459584 68992 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5104/tid=5106] ppid=5102 vsize=1714316 CPUtime=1.38
/proc/5104/task/5106/stat : 5106 (java) S 5102 5104 5058 0 -1 64 17586 0 0 0 126 12 0 0 16 0 13 0 196038165 1755459584 68992 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5104/tid=5107] ppid=5102 vsize=1714316 CPUtime=0.02
/proc/5104/task/5107/stat : 5107 (java) S 5102 5104 5058 0 -1 64 40 0 0 0 1 1 0 0 15 0 13 0 196038168 1755459584 68992 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=5104/tid=5108] ppid=5102 vsize=1714316 CPUtime=0
/proc/5104/task/5108/stat : 5108 (java) S 5102 5104 5058 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 196038168 1755459584 68992 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5104/tid=5109] ppid=5102 vsize=1714316 CPUtime=0
/proc/5104/task/5109/stat : 5109 (java) S 5102 5104 5058 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 196038168 1755459584 68992 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5104/tid=5110] ppid=5102 vsize=1714316 CPUtime=0
/proc/5104/task/5110/stat : 5110 (java) S 5102 5104 5058 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 196038171 1755459584 68992 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5104/tid=5111] ppid=5102 vsize=1714316 CPUtime=0
/proc/5104/task/5111/stat : 5111 (java) S 5102 5104 5058 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 196038171 1755459584 68992 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5104/tid=5112] ppid=5102 vsize=1714316 CPUtime=0.8
/proc/5104/task/5112/stat : 5112 (java) S 5102 5104 5058 0 -1 64 1166 0 0 0 80 0 0 0 17 0 13 0 196038171 1755459584 68992 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5104/tid=5113] ppid=5102 vsize=1714316 CPUtime=0.94
/proc/5104/task/5113/stat : 5113 (java) S 5102 5104 5058 0 -1 64 1580 0 0 0 94 0 0 0 16 0 13 0 196038171 1755459584 68992 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5104/tid=5114] ppid=5102 vsize=1714316 CPUtime=0
/proc/5104/task/5114/stat : 5114 (java) S 5102 5104 5058 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 196038171 1755459584 68992 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5104/tid=5115] ppid=5102 vsize=1714316 CPUtime=0
/proc/5104/task/5115/stat : 5115 (java) S 5102 5104 5058 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 196038172 1755459584 68992 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5104/tid=5116] ppid=5102 vsize=1714316 CPUtime=0
/proc/5104/task/5116/stat : 5116 (java) S 5102 5104 5058 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 196041868 1755459584 68992 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 52.55
Current children cumulated vsize (Kb) 1714316

[startup+60.0356 s]
/proc/loadavg: 1.00 0.99 0.92 2/76 5116
/proc/meminfo: memFree=1509680/2055920 swapFree=4180880/4192956
[pid=5104] ppid=5102 vsize=1714956 CPUtime=62.75
/proc/5104/stat : 5104 (java) R 5102 5104 5058 0 -1 0 88954 0 1 0 6224 51 0 0 25 0 13 0 196038162 1756114944 69355 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071688832 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/5104/statm: 428739 69355 1909 14 0 415486 0
[pid=5104/tid=5105] ppid=5102 vsize=1714956 CPUtime=1.42
/proc/5104/task/5105/stat : 5105 (java) S 5102 5104 5058 0 -1 64 22565 0 0 0 129 13 0 0 16 0 13 0 196038165 1756114944 69355 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5104/tid=5106] ppid=5102 vsize=1714956 CPUtime=1.43
/proc/5104/task/5106/stat : 5106 (java) S 5102 5104 5058 0 -1 64 18047 0 0 0 131 12 0 0 16 0 13 0 196038165 1756114944 69355 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5104/tid=5107] ppid=5102 vsize=1714956 CPUtime=0.02
/proc/5104/task/5107/stat : 5107 (java) S 5102 5104 5058 0 -1 64 41 0 0 0 1 1 0 0 16 0 13 0 196038168 1756114944 69355 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=5104/tid=5108] ppid=5102 vsize=1714956 CPUtime=0
/proc/5104/task/5108/stat : 5108 (java) S 5102 5104 5058 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 196038168 1756114944 69355 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5104/tid=5109] ppid=5102 vsize=1714956 CPUtime=0
/proc/5104/task/5109/stat : 5109 (java) S 5102 5104 5058 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 196038168 1756114944 69355 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5104/tid=5110] ppid=5102 vsize=1714956 CPUtime=0
/proc/5104/task/5110/stat : 5110 (java) S 5102 5104 5058 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 196038171 1756114944 69355 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5104/tid=5111] ppid=5102 vsize=1714956 CPUtime=0
/proc/5104/task/5111/stat : 5111 (java) S 5102 5104 5058 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 196038171 1756114944 69355 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5104/tid=5112] ppid=5102 vsize=1714956 CPUtime=0.87
/proc/5104/task/5112/stat : 5112 (java) S 5102 5104 5058 0 -1 64 1171 0 0 0 87 0 0 0 16 0 13 0 196038171 1756114944 69355 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5104/tid=5113] ppid=5102 vsize=1714956 CPUtime=1.06
/proc/5104/task/5113/stat : 5113 (java) S 5102 5104 5058 0 -1 64 1876 0 0 0 105 1 0 0 17 0 13 0 196038171 1756114944 69355 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0

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

[pid=5104/tid=5108] ppid=5102 vsize=1714316 CPUtime=0
/proc/5104/task/5108/stat : 5108 (java) S 5102 5104 5058 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 196038168 1755459584 156289 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5104/tid=5109] ppid=5102 vsize=1714316 CPUtime=0
/proc/5104/task/5109/stat : 5109 (java) S 5102 5104 5058 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 196038168 1755459584 156289 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5104/tid=5110] ppid=5102 vsize=1714316 CPUtime=0
/proc/5104/task/5110/stat : 5110 (java) S 5102 5104 5058 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 196038171 1755459584 156289 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5104/tid=5111] ppid=5102 vsize=1714316 CPUtime=0
/proc/5104/task/5111/stat : 5111 (java) S 5102 5104 5058 0 -1 64 3 0 0 0 0 0 0 0 17 0 13 0 196038171 1755459584 156289 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5104/tid=5112] ppid=5102 vsize=1714316 CPUtime=0.95
/proc/5104/task/5112/stat : 5112 (java) S 5102 5104 5058 0 -1 64 1175 0 0 0 95 0 0 0 16 0 13 0 196038171 1755459584 156289 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5104/tid=5113] ppid=5102 vsize=1714316 CPUtime=1.12
/proc/5104/task/5113/stat : 5113 (java) S 5102 5104 5058 0 -1 64 1878 0 0 0 111 1 0 0 16 0 13 0 196038171 1755459584 156289 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5104/tid=5114] ppid=5102 vsize=1714316 CPUtime=0
/proc/5104/task/5114/stat : 5114 (java) S 5102 5104 5058 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 196038171 1755459584 156289 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5104/tid=5115] ppid=5102 vsize=1714316 CPUtime=0
/proc/5104/task/5115/stat : 5115 (java) S 5102 5104 5058 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 196038172 1755459584 156289 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5104/tid=5116] ppid=5102 vsize=1714316 CPUtime=0
/proc/5104/task/5116/stat : 5116 (java) S 5102 5104 5058 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 196041868 1755459584 156289 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1796.71
Current children cumulated vsize (Kb) 1714316

[startup+1778.3 s]
/proc/loadavg: 1.02 1.03 0.96 3/76 5116
/proc/meminfo: memFree=1160688/2055920 swapFree=4180880/4192956
[pid=5104] ppid=5102 vsize=1714316 CPUtime=1797.72
/proc/5104/stat : 5104 (java) R 5102 5104 5058 0 -1 0 256718 0 1 0 179501 271 0 0 25 0 13 0 196038162 1755459584 156303 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/5104/statm: 428579 156303 1909 14 0 415326 0
[pid=5104/tid=5105] ppid=5102 vsize=1714316 CPUtime=18.72
/proc/5104/task/5105/stat : 5105 (java) R 5102 5104 5058 0 -1 64 70986 0 0 0 1763 109 0 0 16 0 13 0 196038165 1755459584 156303 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4154649170 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5104/tid=5106] ppid=5102 vsize=1714316 CPUtime=18.7
/proc/5104/task/5106/stat : 5106 (java) R 5102 5104 5058 0 -1 64 68666 0 0 0 1784 86 0 0 16 0 13 0 196038165 1755459584 156303 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5104/tid=5107] ppid=5102 vsize=1714316 CPUtime=0.38
/proc/5104/task/5107/stat : 5107 (java) S 5102 5104 5058 0 -1 64 235 0 0 0 19 19 0 0 15 0 13 0 196038168 1755459584 156303 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=5104/tid=5108] ppid=5102 vsize=1714316 CPUtime=0
/proc/5104/task/5108/stat : 5108 (java) S 5102 5104 5058 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 196038168 1755459584 156303 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5104/tid=5109] ppid=5102 vsize=1714316 CPUtime=0
/proc/5104/task/5109/stat : 5109 (java) S 5102 5104 5058 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 196038168 1755459584 156303 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5104/tid=5110] ppid=5102 vsize=1714316 CPUtime=0
/proc/5104/task/5110/stat : 5110 (java) S 5102 5104 5058 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 196038171 1755459584 156303 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5104/tid=5111] ppid=5102 vsize=1714316 CPUtime=0
/proc/5104/task/5111/stat : 5111 (java) S 5102 5104 5058 0 -1 64 3 0 0 0 0 0 0 0 17 0 13 0 196038171 1755459584 156303 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5104/tid=5112] ppid=5102 vsize=1714316 CPUtime=0.95
/proc/5104/task/5112/stat : 5112 (java) S 5102 5104 5058 0 -1 64 1175 0 0 0 95 0 0 0 16 0 13 0 196038171 1755459584 156303 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5104/tid=5113] ppid=5102 vsize=1714316 CPUtime=1.12
/proc/5104/task/5113/stat : 5113 (java) S 5102 5104 5058 0 -1 64 1878 0 0 0 111 1 0 0 16 0 13 0 196038171 1755459584 156303 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5104/tid=5114] ppid=5102 vsize=1714316 CPUtime=0
/proc/5104/task/5114/stat : 5114 (java) S 5102 5104 5058 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 196038171 1755459584 156303 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5104/tid=5115] ppid=5102 vsize=1714316 CPUtime=0
/proc/5104/task/5115/stat : 5115 (java) S 5102 5104 5058 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 196038172 1755459584 156303 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5104/tid=5116] ppid=5102 vsize=1714316 CPUtime=0
/proc/5104/task/5116/stat : 5116 (java) S 5102 5104 5058 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 196041868 1755459584 156303 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1797.72
Current children cumulated vsize (Kb) 1714316

[startup+1779.3 s]
/proc/loadavg: 1.02 1.03 0.96 2/76 5116
/proc/meminfo: memFree=1161072/2055920 swapFree=4180880/4192956
[pid=5104] ppid=5102 vsize=1714316 CPUtime=1798.74
/proc/5104/stat : 5104 (java) R 5102 5104 5058 0 -1 0 256798 0 1 0 179602 272 0 0 25 0 13 0 196038162 1755459584 156207 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071688847 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/5104/statm: 428579 156207 1909 14 0 415326 0
[pid=5104/tid=5105] ppid=5102 vsize=1714316 CPUtime=18.73
/proc/5104/task/5105/stat : 5105 (java) S 5102 5104 5058 0 -1 64 71055 0 0 0 1764 109 0 0 16 0 13 0 196038165 1755459584 156207 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5104/tid=5106] ppid=5102 vsize=1714316 CPUtime=18.71
/proc/5104/task/5106/stat : 5106 (java) S 5102 5104 5058 0 -1 64 68677 0 0 0 1785 86 0 0 16 0 13 0 196038165 1755459584 156207 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5104/tid=5107] ppid=5102 vsize=1714316 CPUtime=0.38
/proc/5104/task/5107/stat : 5107 (java) S 5102 5104 5058 0 -1 64 235 0 0 0 19 19 0 0 17 0 13 0 196038168 1755459584 156207 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=5104/tid=5108] ppid=5102 vsize=1714316 CPUtime=0
/proc/5104/task/5108/stat : 5108 (java) S 5102 5104 5058 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 196038168 1755459584 156207 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5104/tid=5109] ppid=5102 vsize=1714316 CPUtime=0
/proc/5104/task/5109/stat : 5109 (java) S 5102 5104 5058 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 196038168 1755459584 156207 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5104/tid=5110] ppid=5102 vsize=1714316 CPUtime=0
/proc/5104/task/5110/stat : 5110 (java) S 5102 5104 5058 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 196038171 1755459584 156207 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5104/tid=5111] ppid=5102 vsize=1714316 CPUtime=0
/proc/5104/task/5111/stat : 5111 (java) S 5102 5104 5058 0 -1 64 3 0 0 0 0 0 0 0 17 0 13 0 196038171 1755459584 156207 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5104/tid=5112] ppid=5102 vsize=1714316 CPUtime=0.95
/proc/5104/task/5112/stat : 5112 (java) S 5102 5104 5058 0 -1 64 1175 0 0 0 95 0 0 0 16 0 13 0 196038171 1755459584 156207 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5104/tid=5113] ppid=5102 vsize=1714316 CPUtime=1.12
/proc/5104/task/5113/stat : 5113 (java) S 5102 5104 5058 0 -1 64 1878 0 0 0 111 1 0 0 16 0 13 0 196038171 1755459584 156207 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5104/tid=5114] ppid=5102 vsize=1714316 CPUtime=0
/proc/5104/task/5114/stat : 5114 (java) S 5102 5104 5058 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 196038171 1755459584 156207 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5104/tid=5115] ppid=5102 vsize=1714316 CPUtime=0
/proc/5104/task/5115/stat : 5115 (java) S 5102 5104 5058 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 196038172 1755459584 156207 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5104/tid=5116] ppid=5102 vsize=1714316 CPUtime=0
/proc/5104/task/5116/stat : 5116 (java) S 5102 5104 5058 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 196041868 1755459584 156207 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1798.74
Current children cumulated vsize (Kb) 1714316

[startup+1780.31 s]
/proc/loadavg: 1.02 1.03 0.96 2/76 5116
/proc/meminfo: memFree=1161072/2055920 swapFree=4180880/4192956
[pid=5104] ppid=5102 vsize=1714316 CPUtime=1799.75
/proc/5104/stat : 5104 (java) R 5102 5104 5058 0 -1 0 256798 0 1 0 179703 272 0 0 25 0 13 0 196038162 1755459584 156207 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071689417 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/5104/statm: 428579 156207 1909 14 0 415326 0
[pid=5104/tid=5105] ppid=5102 vsize=1714316 CPUtime=18.73
/proc/5104/task/5105/stat : 5105 (java) S 5102 5104 5058 0 -1 64 71055 0 0 0 1764 109 0 0 16 0 13 0 196038165 1755459584 156207 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5104/tid=5106] ppid=5102 vsize=1714316 CPUtime=18.71
/proc/5104/task/5106/stat : 5106 (java) S 5102 5104 5058 0 -1 64 68677 0 0 0 1785 86 0 0 16 0 13 0 196038165 1755459584 156207 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5104/tid=5107] ppid=5102 vsize=1714316 CPUtime=0.38
/proc/5104/task/5107/stat : 5107 (java) S 5102 5104 5058 0 -1 64 235 0 0 0 19 19 0 0 16 0 13 0 196038168 1755459584 156207 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=5104/tid=5108] ppid=5102 vsize=1714316 CPUtime=0
/proc/5104/task/5108/stat : 5108 (java) S 5102 5104 5058 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 196038168 1755459584 156207 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5104/tid=5109] ppid=5102 vsize=1714316 CPUtime=0
/proc/5104/task/5109/stat : 5109 (java) S 5102 5104 5058 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 196038168 1755459584 156207 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5104/tid=5110] ppid=5102 vsize=1714316 CPUtime=0
/proc/5104/task/5110/stat : 5110 (java) S 5102 5104 5058 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 196038171 1755459584 156207 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5104/tid=5111] ppid=5102 vsize=1714316 CPUtime=0
/proc/5104/task/5111/stat : 5111 (java) S 5102 5104 5058 0 -1 64 3 0 0 0 0 0 0 0 17 0 13 0 196038171 1755459584 156207 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5104/tid=5112] ppid=5102 vsize=1714316 CPUtime=0.95
/proc/5104/task/5112/stat : 5112 (java) S 5102 5104 5058 0 -1 64 1175 0 0 0 95 0 0 0 16 0 13 0 196038171 1755459584 156207 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5104/tid=5113] ppid=5102 vsize=1714316 CPUtime=1.12
/proc/5104/task/5113/stat : 5113 (java) S 5102 5104 5058 0 -1 64 1878 0 0 0 111 1 0 0 16 0 13 0 196038171 1755459584 156207 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5104/tid=5114] ppid=5102 vsize=1714316 CPUtime=0
/proc/5104/task/5114/stat : 5114 (java) S 5102 5104 5058 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 196038171 1755459584 156207 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5104/tid=5115] ppid=5102 vsize=1714316 CPUtime=0
/proc/5104/task/5115/stat : 5115 (java) S 5102 5104 5058 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 196038172 1755459584 156207 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5104/tid=5116] ppid=5102 vsize=1714316 CPUtime=0
/proc/5104/task/5116/stat : 5116 (java) S 5102 5104 5058 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 196041868 1755459584 156207 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1799.75
Current children cumulated vsize (Kb) 1714316

[startup+1781.31 s]
/proc/loadavg: 1.02 1.03 0.96 2/76 5116
/proc/meminfo: memFree=1161072/2055920 swapFree=4180880/4192956
[pid=5104] ppid=5102 vsize=1714316 CPUtime=1800.75
/proc/5104/stat : 5104 (java) R 5102 5104 5058 0 -1 0 256798 0 1 0 179803 272 0 0 25 0 13 0 196038162 1755459584 156207 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071689394 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/5104/statm: 428579 156207 1909 14 0 415326 0
[pid=5104/tid=5105] ppid=5102 vsize=1714316 CPUtime=18.73
/proc/5104/task/5105/stat : 5105 (java) S 5102 5104 5058 0 -1 64 71055 0 0 0 1764 109 0 0 16 0 13 0 196038165 1755459584 156207 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5104/tid=5106] ppid=5102 vsize=1714316 CPUtime=18.71
/proc/5104/task/5106/stat : 5106 (java) S 5102 5104 5058 0 -1 64 68677 0 0 0 1785 86 0 0 16 0 13 0 196038165 1755459584 156207 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5104/tid=5107] ppid=5102 vsize=1714316 CPUtime=0.38
/proc/5104/task/5107/stat : 5107 (java) S 5102 5104 5058 0 -1 64 235 0 0 0 19 19 0 0 16 0 13 0 196038168 1755459584 156207 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=5104/tid=5108] ppid=5102 vsize=1714316 CPUtime=0
/proc/5104/task/5108/stat : 5108 (java) S 5102 5104 5058 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 196038168 1755459584 156207 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5104/tid=5109] ppid=5102 vsize=1714316 CPUtime=0
/proc/5104/task/5109/stat : 5109 (java) S 5102 5104 5058 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 196038168 1755459584 156207 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5104/tid=5110] ppid=5102 vsize=1714316 CPUtime=0
/proc/5104/task/5110/stat : 5110 (java) S 5102 5104 5058 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 196038171 1755459584 156207 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5104/tid=5111] ppid=5102 vsize=1714316 CPUtime=0
/proc/5104/task/5111/stat : 5111 (java) S 5102 5104 5058 0 -1 64 3 0 0 0 0 0 0 0 17 0 13 0 196038171 1755459584 156207 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5104/tid=5112] ppid=5102 vsize=1714316 CPUtime=0.95
/proc/5104/task/5112/stat : 5112 (java) S 5102 5104 5058 0 -1 64 1175 0 0 0 95 0 0 0 16 0 13 0 196038171 1755459584 156207 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5104/tid=5113] ppid=5102 vsize=1714316 CPUtime=1.12
/proc/5104/task/5113/stat : 5113 (java) S 5102 5104 5058 0 -1 64 1878 0 0 0 111 1 0 0 16 0 13 0 196038171 1755459584 156207 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5104/tid=5114] ppid=5102 vsize=1714316 CPUtime=0
/proc/5104/task/5114/stat : 5114 (java) S 5102 5104 5058 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 196038171 1755459584 156207 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5104/tid=5115] ppid=5102 vsize=1714316 CPUtime=0
/proc/5104/task/5115/stat : 5115 (java) S 5102 5104 5058 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 196038172 1755459584 156207 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5104/tid=5116] ppid=5102 vsize=1714316 CPUtime=0
/proc/5104/task/5116/stat : 5116 (java) S 5102 5104 5058 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 196041868 1755459584 156207 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.75
Current children cumulated vsize (Kb) 1714316



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1781.32 s]
/proc/loadavg: 1.02 1.03 0.96 2/76 5116
/proc/meminfo: memFree=1161072/2055920 swapFree=4180880/4192956
[pid=5104] ppid=5102 vsize=1714316 CPUtime=1800.76
/proc/5104/stat : 5104 (java) R 5102 5104 5058 0 -1 0 256798 0 1 0 179804 272 0 0 25 0 13 0 196038162 1755459584 156207 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071689389 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/5104/statm: 428579 156207 1909 14 0 415326 0
[pid=5104/tid=5105] ppid=5102 vsize=1714316 CPUtime=18.73
/proc/5104/task/5105/stat : 5105 (java) S 5102 5104 5058 0 -1 64 71055 0 0 0 1764 109 0 0 16 0 13 0 196038165 1755459584 156207 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5104/tid=5106] ppid=5102 vsize=1714316 CPUtime=18.71
/proc/5104/task/5106/stat : 5106 (java) S 5102 5104 5058 0 -1 64 68677 0 0 0 1785 86 0 0 16 0 13 0 196038165 1755459584 156207 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5104/tid=5107] ppid=5102 vsize=1714316 CPUtime=0.38
/proc/5104/task/5107/stat : 5107 (java) S 5102 5104 5058 0 -1 64 235 0 0 0 19 19 0 0 16 0 13 0 196038168 1755459584 156207 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=5104/tid=5108] ppid=5102 vsize=1714316 CPUtime=0
/proc/5104/task/5108/stat : 5108 (java) S 5102 5104 5058 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 196038168 1755459584 156207 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5104/tid=5109] ppid=5102 vsize=1714316 CPUtime=0
/proc/5104/task/5109/stat : 5109 (java) S 5102 5104 5058 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 196038168 1755459584 156207 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5104/tid=5110] ppid=5102 vsize=1714316 CPUtime=0
/proc/5104/task/5110/stat : 5110 (java) S 5102 5104 5058 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 196038171 1755459584 156207 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5104/tid=5111] ppid=5102 vsize=1714316 CPUtime=0
/proc/5104/task/5111/stat : 5111 (java) S 5102 5104 5058 0 -1 64 3 0 0 0 0 0 0 0 17 0 13 0 196038171 1755459584 156207 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5104/tid=5112] ppid=5102 vsize=1714316 CPUtime=0.95
/proc/5104/task/5112/stat : 5112 (java) S 5102 5104 5058 0 -1 64 1175 0 0 0 95 0 0 0 16 0 13 0 196038171 1755459584 156207 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5104/tid=5113] ppid=5102 vsize=1714316 CPUtime=1.12
/proc/5104/task/5113/stat : 5113 (java) S 5102 5104 5058 0 -1 64 1878 0 0 0 111 1 0 0 16 0 13 0 196038171 1755459584 156207 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5104/tid=5114] ppid=5102 vsize=1714316 CPUtime=0
/proc/5104/task/5114/stat : 5114 (java) S 5102 5104 5058 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 196038171 1755459584 156207 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5104/tid=5115] ppid=5102 vsize=1714316 CPUtime=0
/proc/5104/task/5115/stat : 5115 (java) S 5102 5104 5058 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 196038172 1755459584 156207 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5104/tid=5116] ppid=5102 vsize=1714316 CPUtime=0
/proc/5104/task/5116/stat : 5116 (java) S 5102 5104 5058 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 196041868 1755459584 156207 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.76
Current children cumulated vsize (Kb) 1714316

Sending SIGTERM to -5104
Sleeping 2 seconds

Child status: 143
Real time (s): 1781.45
CPU time (s): 1800.88
CPU user time (s): 1798.06
CPU system time (s): 2.82057
CPU usage (%): 101.09
Max. virtual memory (cumulated for all children) (Kb): 1715756

Launcher Data (download as text)

Begin job on node43 on Sat Jun  3 03:01:54 UTC 2006


FILE ID= 43127-1149303713

PBS_JOBID= 307501

BENCH NAME= HOME/pub/bench/PB06//final/normalized-PB06/OPT-BIGINT/mps-v2-20-10/plato.asu.edu/pub/fctp/normalized-mps-v2-20-10-n3707.opb
COMMAND LINE= java -server -Xms1500M -Xmx1500M -jar ROOT/solvers/PB/PB06final/user5/sat4jPseudoHeuristics.jar ROOT/tmp/node43/43127-1149303713/instance-43127-1149303713.opb 860427392
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node43/watcher-43127-1149303713 -o ROOT/results/node43/solver-43127-1149303713 -C 1800 -M 1800 -S 64  java -server -Xms1500M -Xmx1500M -jar ROOT/solvers/PB/PB06final/user5/sat4jPseudoHeuristics.jar ROOT/tmp/node43/43127-1149303713/instance-43127-1149303713.opb 860427392

MD5SUM SOLVER= 3cef94aa015dc0dd234d31843a257d70
MD5SUM BENCH=  bd6dfc1cb1b60fa01a3db613e331e5b8

RANDOM SEED= 860427392


/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.216
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.216
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:       1780184 kB
Buffers:         22600 kB
Cached:         191624 kB
SwapCached:       3716 kB
Active:          59960 kB
Inactive:       162976 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1780184 kB
SwapTotal:     4192956 kB
SwapFree:      4180880 kB
Dirty:             168 kB
Writeback:           0 kB
Mapped:          14828 kB
Slab:            38828 kB
Committed_AS:   290828 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 node43 on Sat Jun  3 03:31:36 UTC 2006