Trace number 43095

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.49 1791.61

General information on the benchmark

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

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.21	c solving ROOT/tmp/node76/43095-1149300118/instance-43095-1149300118.opb
0.21	c reading problem ... 
5.71	c ... done. Time 5.493 ms.
5.71	c #vars     1534
5.71	c #constraints  126082
5.88	c SATISFIABLE
5.88	c OPTIMIZING...
5.88	c Got one! Ellapsed CPU time (in seconds):5.662
5.90	o -40
6.22	c Got one! Ellapsed CPU time (in seconds):6.009
6.23	o -41
6.41	c Got one! Ellapsed CPU time (in seconds):6.2
6.42	o -43
14.87	c Got one! Ellapsed CPU time (in seconds):14.655
14.87	o -44

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

Current StackSize limit: 67108864 bytes

/proc/loadavg: 0.91 0.95 0.90 2/68 26262
/proc/meminfo: memFree=1533584/2055888 swapFree=4085392/4096564
[pid=26262] ppid=26260 vsize=1788 CPUtime=0
/proc/26262/stat : 26262 (java) R 26260 26262 26216 0 -1 0 162 0 0 0 0 0 0 0 19 0 1 0 195651195 1830912 131 18446744073709551615 134512640 134570276 4294956608 18446744073709551615 5087231 0 0 4096 0 0 0 0 17 1 0 0
/proc/26262/statm: 447 135 100 14 0 91 0

[startup+10.002 s]
/proc/loadavg: 0.93 0.95 0.90 2/80 26757
/proc/meminfo: memFree=1320424/2055888 swapFree=4085392/4096564
[pid=26262] ppid=26260 vsize=1712304 CPUtime=10.53
/proc/26262/stat : 26262 (java) R 26260 26262 26216 0 -1 0 58416 0 1 0 1024 29 0 0 25 0 13 0 195651195 1753399296 54914 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071402931 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26262/statm: 428076 54914 1911 14 0 414822 0
[pid=26262/tid=26263] ppid=26260 vsize=1712304 CPUtime=0.31
/proc/26262/task/26263/stat : 26263 (java) S 26260 26262 26216 0 -1 64 7971 0 0 0 28 3 0 0 16 0 13 0 195651199 1753399296 54914 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26262/tid=26264] ppid=26260 vsize=1712304 CPUtime=0.3
/proc/26262/task/26264/stat : 26264 (java) S 26260 26262 26216 0 -1 64 6764 0 0 0 27 3 0 0 17 0 13 0 195651199 1753399296 54914 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26262/tid=26265] ppid=26260 vsize=1712304 CPUtime=0
/proc/26262/task/26265/stat : 26265 (java) S 26260 26262 26216 0 -1 64 31 0 0 0 0 0 0 0 17 0 13 0 195651201 1753399296 54914 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=26262/tid=26266] ppid=26260 vsize=1712304 CPUtime=0
/proc/26262/task/26266/stat : 26266 (java) S 26260 26262 26216 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 195651202 1753399296 54914 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26262/tid=26267] ppid=26260 vsize=1712304 CPUtime=0
/proc/26262/task/26267/stat : 26267 (java) S 26260 26262 26216 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 195651202 1753399296 54914 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26262/tid=26268] ppid=26260 vsize=1712304 CPUtime=0
/proc/26262/task/26268/stat : 26268 (java) S 26260 26262 26216 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 195651205 1753399296 54914 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26262/tid=26269] ppid=26260 vsize=1712304 CPUtime=0
/proc/26262/task/26269/stat : 26269 (java) S 26260 26262 26216 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 195651205 1753399296 54914 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26262/tid=26270] ppid=26260 vsize=1712304 CPUtime=0.72
/proc/26262/task/26270/stat : 26270 (java) S 26260 26262 26216 0 -1 64 1110 0 0 0 72 0 0 0 16 0 13 0 195651205 1753399296 54914 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26262/tid=26271] ppid=26260 vsize=1712304 CPUtime=0.87
/proc/26262/task/26271/stat : 26271 (java) S 26260 26262 26216 0 -1 64 1232 0 0 0 87 0 0 0 16 0 13 0 195651205 1753399296 54914 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26262/tid=26272] ppid=26260 vsize=1712304 CPUtime=0
/proc/26262/task/26272/stat : 26272 (java) S 26260 26262 26216 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 195651205 1753399296 54914 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26262/tid=26273] ppid=26260 vsize=1712304 CPUtime=0
/proc/26262/task/26273/stat : 26273 (java) S 26260 26262 26216 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 195651205 1753399296 54914 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26262/tid=26716] ppid=26260 vsize=1712304 CPUtime=0
/proc/26262/task/26716/stat : 26716 (java) S 26260 26262 26216 0 -1 64 0 0 0 0 0 0 0 0 22 0 13 0 195651844 1753399296 54914 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 10.53
Current children cumulated vsize (Kb) 1712304

[startup+20.0092 s]
/proc/loadavg: 0.94 0.96 0.91 2/80 26758
/proc/meminfo: memFree=1260192/2055888 swapFree=4085392/4096564
[pid=26262] ppid=26260 vsize=1711888 CPUtime=20.97
/proc/26262/stat : 26262 (java) R 26260 26262 26216 0 -1 0 76131 0 1 0 2060 37 0 0 25 0 13 0 195651195 1752973312 70042 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071421281 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26262/statm: 427972 70042 1911 14 0 414718 0
[pid=26262/tid=26263] ppid=26260 vsize=1711888 CPUtime=0.69
/proc/26262/task/26263/stat : 26263 (java) S 26260 26262 26216 0 -1 64 16327 0 0 0 62 7 0 0 16 0 13 0 195651199 1752973312 70042 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26262/tid=26264] ppid=26260 vsize=1711888 CPUtime=0.68
/proc/26262/task/26264/stat : 26264 (java) S 26260 26262 26216 0 -1 64 16110 0 0 0 61 7 0 0 16 0 13 0 195651199 1752973312 70042 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26262/tid=26265] ppid=26260 vsize=1711888 CPUtime=0
/proc/26262/task/26265/stat : 26265 (java) S 26260 26262 26216 0 -1 64 31 0 0 0 0 0 0 0 17 0 13 0 195651201 1752973312 70042 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=26262/tid=26266] ppid=26260 vsize=1711888 CPUtime=0
/proc/26262/task/26266/stat : 26266 (java) S 26260 26262 26216 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 195651202 1752973312 70042 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26262/tid=26267] ppid=26260 vsize=1711888 CPUtime=0
/proc/26262/task/26267/stat : 26267 (java) S 26260 26262 26216 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 195651202 1752973312 70042 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26262/tid=26268] ppid=26260 vsize=1711888 CPUtime=0
/proc/26262/task/26268/stat : 26268 (java) S 26260 26262 26216 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 195651205 1752973312 70042 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26262/tid=26269] ppid=26260 vsize=1711888 CPUtime=0
/proc/26262/task/26269/stat : 26269 (java) S 26260 26262 26216 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 195651205 1752973312 70042 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26262/tid=26270] ppid=26260 vsize=1711888 CPUtime=0.74
/proc/26262/task/26270/stat : 26270 (java) S 26260 26262 26216 0 -1 64 1112 0 0 0 74 0 0 0 17 0 13 0 195651205 1752973312 70042 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26262/tid=26271] ppid=26260 vsize=1711888 CPUtime=0.92
/proc/26262/task/26271/stat : 26271 (java) S 26260 26262 26216 0 -1 64 1238 0 0 0 92 0 0 0 16 0 13 0 195651205 1752973312 70042 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26262/tid=26272] ppid=26260 vsize=1711888 CPUtime=0
/proc/26262/task/26272/stat : 26272 (java) S 26260 26262 26216 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 195651205 1752973312 70042 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26262/tid=26273] ppid=26260 vsize=1711888 CPUtime=0
/proc/26262/task/26273/stat : 26273 (java) S 26260 26262 26216 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 195651205 1752973312 70042 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26262/tid=26758] ppid=26260 vsize=1711888 CPUtime=0
/proc/26262/task/26758/stat : 26758 (java) S 26260 26262 26216 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 195652684 1752973312 70042 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 20.97
Current children cumulated vsize (Kb) 1711888

[startup+30.0164 s]
/proc/loadavg: 0.95 0.96 0.91 2/80 26758
/proc/meminfo: memFree=1212200/2055888 swapFree=4085392/4096564
[pid=26262] ppid=26260 vsize=1711888 CPUtime=31.33
/proc/26262/stat : 26262 (java) R 26260 26262 26216 0 -1 0 90022 0 1 0 3090 43 0 0 25 0 13 0 195651195 1752973312 82049 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071556368 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26262/statm: 427972 82049 1911 14 0 414718 0
[pid=26262/tid=26263] ppid=26260 vsize=1711888 CPUtime=1.01
/proc/26262/task/26263/stat : 26263 (java) S 26260 26262 26216 0 -1 64 24135 0 0 0 91 10 0 0 16 0 13 0 195651199 1752973312 82049 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26262/tid=26264] ppid=26260 vsize=1711888 CPUtime=1
/proc/26262/task/26264/stat : 26264 (java) S 26260 26262 26216 0 -1 64 22186 0 0 0 90 10 0 0 16 0 13 0 195651199 1752973312 82049 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26262/tid=26265] ppid=26260 vsize=1711888 CPUtime=0
/proc/26262/task/26265/stat : 26265 (java) S 26260 26262 26216 0 -1 64 31 0 0 0 0 0 0 0 16 0 13 0 195651201 1752973312 82049 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=26262/tid=26266] ppid=26260 vsize=1711888 CPUtime=0
/proc/26262/task/26266/stat : 26266 (java) S 26260 26262 26216 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 195651202 1752973312 82049 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26262/tid=26267] ppid=26260 vsize=1711888 CPUtime=0
/proc/26262/task/26267/stat : 26267 (java) S 26260 26262 26216 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 195651202 1752973312 82049 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26262/tid=26268] ppid=26260 vsize=1711888 CPUtime=0
/proc/26262/task/26268/stat : 26268 (java) S 26260 26262 26216 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 195651205 1752973312 82049 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26262/tid=26269] ppid=26260 vsize=1711888 CPUtime=0
/proc/26262/task/26269/stat : 26269 (java) S 26260 26262 26216 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 195651205 1752973312 82049 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26262/tid=26270] ppid=26260 vsize=1711888 CPUtime=0.75
/proc/26262/task/26270/stat : 26270 (java) S 26260 26262 26216 0 -1 64 1112 0 0 0 75 0 0 0 17 0 13 0 195651205 1752973312 82049 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26262/tid=26271] ppid=26260 vsize=1711888 CPUtime=0.95
/proc/26262/task/26271/stat : 26271 (java) S 26260 26262 26216 0 -1 64 1239 0 0 0 95 0 0 0 17 0 13 0 195651205 1752973312 82049 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26262/tid=26272] ppid=26260 vsize=1711888 CPUtime=0
/proc/26262/task/26272/stat : 26272 (java) S 26260 26262 26216 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 195651205 1752973312 82049 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26262/tid=26273] ppid=26260 vsize=1711888 CPUtime=0
/proc/26262/task/26273/stat : 26273 (java) S 26260 26262 26216 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 195651205 1752973312 82049 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26262/tid=26758] ppid=26260 vsize=1711888 CPUtime=0
/proc/26262/task/26758/stat : 26758 (java) S 26260 26262 26216 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 195652684 1752973312 82049 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 31.33
Current children cumulated vsize (Kb) 1711888

[startup+40.0235 s]
/proc/loadavg: 0.95 0.96 0.91 2/80 26758
/proc/meminfo: memFree=1156072/2055888 swapFree=4085392/4096564
[pid=26262] ppid=26260 vsize=1711888 CPUtime=41.72
/proc/26262/stat : 26262 (java) R 26260 26262 26216 0 -1 0 106508 0 1 0 4122 50 0 0 25 0 13 0 195651195 1752973312 95996 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071546204 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26262/statm: 427972 95996 1911 14 0 414718 0
[pid=26262/tid=26263] ppid=26260 vsize=1711888 CPUtime=1.4
/proc/26262/task/26263/stat : 26263 (java) S 26260 26262 26216 0 -1 64 32509 0 0 0 127 13 0 0 16 0 13 0 195651199 1752973312 95996 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26262/tid=26264] ppid=26260 vsize=1711888 CPUtime=1.39
/proc/26262/task/26264/stat : 26264 (java) S 26260 26262 26216 0 -1 64 30294 0 0 0 126 13 0 0 16 0 13 0 195651199 1752973312 95996 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26262/tid=26265] ppid=26260 vsize=1711888 CPUtime=0
/proc/26262/task/26265/stat : 26265 (java) S 26260 26262 26216 0 -1 64 31 0 0 0 0 0 0 0 16 0 13 0 195651201 1752973312 95996 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=26262/tid=26266] ppid=26260 vsize=1711888 CPUtime=0
/proc/26262/task/26266/stat : 26266 (java) S 26260 26262 26216 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 195651202 1752973312 95996 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26262/tid=26267] ppid=26260 vsize=1711888 CPUtime=0
/proc/26262/task/26267/stat : 26267 (java) S 26260 26262 26216 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 195651202 1752973312 95996 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26262/tid=26268] ppid=26260 vsize=1711888 CPUtime=0
/proc/26262/task/26268/stat : 26268 (java) S 26260 26262 26216 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 195651205 1752973312 95996 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26262/tid=26269] ppid=26260 vsize=1711888 CPUtime=0
/proc/26262/task/26269/stat : 26269 (java) S 26260 26262 26216 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 195651205 1752973312 95996 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26262/tid=26270] ppid=26260 vsize=1711888 CPUtime=0.75
/proc/26262/task/26270/stat : 26270 (java) S 26260 26262 26216 0 -1 64 1112 0 0 0 75 0 0 0 17 0 13 0 195651205 1752973312 95996 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26262/tid=26271] ppid=26260 vsize=1711888 CPUtime=0.95
/proc/26262/task/26271/stat : 26271 (java) S 26260 26262 26216 0 -1 64 1239 0 0 0 95 0 0 0 17 0 13 0 195651205 1752973312 95996 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26262/tid=26272] ppid=26260 vsize=1711888 CPUtime=0
/proc/26262/task/26272/stat : 26272 (java) S 26260 26262 26216 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 195651205 1752973312 95996 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26262/tid=26273] ppid=26260 vsize=1711888 CPUtime=0
/proc/26262/task/26273/stat : 26273 (java) S 26260 26262 26216 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 195651205 1752973312 95996 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26262/tid=26758] ppid=26260 vsize=1711888 CPUtime=0
/proc/26262/task/26758/stat : 26758 (java) S 26260 26262 26216 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 195652684 1752973312 95996 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 41.72
Current children cumulated vsize (Kb) 1711888

[startup+50.0307 s]
/proc/loadavg: 0.96 0.96 0.91 2/80 26758
/proc/meminfo: memFree=1104424/2055888 swapFree=4085392/4096564
[pid=26262] ppid=26260 vsize=1711888 CPUtime=52.11
/proc/26262/stat : 26262 (java) R 26260 26262 26216 0 -1 0 121314 0 1 0 5153 58 0 0 25 0 13 0 195651195 1752973312 108951 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071402807 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26262/statm: 427972 108951 1911 14 0 414718 0
[pid=26262/tid=26263] ppid=26260 vsize=1711888 CPUtime=1.76
/proc/26262/task/26263/stat : 26263 (java) S 26260 26262 26216 0 -1 64 40182 0 0 0 158 18 0 0 16 0 13 0 195651199 1752973312 108951 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26262/tid=26264] ppid=26260 vsize=1711888 CPUtime=1.75
/proc/26262/task/26264/stat : 26264 (java) S 26260 26262 26216 0 -1 64 37419 0 0 0 159 16 0 0 17 0 13 0 195651199 1752973312 108951 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26262/tid=26265] ppid=26260 vsize=1711888 CPUtime=0
/proc/26262/task/26265/stat : 26265 (java) S 26260 26262 26216 0 -1 64 33 0 0 0 0 0 0 0 16 0 13 0 195651201 1752973312 108951 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=26262/tid=26266] ppid=26260 vsize=1711888 CPUtime=0
/proc/26262/task/26266/stat : 26266 (java) S 26260 26262 26216 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 195651202 1752973312 108951 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26262/tid=26267] ppid=26260 vsize=1711888 CPUtime=0
/proc/26262/task/26267/stat : 26267 (java) S 26260 26262 26216 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 195651202 1752973312 108951 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26262/tid=26268] ppid=26260 vsize=1711888 CPUtime=0
/proc/26262/task/26268/stat : 26268 (java) S 26260 26262 26216 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 195651205 1752973312 108951 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26262/tid=26269] ppid=26260 vsize=1711888 CPUtime=0
/proc/26262/task/26269/stat : 26269 (java) S 26260 26262 26216 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 195651205 1752973312 108951 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26262/tid=26270] ppid=26260 vsize=1711888 CPUtime=0.75
/proc/26262/task/26270/stat : 26270 (java) S 26260 26262 26216 0 -1 64 1112 0 0 0 75 0 0 0 17 0 13 0 195651205 1752973312 108951 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26262/tid=26271] ppid=26260 vsize=1711888 CPUtime=0.99
/proc/26262/task/26271/stat : 26271 (java) S 26260 26262 26216 0 -1 64 1241 0 0 0 99 0 0 0 17 0 13 0 195651205 1752973312 108951 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26262/tid=26272] ppid=26260 vsize=1711888 CPUtime=0
/proc/26262/task/26272/stat : 26272 (java) S 26260 26262 26216 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 195651205 1752973312 108951 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26262/tid=26273] ppid=26260 vsize=1711888 CPUtime=0
/proc/26262/task/26273/stat : 26273 (java) S 26260 26262 26216 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 195651205 1752973312 108951 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26262/tid=26758] ppid=26260 vsize=1711888 CPUtime=0
/proc/26262/task/26758/stat : 26758 (java) S 26260 26262 26216 0 -1 64 0 0 0 0 0 0 0 0 16 0 13 0 195652684 1752973312 108951 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 52.11
Current children cumulated vsize (Kb) 1711888

[startup+60.0379 s]
/proc/loadavg: 0.97 0.96 0.91 2/80 26758
/proc/meminfo: memFree=1049448/2055888 swapFree=4085392/4096564
[pid=26262] ppid=26260 vsize=1711888 CPUtime=62.53
/proc/26262/stat : 26262 (java) R 26260 26262 26216 0 -1 0 136900 0 1 0 6188 65 0 0 25 0 13 0 195651195 1752973312 122672 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071688974 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26262/statm: 427972 122672 1911 14 0 414718 0
[pid=26262/tid=26263] ppid=26260 vsize=1711888 CPUtime=2.18
/proc/26262/task/26263/stat : 26263 (java) S 26260 26262 26216 0 -1 64 47279 0 0 0 197 21 0 0 16 0 13 0 195651199 1752973312 122672 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26262/tid=26264] ppid=26260 vsize=1711888 CPUtime=2.17
/proc/26262/task/26264/stat : 26264 (java) S 26260 26262 26216 0 -1 64 45903 0 0 0 197 20 0 0 16 0 13 0 195651199 1752973312 122672 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26262/tid=26265] ppid=26260 vsize=1711888 CPUtime=0
/proc/26262/task/26265/stat : 26265 (java) S 26260 26262 26216 0 -1 64 33 0 0 0 0 0 0 0 16 0 13 0 195651201 1752973312 122672 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=26262/tid=26266] ppid=26260 vsize=1711888 CPUtime=0
/proc/26262/task/26266/stat : 26266 (java) S 26260 26262 26216 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 195651202 1752973312 122672 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26262/tid=26267] ppid=26260 vsize=1711888 CPUtime=0
/proc/26262/task/26267/stat : 26267 (java) S 26260 26262 26216 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 195651202 1752973312 122672 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26262/tid=26268] ppid=26260 vsize=1711888 CPUtime=0
/proc/26262/task/26268/stat : 26268 (java) S 26260 26262 26216 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 195651205 1752973312 122672 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0

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

/proc/26262/task/26271/stat : 26271 (java) S 26260 26262 26216 0 -1 64 1242 0 0 0 99 0 0 0 16 0 13 0 195651205 1752973312 388709 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26262/tid=26272] ppid=26260 vsize=1711888 CPUtime=0
/proc/26262/task/26272/stat : 26272 (java) S 26260 26262 26216 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 195651205 1752973312 388709 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26262/tid=26273] ppid=26260 vsize=1711888 CPUtime=0
/proc/26262/task/26273/stat : 26273 (java) S 26260 26262 26216 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 195651205 1752973312 388709 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26262/tid=26758] ppid=26260 vsize=1711888 CPUtime=0
/proc/26262/task/26758/stat : 26758 (java) S 26260 26262 26216 0 -1 64 147 0 0 0 0 0 0 0 16 0 13 0 195652684 1752973312 388709 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1797.24
Current children cumulated vsize (Kb) 1711888

[startup+1787.36 s]
/proc/loadavg: 1.00 1.00 0.94 2/80 26758
/proc/meminfo: memFree=14888/2055888 swapFree=4085392/4096564
[pid=26262] ppid=26260 vsize=1711888 CPUtime=1798.25
/proc/26262/stat : 26262 (java) S 26260 26262 26216 0 -1 0 439225 0 1 0 179611 214 0 0 16 0 13 0 195651195 1752973312 388709 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26262/statm: 427972 388709 1913 14 0 414718 0
[pid=26262/tid=26263] ppid=26260 vsize=1711888 CPUtime=11.24
/proc/26262/task/26263/stat : 26263 (java) S 26260 26262 26216 0 -1 64 201889 0 0 0 1032 92 0 0 16 0 13 0 195651199 1752973312 388709 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26262/tid=26264] ppid=26260 vsize=1711888 CPUtime=11.25
/proc/26262/task/26264/stat : 26264 (java) S 26260 26262 26216 0 -1 64 191869 0 0 0 1033 92 0 0 17 0 13 0 195651199 1752973312 388709 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26262/tid=26265] ppid=26260 vsize=1711888 CPUtime=1211.95
/proc/26262/task/26265/stat : 26265 (java) R 26260 26262 26216 0 -1 64 1487 0 0 0 121190 5 0 0 20 0 13 0 195651201 1752973312 388709 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4154934409 0 0 0 23759 0 0 0 -1 0 0 0
[pid=26262/tid=26266] ppid=26260 vsize=1711888 CPUtime=0
/proc/26262/task/26266/stat : 26266 (java) S 26260 26262 26216 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 195651202 1752973312 388709 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26262/tid=26267] ppid=26260 vsize=1711888 CPUtime=0
/proc/26262/task/26267/stat : 26267 (java) S 26260 26262 26216 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 195651202 1752973312 388709 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26262/tid=26268] ppid=26260 vsize=1711888 CPUtime=0
/proc/26262/task/26268/stat : 26268 (java) S 26260 26262 26216 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 195651205 1752973312 388709 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26262/tid=26269] ppid=26260 vsize=1711888 CPUtime=0
/proc/26262/task/26269/stat : 26269 (java) S 26260 26262 26216 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 195651205 1752973312 388709 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26262/tid=26270] ppid=26260 vsize=1711888 CPUtime=0.77
/proc/26262/task/26270/stat : 26270 (java) S 26260 26262 26216 0 -1 64 1112 0 0 0 77 0 0 0 17 0 13 0 195651205 1752973312 388709 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26262/tid=26271] ppid=26260 vsize=1711888 CPUtime=0.99
/proc/26262/task/26271/stat : 26271 (java) S 26260 26262 26216 0 -1 64 1242 0 0 0 99 0 0 0 16 0 13 0 195651205 1752973312 388709 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26262/tid=26272] ppid=26260 vsize=1711888 CPUtime=0
/proc/26262/task/26272/stat : 26272 (java) S 26260 26262 26216 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 195651205 1752973312 388709 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26262/tid=26273] ppid=26260 vsize=1711888 CPUtime=0
/proc/26262/task/26273/stat : 26273 (java) S 26260 26262 26216 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 195651205 1752973312 388709 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26262/tid=26758] ppid=26260 vsize=1711888 CPUtime=0
/proc/26262/task/26758/stat : 26758 (java) S 26260 26262 26216 0 -1 64 147 0 0 0 0 0 0 0 16 0 13 0 195652684 1752973312 388709 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1798.25
Current children cumulated vsize (Kb) 1711888

[startup+1788.37 s]
/proc/loadavg: 1.00 1.00 0.94 2/80 26758
/proc/meminfo: memFree=14888/2055888 swapFree=4085392/4096564
[pid=26262] ppid=26260 vsize=1711888 CPUtime=1799.25
/proc/26262/stat : 26262 (java) S 26260 26262 26216 0 -1 0 439225 0 1 0 179711 214 0 0 16 0 13 0 195651195 1752973312 388709 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26262/statm: 427972 388709 1913 14 0 414718 0
[pid=26262/tid=26263] ppid=26260 vsize=1711888 CPUtime=11.24
/proc/26262/task/26263/stat : 26263 (java) S 26260 26262 26216 0 -1 64 201889 0 0 0 1032 92 0 0 16 0 13 0 195651199 1752973312 388709 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26262/tid=26264] ppid=26260 vsize=1711888 CPUtime=11.25
/proc/26262/task/26264/stat : 26264 (java) S 26260 26262 26216 0 -1 64 191869 0 0 0 1033 92 0 0 17 0 13 0 195651199 1752973312 388709 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26262/tid=26265] ppid=26260 vsize=1711888 CPUtime=1212.96
/proc/26262/task/26265/stat : 26265 (java) R 26260 26262 26216 0 -1 64 1487 0 0 0 121291 5 0 0 23 0 13 0 195651201 1752973312 388709 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4154644907 0 0 0 23759 0 0 0 -1 0 0 0
[pid=26262/tid=26266] ppid=26260 vsize=1711888 CPUtime=0
/proc/26262/task/26266/stat : 26266 (java) S 26260 26262 26216 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 195651202 1752973312 388709 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26262/tid=26267] ppid=26260 vsize=1711888 CPUtime=0
/proc/26262/task/26267/stat : 26267 (java) S 26260 26262 26216 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 195651202 1752973312 388709 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26262/tid=26268] ppid=26260 vsize=1711888 CPUtime=0
/proc/26262/task/26268/stat : 26268 (java) S 26260 26262 26216 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 195651205 1752973312 388709 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26262/tid=26269] ppid=26260 vsize=1711888 CPUtime=0
/proc/26262/task/26269/stat : 26269 (java) S 26260 26262 26216 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 195651205 1752973312 388709 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26262/tid=26270] ppid=26260 vsize=1711888 CPUtime=0.77
/proc/26262/task/26270/stat : 26270 (java) S 26260 26262 26216 0 -1 64 1112 0 0 0 77 0 0 0 17 0 13 0 195651205 1752973312 388709 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26262/tid=26271] ppid=26260 vsize=1711888 CPUtime=0.99
/proc/26262/task/26271/stat : 26271 (java) S 26260 26262 26216 0 -1 64 1242 0 0 0 99 0 0 0 16 0 13 0 195651205 1752973312 388709 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26262/tid=26272] ppid=26260 vsize=1711888 CPUtime=0
/proc/26262/task/26272/stat : 26272 (java) S 26260 26262 26216 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 195651205 1752973312 388709 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26262/tid=26273] ppid=26260 vsize=1711888 CPUtime=0
/proc/26262/task/26273/stat : 26273 (java) S 26260 26262 26216 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 195651205 1752973312 388709 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26262/tid=26758] ppid=26260 vsize=1711888 CPUtime=0
/proc/26262/task/26758/stat : 26758 (java) S 26260 26262 26216 0 -1 64 147 0 0 0 0 0 0 0 16 0 13 0 195652684 1752973312 388709 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1799.25
Current children cumulated vsize (Kb) 1711888

[startup+1789.37 s]
/proc/loadavg: 1.00 1.00 0.94 2/80 26758
/proc/meminfo: memFree=14888/2055888 swapFree=4085392/4096564
[pid=26262] ppid=26260 vsize=1711888 CPUtime=1800.25
/proc/26262/stat : 26262 (java) S 26260 26262 26216 0 -1 0 439226 0 1 0 179811 214 0 0 16 0 13 0 195651195 1752973312 388709 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26262/statm: 427972 388709 1913 14 0 414718 0
[pid=26262/tid=26263] ppid=26260 vsize=1711888 CPUtime=11.24
/proc/26262/task/26263/stat : 26263 (java) S 26260 26262 26216 0 -1 64 201889 0 0 0 1032 92 0 0 16 0 13 0 195651199 1752973312 388709 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26262/tid=26264] ppid=26260 vsize=1711888 CPUtime=11.25
/proc/26262/task/26264/stat : 26264 (java) S 26260 26262 26216 0 -1 64 191869 0 0 0 1033 92 0 0 17 0 13 0 195651199 1752973312 388709 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26262/tid=26265] ppid=26260 vsize=1711888 CPUtime=1213.95
/proc/26262/task/26265/stat : 26265 (java) R 26260 26262 26216 0 -1 64 1487 0 0 0 121390 5 0 0 25 0 13 0 195651201 1752973312 388709 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4154468701 0 0 0 23759 0 0 0 -1 0 0 0
[pid=26262/tid=26266] ppid=26260 vsize=1711888 CPUtime=0
/proc/26262/task/26266/stat : 26266 (java) S 26260 26262 26216 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 195651202 1752973312 388709 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26262/tid=26267] ppid=26260 vsize=1711888 CPUtime=0
/proc/26262/task/26267/stat : 26267 (java) S 26260 26262 26216 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 195651202 1752973312 388709 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26262/tid=26268] ppid=26260 vsize=1711888 CPUtime=0
/proc/26262/task/26268/stat : 26268 (java) S 26260 26262 26216 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 195651205 1752973312 388709 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26262/tid=26269] ppid=26260 vsize=1711888 CPUtime=0
/proc/26262/task/26269/stat : 26269 (java) S 26260 26262 26216 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 195651205 1752973312 388709 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26262/tid=26270] ppid=26260 vsize=1711888 CPUtime=0.77
/proc/26262/task/26270/stat : 26270 (java) S 26260 26262 26216 0 -1 64 1112 0 0 0 77 0 0 0 17 0 13 0 195651205 1752973312 388709 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26262/tid=26271] ppid=26260 vsize=1711888 CPUtime=0.99
/proc/26262/task/26271/stat : 26271 (java) S 26260 26262 26216 0 -1 64 1242 0 0 0 99 0 0 0 16 0 13 0 195651205 1752973312 388709 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26262/tid=26272] ppid=26260 vsize=1711888 CPUtime=0
/proc/26262/task/26272/stat : 26272 (java) S 26260 26262 26216 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 195651205 1752973312 388709 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26262/tid=26273] ppid=26260 vsize=1711888 CPUtime=0
/proc/26262/task/26273/stat : 26273 (java) S 26260 26262 26216 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 195651205 1752973312 388709 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26262/tid=26758] ppid=26260 vsize=1711888 CPUtime=0
/proc/26262/task/26758/stat : 26758 (java) S 26260 26262 26216 0 -1 64 147 0 0 0 0 0 0 0 16 0 13 0 195652684 1752973312 388709 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.25
Current children cumulated vsize (Kb) 1711888



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1789.38 s]
/proc/loadavg: 1.00 1.00 0.94 2/80 26758
/proc/meminfo: memFree=14888/2055888 swapFree=4085392/4096564
[pid=26262] ppid=26260 vsize=1711888 CPUtime=1800.25
/proc/26262/stat : 26262 (java) S 26260 26262 26216 0 -1 0 439226 0 1 0 179811 214 0 0 16 0 13 0 195651195 1752973312 388709 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26262/statm: 427972 388709 1913 14 0 414718 0
[pid=26262/tid=26263] ppid=26260 vsize=1711888 CPUtime=11.24
/proc/26262/task/26263/stat : 26263 (java) S 26260 26262 26216 0 -1 64 201889 0 0 0 1032 92 0 0 16 0 13 0 195651199 1752973312 388709 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26262/tid=26264] ppid=26260 vsize=1711888 CPUtime=11.25
/proc/26262/task/26264/stat : 26264 (java) S 26260 26262 26216 0 -1 64 191869 0 0 0 1033 92 0 0 17 0 13 0 195651199 1752973312 388709 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26262/tid=26265] ppid=26260 vsize=1711888 CPUtime=1213.96
/proc/26262/task/26265/stat : 26265 (java) R 26260 26262 26216 0 -1 64 1487 0 0 0 121391 5 0 0 25 0 13 0 195651201 1752973312 388709 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4154468709 0 0 0 23759 0 0 0 -1 0 0 0
[pid=26262/tid=26266] ppid=26260 vsize=1711888 CPUtime=0
/proc/26262/task/26266/stat : 26266 (java) S 26260 26262 26216 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 195651202 1752973312 388709 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26262/tid=26267] ppid=26260 vsize=1711888 CPUtime=0
/proc/26262/task/26267/stat : 26267 (java) S 26260 26262 26216 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 195651202 1752973312 388709 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26262/tid=26268] ppid=26260 vsize=1711888 CPUtime=0
/proc/26262/task/26268/stat : 26268 (java) S 26260 26262 26216 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 195651205 1752973312 388709 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26262/tid=26269] ppid=26260 vsize=1711888 CPUtime=0
/proc/26262/task/26269/stat : 26269 (java) S 26260 26262 26216 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 195651205 1752973312 388709 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26262/tid=26270] ppid=26260 vsize=1711888 CPUtime=0.77
/proc/26262/task/26270/stat : 26270 (java) S 26260 26262 26216 0 -1 64 1112 0 0 0 77 0 0 0 17 0 13 0 195651205 1752973312 388709 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26262/tid=26271] ppid=26260 vsize=1711888 CPUtime=0.99
/proc/26262/task/26271/stat : 26271 (java) S 26260 26262 26216 0 -1 64 1242 0 0 0 99 0 0 0 16 0 13 0 195651205 1752973312 388709 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26262/tid=26272] ppid=26260 vsize=1711888 CPUtime=0
/proc/26262/task/26272/stat : 26272 (java) S 26260 26262 26216 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 195651205 1752973312 388709 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26262/tid=26273] ppid=26260 vsize=1711888 CPUtime=0
/proc/26262/task/26273/stat : 26273 (java) S 26260 26262 26216 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 195651205 1752973312 388709 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26262/tid=26758] ppid=26260 vsize=1711888 CPUtime=0
/proc/26262/task/26758/stat : 26758 (java) S 26260 26262 26216 0 -1 64 147 0 0 0 0 0 0 0 16 0 13 0 195652684 1752973312 388709 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.25
Current children cumulated vsize (Kb) 1711888

Sending SIGTERM to -26262
Sleeping 2 seconds

[startup+1790.38 s]
/proc/loadavg: 1.00 1.00 0.94 2/81 26759
/proc/meminfo: memFree=14816/2055888 swapFree=4085392/4096564
[pid=26262] ppid=26260 vsize=1711888 CPUtime=1801.26
/proc/26262/stat : 26262 (java) S 26260 26262 26216 0 -1 0 439227 0 1 0 179912 214 0 0 15 0 13 0 195651195 1752973312 388709 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26262/statm: 427972 388709 1913 14 0 414718 0
[pid=26262/tid=26263] ppid=26260 vsize=1711888 CPUtime=11.24
/proc/26262/task/26263/stat : 26263 (java) S 26260 26262 26216 0 -1 64 201889 0 0 0 1032 92 0 0 16 0 13 0 195651199 1752973312 388709 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26262/tid=26264] ppid=26260 vsize=1711888 CPUtime=11.25
/proc/26262/task/26264/stat : 26264 (java) S 26260 26262 26216 0 -1 64 191869 0 0 0 1033 92 0 0 17 0 13 0 195651199 1752973312 388709 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26262/tid=26265] ppid=26260 vsize=1711888 CPUtime=1214.97
/proc/26262/task/26265/stat : 26265 (java) R 26260 26262 26216 0 -1 64 1487 0 0 0 121492 5 0 0 25 0 13 0 195651201 1752973312 388709 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4154638281 0 0 0 23759 0 0 0 -1 0 0 0
[pid=26262/tid=26266] ppid=26260 vsize=1711888 CPUtime=0
/proc/26262/task/26266/stat : 26266 (java) S 26260 26262 26216 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 195651202 1752973312 388709 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26262/tid=26267] ppid=26260 vsize=1711888 CPUtime=0
/proc/26262/task/26267/stat : 26267 (java) S 26260 26262 26216 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 195651202 1752973312 388709 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26262/tid=26268] ppid=26260 vsize=1711888 CPUtime=0
/proc/26262/task/26268/stat : 26268 (java) S 26260 26262 26216 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 195651205 1752973312 388709 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26262/tid=26269] ppid=26260 vsize=1711888 CPUtime=0
/proc/26262/task/26269/stat : 26269 (java) S 26260 26262 26216 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 195651205 1752973312 388709 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26262/tid=26270] ppid=26260 vsize=1711888 CPUtime=0.77
/proc/26262/task/26270/stat : 26270 (java) S 26260 26262 26216 0 -1 64 1112 0 0 0 77 0 0 0 17 0 13 0 195651205 1752973312 388709 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26262/tid=26271] ppid=26260 vsize=1711888 CPUtime=0.99
/proc/26262/task/26271/stat : 26271 (java) S 26260 26262 26216 0 -1 64 1242 0 0 0 99 0 0 0 16 0 13 0 195651205 1752973312 388709 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26262/tid=26272] ppid=26260 vsize=1711888 CPUtime=0
/proc/26262/task/26272/stat : 26272 (java) S 26260 26262 26216 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 195651205 1752973312 388709 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26262/tid=26273] ppid=26260 vsize=1711888 CPUtime=0
/proc/26262/task/26273/stat : 26273 (java) S 26260 26262 26216 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 195651205 1752973312 388709 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26262/tid=26758] ppid=26260 vsize=1711888 CPUtime=0
/proc/26262/task/26758/stat : 26758 (java) S 26260 26262 26216 0 -1 64 147 0 0 0 0 0 0 0 16 0 13 0 195652684 1752973312 388709 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1801.26
Current children cumulated vsize (Kb) 1711888
Sending SIGKILL to -26262

[startup+1791.39 s]
!!! unable to read /proc/26262/task filesystem (No such file or directory) !!!/proc/loadavg: 1.00 1.00 0.94 2/69 26759
/proc/meminfo: memFree=59944/2055888 swapFree=4085392/4096564
[pid=26262] ppid=26260 vsize=0 CPUtime=1802.27
/proc/26262/stat : 26262 (java) Z 26260 26262 26216 0 -1 1036 439227 0 1 0 180012 215 0 0 16 0 2 0 195651195 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26262/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1802.27
Current children cumulated vsize (Kb) 0

Child ended because it received signal 9 (SIGKILL)
Real time (s): 1791.61
CPU time (s): 1802.49
CPU user time (s): 1800.12
CPU system time (s): 2.37164
CPU usage (%): 100.607
Max. virtual memory (cumulated for all children) (Kb): 1712304
The end

Launcher Data (download as text)

Begin job on node76 on Sat Jun  3 02:01:58 UTC 2006


FILE ID= 43095-1149300118

PBS_JOBID= 307309

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

MD5SUM SOLVER= 3cef94aa015dc0dd234d31843a257d70
MD5SUM BENCH=  36a19a7aeba117287b60c4673ad89664

RANDOM SEED= 740067838


/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.236
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 6006.14
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.236
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5999.40
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055888 kB
MemFree:       1533792 kB
Buffers:         38036 kB
Cached:         415484 kB
SwapCached:       2488 kB
Active:         109988 kB
Inactive:       352344 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055888 kB
LowFree:       1533792 kB
SwapTotal:     4096564 kB
SwapFree:      4085392 kB
Dirty:             140 kB
Writeback:           0 kB
Mapped:          16548 kB
Slab:            46372 kB
Committed_AS:   308544 kB
PageTables:       1260 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264388 kB
VmallocChunk: 536606243 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB


End job on node76 on Sat Jun  3 02:31:50 UTC 2006