Trace number 43092

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? (exit code) 1256.2 1243.56

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/web/www.nlsde.buaa.edu.cn/
~kexu/benchmarks/frb50-23-opb/normalized-frb50-23-2.opb
MD5SUM669011fc499ae56e44c354cc6cddc4c7
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-49
Best CPU time to get the best result obtained on this benchmark1800.25
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -49
Optimality of the best value was proved NO
Number of variables1150
Total number of constraints80851
Number of constraints which are clauses80851
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint2
Number of terms in the objective function 1150
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 1150
Number of bits of the sum of numbers in the objective function 11
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 1150
Number of bits of the biggest sum of numbers11
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.15	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.15	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-34.ELsmp
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/node80/43092-1149615911/instance-43092-1149615911.opb
0.22	c reading problem ... 
3.21	c ... done. Time 2.99 ms.
3.21	c #vars     1150
3.21	c #constraints  80851
3.27	c SATISFIABLE
3.27	c OPTIMIZING...
3.27	c Got one! Ellapsed CPU time (in seconds):3.048
3.29	o -34
4.88	c Got one! Ellapsed CPU time (in seconds):4.658
4.88	o -35
6.79	c Got one! Ellapsed CPU time (in seconds):6.574
6.80	o -37
11.05	c Got one! Ellapsed CPU time (in seconds):10.835
11.05	o -38
17.51	c Got one! Ellapsed CPU time (in seconds):17.295
17.52	o -39
1229.11	Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
1233.28	c starts		: 26
1237.46	c conflicts		: 23469
1243.31	Exception in thread "Thread-0" java.lang.OutOfMemoryError: Java heap space

Verifier Data (download as text)

ERROR: no interpretation found !

Watcher Data (download as text)

Enforcing CPU limit (will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime (will send SIGXCPU) limit: 1830 seconds
Enforcing Stack size limit: 67108864 bytes

runsolver version 3.0.1 (c) roussel@cril.univ-artois.fr

Enforcing memory limit (will send SIGKILL): 1843200 Kb
Enforcing VSIZE limit: 1887436800 bytes
command line: runsolver --timestamp -w ROOT/results/node80/watcher-43092-1149615911 -o ROOT/results/node80/solver-43092-1149615911 -C 1800 -M 1800 -S 64 java -server -Xms1500M -Xmx1500M -jar ROOT/solvers/PB/PB06final/user5/sat4jPseudoHeuristics.jar ROOT/tmp/node80/43092-1149615911/instance-43092-1149615911.opb 17127683 

Current StackSize limit: 67108864 bytes

/proc/loadavg: 1.00 1.00 0.84 2/67 31083
/proc/meminfo: memFree=1776264/2055888 swapFree=4085452/4096564
[pid=31083] ppid=31081 vsize=168 CPUtime=0
/proc/31083/stat : 31083 (java) R 31081 31083 31037 0 -1 0 40 0 0 0 0 0 0 0 18 0 1 0 227229720 172032 23 18446744073709551615 134512640 134570276 4294956608 18446744073709551615 11408308 0 0 4096 0 0 0 0 17 1 0 0
/proc/31083/statm: 42 23 18 14 0 2 0

[startup+10.002 s]
/proc/loadavg: 1.00 1.00 0.84 2/79 31098
/proc/meminfo: memFree=1569320/2055888 swapFree=4085452/4096564
[pid=31083] ppid=31081 vsize=1712696 CPUtime=11.53
/proc/31083/stat : 31083 (java) R 31081 31083 31037 0 -1 0 58206 0 1 0 1125 28 0 0 25 0 13 0 227229720 1753800704 53568 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071501655 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/31083/statm: 428174 53568 1909 14 0 414920 0
[pid=31083/tid=31084] ppid=31081 vsize=1712696 CPUtime=0.38
/proc/31083/task/31084/stat : 31084 (java) S 31081 31083 31037 0 -1 64 9104 0 0 0 34 4 0 0 16 0 13 0 227229723 1753800704 53568 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31083/tid=31085] ppid=31081 vsize=1712696 CPUtime=0.38
/proc/31083/task/31085/stat : 31085 (java) S 31081 31083 31037 0 -1 64 9078 0 0 0 34 4 0 0 16 0 13 0 227229723 1753800704 53568 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31083/tid=31086] ppid=31081 vsize=1712696 CPUtime=0
/proc/31083/task/31086/stat : 31086 (java) R 31081 31083 31037 0 -1 64 31 0 0 0 0 0 0 0 16 0 13 0 227229726 1753800704 53568 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=31083/tid=31087] ppid=31081 vsize=1712696 CPUtime=0
/proc/31083/task/31087/stat : 31087 (java) S 31081 31083 31037 0 -1 64 8 0 0 0 0 0 0 0 17 0 13 0 227229726 1753800704 53568 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31083/tid=31088] ppid=31081 vsize=1712696 CPUtime=0
/proc/31083/task/31088/stat : 31088 (java) S 31081 31083 31037 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 227229726 1753800704 53568 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31083/tid=31089] ppid=31081 vsize=1712696 CPUtime=0
/proc/31083/task/31089/stat : 31089 (java) S 31081 31083 31037 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 227229730 1753800704 53568 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31083/tid=31090] ppid=31081 vsize=1712696 CPUtime=0
/proc/31083/task/31090/stat : 31090 (java) S 31081 31083 31037 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 227229730 1753800704 53568 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31083/tid=31091] ppid=31081 vsize=1712696 CPUtime=0.71
/proc/31083/task/31091/stat : 31091 (java) S 31081 31083 31037 0 -1 64 1235 0 0 0 71 0 0 0 17 0 13 0 227229730 1753800704 53568 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31083/tid=31092] ppid=31081 vsize=1712696 CPUtime=0.92
/proc/31083/task/31092/stat : 31092 (java) S 31081 31083 31037 0 -1 64 1380 0 0 0 92 0 0 0 17 0 13 0 227229730 1753800704 53568 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31083/tid=31093] ppid=31081 vsize=1712696 CPUtime=0
/proc/31083/task/31093/stat : 31093 (java) S 31081 31083 31037 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 227229730 1753800704 53568 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31083/tid=31094] ppid=31081 vsize=1712696 CPUtime=0
/proc/31083/task/31094/stat : 31094 (java) S 31081 31083 31037 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 227229730 1753800704 53568 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31083/tid=31098] ppid=31081 vsize=1712696 CPUtime=0
/proc/31083/task/31098/stat : 31098 (java) S 31081 31083 31037 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 227230401 1753800704 53568 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 11.53
Current children cumulated vsize (Kb) 1712696

[startup+20.009 s]
/proc/loadavg: 1.07 1.02 0.85 2/79 31100
/proc/meminfo: memFree=1494248/2055888 swapFree=4085452/4096564
[pid=31083] ppid=31081 vsize=1712524 CPUtime=22.06
/proc/31083/stat : 31083 (java) R 31081 31083 31037 0 -1 0 81004 0 1 0 2167 39 0 0 25 0 13 0 227229720 1753624576 72329 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071592361 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/31083/statm: 428131 72329 1911 14 0 414877 0
[pid=31083/tid=31084] ppid=31081 vsize=1712524 CPUtime=0.84
/proc/31083/task/31084/stat : 31084 (java) S 31081 31083 31037 0 -1 64 21509 0 0 0 74 10 0 0 17 0 13 0 227229723 1753624576 72329 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31083/tid=31085] ppid=31081 vsize=1712524 CPUtime=0.84
/proc/31083/task/31085/stat : 31085 (java) S 31081 31083 31037 0 -1 64 19444 0 0 0 76 8 0 0 16 0 13 0 227229723 1753624576 72329 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31083/tid=31086] ppid=31081 vsize=1712524 CPUtime=0
/proc/31083/task/31086/stat : 31086 (java) S 31081 31083 31037 0 -1 64 33 0 0 0 0 0 0 0 17 0 13 0 227229726 1753624576 72329 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=31083/tid=31087] ppid=31081 vsize=1712524 CPUtime=0
/proc/31083/task/31087/stat : 31087 (java) S 31081 31083 31037 0 -1 64 8 0 0 0 0 0 0 0 17 0 13 0 227229726 1753624576 72329 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31083/tid=31088] ppid=31081 vsize=1712524 CPUtime=0
/proc/31083/task/31088/stat : 31088 (java) S 31081 31083 31037 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 227229726 1753624576 72329 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31083/tid=31089] ppid=31081 vsize=1712524 CPUtime=0
/proc/31083/task/31089/stat : 31089 (java) S 31081 31083 31037 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 227229730 1753624576 72329 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31083/tid=31090] ppid=31081 vsize=1712524 CPUtime=0
/proc/31083/task/31090/stat : 31090 (java) S 31081 31083 31037 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 227229730 1753624576 72329 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31083/tid=31091] ppid=31081 vsize=1712524 CPUtime=0.78
/proc/31083/task/31091/stat : 31091 (java) S 31081 31083 31037 0 -1 64 1247 0 0 0 78 0 0 0 16 0 13 0 227229730 1753624576 72329 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31083/tid=31092] ppid=31081 vsize=1712524 CPUtime=0.96
/proc/31083/task/31092/stat : 31092 (java) S 31081 31083 31037 0 -1 64 1386 0 0 0 96 0 0 0 16 0 13 0 227229730 1753624576 72329 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31083/tid=31093] ppid=31081 vsize=1712524 CPUtime=0
/proc/31083/task/31093/stat : 31093 (java) S 31081 31083 31037 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 227229730 1753624576 72329 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31083/tid=31094] ppid=31081 vsize=1712524 CPUtime=0
/proc/31083/task/31094/stat : 31094 (java) S 31081 31083 31037 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 227229730 1753624576 72329 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31083/tid=31100] ppid=31081 vsize=1712524 CPUtime=0
/proc/31083/task/31100/stat : 31100 (java) S 31081 31083 31037 0 -1 64 0 0 0 0 0 0 0 0 21 0 13 0 227231473 1753624576 72329 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 22.06
Current children cumulated vsize (Kb) 1712524

[startup+30.0151 s]
/proc/loadavg: 1.06 1.02 0.85 2/79 31100
/proc/meminfo: memFree=1446248/2055888 swapFree=4085452/4096564
[pid=31083] ppid=31081 vsize=1712372 CPUtime=32.41
/proc/31083/stat : 31083 (java) R 31081 31083 31037 0 -1 0 94589 0 1 0 3194 47 0 0 25 0 13 0 227229720 1753468928 84316 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071392504 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/31083/statm: 428093 84316 1911 14 0 414839 0
[pid=31083/tid=31084] ppid=31081 vsize=1712372 CPUtime=1.17
/proc/31083/task/31084/stat : 31084 (java) S 31081 31083 31037 0 -1 64 28565 0 0 0 103 14 0 0 16 0 13 0 227229723 1753468928 84316 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31083/tid=31085] ppid=31081 vsize=1712372 CPUtime=1.18
/proc/31083/task/31085/stat : 31085 (java) S 31081 31083 31037 0 -1 64 25964 0 0 0 106 12 0 0 17 0 13 0 227229723 1753468928 84316 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31083/tid=31086] ppid=31081 vsize=1712372 CPUtime=0
/proc/31083/task/31086/stat : 31086 (java) S 31081 31083 31037 0 -1 64 36 0 0 0 0 0 0 0 16 0 13 0 227229726 1753468928 84316 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=31083/tid=31087] ppid=31081 vsize=1712372 CPUtime=0
/proc/31083/task/31087/stat : 31087 (java) S 31081 31083 31037 0 -1 64 8 0 0 0 0 0 0 0 17 0 13 0 227229726 1753468928 84316 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31083/tid=31088] ppid=31081 vsize=1712372 CPUtime=0
/proc/31083/task/31088/stat : 31088 (java) S 31081 31083 31037 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 227229726 1753468928 84316 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31083/tid=31089] ppid=31081 vsize=1712372 CPUtime=0
/proc/31083/task/31089/stat : 31089 (java) S 31081 31083 31037 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 227229730 1753468928 84316 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31083/tid=31090] ppid=31081 vsize=1712372 CPUtime=0
/proc/31083/task/31090/stat : 31090 (java) S 31081 31083 31037 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 227229730 1753468928 84316 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31083/tid=31091] ppid=31081 vsize=1712372 CPUtime=0.8
/proc/31083/task/31091/stat : 31091 (java) S 31081 31083 31037 0 -1 64 1249 0 0 0 80 0 0 0 17 0 13 0 227229730 1753468928 84316 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31083/tid=31092] ppid=31081 vsize=1712372 CPUtime=0.96
/proc/31083/task/31092/stat : 31092 (java) S 31081 31083 31037 0 -1 64 1386 0 0 0 96 0 0 0 16 0 13 0 227229730 1753468928 84316 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31083/tid=31093] ppid=31081 vsize=1712372 CPUtime=0
/proc/31083/task/31093/stat : 31093 (java) S 31081 31083 31037 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 227229730 1753468928 84316 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31083/tid=31094] ppid=31081 vsize=1712372 CPUtime=0
/proc/31083/task/31094/stat : 31094 (java) S 31081 31083 31037 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 227229730 1753468928 84316 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31083/tid=31100] ppid=31081 vsize=1712372 CPUtime=0
/proc/31083/task/31100/stat : 31100 (java) S 31081 31083 31037 0 -1 64 0 0 0 0 0 0 0 0 21 0 13 0 227231473 1753468928 84316 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 32.41
Current children cumulated vsize (Kb) 1712372

[startup+40.0222 s]
/proc/loadavg: 1.05 1.01 0.85 2/79 31100
/proc/meminfo: memFree=1410472/2055888 swapFree=4085452/4096564
[pid=31083] ppid=31081 vsize=1712372 CPUtime=42.68
/proc/31083/stat : 31083 (java) R 31081 31083 31037 0 -1 0 104736 0 1 0 4216 52 0 0 25 0 13 0 227229720 1753468928 93253 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071501681 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/31083/statm: 428093 93253 1911 14 0 414839 0
[pid=31083/tid=31084] ppid=31081 vsize=1712372 CPUtime=1.43
/proc/31083/task/31084/stat : 31084 (java) S 31081 31083 31037 0 -1 64 34225 0 0 0 126 17 0 0 16 0 13 0 227229723 1753468928 93253 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31083/tid=31085] ppid=31081 vsize=1712372 CPUtime=1.43
/proc/31083/task/31085/stat : 31085 (java) S 31081 31083 31037 0 -1 64 30445 0 0 0 129 14 0 0 17 0 13 0 227229723 1753468928 93253 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31083/tid=31086] ppid=31081 vsize=1712372 CPUtime=0
/proc/31083/task/31086/stat : 31086 (java) S 31081 31083 31037 0 -1 64 38 0 0 0 0 0 0 0 16 0 13 0 227229726 1753468928 93253 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=31083/tid=31087] ppid=31081 vsize=1712372 CPUtime=0
/proc/31083/task/31087/stat : 31087 (java) S 31081 31083 31037 0 -1 64 8 0 0 0 0 0 0 0 17 0 13 0 227229726 1753468928 93253 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31083/tid=31088] ppid=31081 vsize=1712372 CPUtime=0
/proc/31083/task/31088/stat : 31088 (java) S 31081 31083 31037 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 227229726 1753468928 93253 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31083/tid=31089] ppid=31081 vsize=1712372 CPUtime=0
/proc/31083/task/31089/stat : 31089 (java) S 31081 31083 31037 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 227229730 1753468928 93253 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31083/tid=31090] ppid=31081 vsize=1712372 CPUtime=0
/proc/31083/task/31090/stat : 31090 (java) S 31081 31083 31037 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 227229730 1753468928 93253 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31083/tid=31091] ppid=31081 vsize=1712372 CPUtime=0.82
/proc/31083/task/31091/stat : 31091 (java) S 31081 31083 31037 0 -1 64 1250 0 0 0 82 0 0 0 17 0 13 0 227229730 1753468928 93253 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31083/tid=31092] ppid=31081 vsize=1712372 CPUtime=0.96
/proc/31083/task/31092/stat : 31092 (java) S 31081 31083 31037 0 -1 64 1386 0 0 0 96 0 0 0 16 0 13 0 227229730 1753468928 93253 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31083/tid=31093] ppid=31081 vsize=1712372 CPUtime=0
/proc/31083/task/31093/stat : 31093 (java) S 31081 31083 31037 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 227229730 1753468928 93253 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31083/tid=31094] ppid=31081 vsize=1712372 CPUtime=0
/proc/31083/task/31094/stat : 31094 (java) S 31081 31083 31037 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 227229730 1753468928 93253 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31083/tid=31100] ppid=31081 vsize=1712372 CPUtime=0
/proc/31083/task/31100/stat : 31100 (java) S 31081 31083 31037 0 -1 64 0 0 0 0 0 0 0 0 21 0 13 0 227231473 1753468928 93253 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 42.68
Current children cumulated vsize (Kb) 1712372

[startup+50.0302 s]
/proc/loadavg: 1.04 1.01 0.85 2/79 31100
/proc/meminfo: memFree=1368872/2055888 swapFree=4085452/4096564
[pid=31083] ppid=31081 vsize=1712372 CPUtime=52.96
/proc/31083/stat : 31083 (java) R 31081 31083 31037 0 -1 0 116965 0 1 0 5238 58 0 0 25 0 13 0 227229720 1753468928 103618 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071532308 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/31083/statm: 428093 103618 1911 14 0 414839 0
[pid=31083/tid=31084] ppid=31081 vsize=1712372 CPUtime=1.7
/proc/31083/task/31084/stat : 31084 (java) S 31081 31083 31037 0 -1 64 40992 0 0 0 150 20 0 0 16 0 13 0 227229723 1753468928 103618 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31083/tid=31085] ppid=31081 vsize=1712372 CPUtime=1.7
/proc/31083/task/31085/stat : 31085 (java) S 31081 31083 31037 0 -1 64 35901 0 0 0 154 16 0 0 17 0 13 0 227229723 1753468928 103618 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31083/tid=31086] ppid=31081 vsize=1712372 CPUtime=0
/proc/31083/task/31086/stat : 31086 (java) S 31081 31083 31037 0 -1 64 38 0 0 0 0 0 0 0 16 0 13 0 227229726 1753468928 103618 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=31083/tid=31087] ppid=31081 vsize=1712372 CPUtime=0
/proc/31083/task/31087/stat : 31087 (java) S 31081 31083 31037 0 -1 64 8 0 0 0 0 0 0 0 17 0 13 0 227229726 1753468928 103618 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31083/tid=31088] ppid=31081 vsize=1712372 CPUtime=0
/proc/31083/task/31088/stat : 31088 (java) S 31081 31083 31037 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 227229726 1753468928 103618 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31083/tid=31089] ppid=31081 vsize=1712372 CPUtime=0
/proc/31083/task/31089/stat : 31089 (java) S 31081 31083 31037 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 227229730 1753468928 103618 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31083/tid=31090] ppid=31081 vsize=1712372 CPUtime=0
/proc/31083/task/31090/stat : 31090 (java) S 31081 31083 31037 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 227229730 1753468928 103618 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31083/tid=31091] ppid=31081 vsize=1712372 CPUtime=0.82
/proc/31083/task/31091/stat : 31091 (java) S 31081 31083 31037 0 -1 64 1250 0 0 0 82 0 0 0 17 0 13 0 227229730 1753468928 103618 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31083/tid=31092] ppid=31081 vsize=1712372 CPUtime=0.96
/proc/31083/task/31092/stat : 31092 (java) S 31081 31083 31037 0 -1 64 1386 0 0 0 96 0 0 0 16 0 13 0 227229730 1753468928 103618 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31083/tid=31093] ppid=31081 vsize=1712372 CPUtime=0
/proc/31083/task/31093/stat : 31093 (java) S 31081 31083 31037 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 227229730 1753468928 103618 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31083/tid=31094] ppid=31081 vsize=1712372 CPUtime=0
/proc/31083/task/31094/stat : 31094 (java) S 31081 31083 31037 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 227229730 1753468928 103618 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31083/tid=31100] ppid=31081 vsize=1712372 CPUtime=0
/proc/31083/task/31100/stat : 31100 (java) S 31081 31083 31037 0 -1 64 0 0 0 0 0 0 0 0 16 0 13 0 227231473 1753468928 103618 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 52.96
Current children cumulated vsize (Kb) 1712372

[startup+60.0373 s]
/proc/loadavg: 1.04 1.01 0.85 2/79 31100
/proc/meminfo: memFree=1334760/2055888 swapFree=4085452/4096564
[pid=31083] ppid=31081 vsize=1712372 CPUtime=63.22
/proc/31083/stat : 31083 (java) R 31081 31083 31037 0 -1 0 126690 0 1 0 6259 63 0 0 25 0 13 0 227229720 1753468928 112152 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071501681 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/31083/statm: 428093 112152 1911 14 0 414839 0
[pid=31083/tid=31084] ppid=31081 vsize=1712372 CPUtime=1.97
/proc/31083/task/31084/stat : 31084 (java) S 31081 31083 31037 0 -1 64 45696 0 0 0 174 23 0 0 16 0 13 0 227229723 1753468928 112152 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31083/tid=31085] ppid=31081 vsize=1712372 CPUtime=1.96
/proc/31083/task/31085/stat : 31085 (java) S 31081 31083 31037 0 -1 64 40919 0 0 0 177 19 0 0 16 0 13 0 227229723 1753468928 112152 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31083/tid=31086] ppid=31081 vsize=1712372 CPUtime=0
/proc/31083/task/31086/stat : 31086 (java) S 31081 31083 31037 0 -1 64 38 0 0 0 0 0 0 0 16 0 13 0 227229726 1753468928 112152 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=31083/tid=31087] ppid=31081 vsize=1712372 CPUtime=0
/proc/31083/task/31087/stat : 31087 (java) S 31081 31083 31037 0 -1 64 8 0 0 0 0 0 0 0 17 0 13 0 227229726 1753468928 112152 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31083/tid=31088] ppid=31081 vsize=1712372 CPUtime=0
/proc/31083/task/31088/stat : 31088 (java) S 31081 31083 31037 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 227229726 1753468928 112152 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31083/tid=31089] ppid=31081 vsize=1712372 CPUtime=0

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

[pid=31083/tid=31086] ppid=31081 vsize=1712372 CPUtime=378.6
/proc/31083/task/31086/stat : 31086 (java) R 31081 31083 31037 0 -1 64 1458 0 0 0 37853 7 0 0 18 0 13 0 227229726 1753468928 389068 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4154934584 0 0 0 23759 0 0 0 -1 0 0 0
[pid=31083/tid=31087] ppid=31081 vsize=1712372 CPUtime=0
/proc/31083/task/31087/stat : 31087 (java) S 31081 31083 31037 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 227229726 1753468928 389068 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31083/tid=31088] ppid=31081 vsize=1712372 CPUtime=0
/proc/31083/task/31088/stat : 31088 (java) S 31081 31083 31037 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 227229726 1753468928 389068 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31083/tid=31089] ppid=31081 vsize=1712372 CPUtime=0
/proc/31083/task/31089/stat : 31089 (java) S 31081 31083 31037 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 227229730 1753468928 389068 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31083/tid=31090] ppid=31081 vsize=1712372 CPUtime=0
/proc/31083/task/31090/stat : 31090 (java) S 31081 31083 31037 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 227229730 1753468928 389068 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31083/tid=31091] ppid=31081 vsize=1712372 CPUtime=0.87
/proc/31083/task/31091/stat : 31091 (java) S 31081 31083 31037 0 -1 64 1274 0 0 0 87 0 0 0 17 0 13 0 227229730 1753468928 389068 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31083/tid=31092] ppid=31081 vsize=1712372 CPUtime=0.98
/proc/31083/task/31092/stat : 31092 (java) S 31081 31083 31037 0 -1 64 1387 0 0 0 98 0 0 0 16 0 13 0 227229730 1753468928 389068 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31083/tid=31093] ppid=31081 vsize=1712372 CPUtime=0
/proc/31083/task/31093/stat : 31093 (java) S 31081 31083 31037 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 227229730 1753468928 389068 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31083/tid=31094] ppid=31081 vsize=1712372 CPUtime=0
/proc/31083/task/31094/stat : 31094 (java) S 31081 31083 31037 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 227229730 1753468928 389068 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31083/tid=31100] ppid=31081 vsize=1712372 CPUtime=0
/proc/31083/task/31100/stat : 31100 (java) S 31081 31083 31037 0 -1 64 48 0 0 0 0 0 0 0 16 0 13 0 227231473 1753468928 389068 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1203.53
Current children cumulated vsize (Kb) 1712372

[startup+1200.86 s]
/proc/loadavg: 1.04 1.01 0.92 2/79 31295
/proc/meminfo: memFree=223912/2055888 swapFree=4085452/4096564
[pid=31083] ppid=31081 vsize=1712372 CPUtime=1213.53
/proc/31083/stat : 31083 (java) S 31081 31083 31037 0 -1 0 440507 0 1 0 121132 221 0 0 17 0 13 0 227229720 1753468928 389068 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/31083/statm: 428093 389068 1913 14 0 414839 0
[pid=31083/tid=31084] ppid=31081 vsize=1712372 CPUtime=11.96
/proc/31083/task/31084/stat : 31084 (java) S 31081 31083 31037 0 -1 64 200286 0 0 0 1099 97 0 0 16 0 13 0 227229723 1753468928 389068 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31083/tid=31085] ppid=31081 vsize=1712372 CPUtime=11.94
/proc/31083/task/31085/stat : 31085 (java) S 31081 31083 31037 0 -1 64 198488 0 0 0 1101 93 0 0 17 0 13 0 227229723 1753468928 389068 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31083/tid=31086] ppid=31081 vsize=1712372 CPUtime=388.4
/proc/31083/task/31086/stat : 31086 (java) R 31081 31083 31037 0 -1 64 1458 0 0 0 38833 7 0 0 20 0 13 0 227229726 1753468928 389068 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4154935692 0 0 0 23759 0 0 0 -1 0 0 0
[pid=31083/tid=31087] ppid=31081 vsize=1712372 CPUtime=0
/proc/31083/task/31087/stat : 31087 (java) S 31081 31083 31037 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 227229726 1753468928 389068 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31083/tid=31088] ppid=31081 vsize=1712372 CPUtime=0
/proc/31083/task/31088/stat : 31088 (java) S 31081 31083 31037 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 227229726 1753468928 389068 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31083/tid=31089] ppid=31081 vsize=1712372 CPUtime=0
/proc/31083/task/31089/stat : 31089 (java) S 31081 31083 31037 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 227229730 1753468928 389068 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31083/tid=31090] ppid=31081 vsize=1712372 CPUtime=0
/proc/31083/task/31090/stat : 31090 (java) S 31081 31083 31037 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 227229730 1753468928 389068 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31083/tid=31091] ppid=31081 vsize=1712372 CPUtime=0.87
/proc/31083/task/31091/stat : 31091 (java) S 31081 31083 31037 0 -1 64 1274 0 0 0 87 0 0 0 17 0 13 0 227229730 1753468928 389068 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31083/tid=31092] ppid=31081 vsize=1712372 CPUtime=0.98
/proc/31083/task/31092/stat : 31092 (java) S 31081 31083 31037 0 -1 64 1387 0 0 0 98 0 0 0 16 0 13 0 227229730 1753468928 389068 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31083/tid=31093] ppid=31081 vsize=1712372 CPUtime=0
/proc/31083/task/31093/stat : 31093 (java) S 31081 31083 31037 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 227229730 1753468928 389068 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31083/tid=31094] ppid=31081 vsize=1712372 CPUtime=0
/proc/31083/task/31094/stat : 31094 (java) S 31081 31083 31037 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 227229730 1753468928 389068 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31083/tid=31100] ppid=31081 vsize=1712372 CPUtime=0
/proc/31083/task/31100/stat : 31100 (java) S 31081 31083 31037 0 -1 64 49 0 0 0 0 0 0 0 16 0 13 0 227231473 1753468928 389068 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1213.53
Current children cumulated vsize (Kb) 1712372

[startup+1210.87 s]
/proc/loadavg: 1.04 1.01 0.92 2/79 31295
/proc/meminfo: memFree=223720/2055888 swapFree=4085452/4096564
[pid=31083] ppid=31081 vsize=1712876 CPUtime=1223.54
/proc/31083/stat : 31083 (java) S 31081 31083 31037 0 -1 0 440593 0 1 0 122133 221 0 0 19 0 13 0 227229720 1753985024 389152 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/31083/statm: 428219 389152 1913 14 0 414965 0
[pid=31083/tid=31084] ppid=31081 vsize=1712876 CPUtime=11.96
/proc/31083/task/31084/stat : 31084 (java) S 31081 31083 31037 0 -1 64 200286 0 0 0 1099 97 0 0 16 0 13 0 227229723 1753985024 389152 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31083/tid=31085] ppid=31081 vsize=1712876 CPUtime=11.94
/proc/31083/task/31085/stat : 31085 (java) S 31081 31083 31037 0 -1 64 198488 0 0 0 1101 93 0 0 17 0 13 0 227229723 1753985024 389152 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31083/tid=31086] ppid=31081 vsize=1712876 CPUtime=397.98
/proc/31083/task/31086/stat : 31086 (java) R 31081 31083 31037 0 -1 64 1542 0 0 0 39791 7 0 0 20 0 13 0 227229726 1753985024 389152 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4155449062 0 0 0 23759 0 0 0 -1 0 0 0
[pid=31083/tid=31087] ppid=31081 vsize=1712876 CPUtime=0
/proc/31083/task/31087/stat : 31087 (java) S 31081 31083 31037 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 227229726 1753985024 389152 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31083/tid=31088] ppid=31081 vsize=1712876 CPUtime=0
/proc/31083/task/31088/stat : 31088 (java) S 31081 31083 31037 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 227229726 1753985024 389152 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31083/tid=31089] ppid=31081 vsize=1712876 CPUtime=0
/proc/31083/task/31089/stat : 31089 (java) S 31081 31083 31037 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 227229730 1753985024 389152 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31083/tid=31090] ppid=31081 vsize=1712876 CPUtime=0
/proc/31083/task/31090/stat : 31090 (java) S 31081 31083 31037 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 227229730 1753985024 389152 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31083/tid=31091] ppid=31081 vsize=1712876 CPUtime=0.87
/proc/31083/task/31091/stat : 31091 (java) S 31081 31083 31037 0 -1 64 1274 0 0 0 87 0 0 0 17 0 13 0 227229730 1753985024 389152 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31083/tid=31092] ppid=31081 vsize=1712876 CPUtime=0.98
/proc/31083/task/31092/stat : 31092 (java) S 31081 31083 31037 0 -1 64 1387 0 0 0 98 0 0 0 16 0 13 0 227229730 1753985024 389152 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31083/tid=31093] ppid=31081 vsize=1712876 CPUtime=0
/proc/31083/task/31093/stat : 31093 (java) S 31081 31083 31037 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 227229730 1753985024 389152 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31083/tid=31094] ppid=31081 vsize=1712876 CPUtime=0
/proc/31083/task/31094/stat : 31094 (java) S 31081 31083 31037 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 227229730 1753985024 389152 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31083/tid=31100] ppid=31081 vsize=1712876 CPUtime=0
/proc/31083/task/31100/stat : 31100 (java) S 31081 31083 31037 0 -1 64 50 0 0 0 0 0 0 0 16 0 13 0 227231473 1753985024 389152 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1223.54
Current children cumulated vsize (Kb) 1712876

[startup+1220.88 s]
/proc/loadavg: 1.03 1.01 0.92 2/79 31295
/proc/meminfo: memFree=223912/2055888 swapFree=4085452/4096564
[pid=31083] ppid=31081 vsize=1712372 CPUtime=1233.54
/proc/31083/stat : 31083 (java) S 31081 31083 31037 0 -1 0 440596 0 1 0 123133 221 0 0 17 0 13 0 227229720 1753468928 389068 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/31083/statm: 428093 389068 1913 14 0 414839 0
[pid=31083/tid=31084] ppid=31081 vsize=1712372 CPUtime=11.96
/proc/31083/task/31084/stat : 31084 (java) S 31081 31083 31037 0 -1 64 200286 0 0 0 1099 97 0 0 16 0 13 0 227229723 1753468928 389068 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31083/tid=31085] ppid=31081 vsize=1712372 CPUtime=11.94
/proc/31083/task/31085/stat : 31085 (java) S 31081 31083 31037 0 -1 64 198488 0 0 0 1101 93 0 0 17 0 13 0 227229723 1753468928 389068 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31083/tid=31086] ppid=31081 vsize=1712372 CPUtime=407.79
/proc/31083/task/31086/stat : 31086 (java) R 31081 31083 31037 0 -1 64 1542 0 0 0 40772 7 0 0 21 0 13 0 227229726 1753468928 389068 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4152712244 0 0 0 23759 0 0 0 -1 0 0 0
[pid=31083/tid=31087] ppid=31081 vsize=1712372 CPUtime=0
/proc/31083/task/31087/stat : 31087 (java) S 31081 31083 31037 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 227229726 1753468928 389068 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31083/tid=31088] ppid=31081 vsize=1712372 CPUtime=0
/proc/31083/task/31088/stat : 31088 (java) S 31081 31083 31037 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 227229726 1753468928 389068 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31083/tid=31089] ppid=31081 vsize=1712372 CPUtime=0
/proc/31083/task/31089/stat : 31089 (java) S 31081 31083 31037 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 227229730 1753468928 389068 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31083/tid=31090] ppid=31081 vsize=1712372 CPUtime=0
/proc/31083/task/31090/stat : 31090 (java) S 31081 31083 31037 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 227229730 1753468928 389068 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31083/tid=31091] ppid=31081 vsize=1712372 CPUtime=0.87
/proc/31083/task/31091/stat : 31091 (java) S 31081 31083 31037 0 -1 64 1274 0 0 0 87 0 0 0 17 0 13 0 227229730 1753468928 389068 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31083/tid=31092] ppid=31081 vsize=1712372 CPUtime=0.98
/proc/31083/task/31092/stat : 31092 (java) S 31081 31083 31037 0 -1 64 1387 0 0 0 98 0 0 0 16 0 13 0 227229730 1753468928 389068 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31083/tid=31093] ppid=31081 vsize=1712372 CPUtime=0
/proc/31083/task/31093/stat : 31093 (java) S 31081 31083 31037 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 227229730 1753468928 389068 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31083/tid=31094] ppid=31081 vsize=1712372 CPUtime=0
/proc/31083/task/31094/stat : 31094 (java) S 31081 31083 31037 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 227229730 1753468928 389068 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31083/tid=31100] ppid=31081 vsize=1712372 CPUtime=0
/proc/31083/task/31100/stat : 31100 (java) S 31081 31083 31037 0 -1 64 51 0 0 0 0 0 0 0 16 0 13 0 227231473 1753468928 389068 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1233.54
Current children cumulated vsize (Kb) 1712372

[startup+1230.88 s]
/proc/loadavg: 1.02 1.01 0.92 2/80 31296
/proc/meminfo: memFree=223904/2055888 swapFree=4085452/4096564
[pid=31083] ppid=31081 vsize=1712372 CPUtime=1243.55
/proc/31083/stat : 31083 (java) S 31081 31083 31037 0 -1 0 440604 0 1 0 124134 221 0 0 17 0 14 0 227229720 1753468928 389072 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/31083/statm: 428093 389072 1915 14 0 414839 0
[pid=31083/tid=31084] ppid=31081 vsize=1712372 CPUtime=11.96
/proc/31083/task/31084/stat : 31084 (java) S 31081 31083 31037 0 -1 64 200286 0 0 0 1099 97 0 0 16 0 14 0 227229723 1753468928 389072 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31083/tid=31085] ppid=31081 vsize=1712372 CPUtime=11.94
/proc/31083/task/31085/stat : 31085 (java) S 31081 31083 31037 0 -1 64 198488 0 0 0 1101 93 0 0 17 0 14 0 227229723 1753468928 389072 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31083/tid=31086] ppid=31081 vsize=1712372 CPUtime=417.42
/proc/31083/task/31086/stat : 31086 (java) R 31081 31083 31037 0 -1 64 1542 0 0 0 41734 8 0 0 19 0 14 0 227229726 1753468928 389072 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4154638286 0 0 0 23759 0 0 0 -1 0 0 0
[pid=31083/tid=31087] ppid=31081 vsize=1712372 CPUtime=0
/proc/31083/task/31087/stat : 31087 (java) S 31081 31083 31037 0 -1 64 8 0 0 0 0 0 0 0 16 0 14 0 227229726 1753468928 389072 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31083/tid=31088] ppid=31081 vsize=1712372 CPUtime=0
/proc/31083/task/31088/stat : 31088 (java) S 31081 31083 31037 0 -1 64 5 0 0 0 0 0 0 0 16 0 14 0 227229726 1753468928 389072 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31083/tid=31089] ppid=31081 vsize=1712372 CPUtime=0
/proc/31083/task/31089/stat : 31089 (java) S 31081 31083 31037 0 -1 64 1 0 0 0 0 0 0 0 24 0 14 0 227229730 1753468928 389072 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31083/tid=31090] ppid=31081 vsize=1712372 CPUtime=0
/proc/31083/task/31090/stat : 31090 (java) S 31081 31083 31037 0 -1 64 3 0 0 0 0 0 0 0 16 0 14 0 227229730 1753468928 389072 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31083/tid=31091] ppid=31081 vsize=1712372 CPUtime=0.87
/proc/31083/task/31091/stat : 31091 (java) S 31081 31083 31037 0 -1 64 1274 0 0 0 87 0 0 0 17 0 14 0 227229730 1753468928 389072 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31083/tid=31092] ppid=31081 vsize=1712372 CPUtime=0.98
/proc/31083/task/31092/stat : 31092 (java) S 31081 31083 31037 0 -1 64 1387 0 0 0 98 0 0 0 16 0 14 0 227229730 1753468928 389072 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31083/tid=31093] ppid=31081 vsize=1712372 CPUtime=0
/proc/31083/task/31093/stat : 31093 (java) S 31081 31083 31037 0 -1 64 1 0 0 0 0 0 0 0 25 0 14 0 227229730 1753468928 389072 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31083/tid=31094] ppid=31081 vsize=1712372 CPUtime=0
/proc/31083/task/31094/stat : 31094 (java) S 31081 31083 31037 0 -1 64 1 0 0 0 0 0 0 0 15 0 14 0 227229730 1753468928 389072 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31083/tid=31100] ppid=31081 vsize=1712372 CPUtime=0
/proc/31083/task/31100/stat : 31100 (java) S 31081 31083 31037 0 -1 64 53 0 0 0 0 0 0 0 15 0 14 0 227231473 1753468928 389072 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31083/tid=31296] ppid=31081 vsize=1712372 CPUtime=0
/proc/31083/task/31296/stat : 31296 (java) S 31081 31083 31037 0 -1 64 1 0 0 0 0 0 0 0 17 0 14 0 227352631 1753468928 389072 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1243.55
Current children cumulated vsize (Kb) 1712372

[startup+1240.89 s]
/proc/loadavg: 1.02 1.01 0.92 2/80 31296
/proc/meminfo: memFree=223904/2055888 swapFree=4085452/4096564
[pid=31083] ppid=31081 vsize=1712372 CPUtime=1253.55
/proc/31083/stat : 31083 (java) S 31081 31083 31037 0 -1 0 440606 0 1 0 125134 221 0 0 17 0 14 0 227229720 1753468928 389072 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/31083/statm: 428093 389072 1915 14 0 414839 0
[pid=31083/tid=31084] ppid=31081 vsize=1712372 CPUtime=11.96
/proc/31083/task/31084/stat : 31084 (java) S 31081 31083 31037 0 -1 64 200286 0 0 0 1099 97 0 0 16 0 14 0 227229723 1753468928 389072 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31083/tid=31085] ppid=31081 vsize=1712372 CPUtime=11.94
/proc/31083/task/31085/stat : 31085 (java) S 31081 31083 31037 0 -1 64 198488 0 0 0 1101 93 0 0 17 0 14 0 227229723 1753468928 389072 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31083/tid=31086] ppid=31081 vsize=1712372 CPUtime=427.42
/proc/31083/task/31086/stat : 31086 (java) R 31081 31083 31037 0 -1 64 1542 0 0 0 42734 8 0 0 25 0 14 0 227229726 1753468928 389072 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4152725136 0 0 0 23759 0 0 0 -1 0 0 0
[pid=31083/tid=31087] ppid=31081 vsize=1712372 CPUtime=0
/proc/31083/task/31087/stat : 31087 (java) S 31081 31083 31037 0 -1 64 8 0 0 0 0 0 0 0 16 0 14 0 227229726 1753468928 389072 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31083/tid=31088] ppid=31081 vsize=1712372 CPUtime=0
/proc/31083/task/31088/stat : 31088 (java) S 31081 31083 31037 0 -1 64 5 0 0 0 0 0 0 0 17 0 14 0 227229726 1753468928 389072 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31083/tid=31089] ppid=31081 vsize=1712372 CPUtime=0
/proc/31083/task/31089/stat : 31089 (java) S 31081 31083 31037 0 -1 64 1 0 0 0 0 0 0 0 24 0 14 0 227229730 1753468928 389072 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31083/tid=31090] ppid=31081 vsize=1712372 CPUtime=0
/proc/31083/task/31090/stat : 31090 (java) S 31081 31083 31037 0 -1 64 3 0 0 0 0 0 0 0 16 0 14 0 227229730 1753468928 389072 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31083/tid=31091] ppid=31081 vsize=1712372 CPUtime=0.87
/proc/31083/task/31091/stat : 31091 (java) S 31081 31083 31037 0 -1 64 1274 0 0 0 87 0 0 0 17 0 14 0 227229730 1753468928 389072 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31083/tid=31092] ppid=31081 vsize=1712372 CPUtime=0.98
/proc/31083/task/31092/stat : 31092 (java) S 31081 31083 31037 0 -1 64 1387 0 0 0 98 0 0 0 16 0 14 0 227229730 1753468928 389072 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31083/tid=31093] ppid=31081 vsize=1712372 CPUtime=0
/proc/31083/task/31093/stat : 31093 (java) S 31081 31083 31037 0 -1 64 1 0 0 0 0 0 0 0 25 0 14 0 227229730 1753468928 389072 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31083/tid=31094] ppid=31081 vsize=1712372 CPUtime=0
/proc/31083/task/31094/stat : 31094 (java) S 31081 31083 31037 0 -1 64 1 0 0 0 0 0 0 0 15 0 14 0 227229730 1753468928 389072 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31083/tid=31100] ppid=31081 vsize=1712372 CPUtime=0
/proc/31083/task/31100/stat : 31100 (java) S 31081 31083 31037 0 -1 64 54 0 0 0 0 0 0 0 16 0 14 0 227231473 1753468928 389072 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31083/tid=31296] ppid=31081 vsize=1712372 CPUtime=0
/proc/31083/task/31296/stat : 31296 (java) S 31081 31083 31037 0 -1 64 2 0 0 0 0 0 0 0 16 0 14 0 227352631 1753468928 389072 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1253.55
Current children cumulated vsize (Kb) 1712372

Child status: 1
Real time (s): 1243.56
CPU time (s): 1256.2
CPU user time (s): 1253.76
CPU system time (s): 2.43863
CPU usage (%): 101.016
Max. virtual memory (cumulated for all children) (Kb): 1712876
The end

Launcher Data (download as text)

Begin job on node80 on Tue Jun  6 17:45:12 UTC 2006


FILE ID= 43092-1149615911

PBS_JOBID= 322199

BENCH NAME= HOME/pub/bench/PB06//final/normalized-PB06/OPT-SMALLINT/web/www.nlsde.buaa.edu.cn/~kexu/benchmarks/frb50-23-opb/normalized-frb50-23-2.opb
COMMAND LINE= java -server -Xms1500M -Xmx1500M -jar ROOT/solvers/PB/PB06final/user5/sat4jPseudoHeuristics.jar ROOT/tmp/node80/43092-1149615911/instance-43092-1149615911.opb 17127683
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node80/watcher-43092-1149615911 -o ROOT/results/node80/solver-43092-1149615911 -C 1800 -M 1800 -S 64  java -server -Xms1500M -Xmx1500M -jar ROOT/solvers/PB/PB06final/user5/sat4jPseudoHeuristics.jar ROOT/tmp/node80/43092-1149615911/instance-43092-1149615911.opb 17127683

MD5SUM SOLVER= 3cef94aa015dc0dd234d31843a257d70
MD5SUM BENCH=  669011fc499ae56e44c354cc6cddc4c7

RANDOM SEED= 17127683


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


/proc/meminfo:
MemTotal:      2055888 kB
MemFree:       1776664 kB
Buffers:         25732 kB
Cached:         188316 kB
SwapCached:       2464 kB
Active:          77604 kB
Inactive:       145268 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055888 kB
LowFree:       1776664 kB
SwapTotal:     4096564 kB
SwapFree:      4085452 kB
Dirty:             184 kB
Writeback:           0 kB
Mapped:          16652 kB
Slab:            43060 kB
Committed_AS:   457852 kB
PageTables:       1276 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264388 kB
VmallocChunk: 536606243 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB


End job on node80 on Tue Jun  6 18:05:55 UTC 2006