Trace number 43091

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) 1140.49 1127.63

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/web/www.nlsde.buaa.edu.cn/
~kexu/benchmarks/frb50-23-opb/normalized-frb50-23-4.opb
MD5SUMe81d6b8e8ff8ec031773b7b65d16ea78
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.56
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -50
Optimality of the best value was proved NO
Number of variables1150
Total number of constraints80258
Number of constraints which are clauses80258
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-22.EL.rootsmp
0.15	c os.arch	i386
0.15	c Free memory 1548419056
0.15	c Max memory 1551040512
0.15	c Total memory 1551040512
0.15	c Number of processors 2
0.20	c Cutting planes based inference
0.20	c --- Begin Solver configuration ---
0.20	c org.sat4j.minisat.uip.FirstUIP@1df073d
0.20	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@1546e25
0.20	c org.sat4j.minisat.learning.MiniSATLearning@b66cc
0.20	c conflictBoundIncFactor=1.5 learntBoundIncFactor=1.1 initLearntBoundConstraintFactor=10000.0 initConflictBound=100 
0.20	c VSIDS like heuristics from MiniSAT using a heap
0.20	c No reason simplification
0.20	c --- End Solver configuration ---
0.20	c solving ROOT/tmp/node75/43091-1149615860/instance-43091-1149615860.opb
0.20	c reading problem ... 
3.83	c ... done. Time 3.628 ms.
3.83	c #vars     1150
3.83	c #constraints  80258
3.89	c SATISFIABLE
3.89	c OPTIMIZING...
3.89	c Got one! Ellapsed CPU time (in seconds):3.689
3.92	o -36
4.86	c Got one! Ellapsed CPU time (in seconds):4.657
4.86	o -37
5.70	c Got one! Ellapsed CPU time (in seconds):5.494
5.70	o -38
524.39	c Got one! Ellapsed CPU time (in seconds):524.182
524.39	o -39
1113.65	Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
1117.69	c starts		: 25
1117.69	c conflicts		: 22971
1117.69	c decisions		: 27051
1127.36	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/node75/watcher-43091-1149615860 -o ROOT/results/node75/solver-43091-1149615860 -C 1800 -M 1800 -S 64 java -server -Xms1500M -Xmx1500M -jar ROOT/solvers/PB/PB06final/user5/sat4jPseudoHeuristics.jar ROOT/tmp/node75/43091-1149615860/instance-43091-1149615860.opb 208271178 

Current StackSize limit: 67108864 bytes

/proc/loadavg: 1.00 1.00 0.82 3/64 17168
/proc/meminfo: memFree=1570352/2055920 swapFree=4182500/4192956
[pid=17168] ppid=17166 vsize=308 CPUtime=0
/proc/17168/stat : 17168 (java) R 17166 17168 17122 0 -1 0 54 0 0 0 0 0 0 0 18 0 1 0 227249455 315392 37 18446744073709551615 134512640 134570276 4294956608 18446744073709551615 6738951 0 0 4096 0 0 0 0 17 1 0 0
/proc/17168/statm: 77 40 31 14 0 5 0

[startup+10.0026 s]
/proc/loadavg: 1.23 1.05 0.84 2/76 17183
/proc/meminfo: memFree=1361952/2055920 swapFree=4182500/4192956
[pid=17168] ppid=17166 vsize=1712776 CPUtime=11.48
/proc/17168/stat : 17168 (java) R 17166 17168 17122 0 -1 0 58176 0 1 0 1121 27 0 0 25 0 13 0 227249455 1753882624 53875 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071513035 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/17168/statm: 428194 53875 1910 14 0 414941 0
[pid=17168/tid=17169] ppid=17166 vsize=1712776 CPUtime=0.41
/proc/17168/task/17169/stat : 17169 (java) S 17166 17168 17122 0 -1 64 8997 0 0 0 37 4 0 0 16 0 13 0 227249459 1753882624 53875 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17168/tid=17170] ppid=17166 vsize=1712776 CPUtime=0.41
/proc/17168/task/17170/stat : 17170 (java) S 17166 17168 17122 0 -1 64 9152 0 0 0 37 4 0 0 16 0 13 0 227249459 1753882624 53875 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17168/tid=17171] ppid=17166 vsize=1712776 CPUtime=0
/proc/17168/task/17171/stat : 17171 (java) S 17166 17168 17122 0 -1 64 32 0 0 0 0 0 0 0 17 0 13 0 227249461 1753882624 53875 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=17168/tid=17172] ppid=17166 vsize=1712776 CPUtime=0
/proc/17168/task/17172/stat : 17172 (java) S 17166 17168 17122 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 227249462 1753882624 53875 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17168/tid=17173] ppid=17166 vsize=1712776 CPUtime=0
/proc/17168/task/17173/stat : 17173 (java) S 17166 17168 17122 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 227249462 1753882624 53875 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17168/tid=17174] ppid=17166 vsize=1712776 CPUtime=0
/proc/17168/task/17174/stat : 17174 (java) S 17166 17168 17122 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 227249465 1753882624 53875 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17168/tid=17175] ppid=17166 vsize=1712776 CPUtime=0
/proc/17168/task/17175/stat : 17175 (java) S 17166 17168 17122 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 227249465 1753882624 53875 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17168/tid=17176] ppid=17166 vsize=1712776 CPUtime=0.77
/proc/17168/task/17176/stat : 17176 (java) S 17166 17168 17122 0 -1 64 1453 0 0 0 77 0 0 0 17 0 13 0 227249465 1753882624 53875 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17168/tid=17177] ppid=17166 vsize=1712776 CPUtime=0.76
/proc/17168/task/17177/stat : 17177 (java) S 17166 17168 17122 0 -1 64 1098 0 0 0 76 0 0 0 16 0 13 0 227249465 1753882624 53875 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17168/tid=17178] ppid=17166 vsize=1712776 CPUtime=0
/proc/17168/task/17178/stat : 17178 (java) S 17166 17168 17122 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 227249465 1753882624 53875 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17168/tid=17179] ppid=17166 vsize=1712776 CPUtime=0
/proc/17168/task/17179/stat : 17179 (java) S 17166 17168 17122 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 227249465 1753882624 53875 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17168/tid=17183] ppid=17166 vsize=1712776 CPUtime=0
/proc/17168/task/17183/stat : 17183 (java) S 17166 17168 17122 0 -1 64 0 0 0 0 0 0 0 0 21 0 13 0 227250027 1753882624 53875 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 11.48
Current children cumulated vsize (Kb) 1712776

[startup+20.0096 s]
/proc/loadavg: 1.27 1.06 0.84 2/76 17183
/proc/meminfo: memFree=1294816/2055920 swapFree=4182500/4192956
[pid=17168] ppid=17166 vsize=1711740 CPUtime=21.95
/proc/17168/stat : 17168 (java) R 17166 17168 17122 0 -1 0 79139 0 1 0 2157 38 0 0 25 0 13 0 227249455 1752821760 70683 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071519247 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/17168/statm: 427935 70683 1910 14 0 414682 0
[pid=17168/tid=17169] ppid=17166 vsize=1711740 CPUtime=0.86
/proc/17168/task/17169/stat : 17169 (java) S 17166 17168 17122 0 -1 64 19237 0 0 0 77 9 0 0 16 0 13 0 227249459 1752821760 70683 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17168/tid=17170] ppid=17166 vsize=1711740 CPUtime=0.86
/proc/17168/task/17170/stat : 17170 (java) S 17166 17168 17122 0 -1 64 19733 0 0 0 76 10 0 0 16 0 13 0 227249459 1752821760 70683 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17168/tid=17171] ppid=17166 vsize=1711740 CPUtime=0
/proc/17168/task/17171/stat : 17171 (java) S 17166 17168 17122 0 -1 64 36 0 0 0 0 0 0 0 15 0 13 0 227249461 1752821760 70683 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=17168/tid=17172] ppid=17166 vsize=1711740 CPUtime=0
/proc/17168/task/17172/stat : 17172 (java) S 17166 17168 17122 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 227249462 1752821760 70683 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17168/tid=17173] ppid=17166 vsize=1711740 CPUtime=0
/proc/17168/task/17173/stat : 17173 (java) S 17166 17168 17122 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 227249462 1752821760 70683 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17168/tid=17174] ppid=17166 vsize=1711740 CPUtime=0
/proc/17168/task/17174/stat : 17174 (java) S 17166 17168 17122 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 227249465 1752821760 70683 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17168/tid=17175] ppid=17166 vsize=1711740 CPUtime=0
/proc/17168/task/17175/stat : 17175 (java) S 17166 17168 17122 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 227249465 1752821760 70683 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17168/tid=17176] ppid=17166 vsize=1711740 CPUtime=0.77
/proc/17168/task/17176/stat : 17176 (java) S 17166 17168 17122 0 -1 64 1453 0 0 0 77 0 0 0 16 0 13 0 227249465 1752821760 70683 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17168/tid=17177] ppid=17166 vsize=1711740 CPUtime=0.8
/proc/17168/task/17177/stat : 17177 (java) S 17166 17168 17122 0 -1 64 1228 0 0 0 80 0 0 0 17 0 13 0 227249465 1752821760 70683 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17168/tid=17178] ppid=17166 vsize=1711740 CPUtime=0
/proc/17168/task/17178/stat : 17178 (java) S 17166 17168 17122 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 227249465 1752821760 70683 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17168/tid=17179] ppid=17166 vsize=1711740 CPUtime=0
/proc/17168/task/17179/stat : 17179 (java) S 17166 17168 17122 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 227249465 1752821760 70683 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17168/tid=17183] ppid=17166 vsize=1711740 CPUtime=0
/proc/17168/task/17183/stat : 17183 (java) S 17166 17168 17122 0 -1 64 0 0 0 0 0 0 0 0 21 0 13 0 227250027 1752821760 70683 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 21.95
Current children cumulated vsize (Kb) 1711740

[startup+30.0166 s]
/proc/loadavg: 1.23 1.06 0.84 2/76 17183
/proc/meminfo: memFree=1243232/2055920 swapFree=4182500/4192956
[pid=17168] ppid=17166 vsize=1711620 CPUtime=32.31
/proc/17168/stat : 17168 (java) R 17166 17168 17122 0 -1 0 93807 0 1 0 3186 45 0 0 25 0 13 0 227249455 1752698880 83551 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071443328 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/17168/statm: 427905 83551 1911 14 0 414652 0
[pid=17168/tid=17169] ppid=17166 vsize=1711620 CPUtime=1.2
/proc/17168/task/17169/stat : 17169 (java) S 17166 17168 17122 0 -1 64 26363 0 0 0 108 12 0 0 17 0 13 0 227249459 1752698880 83551 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17168/tid=17170] ppid=17166 vsize=1711620 CPUtime=1.2
/proc/17168/task/17170/stat : 17170 (java) S 17166 17168 17122 0 -1 64 27264 0 0 0 106 14 0 0 17 0 13 0 227249459 1752698880 83551 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17168/tid=17171] ppid=17166 vsize=1711620 CPUtime=0
/proc/17168/task/17171/stat : 17171 (java) S 17166 17168 17122 0 -1 64 37 0 0 0 0 0 0 0 16 0 13 0 227249461 1752698880 83551 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=17168/tid=17172] ppid=17166 vsize=1711620 CPUtime=0
/proc/17168/task/17172/stat : 17172 (java) S 17166 17168 17122 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 227249462 1752698880 83551 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17168/tid=17173] ppid=17166 vsize=1711620 CPUtime=0
/proc/17168/task/17173/stat : 17173 (java) S 17166 17168 17122 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 227249462 1752698880 83551 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17168/tid=17174] ppid=17166 vsize=1711620 CPUtime=0
/proc/17168/task/17174/stat : 17174 (java) S 17166 17168 17122 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 227249465 1752698880 83551 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17168/tid=17175] ppid=17166 vsize=1711620 CPUtime=0
/proc/17168/task/17175/stat : 17175 (java) S 17166 17168 17122 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 227249465 1752698880 83551 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17168/tid=17176] ppid=17166 vsize=1711620 CPUtime=0.79
/proc/17168/task/17176/stat : 17176 (java) S 17166 17168 17122 0 -1 64 1457 0 0 0 79 0 0 0 16 0 13 0 227249465 1752698880 83551 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17168/tid=17177] ppid=17166 vsize=1711620 CPUtime=0.8
/proc/17168/task/17177/stat : 17177 (java) S 17166 17168 17122 0 -1 64 1228 0 0 0 80 0 0 0 17 0 13 0 227249465 1752698880 83551 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17168/tid=17178] ppid=17166 vsize=1711620 CPUtime=0
/proc/17168/task/17178/stat : 17178 (java) S 17166 17168 17122 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 227249465 1752698880 83551 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17168/tid=17179] ppid=17166 vsize=1711620 CPUtime=0
/proc/17168/task/17179/stat : 17179 (java) S 17166 17168 17122 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 227249465 1752698880 83551 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17168/tid=17183] ppid=17166 vsize=1711620 CPUtime=0
/proc/17168/task/17183/stat : 17183 (java) S 17166 17168 17122 0 -1 64 0 0 0 0 0 0 0 0 21 0 13 0 227250027 1752698880 83551 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 32.31
Current children cumulated vsize (Kb) 1711620

[startup+40.0236 s]
/proc/loadavg: 1.19 1.06 0.84 2/76 17183
/proc/meminfo: memFree=1179616/2055920 swapFree=4182500/4192956
[pid=17168] ppid=17166 vsize=1711620 CPUtime=42.77
/proc/17168/stat : 17168 (java) R 17166 17168 17122 0 -1 0 111975 0 1 0 4222 55 0 0 21 0 13 0 227249455 1752698880 99434 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071575430 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/17168/statm: 427905 99434 1911 14 0 414652 0
[pid=17168/tid=17169] ppid=17166 vsize=1711620 CPUtime=1.65
/proc/17168/task/17169/stat : 17169 (java) S 17166 17168 17122 0 -1 64 34680 0 0 0 149 16 0 0 17 0 13 0 227249459 1752698880 99434 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17168/tid=17170] ppid=17166 vsize=1711620 CPUtime=1.65
/proc/17168/task/17170/stat : 17170 (java) S 17166 17168 17122 0 -1 64 37108 0 0 0 147 18 0 0 16 0 13 0 227249459 1752698880 99434 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17168/tid=17171] ppid=17166 vsize=1711620 CPUtime=0
/proc/17168/task/17171/stat : 17171 (java) S 17166 17168 17122 0 -1 64 38 0 0 0 0 0 0 0 16 0 13 0 227249461 1752698880 99434 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=17168/tid=17172] ppid=17166 vsize=1711620 CPUtime=0
/proc/17168/task/17172/stat : 17172 (java) S 17166 17168 17122 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 227249462 1752698880 99434 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17168/tid=17173] ppid=17166 vsize=1711620 CPUtime=0
/proc/17168/task/17173/stat : 17173 (java) S 17166 17168 17122 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 227249462 1752698880 99434 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17168/tid=17174] ppid=17166 vsize=1711620 CPUtime=0
/proc/17168/task/17174/stat : 17174 (java) S 17166 17168 17122 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 227249465 1752698880 99434 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17168/tid=17175] ppid=17166 vsize=1711620 CPUtime=0
/proc/17168/task/17175/stat : 17175 (java) S 17166 17168 17122 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 227249465 1752698880 99434 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17168/tid=17176] ppid=17166 vsize=1711620 CPUtime=0.79
/proc/17168/task/17176/stat : 17176 (java) S 17166 17168 17122 0 -1 64 1457 0 0 0 79 0 0 0 16 0 13 0 227249465 1752698880 99434 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17168/tid=17177] ppid=17166 vsize=1711620 CPUtime=0.8
/proc/17168/task/17177/stat : 17177 (java) S 17166 17168 17122 0 -1 64 1228 0 0 0 80 0 0 0 17 0 13 0 227249465 1752698880 99434 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17168/tid=17178] ppid=17166 vsize=1711620 CPUtime=0
/proc/17168/task/17178/stat : 17178 (java) S 17166 17168 17122 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 227249465 1752698880 99434 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17168/tid=17179] ppid=17166 vsize=1711620 CPUtime=0
/proc/17168/task/17179/stat : 17179 (java) S 17166 17168 17122 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 227249465 1752698880 99434 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17168/tid=17183] ppid=17166 vsize=1711620 CPUtime=0
/proc/17168/task/17183/stat : 17183 (java) S 17166 17168 17122 0 -1 64 0 0 0 0 0 0 0 0 16 0 13 0 227250027 1752698880 99434 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 42.77
Current children cumulated vsize (Kb) 1711620

[startup+50.0316 s]
/proc/loadavg: 1.16 1.06 0.85 2/76 17183
/proc/meminfo: memFree=1150304/2055920 swapFree=4182500/4192956
[pid=17168] ppid=17166 vsize=1711620 CPUtime=52.98
/proc/17168/stat : 17168 (java) R 17166 17168 17122 0 -1 0 120062 0 1 0 5239 59 0 0 25 0 13 0 227249455 1752698880 106756 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071561572 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/17168/statm: 427905 106756 1911 14 0 414652 0
[pid=17168/tid=17169] ppid=17166 vsize=1711620 CPUtime=1.86
/proc/17168/task/17169/stat : 17169 (java) S 17166 17168 17122 0 -1 64 39369 0 0 0 167 19 0 0 17 0 13 0 227249459 1752698880 106756 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17168/tid=17170] ppid=17166 vsize=1711620 CPUtime=1.87
/proc/17168/task/17170/stat : 17170 (java) S 17166 17168 17122 0 -1 64 40501 0 0 0 168 19 0 0 17 0 13 0 227249459 1752698880 106756 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17168/tid=17171] ppid=17166 vsize=1711620 CPUtime=0
/proc/17168/task/17171/stat : 17171 (java) S 17166 17168 17122 0 -1 64 38 0 0 0 0 0 0 0 16 0 13 0 227249461 1752698880 106756 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=17168/tid=17172] ppid=17166 vsize=1711620 CPUtime=0
/proc/17168/task/17172/stat : 17172 (java) S 17166 17168 17122 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 227249462 1752698880 106756 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17168/tid=17173] ppid=17166 vsize=1711620 CPUtime=0
/proc/17168/task/17173/stat : 17173 (java) S 17166 17168 17122 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 227249462 1752698880 106756 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17168/tid=17174] ppid=17166 vsize=1711620 CPUtime=0
/proc/17168/task/17174/stat : 17174 (java) S 17166 17168 17122 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 227249465 1752698880 106756 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17168/tid=17175] ppid=17166 vsize=1711620 CPUtime=0
/proc/17168/task/17175/stat : 17175 (java) S 17166 17168 17122 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 227249465 1752698880 106756 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17168/tid=17176] ppid=17166 vsize=1711620 CPUtime=0.79
/proc/17168/task/17176/stat : 17176 (java) S 17166 17168 17122 0 -1 64 1457 0 0 0 79 0 0 0 16 0 13 0 227249465 1752698880 106756 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17168/tid=17177] ppid=17166 vsize=1711620 CPUtime=0.8
/proc/17168/task/17177/stat : 17177 (java) S 17166 17168 17122 0 -1 64 1228 0 0 0 80 0 0 0 17 0 13 0 227249465 1752698880 106756 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17168/tid=17178] ppid=17166 vsize=1711620 CPUtime=0
/proc/17168/task/17178/stat : 17178 (java) S 17166 17168 17122 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 227249465 1752698880 106756 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17168/tid=17179] ppid=17166 vsize=1711620 CPUtime=0
/proc/17168/task/17179/stat : 17179 (java) S 17166 17168 17122 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 227249465 1752698880 106756 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17168/tid=17183] ppid=17166 vsize=1711620 CPUtime=0
/proc/17168/task/17183/stat : 17183 (java) S 17166 17168 17122 0 -1 64 0 0 0 0 0 0 0 0 16 0 13 0 227250027 1752698880 106756 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 52.98
Current children cumulated vsize (Kb) 1711620

[startup+60.0396 s]
/proc/loadavg: 1.14 1.05 0.85 2/76 17183
/proc/meminfo: memFree=1099680/2055920 swapFree=4182500/4192956
[pid=17168] ppid=17166 vsize=1711244 CPUtime=63.39
/proc/17168/stat : 17168 (java) R 17166 17168 17122 0 -1 0 134431 0 1 0 6274 65 0 0 24 0 13 0 227249455 1752313856 119387 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071386009 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/17168/statm: 427811 119387 1911 14 0 414558 0
[pid=17168/tid=17169] ppid=17166 vsize=1711244 CPUtime=2.23
/proc/17168/task/17169/stat : 17169 (java) S 17166 17168 17122 0 -1 64 46661 0 0 0 200 23 0 0 16 0 13 0 227249459 1752313856 119387 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17168/tid=17170] ppid=17166 vsize=1711244 CPUtime=2.23
/proc/17168/task/17170/stat : 17170 (java) S 17166 17168 17122 0 -1 64 47568 0 0 0 201 22 0 0 17 0 13 0 227249459 1752313856 119387 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17168/tid=17171] ppid=17166 vsize=1711244 CPUtime=0
/proc/17168/task/17171/stat : 17171 (java) S 17166 17168 17122 0 -1 64 38 0 0 0 0 0 0 0 16 0 13 0 227249461 1752313856 119387 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=17168/tid=17172] ppid=17166 vsize=1711244 CPUtime=0
/proc/17168/task/17172/stat : 17172 (java) S 17166 17168 17122 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 227249462 1752313856 119387 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17168/tid=17173] ppid=17166 vsize=1711244 CPUtime=0
/proc/17168/task/17173/stat : 17173 (java) S 17166 17168 17122 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 227249462 1752313856 119387 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17168/tid=17174] ppid=17166 vsize=1711244 CPUtime=0

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

[pid=17168/tid=17170] ppid=17166 vsize=1711496 CPUtime=12.29
/proc/17168/task/17170/stat : 17170 (java) S 17166 17168 17122 0 -1 64 198650 0 0 0 1131 98 0 0 17 0 13 0 227249459 1752571904 389187 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17168/tid=17171] ppid=17166 vsize=1711496 CPUtime=298.03
/proc/17168/task/17171/stat : 17171 (java) R 17166 17168 17122 0 -1 64 5576 0 0 0 29792 11 0 0 20 0 13 0 227249461 1752571904 389187 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4152729152 0 0 0 23759 0 0 0 -1 0 0 0
[pid=17168/tid=17172] ppid=17166 vsize=1711496 CPUtime=0
/proc/17168/task/17172/stat : 17172 (java) S 17166 17168 17122 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 227249462 1752571904 389187 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17168/tid=17173] ppid=17166 vsize=1711496 CPUtime=0
/proc/17168/task/17173/stat : 17173 (java) S 17166 17168 17122 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 227249462 1752571904 389187 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17168/tid=17174] ppid=17166 vsize=1711496 CPUtime=0
/proc/17168/task/17174/stat : 17174 (java) S 17166 17168 17122 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 227249465 1752571904 389187 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17168/tid=17175] ppid=17166 vsize=1711496 CPUtime=0
/proc/17168/task/17175/stat : 17175 (java) S 17166 17168 17122 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 227249465 1752571904 389187 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17168/tid=17176] ppid=17166 vsize=1711496 CPUtime=0.84
/proc/17168/task/17176/stat : 17176 (java) S 17166 17168 17122 0 -1 64 1461 0 0 0 84 0 0 0 17 0 13 0 227249465 1752571904 389187 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17168/tid=17177] ppid=17166 vsize=1711496 CPUtime=0.86
/proc/17168/task/17177/stat : 17177 (java) S 17166 17168 17122 0 -1 64 1233 0 0 0 86 0 0 0 16 0 13 0 227249465 1752571904 389187 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17168/tid=17178] ppid=17166 vsize=1711496 CPUtime=0
/proc/17168/task/17178/stat : 17178 (java) S 17166 17168 17122 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 227249465 1752571904 389187 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17168/tid=17179] ppid=17166 vsize=1711496 CPUtime=0
/proc/17168/task/17179/stat : 17179 (java) S 17166 17168 17122 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 227249465 1752571904 389187 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17168/tid=17184] ppid=17166 vsize=1711496 CPUtime=0
/proc/17168/task/17184/stat : 17184 (java) S 17166 17168 17122 0 -1 64 48 0 0 0 0 0 0 0 16 0 13 0 227301896 1752571904 389187 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1083.7
Current children cumulated vsize (Kb) 1711496

[startup+1080.79 s]
/proc/loadavg: 1.00 1.00 0.91 2/76 17379
/proc/meminfo: memFree=17632/2055920 swapFree=4182500/4192956
[pid=17168] ppid=17166 vsize=1711496 CPUtime=1093.7
/proc/17168/stat : 17168 (java) S 17166 17168 17122 0 -1 0 444574 0 1 0 109146 224 0 0 17 0 13 0 227249455 1752571904 389188 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/17168/statm: 427874 389188 1913 14 0 414621 0
[pid=17168/tid=17169] ppid=17166 vsize=1711496 CPUtime=12.3
/proc/17168/task/17169/stat : 17169 (java) S 17166 17168 17122 0 -1 64 199815 0 0 0 1137 93 0 0 17 0 13 0 227249459 1752571904 389188 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17168/tid=17170] ppid=17166 vsize=1711496 CPUtime=12.29
/proc/17168/task/17170/stat : 17170 (java) S 17166 17168 17122 0 -1 64 198650 0 0 0 1131 98 0 0 17 0 13 0 227249459 1752571904 389188 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17168/tid=17171] ppid=17166 vsize=1711496 CPUtime=307.36
/proc/17168/task/17171/stat : 17171 (java) R 17166 17168 17122 0 -1 64 5736 0 0 0 30725 11 0 0 16 0 13 0 227249461 1752571904 389188 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4152716246 0 0 0 23759 0 0 0 -1 0 0 0
[pid=17168/tid=17172] ppid=17166 vsize=1711496 CPUtime=0
/proc/17168/task/17172/stat : 17172 (java) S 17166 17168 17122 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 227249462 1752571904 389188 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17168/tid=17173] ppid=17166 vsize=1711496 CPUtime=0
/proc/17168/task/17173/stat : 17173 (java) S 17166 17168 17122 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 227249462 1752571904 389188 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17168/tid=17174] ppid=17166 vsize=1711496 CPUtime=0
/proc/17168/task/17174/stat : 17174 (java) S 17166 17168 17122 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 227249465 1752571904 389188 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17168/tid=17175] ppid=17166 vsize=1711496 CPUtime=0
/proc/17168/task/17175/stat : 17175 (java) S 17166 17168 17122 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 227249465 1752571904 389188 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17168/tid=17176] ppid=17166 vsize=1711496 CPUtime=0.84
/proc/17168/task/17176/stat : 17176 (java) S 17166 17168 17122 0 -1 64 1461 0 0 0 84 0 0 0 17 0 13 0 227249465 1752571904 389188 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17168/tid=17177] ppid=17166 vsize=1711496 CPUtime=0.86
/proc/17168/task/17177/stat : 17177 (java) S 17166 17168 17122 0 -1 64 1233 0 0 0 86 0 0 0 16 0 13 0 227249465 1752571904 389188 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17168/tid=17178] ppid=17166 vsize=1711496 CPUtime=0
/proc/17168/task/17178/stat : 17178 (java) S 17166 17168 17122 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 227249465 1752571904 389188 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17168/tid=17179] ppid=17166 vsize=1711496 CPUtime=0
/proc/17168/task/17179/stat : 17179 (java) S 17166 17168 17122 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 227249465 1752571904 389188 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17168/tid=17184] ppid=17166 vsize=1711496 CPUtime=0
/proc/17168/task/17184/stat : 17184 (java) S 17166 17168 17122 0 -1 64 50 0 0 0 0 0 0 0 16 0 13 0 227301896 1752571904 389188 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1093.7
Current children cumulated vsize (Kb) 1711496

[startup+1090.8 s]
/proc/loadavg: 1.00 1.00 0.91 2/76 17379
/proc/meminfo: memFree=17696/2055920 swapFree=4182500/4192956
[pid=17168] ppid=17166 vsize=1711496 CPUtime=1103.7
/proc/17168/stat : 17168 (java) S 17166 17168 17122 0 -1 0 444682 0 1 0 110146 224 0 0 17 0 13 0 227249455 1752571904 389187 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/17168/statm: 427874 389187 1913 14 0 414621 0
[pid=17168/tid=17169] ppid=17166 vsize=1711496 CPUtime=12.3
/proc/17168/task/17169/stat : 17169 (java) S 17166 17168 17122 0 -1 64 199815 0 0 0 1137 93 0 0 17 0 13 0 227249459 1752571904 389187 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17168/tid=17170] ppid=17166 vsize=1711496 CPUtime=12.29
/proc/17168/task/17170/stat : 17170 (java) S 17166 17168 17122 0 -1 64 198650 0 0 0 1131 98 0 0 17 0 13 0 227249459 1752571904 389187 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17168/tid=17171] ppid=17166 vsize=1711496 CPUtime=317.13
/proc/17168/task/17171/stat : 17171 (java) R 17166 17168 17122 0 -1 64 5842 0 0 0 31702 11 0 0 20 0 13 0 227249461 1752571904 389187 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4154938517 0 0 0 23759 0 0 0 -1 0 0 0
[pid=17168/tid=17172] ppid=17166 vsize=1711496 CPUtime=0
/proc/17168/task/17172/stat : 17172 (java) S 17166 17168 17122 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 227249462 1752571904 389187 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17168/tid=17173] ppid=17166 vsize=1711496 CPUtime=0
/proc/17168/task/17173/stat : 17173 (java) S 17166 17168 17122 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 227249462 1752571904 389187 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17168/tid=17174] ppid=17166 vsize=1711496 CPUtime=0
/proc/17168/task/17174/stat : 17174 (java) S 17166 17168 17122 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 227249465 1752571904 389187 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17168/tid=17175] ppid=17166 vsize=1711496 CPUtime=0
/proc/17168/task/17175/stat : 17175 (java) S 17166 17168 17122 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 227249465 1752571904 389187 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17168/tid=17176] ppid=17166 vsize=1711496 CPUtime=0.84
/proc/17168/task/17176/stat : 17176 (java) S 17166 17168 17122 0 -1 64 1461 0 0 0 84 0 0 0 17 0 13 0 227249465 1752571904 389187 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17168/tid=17177] ppid=17166 vsize=1711496 CPUtime=0.86
/proc/17168/task/17177/stat : 17177 (java) S 17166 17168 17122 0 -1 64 1233 0 0 0 86 0 0 0 16 0 13 0 227249465 1752571904 389187 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17168/tid=17178] ppid=17166 vsize=1711496 CPUtime=0
/proc/17168/task/17178/stat : 17178 (java) S 17166 17168 17122 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 227249465 1752571904 389187 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17168/tid=17179] ppid=17166 vsize=1711496 CPUtime=0
/proc/17168/task/17179/stat : 17179 (java) S 17166 17168 17122 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 227249465 1752571904 389187 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17168/tid=17184] ppid=17166 vsize=1711496 CPUtime=0
/proc/17168/task/17184/stat : 17184 (java) S 17166 17168 17122 0 -1 64 51 0 0 0 0 0 0 0 16 0 13 0 227301896 1752571904 389187 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1103.7
Current children cumulated vsize (Kb) 1711496

[startup+1100.81 s]
/proc/loadavg: 1.00 1.00 0.91 2/76 17379
/proc/meminfo: memFree=17696/2055920 swapFree=4182500/4192956
[pid=17168] ppid=17166 vsize=1711496 CPUtime=1113.71
/proc/17168/stat : 17168 (java) S 17166 17168 17122 0 -1 0 444888 0 1 0 111147 224 0 0 17 0 13 0 227249455 1752571904 389188 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/17168/statm: 427874 389188 1913 14 0 414621 0
[pid=17168/tid=17169] ppid=17166 vsize=1711496 CPUtime=12.3
/proc/17168/task/17169/stat : 17169 (java) S 17166 17168 17122 0 -1 64 199815 0 0 0 1137 93 0 0 17 0 13 0 227249459 1752571904 389188 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17168/tid=17170] ppid=17166 vsize=1711496 CPUtime=12.29
/proc/17168/task/17170/stat : 17170 (java) S 17166 17168 17122 0 -1 64 198650 0 0 0 1131 98 0 0 17 0 13 0 227249459 1752571904 389188 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17168/tid=17171] ppid=17166 vsize=1711496 CPUtime=326.64
/proc/17168/task/17171/stat : 17171 (java) R 17166 17168 17122 0 -1 64 6046 0 0 0 32653 11 0 0 25 0 13 0 227249461 1752571904 389188 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4154649000 0 0 0 23759 0 0 0 -1 0 0 0
[pid=17168/tid=17172] ppid=17166 vsize=1711496 CPUtime=0
/proc/17168/task/17172/stat : 17172 (java) S 17166 17168 17122 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 227249462 1752571904 389188 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17168/tid=17173] ppid=17166 vsize=1711496 CPUtime=0
/proc/17168/task/17173/stat : 17173 (java) S 17166 17168 17122 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 227249462 1752571904 389188 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17168/tid=17174] ppid=17166 vsize=1711496 CPUtime=0
/proc/17168/task/17174/stat : 17174 (java) S 17166 17168 17122 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 227249465 1752571904 389188 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17168/tid=17175] ppid=17166 vsize=1711496 CPUtime=0
/proc/17168/task/17175/stat : 17175 (java) S 17166 17168 17122 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 227249465 1752571904 389188 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17168/tid=17176] ppid=17166 vsize=1711496 CPUtime=0.84
/proc/17168/task/17176/stat : 17176 (java) S 17166 17168 17122 0 -1 64 1461 0 0 0 84 0 0 0 17 0 13 0 227249465 1752571904 389188 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17168/tid=17177] ppid=17166 vsize=1711496 CPUtime=0.86
/proc/17168/task/17177/stat : 17177 (java) S 17166 17168 17122 0 -1 64 1233 0 0 0 86 0 0 0 16 0 13 0 227249465 1752571904 389188 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17168/tid=17178] ppid=17166 vsize=1711496 CPUtime=0
/proc/17168/task/17178/stat : 17178 (java) S 17166 17168 17122 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 227249465 1752571904 389188 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17168/tid=17179] ppid=17166 vsize=1711496 CPUtime=0
/proc/17168/task/17179/stat : 17179 (java) S 17166 17168 17122 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 227249465 1752571904 389188 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17168/tid=17184] ppid=17166 vsize=1711496 CPUtime=0
/proc/17168/task/17184/stat : 17184 (java) S 17166 17168 17122 0 -1 64 52 0 0 0 0 0 0 0 16 0 13 0 227301896 1752571904 389188 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1113.71
Current children cumulated vsize (Kb) 1711496

[startup+1110.81 s]
/proc/loadavg: 1.00 1.00 0.91 2/76 17379
/proc/meminfo: memFree=17696/2055920 swapFree=4182500/4192956
[pid=17168] ppid=17166 vsize=1711496 CPUtime=1123.71
/proc/17168/stat : 17168 (java) S 17166 17168 17122 0 -1 0 445054 0 1 0 112147 224 0 0 16 0 13 0 227249455 1752571904 389189 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/17168/statm: 427874 389189 1913 14 0 414621 0
[pid=17168/tid=17169] ppid=17166 vsize=1711496 CPUtime=12.3
/proc/17168/task/17169/stat : 17169 (java) S 17166 17168 17122 0 -1 64 199815 0 0 0 1137 93 0 0 17 0 13 0 227249459 1752571904 389189 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17168/tid=17170] ppid=17166 vsize=1711496 CPUtime=12.29
/proc/17168/task/17170/stat : 17170 (java) S 17166 17168 17122 0 -1 64 198650 0 0 0 1131 98 0 0 17 0 13 0 227249459 1752571904 389189 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17168/tid=17171] ppid=17166 vsize=1711496 CPUtime=336.14
/proc/17168/task/17171/stat : 17171 (java) R 17166 17168 17122 0 -1 64 6209 0 0 0 33603 11 0 0 18 0 13 0 227249461 1752571904 389189 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4152716296 0 0 0 23759 0 0 0 -1 0 0 0
[pid=17168/tid=17172] ppid=17166 vsize=1711496 CPUtime=0
/proc/17168/task/17172/stat : 17172 (java) S 17166 17168 17122 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 227249462 1752571904 389189 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17168/tid=17173] ppid=17166 vsize=1711496 CPUtime=0
/proc/17168/task/17173/stat : 17173 (java) S 17166 17168 17122 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 227249462 1752571904 389189 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17168/tid=17174] ppid=17166 vsize=1711496 CPUtime=0
/proc/17168/task/17174/stat : 17174 (java) S 17166 17168 17122 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 227249465 1752571904 389189 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17168/tid=17175] ppid=17166 vsize=1711496 CPUtime=0
/proc/17168/task/17175/stat : 17175 (java) S 17166 17168 17122 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 227249465 1752571904 389189 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17168/tid=17176] ppid=17166 vsize=1711496 CPUtime=0.84
/proc/17168/task/17176/stat : 17176 (java) S 17166 17168 17122 0 -1 64 1461 0 0 0 84 0 0 0 17 0 13 0 227249465 1752571904 389189 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17168/tid=17177] ppid=17166 vsize=1711496 CPUtime=0.86
/proc/17168/task/17177/stat : 17177 (java) S 17166 17168 17122 0 -1 64 1233 0 0 0 86 0 0 0 16 0 13 0 227249465 1752571904 389189 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17168/tid=17178] ppid=17166 vsize=1711496 CPUtime=0
/proc/17168/task/17178/stat : 17178 (java) S 17166 17168 17122 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 227249465 1752571904 389189 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17168/tid=17179] ppid=17166 vsize=1711496 CPUtime=0
/proc/17168/task/17179/stat : 17179 (java) S 17166 17168 17122 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 227249465 1752571904 389189 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17168/tid=17184] ppid=17166 vsize=1711496 CPUtime=0
/proc/17168/task/17184/stat : 17184 (java) S 17166 17168 17122 0 -1 64 53 0 0 0 0 0 0 0 16 0 13 0 227301896 1752571904 389189 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1123.71
Current children cumulated vsize (Kb) 1711496

[startup+1120.82 s]
/proc/loadavg: 1.00 1.00 0.91 2/77 17380
/proc/meminfo: memFree=17688/2055920 swapFree=4182500/4192956
[pid=17168] ppid=17166 vsize=1711496 CPUtime=1133.72
/proc/17168/stat : 17168 (java) S 17166 17168 17122 0 -1 0 445166 0 1 0 113147 225 0 0 17 0 14 0 227249455 1752571904 389191 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/17168/statm: 427874 389191 1915 14 0 414621 0
[pid=17168/tid=17169] ppid=17166 vsize=1711496 CPUtime=12.3
/proc/17168/task/17169/stat : 17169 (java) S 17166 17168 17122 0 -1 64 199815 0 0 0 1137 93 0 0 17 0 14 0 227249459 1752571904 389191 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17168/tid=17170] ppid=17166 vsize=1711496 CPUtime=12.29
/proc/17168/task/17170/stat : 17170 (java) S 17166 17168 17122 0 -1 64 198650 0 0 0 1131 98 0 0 17 0 14 0 227249459 1752571904 389191 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17168/tid=17171] ppid=17166 vsize=1711496 CPUtime=346.15
/proc/17168/task/17171/stat : 17171 (java) R 17166 17168 17122 0 -1 64 6315 0 0 0 34603 12 0 0 21 0 14 0 227249461 1752571904 389191 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4154648998 0 0 0 23759 0 0 0 -1 0 0 0
[pid=17168/tid=17172] ppid=17166 vsize=1711496 CPUtime=0
/proc/17168/task/17172/stat : 17172 (java) S 17166 17168 17122 0 -1 64 9 0 0 0 0 0 0 0 16 0 14 0 227249462 1752571904 389191 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17168/tid=17173] ppid=17166 vsize=1711496 CPUtime=0
/proc/17168/task/17173/stat : 17173 (java) S 17166 17168 17122 0 -1 64 5 0 0 0 0 0 0 0 16 0 14 0 227249462 1752571904 389191 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17168/tid=17174] ppid=17166 vsize=1711496 CPUtime=0
/proc/17168/task/17174/stat : 17174 (java) S 17166 17168 17122 0 -1 64 1 0 0 0 0 0 0 0 24 0 14 0 227249465 1752571904 389191 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17168/tid=17175] ppid=17166 vsize=1711496 CPUtime=0
/proc/17168/task/17175/stat : 17175 (java) S 17166 17168 17122 0 -1 64 4 0 0 0 0 0 0 0 16 0 14 0 227249465 1752571904 389191 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17168/tid=17176] ppid=17166 vsize=1711496 CPUtime=0.84
/proc/17168/task/17176/stat : 17176 (java) S 17166 17168 17122 0 -1 64 1461 0 0 0 84 0 0 0 17 0 14 0 227249465 1752571904 389191 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17168/tid=17177] ppid=17166 vsize=1711496 CPUtime=0.86
/proc/17168/task/17177/stat : 17177 (java) S 17166 17168 17122 0 -1 64 1233 0 0 0 86 0 0 0 16 0 14 0 227249465 1752571904 389191 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17168/tid=17178] ppid=17166 vsize=1711496 CPUtime=0
/proc/17168/task/17178/stat : 17178 (java) S 17166 17168 17122 0 -1 64 0 0 0 0 0 0 0 0 25 0 14 0 227249465 1752571904 389191 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17168/tid=17179] ppid=17166 vsize=1711496 CPUtime=0
/proc/17168/task/17179/stat : 17179 (java) S 17166 17168 17122 0 -1 64 1 0 0 0 0 0 0 0 15 0 14 0 227249465 1752571904 389191 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17168/tid=17184] ppid=17166 vsize=1711496 CPUtime=0
/proc/17168/task/17184/stat : 17184 (java) S 17166 17168 17122 0 -1 64 54 0 0 0 0 0 0 0 16 0 14 0 227301896 1752571904 389191 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17168/tid=17380] ppid=17166 vsize=1711496 CPUtime=0
/proc/17168/task/17380/stat : 17380 (java) S 17166 17168 17122 0 -1 64 1 0 0 0 0 0 0 0 16 0 14 0 227360820 1752571904 389191 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1133.72
Current children cumulated vsize (Kb) 1711496

Child status: 1
Real time (s): 1127.63
CPU time (s): 1140.49
CPU user time (s): 1138.01
CPU system time (s): 2.47362
CPU usage (%): 101.14
Max. virtual memory (cumulated for all children) (Kb): 1712776
The end

Launcher Data (download as text)

Begin job on node75 on Tue Jun  6 17:44:21 UTC 2006


FILE ID= 43091-1149615860

PBS_JOBID= 322197

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

MD5SUM SOLVER= 3cef94aa015dc0dd234d31843a257d70
MD5SUM BENCH=  e81d6b8e8ff8ec031773b7b65d16ea78

RANDOM SEED= 208271178


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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1570560 kB
Buffers:         34016 kB
Cached:         381944 kB
SwapCached:       2240 kB
Active:          77040 kB
Inactive:       347636 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1570560 kB
SwapTotal:     4192956 kB
SwapFree:      4182500 kB
Dirty:             172 kB
Writeback:           0 kB
Mapped:          16036 kB
Slab:            46552 kB
Committed_AS:   441496 kB
PageTables:       1448 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB


End job on node75 on Tue Jun  6 18:03:08 UTC 2006