Trace number 43076

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 HeuristicsNo Cert. 807.795 795.027

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/web/www.nlsde.buaa.edu.cn/
~kexu/benchmarks/frb56-25-opb/normalized-frb56-25-2.opb
MD5SUM62a6bdf0e089cd0b8a79007277394096
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-54
Best CPU time to get the best result obtained on this benchmark1800.46
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -54
Optimality of the best value was proved NO
Number of variables1400
Total number of constraints109401
Number of constraints which are clauses109401
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 1400
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 1400
Number of bits of the sum of numbers in the objective function 11
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 1400
Number of bits of the biggest sum of numbers11
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data (download as text)

0.15	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.15	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.15	c no version file found!!!
0.15	c sun.arch.data.model	32
0.15	c java.version	1.5.0_06
0.15	c os.name	Linux
0.15	c os.version	2.6.9-22.EL.rootsmp
0.15	c os.arch	i386
0.15	c Free memory 1548419056
0.15	c Max memory 1551040512
0.15	c Total memory 1551040512
0.15	c Number of processors 2
0.22	c Cutting planes based inference
0.22	c --- Begin Solver configuration ---
0.22	c org.sat4j.minisat.uip.FirstUIP@1df073d
0.22	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@1546e25
0.22	c org.sat4j.minisat.learning.MiniSATLearning@b66cc
0.22	c conflictBoundIncFactor=1.5 learntBoundIncFactor=1.1 initLearntBoundConstraintFactor=10000.0 initConflictBound=100 
0.22	c VSIDS like heuristics from MiniSAT using a heap
0.22	c No reason simplification
0.22	c --- End Solver configuration ---
0.22	c solving ROOT/tmp/node42/43076-1149294770/instance-43076-1149294770.opb
0.22	c reading problem ... 
5.78	c ... done. Time 5.566 ms.
5.78	c #vars     1400
5.78	c #constraints  109401
5.85	c SATISFIABLE
5.85	c OPTIMIZING...
5.85	c Got one! Ellapsed CPU time (in seconds):5.637
5.88	o -38
6.12	c Got one! Ellapsed CPU time (in seconds):5.9
6.12	o -39
7.35	c Got one! Ellapsed CPU time (in seconds):7.13
7.35	o -41
781.08	Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
785.12	c starts		: 16
785.12	c conflicts		: 18277
785.12	c decisions		: 22231
785.12	c propagations		: 150595
785.12	c inspects		: 65669178
785.12	c learnt literals	: 0
785.12	c learnt binary clauses	: 0
785.12	c learnt ternary clauses	: 0
785.12	c learnt clauses	: 18276
785.12	c root simplifications	: 0
785.12	c removed literals (reason simplification)	: 0
785.12	c reason swapping (by a shorter reason)	: 0
785.12	c Calls to reduceDB	: 0
785.12	c speed (decisions/second)	: 28.58417616215229
785.12	c non guided choices	0
785.12	s SATISFIABLE
794.78	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/node42/watcher-43076-1149294770 -o ROOT/results/node42/solver-43076-1149294770 -C 1800 -M 1800 -S 64 java -server -Xms1500M -Xmx1500M -jar ROOT/solvers/PB/PB06final/user5/sat4jPseudoHeuristics.jar ROOT/tmp/node42/43076-1149294770/instance-43076-1149294770.opb 876530748 

Current StackSize limit: 67108864 bytes

/proc/loadavg: 0.91 0.95 0.90 3/64 12092
/proc/meminfo: memFree=1180168/2055920 swapFree=4181444/4192956
[pid=12092] ppid=12090 vsize=1784 CPUtime=0
/proc/12092/stat : 12092 (java) R 12090 12092 12046 0 -1 0 138 0 0 0 0 0 0 0 18 0 1 0 195144145 1826816 110 18446744073709551615 134512640 134570276 4294956608 18446744073709551615 12848369 0 0 4096 0 0 0 0 17 1 0 0
/proc/12092/statm: 446 120 87 14 0 91 0

[startup+10.0019 s]
/proc/loadavg: 0.93 0.95 0.90 2/76 12107
/proc/meminfo: memFree=972456/2055920 swapFree=4181444/4192956
[pid=12092] ppid=12090 vsize=1713984 CPUtime=11.45
/proc/12092/stat : 12092 (java) R 12090 12092 12046 0 -1 0 57410 0 1 0 1117 28 0 0 24 0 13 0 195144145 1755119616 53711 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071446528 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/12092/statm: 428496 53711 1912 14 0 415243 0
[pid=12092/tid=12093] ppid=12090 vsize=1713984 CPUtime=0.35
/proc/12092/task/12093/stat : 12093 (java) S 12090 12092 12046 0 -1 64 7442 0 0 0 32 3 0 0 16 0 13 0 195144148 1755119616 53711 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12092/tid=12094] ppid=12090 vsize=1713984 CPUtime=0.35
/proc/12092/task/12094/stat : 12094 (java) S 12090 12092 12046 0 -1 64 6459 0 0 0 33 2 0 0 17 0 13 0 195144148 1755119616 53711 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12092/tid=12095] ppid=12090 vsize=1713984 CPUtime=0
/proc/12092/task/12095/stat : 12095 (java) S 12090 12092 12046 0 -1 64 31 0 0 0 0 0 0 0 16 0 13 0 195144151 1755119616 53711 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=12092/tid=12096] ppid=12090 vsize=1713984 CPUtime=0
/proc/12092/task/12096/stat : 12096 (java) S 12090 12092 12046 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 195144151 1755119616 53711 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12092/tid=12097] ppid=12090 vsize=1713984 CPUtime=0
/proc/12092/task/12097/stat : 12097 (java) S 12090 12092 12046 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 195144151 1755119616 53711 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12092/tid=12098] ppid=12090 vsize=1713984 CPUtime=0
/proc/12092/task/12098/stat : 12098 (java) S 12090 12092 12046 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 195144155 1755119616 53711 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12092/tid=12099] ppid=12090 vsize=1713984 CPUtime=0
/proc/12092/task/12099/stat : 12099 (java) S 12090 12092 12046 0 -1 64 2 0 0 0 0 0 0 0 17 0 13 0 195144155 1755119616 53711 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12092/tid=12100] ppid=12090 vsize=1713984 CPUtime=0.81
/proc/12092/task/12100/stat : 12100 (java) S 12090 12092 12046 0 -1 64 1980 0 0 0 80 1 0 0 16 0 13 0 195144155 1755119616 53711 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12092/tid=12101] ppid=12090 vsize=1713984 CPUtime=0.83
/proc/12092/task/12101/stat : 12101 (java) S 12090 12092 12046 0 -1 64 761 0 0 0 83 0 0 0 16 0 13 0 195144155 1755119616 53711 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12092/tid=12102] ppid=12090 vsize=1713984 CPUtime=0
/proc/12092/task/12102/stat : 12102 (java) S 12090 12092 12046 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 195144155 1755119616 53711 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12092/tid=12103] ppid=12090 vsize=1713984 CPUtime=0
/proc/12092/task/12103/stat : 12103 (java) S 12090 12092 12046 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 195144155 1755119616 53711 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12092/tid=12107] ppid=12090 vsize=1713984 CPUtime=0
/proc/12092/task/12107/stat : 12107 (java) S 12090 12092 12046 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 195144883 1755119616 53711 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 11.45
Current children cumulated vsize (Kb) 1713984

[startup+20.009 s]
/proc/loadavg: 0.94 0.96 0.91 2/76 12107
/proc/meminfo: memFree=911272/2055920 swapFree=4181444/4192956
[pid=12092] ppid=12090 vsize=1712980 CPUtime=21.97
/proc/12092/stat : 12092 (java) R 12090 12092 12046 0 -1 0 75660 0 1 0 2160 37 0 0 25 0 13 0 195144145 1754091520 69019 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071413497 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/12092/statm: 428245 69019 1912 14 0 414992 0
[pid=12092/tid=12093] ppid=12090 vsize=1712980 CPUtime=0.75
/proc/12092/task/12093/stat : 12093 (java) S 12090 12092 12046 0 -1 64 16171 0 0 0 67 8 0 0 17 0 13 0 195144148 1754091520 69019 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12092/tid=12094] ppid=12090 vsize=1712980 CPUtime=0.76
/proc/12092/task/12094/stat : 12094 (java) S 12090 12092 12046 0 -1 64 15609 0 0 0 70 6 0 0 16 0 13 0 195144148 1754091520 69019 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12092/tid=12095] ppid=12090 vsize=1712980 CPUtime=0
/proc/12092/task/12095/stat : 12095 (java) S 12090 12092 12046 0 -1 64 31 0 0 0 0 0 0 0 16 0 13 0 195144151 1754091520 69019 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=12092/tid=12096] ppid=12090 vsize=1712980 CPUtime=0
/proc/12092/task/12096/stat : 12096 (java) S 12090 12092 12046 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 195144151 1754091520 69019 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12092/tid=12097] ppid=12090 vsize=1712980 CPUtime=0
/proc/12092/task/12097/stat : 12097 (java) S 12090 12092 12046 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 195144151 1754091520 69019 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12092/tid=12098] ppid=12090 vsize=1712980 CPUtime=0
/proc/12092/task/12098/stat : 12098 (java) S 12090 12092 12046 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 195144155 1754091520 69019 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12092/tid=12099] ppid=12090 vsize=1712980 CPUtime=0
/proc/12092/task/12099/stat : 12099 (java) S 12090 12092 12046 0 -1 64 2 0 0 0 0 0 0 0 17 0 13 0 195144155 1754091520 69019 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12092/tid=12100] ppid=12090 vsize=1712980 CPUtime=0.89
/proc/12092/task/12100/stat : 12100 (java) S 12090 12092 12046 0 -1 64 2077 0 0 0 88 1 0 0 17 0 13 0 195144155 1754091520 69019 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12092/tid=12101] ppid=12090 vsize=1712980 CPUtime=0.89
/proc/12092/task/12101/stat : 12101 (java) S 12090 12092 12046 0 -1 64 1029 0 0 0 89 0 0 0 17 0 13 0 195144155 1754091520 69019 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12092/tid=12102] ppid=12090 vsize=1712980 CPUtime=0
/proc/12092/task/12102/stat : 12102 (java) S 12090 12092 12046 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 195144155 1754091520 69019 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12092/tid=12103] ppid=12090 vsize=1712980 CPUtime=0
/proc/12092/task/12103/stat : 12103 (java) S 12090 12092 12046 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 195144155 1754091520 69019 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12092/tid=12107] ppid=12090 vsize=1712980 CPUtime=0
/proc/12092/task/12107/stat : 12107 (java) S 12090 12092 12046 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 195144883 1754091520 69019 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 21.97
Current children cumulated vsize (Kb) 1712980

[startup+30.0162 s]
/proc/loadavg: 0.95 0.96 0.91 2/76 12107
/proc/meminfo: memFree=852840/2055920 swapFree=4181444/4192956
[pid=12092] ppid=12090 vsize=1712796 CPUtime=32.39
/proc/12092/stat : 12092 (java) R 12090 12092 12046 0 -1 0 92433 0 1 0 3193 46 0 0 25 0 13 0 195144145 1753903104 83609 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071666186 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/12092/statm: 428199 83609 1912 14 0 414946 0
[pid=12092/tid=12093] ppid=12090 vsize=1712796 CPUtime=1.17
/proc/12092/task/12093/stat : 12093 (java) S 12090 12092 12046 0 -1 64 23838 0 0 0 104 13 0 0 16 0 13 0 195144148 1753903104 83609 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12092/tid=12094] ppid=12090 vsize=1712796 CPUtime=1.17
/proc/12092/task/12094/stat : 12094 (java) S 12090 12092 12046 0 -1 64 24711 0 0 0 107 10 0 0 16 0 13 0 195144148 1753903104 83609 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12092/tid=12095] ppid=12090 vsize=1712796 CPUtime=0
/proc/12092/task/12095/stat : 12095 (java) S 12090 12092 12046 0 -1 64 31 0 0 0 0 0 0 0 16 0 13 0 195144151 1753903104 83609 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=12092/tid=12096] ppid=12090 vsize=1712796 CPUtime=0
/proc/12092/task/12096/stat : 12096 (java) S 12090 12092 12046 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 195144151 1753903104 83609 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12092/tid=12097] ppid=12090 vsize=1712796 CPUtime=0
/proc/12092/task/12097/stat : 12097 (java) S 12090 12092 12046 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 195144151 1753903104 83609 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12092/tid=12098] ppid=12090 vsize=1712796 CPUtime=0
/proc/12092/task/12098/stat : 12098 (java) S 12090 12092 12046 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 195144155 1753903104 83609 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12092/tid=12099] ppid=12090 vsize=1712796 CPUtime=0
/proc/12092/task/12099/stat : 12099 (java) S 12090 12092 12046 0 -1 64 2 0 0 0 0 0 0 0 17 0 13 0 195144155 1753903104 83609 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12092/tid=12100] ppid=12090 vsize=1712796 CPUtime=0.89
/proc/12092/task/12100/stat : 12100 (java) S 12090 12092 12046 0 -1 64 2077 0 0 0 88 1 0 0 17 0 13 0 195144155 1753903104 83609 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12092/tid=12101] ppid=12090 vsize=1712796 CPUtime=0.89
/proc/12092/task/12101/stat : 12101 (java) S 12090 12092 12046 0 -1 64 1029 0 0 0 89 0 0 0 17 0 13 0 195144155 1753903104 83609 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12092/tid=12102] ppid=12090 vsize=1712796 CPUtime=0
/proc/12092/task/12102/stat : 12102 (java) S 12090 12092 12046 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 195144155 1753903104 83609 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12092/tid=12103] ppid=12090 vsize=1712796 CPUtime=0
/proc/12092/task/12103/stat : 12103 (java) S 12090 12092 12046 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 195144155 1753903104 83609 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12092/tid=12107] ppid=12090 vsize=1712796 CPUtime=0
/proc/12092/task/12107/stat : 12107 (java) S 12090 12092 12046 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 195144883 1753903104 83609 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 32.39
Current children cumulated vsize (Kb) 1712796

[startup+40.0233 s]
/proc/loadavg: 0.95 0.96 0.91 2/76 12107
/proc/meminfo: memFree=810408/2055920 swapFree=4181444/4192956
[pid=12092] ppid=12090 vsize=1712796 CPUtime=42.72
/proc/12092/stat : 12092 (java) R 12090 12092 12046 0 -1 0 105291 0 1 0 4220 52 0 0 25 0 13 0 195144145 1753903104 94196 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071501106 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/12092/statm: 428199 94196 1912 14 0 414946 0
[pid=12092/tid=12093] ppid=12090 vsize=1712796 CPUtime=1.49
/proc/12092/task/12093/stat : 12093 (java) S 12090 12092 12046 0 -1 64 29496 0 0 0 133 16 0 0 17 0 13 0 195144148 1753903104 94196 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12092/tid=12094] ppid=12090 vsize=1712796 CPUtime=1.49
/proc/12092/task/12094/stat : 12094 (java) S 12090 12092 12046 0 -1 64 31907 0 0 0 136 13 0 0 16 0 13 0 195144148 1753903104 94196 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12092/tid=12095] ppid=12090 vsize=1712796 CPUtime=0
/proc/12092/task/12095/stat : 12095 (java) S 12090 12092 12046 0 -1 64 31 0 0 0 0 0 0 0 16 0 13 0 195144151 1753903104 94196 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=12092/tid=12096] ppid=12090 vsize=1712796 CPUtime=0
/proc/12092/task/12096/stat : 12096 (java) S 12090 12092 12046 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 195144151 1753903104 94196 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12092/tid=12097] ppid=12090 vsize=1712796 CPUtime=0
/proc/12092/task/12097/stat : 12097 (java) S 12090 12092 12046 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 195144151 1753903104 94196 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12092/tid=12098] ppid=12090 vsize=1712796 CPUtime=0
/proc/12092/task/12098/stat : 12098 (java) S 12090 12092 12046 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 195144155 1753903104 94196 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12092/tid=12099] ppid=12090 vsize=1712796 CPUtime=0
/proc/12092/task/12099/stat : 12099 (java) S 12090 12092 12046 0 -1 64 2 0 0 0 0 0 0 0 17 0 13 0 195144155 1753903104 94196 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12092/tid=12100] ppid=12090 vsize=1712796 CPUtime=0.89
/proc/12092/task/12100/stat : 12100 (java) S 12090 12092 12046 0 -1 64 2077 0 0 0 88 1 0 0 17 0 13 0 195144155 1753903104 94196 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12092/tid=12101] ppid=12090 vsize=1712796 CPUtime=0.9
/proc/12092/task/12101/stat : 12101 (java) S 12090 12092 12046 0 -1 64 1029 0 0 0 90 0 0 0 16 0 13 0 195144155 1753903104 94196 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12092/tid=12102] ppid=12090 vsize=1712796 CPUtime=0
/proc/12092/task/12102/stat : 12102 (java) S 12090 12092 12046 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 195144155 1753903104 94196 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12092/tid=12103] ppid=12090 vsize=1712796 CPUtime=0
/proc/12092/task/12103/stat : 12103 (java) S 12090 12092 12046 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 195144155 1753903104 94196 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12092/tid=12107] ppid=12090 vsize=1712796 CPUtime=0
/proc/12092/task/12107/stat : 12107 (java) S 12090 12092 12046 0 -1 64 0 0 0 0 0 0 0 0 16 0 13 0 195144883 1753903104 94196 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 42.72
Current children cumulated vsize (Kb) 1712796

[startup+50.0314 s]
/proc/loadavg: 0.96 0.96 0.91 2/76 12107
/proc/meminfo: memFree=757864/2055920 swapFree=4181444/4192956
[pid=12092] ppid=12090 vsize=1712636 CPUtime=53.11
/proc/12092/stat : 12092 (java) R 12090 12092 12046 0 -1 0 120174 0 1 0 5253 58 0 0 25 0 13 0 195144145 1753739264 107318 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071537033 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/12092/statm: 428159 107318 1912 14 0 414906 0
[pid=12092/tid=12093] ppid=12090 vsize=1712636 CPUtime=1.87
/proc/12092/task/12093/stat : 12093 (java) S 12090 12092 12046 0 -1 64 37144 0 0 0 168 19 0 0 16 0 13 0 195144148 1753739264 107318 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12092/tid=12094] ppid=12090 vsize=1712636 CPUtime=1.86
/proc/12092/task/12094/stat : 12094 (java) S 12090 12092 12046 0 -1 64 39138 0 0 0 170 16 0 0 16 0 13 0 195144148 1753739264 107318 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12092/tid=12095] ppid=12090 vsize=1712636 CPUtime=0.01
/proc/12092/task/12095/stat : 12095 (java) S 12090 12092 12046 0 -1 64 31 0 0 0 1 0 0 0 16 0 13 0 195144151 1753739264 107318 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=12092/tid=12096] ppid=12090 vsize=1712636 CPUtime=0
/proc/12092/task/12096/stat : 12096 (java) S 12090 12092 12046 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 195144151 1753739264 107318 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12092/tid=12097] ppid=12090 vsize=1712636 CPUtime=0
/proc/12092/task/12097/stat : 12097 (java) S 12090 12092 12046 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 195144151 1753739264 107318 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12092/tid=12098] ppid=12090 vsize=1712636 CPUtime=0
/proc/12092/task/12098/stat : 12098 (java) S 12090 12092 12046 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 195144155 1753739264 107318 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12092/tid=12099] ppid=12090 vsize=1712636 CPUtime=0
/proc/12092/task/12099/stat : 12099 (java) S 12090 12092 12046 0 -1 64 2 0 0 0 0 0 0 0 17 0 13 0 195144155 1753739264 107318 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12092/tid=12100] ppid=12090 vsize=1712636 CPUtime=0.89
/proc/12092/task/12100/stat : 12100 (java) S 12090 12092 12046 0 -1 64 2077 0 0 0 88 1 0 0 17 0 13 0 195144155 1753739264 107318 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12092/tid=12101] ppid=12090 vsize=1712636 CPUtime=0.93
/proc/12092/task/12101/stat : 12101 (java) S 12090 12092 12046 0 -1 64 1030 0 0 0 92 1 0 0 17 0 13 0 195144155 1753739264 107318 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12092/tid=12102] ppid=12090 vsize=1712636 CPUtime=0
/proc/12092/task/12102/stat : 12102 (java) S 12090 12092 12046 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 195144155 1753739264 107318 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12092/tid=12103] ppid=12090 vsize=1712636 CPUtime=0
/proc/12092/task/12103/stat : 12103 (java) S 12090 12092 12046 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 195144155 1753739264 107318 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12092/tid=12107] ppid=12090 vsize=1712636 CPUtime=0
/proc/12092/task/12107/stat : 12107 (java) S 12090 12092 12046 0 -1 64 0 0 0 0 0 0 0 0 16 0 13 0 195144883 1753739264 107318 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 53.11
Current children cumulated vsize (Kb) 1712636

[startup+60.0385 s]
/proc/loadavg: 0.97 0.96 0.91 2/76 12107
/proc/meminfo: memFree=713832/2055920 swapFree=4181444/4192956
[pid=12092] ppid=12090 vsize=1712636 CPUtime=63.4
/proc/12092/stat : 12092 (java) R 12090 12092 12046 0 -1 0 132985 0 1 0 6275 65 0 0 25 0 13 0 195144145 1753739264 118295 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071632186 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/12092/statm: 428159 118295 1912 14 0 414906 0
[pid=12092/tid=12093] ppid=12090 vsize=1712636 CPUtime=2.15
/proc/12092/task/12093/stat : 12093 (java) S 12090 12092 12046 0 -1 64 45130 0 0 0 192 23 0 0 16 0 13 0 195144148 1753739264 118295 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12092/tid=12094] ppid=12090 vsize=1712636 CPUtime=2.15
/proc/12092/task/12094/stat : 12094 (java) S 12090 12092 12046 0 -1 64 43959 0 0 0 196 19 0 0 17 0 13 0 195144148 1753739264 118295 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12092/tid=12095] ppid=12090 vsize=1712636 CPUtime=0.01
/proc/12092/task/12095/stat : 12095 (java) S 12090 12092 12046 0 -1 64 31 0 0 0 1 0 0 0 16 0 13 0 195144151 1753739264 118295 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=12092/tid=12096] ppid=12090 vsize=1712636 CPUtime=0
/proc/12092/task/12096/stat : 12096 (java) S 12090 12092 12046 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 195144151 1753739264 118295 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12092/tid=12097] ppid=12090 vsize=1712636 CPUtime=0
/proc/12092/task/12097/stat : 12097 (java) S 12090 12092 12046 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 195144151 1753739264 118295 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12092/tid=12098] ppid=12090 vsize=1712636 CPUtime=0
/proc/12092/task/12098/stat : 12098 (java) S 12090 12092 12046 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 195144155 1753739264 118295 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0

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

/proc/12092/task/12093/stat : 12093 (java) S 12090 12092 12046 0 -1 64 199986 0 0 0 1092 97 0 0 17 0 13 0 195144148 1753739264 388902 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12092/tid=12094] ppid=12090 vsize=1712636 CPUtime=11.91
/proc/12092/task/12094/stat : 12094 (java) S 12090 12092 12046 0 -1 64 199762 0 0 0 1098 93 0 0 17 0 13 0 195144148 1753739264 388902 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12092/tid=12095] ppid=12090 vsize=1712636 CPUtime=167.78
/proc/12092/task/12095/stat : 12095 (java) R 12090 12092 12046 0 -1 64 2353 0 0 0 16775 3 0 0 21 0 13 0 195144151 1753739264 388902 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4154649000 0 0 0 23759 0 0 0 -1 0 0 0
[pid=12092/tid=12096] ppid=12090 vsize=1712636 CPUtime=0
/proc/12092/task/12096/stat : 12096 (java) S 12090 12092 12046 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 195144151 1753739264 388902 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12092/tid=12097] ppid=12090 vsize=1712636 CPUtime=0
/proc/12092/task/12097/stat : 12097 (java) S 12090 12092 12046 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 195144151 1753739264 388902 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12092/tid=12098] ppid=12090 vsize=1712636 CPUtime=0
/proc/12092/task/12098/stat : 12098 (java) S 12090 12092 12046 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 195144155 1753739264 388902 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12092/tid=12099] ppid=12090 vsize=1712636 CPUtime=0.01
/proc/12092/task/12099/stat : 12099 (java) S 12090 12092 12046 0 -1 64 2 0 0 0 1 0 0 0 16 0 13 0 195144155 1753739264 388902 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12092/tid=12100] ppid=12090 vsize=1712636 CPUtime=0.9
/proc/12092/task/12100/stat : 12100 (java) S 12090 12092 12046 0 -1 64 2077 0 0 0 89 1 0 0 17 0 13 0 195144155 1753739264 388902 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12092/tid=12101] ppid=12090 vsize=1712636 CPUtime=0.96
/proc/12092/task/12101/stat : 12101 (java) S 12090 12092 12046 0 -1 64 1052 0 0 0 95 1 0 0 16 0 13 0 195144155 1753739264 388902 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12092/tid=12102] ppid=12090 vsize=1712636 CPUtime=0
/proc/12092/task/12102/stat : 12102 (java) S 12090 12092 12046 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 195144155 1753739264 388902 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12092/tid=12103] ppid=12090 vsize=1712636 CPUtime=0
/proc/12092/task/12103/stat : 12103 (java) S 12090 12092 12046 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 195144155 1753739264 388902 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12092/tid=12107] ppid=12090 vsize=1712636 CPUtime=0
/proc/12092/task/12107/stat : 12107 (java) S 12090 12092 12046 0 -1 64 29 0 0 0 0 0 0 0 16 0 13 0 195144883 1753739264 388902 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 753.34
Current children cumulated vsize (Kb) 1712636

[startup+750.56 s]
/proc/loadavg: 1.00 1.00 0.93 2/76 12109
/proc/meminfo: memFree=15976/2055920 swapFree=4181444/4192956
[pid=12092] ppid=12090 vsize=1712636 CPUtime=763.35
/proc/12092/stat : 12092 (java) S 12090 12092 12046 0 -1 0 446134 0 1 0 76117 218 0 0 17 0 13 0 195144145 1753739264 388902 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/12092/statm: 428159 388902 1914 14 0 414906 0
[pid=12092/tid=12093] ppid=12090 vsize=1712636 CPUtime=11.89
/proc/12092/task/12093/stat : 12093 (java) S 12090 12092 12046 0 -1 64 199986 0 0 0 1092 97 0 0 17 0 13 0 195144148 1753739264 388902 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12092/tid=12094] ppid=12090 vsize=1712636 CPUtime=11.91
/proc/12092/task/12094/stat : 12094 (java) S 12090 12092 12046 0 -1 64 199762 0 0 0 1098 93 0 0 17 0 13 0 195144148 1753739264 388902 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12092/tid=12095] ppid=12090 vsize=1712636 CPUtime=177.12
/proc/12092/task/12095/stat : 12095 (java) R 12090 12092 12046 0 -1 64 2353 0 0 0 17709 3 0 0 19 0 13 0 195144151 1753739264 388902 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4154939801 0 0 0 23759 0 0 0 -1 0 0 0
[pid=12092/tid=12096] ppid=12090 vsize=1712636 CPUtime=0
/proc/12092/task/12096/stat : 12096 (java) S 12090 12092 12046 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 195144151 1753739264 388902 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12092/tid=12097] ppid=12090 vsize=1712636 CPUtime=0
/proc/12092/task/12097/stat : 12097 (java) S 12090 12092 12046 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 195144151 1753739264 388902 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12092/tid=12098] ppid=12090 vsize=1712636 CPUtime=0
/proc/12092/task/12098/stat : 12098 (java) S 12090 12092 12046 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 195144155 1753739264 388902 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12092/tid=12099] ppid=12090 vsize=1712636 CPUtime=0.01
/proc/12092/task/12099/stat : 12099 (java) S 12090 12092 12046 0 -1 64 2 0 0 0 1 0 0 0 16 0 13 0 195144155 1753739264 388902 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12092/tid=12100] ppid=12090 vsize=1712636 CPUtime=0.9
/proc/12092/task/12100/stat : 12100 (java) S 12090 12092 12046 0 -1 64 2077 0 0 0 89 1 0 0 17 0 13 0 195144155 1753739264 388902 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12092/tid=12101] ppid=12090 vsize=1712636 CPUtime=0.96
/proc/12092/task/12101/stat : 12101 (java) S 12090 12092 12046 0 -1 64 1052 0 0 0 95 1 0 0 16 0 13 0 195144155 1753739264 388902 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12092/tid=12102] ppid=12090 vsize=1712636 CPUtime=0
/proc/12092/task/12102/stat : 12102 (java) S 12090 12092 12046 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 195144155 1753739264 388902 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12092/tid=12103] ppid=12090 vsize=1712636 CPUtime=0
/proc/12092/task/12103/stat : 12103 (java) S 12090 12092 12046 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 195144155 1753739264 388902 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12092/tid=12107] ppid=12090 vsize=1712636 CPUtime=0
/proc/12092/task/12107/stat : 12107 (java) S 12090 12092 12046 0 -1 64 30 0 0 0 0 0 0 0 16 0 13 0 195144883 1753739264 388902 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 763.35
Current children cumulated vsize (Kb) 1712636

[startup+760.568 s]
/proc/loadavg: 1.00 1.00 0.93 2/76 12109
/proc/meminfo: memFree=15912/2055920 swapFree=4181444/4192956
[pid=12092] ppid=12090 vsize=1713140 CPUtime=773.35
/proc/12092/stat : 12092 (java) S 12090 12092 12046 0 -1 0 446313 0 1 0 77117 218 0 0 19 0 13 0 195144145 1754255360 388971 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/12092/statm: 428285 388971 1914 14 0 415032 0
[pid=12092/tid=12093] ppid=12090 vsize=1713140 CPUtime=11.89
/proc/12092/task/12093/stat : 12093 (java) S 12090 12092 12046 0 -1 64 199986 0 0 0 1092 97 0 0 17 0 13 0 195144148 1754255360 388971 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12092/tid=12094] ppid=12090 vsize=1713140 CPUtime=11.91
/proc/12092/task/12094/stat : 12094 (java) S 12090 12092 12046 0 -1 64 199762 0 0 0 1098 93 0 0 17 0 13 0 195144148 1754255360 388971 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12092/tid=12095] ppid=12090 vsize=1713140 CPUtime=186.44
/proc/12092/task/12095/stat : 12095 (java) R 12090 12092 12046 0 -1 64 2530 0 0 0 18641 3 0 0 16 0 13 0 195144151 1754255360 388971 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4152716296 0 0 0 23759 0 0 0 -1 0 0 0
[pid=12092/tid=12096] ppid=12090 vsize=1713140 CPUtime=0
/proc/12092/task/12096/stat : 12096 (java) S 12090 12092 12046 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 195144151 1754255360 388971 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12092/tid=12097] ppid=12090 vsize=1713140 CPUtime=0
/proc/12092/task/12097/stat : 12097 (java) S 12090 12092 12046 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 195144151 1754255360 388971 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12092/tid=12098] ppid=12090 vsize=1713140 CPUtime=0
/proc/12092/task/12098/stat : 12098 (java) S 12090 12092 12046 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 195144155 1754255360 388971 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12092/tid=12099] ppid=12090 vsize=1713140 CPUtime=0.01
/proc/12092/task/12099/stat : 12099 (java) S 12090 12092 12046 0 -1 64 2 0 0 0 1 0 0 0 16 0 13 0 195144155 1754255360 388971 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12092/tid=12100] ppid=12090 vsize=1713140 CPUtime=0.9
/proc/12092/task/12100/stat : 12100 (java) S 12090 12092 12046 0 -1 64 2077 0 0 0 89 1 0 0 17 0 13 0 195144155 1754255360 388971 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12092/tid=12101] ppid=12090 vsize=1713140 CPUtime=0.96
/proc/12092/task/12101/stat : 12101 (java) S 12090 12092 12046 0 -1 64 1052 0 0 0 95 1 0 0 16 0 13 0 195144155 1754255360 388971 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12092/tid=12102] ppid=12090 vsize=1713140 CPUtime=0
/proc/12092/task/12102/stat : 12102 (java) S 12090 12092 12046 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 195144155 1754255360 388971 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12092/tid=12103] ppid=12090 vsize=1713140 CPUtime=0
/proc/12092/task/12103/stat : 12103 (java) S 12090 12092 12046 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 195144155 1754255360 388971 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12092/tid=12107] ppid=12090 vsize=1713140 CPUtime=0
/proc/12092/task/12107/stat : 12107 (java) S 12090 12092 12046 0 -1 64 31 0 0 0 0 0 0 0 16 0 13 0 195144883 1754255360 388971 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 773.35
Current children cumulated vsize (Kb) 1713140

[startup+770.576 s]
/proc/loadavg: 1.00 1.00 0.93 2/76 12109
/proc/meminfo: memFree=15784/2055920 swapFree=4181444/4192956
[pid=12092] ppid=12090 vsize=1713140 CPUtime=783.36
/proc/12092/stat : 12092 (java) S 12090 12092 12046 0 -1 0 446462 0 1 0 78118 218 0 0 17 0 13 0 195144145 1754255360 389010 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/12092/statm: 428285 389010 1914 14 0 415032 0
[pid=12092/tid=12093] ppid=12090 vsize=1713140 CPUtime=11.89
/proc/12092/task/12093/stat : 12093 (java) S 12090 12092 12046 0 -1 64 199986 0 0 0 1092 97 0 0 17 0 13 0 195144148 1754255360 389010 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12092/tid=12094] ppid=12090 vsize=1713140 CPUtime=11.91
/proc/12092/task/12094/stat : 12094 (java) S 12090 12092 12046 0 -1 64 199762 0 0 0 1098 93 0 0 17 0 13 0 195144148 1754255360 389010 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12092/tid=12095] ppid=12090 vsize=1713140 CPUtime=196.31
/proc/12092/task/12095/stat : 12095 (java) R 12090 12092 12046 0 -1 64 2677 0 0 0 19628 3 0 0 25 0 13 0 195144151 1754255360 389010 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4154938853 0 0 0 23759 0 0 0 -1 0 0 0
[pid=12092/tid=12096] ppid=12090 vsize=1713140 CPUtime=0
/proc/12092/task/12096/stat : 12096 (java) S 12090 12092 12046 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 195144151 1754255360 389010 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12092/tid=12097] ppid=12090 vsize=1713140 CPUtime=0
/proc/12092/task/12097/stat : 12097 (java) S 12090 12092 12046 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 195144151 1754255360 389010 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12092/tid=12098] ppid=12090 vsize=1713140 CPUtime=0
/proc/12092/task/12098/stat : 12098 (java) S 12090 12092 12046 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 195144155 1754255360 389010 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12092/tid=12099] ppid=12090 vsize=1713140 CPUtime=0.01
/proc/12092/task/12099/stat : 12099 (java) S 12090 12092 12046 0 -1 64 2 0 0 0 1 0 0 0 16 0 13 0 195144155 1754255360 389010 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12092/tid=12100] ppid=12090 vsize=1713140 CPUtime=0.9
/proc/12092/task/12100/stat : 12100 (java) S 12090 12092 12046 0 -1 64 2077 0 0 0 89 1 0 0 17 0 13 0 195144155 1754255360 389010 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12092/tid=12101] ppid=12090 vsize=1713140 CPUtime=0.96
/proc/12092/task/12101/stat : 12101 (java) S 12090 12092 12046 0 -1 64 1052 0 0 0 95 1 0 0 16 0 13 0 195144155 1754255360 389010 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12092/tid=12102] ppid=12090 vsize=1713140 CPUtime=0
/proc/12092/task/12102/stat : 12102 (java) S 12090 12092 12046 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 195144155 1754255360 389010 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12092/tid=12103] ppid=12090 vsize=1713140 CPUtime=0
/proc/12092/task/12103/stat : 12103 (java) S 12090 12092 12046 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 195144155 1754255360 389010 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12092/tid=12107] ppid=12090 vsize=1713140 CPUtime=0
/proc/12092/task/12107/stat : 12107 (java) S 12090 12092 12046 0 -1 64 32 0 0 0 0 0 0 0 16 0 13 0 195144883 1754255360 389010 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 783.36
Current children cumulated vsize (Kb) 1713140

[startup+780.584 s]
/proc/loadavg: 1.00 1.00 0.93 2/76 12109
/proc/meminfo: memFree=16040/2055920 swapFree=4181444/4192956
[pid=12092] ppid=12090 vsize=1712636 CPUtime=793.36
/proc/12092/stat : 12092 (java) S 12090 12092 12046 0 -1 0 446466 0 1 0 79118 218 0 0 16 0 13 0 195144145 1753739264 388903 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/12092/statm: 428159 388903 1914 14 0 414906 0
[pid=12092/tid=12093] ppid=12090 vsize=1712636 CPUtime=11.89
/proc/12092/task/12093/stat : 12093 (java) S 12090 12092 12046 0 -1 64 199986 0 0 0 1092 97 0 0 17 0 13 0 195144148 1753739264 388903 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12092/tid=12094] ppid=12090 vsize=1712636 CPUtime=11.91
/proc/12092/task/12094/stat : 12094 (java) S 12090 12092 12046 0 -1 64 199762 0 0 0 1098 93 0 0 17 0 13 0 195144148 1753739264 388903 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12092/tid=12095] ppid=12090 vsize=1712636 CPUtime=205.88
/proc/12092/task/12095/stat : 12095 (java) R 12090 12092 12046 0 -1 64 2678 0 0 0 20585 3 0 0 23 0 13 0 195144151 1753739264 388903 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4154649000 0 0 0 23759 0 0 0 -1 0 0 0
[pid=12092/tid=12096] ppid=12090 vsize=1712636 CPUtime=0
/proc/12092/task/12096/stat : 12096 (java) S 12090 12092 12046 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 195144151 1753739264 388903 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12092/tid=12097] ppid=12090 vsize=1712636 CPUtime=0
/proc/12092/task/12097/stat : 12097 (java) S 12090 12092 12046 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 195144151 1753739264 388903 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12092/tid=12098] ppid=12090 vsize=1712636 CPUtime=0
/proc/12092/task/12098/stat : 12098 (java) S 12090 12092 12046 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 195144155 1753739264 388903 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12092/tid=12099] ppid=12090 vsize=1712636 CPUtime=0.01
/proc/12092/task/12099/stat : 12099 (java) S 12090 12092 12046 0 -1 64 2 0 0 0 1 0 0 0 16 0 13 0 195144155 1753739264 388903 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12092/tid=12100] ppid=12090 vsize=1712636 CPUtime=0.9
/proc/12092/task/12100/stat : 12100 (java) S 12090 12092 12046 0 -1 64 2077 0 0 0 89 1 0 0 17 0 13 0 195144155 1753739264 388903 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12092/tid=12101] ppid=12090 vsize=1712636 CPUtime=0.96
/proc/12092/task/12101/stat : 12101 (java) S 12090 12092 12046 0 -1 64 1052 0 0 0 95 1 0 0 16 0 13 0 195144155 1753739264 388903 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12092/tid=12102] ppid=12090 vsize=1712636 CPUtime=0
/proc/12092/task/12102/stat : 12102 (java) S 12090 12092 12046 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 195144155 1753739264 388903 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12092/tid=12103] ppid=12090 vsize=1712636 CPUtime=0
/proc/12092/task/12103/stat : 12103 (java) S 12090 12092 12046 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 195144155 1753739264 388903 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12092/tid=12107] ppid=12090 vsize=1712636 CPUtime=0
/proc/12092/task/12107/stat : 12107 (java) S 12090 12092 12046 0 -1 64 33 0 0 0 0 0 0 0 16 0 13 0 195144883 1753739264 388903 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 793.36
Current children cumulated vsize (Kb) 1712636

[startup+790.591 s]
/proc/loadavg: 1.00 1.00 0.93 2/77 12110
/proc/meminfo: memFree=15968/2055920 swapFree=4181444/4192956
[pid=12092] ppid=12090 vsize=1713152 CPUtime=803.37
/proc/12092/stat : 12092 (java) S 12090 12092 12046 0 -1 0 446478 0 1 0 80119 218 0 0 17 0 14 0 195144145 1754267648 388911 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/12092/statm: 428288 388911 1916 14 0 415035 0
[pid=12092/tid=12093] ppid=12090 vsize=1713152 CPUtime=11.89
/proc/12092/task/12093/stat : 12093 (java) S 12090 12092 12046 0 -1 64 199986 0 0 0 1092 97 0 0 17 0 14 0 195144148 1754267648 388911 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12092/tid=12094] ppid=12090 vsize=1713152 CPUtime=11.91
/proc/12092/task/12094/stat : 12094 (java) S 12090 12092 12046 0 -1 64 199762 0 0 0 1098 93 0 0 17 0 14 0 195144148 1754267648 388911 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12092/tid=12095] ppid=12090 vsize=1713152 CPUtime=215.88
/proc/12092/task/12095/stat : 12095 (java) R 12090 12092 12046 0 -1 64 2678 0 0 0 21585 3 0 0 25 0 14 0 195144151 1754267648 388911 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4154472577 0 0 0 23759 0 0 0 -1 0 0 0
[pid=12092/tid=12096] ppid=12090 vsize=1713152 CPUtime=0
/proc/12092/task/12096/stat : 12096 (java) S 12090 12092 12046 0 -1 64 9 0 0 0 0 0 0 0 16 0 14 0 195144151 1754267648 388911 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12092/tid=12097] ppid=12090 vsize=1713152 CPUtime=0
/proc/12092/task/12097/stat : 12097 (java) S 12090 12092 12046 0 -1 64 5 0 0 0 0 0 0 0 17 0 14 0 195144151 1754267648 388911 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12092/tid=12098] ppid=12090 vsize=1713152 CPUtime=0
/proc/12092/task/12098/stat : 12098 (java) S 12090 12092 12046 0 -1 64 0 0 0 0 0 0 0 0 23 0 14 0 195144155 1754267648 388911 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12092/tid=12099] ppid=12090 vsize=1713152 CPUtime=0.01
/proc/12092/task/12099/stat : 12099 (java) S 12090 12092 12046 0 -1 64 2 0 0 0 1 0 0 0 16 0 14 0 195144155 1754267648 388911 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12092/tid=12100] ppid=12090 vsize=1713152 CPUtime=0.9
/proc/12092/task/12100/stat : 12100 (java) S 12090 12092 12046 0 -1 64 2077 0 0 0 89 1 0 0 17 0 14 0 195144155 1754267648 388911 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12092/tid=12101] ppid=12090 vsize=1713152 CPUtime=0.96
/proc/12092/task/12101/stat : 12101 (java) S 12090 12092 12046 0 -1 64 1052 0 0 0 95 1 0 0 16 0 14 0 195144155 1754267648 388911 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12092/tid=12102] ppid=12090 vsize=1713152 CPUtime=0
/proc/12092/task/12102/stat : 12102 (java) S 12090 12092 12046 0 -1 64 1 0 0 0 0 0 0 0 24 0 14 0 195144155 1754267648 388911 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12092/tid=12103] ppid=12090 vsize=1713152 CPUtime=0
/proc/12092/task/12103/stat : 12103 (java) S 12090 12092 12046 0 -1 64 2 0 0 0 0 0 0 0 15 0 14 0 195144155 1754267648 388911 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12092/tid=12107] ppid=12090 vsize=1713152 CPUtime=0
/proc/12092/task/12107/stat : 12107 (java) S 12090 12092 12046 0 -1 64 35 0 0 0 0 0 0 0 16 0 14 0 195144883 1754267648 388911 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12092/tid=12110] ppid=12090 vsize=1713152 CPUtime=0
/proc/12092/task/12110/stat : 12110 (java) S 12090 12092 12046 0 -1 64 5 0 0 0 0 0 0 0 16 0 14 0 195222253 1754267648 388911 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 803.37
Current children cumulated vsize (Kb) 1713152

Child status: 1
Real time (s): 795.027
CPU time (s): 807.795
CPU user time (s): 805.38
CPU system time (s): 2.41563
CPU usage (%): 101.606
Max. virtual memory (cumulated for all children) (Kb): 1713984

Launcher Data (download as text)

Begin job on node42 on Sat Jun  3 00:32:51 UTC 2006


FILE ID= 43076-1149294770

PBS_JOBID= 307057

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

MD5SUM SOLVER= 3cef94aa015dc0dd234d31843a257d70
MD5SUM BENCH=  62a6bdf0e089cd0b8a79007277394096

RANDOM SEED= 876530748


/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.216
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.216
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:       1180376 kB
Buffers:         37904 kB
Cached:         763924 kB
SwapCached:       3428 kB
Active:         297192 kB
Inactive:       513504 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1180376 kB
SwapTotal:     4192956 kB
SwapFree:      4181444 kB
Dirty:             164 kB
Writeback:           0 kB
Mapped:          14932 kB
Slab:            50868 kB
Committed_AS:   304840 kB
PageTables:       1428 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB


End job on node42 on Sat Jun  3 00:46:06 UTC 2006