Trace number 42548

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.96 1793.4

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-fit2p.opb
MD5SUMea34bf390bf77663918ceca8ccc177b4
Bench CategoryOPT-SMALLINT (optimisation, small 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 1059
Optimality of the best value was proved NO
Number of variables293602
Total number of constraints10500
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 constraints10500
Minimum length of a constraint13
Maximum length of a constraint612
Number of terms in the objective function 246163
Biggest coefficient in the objective function 130
Number of bits for the biggest coefficient in the objective function 8
Sum of the numbers in the objective function 748663
Number of bits of the sum of numbers in the objective function 20
Biggest number in a constraint 261428
Number of bits of the biggest number in a constraint 18
Biggest sum of numbers in a constraint 748663
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.25	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.25	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.25	c no version file found!!!
0.25	c sun.arch.data.model	32
0.25	c java.version	1.5.0_06
0.25	c os.name	Linux
0.25	c os.version	2.6.9-22.EL.rootsmp
0.25	c os.arch	i386
0.25	c Free memory 1548419056
0.25	c Max memory 1551040512
0.25	c Total memory 1551040512
0.25	c Number of processors 2
0.32	c Cutting planes based inference
0.32	c --- Begin Solver configuration ---
0.32	c org.sat4j.minisat.uip.FirstUIP@1df073d
0.32	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@1546e25
0.32	c org.sat4j.minisat.learning.MiniSATLearning@b66cc
0.32	c conflictBoundIncFactor=1.5 learntBoundIncFactor=1.1 initLearntBoundConstraintFactor=10000.0 initConflictBound=100 
0.32	c VSIDS like heuristics from MiniSAT using a heap
0.32	c No reason simplification
0.32	c --- End Solver configuration ---
0.32	c solving ROOT/tmp/node45/42548-1149343323/instance-42548-1149343323.opb
0.32	c reading problem ... 
120.51	c ... done. Time 120.193 ms.
120.51	c #vars     293602
120.51	c #constraints  13500
1793.30	c starts		: 5
1793.30	c conflicts		: 1126
1793.30	c decisions		: 337495
1793.30	c propagations		: 447726
1793.30	c inspects		: 9559865
1793.30	c learnt literals	: 0
1793.30	c learnt binary clauses	: 0
1793.30	c learnt ternary clauses	: 0
1793.30	c learnt clauses	: 1125
1793.30	c root simplifications	: 0
1793.30	c removed literals (reason simplification)	: 0
1793.30	c reason swapping (by a shorter reason)	: 0
1793.30	c Calls to reduceDB	: 0
1793.30	c speed (decisions/second)	: 201.82814153893995
1793.30	c non guided choices	43017
1793.30	s UNKNOWN
1793.30	c Total wall clock time (ms): 1792.983

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

Current StackSize limit: 67108864 bytes

/proc/loadavg: 1.07 0.99 0.99 3/64 28042
/proc/meminfo: memFree=1492488/2055920 swapFree=4191900/4192956
[pid=28042] ppid=28040 vsize=1500 CPUtime=0
/proc/28042/stat : 28042 (java) R 28040 28042 27996 0 -1 0 88 0 0 0 0 0 0 0 18 0 1 0 95770172 1536000 69 18446744073709551615 134512640 134570276 4294956608 18446744073709551615 4695734 0 0 4096 0 0 0 0 17 1 0 0
/proc/28042/statm: 363 61 46 14 0 8 0

[startup+10.0057 s]
/proc/loadavg: 1.06 0.99 0.99 2/75 28053
/proc/meminfo: memFree=1279360/2055920 swapFree=4191900/4192956
[pid=28042] ppid=28040 vsize=1711748 CPUtime=10.99
/proc/28042/stat : 28042 (java) R 28040 28042 27996 0 -1 0 57078 0 1 0 1075 24 0 0 16 0 12 0 95770172 1752829952 55083 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071422655 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28042/statm: 427937 55083 1880 14 0 414684 0
[pid=28042/tid=28043] ppid=28040 vsize=1711748 CPUtime=0.63
/proc/28042/task/28043/stat : 28043 (java) S 28040 28042 27996 0 -1 64 8994 0 0 0 59 4 0 0 15 0 12 0 95770175 1752829952 55083 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28042/tid=28044] ppid=28040 vsize=1711748 CPUtime=0.65
/proc/28042/task/28044/stat : 28044 (java) S 28040 28042 27996 0 -1 64 10588 0 0 0 59 6 0 0 16 0 12 0 95770175 1752829952 55083 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28042/tid=28045] ppid=28040 vsize=1711748 CPUtime=0
/proc/28042/task/28045/stat : 28045 (java) S 28040 28042 27996 0 -1 64 13 0 0 0 0 0 0 0 16 0 12 0 95770178 1752829952 55083 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=28042/tid=28046] ppid=28040 vsize=1711748 CPUtime=0
/proc/28042/task/28046/stat : 28046 (java) S 28040 28042 27996 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 95770178 1752829952 55083 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28042/tid=28047] ppid=28040 vsize=1711748 CPUtime=0
/proc/28042/task/28047/stat : 28047 (java) S 28040 28042 27996 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 95770179 1752829952 55083 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28042/tid=28048] ppid=28040 vsize=1711748 CPUtime=0
/proc/28042/task/28048/stat : 28048 (java) S 28040 28042 27996 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 95770182 1752829952 55083 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28042/tid=28049] ppid=28040 vsize=1711748 CPUtime=0
/proc/28042/task/28049/stat : 28049 (java) S 28040 28042 27996 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 95770182 1752829952 55083 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28042/tid=28050] ppid=28040 vsize=1711748 CPUtime=0.35
/proc/28042/task/28050/stat : 28050 (java) S 28040 28042 27996 0 -1 64 686 0 0 0 35 0 0 0 16 0 12 0 95770182 1752829952 55083 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28042/tid=28051] ppid=28040 vsize=1711748 CPUtime=0.29
/proc/28042/task/28051/stat : 28051 (java) S 28040 28042 27996 0 -1 64 423 0 0 0 29 0 0 0 17 0 12 0 95770182 1752829952 55083 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28042/tid=28052] ppid=28040 vsize=1711748 CPUtime=0
/proc/28042/task/28052/stat : 28052 (java) S 28040 28042 27996 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 95770182 1752829952 55083 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28042/tid=28053] ppid=28040 vsize=1711748 CPUtime=0
/proc/28042/task/28053/stat : 28053 (java) S 28040 28042 27996 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 95770182 1752829952 55083 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 10.99
Current children cumulated vsize (Kb) 1711748

[startup+20.0148 s]
/proc/loadavg: 1.05 0.99 0.99 2/75 28053
/proc/meminfo: memFree=1274560/2055920 swapFree=4191900/4192956
[pid=28042] ppid=28040 vsize=1711348 CPUtime=21.13
/proc/28042/stat : 28042 (java) R 28040 28042 27996 0 -1 0 58486 0 1 0 2088 25 0 0 25 0 12 0 95770172 1752420352 56344 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4152709502 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28042/statm: 427837 56344 1880 14 0 414584 0
[pid=28042/tid=28043] ppid=28040 vsize=1711348 CPUtime=0.76
/proc/28042/task/28043/stat : 28043 (java) S 28040 28042 27996 0 -1 64 9667 0 0 0 71 5 0 0 16 0 12 0 95770175 1752420352 56344 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28042/tid=28044] ppid=28040 vsize=1711348 CPUtime=0.78
/proc/28042/task/28044/stat : 28044 (java) S 28040 28042 27996 0 -1 64 11195 0 0 0 72 6 0 0 16 0 12 0 95770175 1752420352 56344 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28042/tid=28045] ppid=28040 vsize=1711348 CPUtime=0
/proc/28042/task/28045/stat : 28045 (java) S 28040 28042 27996 0 -1 64 15 0 0 0 0 0 0 0 16 0 12 0 95770178 1752420352 56344 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=28042/tid=28046] ppid=28040 vsize=1711348 CPUtime=0
/proc/28042/task/28046/stat : 28046 (java) S 28040 28042 27996 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 95770178 1752420352 56344 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28042/tid=28047] ppid=28040 vsize=1711348 CPUtime=0
/proc/28042/task/28047/stat : 28047 (java) S 28040 28042 27996 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 95770179 1752420352 56344 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28042/tid=28048] ppid=28040 vsize=1711348 CPUtime=0
/proc/28042/task/28048/stat : 28048 (java) S 28040 28042 27996 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 95770182 1752420352 56344 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28042/tid=28049] ppid=28040 vsize=1711348 CPUtime=0
/proc/28042/task/28049/stat : 28049 (java) S 28040 28042 27996 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 95770182 1752420352 56344 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28042/tid=28050] ppid=28040 vsize=1711348 CPUtime=0.36
/proc/28042/task/28050/stat : 28050 (java) S 28040 28042 27996 0 -1 64 686 0 0 0 36 0 0 0 17 0 12 0 95770182 1752420352 56344 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28042/tid=28051] ppid=28040 vsize=1711348 CPUtime=0.31
/proc/28042/task/28051/stat : 28051 (java) S 28040 28042 27996 0 -1 64 430 0 0 0 31 0 0 0 17 0 12 0 95770182 1752420352 56344 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28042/tid=28052] ppid=28040 vsize=1711348 CPUtime=0
/proc/28042/task/28052/stat : 28052 (java) S 28040 28042 27996 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 95770182 1752420352 56344 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28042/tid=28053] ppid=28040 vsize=1711348 CPUtime=0
/proc/28042/task/28053/stat : 28053 (java) S 28040 28042 27996 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 95770182 1752420352 56344 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 21.13
Current children cumulated vsize (Kb) 1711348

[startup+30.0216 s]
/proc/loadavg: 1.04 0.99 0.99 2/75 28053
/proc/meminfo: memFree=1266880/2055920 swapFree=4191900/4192956
[pid=28042] ppid=28040 vsize=1711348 CPUtime=31.24
/proc/28042/stat : 28042 (java) R 28040 28042 27996 0 -1 0 60500 0 1 0 3098 26 0 0 25 0 12 0 95770172 1752420352 58299 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071399076 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28042/statm: 427837 58299 1880 14 0 414584 0
[pid=28042/tid=28043] ppid=28040 vsize=1711348 CPUtime=0.88
/proc/28042/task/28043/stat : 28043 (java) S 28040 28042 27996 0 -1 64 10587 0 0 0 83 5 0 0 16 0 12 0 95770175 1752420352 58299 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28042/tid=28044] ppid=28040 vsize=1711348 CPUtime=0.89
/proc/28042/task/28044/stat : 28044 (java) S 28040 28042 27996 0 -1 64 12101 0 0 0 83 6 0 0 16 0 12 0 95770175 1752420352 58299 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28042/tid=28045] ppid=28040 vsize=1711348 CPUtime=0
/proc/28042/task/28045/stat : 28045 (java) S 28040 28042 27996 0 -1 64 15 0 0 0 0 0 0 0 16 0 12 0 95770178 1752420352 58299 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=28042/tid=28046] ppid=28040 vsize=1711348 CPUtime=0
/proc/28042/task/28046/stat : 28046 (java) S 28040 28042 27996 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 95770178 1752420352 58299 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28042/tid=28047] ppid=28040 vsize=1711348 CPUtime=0
/proc/28042/task/28047/stat : 28047 (java) S 28040 28042 27996 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 95770179 1752420352 58299 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28042/tid=28048] ppid=28040 vsize=1711348 CPUtime=0
/proc/28042/task/28048/stat : 28048 (java) S 28040 28042 27996 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 95770182 1752420352 58299 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28042/tid=28049] ppid=28040 vsize=1711348 CPUtime=0
/proc/28042/task/28049/stat : 28049 (java) S 28040 28042 27996 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 95770182 1752420352 58299 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28042/tid=28050] ppid=28040 vsize=1711348 CPUtime=0.36
/proc/28042/task/28050/stat : 28050 (java) S 28040 28042 27996 0 -1 64 686 0 0 0 36 0 0 0 17 0 12 0 95770182 1752420352 58299 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28042/tid=28051] ppid=28040 vsize=1711348 CPUtime=0.31
/proc/28042/task/28051/stat : 28051 (java) S 28040 28042 27996 0 -1 64 430 0 0 0 31 0 0 0 17 0 12 0 95770182 1752420352 58299 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28042/tid=28052] ppid=28040 vsize=1711348 CPUtime=0
/proc/28042/task/28052/stat : 28052 (java) S 28040 28042 27996 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 95770182 1752420352 58299 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28042/tid=28053] ppid=28040 vsize=1711348 CPUtime=0
/proc/28042/task/28053/stat : 28053 (java) S 28040 28042 27996 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 95770182 1752420352 58299 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 31.24
Current children cumulated vsize (Kb) 1711348

[startup+40.0285 s]
/proc/loadavg: 1.12 1.00 0.99 2/75 28053
/proc/meminfo: memFree=1261696/2055920 swapFree=4191900/4192956
[pid=28042] ppid=28040 vsize=1711348 CPUtime=41.36
/proc/28042/stat : 28042 (java) R 28040 28042 27996 0 -1 0 61838 0 1 0 4109 27 0 0 25 0 12 0 95770172 1752420352 59589 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071422607 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28042/statm: 427837 59589 1880 14 0 414584 0
[pid=28042/tid=28043] ppid=28040 vsize=1711348 CPUtime=0.99
/proc/28042/task/28043/stat : 28043 (java) S 28040 28042 27996 0 -1 64 11348 0 0 0 94 5 0 0 16 0 12 0 95770175 1752420352 59589 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28042/tid=28044] ppid=28040 vsize=1711348 CPUtime=1
/proc/28042/task/28044/stat : 28044 (java) S 28040 28042 27996 0 -1 64 12659 0 0 0 94 6 0 0 16 0 12 0 95770175 1752420352 59589 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28042/tid=28045] ppid=28040 vsize=1711348 CPUtime=0
/proc/28042/task/28045/stat : 28045 (java) S 28040 28042 27996 0 -1 64 15 0 0 0 0 0 0 0 15 0 12 0 95770178 1752420352 59589 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=28042/tid=28046] ppid=28040 vsize=1711348 CPUtime=0
/proc/28042/task/28046/stat : 28046 (java) S 28040 28042 27996 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 95770178 1752420352 59589 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28042/tid=28047] ppid=28040 vsize=1711348 CPUtime=0
/proc/28042/task/28047/stat : 28047 (java) S 28040 28042 27996 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 95770179 1752420352 59589 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28042/tid=28048] ppid=28040 vsize=1711348 CPUtime=0
/proc/28042/task/28048/stat : 28048 (java) S 28040 28042 27996 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 95770182 1752420352 59589 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28042/tid=28049] ppid=28040 vsize=1711348 CPUtime=0
/proc/28042/task/28049/stat : 28049 (java) S 28040 28042 27996 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 95770182 1752420352 59589 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28042/tid=28050] ppid=28040 vsize=1711348 CPUtime=0.36
/proc/28042/task/28050/stat : 28050 (java) S 28040 28042 27996 0 -1 64 686 0 0 0 36 0 0 0 17 0 12 0 95770182 1752420352 59589 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28042/tid=28051] ppid=28040 vsize=1711348 CPUtime=0.31
/proc/28042/task/28051/stat : 28051 (java) S 28040 28042 27996 0 -1 64 430 0 0 0 31 0 0 0 17 0 12 0 95770182 1752420352 59589 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28042/tid=28052] ppid=28040 vsize=1711348 CPUtime=0
/proc/28042/task/28052/stat : 28052 (java) S 28040 28042 27996 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 95770182 1752420352 59589 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28042/tid=28053] ppid=28040 vsize=1711348 CPUtime=0
/proc/28042/task/28053/stat : 28053 (java) S 28040 28042 27996 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 95770182 1752420352 59589 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 41.36
Current children cumulated vsize (Kb) 1711348

[startup+50.0353 s]
/proc/loadavg: 1.17 1.02 1.00 2/75 28053
/proc/meminfo: memFree=1257280/2055920 swapFree=4191900/4192956
[pid=28042] ppid=28040 vsize=1711348 CPUtime=51.51
/proc/28042/stat : 28042 (java) R 28040 28042 27996 0 -1 0 63002 0 1 0 5123 28 0 0 20 0 12 0 95770172 1752420352 60700 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071422599 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28042/statm: 427837 60700 1880 14 0 414584 0
[pid=28042/tid=28043] ppid=28040 vsize=1711348 CPUtime=1.11
/proc/28042/task/28043/stat : 28043 (java) S 28040 28042 27996 0 -1 64 11947 0 0 0 105 6 0 0 16 0 12 0 95770175 1752420352 60700 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28042/tid=28044] ppid=28040 vsize=1711348 CPUtime=1.11
/proc/28042/task/28044/stat : 28044 (java) S 28040 28042 27996 0 -1 64 13195 0 0 0 104 7 0 0 16 0 12 0 95770175 1752420352 60700 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28042/tid=28045] ppid=28040 vsize=1711348 CPUtime=0.01
/proc/28042/task/28045/stat : 28045 (java) S 28040 28042 27996 0 -1 64 15 0 0 0 1 0 0 0 15 0 12 0 95770178 1752420352 60700 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=28042/tid=28046] ppid=28040 vsize=1711348 CPUtime=0
/proc/28042/task/28046/stat : 28046 (java) S 28040 28042 27996 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 95770178 1752420352 60700 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28042/tid=28047] ppid=28040 vsize=1711348 CPUtime=0
/proc/28042/task/28047/stat : 28047 (java) S 28040 28042 27996 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 95770179 1752420352 60700 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28042/tid=28048] ppid=28040 vsize=1711348 CPUtime=0
/proc/28042/task/28048/stat : 28048 (java) S 28040 28042 27996 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 95770182 1752420352 60700 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28042/tid=28049] ppid=28040 vsize=1711348 CPUtime=0
/proc/28042/task/28049/stat : 28049 (java) S 28040 28042 27996 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 95770182 1752420352 60700 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28042/tid=28050] ppid=28040 vsize=1711348 CPUtime=0.41
/proc/28042/task/28050/stat : 28050 (java) S 28040 28042 27996 0 -1 64 689 0 0 0 41 0 0 0 17 0 12 0 95770182 1752420352 60700 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28042/tid=28051] ppid=28040 vsize=1711348 CPUtime=0.32
/proc/28042/task/28051/stat : 28051 (java) S 28040 28042 27996 0 -1 64 431 0 0 0 32 0 0 0 17 0 12 0 95770182 1752420352 60700 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28042/tid=28052] ppid=28040 vsize=1711348 CPUtime=0
/proc/28042/task/28052/stat : 28052 (java) S 28040 28042 27996 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 95770182 1752420352 60700 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28042/tid=28053] ppid=28040 vsize=1711348 CPUtime=0
/proc/28042/task/28053/stat : 28053 (java) S 28040 28042 27996 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 95770182 1752420352 60700 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 51.51
Current children cumulated vsize (Kb) 1711348

[startup+60.0421 s]
/proc/loadavg: 1.14 1.02 1.00 2/75 28053
/proc/meminfo: memFree=1233856/2055920 swapFree=4191900/4192956
[pid=28042] ppid=28040 vsize=1711348 CPUtime=61.78
/proc/28042/stat : 28042 (java) R 28040 28042 27996 0 -1 0 69376 0 1 0 6146 32 0 0 25 0 12 0 95770172 1752420352 66541 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071423839 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28042/statm: 427837 66541 1886 14 0 414584 0
[pid=28042/tid=28043] ppid=28040 vsize=1711348 CPUtime=1.32
/proc/28042/task/28043/stat : 28043 (java) S 28040 28042 27996 0 -1 64 15145 0 0 0 125 7 0 0 16 0 12 0 95770175 1752420352 66541 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28042/tid=28044] ppid=28040 vsize=1711348 CPUtime=1.33
/proc/28042/task/28044/stat : 28044 (java) S 28040 28042 27996 0 -1 64 16284 0 0 0 125 8 0 0 17 0 12 0 95770175 1752420352 66541 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28042/tid=28045] ppid=28040 vsize=1711348 CPUtime=0.01
/proc/28042/task/28045/stat : 28045 (java) S 28040 28042 27996 0 -1 64 15 0 0 0 1 0 0 0 16 0 12 0 95770178 1752420352 66541 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=28042/tid=28046] ppid=28040 vsize=1711348 CPUtime=0
/proc/28042/task/28046/stat : 28046 (java) S 28040 28042 27996 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 95770178 1752420352 66541 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28042/tid=28047] ppid=28040 vsize=1711348 CPUtime=0
/proc/28042/task/28047/stat : 28047 (java) S 28040 28042 27996 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 95770179 1752420352 66541 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28042/tid=28048] ppid=28040 vsize=1711348 CPUtime=0
/proc/28042/task/28048/stat : 28048 (java) S 28040 28042 27996 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 95770182 1752420352 66541 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28042/tid=28049] ppid=28040 vsize=1711348 CPUtime=0
/proc/28042/task/28049/stat : 28049 (java) S 28040 28042 27996 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 95770182 1752420352 66541 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28042/tid=28050] ppid=28040 vsize=1711348 CPUtime=0.43
/proc/28042/task/28050/stat : 28050 (java) S 28040 28042 27996 0 -1 64 689 0 0 0 43 0 0 0 17 0 12 0 95770182 1752420352 66541 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28042/tid=28051] ppid=28040 vsize=1711348 CPUtime=0.36
/proc/28042/task/28051/stat : 28051 (java) S 28040 28042 27996 0 -1 64 436 0 0 0 36 0 0 0 17 0 12 0 95770182 1752420352 66541 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28042/tid=28052] ppid=28040 vsize=1711348 CPUtime=0
/proc/28042/task/28052/stat : 28052 (java) S 28040 28042 27996 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 95770182 1752420352 66541 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28042/tid=28053] ppid=28040 vsize=1711348 CPUtime=0
/proc/28042/task/28053/stat : 28053 (java) S 28040 28042 27996 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 95770182 1752420352 66541 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0

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

[pid=28042/tid=28046] ppid=28040 vsize=1716492 CPUtime=0
/proc/28042/task/28046/stat : 28046 (java) S 28040 28042 27996 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 95770178 1757687808 116841 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28042/tid=28047] ppid=28040 vsize=1716492 CPUtime=0
/proc/28042/task/28047/stat : 28047 (java) S 28040 28042 27996 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 95770179 1757687808 116841 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28042/tid=28048] ppid=28040 vsize=1716492 CPUtime=0
/proc/28042/task/28048/stat : 28048 (java) S 28040 28042 27996 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 95770182 1757687808 116841 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28042/tid=28049] ppid=28040 vsize=1716492 CPUtime=0.01
/proc/28042/task/28049/stat : 28049 (java) S 28040 28042 27996 0 -1 64 7 0 0 0 1 0 0 0 16 0 13 0 95770182 1757687808 116841 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28042/tid=28050] ppid=28040 vsize=1716492 CPUtime=1.27
/proc/28042/task/28050/stat : 28050 (java) S 28040 28042 27996 0 -1 64 3651 0 0 0 126 1 0 0 16 0 13 0 95770182 1757687808 116841 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28042/tid=28051] ppid=28040 vsize=1716492 CPUtime=0.97
/proc/28042/task/28051/stat : 28051 (java) S 28040 28042 27996 0 -1 64 783 0 0 0 97 0 0 0 16 0 13 0 95770182 1757687808 116841 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28042/tid=28052] ppid=28040 vsize=1716492 CPUtime=0
/proc/28042/task/28052/stat : 28052 (java) S 28040 28042 27996 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 95770182 1757687808 116841 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28042/tid=28053] ppid=28040 vsize=1716492 CPUtime=0
/proc/28042/task/28053/stat : 28053 (java) S 28040 28042 27996 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 95770182 1757687808 116841 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28042/tid=28056] ppid=28040 vsize=1716492 CPUtime=0
/proc/28042/task/28056/stat : 28056 (java) S 28040 28042 27996 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 95782310 1757687808 116841 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1796.8
Current children cumulated vsize (Kb) 1716492

[startup+1790.28 s]
/proc/loadavg: 1.00 1.00 1.00 2/76 28056
/proc/meminfo: memFree=1031288/2055920 swapFree=4191900/4192956
[pid=28042] ppid=28040 vsize=1716492 CPUtime=1797.81
/proc/28042/stat : 28042 (java) R 28040 28042 27996 0 -1 0 146135 0 1 0 179680 101 0 0 25 0 13 0 95770172 1757687808 116841 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071464275 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28042/statm: 429123 116841 1908 14 0 415870 0
[pid=28042/tid=28043] ppid=28040 vsize=1716492 CPUtime=6.62
/proc/28042/task/28043/stat : 28043 (java) S 28040 28042 27996 0 -1 64 49430 0 0 0 629 33 0 0 16 0 13 0 95770175 1757687808 116841 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28042/tid=28044] ppid=28040 vsize=1716492 CPUtime=6.66
/proc/28042/task/28044/stat : 28044 (java) S 28040 28042 27996 0 -1 64 55117 0 0 0 628 38 0 0 16 0 13 0 95770175 1757687808 116841 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28042/tid=28045] ppid=28040 vsize=1716492 CPUtime=0.1
/proc/28042/task/28045/stat : 28045 (java) S 28040 28042 27996 0 -1 64 18 0 0 0 6 4 0 0 16 0 13 0 95770178 1757687808 116841 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=28042/tid=28046] ppid=28040 vsize=1716492 CPUtime=0
/proc/28042/task/28046/stat : 28046 (java) S 28040 28042 27996 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 95770178 1757687808 116841 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28042/tid=28047] ppid=28040 vsize=1716492 CPUtime=0
/proc/28042/task/28047/stat : 28047 (java) S 28040 28042 27996 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 95770179 1757687808 116841 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28042/tid=28048] ppid=28040 vsize=1716492 CPUtime=0
/proc/28042/task/28048/stat : 28048 (java) S 28040 28042 27996 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 95770182 1757687808 116841 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28042/tid=28049] ppid=28040 vsize=1716492 CPUtime=0.01
/proc/28042/task/28049/stat : 28049 (java) S 28040 28042 27996 0 -1 64 7 0 0 0 1 0 0 0 16 0 13 0 95770182 1757687808 116841 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28042/tid=28050] ppid=28040 vsize=1716492 CPUtime=1.27
/proc/28042/task/28050/stat : 28050 (java) S 28040 28042 27996 0 -1 64 3651 0 0 0 126 1 0 0 16 0 13 0 95770182 1757687808 116841 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28042/tid=28051] ppid=28040 vsize=1716492 CPUtime=0.97
/proc/28042/task/28051/stat : 28051 (java) S 28040 28042 27996 0 -1 64 783 0 0 0 97 0 0 0 16 0 13 0 95770182 1757687808 116841 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28042/tid=28052] ppid=28040 vsize=1716492 CPUtime=0
/proc/28042/task/28052/stat : 28052 (java) S 28040 28042 27996 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 95770182 1757687808 116841 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28042/tid=28053] ppid=28040 vsize=1716492 CPUtime=0
/proc/28042/task/28053/stat : 28053 (java) S 28040 28042 27996 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 95770182 1757687808 116841 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28042/tid=28056] ppid=28040 vsize=1716492 CPUtime=0
/proc/28042/task/28056/stat : 28056 (java) S 28040 28042 27996 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 95782310 1757687808 116841 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1797.81
Current children cumulated vsize (Kb) 1716492

[startup+1791.28 s]
/proc/loadavg: 1.00 1.00 1.00 2/76 28056
/proc/meminfo: memFree=1031288/2055920 swapFree=4191900/4192956
[pid=28042] ppid=28040 vsize=1716492 CPUtime=1798.81
/proc/28042/stat : 28042 (java) R 28040 28042 27996 0 -1 0 146135 0 1 0 179780 101 0 0 25 0 13 0 95770172 1757687808 116841 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071464628 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28042/statm: 429123 116841 1908 14 0 415870 0
[pid=28042/tid=28043] ppid=28040 vsize=1716492 CPUtime=6.62
/proc/28042/task/28043/stat : 28043 (java) S 28040 28042 27996 0 -1 64 49430 0 0 0 629 33 0 0 16 0 13 0 95770175 1757687808 116841 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28042/tid=28044] ppid=28040 vsize=1716492 CPUtime=6.66
/proc/28042/task/28044/stat : 28044 (java) S 28040 28042 27996 0 -1 64 55117 0 0 0 628 38 0 0 16 0 13 0 95770175 1757687808 116841 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28042/tid=28045] ppid=28040 vsize=1716492 CPUtime=0.1
/proc/28042/task/28045/stat : 28045 (java) S 28040 28042 27996 0 -1 64 18 0 0 0 6 4 0 0 16 0 13 0 95770178 1757687808 116841 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=28042/tid=28046] ppid=28040 vsize=1716492 CPUtime=0
/proc/28042/task/28046/stat : 28046 (java) S 28040 28042 27996 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 95770178 1757687808 116841 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28042/tid=28047] ppid=28040 vsize=1716492 CPUtime=0
/proc/28042/task/28047/stat : 28047 (java) S 28040 28042 27996 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 95770179 1757687808 116841 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28042/tid=28048] ppid=28040 vsize=1716492 CPUtime=0
/proc/28042/task/28048/stat : 28048 (java) S 28040 28042 27996 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 95770182 1757687808 116841 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28042/tid=28049] ppid=28040 vsize=1716492 CPUtime=0.01
/proc/28042/task/28049/stat : 28049 (java) S 28040 28042 27996 0 -1 64 7 0 0 0 1 0 0 0 16 0 13 0 95770182 1757687808 116841 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28042/tid=28050] ppid=28040 vsize=1716492 CPUtime=1.27
/proc/28042/task/28050/stat : 28050 (java) S 28040 28042 27996 0 -1 64 3651 0 0 0 126 1 0 0 16 0 13 0 95770182 1757687808 116841 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28042/tid=28051] ppid=28040 vsize=1716492 CPUtime=0.97
/proc/28042/task/28051/stat : 28051 (java) S 28040 28042 27996 0 -1 64 783 0 0 0 97 0 0 0 16 0 13 0 95770182 1757687808 116841 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28042/tid=28052] ppid=28040 vsize=1716492 CPUtime=0
/proc/28042/task/28052/stat : 28052 (java) S 28040 28042 27996 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 95770182 1757687808 116841 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28042/tid=28053] ppid=28040 vsize=1716492 CPUtime=0
/proc/28042/task/28053/stat : 28053 (java) S 28040 28042 27996 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 95770182 1757687808 116841 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28042/tid=28056] ppid=28040 vsize=1716492 CPUtime=0
/proc/28042/task/28056/stat : 28056 (java) S 28040 28042 27996 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 95782310 1757687808 116841 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1798.81
Current children cumulated vsize (Kb) 1716492

[startup+1792.29 s]
/proc/loadavg: 1.00 1.00 1.00 2/76 28056
/proc/meminfo: memFree=1031288/2055920 swapFree=4191900/4192956
[pid=28042] ppid=28040 vsize=1716492 CPUtime=1799.82
/proc/28042/stat : 28042 (java) R 28040 28042 27996 0 -1 0 146135 0 1 0 179881 101 0 0 25 0 13 0 95770172 1757687808 116841 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071464623 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28042/statm: 429123 116841 1908 14 0 415870 0
[pid=28042/tid=28043] ppid=28040 vsize=1716492 CPUtime=6.62
/proc/28042/task/28043/stat : 28043 (java) S 28040 28042 27996 0 -1 64 49430 0 0 0 629 33 0 0 16 0 13 0 95770175 1757687808 116841 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28042/tid=28044] ppid=28040 vsize=1716492 CPUtime=6.66
/proc/28042/task/28044/stat : 28044 (java) S 28040 28042 27996 0 -1 64 55117 0 0 0 628 38 0 0 16 0 13 0 95770175 1757687808 116841 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28042/tid=28045] ppid=28040 vsize=1716492 CPUtime=0.1
/proc/28042/task/28045/stat : 28045 (java) S 28040 28042 27996 0 -1 64 18 0 0 0 6 4 0 0 16 0 13 0 95770178 1757687808 116841 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=28042/tid=28046] ppid=28040 vsize=1716492 CPUtime=0
/proc/28042/task/28046/stat : 28046 (java) S 28040 28042 27996 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 95770178 1757687808 116841 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28042/tid=28047] ppid=28040 vsize=1716492 CPUtime=0
/proc/28042/task/28047/stat : 28047 (java) S 28040 28042 27996 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 95770179 1757687808 116841 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28042/tid=28048] ppid=28040 vsize=1716492 CPUtime=0
/proc/28042/task/28048/stat : 28048 (java) S 28040 28042 27996 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 95770182 1757687808 116841 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28042/tid=28049] ppid=28040 vsize=1716492 CPUtime=0.01
/proc/28042/task/28049/stat : 28049 (java) S 28040 28042 27996 0 -1 64 7 0 0 0 1 0 0 0 16 0 13 0 95770182 1757687808 116841 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28042/tid=28050] ppid=28040 vsize=1716492 CPUtime=1.27
/proc/28042/task/28050/stat : 28050 (java) S 28040 28042 27996 0 -1 64 3651 0 0 0 126 1 0 0 16 0 13 0 95770182 1757687808 116841 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28042/tid=28051] ppid=28040 vsize=1716492 CPUtime=0.97
/proc/28042/task/28051/stat : 28051 (java) S 28040 28042 27996 0 -1 64 783 0 0 0 97 0 0 0 16 0 13 0 95770182 1757687808 116841 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28042/tid=28052] ppid=28040 vsize=1716492 CPUtime=0
/proc/28042/task/28052/stat : 28052 (java) S 28040 28042 27996 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 95770182 1757687808 116841 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28042/tid=28053] ppid=28040 vsize=1716492 CPUtime=0
/proc/28042/task/28053/stat : 28053 (java) S 28040 28042 27996 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 95770182 1757687808 116841 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28042/tid=28056] ppid=28040 vsize=1716492 CPUtime=0
/proc/28042/task/28056/stat : 28056 (java) S 28040 28042 27996 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 95782310 1757687808 116841 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1799.82
Current children cumulated vsize (Kb) 1716492

[startup+1793.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/76 28056
/proc/meminfo: memFree=1031416/2055920 swapFree=4191900/4192956
[pid=28042] ppid=28040 vsize=1716492 CPUtime=1800.84
/proc/28042/stat : 28042 (java) R 28040 28042 27996 0 -1 0 146174 0 1 0 179982 102 0 0 25 0 13 0 95770172 1757687808 116815 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071778722 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28042/statm: 429123 116815 1908 14 0 415870 0
[pid=28042/tid=28043] ppid=28040 vsize=1716492 CPUtime=6.65
/proc/28042/task/28043/stat : 28043 (java) S 28040 28042 27996 0 -1 64 49431 0 0 0 631 34 0 0 16 0 13 0 95770175 1757687808 116815 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28042/tid=28044] ppid=28040 vsize=1716492 CPUtime=6.67
/proc/28042/task/28044/stat : 28044 (java) S 28040 28042 27996 0 -1 64 55154 0 0 0 629 38 0 0 16 0 13 0 95770175 1757687808 116815 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28042/tid=28045] ppid=28040 vsize=1716492 CPUtime=0.1
/proc/28042/task/28045/stat : 28045 (java) S 28040 28042 27996 0 -1 64 18 0 0 0 6 4 0 0 16 0 13 0 95770178 1757687808 116815 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=28042/tid=28046] ppid=28040 vsize=1716492 CPUtime=0
/proc/28042/task/28046/stat : 28046 (java) S 28040 28042 27996 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 95770178 1757687808 116815 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28042/tid=28047] ppid=28040 vsize=1716492 CPUtime=0
/proc/28042/task/28047/stat : 28047 (java) S 28040 28042 27996 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 95770179 1757687808 116815 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28042/tid=28048] ppid=28040 vsize=1716492 CPUtime=0
/proc/28042/task/28048/stat : 28048 (java) S 28040 28042 27996 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 95770182 1757687808 116815 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28042/tid=28049] ppid=28040 vsize=1716492 CPUtime=0.01
/proc/28042/task/28049/stat : 28049 (java) S 28040 28042 27996 0 -1 64 7 0 0 0 1 0 0 0 16 0 13 0 95770182 1757687808 116815 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28042/tid=28050] ppid=28040 vsize=1716492 CPUtime=1.27
/proc/28042/task/28050/stat : 28050 (java) S 28040 28042 27996 0 -1 64 3651 0 0 0 126 1 0 0 16 0 13 0 95770182 1757687808 116815 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28042/tid=28051] ppid=28040 vsize=1716492 CPUtime=0.97
/proc/28042/task/28051/stat : 28051 (java) S 28040 28042 27996 0 -1 64 783 0 0 0 97 0 0 0 16 0 13 0 95770182 1757687808 116815 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28042/tid=28052] ppid=28040 vsize=1716492 CPUtime=0
/proc/28042/task/28052/stat : 28052 (java) S 28040 28042 27996 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 95770182 1757687808 116815 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28042/tid=28053] ppid=28040 vsize=1716492 CPUtime=0
/proc/28042/task/28053/stat : 28053 (java) S 28040 28042 27996 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 95770182 1757687808 116815 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28042/tid=28056] ppid=28040 vsize=1716492 CPUtime=0
/proc/28042/task/28056/stat : 28056 (java) S 28040 28042 27996 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 95782310 1757687808 116815 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.84
Current children cumulated vsize (Kb) 1716492



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1793.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/76 28056
/proc/meminfo: memFree=1031416/2055920 swapFree=4191900/4192956
[pid=28042] ppid=28040 vsize=1716492 CPUtime=1800.85
/proc/28042/stat : 28042 (java) R 28040 28042 27996 0 -1 0 146174 0 1 0 179983 102 0 0 25 0 13 0 95770172 1757687808 116815 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071423843 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28042/statm: 429123 116815 1908 14 0 415870 0
[pid=28042/tid=28043] ppid=28040 vsize=1716492 CPUtime=6.65
/proc/28042/task/28043/stat : 28043 (java) S 28040 28042 27996 0 -1 64 49431 0 0 0 631 34 0 0 16 0 13 0 95770175 1757687808 116815 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28042/tid=28044] ppid=28040 vsize=1716492 CPUtime=6.67
/proc/28042/task/28044/stat : 28044 (java) S 28040 28042 27996 0 -1 64 55154 0 0 0 629 38 0 0 16 0 13 0 95770175 1757687808 116815 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28042/tid=28045] ppid=28040 vsize=1716492 CPUtime=0.1
/proc/28042/task/28045/stat : 28045 (java) S 28040 28042 27996 0 -1 64 18 0 0 0 6 4 0 0 16 0 13 0 95770178 1757687808 116815 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=28042/tid=28046] ppid=28040 vsize=1716492 CPUtime=0
/proc/28042/task/28046/stat : 28046 (java) S 28040 28042 27996 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 95770178 1757687808 116815 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28042/tid=28047] ppid=28040 vsize=1716492 CPUtime=0
/proc/28042/task/28047/stat : 28047 (java) S 28040 28042 27996 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 95770179 1757687808 116815 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28042/tid=28048] ppid=28040 vsize=1716492 CPUtime=0
/proc/28042/task/28048/stat : 28048 (java) S 28040 28042 27996 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 95770182 1757687808 116815 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28042/tid=28049] ppid=28040 vsize=1716492 CPUtime=0.01
/proc/28042/task/28049/stat : 28049 (java) S 28040 28042 27996 0 -1 64 7 0 0 0 1 0 0 0 16 0 13 0 95770182 1757687808 116815 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28042/tid=28050] ppid=28040 vsize=1716492 CPUtime=1.27
/proc/28042/task/28050/stat : 28050 (java) S 28040 28042 27996 0 -1 64 3651 0 0 0 126 1 0 0 16 0 13 0 95770182 1757687808 116815 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28042/tid=28051] ppid=28040 vsize=1716492 CPUtime=0.97
/proc/28042/task/28051/stat : 28051 (java) S 28040 28042 27996 0 -1 64 783 0 0 0 97 0 0 0 16 0 13 0 95770182 1757687808 116815 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28042/tid=28052] ppid=28040 vsize=1716492 CPUtime=0
/proc/28042/task/28052/stat : 28052 (java) S 28040 28042 27996 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 95770182 1757687808 116815 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28042/tid=28053] ppid=28040 vsize=1716492 CPUtime=0
/proc/28042/task/28053/stat : 28053 (java) S 28040 28042 27996 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 95770182 1757687808 116815 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28042/tid=28056] ppid=28040 vsize=1716492 CPUtime=0
/proc/28042/task/28056/stat : 28056 (java) S 28040 28042 27996 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 95782310 1757687808 116815 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.85
Current children cumulated vsize (Kb) 1716492

Sending SIGTERM to -28042
Sleeping 2 seconds

Child status: 143
Real time (s): 1793.4
CPU time (s): 1800.96
CPU user time (s): 1799.86
CPU system time (s): 1.09183
CPU usage (%): 100.421
Max. virtual memory (cumulated for all children) (Kb): 1716620

Launcher Data (download as text)

Begin job on node45 on Sat Jun  3 14:02:04 UTC 2006


FILE ID= 42548-1149343323

PBS_JOBID= 310537

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-fit2p.opb
COMMAND LINE= java -server -Xms1500M -Xmx1500M -jar ROOT/solvers/PB/PB06final/user5/sat4jPseudoHeuristics.jar ROOT/tmp/node45/42548-1149343323/instance-42548-1149343323.opb 241121786
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node45/watcher-42548-1149343323 -o ROOT/results/node45/solver-42548-1149343323 -C 1800 -M 1800 -S 64  java -server -Xms1500M -Xmx1500M -jar ROOT/solvers/PB/PB06final/user5/sat4jPseudoHeuristics.jar ROOT/tmp/node45/42548-1149343323/instance-42548-1149343323.opb 241121786

MD5SUM SOLVER= 3cef94aa015dc0dd234d31843a257d70
MD5SUM BENCH=  ea34bf390bf77663918ceca8ccc177b4

RANDOM SEED= 241121786


/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.263
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.263
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:       1492696 kB
Buffers:         28604 kB
Cached:         457472 kB
SwapCached:        260 kB
Active:          64904 kB
Inactive:       435028 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1492696 kB
SwapTotal:     4192956 kB
SwapFree:      4191900 kB
Dirty:             200 kB
Writeback:           0 kB
Mapped:          23016 kB
Slab:            49352 kB
Committed_AS:   284496 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 node45 on Sat Jun  3 14:31:58 UTC 2006