Trace number 43070

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds, and are wall clock time (not CPU time).

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerObjective functionCPU timeWall clock time
SAT4JPSEUDO 2006.2 Heuristics? (TO) 1802.17 1786.41

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/web/www.nlsde.buaa.edu.cn/
~kexu/benchmarks/frb40-19-opb/normalized-frb40-19-2.opb
MD5SUM5249f5f1c551add7f5b5b920fc1c3b9c
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-39
Best CPU time to get the best result obtained on this benchmark1800.64
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -40
Optimality of the best value was proved NO
Number of variables760
Total number of constraints41263
Number of constraints which are clauses41263
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint2
Number of terms in the objective function 760
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 760
Number of bits of the sum of numbers in the objective function 10
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 760
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data (download as text)

0.37	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.37	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.38	c no version file found!!!
0.38	c sun.arch.data.model	32
0.38	c java.version	1.5.0_06
0.38	c os.name	Linux
0.38	c os.version	2.6.9-22.EL.rootsmp
0.38	c os.arch	i386
0.38	c Free memory 1548419056
0.38	c Max memory 1551040512
0.38	c Total memory 1551040512
0.38	c Number of processors 2
0.46	c Cutting planes based inference
0.46	c --- Begin Solver configuration ---
0.46	c org.sat4j.minisat.uip.FirstUIP@1df073d
0.46	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@1546e25
0.46	c org.sat4j.minisat.learning.MiniSATLearning@b66cc
0.46	c conflictBoundIncFactor=1.5 learntBoundIncFactor=1.1 initLearntBoundConstraintFactor=10000.0 initConflictBound=100 
0.46	c VSIDS like heuristics from MiniSAT using a heap
0.46	c No reason simplification
0.46	c --- End Solver configuration ---
0.46	c solving ROOT/tmp/node36/43070-1154050346/instance-43070-1154050346.opb
0.46	c reading problem ... 
2.37	c ... done. Time 1.907 ms.
2.37	c #vars     760
2.37	c #constraints  41263
2.41	c SATISFIABLE
2.41	c OPTIMIZING...
2.41	c Got one! Ellapsed CPU time (in seconds):1.949
2.42	o -28
3.31	c Got one! Ellapsed CPU time (in seconds):2.854
3.31	o -29
5.53	c Got one! Ellapsed CPU time (in seconds):5.068
5.53	o -32
8.97	c Got one! Ellapsed CPU time (in seconds):8.51
8.97	o -33

Verifier Data (download as text)

ERROR: no interpretation found !

Watcher Data (download as text)

Enforcing CPU limit (will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime (will send SIGXCPU) limit: 1830 seconds
Enforcing Stack size limit: 67108864 bytes

runsolver version 3.0.3 (c) roussel@cril.univ-artois.fr

Enforcing memory limit (will send SIGKILL): 1843200 Kb
Enforcing VSIZE limit: 1887436800 bytes
command line: runsolver --timestamp -w ROOT/results/node36/watcher-43070-1154050346 -o ROOT/results/node36/solver-43070-1154050346 -C 1800 -M 1800 -S 64 java -server -Xms1500M -Xmx1500M -jar ROOT/solvers/PB/PB06final/user5/sat4jPseudoHeuristics.jar ROOT/tmp/node36/43070-1154050346/instance-43070-1154050346.opb 153302887 

Current StackSize limit: 67108864 bytes

/proc/loadavg: 0.92 0.97 0.97 2/64 19879
/proc/meminfo: memFree=1286368/2055920 swapFree=4183160/4192956
[pid=19879] ppid=19877 vsize=216 CPUtime=0
/proc/19879/stat : 19879 (java) R 19877 19879 19830 0 -1 0 47 0 0 0 0 0 0 0 19 0 1 0 151905959 221184 30 18446744073709551615 134512640 134570276 4294956608 18446744073709551615 1528740 0 0 4096 0 0 0 0 17 1 0 0
/proc/19879/statm: 54 30 25 14 0 2 0

[startup+10.0023 s]
/proc/loadavg: 0.93 0.97 0.97 2/76 19895
/proc/meminfo: memFree=1050560/2055920 swapFree=4183160/4192956
[pid=19879] ppid=19877 vsize=1712872 CPUtime=11.45
/proc/19879/stat : 19879 (java) R 19877 19879 19830 0 -1 0 61371 0 57 0 1110 35 0 0 25 0 13 0 151905959 1753980928 56761 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071530930 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/19879/statm: 428218 56761 1910 14 0 414965 0
[pid=19879/tid=19880] ppid=19877 vsize=1712872 CPUtime=0.42
/proc/19879/task/19880/stat : 19880 (java) S 19877 19879 19830 0 -1 64 11332 0 0 0 37 5 0 0 16 0 13 0 151905980 1753980928 56761 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19879/tid=19881] ppid=19877 vsize=1712872 CPUtime=0.41
/proc/19879/task/19881/stat : 19881 (java) S 19877 19879 19830 0 -1 64 9964 0 0 0 37 4 0 0 16 0 13 0 151905980 1753980928 56761 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19879/tid=19882] ppid=19877 vsize=1712872 CPUtime=0
/proc/19879/task/19882/stat : 19882 (java) S 19877 19879 19830 0 -1 64 17 0 0 0 0 0 0 0 17 0 13 0 151905983 1753980928 56761 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=19879/tid=19883] ppid=19877 vsize=1712872 CPUtime=0
/proc/19879/task/19883/stat : 19883 (java) S 19877 19879 19830 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 151905984 1753980928 56761 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19879/tid=19884] ppid=19877 vsize=1712872 CPUtime=0
/proc/19879/task/19884/stat : 19884 (java) S 19877 19879 19830 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 151905984 1753980928 56761 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19879/tid=19885] ppid=19877 vsize=1712872 CPUtime=0
/proc/19879/task/19885/stat : 19885 (java) S 19877 19879 19830 0 -1 64 0 0 0 0 0 0 0 0 22 0 13 0 151905989 1753980928 56761 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19879/tid=19886] ppid=19877 vsize=1712872 CPUtime=0.01
/proc/19879/task/19886/stat : 19886 (java) S 19877 19879 19830 0 -1 64 3 0 0 0 1 0 0 0 16 0 13 0 151905989 1753980928 56761 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19879/tid=19887] ppid=19877 vsize=1712872 CPUtime=0.94
/proc/19879/task/19887/stat : 19887 (java) S 19877 19879 19830 0 -1 64 1493 0 0 0 94 0 0 0 16 0 13 0 151905989 1753980928 56761 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19879/tid=19888] ppid=19877 vsize=1712872 CPUtime=0.88
/proc/19879/task/19888/stat : 19888 (java) S 19877 19879 19830 0 -1 64 2079 0 0 0 87 1 0 0 17 0 13 0 151905989 1753980928 56761 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19879/tid=19889] ppid=19877 vsize=1712872 CPUtime=0
/proc/19879/task/19889/stat : 19889 (java) S 19877 19879 19830 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 151905989 1753980928 56761 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19879/tid=19890] ppid=19877 vsize=1712872 CPUtime=0
/proc/19879/task/19890/stat : 19890 (java) S 19877 19879 19830 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 151905989 1753980928 56761 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19879/tid=19895] ppid=19877 vsize=1712872 CPUtime=0
/proc/19879/task/19895/stat : 19895 (java) S 19877 19879 19830 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 151906858 1753980928 56761 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 11.45
Current children cumulated vsize (Kb) 1712872

[startup+20.0103 s]
/proc/loadavg: 1.02 0.99 0.98 2/76 19895
/proc/meminfo: memFree=996104/2055920 swapFree=4183160/4192956
[pid=19879] ppid=19877 vsize=1712872 CPUtime=22.04
/proc/19879/stat : 19879 (java) R 19877 19879 19830 0 -1 0 77698 0 57 0 2160 44 0 0 25 0 13 0 151905959 1753980928 70372 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071591853 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/19879/statm: 428218 70372 1911 14 0 414965 0
[pid=19879/tid=19880] ppid=19877 vsize=1712872 CPUtime=0.96
/proc/19879/task/19880/stat : 19880 (java) S 19877 19879 19830 0 -1 64 16445 0 0 0 88 8 0 0 16 0 13 0 151905980 1753980928 70372 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19879/tid=19881] ppid=19877 vsize=1712872 CPUtime=0.95
/proc/19879/task/19881/stat : 19881 (java) S 19877 19879 19830 0 -1 64 21088 0 0 0 85 10 0 0 16 0 13 0 151905980 1753980928 70372 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19879/tid=19882] ppid=19877 vsize=1712872 CPUtime=0.01
/proc/19879/task/19882/stat : 19882 (java) S 19877 19879 19830 0 -1 64 19 0 0 0 0 1 0 0 16 0 13 0 151905983 1753980928 70372 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=19879/tid=19883] ppid=19877 vsize=1712872 CPUtime=0
/proc/19879/task/19883/stat : 19883 (java) S 19877 19879 19830 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 151905984 1753980928 70372 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19879/tid=19884] ppid=19877 vsize=1712872 CPUtime=0
/proc/19879/task/19884/stat : 19884 (java) S 19877 19879 19830 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 151905984 1753980928 70372 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19879/tid=19885] ppid=19877 vsize=1712872 CPUtime=0
/proc/19879/task/19885/stat : 19885 (java) S 19877 19879 19830 0 -1 64 0 0 0 0 0 0 0 0 22 0 13 0 151905989 1753980928 70372 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19879/tid=19886] ppid=19877 vsize=1712872 CPUtime=0.01
/proc/19879/task/19886/stat : 19886 (java) S 19877 19879 19830 0 -1 64 3 0 0 0 1 0 0 0 16 0 13 0 151905989 1753980928 70372 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19879/tid=19887] ppid=19877 vsize=1712872 CPUtime=0.96
/proc/19879/task/19887/stat : 19887 (java) S 19877 19879 19830 0 -1 64 1496 0 0 0 96 0 0 0 17 0 13 0 151905989 1753980928 70372 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19879/tid=19888] ppid=19877 vsize=1712872 CPUtime=0.91
/proc/19879/task/19888/stat : 19888 (java) S 19877 19879 19830 0 -1 64 2158 0 0 0 90 1 0 0 16 0 13 0 151905989 1753980928 70372 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19879/tid=19889] ppid=19877 vsize=1712872 CPUtime=0
/proc/19879/task/19889/stat : 19889 (java) S 19877 19879 19830 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 151905989 1753980928 70372 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19879/tid=19890] ppid=19877 vsize=1712872 CPUtime=0
/proc/19879/task/19890/stat : 19890 (java) S 19877 19879 19830 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 151905989 1753980928 70372 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19879/tid=19895] ppid=19877 vsize=1712872 CPUtime=0
/proc/19879/task/19895/stat : 19895 (java) S 19877 19879 19830 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 151906858 1753980928 70372 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 22.04
Current children cumulated vsize (Kb) 1712872

[startup+30.0183 s]
/proc/loadavg: 1.02 0.99 0.98 2/76 19895
/proc/meminfo: memFree=948424/2055920 swapFree=4183160/4192956
[pid=19879] ppid=19877 vsize=1712872 CPUtime=32.38
/proc/19879/stat : 19879 (java) R 19877 19879 19830 0 -1 0 91134 0 57 0 3188 50 0 0 25 0 13 0 151905959 1753980928 82279 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071503349 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/19879/statm: 428218 82279 1911 14 0 414965 0
[pid=19879/tid=19880] ppid=19877 vsize=1712872 CPUtime=1.29
/proc/19879/task/19880/stat : 19880 (java) S 19877 19879 19830 0 -1 64 22363 0 0 0 118 11 0 0 17 0 13 0 151905980 1753980928 82279 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19879/tid=19881] ppid=19877 vsize=1712872 CPUtime=1.28
/proc/19879/task/19881/stat : 19881 (java) S 19877 19879 19830 0 -1 64 28597 0 0 0 115 13 0 0 16 0 13 0 151905980 1753980928 82279 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19879/tid=19882] ppid=19877 vsize=1712872 CPUtime=0.02
/proc/19879/task/19882/stat : 19882 (java) S 19877 19879 19830 0 -1 64 21 0 0 0 1 1 0 0 16 0 13 0 151905983 1753980928 82279 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=19879/tid=19883] ppid=19877 vsize=1712872 CPUtime=0
/proc/19879/task/19883/stat : 19883 (java) S 19877 19879 19830 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 151905984 1753980928 82279 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19879/tid=19884] ppid=19877 vsize=1712872 CPUtime=0
/proc/19879/task/19884/stat : 19884 (java) S 19877 19879 19830 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 151905984 1753980928 82279 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19879/tid=19885] ppid=19877 vsize=1712872 CPUtime=0
/proc/19879/task/19885/stat : 19885 (java) S 19877 19879 19830 0 -1 64 0 0 0 0 0 0 0 0 22 0 13 0 151905989 1753980928 82279 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19879/tid=19886] ppid=19877 vsize=1712872 CPUtime=0.01
/proc/19879/task/19886/stat : 19886 (java) S 19877 19879 19830 0 -1 64 3 0 0 0 1 0 0 0 16 0 13 0 151905989 1753980928 82279 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19879/tid=19887] ppid=19877 vsize=1712872 CPUtime=0.96
/proc/19879/task/19887/stat : 19887 (java) S 19877 19879 19830 0 -1 64 1496 0 0 0 96 0 0 0 17 0 13 0 151905989 1753980928 82279 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19879/tid=19888] ppid=19877 vsize=1712872 CPUtime=0.91
/proc/19879/task/19888/stat : 19888 (java) S 19877 19879 19830 0 -1 64 2158 0 0 0 90 1 0 0 16 0 13 0 151905989 1753980928 82279 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19879/tid=19889] ppid=19877 vsize=1712872 CPUtime=0
/proc/19879/task/19889/stat : 19889 (java) S 19877 19879 19830 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 151905989 1753980928 82279 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19879/tid=19890] ppid=19877 vsize=1712872 CPUtime=0
/proc/19879/task/19890/stat : 19890 (java) S 19877 19879 19830 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 151905989 1753980928 82279 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19879/tid=19895] ppid=19877 vsize=1712872 CPUtime=0
/proc/19879/task/19895/stat : 19895 (java) S 19877 19879 19830 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 151906858 1753980928 82279 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 32.38
Current children cumulated vsize (Kb) 1712872

[startup+40.0253 s]
/proc/loadavg: 1.10 1.00 0.98 2/76 19895
/proc/meminfo: memFree=905032/2055920 swapFree=4183160/4192956
[pid=19879] ppid=19877 vsize=1712872 CPUtime=42.69
/proc/19879/stat : 19879 (java) R 19877 19879 19830 0 -1 0 103577 0 57 0 4212 57 0 0 24 0 13 0 151905959 1753980928 93106 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071665630 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/19879/statm: 428218 93106 1911 14 0 414965 0
[pid=19879/tid=19880] ppid=19877 vsize=1712872 CPUtime=1.6
/proc/19879/task/19880/stat : 19880 (java) S 19877 19879 19830 0 -1 64 26537 0 0 0 148 12 0 0 16 0 13 0 151905980 1753980928 93106 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19879/tid=19881] ppid=19877 vsize=1712872 CPUtime=1.6
/proc/19879/task/19881/stat : 19881 (java) S 19877 19879 19830 0 -1 64 36854 0 0 0 141 19 0 0 17 0 13 0 151905980 1753980928 93106 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19879/tid=19882] ppid=19877 vsize=1712872 CPUtime=0.02
/proc/19879/task/19882/stat : 19882 (java) S 19877 19879 19830 0 -1 64 26 0 0 0 1 1 0 0 15 0 13 0 151905983 1753980928 93106 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=19879/tid=19883] ppid=19877 vsize=1712872 CPUtime=0
/proc/19879/task/19883/stat : 19883 (java) S 19877 19879 19830 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 151905984 1753980928 93106 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19879/tid=19884] ppid=19877 vsize=1712872 CPUtime=0
/proc/19879/task/19884/stat : 19884 (java) S 19877 19879 19830 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 151905984 1753980928 93106 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19879/tid=19885] ppid=19877 vsize=1712872 CPUtime=0
/proc/19879/task/19885/stat : 19885 (java) S 19877 19879 19830 0 -1 64 0 0 0 0 0 0 0 0 22 0 13 0 151905989 1753980928 93106 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19879/tid=19886] ppid=19877 vsize=1712872 CPUtime=0.01
/proc/19879/task/19886/stat : 19886 (java) S 19877 19879 19830 0 -1 64 3 0 0 0 1 0 0 0 16 0 13 0 151905989 1753980928 93106 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19879/tid=19887] ppid=19877 vsize=1712872 CPUtime=0.96
/proc/19879/task/19887/stat : 19887 (java) S 19877 19879 19830 0 -1 64 1496 0 0 0 96 0 0 0 17 0 13 0 151905989 1753980928 93106 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19879/tid=19888] ppid=19877 vsize=1712872 CPUtime=0.91
/proc/19879/task/19888/stat : 19888 (java) S 19877 19879 19830 0 -1 64 2158 0 0 0 90 1 0 0 16 0 13 0 151905989 1753980928 93106 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19879/tid=19889] ppid=19877 vsize=1712872 CPUtime=0
/proc/19879/task/19889/stat : 19889 (java) S 19877 19879 19830 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 151905989 1753980928 93106 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19879/tid=19890] ppid=19877 vsize=1712872 CPUtime=0
/proc/19879/task/19890/stat : 19890 (java) S 19877 19879 19830 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 151905989 1753980928 93106 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19879/tid=19895] ppid=19877 vsize=1712872 CPUtime=0
/proc/19879/task/19895/stat : 19895 (java) S 19877 19879 19830 0 -1 64 0 0 0 0 0 0 0 0 16 0 13 0 151906858 1753980928 93106 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 42.69
Current children cumulated vsize (Kb) 1712872

[startup+50.0323 s]
/proc/loadavg: 1.08 1.00 0.98 2/76 19895
/proc/meminfo: memFree=878728/2055920 swapFree=4183160/4192956
[pid=19879] ppid=19877 vsize=1712872 CPUtime=52.9
/proc/19879/stat : 19879 (java) R 19877 19879 19830 0 -1 0 110952 0 57 0 5229 61 0 0 25 0 13 0 151905959 1753980928 99690 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071591838 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/19879/statm: 428218 99690 1911 14 0 414965 0
[pid=19879/tid=19880] ppid=19877 vsize=1712872 CPUtime=1.8
/proc/19879/task/19880/stat : 19880 (java) S 19877 19879 19830 0 -1 64 30683 0 0 0 165 15 0 0 16 0 13 0 151905980 1753980928 99690 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19879/tid=19881] ppid=19877 vsize=1712872 CPUtime=1.78
/proc/19879/task/19881/stat : 19881 (java) S 19877 19879 19830 0 -1 64 40078 0 0 0 159 19 0 0 17 0 13 0 151905980 1753980928 99690 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19879/tid=19882] ppid=19877 vsize=1712872 CPUtime=0.02
/proc/19879/task/19882/stat : 19882 (java) S 19877 19879 19830 0 -1 64 27 0 0 0 1 1 0 0 16 0 13 0 151905983 1753980928 99690 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=19879/tid=19883] ppid=19877 vsize=1712872 CPUtime=0
/proc/19879/task/19883/stat : 19883 (java) S 19877 19879 19830 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 151905984 1753980928 99690 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19879/tid=19884] ppid=19877 vsize=1712872 CPUtime=0
/proc/19879/task/19884/stat : 19884 (java) S 19877 19879 19830 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 151905984 1753980928 99690 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19879/tid=19885] ppid=19877 vsize=1712872 CPUtime=0
/proc/19879/task/19885/stat : 19885 (java) S 19877 19879 19830 0 -1 64 0 0 0 0 0 0 0 0 22 0 13 0 151905989 1753980928 99690 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19879/tid=19886] ppid=19877 vsize=1712872 CPUtime=0.01
/proc/19879/task/19886/stat : 19886 (java) S 19877 19879 19830 0 -1 64 3 0 0 0 1 0 0 0 16 0 13 0 151905989 1753980928 99690 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19879/tid=19887] ppid=19877 vsize=1712872 CPUtime=0.96
/proc/19879/task/19887/stat : 19887 (java) S 19877 19879 19830 0 -1 64 1496 0 0 0 96 0 0 0 17 0 13 0 151905989 1753980928 99690 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19879/tid=19888] ppid=19877 vsize=1712872 CPUtime=0.91
/proc/19879/task/19888/stat : 19888 (java) S 19877 19879 19830 0 -1 64 2158 0 0 0 90 1 0 0 16 0 13 0 151905989 1753980928 99690 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19879/tid=19889] ppid=19877 vsize=1712872 CPUtime=0
/proc/19879/task/19889/stat : 19889 (java) S 19877 19879 19830 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 151905989 1753980928 99690 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19879/tid=19890] ppid=19877 vsize=1712872 CPUtime=0
/proc/19879/task/19890/stat : 19890 (java) S 19877 19879 19830 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 151905989 1753980928 99690 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19879/tid=19895] ppid=19877 vsize=1712872 CPUtime=0
/proc/19879/task/19895/stat : 19895 (java) S 19877 19879 19830 0 -1 64 0 0 0 0 0 0 0 0 16 0 13 0 151906858 1753980928 99690 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 52.9
Current children cumulated vsize (Kb) 1712872

[startup+60.0393 s]
/proc/loadavg: 1.07 1.00 0.98 2/76 19895
/proc/meminfo: memFree=857928/2055920 swapFree=4183160/4192956
[pid=19879] ppid=19877 vsize=1712872 CPUtime=63.06
/proc/19879/stat : 19879 (java) R 19877 19879 19830 0 -1 0 116819 0 57 0 6242 64 0 0 25 0 13 0 151905959 1753980928 104863 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071421047 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/19879/statm: 428218 104863 1911 14 0 414965 0
[pid=19879/tid=19880] ppid=19877 vsize=1712872 CPUtime=1.96
/proc/19879/task/19880/stat : 19880 (java) S 19877 19879 19830 0 -1 64 33743 0 0 0 180 16 0 0 16 0 13 0 151905980 1753980928 104863 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19879/tid=19881] ppid=19877 vsize=1712872 CPUtime=1.95
/proc/19879/task/19881/stat : 19881 (java) S 19877 19879 19830 0 -1 64 42880 0 0 0 174 21 0 0 16 0 13 0 151905980 1753980928 104863 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19879/tid=19882] ppid=19877 vsize=1712872 CPUtime=0.02
/proc/19879/task/19882/stat : 19882 (java) S 19877 19879 19830 0 -1 64 28 0 0 0 1 1 0 0 16 0 13 0 151905983 1753980928 104863 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=19879/tid=19883] ppid=19877 vsize=1712872 CPUtime=0
/proc/19879/task/19883/stat : 19883 (java) S 19877 19879 19830 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 151905984 1753980928 104863 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19879/tid=19884] ppid=19877 vsize=1712872 CPUtime=0
/proc/19879/task/19884/stat : 19884 (java) S 19877 19879 19830 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 151905984 1753980928 104863 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19879/tid=19885] ppid=19877 vsize=1712872 CPUtime=0

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

Current children cumulated vsize (Kb) 1712872

[startup+1783.37 s]
/proc/loadavg: 1.15 1.03 1.00 2/76 20571
/proc/meminfo: memFree=18216/2055920 swapFree=4183160/4192956
[pid=19879] ppid=19877 vsize=1712872 CPUtime=1799.14
/proc/19879/stat : 19879 (java) S 19877 19879 19830 0 -1 0 441269 0 57 0 179670 244 0 0 19 0 13 0 151905959 1753980928 389850 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/19879/statm: 428218 389850 1913 14 0 414965 0
[pid=19879/tid=19880] ppid=19877 vsize=1712872 CPUtime=15.33
/proc/19879/task/19880/stat : 19880 (java) S 19877 19879 19830 0 -1 64 196263 0 0 0 1437 96 0 0 16 0 13 0 151905980 1753980928 389850 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19879/tid=19881] ppid=19877 vsize=1712872 CPUtime=15.3
/proc/19879/task/19881/stat : 19881 (java) S 19877 19879 19830 0 -1 64 203315 0 0 0 1427 103 0 0 17 0 13 0 151905980 1753980928 389850 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19879/tid=19882] ppid=19877 vsize=1712872 CPUtime=533.79
/proc/19879/task/19882/stat : 19882 (java) R 19877 19879 19830 0 -1 64 1186 0 0 0 53362 17 0 0 20 0 13 0 151905983 1753980928 389850 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4154938505 0 0 0 23759 0 0 0 -1 0 0 0
[pid=19879/tid=19883] ppid=19877 vsize=1712872 CPUtime=0
/proc/19879/task/19883/stat : 19883 (java) S 19877 19879 19830 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 151905984 1753980928 389850 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19879/tid=19884] ppid=19877 vsize=1712872 CPUtime=0
/proc/19879/task/19884/stat : 19884 (java) S 19877 19879 19830 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 151905984 1753980928 389850 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19879/tid=19885] ppid=19877 vsize=1712872 CPUtime=0
/proc/19879/task/19885/stat : 19885 (java) S 19877 19879 19830 0 -1 64 0 0 0 0 0 0 0 0 22 0 13 0 151905989 1753980928 389850 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19879/tid=19886] ppid=19877 vsize=1712872 CPUtime=0.01
/proc/19879/task/19886/stat : 19886 (java) S 19877 19879 19830 0 -1 64 3 0 0 0 1 0 0 0 17 0 13 0 151905989 1753980928 389850 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19879/tid=19887] ppid=19877 vsize=1712872 CPUtime=1.05
/proc/19879/task/19887/stat : 19887 (java) S 19877 19879 19830 0 -1 64 1501 0 0 0 105 0 0 0 17 0 13 0 151905989 1753980928 389850 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19879/tid=19888] ppid=19877 vsize=1712872 CPUtime=0.96
/proc/19879/task/19888/stat : 19888 (java) S 19877 19879 19830 0 -1 64 2162 0 0 0 95 1 0 0 16 0 13 0 151905989 1753980928 389850 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19879/tid=19889] ppid=19877 vsize=1712872 CPUtime=0
/proc/19879/task/19889/stat : 19889 (java) S 19877 19879 19830 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 151905989 1753980928 389850 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19879/tid=19890] ppid=19877 vsize=1712872 CPUtime=0
/proc/19879/task/19890/stat : 19890 (java) S 19877 19879 19830 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 151905989 1753980928 389850 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19879/tid=19895] ppid=19877 vsize=1712872 CPUtime=0
/proc/19879/task/19895/stat : 19895 (java) S 19877 19879 19830 0 -1 64 74 0 0 0 0 0 0 0 16 0 13 0 151906858 1753980928 389850 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1799.14
Current children cumulated vsize (Kb) 1712872

[startup+1784.38 s]
/proc/loadavg: 1.15 1.03 1.00 2/76 20571
/proc/meminfo: memFree=18216/2055920 swapFree=4183160/4192956
[pid=19879] ppid=19877 vsize=1712872 CPUtime=1800.15
/proc/19879/stat : 19879 (java) S 19877 19879 19830 0 -1 0 441269 0 57 0 179771 244 0 0 19 0 13 0 151905959 1753980928 389850 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/19879/statm: 428218 389850 1913 14 0 414965 0
[pid=19879/tid=19880] ppid=19877 vsize=1712872 CPUtime=15.33
/proc/19879/task/19880/stat : 19880 (java) S 19877 19879 19830 0 -1 64 196263 0 0 0 1437 96 0 0 16 0 13 0 151905980 1753980928 389850 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19879/tid=19881] ppid=19877 vsize=1712872 CPUtime=15.3
/proc/19879/task/19881/stat : 19881 (java) S 19877 19879 19830 0 -1 64 203315 0 0 0 1427 103 0 0 17 0 13 0 151905980 1753980928 389850 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19879/tid=19882] ppid=19877 vsize=1712872 CPUtime=534.8
/proc/19879/task/19882/stat : 19882 (java) R 19877 19879 19830 0 -1 64 1186 0 0 0 53463 17 0 0 24 0 13 0 151905983 1753980928 389850 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4154939796 0 0 0 23759 0 0 0 -1 0 0 0
[pid=19879/tid=19883] ppid=19877 vsize=1712872 CPUtime=0
/proc/19879/task/19883/stat : 19883 (java) S 19877 19879 19830 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 151905984 1753980928 389850 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19879/tid=19884] ppid=19877 vsize=1712872 CPUtime=0
/proc/19879/task/19884/stat : 19884 (java) S 19877 19879 19830 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 151905984 1753980928 389850 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19879/tid=19885] ppid=19877 vsize=1712872 CPUtime=0
/proc/19879/task/19885/stat : 19885 (java) S 19877 19879 19830 0 -1 64 0 0 0 0 0 0 0 0 22 0 13 0 151905989 1753980928 389850 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19879/tid=19886] ppid=19877 vsize=1712872 CPUtime=0.01
/proc/19879/task/19886/stat : 19886 (java) S 19877 19879 19830 0 -1 64 3 0 0 0 1 0 0 0 17 0 13 0 151905989 1753980928 389850 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19879/tid=19887] ppid=19877 vsize=1712872 CPUtime=1.05
/proc/19879/task/19887/stat : 19887 (java) S 19877 19879 19830 0 -1 64 1501 0 0 0 105 0 0 0 17 0 13 0 151905989 1753980928 389850 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19879/tid=19888] ppid=19877 vsize=1712872 CPUtime=0.96
/proc/19879/task/19888/stat : 19888 (java) S 19877 19879 19830 0 -1 64 2162 0 0 0 95 1 0 0 16 0 13 0 151905989 1753980928 389850 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19879/tid=19889] ppid=19877 vsize=1712872 CPUtime=0
/proc/19879/task/19889/stat : 19889 (java) S 19877 19879 19830 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 151905989 1753980928 389850 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19879/tid=19890] ppid=19877 vsize=1712872 CPUtime=0
/proc/19879/task/19890/stat : 19890 (java) S 19877 19879 19830 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 151905989 1753980928 389850 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19879/tid=19895] ppid=19877 vsize=1712872 CPUtime=0
/proc/19879/task/19895/stat : 19895 (java) S 19877 19879 19830 0 -1 64 74 0 0 0 0 0 0 0 16 0 13 0 151906858 1753980928 389850 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.15
Current children cumulated vsize (Kb) 1712872



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1784.38 s]
/proc/loadavg: 1.15 1.03 1.00 2/76 20571
/proc/meminfo: memFree=18216/2055920 swapFree=4183160/4192956
[pid=19879] ppid=19877 vsize=1712872 CPUtime=1800.15
/proc/19879/stat : 19879 (java) S 19877 19879 19830 0 -1 0 441269 0 57 0 179771 244 0 0 19 0 13 0 151905959 1753980928 389850 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/19879/statm: 428218 389850 1913 14 0 414965 0
[pid=19879/tid=19880] ppid=19877 vsize=1712872 CPUtime=15.33
/proc/19879/task/19880/stat : 19880 (java) S 19877 19879 19830 0 -1 64 196263 0 0 0 1437 96 0 0 16 0 13 0 151905980 1753980928 389850 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19879/tid=19881] ppid=19877 vsize=1712872 CPUtime=15.3
/proc/19879/task/19881/stat : 19881 (java) S 19877 19879 19830 0 -1 64 203315 0 0 0 1427 103 0 0 17 0 13 0 151905980 1753980928 389850 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19879/tid=19882] ppid=19877 vsize=1712872 CPUtime=534.8
/proc/19879/task/19882/stat : 19882 (java) R 19877 19879 19830 0 -1 64 1186 0 0 0 53463 17 0 0 24 0 13 0 151905983 1753980928 389850 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4152729248 0 0 0 23759 0 0 0 -1 0 0 0
[pid=19879/tid=19883] ppid=19877 vsize=1712872 CPUtime=0
/proc/19879/task/19883/stat : 19883 (java) S 19877 19879 19830 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 151905984 1753980928 389850 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19879/tid=19884] ppid=19877 vsize=1712872 CPUtime=0
/proc/19879/task/19884/stat : 19884 (java) S 19877 19879 19830 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 151905984 1753980928 389850 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19879/tid=19885] ppid=19877 vsize=1712872 CPUtime=0
/proc/19879/task/19885/stat : 19885 (java) S 19877 19879 19830 0 -1 64 0 0 0 0 0 0 0 0 22 0 13 0 151905989 1753980928 389850 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19879/tid=19886] ppid=19877 vsize=1712872 CPUtime=0.01
/proc/19879/task/19886/stat : 19886 (java) S 19877 19879 19830 0 -1 64 3 0 0 0 1 0 0 0 17 0 13 0 151905989 1753980928 389850 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19879/tid=19887] ppid=19877 vsize=1712872 CPUtime=1.05
/proc/19879/task/19887/stat : 19887 (java) S 19877 19879 19830 0 -1 64 1501 0 0 0 105 0 0 0 17 0 13 0 151905989 1753980928 389850 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19879/tid=19888] ppid=19877 vsize=1712872 CPUtime=0.96
/proc/19879/task/19888/stat : 19888 (java) S 19877 19879 19830 0 -1 64 2162 0 0 0 95 1 0 0 16 0 13 0 151905989 1753980928 389850 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19879/tid=19889] ppid=19877 vsize=1712872 CPUtime=0
/proc/19879/task/19889/stat : 19889 (java) S 19877 19879 19830 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 151905989 1753980928 389850 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19879/tid=19890] ppid=19877 vsize=1712872 CPUtime=0
/proc/19879/task/19890/stat : 19890 (java) S 19877 19879 19830 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 151905989 1753980928 389850 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19879/tid=19895] ppid=19877 vsize=1712872 CPUtime=0
/proc/19879/task/19895/stat : 19895 (java) S 19877 19879 19830 0 -1 64 74 0 0 0 0 0 0 0 16 0 13 0 151906858 1753980928 389850 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.15
Current children cumulated vsize (Kb) 1712872

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

[startup+1785.39 s]
/proc/loadavg: 1.15 1.03 1.00 2/79 20574
/proc/meminfo: memFree=17744/2055920 swapFree=4183160/4192956
[pid=19879] ppid=19877 vsize=1713904 CPUtime=1801.17
/proc/19879/stat : 19879 (java) S 19877 19879 19830 0 -1 0 441289 0 58 0 179873 244 0 0 16 0 15 0 151905959 1755037696 389870 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/19879/statm: 428476 389870 1916 14 0 415223 0
[pid=19879/tid=19880] ppid=19877 vsize=1713904 CPUtime=15.33
/proc/19879/task/19880/stat : 19880 (java) S 19877 19879 19830 0 -1 64 196263 0 0 0 1437 96 0 0 16 0 15 0 151905980 1755037696 389870 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19879/tid=19881] ppid=19877 vsize=1713904 CPUtime=15.3
/proc/19879/task/19881/stat : 19881 (java) S 19877 19879 19830 0 -1 64 203315 0 0 0 1427 103 0 0 17 0 15 0 151905980 1755037696 389870 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19879/tid=19882] ppid=19877 vsize=1713904 CPUtime=535.78
/proc/19879/task/19882/stat : 19882 (java) R 19877 19879 19830 0 -1 64 1187 0 0 0 53561 17 0 0 17 0 15 0 151905983 1755037696 389870 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4154472806 0 0 0 23759 0 0 0 -1 0 0 0
[pid=19879/tid=19883] ppid=19877 vsize=1713904 CPUtime=0
/proc/19879/task/19883/stat : 19883 (java) S 19877 19879 19830 0 -1 64 9 0 0 0 0 0 0 0 16 0 15 0 151905984 1755037696 389870 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19879/tid=19884] ppid=19877 vsize=1713904 CPUtime=0
/proc/19879/task/19884/stat : 19884 (java) S 19877 19879 19830 0 -1 64 5 0 0 0 0 0 0 0 16 0 15 0 151905984 1755037696 389870 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19879/tid=19885] ppid=19877 vsize=1713904 CPUtime=0
/proc/19879/task/19885/stat : 19885 (java) S 19877 19879 19830 0 -1 64 5 0 1 0 0 0 0 0 17 0 15 0 151905989 1755037696 389870 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19879/tid=19886] ppid=19877 vsize=1713904 CPUtime=0.01
/proc/19879/task/19886/stat : 19886 (java) S 19877 19879 19830 0 -1 64 3 0 0 0 1 0 0 0 17 0 15 0 151905989 1755037696 389870 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19879/tid=19887] ppid=19877 vsize=1713904 CPUtime=1.05
/proc/19879/task/19887/stat : 19887 (java) S 19877 19879 19830 0 -1 64 1501 0 0 0 105 0 0 0 17 0 15 0 151905989 1755037696 389870 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19879/tid=19888] ppid=19877 vsize=1713904 CPUtime=0.96
/proc/19879/task/19888/stat : 19888 (java) S 19877 19879 19830 0 -1 64 2162 0 0 0 95 1 0 0 16 0 15 0 151905989 1755037696 389870 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19879/tid=19889] ppid=19877 vsize=1713904 CPUtime=0
/proc/19879/task/19889/stat : 19889 (java) S 19877 19879 19830 0 -1 64 1 0 0 0 0 0 0 0 23 0 15 0 151905989 1755037696 389870 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19879/tid=19890] ppid=19877 vsize=1713904 CPUtime=0
/proc/19879/task/19890/stat : 19890 (java) S 19877 19879 19830 0 -1 64 2 0 0 0 0 0 0 0 15 0 15 0 151905989 1755037696 389870 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19879/tid=19895] ppid=19877 vsize=1713904 CPUtime=0
/proc/19879/task/19895/stat : 19895 (java) S 19877 19879 19830 0 -1 64 74 0 0 0 0 0 0 0 16 0 15 0 151906858 1755037696 389870 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19879/tid=20573] ppid=19877 vsize=1713904 CPUtime=0
/proc/19879/task/20573/stat : 20573 (java) S 19877 19879 19830 0 -1 64 9 0 0 0 0 0 0 0 18 0 15 0 152084454 1755037696 389870 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19879/tid=20574] ppid=19877 vsize=1713904 CPUtime=0
/proc/19879/task/20574/stat : 20574 (java) S 19877 19879 19830 0 -1 64 5 0 0 0 0 0 0 0 18 0 15 0 152084454 1755037696 389870 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1801.17
Current children cumulated vsize (Kb) 1713904

Sending SIGKILL to process tree (bottom up)

[startup+1786.4 s]
/proc/loadavg: 1.15 1.03 1.00 3/79 20574
/proc/meminfo: memFree=17744/2055920 swapFree=4183160/4192956
[pid=19879] ppid=19877 vsize=1713904 CPUtime=1802.17
/proc/19879/stat : 19879 (java) S 19877 19879 19830 0 -1 0 441289 0 58 0 179973 244 0 0 16 0 15 0 151905959 1755037696 389870 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/19879/statm: 428476 389870 1916 14 0 415223 0
[pid=19879/tid=19880] ppid=19877 vsize=1713904 CPUtime=15.33
/proc/19879/task/19880/stat : 19880 (java) S 19877 19879 19830 0 -1 64 196263 0 0 0 1437 96 0 0 16 0 15 0 151905980 1755037696 389870 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19879/tid=19881] ppid=19877 vsize=1713904 CPUtime=15.3
/proc/19879/task/19881/stat : 19881 (java) S 19877 19879 19830 0 -1 64 203315 0 0 0 1427 103 0 0 17 0 15 0 151905980 1755037696 389870 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19879/tid=19882] ppid=19877 vsize=1713904 CPUtime=536.79
/proc/19879/task/19882/stat : 19882 (java) R 19877 19879 19830 0 -1 64 1187 0 0 0 53662 17 0 0 18 0 15 0 151905983 1755037696 389870 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4152716290 0 0 0 23759 0 0 0 -1 0 0 0
[pid=19879/tid=19883] ppid=19877 vsize=1713904 CPUtime=0
/proc/19879/task/19883/stat : 19883 (java) S 19877 19879 19830 0 -1 64 9 0 0 0 0 0 0 0 16 0 15 0 151905984 1755037696 389870 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19879/tid=19884] ppid=19877 vsize=1713904 CPUtime=0
/proc/19879/task/19884/stat : 19884 (java) S 19877 19879 19830 0 -1 64 5 0 0 0 0 0 0 0 16 0 15 0 151905984 1755037696 389870 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19879/tid=19885] ppid=19877 vsize=1713904 CPUtime=0
/proc/19879/task/19885/stat : 19885 (java) S 19877 19879 19830 0 -1 64 5 0 1 0 0 0 0 0 17 0 15 0 151905989 1755037696 389870 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19879/tid=19886] ppid=19877 vsize=1713904 CPUtime=0.01
/proc/19879/task/19886/stat : 19886 (java) S 19877 19879 19830 0 -1 64 3 0 0 0 1 0 0 0 17 0 15 0 151905989 1755037696 389870 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19879/tid=19887] ppid=19877 vsize=1713904 CPUtime=1.05
/proc/19879/task/19887/stat : 19887 (java) S 19877 19879 19830 0 -1 64 1501 0 0 0 105 0 0 0 17 0 15 0 151905989 1755037696 389870 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19879/tid=19888] ppid=19877 vsize=1713904 CPUtime=0.96
/proc/19879/task/19888/stat : 19888 (java) S 19877 19879 19830 0 -1 64 2162 0 0 0 95 1 0 0 16 0 15 0 151905989 1755037696 389870 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19879/tid=19889] ppid=19877 vsize=1713904 CPUtime=0
/proc/19879/task/19889/stat : 19889 (java) S 19877 19879 19830 0 -1 64 1 0 0 0 0 0 0 0 23 0 15 0 151905989 1755037696 389870 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19879/tid=19890] ppid=19877 vsize=1713904 CPUtime=0
/proc/19879/task/19890/stat : 19890 (java) S 19877 19879 19830 0 -1 64 2 0 0 0 0 0 0 0 15 0 15 0 151905989 1755037696 389870 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19879/tid=19895] ppid=19877 vsize=1713904 CPUtime=0
/proc/19879/task/19895/stat : 19895 (java) S 19877 19879 19830 0 -1 64 74 0 0 0 0 0 0 0 16 0 15 0 151906858 1755037696 389870 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19879/tid=20573] ppid=19877 vsize=1713904 CPUtime=0
/proc/19879/task/20573/stat : 20573 (java) S 19877 19879 19830 0 -1 64 9 0 0 0 0 0 0 0 18 0 15 0 152084454 1755037696 389870 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19879/tid=20574] ppid=19877 vsize=1713904 CPUtime=0
/proc/19879/task/20574/stat : 20574 (java) S 19877 19879 19830 0 -1 64 5 0 0 0 0 0 0 0 18 0 15 0 152084454 1755037696 389870 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1802.17
Current children cumulated vsize (Kb) 1713904

Child status: 0

!!! problem with CPU time !!!
wait4(...,&childrusage) returns -1 (errno=10, "No child processes") and gives childrusage.ru_utime.tv_sec=548682066592 childrusage.ru_utime.tv_usec=548682066528 childrusage.ru_stime.tv_sec=0 childrusage.ru_stime.tv_usec=267927365
CPU time returned by wait4() is 5.48683e+11
while last known CPU time is 1802.17

Using last known CPU time as value...

Real time (s): 1786.41
CPU time (s): 1802.17
CPU user time (s): 1799.73
CPU system time (s): 2.44
CPU usage (%): 100.882
Max. virtual memory (cumulated for all children) (Kb): 1713904
The end

Launcher Data (download as text)

Begin job on node36 on Fri Jul 28 01:32:26 UTC 2006


FILE ID= 43070-1154050346

PBS_JOBID= 881833

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

MD5SUM SOLVER= 3cef94aa015dc0dd234d31843a257d70
MD5SUM BENCH=  5249f5f1c551add7f5b5b920fc1c3b9c

RANDOM SEED= 153302887

TIMEOUT= 1800 seconds


/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.218
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.218
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:       1286512 kB
Buffers:         36784 kB
Cached:         646852 kB
SwapCached:       3640 kB
Active:          86272 kB
Inactive:       606040 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1286512 kB
SwapTotal:     4192956 kB
SwapFree:      4183160 kB
Dirty:             168 kB
Writeback:           0 kB
Mapped:          14724 kB
Slab:            63092 kB
Committed_AS:   499240 kB
PageTables:       1424 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB


End job on node36 on Fri Jul 28 02:02:13 UTC 2006