Trace number 43078

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) 1222.88 1208.97

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/web/www.nlsde.buaa.edu.cn/
~kexu/benchmarks/frb45-21-opb/normalized-frb45-21-3.opb
MD5SUM49f1950e042362832bbb830f499dd3e3
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-44
Best CPU time to get the best result obtained on this benchmark1800.65
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -44
Optimality of the best value was proved NO
Number of variables945
Total number of constraints58245
Number of constraints which are clauses58245
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 945
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 945
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 945
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.23	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.23	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.23	c no version file found!!!
0.23	c sun.arch.data.model	32
0.23	c java.version	1.5.0_06
0.23	c os.name	Linux
0.23	c os.version	2.6.9-22.EL.rootsmp
0.23	c os.arch	i386
0.23	c Free memory 1548419056
0.23	c Max memory 1551040512
0.23	c Total memory 1551040512
0.23	c Number of processors 2
0.28	c Cutting planes based inference
0.28	c --- Begin Solver configuration ---
0.28	c org.sat4j.minisat.uip.FirstUIP@1df073d
0.28	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@1546e25
0.28	c org.sat4j.minisat.learning.MiniSATLearning@b66cc
0.28	c conflictBoundIncFactor=1.5 learntBoundIncFactor=1.1 initLearntBoundConstraintFactor=10000.0 initConflictBound=100 
0.28	c VSIDS like heuristics from MiniSAT using a heap
0.28	c No reason simplification
0.28	c --- End Solver configuration ---
0.28	c solving ROOT/tmp/node20/43078-1149295202/instance-43078-1149295202.opb
0.28	c reading problem ... 
2.83	c ... done. Time 2.547 ms.
2.83	c #vars     945
2.83	c #constraints  58245
2.87	c SATISFIABLE
2.87	c OPTIMIZING...
2.87	c Got one! Ellapsed CPU time (in seconds):2.591
2.89	o -29
3.24	c Got one! Ellapsed CPU time (in seconds):2.952
3.24	o -30
3.52	c Got one! Ellapsed CPU time (in seconds):3.234
3.52	o -31
4.21	c Got one! Ellapsed CPU time (in seconds):3.926
4.21	o -32
5.01	c Got one! Ellapsed CPU time (in seconds):4.731
5.02	o -33
11.02	c Got one! Ellapsed CPU time (in seconds):10.736
11.02	o -35
445.77	c Got one! Ellapsed CPU time (in seconds):445.482
445.77	o -36
1194.82	Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
1198.91	c starts		: 34
1208.70	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
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/node20/watcher-43078-1149295202 -o ROOT/results/node20/solver-43078-1149295202 -C 1800 -M 1800 -S 64 java -server -Xms1500M -Xmx1500M -jar ROOT/solvers/PB/PB06final/user5/sat4jPseudoHeuristics.jar ROOT/tmp/node20/43078-1149295202/instance-43078-1149295202.opb 853704145 

Current StackSize limit: 67108864 bytes

/proc/loadavg: 0.99 0.97 0.91 3/64 28230
/proc/meminfo: memFree=1569440/2055920 swapFree=4181488/4192956
[pid=28230] ppid=28228 vsize=1784 CPUtime=0
/proc/28230/stat : 28230 (java) R 28228 28230 28184 0 -1 0 154 0 0 0 0 0 0 0 18 0 1 0 195183297 1826816 125 18446744073709551615 134512640 134570276 4294956608 18446744073709551615 134533409 0 0 4096 0 0 0 0 17 1 0 0
/proc/28230/statm: 446 136 101 14 0 91 0

[startup+10.0027 s]
/proc/loadavg: 1.07 0.99 0.91 2/76 28247
/proc/meminfo: memFree=1371288/2055920 swapFree=4181488/4192956
[pid=28230] ppid=28228 vsize=1712716 CPUtime=11.52
/proc/28230/stat : 28230 (java) R 28228 28230 28184 0 -1 0 54815 0 1 0 1125 27 0 0 25 0 13 0 195183297 1753821184 51300 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071376883 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28230/statm: 428179 51300 1911 14 0 414926 0
[pid=28230/tid=28231] ppid=28228 vsize=1712716 CPUtime=0.39
/proc/28230/task/28231/stat : 28231 (java) S 28228 28230 28184 0 -1 64 7972 0 0 0 36 3 0 0 17 0 13 0 195183308 1753821184 51300 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28230/tid=28232] ppid=28228 vsize=1712716 CPUtime=0.39
/proc/28230/task/28232/stat : 28232 (java) S 28228 28230 28184 0 -1 64 7396 0 0 0 35 4 0 0 17 0 13 0 195183308 1753821184 51300 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28230/tid=28233] ppid=28228 vsize=1712716 CPUtime=0
/proc/28230/task/28233/stat : 28233 (java) S 28228 28230 28184 0 -1 64 25 0 0 0 0 0 0 0 16 0 13 0 195183311 1753821184 51300 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=28230/tid=28234] ppid=28228 vsize=1712716 CPUtime=0
/proc/28230/task/28234/stat : 28234 (java) S 28228 28230 28184 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 195183311 1753821184 51300 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28230/tid=28235] ppid=28228 vsize=1712716 CPUtime=0
/proc/28230/task/28235/stat : 28235 (java) S 28228 28230 28184 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 195183311 1753821184 51300 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28230/tid=28236] ppid=28228 vsize=1712716 CPUtime=0
/proc/28230/task/28236/stat : 28236 (java) S 28228 28230 28184 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 195183314 1753821184 51300 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28230/tid=28237] ppid=28228 vsize=1712716 CPUtime=0
/proc/28230/task/28237/stat : 28237 (java) S 28228 28230 28184 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 195183314 1753821184 51300 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28230/tid=28238] ppid=28228 vsize=1712716 CPUtime=0.77
/proc/28230/task/28238/stat : 28238 (java) S 28228 28230 28184 0 -1 64 1449 0 0 0 77 0 0 0 15 0 13 0 195183314 1753821184 51300 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28230/tid=28239] ppid=28228 vsize=1712716 CPUtime=0.95
/proc/28230/task/28239/stat : 28239 (java) S 28228 28230 28184 0 -1 64 1406 0 0 0 94 1 0 0 16 0 13 0 195183314 1753821184 51300 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28230/tid=28240] ppid=28228 vsize=1712716 CPUtime=0
/proc/28230/task/28240/stat : 28240 (java) S 28228 28230 28184 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 195183314 1753821184 51300 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28230/tid=28241] ppid=28228 vsize=1712716 CPUtime=0
/proc/28230/task/28241/stat : 28241 (java) S 28228 28230 28184 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 195183315 1753821184 51300 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28230/tid=28247] ppid=28228 vsize=1712716 CPUtime=0
/proc/28230/task/28247/stat : 28247 (java) S 28228 28230 28184 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 195183800 1753821184 51300 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 11.52
Current children cumulated vsize (Kb) 1712716

[startup+20.0099 s]
/proc/loadavg: 1.06 0.99 0.91 2/76 28248
/proc/meminfo: memFree=1285712/2055920 swapFree=4181488/4192956
[pid=28230] ppid=28228 vsize=1712352 CPUtime=22.24
/proc/28230/stat : 28230 (java) R 28228 28230 28184 0 -1 0 81427 0 1 0 2184 40 0 0 25 0 13 0 195183297 1753448448 72669 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071696674 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28230/statm: 428088 72669 1911 14 0 414835 0
[pid=28230/tid=28231] ppid=28228 vsize=1712352 CPUtime=1.06
/proc/28230/task/28231/stat : 28231 (java) S 28228 28230 28184 0 -1 64 22133 0 0 0 96 10 0 0 16 0 13 0 195183308 1753448448 72669 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28230/tid=28232] ppid=28228 vsize=1712352 CPUtime=1.06
/proc/28230/task/28232/stat : 28232 (java) S 28228 28230 28184 0 -1 64 19832 0 0 0 97 9 0 0 16 0 13 0 195183308 1753448448 72669 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28230/tid=28233] ppid=28228 vsize=1712352 CPUtime=0
/proc/28230/task/28233/stat : 28233 (java) S 28228 28230 28184 0 -1 64 27 0 0 0 0 0 0 0 16 0 13 0 195183311 1753448448 72669 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=28230/tid=28234] ppid=28228 vsize=1712352 CPUtime=0
/proc/28230/task/28234/stat : 28234 (java) S 28228 28230 28184 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 195183311 1753448448 72669 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28230/tid=28235] ppid=28228 vsize=1712352 CPUtime=0
/proc/28230/task/28235/stat : 28235 (java) S 28228 28230 28184 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 195183311 1753448448 72669 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28230/tid=28236] ppid=28228 vsize=1712352 CPUtime=0
/proc/28230/task/28236/stat : 28236 (java) S 28228 28230 28184 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 195183314 1753448448 72669 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28230/tid=28237] ppid=28228 vsize=1712352 CPUtime=0
/proc/28230/task/28237/stat : 28237 (java) S 28228 28230 28184 0 -1 64 2 0 0 0 0 0 0 0 17 0 13 0 195183314 1753448448 72669 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28230/tid=28238] ppid=28228 vsize=1712352 CPUtime=0.8
/proc/28230/task/28238/stat : 28238 (java) S 28228 28230 28184 0 -1 64 1451 0 0 0 80 0 0 0 17 0 13 0 195183314 1753448448 72669 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28230/tid=28239] ppid=28228 vsize=1712352 CPUtime=0.97
/proc/28230/task/28239/stat : 28239 (java) S 28228 28230 28184 0 -1 64 1408 0 0 0 96 1 0 0 17 0 13 0 195183314 1753448448 72669 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28230/tid=28240] ppid=28228 vsize=1712352 CPUtime=0
/proc/28230/task/28240/stat : 28240 (java) S 28228 28230 28184 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 195183314 1753448448 72669 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28230/tid=28241] ppid=28228 vsize=1712352 CPUtime=0
/proc/28230/task/28241/stat : 28241 (java) S 28228 28230 28184 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 195183315 1753448448 72669 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28230/tid=28248] ppid=28228 vsize=1712352 CPUtime=0
/proc/28230/task/28248/stat : 28248 (java) S 28228 28230 28184 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 195184400 1753448448 72669 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 22.24
Current children cumulated vsize (Kb) 1712352

[startup+30.0171 s]
/proc/loadavg: 1.05 0.99 0.91 2/76 28248
/proc/meminfo: memFree=1236688/2055920 swapFree=4181488/4192956
[pid=28230] ppid=28228 vsize=1712352 CPUtime=32.61
/proc/28230/stat : 28230 (java) R 28228 28230 28184 0 -1 0 95636 0 1 0 3213 48 0 0 25 0 13 0 195183297 1753448448 84913 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071579887 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28230/statm: 428088 84913 1911 14 0 414835 0
[pid=28230/tid=28231] ppid=28228 vsize=1712352 CPUtime=1.42
/proc/28230/task/28231/stat : 28231 (java) S 28228 28230 28184 0 -1 64 29752 0 0 0 128 14 0 0 16 0 13 0 195183308 1753448448 84913 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28230/tid=28232] ppid=28228 vsize=1712352 CPUtime=1.42
/proc/28230/task/28232/stat : 28232 (java) S 28228 28230 28184 0 -1 64 26415 0 0 0 129 13 0 0 17 0 13 0 195183308 1753448448 84913 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28230/tid=28233] ppid=28228 vsize=1712352 CPUtime=0
/proc/28230/task/28233/stat : 28233 (java) S 28228 28230 28184 0 -1 64 28 0 0 0 0 0 0 0 16 0 13 0 195183311 1753448448 84913 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=28230/tid=28234] ppid=28228 vsize=1712352 CPUtime=0
/proc/28230/task/28234/stat : 28234 (java) S 28228 28230 28184 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 195183311 1753448448 84913 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28230/tid=28235] ppid=28228 vsize=1712352 CPUtime=0
/proc/28230/task/28235/stat : 28235 (java) S 28228 28230 28184 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 195183311 1753448448 84913 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28230/tid=28236] ppid=28228 vsize=1712352 CPUtime=0
/proc/28230/task/28236/stat : 28236 (java) S 28228 28230 28184 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 195183314 1753448448 84913 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28230/tid=28237] ppid=28228 vsize=1712352 CPUtime=0
/proc/28230/task/28237/stat : 28237 (java) S 28228 28230 28184 0 -1 64 2 0 0 0 0 0 0 0 17 0 13 0 195183314 1753448448 84913 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28230/tid=28238] ppid=28228 vsize=1712352 CPUtime=0.8
/proc/28230/task/28238/stat : 28238 (java) S 28228 28230 28184 0 -1 64 1451 0 0 0 80 0 0 0 16 0 13 0 195183314 1753448448 84913 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28230/tid=28239] ppid=28228 vsize=1712352 CPUtime=0.97
/proc/28230/task/28239/stat : 28239 (java) S 28228 28230 28184 0 -1 64 1408 0 0 0 96 1 0 0 17 0 13 0 195183314 1753448448 84913 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28230/tid=28240] ppid=28228 vsize=1712352 CPUtime=0
/proc/28230/task/28240/stat : 28240 (java) S 28228 28230 28184 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 195183314 1753448448 84913 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28230/tid=28241] ppid=28228 vsize=1712352 CPUtime=0
/proc/28230/task/28241/stat : 28241 (java) S 28228 28230 28184 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 195183315 1753448448 84913 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28230/tid=28248] ppid=28228 vsize=1712352 CPUtime=0
/proc/28230/task/28248/stat : 28248 (java) S 28228 28230 28184 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 195184400 1753448448 84913 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 32.61
Current children cumulated vsize (Kb) 1712352

[startup+40.0243 s]
/proc/loadavg: 1.04 0.99 0.91 2/76 28248
/proc/meminfo: memFree=1203728/2055920 swapFree=4181488/4192956
[pid=28230] ppid=28228 vsize=1712352 CPUtime=42.85
/proc/28230/stat : 28230 (java) R 28228 28230 28184 0 -1 0 105022 0 1 0 4232 53 0 0 25 0 13 0 195183297 1753448448 93136 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071490232 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28230/statm: 428088 93136 1911 14 0 414835 0
[pid=28230/tid=28231] ppid=28228 vsize=1712352 CPUtime=1.66
/proc/28230/task/28231/stat : 28231 (java) S 28228 28230 28184 0 -1 64 35187 0 0 0 149 17 0 0 16 0 13 0 195183308 1753448448 93136 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28230/tid=28232] ppid=28228 vsize=1712352 CPUtime=1.66
/proc/28230/task/28232/stat : 28232 (java) S 28228 28230 28184 0 -1 64 30360 0 0 0 151 15 0 0 17 0 13 0 195183308 1753448448 93136 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28230/tid=28233] ppid=28228 vsize=1712352 CPUtime=0
/proc/28230/task/28233/stat : 28233 (java) S 28228 28230 28184 0 -1 64 29 0 0 0 0 0 0 0 16 0 13 0 195183311 1753448448 93136 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=28230/tid=28234] ppid=28228 vsize=1712352 CPUtime=0
/proc/28230/task/28234/stat : 28234 (java) S 28228 28230 28184 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 195183311 1753448448 93136 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28230/tid=28235] ppid=28228 vsize=1712352 CPUtime=0
/proc/28230/task/28235/stat : 28235 (java) S 28228 28230 28184 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 195183311 1753448448 93136 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28230/tid=28236] ppid=28228 vsize=1712352 CPUtime=0
/proc/28230/task/28236/stat : 28236 (java) S 28228 28230 28184 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 195183314 1753448448 93136 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28230/tid=28237] ppid=28228 vsize=1712352 CPUtime=0
/proc/28230/task/28237/stat : 28237 (java) S 28228 28230 28184 0 -1 64 2 0 0 0 0 0 0 0 17 0 13 0 195183314 1753448448 93136 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28230/tid=28238] ppid=28228 vsize=1712352 CPUtime=0.8
/proc/28230/task/28238/stat : 28238 (java) S 28228 28230 28184 0 -1 64 1451 0 0 0 80 0 0 0 16 0 13 0 195183314 1753448448 93136 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28230/tid=28239] ppid=28228 vsize=1712352 CPUtime=0.97
/proc/28230/task/28239/stat : 28239 (java) S 28228 28230 28184 0 -1 64 1408 0 0 0 96 1 0 0 17 0 13 0 195183314 1753448448 93136 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28230/tid=28240] ppid=28228 vsize=1712352 CPUtime=0
/proc/28230/task/28240/stat : 28240 (java) S 28228 28230 28184 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 195183314 1753448448 93136 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28230/tid=28241] ppid=28228 vsize=1712352 CPUtime=0
/proc/28230/task/28241/stat : 28241 (java) S 28228 28230 28184 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 195183315 1753448448 93136 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28230/tid=28248] ppid=28228 vsize=1712352 CPUtime=0
/proc/28230/task/28248/stat : 28248 (java) S 28228 28230 28184 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 195184400 1753448448 93136 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 42.85
Current children cumulated vsize (Kb) 1712352

[startup+50.0315 s]
/proc/loadavg: 1.04 0.99 0.91 2/76 28248
/proc/meminfo: memFree=1157648/2055920 swapFree=4181488/4192956
[pid=28230] ppid=28228 vsize=1712352 CPUtime=53.16
/proc/28230/stat : 28230 (java) R 28228 28230 28184 0 -1 0 118273 0 1 0 5257 59 0 0 23 0 13 0 195183297 1753448448 104640 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071527400 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28230/statm: 428088 104640 1911 14 0 414835 0
[pid=28230/tid=28231] ppid=28228 vsize=1712352 CPUtime=1.97
/proc/28230/task/28231/stat : 28231 (java) S 28228 28230 28184 0 -1 64 41839 0 0 0 177 20 0 0 16 0 13 0 195183308 1753448448 104640 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28230/tid=28232] ppid=28228 vsize=1712352 CPUtime=1.97
/proc/28230/task/28232/stat : 28232 (java) S 28228 28230 28184 0 -1 64 36953 0 0 0 179 18 0 0 16 0 13 0 195183308 1753448448 104640 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28230/tid=28233] ppid=28228 vsize=1712352 CPUtime=0.01
/proc/28230/task/28233/stat : 28233 (java) S 28228 28230 28184 0 -1 64 31 0 0 0 1 0 0 0 15 0 13 0 195183311 1753448448 104640 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=28230/tid=28234] ppid=28228 vsize=1712352 CPUtime=0
/proc/28230/task/28234/stat : 28234 (java) S 28228 28230 28184 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 195183311 1753448448 104640 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28230/tid=28235] ppid=28228 vsize=1712352 CPUtime=0
/proc/28230/task/28235/stat : 28235 (java) S 28228 28230 28184 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 195183311 1753448448 104640 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28230/tid=28236] ppid=28228 vsize=1712352 CPUtime=0
/proc/28230/task/28236/stat : 28236 (java) S 28228 28230 28184 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 195183314 1753448448 104640 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28230/tid=28237] ppid=28228 vsize=1712352 CPUtime=0
/proc/28230/task/28237/stat : 28237 (java) S 28228 28230 28184 0 -1 64 2 0 0 0 0 0 0 0 17 0 13 0 195183314 1753448448 104640 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28230/tid=28238] ppid=28228 vsize=1712352 CPUtime=0.8
/proc/28230/task/28238/stat : 28238 (java) S 28228 28230 28184 0 -1 64 1451 0 0 0 80 0 0 0 16 0 13 0 195183314 1753448448 104640 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28230/tid=28239] ppid=28228 vsize=1712352 CPUtime=0.97
/proc/28230/task/28239/stat : 28239 (java) S 28228 28230 28184 0 -1 64 1408 0 0 0 96 1 0 0 17 0 13 0 195183314 1753448448 104640 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28230/tid=28240] ppid=28228 vsize=1712352 CPUtime=0
/proc/28230/task/28240/stat : 28240 (java) S 28228 28230 28184 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 195183314 1753448448 104640 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28230/tid=28241] ppid=28228 vsize=1712352 CPUtime=0
/proc/28230/task/28241/stat : 28241 (java) S 28228 28230 28184 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 195183315 1753448448 104640 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28230/tid=28248] ppid=28228 vsize=1712352 CPUtime=0
/proc/28230/task/28248/stat : 28248 (java) S 28228 28230 28184 0 -1 64 0 0 0 0 0 0 0 0 16 0 13 0 195184400 1753448448 104640 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 53.16
Current children cumulated vsize (Kb) 1712352

[startup+60.0387 s]
/proc/loadavg: 1.03 0.99 0.91 2/76 28248
/proc/meminfo: memFree=1127056/2055920 swapFree=4181488/4192956
[pid=28230] ppid=28228 vsize=1712352 CPUtime=63.47
/proc/28230/stat : 28230 (java) R 28228 28230 28184 0 -1 0 126858 0 1 0 6283 64 0 0 25 0 13 0 195183297 1753448448 112280 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071404196 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28230/statm: 428088 112280 1911 14 0 414835 0
[pid=28230/tid=28231] ppid=28228 vsize=1712352 CPUtime=2.22
/proc/28230/task/28231/stat : 28231 (java) S 28228 28230 28184 0 -1 64 47005 0 0 0 200 22 0 0 16 0 13 0 195183308 1753448448 112280 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28230/tid=28232] ppid=28228 vsize=1712352 CPUtime=2.22
/proc/28230/task/28232/stat : 28232 (java) S 28228 28230 28184 0 -1 64 40363 0 0 0 202 20 0 0 16 0 13 0 195183308 1753448448 112280 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28230/tid=28233] ppid=28228 vsize=1712352 CPUtime=0.01
/proc/28230/task/28233/stat : 28233 (java) S 28228 28230 28184 0 -1 64 31 0 0 0 1 0 0 0 16 0 13 0 195183311 1753448448 112280 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=28230/tid=28234] ppid=28228 vsize=1712352 CPUtime=0
/proc/28230/task/28234/stat : 28234 (java) S 28228 28230 28184 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 195183311 1753448448 112280 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28230/tid=28235] ppid=28228 vsize=1712352 CPUtime=0
/proc/28230/task/28235/stat : 28235 (java) S 28228 28230 28184 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 195183311 1753448448 112280 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28230/tid=28236] ppid=28228 vsize=1712352 CPUtime=0
/proc/28230/task/28236/stat : 28236 (java) S 28228 28230 28184 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 195183314 1753448448 112280 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0

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

/proc/28230/task/28231/stat : 28231 (java) S 28228 28230 28184 0 -1 64 203930 0 0 0 1214 97 0 0 16 0 13 0 195183308 1753448448 389196 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28230/tid=28232] ppid=28228 vsize=1712352 CPUtime=13.1
/proc/28230/task/28232/stat : 28232 (java) S 28228 28230 28184 0 -1 64 198509 0 0 0 1214 96 0 0 16 0 13 0 195183308 1753448448 389196 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28230/tid=28233] ppid=28228 vsize=1712352 CPUtime=323.39
/proc/28230/task/28233/stat : 28233 (java) R 28228 28230 28184 0 -1 64 1788 0 0 0 32336 3 0 0 16 0 13 0 195183311 1753448448 389196 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4154472607 0 0 0 23759 0 0 0 -1 0 0 0
[pid=28230/tid=28234] ppid=28228 vsize=1712352 CPUtime=0
/proc/28230/task/28234/stat : 28234 (java) S 28228 28230 28184 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 195183311 1753448448 389196 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28230/tid=28235] ppid=28228 vsize=1712352 CPUtime=0
/proc/28230/task/28235/stat : 28235 (java) S 28228 28230 28184 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 195183311 1753448448 389196 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28230/tid=28236] ppid=28228 vsize=1712352 CPUtime=0
/proc/28230/task/28236/stat : 28236 (java) S 28228 28230 28184 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 195183314 1753448448 389196 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28230/tid=28237] ppid=28228 vsize=1712352 CPUtime=0
/proc/28230/task/28237/stat : 28237 (java) S 28228 28230 28184 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 195183314 1753448448 389196 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28230/tid=28238] ppid=28228 vsize=1712352 CPUtime=0.91
/proc/28230/task/28238/stat : 28238 (java) S 28228 28230 28184 0 -1 64 1459 0 0 0 91 0 0 0 16 0 13 0 195183314 1753448448 389196 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28230/tid=28239] ppid=28228 vsize=1712352 CPUtime=1
/proc/28230/task/28239/stat : 28239 (java) S 28228 28230 28184 0 -1 64 1408 0 0 0 99 1 0 0 17 0 13 0 195183314 1753448448 389196 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28230/tid=28240] ppid=28228 vsize=1712352 CPUtime=0
/proc/28230/task/28240/stat : 28240 (java) S 28228 28230 28184 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 195183314 1753448448 389196 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28230/tid=28241] ppid=28228 vsize=1712352 CPUtime=0
/proc/28230/task/28241/stat : 28241 (java) S 28228 28230 28184 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 195183315 1753448448 389196 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28230/tid=28249] ppid=28228 vsize=1712352 CPUtime=0
/proc/28230/task/28249/stat : 28249 (java) S 28228 28230 28184 0 -1 64 46 0 0 0 0 0 0 0 16 0 13 0 195227875 1753448448 389196 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1164.8
Current children cumulated vsize (Kb) 1712352

[startup+1160.85 s]
/proc/loadavg: 1.00 1.00 0.93 2/76 28249
/proc/meminfo: memFree=16584/2055920 swapFree=4181488/4192956
[pid=28230] ppid=28228 vsize=1712352 CPUtime=1174.81
/proc/28230/stat : 28230 (java) R 28228 28230 28184 0 -1 0 443910 0 1 0 117263 218 0 0 17 0 13 0 195183297 1753448448 389196 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071524450 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/28230/statm: 428088 389196 1913 14 0 414835 0
[pid=28230/tid=28231] ppid=28228 vsize=1712352 CPUtime=13.11
/proc/28230/task/28231/stat : 28231 (java) S 28228 28230 28184 0 -1 64 203930 0 0 0 1214 97 0 0 16 0 13 0 195183308 1753448448 389196 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28230/tid=28232] ppid=28228 vsize=1712352 CPUtime=13.1
/proc/28230/task/28232/stat : 28232 (java) S 28228 28230 28184 0 -1 64 198509 0 0 0 1214 96 0 0 16 0 13 0 195183308 1753448448 389196 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28230/tid=28233] ppid=28228 vsize=1712352 CPUtime=332.93
/proc/28230/task/28233/stat : 28233 (java) S 28228 28230 28184 0 -1 64 1788 0 0 0 33290 3 0 0 22 0 13 0 195183311 1753448448 389196 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=28230/tid=28234] ppid=28228 vsize=1712352 CPUtime=0
/proc/28230/task/28234/stat : 28234 (java) S 28228 28230 28184 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 195183311 1753448448 389196 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28230/tid=28235] ppid=28228 vsize=1712352 CPUtime=0
/proc/28230/task/28235/stat : 28235 (java) S 28228 28230 28184 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 195183311 1753448448 389196 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28230/tid=28236] ppid=28228 vsize=1712352 CPUtime=0
/proc/28230/task/28236/stat : 28236 (java) S 28228 28230 28184 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 195183314 1753448448 389196 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28230/tid=28237] ppid=28228 vsize=1712352 CPUtime=0
/proc/28230/task/28237/stat : 28237 (java) S 28228 28230 28184 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 195183314 1753448448 389196 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28230/tid=28238] ppid=28228 vsize=1712352 CPUtime=0.91
/proc/28230/task/28238/stat : 28238 (java) S 28228 28230 28184 0 -1 64 1459 0 0 0 91 0 0 0 16 0 13 0 195183314 1753448448 389196 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28230/tid=28239] ppid=28228 vsize=1712352 CPUtime=1
/proc/28230/task/28239/stat : 28239 (java) S 28228 28230 28184 0 -1 64 1408 0 0 0 99 1 0 0 17 0 13 0 195183314 1753448448 389196 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28230/tid=28240] ppid=28228 vsize=1712352 CPUtime=0
/proc/28230/task/28240/stat : 28240 (java) S 28228 28230 28184 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 195183314 1753448448 389196 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28230/tid=28241] ppid=28228 vsize=1712352 CPUtime=0
/proc/28230/task/28241/stat : 28241 (java) S 28228 28230 28184 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 195183315 1753448448 389196 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28230/tid=28249] ppid=28228 vsize=1712352 CPUtime=0
/proc/28230/task/28249/stat : 28249 (java) S 28228 28230 28184 0 -1 64 47 0 0 0 0 0 0 0 16 0 13 0 195227875 1753448448 389196 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1174.81
Current children cumulated vsize (Kb) 1712352

[startup+1170.86 s]
/proc/loadavg: 1.00 1.00 0.93 2/76 28249
/proc/meminfo: memFree=16520/2055920 swapFree=4181488/4192956
[pid=28230] ppid=28228 vsize=1712352 CPUtime=1184.81
/proc/28230/stat : 28230 (java) S 28228 28230 28184 0 -1 0 443913 0 1 0 118263 218 0 0 17 0 13 0 195183297 1753448448 389196 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28230/statm: 428088 389196 1913 14 0 414835 0
[pid=28230/tid=28231] ppid=28228 vsize=1712352 CPUtime=13.11
/proc/28230/task/28231/stat : 28231 (java) S 28228 28230 28184 0 -1 64 203930 0 0 0 1214 97 0 0 16 0 13 0 195183308 1753448448 389196 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28230/tid=28232] ppid=28228 vsize=1712352 CPUtime=13.1
/proc/28230/task/28232/stat : 28232 (java) S 28228 28230 28184 0 -1 64 198509 0 0 0 1214 96 0 0 16 0 13 0 195183308 1753448448 389196 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28230/tid=28233] ppid=28228 vsize=1712352 CPUtime=342.72
/proc/28230/task/28233/stat : 28233 (java) R 28228 28230 28184 0 -1 64 1788 0 0 0 34269 3 0 0 18 0 13 0 195183311 1753448448 389196 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4152716324 0 0 0 23759 0 0 0 -1 0 0 0
[pid=28230/tid=28234] ppid=28228 vsize=1712352 CPUtime=0
/proc/28230/task/28234/stat : 28234 (java) S 28228 28230 28184 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 195183311 1753448448 389196 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28230/tid=28235] ppid=28228 vsize=1712352 CPUtime=0
/proc/28230/task/28235/stat : 28235 (java) S 28228 28230 28184 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 195183311 1753448448 389196 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28230/tid=28236] ppid=28228 vsize=1712352 CPUtime=0
/proc/28230/task/28236/stat : 28236 (java) S 28228 28230 28184 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 195183314 1753448448 389196 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28230/tid=28237] ppid=28228 vsize=1712352 CPUtime=0
/proc/28230/task/28237/stat : 28237 (java) S 28228 28230 28184 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 195183314 1753448448 389196 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28230/tid=28238] ppid=28228 vsize=1712352 CPUtime=0.91
/proc/28230/task/28238/stat : 28238 (java) S 28228 28230 28184 0 -1 64 1459 0 0 0 91 0 0 0 16 0 13 0 195183314 1753448448 389196 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28230/tid=28239] ppid=28228 vsize=1712352 CPUtime=1
/proc/28230/task/28239/stat : 28239 (java) S 28228 28230 28184 0 -1 64 1408 0 0 0 99 1 0 0 17 0 13 0 195183314 1753448448 389196 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28230/tid=28240] ppid=28228 vsize=1712352 CPUtime=0
/proc/28230/task/28240/stat : 28240 (java) S 28228 28230 28184 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 195183314 1753448448 389196 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28230/tid=28241] ppid=28228 vsize=1712352 CPUtime=0
/proc/28230/task/28241/stat : 28241 (java) S 28228 28230 28184 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 195183315 1753448448 389196 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28230/tid=28249] ppid=28228 vsize=1712352 CPUtime=0
/proc/28230/task/28249/stat : 28249 (java) S 28228 28230 28184 0 -1 64 48 0 0 0 0 0 0 0 16 0 13 0 195227875 1753448448 389196 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1184.81
Current children cumulated vsize (Kb) 1712352

[startup+1180.87 s]
/proc/loadavg: 1.00 1.00 0.93 2/76 28249
/proc/meminfo: memFree=16520/2055920 swapFree=4181488/4192956
[pid=28230] ppid=28228 vsize=1712352 CPUtime=1194.82
/proc/28230/stat : 28230 (java) S 28228 28230 28184 0 -1 0 443915 0 1 0 119264 218 0 0 17 0 13 0 195183297 1753448448 389196 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28230/statm: 428088 389196 1913 14 0 414835 0
[pid=28230/tid=28231] ppid=28228 vsize=1712352 CPUtime=13.11
/proc/28230/task/28231/stat : 28231 (java) S 28228 28230 28184 0 -1 64 203930 0 0 0 1214 97 0 0 16 0 13 0 195183308 1753448448 389196 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28230/tid=28232] ppid=28228 vsize=1712352 CPUtime=13.1
/proc/28230/task/28232/stat : 28232 (java) S 28228 28230 28184 0 -1 64 198509 0 0 0 1214 96 0 0 16 0 13 0 195183308 1753448448 389196 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28230/tid=28233] ppid=28228 vsize=1712352 CPUtime=352.25
/proc/28230/task/28233/stat : 28233 (java) R 28228 28230 28184 0 -1 64 1788 0 0 0 35222 3 0 0 25 0 13 0 195183311 1753448448 389196 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4155453120 0 0 0 23759 0 0 0 -1 0 0 0
[pid=28230/tid=28234] ppid=28228 vsize=1712352 CPUtime=0
/proc/28230/task/28234/stat : 28234 (java) S 28228 28230 28184 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 195183311 1753448448 389196 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28230/tid=28235] ppid=28228 vsize=1712352 CPUtime=0
/proc/28230/task/28235/stat : 28235 (java) S 28228 28230 28184 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 195183311 1753448448 389196 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28230/tid=28236] ppid=28228 vsize=1712352 CPUtime=0
/proc/28230/task/28236/stat : 28236 (java) S 28228 28230 28184 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 195183314 1753448448 389196 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28230/tid=28237] ppid=28228 vsize=1712352 CPUtime=0
/proc/28230/task/28237/stat : 28237 (java) S 28228 28230 28184 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 195183314 1753448448 389196 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28230/tid=28238] ppid=28228 vsize=1712352 CPUtime=0.91
/proc/28230/task/28238/stat : 28238 (java) S 28228 28230 28184 0 -1 64 1459 0 0 0 91 0 0 0 16 0 13 0 195183314 1753448448 389196 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28230/tid=28239] ppid=28228 vsize=1712352 CPUtime=1
/proc/28230/task/28239/stat : 28239 (java) S 28228 28230 28184 0 -1 64 1408 0 0 0 99 1 0 0 17 0 13 0 195183314 1753448448 389196 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28230/tid=28240] ppid=28228 vsize=1712352 CPUtime=0
/proc/28230/task/28240/stat : 28240 (java) S 28228 28230 28184 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 195183314 1753448448 389196 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28230/tid=28241] ppid=28228 vsize=1712352 CPUtime=0
/proc/28230/task/28241/stat : 28241 (java) S 28228 28230 28184 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 195183315 1753448448 389196 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28230/tid=28249] ppid=28228 vsize=1712352 CPUtime=0
/proc/28230/task/28249/stat : 28249 (java) S 28228 28230 28184 0 -1 64 49 0 0 0 0 0 0 0 16 0 13 0 195227875 1753448448 389196 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1194.82
Current children cumulated vsize (Kb) 1712352

[startup+1190.88 s]
/proc/loadavg: 1.00 1.00 0.93 2/76 28249
/proc/meminfo: memFree=16584/2055920 swapFree=4181488/4192956
[pid=28230] ppid=28228 vsize=1712352 CPUtime=1204.82
/proc/28230/stat : 28230 (java) S 28228 28230 28184 0 -1 0 443919 0 1 0 120264 218 0 0 16 0 13 0 195183297 1753448448 389197 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28230/statm: 428088 389197 1913 14 0 414835 0
[pid=28230/tid=28231] ppid=28228 vsize=1712352 CPUtime=13.11
/proc/28230/task/28231/stat : 28231 (java) S 28228 28230 28184 0 -1 64 203930 0 0 0 1214 97 0 0 16 0 13 0 195183308 1753448448 389197 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28230/tid=28232] ppid=28228 vsize=1712352 CPUtime=13.1
/proc/28230/task/28232/stat : 28232 (java) S 28228 28230 28184 0 -1 64 198509 0 0 0 1214 96 0 0 16 0 13 0 195183308 1753448448 389197 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28230/tid=28233] ppid=28228 vsize=1712352 CPUtime=361.79
/proc/28230/task/28233/stat : 28233 (java) R 28228 28230 28184 0 -1 64 1789 0 0 0 36176 3 0 0 17 0 13 0 195183311 1753448448 389197 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4152716310 0 0 0 23759 0 0 0 -1 0 0 0
[pid=28230/tid=28234] ppid=28228 vsize=1712352 CPUtime=0
/proc/28230/task/28234/stat : 28234 (java) S 28228 28230 28184 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 195183311 1753448448 389197 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28230/tid=28235] ppid=28228 vsize=1712352 CPUtime=0
/proc/28230/task/28235/stat : 28235 (java) S 28228 28230 28184 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 195183311 1753448448 389197 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28230/tid=28236] ppid=28228 vsize=1712352 CPUtime=0
/proc/28230/task/28236/stat : 28236 (java) S 28228 28230 28184 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 195183314 1753448448 389197 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28230/tid=28237] ppid=28228 vsize=1712352 CPUtime=0
/proc/28230/task/28237/stat : 28237 (java) S 28228 28230 28184 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 195183314 1753448448 389197 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28230/tid=28238] ppid=28228 vsize=1712352 CPUtime=0.91
/proc/28230/task/28238/stat : 28238 (java) S 28228 28230 28184 0 -1 64 1459 0 0 0 91 0 0 0 16 0 13 0 195183314 1753448448 389197 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28230/tid=28239] ppid=28228 vsize=1712352 CPUtime=1
/proc/28230/task/28239/stat : 28239 (java) S 28228 28230 28184 0 -1 64 1408 0 0 0 99 1 0 0 17 0 13 0 195183314 1753448448 389197 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28230/tid=28240] ppid=28228 vsize=1712352 CPUtime=0
/proc/28230/task/28240/stat : 28240 (java) S 28228 28230 28184 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 195183314 1753448448 389197 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28230/tid=28241] ppid=28228 vsize=1712352 CPUtime=0
/proc/28230/task/28241/stat : 28241 (java) S 28228 28230 28184 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 195183315 1753448448 389197 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28230/tid=28249] ppid=28228 vsize=1712352 CPUtime=0
/proc/28230/task/28249/stat : 28249 (java) S 28228 28230 28184 0 -1 64 50 0 0 0 0 0 0 0 16 0 13 0 195227875 1753448448 389197 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1204.82
Current children cumulated vsize (Kb) 1712352

[startup+1200.88 s]
/proc/loadavg: 1.00 1.00 0.93 2/77 28250
/proc/meminfo: memFree=16512/2055920 swapFree=4181488/4192956
[pid=28230] ppid=28228 vsize=1712868 CPUtime=1214.82
/proc/28230/stat : 28230 (java) S 28228 28230 28184 0 -1 0 443930 0 1 0 121264 218 0 0 17 0 14 0 195183297 1753976832 389206 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28230/statm: 428217 389206 1915 14 0 414964 0
[pid=28230/tid=28231] ppid=28228 vsize=1712868 CPUtime=13.11
/proc/28230/task/28231/stat : 28231 (java) S 28228 28230 28184 0 -1 64 203930 0 0 0 1214 97 0 0 16 0 14 0 195183308 1753976832 389206 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28230/tid=28232] ppid=28228 vsize=1712868 CPUtime=13.1
/proc/28230/task/28232/stat : 28232 (java) S 28228 28230 28184 0 -1 64 198509 0 0 0 1214 96 0 0 16 0 14 0 195183308 1753976832 389206 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28230/tid=28233] ppid=28228 vsize=1712868 CPUtime=371.79
/proc/28230/task/28233/stat : 28233 (java) R 28228 28230 28184 0 -1 64 1789 0 0 0 37176 3 0 0 25 0 14 0 195183311 1753976832 389206 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4154938505 0 0 0 23759 0 0 0 -1 0 0 0
[pid=28230/tid=28234] ppid=28228 vsize=1712868 CPUtime=0
/proc/28230/task/28234/stat : 28234 (java) S 28228 28230 28184 0 -1 64 9 0 0 0 0 0 0 0 16 0 14 0 195183311 1753976832 389206 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28230/tid=28235] ppid=28228 vsize=1712868 CPUtime=0
/proc/28230/task/28235/stat : 28235 (java) S 28228 28230 28184 0 -1 64 5 0 0 0 0 0 0 0 16 0 14 0 195183311 1753976832 389206 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28230/tid=28236] ppid=28228 vsize=1712868 CPUtime=0
/proc/28230/task/28236/stat : 28236 (java) S 28228 28230 28184 0 -1 64 1 0 0 0 0 0 0 0 24 0 14 0 195183314 1753976832 389206 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28230/tid=28237] ppid=28228 vsize=1712868 CPUtime=0
/proc/28230/task/28237/stat : 28237 (java) S 28228 28230 28184 0 -1 64 2 0 0 0 0 0 0 0 16 0 14 0 195183314 1753976832 389206 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28230/tid=28238] ppid=28228 vsize=1712868 CPUtime=0.91
/proc/28230/task/28238/stat : 28238 (java) S 28228 28230 28184 0 -1 64 1459 0 0 0 91 0 0 0 16 0 14 0 195183314 1753976832 389206 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28230/tid=28239] ppid=28228 vsize=1712868 CPUtime=1
/proc/28230/task/28239/stat : 28239 (java) S 28228 28230 28184 0 -1 64 1408 0 0 0 99 1 0 0 17 0 14 0 195183314 1753976832 389206 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28230/tid=28240] ppid=28228 vsize=1712868 CPUtime=0
/proc/28230/task/28240/stat : 28240 (java) S 28228 28230 28184 0 -1 64 1 0 0 0 0 0 0 0 25 0 14 0 195183314 1753976832 389206 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28230/tid=28241] ppid=28228 vsize=1712868 CPUtime=0
/proc/28230/task/28241/stat : 28241 (java) S 28228 28230 28184 0 -1 64 2 0 0 0 0 0 0 0 15 0 14 0 195183315 1753976832 389206 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28230/tid=28249] ppid=28228 vsize=1712868 CPUtime=0
/proc/28230/task/28249/stat : 28249 (java) S 28228 28230 28184 0 -1 64 51 0 0 0 0 0 0 0 16 0 14 0 195227875 1753976832 389206 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28230/tid=28250] ppid=28228 vsize=1712868 CPUtime=0
/proc/28230/task/28250/stat : 28250 (java) S 28228 28230 28184 0 -1 64 5 0 0 0 0 0 0 0 16 0 14 0 195302779 1753976832 389206 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1214.82
Current children cumulated vsize (Kb) 1712868

Child status: 1
Real time (s): 1208.97
CPU time (s): 1222.88
CPU user time (s): 1220.46
CPU system time (s): 2.41363
CPU usage (%): 101.15
Max. virtual memory (cumulated for all children) (Kb): 1712868

Launcher Data (download as text)

Begin job on node20 on Sat Jun  3 00:40:02 UTC 2006


FILE ID= 43078-1149295202

PBS_JOBID= 307090

BENCH NAME= HOME/pub/bench/PB06//final/normalized-PB06/OPT-SMALLINT/web/www.nlsde.buaa.edu.cn/~kexu/benchmarks/frb45-21-opb/normalized-frb45-21-3.opb
COMMAND LINE= java -server -Xms1500M -Xmx1500M -jar ROOT/solvers/PB/PB06final/user5/sat4jPseudoHeuristics.jar ROOT/tmp/node20/43078-1149295202/instance-43078-1149295202.opb 853704145
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node20/watcher-43078-1149295202 -o ROOT/results/node20/solver-43078-1149295202 -C 1800 -M 1800 -S 64  java -server -Xms1500M -Xmx1500M -jar ROOT/solvers/PB/PB06final/user5/sat4jPseudoHeuristics.jar ROOT/tmp/node20/43078-1149295202/instance-43078-1149295202.opb 853704145

MD5SUM SOLVER= 3cef94aa015dc0dd234d31843a257d70
MD5SUM BENCH=  49f1950e042362832bbb830f499dd3e3

RANDOM SEED= 853704145


/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.236
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.236
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1569648 kB
Buffers:         27836 kB
Cached:         385280 kB
SwapCached:       3180 kB
Active:          56736 kB
Inactive:       365072 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1569648 kB
SwapTotal:     4192956 kB
SwapFree:      4181488 kB
Dirty:             188 kB
Writeback:           0 kB
Mapped:          14772 kB
Slab:            50520 kB
Committed_AS:   301920 kB
PageTables:       1432 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB


End job on node20 on Sat Jun  3 01:00:11 UTC 2006