Trace number 42314

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 NameAnswerCPU timeWall clock time
SAT4JPSEUDO 2006.2 HeuristicsUNSAT 106.551 105.317

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/web/
uclid_pb_benchmarks/normalized-dlx1c.rwmem.ucl.opb
MD5SUMd796017ccd28821dde70ee2d87448ada
Bench CategorySATUNSAT-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.856869
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables9051
Total number of constraints25833
Number of constraints which are clauses24941
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints892
Minimum length of a constraint1
Maximum length of a constraint11
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 33
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 126
Number of bits of the biggest sum of numbers7
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data (download as text)

0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.14	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.15	c no version file found!!!
0.15	c sun.arch.data.model	32
0.15	c java.version	1.5.0_06
0.15	c os.name	Linux
0.15	c os.version	2.6.9-34.ELsmp
0.15	c os.arch	i386
0.15	c Free memory 1548419056
0.15	c Max memory 1551040512
0.15	c Total memory 1551040512
0.15	c Number of processors 2
0.21	c Cutting planes based inference
0.21	c --- Begin Solver configuration ---
0.21	c org.sat4j.minisat.uip.FirstUIP@1df073d
0.21	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@1546e25
0.21	c org.sat4j.minisat.learning.MiniSATLearning@b66cc
0.21	c conflictBoundIncFactor=1.5 learntBoundIncFactor=1.1 initLearntBoundConstraintFactor=10000.0 initConflictBound=100 
0.21	c VSIDS like heuristics from MiniSAT using a heap
0.21	c No reason simplification
0.21	c --- End Solver configuration ---
0.22	c solving ROOT/tmp/node91/42314-1149238970/instance-42314-1149238970.opb
0.22	c reading problem ... 
5.24	c ... done. Time 5.027 ms.
5.24	c #vars     9051
5.24	c #constraints  25832
105.25	c starts		: 7
105.25	c conflicts		: 2941
105.25	c decisions		: 10013
105.25	c propagations		: 1171671
105.25	c inspects		: 3703346
105.25	c learnt literals	: 2
105.25	c learnt binary clauses	: 87
105.25	c learnt ternary clauses	: 69
105.25	c learnt clauses	: 2938
105.25	c root simplifications	: 0
105.25	c removed literals (reason simplification)	: 0
105.25	c reason swapping (by a shorter reason)	: 0
105.25	c Calls to reduceDB	: 0
105.25	c speed (decisions/second)	: 100.14902831537992
105.25	c non guided choices	1469
105.25	s UNSATISFIABLE
105.25	c Total wall clock time (ms): 105.034

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/node91/watcher-42314-1149238970 -o ROOT/results/node91/solver-42314-1149238970 -C 1800 -M 1800 -S 64 java -server -Xms1500M -Xmx1500M -jar ROOT/solvers/PB/PB06final/user5/sat4jPseudoHeuristics.jar ROOT/tmp/node91/42314-1149238970/instance-42314-1149238970.opb 726482884 

Current StackSize limit: 67108864 bytes

/proc/loadavg: 0.91 0.97 0.91 2/68 25817
/proc/meminfo: memFree=1562968/2055892 swapFree=4085380/4096564
[pid=25817] ppid=25815 vsize=1788 CPUtime=0
/proc/25817/stat : 25817 (java) R 25815 25817 25772 0 -1 0 166 0 0 0 0 0 0 0 19 0 1 0 189535900 1830912 135 18446744073709551615 134512640 134570276 4294956608 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/25817/statm: 447 135 100 14 0 91 0

[startup+10.0017 s]
/proc/loadavg: 1.00 0.98 0.92 2/80 25829
/proc/meminfo: memFree=1377360/2055892 swapFree=4085380/4096564
[pid=25817] ppid=25815 vsize=1710548 CPUtime=10.75
/proc/25817/stat : 25817 (java) R 25815 25817 25772 0 -1 0 49359 0 1 0 1052 23 0 0 25 0 13 0 189535900 1751601152 48194 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071503711 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/25817/statm: 427637 48194 1899 14 0 414383 0
[pid=25817/tid=25818] ppid=25815 vsize=1710548 CPUtime=0.07
/proc/25817/task/25818/stat : 25818 (java) S 25815 25817 25772 0 -1 64 1395 0 0 0 7 0 0 0 16 0 13 0 189535904 1751601152 48194 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25817/tid=25819] ppid=25815 vsize=1710548 CPUtime=0.06
/proc/25817/task/25819/stat : 25819 (java) S 25815 25817 25772 0 -1 64 1394 0 0 0 6 0 0 0 16 0 13 0 189535904 1751601152 48194 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25817/tid=25820] ppid=25815 vsize=1710548 CPUtime=0
/proc/25817/task/25820/stat : 25820 (java) S 25815 25817 25772 0 -1 64 30 0 0 0 0 0 0 0 16 0 13 0 189535906 1751601152 48194 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=25817/tid=25821] ppid=25815 vsize=1710548 CPUtime=0
/proc/25817/task/25821/stat : 25821 (java) S 25815 25817 25772 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 189535907 1751601152 48194 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25817/tid=25822] ppid=25815 vsize=1710548 CPUtime=0
/proc/25817/task/25822/stat : 25822 (java) S 25815 25817 25772 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 189535907 1751601152 48194 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25817/tid=25823] ppid=25815 vsize=1710548 CPUtime=0
/proc/25817/task/25823/stat : 25823 (java) S 25815 25817 25772 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 189535910 1751601152 48194 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25817/tid=25824] ppid=25815 vsize=1710548 CPUtime=0
/proc/25817/task/25824/stat : 25824 (java) S 25815 25817 25772 0 -1 64 3 0 0 0 0 0 0 0 17 0 13 0 189535910 1751601152 48194 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25817/tid=25825] ppid=25815 vsize=1710548 CPUtime=0.51
/proc/25817/task/25825/stat : 25825 (java) S 25815 25817 25772 0 -1 64 722 0 0 0 51 0 0 0 16 0 13 0 189535910 1751601152 48194 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25817/tid=25826] ppid=25815 vsize=1710548 CPUtime=0.47
/proc/25817/task/25826/stat : 25826 (java) S 25815 25817 25772 0 -1 64 694 0 0 0 47 0 0 0 16 0 13 0 189535910 1751601152 48194 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25817/tid=25827] ppid=25815 vsize=1710548 CPUtime=0
/proc/25817/task/25827/stat : 25827 (java) S 25815 25817 25772 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 189535910 1751601152 48194 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25817/tid=25828] ppid=25815 vsize=1710548 CPUtime=0
/proc/25817/task/25828/stat : 25828 (java) S 25815 25817 25772 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 189535910 1751601152 48194 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25817/tid=25829] ppid=25815 vsize=1710548 CPUtime=0
/proc/25817/task/25829/stat : 25829 (java) S 25815 25817 25772 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 189536428 1751601152 48194 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 10.75
Current children cumulated vsize (Kb) 1710548

[startup+20.0087 s]
/proc/loadavg: 1.00 0.98 0.92 2/80 25829
/proc/meminfo: memFree=1374872/2055892 swapFree=4085380/4096564
[pid=25817] ppid=25815 vsize=1713620 CPUtime=21.02
/proc/25817/stat : 25817 (java) R 25815 25817 25772 0 -1 0 50395 0 1 0 2079 23 0 0 25 0 13 0 189535900 1754746880 48795 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071503711 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/25817/statm: 428405 48795 1903 14 0 415151 0
[pid=25817/tid=25818] ppid=25815 vsize=1713620 CPUtime=0.07
/proc/25817/task/25818/stat : 25818 (java) S 25815 25817 25772 0 -1 64 1395 0 0 0 7 0 0 0 16 0 13 0 189535904 1754746880 48795 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25817/tid=25819] ppid=25815 vsize=1713620 CPUtime=0.06
/proc/25817/task/25819/stat : 25819 (java) S 25815 25817 25772 0 -1 64 1394 0 0 0 6 0 0 0 16 0 13 0 189535904 1754746880 48795 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25817/tid=25820] ppid=25815 vsize=1713620 CPUtime=0
/proc/25817/task/25820/stat : 25820 (java) S 25815 25817 25772 0 -1 64 30 0 0 0 0 0 0 0 16 0 13 0 189535906 1754746880 48795 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=25817/tid=25821] ppid=25815 vsize=1713620 CPUtime=0
/proc/25817/task/25821/stat : 25821 (java) S 25815 25817 25772 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 189535907 1754746880 48795 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25817/tid=25822] ppid=25815 vsize=1713620 CPUtime=0
/proc/25817/task/25822/stat : 25822 (java) S 25815 25817 25772 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 189535907 1754746880 48795 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25817/tid=25823] ppid=25815 vsize=1713620 CPUtime=0
/proc/25817/task/25823/stat : 25823 (java) S 25815 25817 25772 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 189535910 1754746880 48795 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25817/tid=25824] ppid=25815 vsize=1713620 CPUtime=0
/proc/25817/task/25824/stat : 25824 (java) S 25815 25817 25772 0 -1 64 3 0 0 0 0 0 0 0 15 0 13 0 189535910 1754746880 48795 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25817/tid=25825] ppid=25815 vsize=1713620 CPUtime=0.69
/proc/25817/task/25825/stat : 25825 (java) S 25815 25817 25772 0 -1 64 1669 0 0 0 68 1 0 0 16 0 13 0 189535910 1754746880 48795 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25817/tid=25826] ppid=25815 vsize=1713620 CPUtime=0.62
/proc/25817/task/25826/stat : 25826 (java) S 25815 25817 25772 0 -1 64 771 0 0 0 62 0 0 0 17 0 13 0 189535910 1754746880 48795 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25817/tid=25827] ppid=25815 vsize=1713620 CPUtime=0
/proc/25817/task/25827/stat : 25827 (java) S 25815 25817 25772 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 189535910 1754746880 48795 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25817/tid=25828] ppid=25815 vsize=1713620 CPUtime=0
/proc/25817/task/25828/stat : 25828 (java) S 25815 25817 25772 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 189535910 1754746880 48795 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25817/tid=25829] ppid=25815 vsize=1713620 CPUtime=0
/proc/25817/task/25829/stat : 25829 (java) S 25815 25817 25772 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 189536428 1754746880 48795 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 21.02
Current children cumulated vsize (Kb) 1713620

[startup+30.0156 s]
/proc/loadavg: 1.00 0.98 0.92 2/80 25829
/proc/meminfo: memFree=1373720/2055892 swapFree=4085380/4096564
[pid=25817] ppid=25815 vsize=1713620 CPUtime=31.03
/proc/25817/stat : 25817 (java) R 25815 25817 25772 0 -1 0 50759 0 1 0 3080 23 0 0 25 0 13 0 189535900 1754746880 49128 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071503593 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/25817/statm: 428405 49128 1903 14 0 415151 0
[pid=25817/tid=25818] ppid=25815 vsize=1713620 CPUtime=0.07
/proc/25817/task/25818/stat : 25818 (java) S 25815 25817 25772 0 -1 64 1570 0 0 0 7 0 0 0 16 0 13 0 189535904 1754746880 49128 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25817/tid=25819] ppid=25815 vsize=1713620 CPUtime=0.07
/proc/25817/task/25819/stat : 25819 (java) S 25815 25817 25772 0 -1 64 1581 0 0 0 7 0 0 0 16 0 13 0 189535904 1754746880 49128 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25817/tid=25820] ppid=25815 vsize=1713620 CPUtime=0
/proc/25817/task/25820/stat : 25820 (java) S 25815 25817 25772 0 -1 64 30 0 0 0 0 0 0 0 16 0 13 0 189535906 1754746880 49128 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=25817/tid=25821] ppid=25815 vsize=1713620 CPUtime=0
/proc/25817/task/25821/stat : 25821 (java) S 25815 25817 25772 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 189535907 1754746880 49128 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25817/tid=25822] ppid=25815 vsize=1713620 CPUtime=0
/proc/25817/task/25822/stat : 25822 (java) S 25815 25817 25772 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 189535907 1754746880 49128 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25817/tid=25823] ppid=25815 vsize=1713620 CPUtime=0
/proc/25817/task/25823/stat : 25823 (java) S 25815 25817 25772 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 189535910 1754746880 49128 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25817/tid=25824] ppid=25815 vsize=1713620 CPUtime=0
/proc/25817/task/25824/stat : 25824 (java) S 25815 25817 25772 0 -1 64 3 0 0 0 0 0 0 0 15 0 13 0 189535910 1754746880 49128 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25817/tid=25825] ppid=25815 vsize=1713620 CPUtime=0.69
/proc/25817/task/25825/stat : 25825 (java) S 25815 25817 25772 0 -1 64 1669 0 0 0 68 1 0 0 16 0 13 0 189535910 1754746880 49128 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25817/tid=25826] ppid=25815 vsize=1713620 CPUtime=0.62
/proc/25817/task/25826/stat : 25826 (java) S 25815 25817 25772 0 -1 64 771 0 0 0 62 0 0 0 17 0 13 0 189535910 1754746880 49128 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25817/tid=25827] ppid=25815 vsize=1713620 CPUtime=0
/proc/25817/task/25827/stat : 25827 (java) S 25815 25817 25772 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 189535910 1754746880 49128 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25817/tid=25828] ppid=25815 vsize=1713620 CPUtime=0
/proc/25817/task/25828/stat : 25828 (java) S 25815 25817 25772 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 189535910 1754746880 49128 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25817/tid=25829] ppid=25815 vsize=1713620 CPUtime=0
/proc/25817/task/25829/stat : 25829 (java) S 25815 25817 25772 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 189536428 1754746880 49128 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 31.03
Current children cumulated vsize (Kb) 1713620

[startup+40.0226 s]
/proc/loadavg: 1.00 0.98 0.92 2/80 25829
/proc/meminfo: memFree=1373144/2055892 swapFree=4085380/4096564
[pid=25817] ppid=25815 vsize=1713620 CPUtime=41.2
/proc/25817/stat : 25817 (java) R 25815 25817 25772 0 -1 0 51269 0 1 0 4096 24 0 0 21 0 13 0 189535900 1754746880 49245 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071503361 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/25817/statm: 428405 49245 1907 14 0 415151 0
[pid=25817/tid=25818] ppid=25815 vsize=1713620 CPUtime=0.07
/proc/25817/task/25818/stat : 25818 (java) S 25815 25817 25772 0 -1 64 1570 0 0 0 7 0 0 0 16 0 13 0 189535904 1754746880 49245 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25817/tid=25819] ppid=25815 vsize=1713620 CPUtime=0.07
/proc/25817/task/25819/stat : 25819 (java) S 25815 25817 25772 0 -1 64 1581 0 0 0 7 0 0 0 16 0 13 0 189535904 1754746880 49245 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25817/tid=25820] ppid=25815 vsize=1713620 CPUtime=0
/proc/25817/task/25820/stat : 25820 (java) S 25815 25817 25772 0 -1 64 30 0 0 0 0 0 0 0 16 0 13 0 189535906 1754746880 49245 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=25817/tid=25821] ppid=25815 vsize=1713620 CPUtime=0
/proc/25817/task/25821/stat : 25821 (java) S 25815 25817 25772 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 189535907 1754746880 49245 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25817/tid=25822] ppid=25815 vsize=1713620 CPUtime=0
/proc/25817/task/25822/stat : 25822 (java) S 25815 25817 25772 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 189535907 1754746880 49245 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25817/tid=25823] ppid=25815 vsize=1713620 CPUtime=0
/proc/25817/task/25823/stat : 25823 (java) S 25815 25817 25772 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 189535910 1754746880 49245 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25817/tid=25824] ppid=25815 vsize=1713620 CPUtime=0.01
/proc/25817/task/25824/stat : 25824 (java) S 25815 25817 25772 0 -1 64 3 0 0 0 1 0 0 0 16 0 13 0 189535910 1754746880 49245 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25817/tid=25825] ppid=25815 vsize=1713620 CPUtime=0.84
/proc/25817/task/25825/stat : 25825 (java) S 25815 25817 25772 0 -1 64 2172 0 0 0 83 1 0 0 15 0 13 0 189535910 1754746880 49245 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25817/tid=25826] ppid=25815 vsize=1713620 CPUtime=0.64
/proc/25817/task/25826/stat : 25826 (java) S 25815 25817 25772 0 -1 64 773 0 0 0 64 0 0 0 15 0 13 0 189535910 1754746880 49245 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25817/tid=25827] ppid=25815 vsize=1713620 CPUtime=0
/proc/25817/task/25827/stat : 25827 (java) S 25815 25817 25772 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 189535910 1754746880 49245 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25817/tid=25828] ppid=25815 vsize=1713620 CPUtime=0
/proc/25817/task/25828/stat : 25828 (java) S 25815 25817 25772 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 189535910 1754746880 49245 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25817/tid=25829] ppid=25815 vsize=1713620 CPUtime=0
/proc/25817/task/25829/stat : 25829 (java) S 25815 25817 25772 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 189536428 1754746880 49245 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 41.2
Current children cumulated vsize (Kb) 1713620

[startup+50.0296 s]
/proc/loadavg: 1.00 0.98 0.92 2/80 25829
/proc/meminfo: memFree=1374424/2055892 swapFree=4085380/4096564
[pid=25817] ppid=25815 vsize=1712596 CPUtime=51.25
/proc/25817/stat : 25817 (java) R 25815 25817 25772 0 -1 0 51313 0 1 0 5101 24 0 0 25 0 13 0 189535900 1753698304 48906 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071503593 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/25817/statm: 428149 48906 1907 14 0 414895 0
[pid=25817/tid=25818] ppid=25815 vsize=1712596 CPUtime=0.08
/proc/25817/task/25818/stat : 25818 (java) S 25815 25817 25772 0 -1 64 1583 0 0 0 8 0 0 0 16 0 13 0 189535904 1753698304 48906 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25817/tid=25819] ppid=25815 vsize=1712596 CPUtime=0.07
/proc/25817/task/25819/stat : 25819 (java) S 25815 25817 25772 0 -1 64 1608 0 0 0 7 0 0 0 16 0 13 0 189535904 1753698304 48906 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25817/tid=25820] ppid=25815 vsize=1712596 CPUtime=0
/proc/25817/task/25820/stat : 25820 (java) S 25815 25817 25772 0 -1 64 30 0 0 0 0 0 0 0 16 0 13 0 189535906 1753698304 48906 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=25817/tid=25821] ppid=25815 vsize=1712596 CPUtime=0
/proc/25817/task/25821/stat : 25821 (java) S 25815 25817 25772 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 189535907 1753698304 48906 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25817/tid=25822] ppid=25815 vsize=1712596 CPUtime=0
/proc/25817/task/25822/stat : 25822 (java) S 25815 25817 25772 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 189535907 1753698304 48906 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25817/tid=25823] ppid=25815 vsize=1712596 CPUtime=0
/proc/25817/task/25823/stat : 25823 (java) S 25815 25817 25772 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 189535910 1753698304 48906 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25817/tid=25824] ppid=25815 vsize=1712596 CPUtime=0.01
/proc/25817/task/25824/stat : 25824 (java) S 25815 25817 25772 0 -1 64 3 0 0 0 1 0 0 0 16 0 13 0 189535910 1753698304 48906 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25817/tid=25825] ppid=25815 vsize=1712596 CPUtime=0.87
/proc/25817/task/25825/stat : 25825 (java) S 25815 25817 25772 0 -1 64 2174 0 0 0 86 1 0 0 15 0 13 0 189535910 1753698304 48906 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25817/tid=25826] ppid=25815 vsize=1712596 CPUtime=0.65
/proc/25817/task/25826/stat : 25826 (java) S 25815 25817 25772 0 -1 64 773 0 0 0 65 0 0 0 17 0 13 0 189535910 1753698304 48906 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25817/tid=25827] ppid=25815 vsize=1712596 CPUtime=0
/proc/25817/task/25827/stat : 25827 (java) S 25815 25817 25772 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 189535910 1753698304 48906 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25817/tid=25828] ppid=25815 vsize=1712596 CPUtime=0
/proc/25817/task/25828/stat : 25828 (java) S 25815 25817 25772 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 189535910 1753698304 48906 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25817/tid=25829] ppid=25815 vsize=1712596 CPUtime=0
/proc/25817/task/25829/stat : 25829 (java) S 25815 25817 25772 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 189536428 1753698304 48906 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 51.25
Current children cumulated vsize (Kb) 1712596

[startup+60.0365 s]
/proc/loadavg: 1.00 0.98 0.92 2/80 25829
/proc/meminfo: memFree=1374424/2055892 swapFree=4085380/4096564
[pid=25817] ppid=25815 vsize=1712596 CPUtime=61.26
/proc/25817/stat : 25817 (java) R 25815 25817 25772 0 -1 0 51413 0 1 0 6102 24 0 0 25 0 13 0 189535900 1753698304 48913 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071618998 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/25817/statm: 428149 48913 1907 14 0 414895 0
[pid=25817/tid=25818] ppid=25815 vsize=1712596 CPUtime=0.08
/proc/25817/task/25818/stat : 25818 (java) S 25815 25817 25772 0 -1 64 1645 0 0 0 8 0 0 0 16 0 13 0 189535904 1753698304 48913 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25817/tid=25819] ppid=25815 vsize=1712596 CPUtime=0.07
/proc/25817/task/25819/stat : 25819 (java) S 25815 25817 25772 0 -1 64 1644 0 0 0 7 0 0 0 16 0 13 0 189535904 1753698304 48913 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25817/tid=25820] ppid=25815 vsize=1712596 CPUtime=0
/proc/25817/task/25820/stat : 25820 (java) S 25815 25817 25772 0 -1 64 30 0 0 0 0 0 0 0 16 0 13 0 189535906 1753698304 48913 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=25817/tid=25821] ppid=25815 vsize=1712596 CPUtime=0
/proc/25817/task/25821/stat : 25821 (java) S 25815 25817 25772 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 189535907 1753698304 48913 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25817/tid=25822] ppid=25815 vsize=1712596 CPUtime=0
/proc/25817/task/25822/stat : 25822 (java) S 25815 25817 25772 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 189535907 1753698304 48913 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25817/tid=25823] ppid=25815 vsize=1712596 CPUtime=0
/proc/25817/task/25823/stat : 25823 (java) S 25815 25817 25772 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 189535910 1753698304 48913 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25817/tid=25824] ppid=25815 vsize=1712596 CPUtime=0.01
/proc/25817/task/25824/stat : 25824 (java) S 25815 25817 25772 0 -1 64 3 0 0 0 1 0 0 0 16 0 13 0 189535910 1753698304 48913 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25817/tid=25825] ppid=25815 vsize=1712596 CPUtime=0.87
/proc/25817/task/25825/stat : 25825 (java) S 25815 25817 25772 0 -1 64 2174 0 0 0 86 1 0 0 16 0 13 0 189535910 1753698304 48913 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25817/tid=25826] ppid=25815 vsize=1712596 CPUtime=0.66
/proc/25817/task/25826/stat : 25826 (java) S 25815 25817 25772 0 -1 64 773 0 0 0 66 0 0 0 16 0 13 0 189535910 1753698304 48913 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25817/tid=25827] ppid=25815 vsize=1712596 CPUtime=0
/proc/25817/task/25827/stat : 25827 (java) S 25815 25817 25772 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 189535910 1753698304 48913 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25817/tid=25828] ppid=25815 vsize=1712596 CPUtime=0
/proc/25817/task/25828/stat : 25828 (java) S 25815 25817 25772 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 189535910 1753698304 48913 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25817/tid=25829] ppid=25815 vsize=1712596 CPUtime=0
/proc/25817/task/25829/stat : 25829 (java) S 25815 25817 25772 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 189536428 1753698304 48913 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 61.26
Current children cumulated vsize (Kb) 1712596

[startup+70.0435 s]
/proc/loadavg: 1.00 0.98 0.92 2/80 25829
/proc/meminfo: memFree=1375320/2055892 swapFree=4085380/4096564
[pid=25817] ppid=25815 vsize=1711572 CPUtime=71.28
/proc/25817/stat : 25817 (java) R 25815 25817 25772 0 -1 0 51415 0 1 0 7104 24 0 0 17 0 13 0 189535900 1752649728 48693 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071503579 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/25817/statm: 427893 48693 1907 14 0 414639 0
[pid=25817/tid=25818] ppid=25815 vsize=1711572 CPUtime=0.08
/proc/25817/task/25818/stat : 25818 (java) S 25815 25817 25772 0 -1 64 1645 0 0 0 8 0 0 0 16 0 13 0 189535904 1752649728 48693 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25817/tid=25819] ppid=25815 vsize=1711572 CPUtime=0.07
/proc/25817/task/25819/stat : 25819 (java) S 25815 25817 25772 0 -1 64 1644 0 0 0 7 0 0 0 16 0 13 0 189535904 1752649728 48693 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25817/tid=25820] ppid=25815 vsize=1711572 CPUtime=0
/proc/25817/task/25820/stat : 25820 (java) S 25815 25817 25772 0 -1 64 30 0 0 0 0 0 0 0 16 0 13 0 189535906 1752649728 48693 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=25817/tid=25821] ppid=25815 vsize=1711572 CPUtime=0
/proc/25817/task/25821/stat : 25821 (java) S 25815 25817 25772 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 189535907 1752649728 48693 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25817/tid=25822] ppid=25815 vsize=1711572 CPUtime=0
/proc/25817/task/25822/stat : 25822 (java) S 25815 25817 25772 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 189535907 1752649728 48693 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25817/tid=25823] ppid=25815 vsize=1711572 CPUtime=0
/proc/25817/task/25823/stat : 25823 (java) S 25815 25817 25772 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 189535910 1752649728 48693 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25817/tid=25824] ppid=25815 vsize=1711572 CPUtime=0.01
/proc/25817/task/25824/stat : 25824 (java) S 25815 25817 25772 0 -1 64 3 0 0 0 1 0 0 0 16 0 13 0 189535910 1752649728 48693 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25817/tid=25825] ppid=25815 vsize=1711572 CPUtime=0.88
/proc/25817/task/25825/stat : 25825 (java) S 25815 25817 25772 0 -1 64 2174 0 0 0 87 1 0 0 16 0 13 0 189535910 1752649728 48693 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25817/tid=25826] ppid=25815 vsize=1711572 CPUtime=0.67
/proc/25817/task/25826/stat : 25826 (java) S 25815 25817 25772 0 -1 64 773 0 0 0 67 0 0 0 16 0 13 0 189535910 1752649728 48693 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25817/tid=25827] ppid=25815 vsize=1711572 CPUtime=0
/proc/25817/task/25827/stat : 25827 (java) S 25815 25817 25772 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 189535910 1752649728 48693 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25817/tid=25828] ppid=25815 vsize=1711572 CPUtime=0
/proc/25817/task/25828/stat : 25828 (java) S 25815 25817 25772 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 189535910 1752649728 48693 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25817/tid=25829] ppid=25815 vsize=1711572 CPUtime=0
/proc/25817/task/25829/stat : 25829 (java) S 25815 25817 25772 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 189536428 1752649728 48693 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 71.28
Current children cumulated vsize (Kb) 1711572

[startup+80.0505 s]
/proc/loadavg: 1.00 0.98 0.92 2/80 25829
/proc/meminfo: memFree=1375896/2055892 swapFree=4085380/4096564
[pid=25817] ppid=25815 vsize=1711572 CPUtime=81.29
/proc/25817/stat : 25817 (java) R 25815 25817 25772 0 -1 0 51465 0 1 0 8105 24 0 0 25 0 13 0 189535900 1752649728 48554 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071503904 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/25817/statm: 427893 48554 1907 14 0 414639 0
[pid=25817/tid=25818] ppid=25815 vsize=1711572 CPUtime=0.08
/proc/25817/task/25818/stat : 25818 (java) S 25815 25817 25772 0 -1 64 1655 0 0 0 8 0 0 0 16 0 13 0 189535904 1752649728 48554 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25817/tid=25819] ppid=25815 vsize=1711572 CPUtime=0.08
/proc/25817/task/25819/stat : 25819 (java) S 25815 25817 25772 0 -1 64 1681 0 0 0 8 0 0 0 16 0 13 0 189535904 1752649728 48554 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25817/tid=25820] ppid=25815 vsize=1711572 CPUtime=0
/proc/25817/task/25820/stat : 25820 (java) S 25815 25817 25772 0 -1 64 30 0 0 0 0 0 0 0 16 0 13 0 189535906 1752649728 48554 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=25817/tid=25821] ppid=25815 vsize=1711572 CPUtime=0
/proc/25817/task/25821/stat : 25821 (java) S 25815 25817 25772 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 189535907 1752649728 48554 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25817/tid=25822] ppid=25815 vsize=1711572 CPUtime=0
/proc/25817/task/25822/stat : 25822 (java) S 25815 25817 25772 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 189535907 1752649728 48554 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25817/tid=25823] ppid=25815 vsize=1711572 CPUtime=0
/proc/25817/task/25823/stat : 25823 (java) S 25815 25817 25772 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 189535910 1752649728 48554 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25817/tid=25824] ppid=25815 vsize=1711572 CPUtime=0.01
/proc/25817/task/25824/stat : 25824 (java) S 25815 25817 25772 0 -1 64 3 0 0 0 1 0 0 0 16 0 13 0 189535910 1752649728 48554 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25817/tid=25825] ppid=25815 vsize=1711572 CPUtime=0.88
/proc/25817/task/25825/stat : 25825 (java) S 25815 25817 25772 0 -1 64 2175 0 0 0 87 1 0 0 16 0 13 0 189535910 1752649728 48554 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25817/tid=25826] ppid=25815 vsize=1711572 CPUtime=0.67
/proc/25817/task/25826/stat : 25826 (java) S 25815 25817 25772 0 -1 64 773 0 0 0 67 0 0 0 16 0 13 0 189535910 1752649728 48554 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25817/tid=25827] ppid=25815 vsize=1711572 CPUtime=0
/proc/25817/task/25827/stat : 25827 (java) S 25815 25817 25772 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 189535910 1752649728 48554 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25817/tid=25828] ppid=25815 vsize=1711572 CPUtime=0
/proc/25817/task/25828/stat : 25828 (java) S 25815 25817 25772 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 189535910 1752649728 48554 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25817/tid=25829] ppid=25815 vsize=1711572 CPUtime=0
/proc/25817/task/25829/stat : 25829 (java) S 25815 25817 25772 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 189536428 1752649728 48554 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 81.29
Current children cumulated vsize (Kb) 1711572

[startup+90.0574 s]
/proc/loadavg: 1.00 0.98 0.92 2/80 25829
/proc/meminfo: memFree=1376600/2055892 swapFree=4085380/4096564
[pid=25817] ppid=25815 vsize=1711572 CPUtime=91.32
/proc/25817/stat : 25817 (java) R 25815 25817 25772 0 -1 0 51524 0 1 0 9108 24 0 0 25 0 13 0 189535900 1752649728 48370 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071503904 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/25817/statm: 427893 48370 1907 14 0 414639 0
[pid=25817/tid=25818] ppid=25815 vsize=1711572 CPUtime=0.09
/proc/25817/task/25818/stat : 25818 (java) S 25815 25817 25772 0 -1 64 1678 0 0 0 9 0 0 0 16 0 13 0 189535904 1752649728 48370 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25817/tid=25819] ppid=25815 vsize=1711572 CPUtime=0.08
/proc/25817/task/25819/stat : 25819 (java) S 25815 25817 25772 0 -1 64 1714 0 0 0 8 0 0 0 17 0 13 0 189535904 1752649728 48370 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25817/tid=25820] ppid=25815 vsize=1711572 CPUtime=0
/proc/25817/task/25820/stat : 25820 (java) S 25815 25817 25772 0 -1 64 30 0 0 0 0 0 0 0 16 0 13 0 189535906 1752649728 48370 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=25817/tid=25821] ppid=25815 vsize=1711572 CPUtime=0
/proc/25817/task/25821/stat : 25821 (java) S 25815 25817 25772 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 189535907 1752649728 48370 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25817/tid=25822] ppid=25815 vsize=1711572 CPUtime=0
/proc/25817/task/25822/stat : 25822 (java) S 25815 25817 25772 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 189535907 1752649728 48370 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25817/tid=25823] ppid=25815 vsize=1711572 CPUtime=0
/proc/25817/task/25823/stat : 25823 (java) S 25815 25817 25772 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 189535910 1752649728 48370 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25817/tid=25824] ppid=25815 vsize=1711572 CPUtime=0.01
/proc/25817/task/25824/stat : 25824 (java) S 25815 25817 25772 0 -1 64 3 0 0 0 1 0 0 0 16 0 13 0 189535910 1752649728 48370 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25817/tid=25825] ppid=25815 vsize=1711572 CPUtime=0.89
/proc/25817/task/25825/stat : 25825 (java) S 25815 25817 25772 0 -1 64 2176 0 0 0 88 1 0 0 16 0 13 0 189535910 1752649728 48370 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25817/tid=25826] ppid=25815 vsize=1711572 CPUtime=0.69
/proc/25817/task/25826/stat : 25826 (java) S 25815 25817 25772 0 -1 64 774 0 0 0 69 0 0 0 16 0 13 0 189535910 1752649728 48370 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25817/tid=25827] ppid=25815 vsize=1711572 CPUtime=0
/proc/25817/task/25827/stat : 25827 (java) S 25815 25817 25772 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 189535910 1752649728 48370 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25817/tid=25828] ppid=25815 vsize=1711572 CPUtime=0
/proc/25817/task/25828/stat : 25828 (java) S 25815 25817 25772 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 189535910 1752649728 48370 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25817/tid=25829] ppid=25815 vsize=1711572 CPUtime=0
/proc/25817/task/25829/stat : 25829 (java) S 25815 25817 25772 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 189536428 1752649728 48370 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 91.32
Current children cumulated vsize (Kb) 1711572

[startup+100.064 s]
/proc/loadavg: 1.00 0.98 0.92 2/80 25829
/proc/meminfo: memFree=1377240/2055892 swapFree=4085380/4096564
[pid=25817] ppid=25815 vsize=1711572 CPUtime=101.32
/proc/25817/stat : 25817 (java) R 25815 25817 25772 0 -1 0 51603 0 1 0 10108 24 0 0 23 0 13 0 189535900 1752649728 48205 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071618768 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/25817/statm: 427893 48205 1907 14 0 414639 0
[pid=25817/tid=25818] ppid=25815 vsize=1711572 CPUtime=0.09
/proc/25817/task/25818/stat : 25818 (java) S 25815 25817 25772 0 -1 64 1745 0 0 0 9 0 0 0 16 0 13 0 189535904 1752649728 48205 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25817/tid=25819] ppid=25815 vsize=1711572 CPUtime=0.08
/proc/25817/task/25819/stat : 25819 (java) S 25815 25817 25772 0 -1 64 1725 0 0 0 8 0 0 0 16 0 13 0 189535904 1752649728 48205 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25817/tid=25820] ppid=25815 vsize=1711572 CPUtime=0
/proc/25817/task/25820/stat : 25820 (java) S 25815 25817 25772 0 -1 64 30 0 0 0 0 0 0 0 16 0 13 0 189535906 1752649728 48205 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=25817/tid=25821] ppid=25815 vsize=1711572 CPUtime=0
/proc/25817/task/25821/stat : 25821 (java) S 25815 25817 25772 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 189535907 1752649728 48205 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25817/tid=25822] ppid=25815 vsize=1711572 CPUtime=0
/proc/25817/task/25822/stat : 25822 (java) S 25815 25817 25772 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 189535907 1752649728 48205 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25817/tid=25823] ppid=25815 vsize=1711572 CPUtime=0
/proc/25817/task/25823/stat : 25823 (java) S 25815 25817 25772 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 189535910 1752649728 48205 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25817/tid=25824] ppid=25815 vsize=1711572 CPUtime=0.01
/proc/25817/task/25824/stat : 25824 (java) S 25815 25817 25772 0 -1 64 3 0 0 0 1 0 0 0 16 0 13 0 189535910 1752649728 48205 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25817/tid=25825] ppid=25815 vsize=1711572 CPUtime=0.89
/proc/25817/task/25825/stat : 25825 (java) S 25815 25817 25772 0 -1 64 2176 0 0 0 88 1 0 0 16 0 13 0 189535910 1752649728 48205 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25817/tid=25826] ppid=25815 vsize=1711572 CPUtime=0.69
/proc/25817/task/25826/stat : 25826 (java) S 25815 25817 25772 0 -1 64 774 0 0 0 69 0 0 0 16 0 13 0 189535910 1752649728 48205 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25817/tid=25827] ppid=25815 vsize=1711572 CPUtime=0
/proc/25817/task/25827/stat : 25827 (java) S 25815 25817 25772 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 189535910 1752649728 48205 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25817/tid=25828] ppid=25815 vsize=1711572 CPUtime=0
/proc/25817/task/25828/stat : 25828 (java) S 25815 25817 25772 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 189535910 1752649728 48205 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25817/tid=25829] ppid=25815 vsize=1711572 CPUtime=0
/proc/25817/task/25829/stat : 25829 (java) S 25815 25817 25772 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 189536428 1752649728 48205 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 101.32
Current children cumulated vsize (Kb) 1711572

Child status: 20
Real time (s): 105.317
CPU time (s): 106.551
CPU user time (s): 106.278
CPU system time (s): 0.272958
CPU usage (%): 101.172
Max. virtual memory (cumulated for all children) (Kb): 1713620

Launcher Data (download as text)

Begin job on node91 on Fri Jun  2 09:02:50 UTC 2006


FILE ID= 42314-1149238970

PBS_JOBID= 297295

BENCH NAME= ROOT/tmp/node91/42314-1149238970/instance-42314-1149238970.opb
COMMAND LINE= java -server -Xms1500M -Xmx1500M -jar ROOT/solvers/PB/PB06final/user5/sat4jPseudoHeuristics.jar ROOT/tmp/node91/42314-1149238970/instance-42314-1149238970.opb 726482884
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node91/watcher-42314-1149238970 -o ROOT/results/node91/solver-42314-1149238970 -C 1800 -M 1800 -S 64  java -server -Xms1500M -Xmx1500M -jar ROOT/solvers/PB/PB06final/user5/sat4jPseudoHeuristics.jar ROOT/tmp/node91/42314-1149238970/instance-42314-1149238970.opb 726482884

MD5SUM SOLVER= 3cef94aa015dc0dd234d31843a257d70
MD5SUM BENCH=  d796017ccd28821dde70ee2d87448ada

RANDOM SEED= 726482884


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


/proc/meminfo:
MemTotal:      2055892 kB
MemFree:       1563176 kB
Buffers:         35984 kB
Cached:         381968 kB
SwapCached:       2968 kB
Active:          92720 kB
Inactive:       334484 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055892 kB
LowFree:       1563176 kB
SwapTotal:     4096564 kB
SwapFree:      4085380 kB
Dirty:             160 kB
Writeback:           0 kB
Mapped:          16596 kB
Slab:            52084 kB
Committed_AS:   306716 kB
PageTables:       1284 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264388 kB
VmallocChunk: 536606243 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB


End job on node91 on Fri Jun  2 09:04:35 UTC 2006