Trace number 44502

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? (TO) 1802.65 1787.59

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/web/www.nlsde.buaa.edu.cn/
~kexu/benchmarks/frb40-19-opb/normalized-frb40-19-4.opb
MD5SUM7262f9f4ab1a3ada75b3b140acf97f7d
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-40
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 -40
Optimality of the best value was proved NO
Number of variables760
Total number of constraints41605
Number of constraints which are clauses41605
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 760
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 760
Number of bits of the sum of numbers in the objective function 10
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 760
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data (download as text)

0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.14	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.15	c no version file found!!!
0.15	c sun.arch.data.model	32
0.15	c java.version	1.5.0_06
0.15	c os.name	Linux
0.15	c os.version	2.6.9-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.20	c Cutting planes based inference
0.20	c --- Begin Solver configuration ---
0.20	c org.sat4j.minisat.uip.FirstUIP@1037c71
0.20	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@1df073d
0.20	c org.sat4j.minisat.learning.MiniSATLearning@1546e25
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/node86/44502-1149293325/instance-44502-1149293325.opb
0.20	c reading problem ... 
2.02	c ... done. Time 1.824 ms.
2.02	c #vars     760
2.02	c #constraints  41605
2.04	c SATISFIABLE
2.04	c OPTIMIZING...
2.04	c Got one! Ellapsed CPU time (in seconds):1.845
2.06	o 0
2.08	c Got one! Ellapsed CPU time (in seconds):1.877
2.08	o -1
2.27	c Got one! Ellapsed CPU time (in seconds):2.07
2.27	o -2
2.75	c Got one! Ellapsed CPU time (in seconds):2.554
2.75	o -28
3.16	c Got one! Ellapsed CPU time (in seconds):2.965
3.16	o -30
4.71	c Got one! Ellapsed CPU time (in seconds):4.515
4.71	o -31
631.04	c Got one! Ellapsed CPU time (in seconds):630.84
631.04	o -32
649.76	c Got one! Ellapsed CPU time (in seconds):649.562
649.76	o -33

Verifier Data (download as text)

ERROR: no interpretation found !

Watcher Data (download as text)

Enforcing CPU limit (will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime (will send SIGXCPU) limit: 1830 seconds
Enforcing Stack size limit: 67108864 bytes
Enforcing memory limit (will send SIGKILL): 1843200 Kb
Enforcing VSIZE limit: 1887436800 bytes
runsolver version 3.0.0 (c) roussel@cril.univ-artois.fr

command line: runsolver --timestamp -w ROOT/results/node86/watcher-44502-1149293325 -o ROOT/results/node86/solver-44502-1149293325 -C 1800 -M 1800 -S 64 java -server -Xms1500M -Xmx1500M -jar ROOT/solvers/PB/PB06final/user5/sat4jPseudoPlus.jar ROOT/tmp/node86/44502-1149293325/instance-44502-1149293325.opb 729915926 

Current StackSize limit: 67108864 bytes

/proc/loadavg: 0.92 0.98 0.96 2/68 10541
/proc/meminfo: memFree=1566552/2055892 swapFree=4084792/4096564
[pid=10541] ppid=10539 vsize=1788 CPUtime=0
/proc/10541/stat : 10541 (java) D 10539 10541 10495 0 -1 0 176 0 0 0 0 0 0 0 18 0 1 0 194971723 1830912 144 18446744073709551615 134512640 134570276 4294956624 18446744073709551615 4294960144 0 2147483391 4096 0 18446744072099941670 0 0 17 1 0 0
/proc/10541/statm: 447 144 109 14 0 91 0

[startup+10.0025 s]
/proc/loadavg: 0.93 0.98 0.96 2/80 10559
/proc/meminfo: memFree=1340160/2055892 swapFree=4084792/4096564
[pid=10541] ppid=10539 vsize=1712736 CPUtime=11.71
/proc/10541/stat : 10541 (java) R 10539 10541 10495 0 -1 0 62138 0 1 0 1141 30 0 0 19 0 13 0 194971723 1753841664 58378 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071464904 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/10541/statm: 428184 58378 1912 14 0 414930 0
[pid=10541/tid=10542] ppid=10539 vsize=1712736 CPUtime=0.45
/proc/10541/task/10542/stat : 10542 (java) S 10539 10541 10495 0 -1 64 11585 0 0 0 41 4 0 0 16 0 13 0 194971727 1753841664 58378 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10541/tid=10543] ppid=10539 vsize=1712736 CPUtime=0.45
/proc/10541/task/10543/stat : 10543 (java) S 10539 10541 10495 0 -1 64 11430 0 0 0 40 5 0 0 16 0 13 0 194971727 1753841664 58378 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10541/tid=10544] ppid=10539 vsize=1712736 CPUtime=0
/proc/10541/task/10544/stat : 10544 (java) S 10539 10541 10495 0 -1 64 18 0 0 0 0 0 0 0 16 0 13 0 194971729 1753841664 58378 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=10541/tid=10545] ppid=10539 vsize=1712736 CPUtime=0
/proc/10541/task/10545/stat : 10545 (java) S 10539 10541 10495 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 194971730 1753841664 58378 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10541/tid=10546] ppid=10539 vsize=1712736 CPUtime=0
/proc/10541/task/10546/stat : 10546 (java) S 10539 10541 10495 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 194971730 1753841664 58378 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10541/tid=10547] ppid=10539 vsize=1712736 CPUtime=0
/proc/10541/task/10547/stat : 10547 (java) S 10539 10541 10495 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 194971733 1753841664 58378 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10541/tid=10548] ppid=10539 vsize=1712736 CPUtime=0
/proc/10541/task/10548/stat : 10548 (java) S 10539 10541 10495 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 194971733 1753841664 58378 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10541/tid=10549] ppid=10539 vsize=1712736 CPUtime=0.9
/proc/10541/task/10549/stat : 10549 (java) S 10539 10541 10495 0 -1 64 1142 0 0 0 90 0 0 0 16 0 13 0 194971733 1753841664 58378 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10541/tid=10550] ppid=10539 vsize=1712736 CPUtime=0.87
/proc/10541/task/10550/stat : 10550 (java) S 10539 10541 10495 0 -1 64 1393 0 0 0 87 0 0 0 16 0 13 0 194971733 1753841664 58378 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10541/tid=10551] ppid=10539 vsize=1712736 CPUtime=0
/proc/10541/task/10551/stat : 10551 (java) S 10539 10541 10495 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 194971733 1753841664 58378 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10541/tid=10552] ppid=10539 vsize=1712736 CPUtime=0
/proc/10541/task/10552/stat : 10552 (java) S 10539 10541 10495 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 194971733 1753841664 58378 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10541/tid=10559] ppid=10539 vsize=1712736 CPUtime=0
/proc/10541/task/10559/stat : 10559 (java) S 10539 10541 10495 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 194972195 1753841664 58378 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 11.71
Current children cumulated vsize (Kb) 1712736

[startup+20.0097 s]
/proc/loadavg: 0.94 0.98 0.96 2/80 10559
/proc/meminfo: memFree=1273920/2055892 swapFree=4084792/4096564
[pid=10541] ppid=10539 vsize=1712736 CPUtime=22.37
/proc/10541/stat : 10541 (java) R 10539 10541 10495 0 -1 0 82851 0 1 0 2197 40 0 0 25 0 13 0 194971723 1753841664 74961 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071500293 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/10541/statm: 428184 74961 1912 14 0 414930 0
[pid=10541/tid=10542] ppid=10539 vsize=1712736 CPUtime=1.09
/proc/10541/task/10542/stat : 10542 (java) S 10539 10541 10495 0 -1 64 22785 0 0 0 100 9 0 0 16 0 13 0 194971727 1753841664 74961 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10541/tid=10543] ppid=10539 vsize=1712736 CPUtime=1.1
/proc/10541/task/10543/stat : 10543 (java) S 10539 10541 10495 0 -1 64 20932 0 0 0 101 9 0 0 16 0 13 0 194971727 1753841664 74961 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10541/tid=10544] ppid=10539 vsize=1712736 CPUtime=0
/proc/10541/task/10544/stat : 10544 (java) S 10539 10541 10495 0 -1 64 20 0 0 0 0 0 0 0 16 0 13 0 194971729 1753841664 74961 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=10541/tid=10545] ppid=10539 vsize=1712736 CPUtime=0
/proc/10541/task/10545/stat : 10545 (java) S 10539 10541 10495 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 194971730 1753841664 74961 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10541/tid=10546] ppid=10539 vsize=1712736 CPUtime=0
/proc/10541/task/10546/stat : 10546 (java) S 10539 10541 10495 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 194971730 1753841664 74961 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10541/tid=10547] ppid=10539 vsize=1712736 CPUtime=0
/proc/10541/task/10547/stat : 10547 (java) S 10539 10541 10495 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 194971733 1753841664 74961 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10541/tid=10548] ppid=10539 vsize=1712736 CPUtime=0
/proc/10541/task/10548/stat : 10548 (java) S 10539 10541 10495 0 -1 64 3 0 0 0 0 0 0 0 17 0 13 0 194971733 1753841664 74961 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10541/tid=10549] ppid=10539 vsize=1712736 CPUtime=0.9
/proc/10541/task/10549/stat : 10549 (java) S 10539 10541 10495 0 -1 64 1142 0 0 0 90 0 0 0 16 0 13 0 194971733 1753841664 74961 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10541/tid=10550] ppid=10539 vsize=1712736 CPUtime=0.88
/proc/10541/task/10550/stat : 10550 (java) S 10539 10541 10495 0 -1 64 1393 0 0 0 88 0 0 0 17 0 13 0 194971733 1753841664 74961 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10541/tid=10551] ppid=10539 vsize=1712736 CPUtime=0
/proc/10541/task/10551/stat : 10551 (java) S 10539 10541 10495 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 194971733 1753841664 74961 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10541/tid=10552] ppid=10539 vsize=1712736 CPUtime=0
/proc/10541/task/10552/stat : 10552 (java) S 10539 10541 10495 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 194971733 1753841664 74961 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10541/tid=10559] ppid=10539 vsize=1712736 CPUtime=0
/proc/10541/task/10559/stat : 10559 (java) S 10539 10541 10495 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 194972195 1753841664 74961 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 22.37
Current children cumulated vsize (Kb) 1712736

[startup+30.0158 s]
/proc/loadavg: 0.95 0.98 0.96 2/80 10559
/proc/meminfo: memFree=1238400/2055892 swapFree=4084792/4096564
[pid=10541] ppid=10539 vsize=1712736 CPUtime=32.7
/proc/10541/stat : 10541 (java) R 10539 10541 10495 0 -1 0 92938 0 1 0 3225 45 0 0 25 0 13 0 194971723 1753841664 83821 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071626531 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/10541/statm: 428184 83821 1912 14 0 414930 0
[pid=10541/tid=10542] ppid=10539 vsize=1712736 CPUtime=1.37
/proc/10541/task/10542/stat : 10542 (java) S 10539 10541 10495 0 -1 64 28303 0 0 0 125 12 0 0 17 0 13 0 194971727 1753841664 83821 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10541/tid=10543] ppid=10539 vsize=1712736 CPUtime=1.37
/proc/10541/task/10543/stat : 10543 (java) S 10539 10541 10495 0 -1 64 25495 0 0 0 125 12 0 0 17 0 13 0 194971727 1753841664 83821 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10541/tid=10544] ppid=10539 vsize=1712736 CPUtime=0
/proc/10541/task/10544/stat : 10544 (java) S 10539 10541 10495 0 -1 64 21 0 0 0 0 0 0 0 16 0 13 0 194971729 1753841664 83821 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=10541/tid=10545] ppid=10539 vsize=1712736 CPUtime=0
/proc/10541/task/10545/stat : 10545 (java) S 10539 10541 10495 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 194971730 1753841664 83821 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10541/tid=10546] ppid=10539 vsize=1712736 CPUtime=0
/proc/10541/task/10546/stat : 10546 (java) S 10539 10541 10495 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 194971730 1753841664 83821 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10541/tid=10547] ppid=10539 vsize=1712736 CPUtime=0
/proc/10541/task/10547/stat : 10547 (java) S 10539 10541 10495 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 194971733 1753841664 83821 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10541/tid=10548] ppid=10539 vsize=1712736 CPUtime=0
/proc/10541/task/10548/stat : 10548 (java) S 10539 10541 10495 0 -1 64 3 0 0 0 0 0 0 0 17 0 13 0 194971733 1753841664 83821 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10541/tid=10549] ppid=10539 vsize=1712736 CPUtime=0.96
/proc/10541/task/10549/stat : 10549 (java) S 10539 10541 10495 0 -1 64 1142 0 0 0 96 0 0 0 17 0 13 0 194971733 1753841664 83821 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10541/tid=10550] ppid=10539 vsize=1712736 CPUtime=0.88
/proc/10541/task/10550/stat : 10550 (java) S 10539 10541 10495 0 -1 64 1393 0 0 0 88 0 0 0 17 0 13 0 194971733 1753841664 83821 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10541/tid=10551] ppid=10539 vsize=1712736 CPUtime=0
/proc/10541/task/10551/stat : 10551 (java) S 10539 10541 10495 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 194971733 1753841664 83821 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10541/tid=10552] ppid=10539 vsize=1712736 CPUtime=0
/proc/10541/task/10552/stat : 10552 (java) S 10539 10541 10495 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 194971733 1753841664 83821 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10541/tid=10559] ppid=10539 vsize=1712736 CPUtime=0
/proc/10541/task/10559/stat : 10559 (java) S 10539 10541 10495 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 194972195 1753841664 83821 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 32.7
Current children cumulated vsize (Kb) 1712736

[startup+40.023 s]
/proc/loadavg: 0.96 0.98 0.96 2/80 10559
/proc/meminfo: memFree=1196608/2055892 swapFree=4084792/4096564
[pid=10541] ppid=10539 vsize=1712736 CPUtime=42.98
/proc/10541/stat : 10541 (java) R 10539 10541 10495 0 -1 0 104836 0 1 0 4248 50 0 0 16 0 13 0 194971723 1753841664 94272 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071530443 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/10541/statm: 428184 94272 1912 14 0 414930 0
[pid=10541/tid=10542] ppid=10539 vsize=1712736 CPUtime=1.66
/proc/10541/task/10542/stat : 10542 (java) S 10539 10541 10495 0 -1 64 34444 0 0 0 151 15 0 0 17 0 13 0 194971727 1753841664 94272 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10541/tid=10543] ppid=10539 vsize=1712736 CPUtime=1.66
/proc/10541/task/10543/stat : 10543 (java) S 10539 10541 10495 0 -1 64 31242 0 0 0 151 15 0 0 16 0 13 0 194971727 1753841664 94272 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10541/tid=10544] ppid=10539 vsize=1712736 CPUtime=0
/proc/10541/task/10544/stat : 10544 (java) S 10539 10541 10495 0 -1 64 24 0 0 0 0 0 0 0 16 0 13 0 194971729 1753841664 94272 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=10541/tid=10545] ppid=10539 vsize=1712736 CPUtime=0
/proc/10541/task/10545/stat : 10545 (java) S 10539 10541 10495 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 194971730 1753841664 94272 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10541/tid=10546] ppid=10539 vsize=1712736 CPUtime=0
/proc/10541/task/10546/stat : 10546 (java) S 10539 10541 10495 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 194971730 1753841664 94272 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10541/tid=10547] ppid=10539 vsize=1712736 CPUtime=0
/proc/10541/task/10547/stat : 10547 (java) S 10539 10541 10495 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 194971733 1753841664 94272 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10541/tid=10548] ppid=10539 vsize=1712736 CPUtime=0
/proc/10541/task/10548/stat : 10548 (java) S 10539 10541 10495 0 -1 64 3 0 0 0 0 0 0 0 17 0 13 0 194971733 1753841664 94272 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10541/tid=10549] ppid=10539 vsize=1712736 CPUtime=0.96
/proc/10541/task/10549/stat : 10549 (java) S 10539 10541 10495 0 -1 64 1142 0 0 0 96 0 0 0 17 0 13 0 194971733 1753841664 94272 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10541/tid=10550] ppid=10539 vsize=1712736 CPUtime=0.88
/proc/10541/task/10550/stat : 10550 (java) S 10539 10541 10495 0 -1 64 1393 0 0 0 88 0 0 0 17 0 13 0 194971733 1753841664 94272 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10541/tid=10551] ppid=10539 vsize=1712736 CPUtime=0
/proc/10541/task/10551/stat : 10551 (java) S 10539 10541 10495 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 194971733 1753841664 94272 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10541/tid=10552] ppid=10539 vsize=1712736 CPUtime=0
/proc/10541/task/10552/stat : 10552 (java) S 10539 10541 10495 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 194971733 1753841664 94272 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10541/tid=10559] ppid=10539 vsize=1712736 CPUtime=0
/proc/10541/task/10559/stat : 10559 (java) S 10539 10541 10495 0 -1 64 0 0 0 0 0 0 0 0 16 0 13 0 194972195 1753841664 94272 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 42.98
Current children cumulated vsize (Kb) 1712736

[startup+50.0301 s]
/proc/loadavg: 0.96 0.98 0.96 2/80 10559
/proc/meminfo: memFree=1168320/2055892 swapFree=4084792/4096564
[pid=10541] ppid=10539 vsize=1712736 CPUtime=53.2
/proc/10541/stat : 10541 (java) R 10539 10541 10495 0 -1 0 112902 0 1 0 5265 55 0 0 25 0 13 0 194971723 1753841664 101326 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071571519 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/10541/statm: 428184 101326 1912 14 0 414930 0
[pid=10541/tid=10542] ppid=10539 vsize=1712736 CPUtime=1.87
/proc/10541/task/10542/stat : 10542 (java) S 10539 10541 10495 0 -1 64 37969 0 0 0 170 17 0 0 17 0 13 0 194971727 1753841664 101326 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10541/tid=10543] ppid=10539 vsize=1712736 CPUtime=1.87
/proc/10541/task/10543/stat : 10543 (java) S 10539 10541 10495 0 -1 64 35778 0 0 0 170 17 0 0 16 0 13 0 194971727 1753841664 101326 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10541/tid=10544] ppid=10539 vsize=1712736 CPUtime=0
/proc/10541/task/10544/stat : 10544 (java) S 10539 10541 10495 0 -1 64 25 0 0 0 0 0 0 0 16 0 13 0 194971729 1753841664 101326 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=10541/tid=10545] ppid=10539 vsize=1712736 CPUtime=0
/proc/10541/task/10545/stat : 10545 (java) S 10539 10541 10495 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 194971730 1753841664 101326 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10541/tid=10546] ppid=10539 vsize=1712736 CPUtime=0
/proc/10541/task/10546/stat : 10546 (java) S 10539 10541 10495 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 194971730 1753841664 101326 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10541/tid=10547] ppid=10539 vsize=1712736 CPUtime=0
/proc/10541/task/10547/stat : 10547 (java) S 10539 10541 10495 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 194971733 1753841664 101326 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10541/tid=10548] ppid=10539 vsize=1712736 CPUtime=0
/proc/10541/task/10548/stat : 10548 (java) S 10539 10541 10495 0 -1 64 3 0 0 0 0 0 0 0 17 0 13 0 194971733 1753841664 101326 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10541/tid=10549] ppid=10539 vsize=1712736 CPUtime=0.96
/proc/10541/task/10549/stat : 10549 (java) S 10539 10541 10495 0 -1 64 1142 0 0 0 96 0 0 0 17 0 13 0 194971733 1753841664 101326 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10541/tid=10550] ppid=10539 vsize=1712736 CPUtime=0.88
/proc/10541/task/10550/stat : 10550 (java) S 10539 10541 10495 0 -1 64 1393 0 0 0 88 0 0 0 17 0 13 0 194971733 1753841664 101326 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10541/tid=10551] ppid=10539 vsize=1712736 CPUtime=0
/proc/10541/task/10551/stat : 10551 (java) S 10539 10541 10495 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 194971733 1753841664 101326 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10541/tid=10552] ppid=10539 vsize=1712736 CPUtime=0
/proc/10541/task/10552/stat : 10552 (java) S 10539 10541 10495 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 194971733 1753841664 101326 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10541/tid=10559] ppid=10539 vsize=1712736 CPUtime=0
/proc/10541/task/10559/stat : 10559 (java) S 10539 10541 10495 0 -1 64 0 0 0 0 0 0 0 0 16 0 13 0 194972195 1753841664 101326 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 53.2
Current children cumulated vsize (Kb) 1712736

[startup+60.0373 s]
/proc/loadavg: 0.97 0.98 0.96 2/80 10559
/proc/meminfo: memFree=1147200/2055892 swapFree=4084792/4096564
[pid=10541] ppid=10539 vsize=1712736 CPUtime=63.37
/proc/10541/stat : 10541 (java) R 10539 10541 10495 0 -1 0 118780 0 1 0 6279 58 0 0 25 0 13 0 194971723 1753841664 106586 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071521017 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/10541/statm: 428184 106586 1912 14 0 414930 0
[pid=10541/tid=10542] ppid=10539 vsize=1712736 CPUtime=2.04
/proc/10541/task/10542/stat : 10542 (java) S 10539 10541 10495 0 -1 64 41208 0 0 0 186 18 0 0 17 0 13 0 194971727 1753841664 106586 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10541/tid=10543] ppid=10539 vsize=1712736 CPUtime=2.03
/proc/10541/task/10543/stat : 10543 (java) S 10539 10541 10495 0 -1 64 38413 0 0 0 185 18 0 0 16 0 13 0 194971727 1753841664 106586 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10541/tid=10544] ppid=10539 vsize=1712736 CPUtime=0
/proc/10541/task/10544/stat : 10544 (java) S 10539 10541 10495 0 -1 64 26 0 0 0 0 0 0 0 16 0 13 0 194971729 1753841664 106586 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=10541/tid=10545] ppid=10539 vsize=1712736 CPUtime=0
/proc/10541/task/10545/stat : 10545 (java) S 10539 10541 10495 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 194971730 1753841664 106586 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10541/tid=10546] ppid=10539 vsize=1712736 CPUtime=0
/proc/10541/task/10546/stat : 10546 (java) S 10539 10541 10495 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 194971730 1753841664 106586 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10541/tid=10547] ppid=10539 vsize=1712736 CPUtime=0
/proc/10541/task/10547/stat : 10547 (java) S 10539 10541 10495 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 194971733 1753841664 106586 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0

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

/proc/10541/task/10550/stat : 10550 (java) S 10539 10541 10495 0 -1 64 1396 0 0 0 93 0 0 0 16 0 13 0 194971733 1753841664 389644 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10541/tid=10551] ppid=10539 vsize=1712736 CPUtime=0
/proc/10541/task/10551/stat : 10551 (java) S 10539 10541 10495 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 194971733 1753841664 389644 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10541/tid=10552] ppid=10539 vsize=1712736 CPUtime=0
/proc/10541/task/10552/stat : 10552 (java) S 10539 10541 10495 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 194971733 1753841664 389644 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10541/tid=10561] ppid=10539 vsize=1712736 CPUtime=0
/proc/10541/task/10561/stat : 10561 (java) S 10539 10541 10495 0 -1 64 91 0 0 0 0 0 0 0 16 0 13 0 195036700 1753841664 389644 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1797.39
Current children cumulated vsize (Kb) 1712736

[startup+1783.34 s]
/proc/loadavg: 1.00 1.00 0.97 2/80 10561
/proc/meminfo: memFree=16688/2055892 swapFree=4084792/4096564
[pid=10541] ppid=10539 vsize=1712736 CPUtime=1798.4
/proc/10541/stat : 10541 (java) S 10539 10541 10495 0 -1 0 437925 0 1 0 179619 221 0 0 17 0 13 0 194971723 1753841664 389644 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/10541/statm: 428184 389644 1914 14 0 414930 0
[pid=10541/tid=10542] ppid=10539 vsize=1712736 CPUtime=14.41
/proc/10541/task/10542/stat : 10542 (java) S 10539 10541 10495 0 -1 64 201340 0 0 0 1342 99 0 0 17 0 13 0 194971727 1753841664 389644 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10541/tid=10543] ppid=10539 vsize=1712736 CPUtime=14.42
/proc/10541/task/10543/stat : 10543 (java) S 10539 10541 10495 0 -1 64 194224 0 0 0 1347 95 0 0 16 0 13 0 194971727 1753841664 389644 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10541/tid=10544] ppid=10539 vsize=1712736 CPUtime=712.49
/proc/10541/task/10544/stat : 10544 (java) R 10539 10541 10495 0 -1 64 2906 0 0 0 71245 4 0 0 20 0 13 0 194971729 1753841664 389644 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4152725094 0 0 0 23759 0 0 0 -1 0 0 0
[pid=10541/tid=10545] ppid=10539 vsize=1712736 CPUtime=0
/proc/10541/task/10545/stat : 10545 (java) S 10539 10541 10495 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 194971730 1753841664 389644 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10541/tid=10546] ppid=10539 vsize=1712736 CPUtime=0
/proc/10541/task/10546/stat : 10546 (java) S 10539 10541 10495 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 194971730 1753841664 389644 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10541/tid=10547] ppid=10539 vsize=1712736 CPUtime=0
/proc/10541/task/10547/stat : 10547 (java) S 10539 10541 10495 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 194971733 1753841664 389644 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10541/tid=10548] ppid=10539 vsize=1712736 CPUtime=0
/proc/10541/task/10548/stat : 10548 (java) S 10539 10541 10495 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 194971733 1753841664 389644 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10541/tid=10549] ppid=10539 vsize=1712736 CPUtime=0.98
/proc/10541/task/10549/stat : 10549 (java) S 10539 10541 10495 0 -1 64 1142 0 0 0 98 0 0 0 17 0 13 0 194971733 1753841664 389644 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10541/tid=10550] ppid=10539 vsize=1712736 CPUtime=0.93
/proc/10541/task/10550/stat : 10550 (java) S 10539 10541 10495 0 -1 64 1396 0 0 0 93 0 0 0 16 0 13 0 194971733 1753841664 389644 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10541/tid=10551] ppid=10539 vsize=1712736 CPUtime=0
/proc/10541/task/10551/stat : 10551 (java) S 10539 10541 10495 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 194971733 1753841664 389644 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10541/tid=10552] ppid=10539 vsize=1712736 CPUtime=0
/proc/10541/task/10552/stat : 10552 (java) S 10539 10541 10495 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 194971733 1753841664 389644 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10541/tid=10561] ppid=10539 vsize=1712736 CPUtime=0
/proc/10541/task/10561/stat : 10561 (java) S 10539 10541 10495 0 -1 64 91 0 0 0 0 0 0 0 16 0 13 0 195036700 1753841664 389644 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1798.4
Current children cumulated vsize (Kb) 1712736

[startup+1784.34 s]
/proc/loadavg: 1.00 1.00 0.97 2/80 10561
/proc/meminfo: memFree=16688/2055892 swapFree=4084792/4096564
[pid=10541] ppid=10539 vsize=1712736 CPUtime=1799.4
/proc/10541/stat : 10541 (java) S 10539 10541 10495 0 -1 0 437925 0 1 0 179719 221 0 0 17 0 13 0 194971723 1753841664 389644 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/10541/statm: 428184 389644 1914 14 0 414930 0
[pid=10541/tid=10542] ppid=10539 vsize=1712736 CPUtime=14.41
/proc/10541/task/10542/stat : 10542 (java) S 10539 10541 10495 0 -1 64 201340 0 0 0 1342 99 0 0 17 0 13 0 194971727 1753841664 389644 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10541/tid=10543] ppid=10539 vsize=1712736 CPUtime=14.42
/proc/10541/task/10543/stat : 10543 (java) S 10539 10541 10495 0 -1 64 194224 0 0 0 1347 95 0 0 16 0 13 0 194971727 1753841664 389644 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10541/tid=10544] ppid=10539 vsize=1712736 CPUtime=713.49
/proc/10541/task/10544/stat : 10544 (java) R 10539 10541 10495 0 -1 64 2906 0 0 0 71345 4 0 0 24 0 13 0 194971729 1753841664 389644 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4152712177 0 0 0 23759 0 0 0 -1 0 0 0
[pid=10541/tid=10545] ppid=10539 vsize=1712736 CPUtime=0
/proc/10541/task/10545/stat : 10545 (java) S 10539 10541 10495 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 194971730 1753841664 389644 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10541/tid=10546] ppid=10539 vsize=1712736 CPUtime=0
/proc/10541/task/10546/stat : 10546 (java) S 10539 10541 10495 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 194971730 1753841664 389644 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10541/tid=10547] ppid=10539 vsize=1712736 CPUtime=0
/proc/10541/task/10547/stat : 10547 (java) S 10539 10541 10495 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 194971733 1753841664 389644 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10541/tid=10548] ppid=10539 vsize=1712736 CPUtime=0
/proc/10541/task/10548/stat : 10548 (java) S 10539 10541 10495 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 194971733 1753841664 389644 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10541/tid=10549] ppid=10539 vsize=1712736 CPUtime=0.98
/proc/10541/task/10549/stat : 10549 (java) S 10539 10541 10495 0 -1 64 1142 0 0 0 98 0 0 0 17 0 13 0 194971733 1753841664 389644 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10541/tid=10550] ppid=10539 vsize=1712736 CPUtime=0.93
/proc/10541/task/10550/stat : 10550 (java) S 10539 10541 10495 0 -1 64 1396 0 0 0 93 0 0 0 16 0 13 0 194971733 1753841664 389644 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10541/tid=10551] ppid=10539 vsize=1712736 CPUtime=0
/proc/10541/task/10551/stat : 10551 (java) S 10539 10541 10495 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 194971733 1753841664 389644 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10541/tid=10552] ppid=10539 vsize=1712736 CPUtime=0
/proc/10541/task/10552/stat : 10552 (java) S 10539 10541 10495 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 194971733 1753841664 389644 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10541/tid=10561] ppid=10539 vsize=1712736 CPUtime=0
/proc/10541/task/10561/stat : 10561 (java) S 10539 10541 10495 0 -1 64 91 0 0 0 0 0 0 0 16 0 13 0 195036700 1753841664 389644 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1799.4
Current children cumulated vsize (Kb) 1712736

[startup+1785.35 s]
/proc/loadavg: 1.00 1.00 0.97 2/80 10561
/proc/meminfo: memFree=16688/2055892 swapFree=4084792/4096564
[pid=10541] ppid=10539 vsize=1712736 CPUtime=1800.41
/proc/10541/stat : 10541 (java) S 10539 10541 10495 0 -1 0 437926 0 1 0 179820 221 0 0 17 0 13 0 194971723 1753841664 389644 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/10541/statm: 428184 389644 1914 14 0 414930 0
[pid=10541/tid=10542] ppid=10539 vsize=1712736 CPUtime=14.41
/proc/10541/task/10542/stat : 10542 (java) S 10539 10541 10495 0 -1 64 201340 0 0 0 1342 99 0 0 17 0 13 0 194971727 1753841664 389644 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10541/tid=10543] ppid=10539 vsize=1712736 CPUtime=14.42
/proc/10541/task/10543/stat : 10543 (java) S 10539 10541 10495 0 -1 64 194224 0 0 0 1347 95 0 0 16 0 13 0 194971727 1753841664 389644 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10541/tid=10544] ppid=10539 vsize=1712736 CPUtime=714.5
/proc/10541/task/10544/stat : 10544 (java) R 10539 10541 10495 0 -1 64 2906 0 0 0 71446 4 0 0 25 0 13 0 194971729 1753841664 389644 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4152712196 0 0 0 23759 0 0 0 -1 0 0 0
[pid=10541/tid=10545] ppid=10539 vsize=1712736 CPUtime=0
/proc/10541/task/10545/stat : 10545 (java) S 10539 10541 10495 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 194971730 1753841664 389644 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10541/tid=10546] ppid=10539 vsize=1712736 CPUtime=0
/proc/10541/task/10546/stat : 10546 (java) S 10539 10541 10495 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 194971730 1753841664 389644 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10541/tid=10547] ppid=10539 vsize=1712736 CPUtime=0
/proc/10541/task/10547/stat : 10547 (java) S 10539 10541 10495 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 194971733 1753841664 389644 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10541/tid=10548] ppid=10539 vsize=1712736 CPUtime=0
/proc/10541/task/10548/stat : 10548 (java) S 10539 10541 10495 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 194971733 1753841664 389644 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10541/tid=10549] ppid=10539 vsize=1712736 CPUtime=0.98
/proc/10541/task/10549/stat : 10549 (java) S 10539 10541 10495 0 -1 64 1142 0 0 0 98 0 0 0 17 0 13 0 194971733 1753841664 389644 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10541/tid=10550] ppid=10539 vsize=1712736 CPUtime=0.93
/proc/10541/task/10550/stat : 10550 (java) S 10539 10541 10495 0 -1 64 1396 0 0 0 93 0 0 0 16 0 13 0 194971733 1753841664 389644 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10541/tid=10551] ppid=10539 vsize=1712736 CPUtime=0
/proc/10541/task/10551/stat : 10551 (java) S 10539 10541 10495 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 194971733 1753841664 389644 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10541/tid=10552] ppid=10539 vsize=1712736 CPUtime=0
/proc/10541/task/10552/stat : 10552 (java) S 10539 10541 10495 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 194971733 1753841664 389644 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10541/tid=10561] ppid=10539 vsize=1712736 CPUtime=0
/proc/10541/task/10561/stat : 10561 (java) S 10539 10541 10495 0 -1 64 92 0 0 0 0 0 0 0 16 0 13 0 195036700 1753841664 389644 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.41
Current children cumulated vsize (Kb) 1712736



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1785.35 s]
/proc/loadavg: 1.00 1.00 0.97 2/80 10561
/proc/meminfo: memFree=16688/2055892 swapFree=4084792/4096564
[pid=10541] ppid=10539 vsize=1712736 CPUtime=1800.41
/proc/10541/stat : 10541 (java) S 10539 10541 10495 0 -1 0 437926 0 1 0 179820 221 0 0 17 0 13 0 194971723 1753841664 389644 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/10541/statm: 428184 389644 1914 14 0 414930 0
[pid=10541/tid=10542] ppid=10539 vsize=1712736 CPUtime=14.41
/proc/10541/task/10542/stat : 10542 (java) S 10539 10541 10495 0 -1 64 201340 0 0 0 1342 99 0 0 17 0 13 0 194971727 1753841664 389644 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10541/tid=10543] ppid=10539 vsize=1712736 CPUtime=14.42
/proc/10541/task/10543/stat : 10543 (java) S 10539 10541 10495 0 -1 64 194224 0 0 0 1347 95 0 0 16 0 13 0 194971727 1753841664 389644 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10541/tid=10544] ppid=10539 vsize=1712736 CPUtime=714.5
/proc/10541/task/10544/stat : 10544 (java) R 10539 10541 10495 0 -1 64 2906 0 0 0 71446 4 0 0 25 0 13 0 194971729 1753841664 389644 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4152712190 0 0 0 23759 0 0 0 -1 0 0 0
[pid=10541/tid=10545] ppid=10539 vsize=1712736 CPUtime=0
/proc/10541/task/10545/stat : 10545 (java) S 10539 10541 10495 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 194971730 1753841664 389644 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10541/tid=10546] ppid=10539 vsize=1712736 CPUtime=0
/proc/10541/task/10546/stat : 10546 (java) S 10539 10541 10495 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 194971730 1753841664 389644 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10541/tid=10547] ppid=10539 vsize=1712736 CPUtime=0
/proc/10541/task/10547/stat : 10547 (java) S 10539 10541 10495 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 194971733 1753841664 389644 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10541/tid=10548] ppid=10539 vsize=1712736 CPUtime=0
/proc/10541/task/10548/stat : 10548 (java) S 10539 10541 10495 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 194971733 1753841664 389644 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10541/tid=10549] ppid=10539 vsize=1712736 CPUtime=0.98
/proc/10541/task/10549/stat : 10549 (java) S 10539 10541 10495 0 -1 64 1142 0 0 0 98 0 0 0 17 0 13 0 194971733 1753841664 389644 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10541/tid=10550] ppid=10539 vsize=1712736 CPUtime=0.93
/proc/10541/task/10550/stat : 10550 (java) S 10539 10541 10495 0 -1 64 1396 0 0 0 93 0 0 0 16 0 13 0 194971733 1753841664 389644 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10541/tid=10551] ppid=10539 vsize=1712736 CPUtime=0
/proc/10541/task/10551/stat : 10551 (java) S 10539 10541 10495 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 194971733 1753841664 389644 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10541/tid=10552] ppid=10539 vsize=1712736 CPUtime=0
/proc/10541/task/10552/stat : 10552 (java) S 10539 10541 10495 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 194971733 1753841664 389644 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10541/tid=10561] ppid=10539 vsize=1712736 CPUtime=0
/proc/10541/task/10561/stat : 10561 (java) S 10539 10541 10495 0 -1 64 92 0 0 0 0 0 0 0 16 0 13 0 195036700 1753841664 389644 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.41
Current children cumulated vsize (Kb) 1712736

Sending SIGTERM to -10541
Sleeping 2 seconds

[startup+1786.36 s]
/proc/loadavg: 1.00 1.00 0.97 2/81 10562
/proc/meminfo: memFree=16680/2055892 swapFree=4084792/4096564
[pid=10541] ppid=10539 vsize=1712736 CPUtime=1801.42
/proc/10541/stat : 10541 (java) S 10539 10541 10495 0 -1 0 437926 0 1 0 179921 221 0 0 16 0 13 0 194971723 1753841664 389644 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/10541/statm: 428184 389644 1914 14 0 414930 0
[pid=10541/tid=10542] ppid=10539 vsize=1712736 CPUtime=14.41
/proc/10541/task/10542/stat : 10542 (java) S 10539 10541 10495 0 -1 64 201340 0 0 0 1342 99 0 0 17 0 13 0 194971727 1753841664 389644 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10541/tid=10543] ppid=10539 vsize=1712736 CPUtime=14.42
/proc/10541/task/10543/stat : 10543 (java) S 10539 10541 10495 0 -1 64 194224 0 0 0 1347 95 0 0 16 0 13 0 194971727 1753841664 389644 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10541/tid=10544] ppid=10539 vsize=1712736 CPUtime=715.51
/proc/10541/task/10544/stat : 10544 (java) R 10539 10541 10495 0 -1 64 2906 0 0 0 71547 4 0 0 25 0 13 0 194971729 1753841664 389644 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4154934432 0 0 0 23759 0 0 0 -1 0 0 0
[pid=10541/tid=10545] ppid=10539 vsize=1712736 CPUtime=0
/proc/10541/task/10545/stat : 10545 (java) S 10539 10541 10495 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 194971730 1753841664 389644 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10541/tid=10546] ppid=10539 vsize=1712736 CPUtime=0
/proc/10541/task/10546/stat : 10546 (java) S 10539 10541 10495 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 194971730 1753841664 389644 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10541/tid=10547] ppid=10539 vsize=1712736 CPUtime=0
/proc/10541/task/10547/stat : 10547 (java) S 10539 10541 10495 0 -1 64 0 0 0 0 0 0 0 0 16 0 13 0 194971733 1753841664 389644 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10541/tid=10548] ppid=10539 vsize=1712736 CPUtime=0
/proc/10541/task/10548/stat : 10548 (java) S 10539 10541 10495 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 194971733 1753841664 389644 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10541/tid=10549] ppid=10539 vsize=1712736 CPUtime=0.98
/proc/10541/task/10549/stat : 10549 (java) S 10539 10541 10495 0 -1 64 1142 0 0 0 98 0 0 0 17 0 13 0 194971733 1753841664 389644 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10541/tid=10550] ppid=10539 vsize=1712736 CPUtime=0.93
/proc/10541/task/10550/stat : 10550 (java) S 10539 10541 10495 0 -1 64 1396 0 0 0 93 0 0 0 16 0 13 0 194971733 1753841664 389644 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10541/tid=10551] ppid=10539 vsize=1712736 CPUtime=0
/proc/10541/task/10551/stat : 10551 (java) S 10539 10541 10495 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 194971733 1753841664 389644 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10541/tid=10552] ppid=10539 vsize=1712736 CPUtime=0
/proc/10541/task/10552/stat : 10552 (java) S 10539 10541 10495 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 194971733 1753841664 389644 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10541/tid=10561] ppid=10539 vsize=1712736 CPUtime=0
/proc/10541/task/10561/stat : 10561 (java) S 10539 10541 10495 0 -1 64 92 0 0 0 0 0 0 0 16 0 13 0 195036700 1753841664 389644 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1801.42
Current children cumulated vsize (Kb) 1712736
Sending SIGKILL to -10541

[startup+1787.36 s]
!!! unable to read /proc/10541/task filesystem (No such file or directory) !!!/proc/loadavg: 1.00 1.00 0.97 2/69 10562
/proc/meminfo: memFree=60144/2055892 swapFree=4084792/4096564
[pid=10541] ppid=10539 vsize=0 CPUtime=1802.43
/proc/10541/stat : 10541 (java) Z 10539 10541 10495 0 -1 1036 437926 0 1 0 180021 222 0 0 16 0 2 0 194971723 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/10541/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1802.43
Current children cumulated vsize (Kb) 0

Child ended because it received signal 9 (SIGKILL)
Real time (s): 1787.59
CPU time (s): 1802.65
CPU user time (s): 1800.21
CPU system time (s): 2.44463
CPU usage (%): 100.843
Max. virtual memory (cumulated for all children) (Kb): 1713740
The end

Launcher Data (download as text)

Begin job on node86 on Sat Jun  3 00:08:45 UTC 2006


FILE ID= 44502-1149293325

PBS_JOBID= 307001

BENCH NAME= HOME/pub/bench/PB06//final/normalized-PB06/OPT-SMALLINT/web/www.nlsde.buaa.edu.cn/~kexu/benchmarks/frb40-19-opb/normalized-frb40-19-4.opb
COMMAND LINE= java -server -Xms1500M -Xmx1500M -jar ROOT/solvers/PB/PB06final/user5/sat4jPseudoPlus.jar ROOT/tmp/node86/44502-1149293325/instance-44502-1149293325.opb 729915926
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node86/watcher-44502-1149293325 -o ROOT/results/node86/solver-44502-1149293325 -C 1800 -M 1800 -S 64  java -server -Xms1500M -Xmx1500M -jar ROOT/solvers/PB/PB06final/user5/sat4jPseudoPlus.jar ROOT/tmp/node86/44502-1149293325/instance-44502-1149293325.opb 729915926

MD5SUM SOLVER= e9637a7554f3ecdf74c1815f89d00213
MD5SUM BENCH=  7262f9f4ab1a3ada75b3b140acf97f7d

RANDOM SEED= 729915926


/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.214
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.19
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.214
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:      2055892 kB
MemFree:       1566824 kB
Buffers:         30528 kB
Cached:         390012 kB
SwapCached:       3032 kB
Active:          26972 kB
Inactive:       402292 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055892 kB
LowFree:       1566824 kB
SwapTotal:     4096564 kB
SwapFree:      4084792 kB
Dirty:             180 kB
Writeback:           0 kB
Mapped:          15148 kB
Slab:            46428 kB
Committed_AS:   300156 kB
PageTables:       1300 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264388 kB
VmallocChunk: 536606243 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB


End job on node86 on Sat Jun  3 00:38:33 UTC 2006