Trace number 44521

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? (TO) 1802.26 1788.49

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/web/www.nlsde.buaa.edu.cn/
~kexu/benchmarks/frb50-23-opb/normalized-frb50-23-4.opb
MD5SUMe81d6b8e8ff8ec031773b7b65d16ea78
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-49
Best CPU time to get the best result obtained on this benchmark1800.56
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -50
Optimality of the best value was proved NO
Number of variables1150
Total number of constraints80258
Number of constraints which are clauses80258
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 1150
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 1150
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 1150
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.15	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.15	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.15	c no version file found!!!
0.15	c sun.arch.data.model	32
0.15	c java.version	1.5.0_06
0.15	c os.name	Linux
0.15	c os.version	2.6.9-22.EL.rootsmp
0.15	c os.arch	i386
0.15	c Free memory 1548419056
0.15	c Max memory 1551040512
0.15	c Total memory 1551040512
0.16	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@1037c71
0.21	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@1df073d
0.21	c org.sat4j.minisat.learning.MiniSATLearning@1546e25
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/node38/44521-1154052183/instance-44521-1154052183.opb
0.21	c reading problem ... 
3.86	c ... done. Time 3.651 ms.
3.86	c #vars     1150
3.86	c #constraints  80258
3.88	c SATISFIABLE
3.88	c OPTIMIZING...
3.89	c Got one! Ellapsed CPU time (in seconds):3.677
3.91	o 0
3.93	c Got one! Ellapsed CPU time (in seconds):3.725
3.93	o -1
4.17	c Got one! Ellapsed CPU time (in seconds):3.965
4.17	o -2
4.84	c Got one! Ellapsed CPU time (in seconds):4.636
4.84	o -33
5.49	c Got one! Ellapsed CPU time (in seconds):5.278
5.49	o -38

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/node38/watcher-44521-1154052183 -o ROOT/results/node38/solver-44521-1154052183 -C 1800 -M 1800 -S 64 java -server -Xms1500M -Xmx1500M -jar ROOT/solvers/PB/PB06final/user5/sat4jPseudoPlus.jar ROOT/tmp/node38/44521-1154052183/instance-44521-1154052183.opb 946355607 

Current StackSize limit: 67108864 bytes

/proc/loadavg: 0.98 1.01 1.00 3/64 26974
/proc/meminfo: memFree=1568672/2055920 swapFree=4183120/4192956
[pid=26974] ppid=26972 vsize=168 CPUtime=0
/proc/26974/stat : 26974 (java) R 26972 26974 26925 0 -1 0 40 0 0 0 0 0 0 0 19 0 1 0 152089478 172032 23 18446744073709551615 134512640 134570276 4294956608 18446744073709551615 8606500 0 0 4096 0 0 0 0 17 1 0 0
/proc/26974/statm: 42 23 18 14 0 2 0

[startup+10.002 s]
/proc/loadavg: 0.98 1.01 1.00 2/76 26991
/proc/meminfo: memFree=1360904/2055920 swapFree=4183120/4192956
[pid=26974] ppid=26972 vsize=1715352 CPUtime=11.66
/proc/26974/stat : 26974 (java) R 26972 26974 26925 0 -1 0 58051 0 1 0 1137 29 0 0 25 0 13 0 152089478 1756520448 53681 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4152714094 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26974/statm: 428838 53681 1911 14 0 415585 0
[pid=26974/tid=26975] ppid=26972 vsize=1715352 CPUtime=0.41
/proc/26974/task/26975/stat : 26975 (java) S 26972 26974 26925 0 -1 64 8602 0 0 0 37 4 0 0 16 0 13 0 152089482 1756520448 53681 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26974/tid=26976] ppid=26972 vsize=1715352 CPUtime=0.41
/proc/26974/task/26976/stat : 26976 (java) S 26972 26974 26925 0 -1 64 8699 0 0 0 37 4 0 0 16 0 13 0 152089482 1756520448 53681 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26974/tid=26977] ppid=26972 vsize=1715352 CPUtime=0
/proc/26974/task/26977/stat : 26977 (java) S 26972 26974 26925 0 -1 64 33 0 0 0 0 0 0 0 17 0 13 0 152089484 1756520448 53681 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=26974/tid=26978] ppid=26972 vsize=1715352 CPUtime=0
/proc/26974/task/26978/stat : 26978 (java) S 26972 26974 26925 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 152089485 1756520448 53681 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26974/tid=26979] ppid=26972 vsize=1715352 CPUtime=0
/proc/26974/task/26979/stat : 26979 (java) S 26972 26974 26925 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 152089485 1756520448 53681 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26974/tid=26980] ppid=26972 vsize=1715352 CPUtime=0
/proc/26974/task/26980/stat : 26980 (java) S 26972 26974 26925 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 152089488 1756520448 53681 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26974/tid=26981] ppid=26972 vsize=1715352 CPUtime=0
/proc/26974/task/26981/stat : 26981 (java) S 26972 26974 26925 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 152089488 1756520448 53681 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26974/tid=26982] ppid=26972 vsize=1715352 CPUtime=0.89
/proc/26974/task/26982/stat : 26982 (java) S 26972 26974 26925 0 -1 64 1899 0 0 0 89 0 0 0 17 0 13 0 152089488 1756520448 53681 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26974/tid=26983] ppid=26972 vsize=1715352 CPUtime=0.87
/proc/26974/task/26983/stat : 26983 (java) S 26972 26974 26925 0 -1 64 1413 0 0 0 87 0 0 0 17 0 13 0 152089488 1756520448 53681 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26974/tid=26984] ppid=26972 vsize=1715352 CPUtime=0
/proc/26974/task/26984/stat : 26984 (java) S 26972 26974 26925 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 152089488 1756520448 53681 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26974/tid=26985] ppid=26972 vsize=1715352 CPUtime=0
/proc/26974/task/26985/stat : 26985 (java) S 26972 26974 26925 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 152089488 1756520448 53681 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26974/tid=26991] ppid=26972 vsize=1715352 CPUtime=0
/proc/26974/task/26991/stat : 26991 (java) S 26972 26974 26925 0 -1 64 0 0 0 0 0 0 0 0 19 0 13 0 152090027 1756520448 53681 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 11.66
Current children cumulated vsize (Kb) 1715352

[startup+20.0091 s]
/proc/loadavg: 0.98 1.01 1.00 2/76 26991
/proc/meminfo: memFree=1297032/2055920 swapFree=4183120/4192956
[pid=26974] ppid=26972 vsize=1713440 CPUtime=22.14
/proc/26974/stat : 26974 (java) R 26972 26974 26925 0 -1 0 78217 0 1 0 2174 40 0 0 25 0 13 0 152089478 1754562560 69614 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071608617 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26974/statm: 428360 69614 1911 14 0 415107 0
[pid=26974/tid=26975] ppid=26972 vsize=1713440 CPUtime=0.84
/proc/26974/task/26975/stat : 26975 (java) S 26972 26974 26925 0 -1 64 19536 0 0 0 74 10 0 0 16 0 13 0 152089482 1754562560 69614 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26974/tid=26976] ppid=26972 vsize=1713440 CPUtime=0.84
/proc/26974/task/26976/stat : 26976 (java) S 26972 26974 26925 0 -1 64 17914 0 0 0 75 9 0 0 16 0 13 0 152089482 1754562560 69614 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26974/tid=26977] ppid=26972 vsize=1713440 CPUtime=0
/proc/26974/task/26977/stat : 26977 (java) S 26972 26974 26925 0 -1 64 35 0 0 0 0 0 0 0 16 0 13 0 152089484 1754562560 69614 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=26974/tid=26978] ppid=26972 vsize=1713440 CPUtime=0
/proc/26974/task/26978/stat : 26978 (java) S 26972 26974 26925 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 152089485 1754562560 69614 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26974/tid=26979] ppid=26972 vsize=1713440 CPUtime=0
/proc/26974/task/26979/stat : 26979 (java) S 26972 26974 26925 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 152089485 1754562560 69614 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26974/tid=26980] ppid=26972 vsize=1713440 CPUtime=0
/proc/26974/task/26980/stat : 26980 (java) S 26972 26974 26925 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 152089488 1754562560 69614 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26974/tid=26981] ppid=26972 vsize=1713440 CPUtime=0
/proc/26974/task/26981/stat : 26981 (java) S 26972 26974 26925 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 152089488 1754562560 69614 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26974/tid=26982] ppid=26972 vsize=1713440 CPUtime=0.89
/proc/26974/task/26982/stat : 26982 (java) S 26972 26974 26925 0 -1 64 1903 0 0 0 89 0 0 0 17 0 13 0 152089488 1754562560 69614 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26974/tid=26983] ppid=26972 vsize=1713440 CPUtime=0.92
/proc/26974/task/26983/stat : 26983 (java) S 26972 26974 26925 0 -1 64 1418 0 0 0 92 0 0 0 17 0 13 0 152089488 1754562560 69614 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26974/tid=26984] ppid=26972 vsize=1713440 CPUtime=0
/proc/26974/task/26984/stat : 26984 (java) S 26972 26974 26925 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 152089488 1754562560 69614 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26974/tid=26985] ppid=26972 vsize=1713440 CPUtime=0
/proc/26974/task/26985/stat : 26985 (java) S 26972 26974 26925 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 152089488 1754562560 69614 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26974/tid=26991] ppid=26972 vsize=1713440 CPUtime=0
/proc/26974/task/26991/stat : 26991 (java) S 26972 26974 26925 0 -1 64 0 0 0 0 0 0 0 0 19 0 13 0 152090027 1754562560 69614 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 22.14
Current children cumulated vsize (Kb) 1713440

[startup+30.0162 s]
/proc/loadavg: 1.07 1.02 1.00 2/76 26991
/proc/meminfo: memFree=1249864/2055920 swapFree=4183120/4192956
[pid=26974] ppid=26972 vsize=1713440 CPUtime=32.51
/proc/26974/stat : 26974 (java) R 26972 26974 26925 0 -1 0 92018 0 1 0 3203 48 0 0 25 0 13 0 152089478 1754562560 81448 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071629879 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26974/statm: 428360 81448 1911 14 0 415107 0
[pid=26974/tid=26975] ppid=26972 vsize=1713440 CPUtime=1.17
/proc/26974/task/26975/stat : 26975 (java) S 26972 26974 26925 0 -1 64 26592 0 0 0 103 14 0 0 16 0 13 0 152089482 1754562560 81448 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26974/tid=26976] ppid=26972 vsize=1713440 CPUtime=1.17
/proc/26974/task/26976/stat : 26976 (java) S 26972 26974 26925 0 -1 64 24644 0 0 0 104 13 0 0 16 0 13 0 152089482 1754562560 81448 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26974/tid=26977] ppid=26972 vsize=1713440 CPUtime=0
/proc/26974/task/26977/stat : 26977 (java) S 26972 26974 26925 0 -1 64 37 0 0 0 0 0 0 0 16 0 13 0 152089484 1754562560 81448 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=26974/tid=26978] ppid=26972 vsize=1713440 CPUtime=0
/proc/26974/task/26978/stat : 26978 (java) S 26972 26974 26925 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 152089485 1754562560 81448 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26974/tid=26979] ppid=26972 vsize=1713440 CPUtime=0
/proc/26974/task/26979/stat : 26979 (java) S 26972 26974 26925 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 152089485 1754562560 81448 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26974/tid=26980] ppid=26972 vsize=1713440 CPUtime=0
/proc/26974/task/26980/stat : 26980 (java) S 26972 26974 26925 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 152089488 1754562560 81448 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26974/tid=26981] ppid=26972 vsize=1713440 CPUtime=0
/proc/26974/task/26981/stat : 26981 (java) S 26972 26974 26925 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 152089488 1754562560 81448 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26974/tid=26982] ppid=26972 vsize=1713440 CPUtime=0.89
/proc/26974/task/26982/stat : 26982 (java) S 26972 26974 26925 0 -1 64 1903 0 0 0 89 0 0 0 17 0 13 0 152089488 1754562560 81448 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26974/tid=26983] ppid=26972 vsize=1713440 CPUtime=0.96
/proc/26974/task/26983/stat : 26983 (java) S 26972 26974 26925 0 -1 64 1425 0 0 0 96 0 0 0 17 0 13 0 152089488 1754562560 81448 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26974/tid=26984] ppid=26972 vsize=1713440 CPUtime=0
/proc/26974/task/26984/stat : 26984 (java) S 26972 26974 26925 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 152089488 1754562560 81448 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26974/tid=26985] ppid=26972 vsize=1713440 CPUtime=0
/proc/26974/task/26985/stat : 26985 (java) S 26972 26974 26925 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 152089488 1754562560 81448 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26974/tid=26991] ppid=26972 vsize=1713440 CPUtime=0
/proc/26974/task/26991/stat : 26991 (java) S 26972 26974 26925 0 -1 64 0 0 0 0 0 0 0 0 19 0 13 0 152090027 1754562560 81448 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 32.51
Current children cumulated vsize (Kb) 1713440

[startup+40.0234 s]
/proc/loadavg: 1.06 1.02 1.00 2/76 26991
/proc/meminfo: memFree=1220232/2055920 swapFree=4183120/4192956
[pid=26974] ppid=26972 vsize=1713440 CPUtime=42.74
/proc/26974/stat : 26974 (java) R 26972 26974 26925 0 -1 0 100428 0 1 0 4223 51 0 0 23 0 13 0 152089478 1754562560 88853 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071495886 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26974/statm: 428360 88853 1911 14 0 415107 0
[pid=26974/tid=26975] ppid=26972 vsize=1713440 CPUtime=1.4
/proc/26974/task/26975/stat : 26975 (java) S 26972 26974 26925 0 -1 64 30898 0 0 0 124 16 0 0 16 0 13 0 152089482 1754562560 88853 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26974/tid=26976] ppid=26972 vsize=1713440 CPUtime=1.39
/proc/26974/task/26976/stat : 26976 (java) S 26972 26974 26925 0 -1 64 28743 0 0 0 125 14 0 0 16 0 13 0 152089482 1754562560 88853 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26974/tid=26977] ppid=26972 vsize=1713440 CPUtime=0
/proc/26974/task/26977/stat : 26977 (java) S 26972 26974 26925 0 -1 64 38 0 0 0 0 0 0 0 16 0 13 0 152089484 1754562560 88853 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=26974/tid=26978] ppid=26972 vsize=1713440 CPUtime=0
/proc/26974/task/26978/stat : 26978 (java) S 26972 26974 26925 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 152089485 1754562560 88853 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26974/tid=26979] ppid=26972 vsize=1713440 CPUtime=0
/proc/26974/task/26979/stat : 26979 (java) S 26972 26974 26925 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 152089485 1754562560 88853 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26974/tid=26980] ppid=26972 vsize=1713440 CPUtime=0
/proc/26974/task/26980/stat : 26980 (java) S 26972 26974 26925 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 152089488 1754562560 88853 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26974/tid=26981] ppid=26972 vsize=1713440 CPUtime=0
/proc/26974/task/26981/stat : 26981 (java) S 26972 26974 26925 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 152089488 1754562560 88853 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26974/tid=26982] ppid=26972 vsize=1713440 CPUtime=0.89
/proc/26974/task/26982/stat : 26982 (java) S 26972 26974 26925 0 -1 64 1903 0 0 0 89 0 0 0 16 0 13 0 152089488 1754562560 88853 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26974/tid=26983] ppid=26972 vsize=1713440 CPUtime=0.96
/proc/26974/task/26983/stat : 26983 (java) S 26972 26974 26925 0 -1 64 1425 0 0 0 96 0 0 0 17 0 13 0 152089488 1754562560 88853 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26974/tid=26984] ppid=26972 vsize=1713440 CPUtime=0
/proc/26974/task/26984/stat : 26984 (java) S 26972 26974 26925 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 152089488 1754562560 88853 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26974/tid=26985] ppid=26972 vsize=1713440 CPUtime=0
/proc/26974/task/26985/stat : 26985 (java) S 26972 26974 26925 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 152089488 1754562560 88853 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26974/tid=26991] ppid=26972 vsize=1713440 CPUtime=0
/proc/26974/task/26991/stat : 26991 (java) S 26972 26974 26925 0 -1 64 0 0 0 0 0 0 0 0 16 0 13 0 152090027 1754562560 88853 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 42.74
Current children cumulated vsize (Kb) 1713440

[startup+50.0315 s]
/proc/loadavg: 1.05 1.02 1.00 2/76 26991
/proc/meminfo: memFree=1178568/2055920 swapFree=4183120/4192956
[pid=26974] ppid=26972 vsize=1713440 CPUtime=53.05
/proc/26974/stat : 26974 (java) R 26972 26974 26925 0 -1 0 112346 0 1 0 5249 56 0 0 22 0 13 0 152089478 1754562560 99242 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071568399 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26974/statm: 428360 99242 1911 14 0 415107 0
[pid=26974/tid=26975] ppid=26972 vsize=1713440 CPUtime=1.7
/proc/26974/task/26975/stat : 26975 (java) S 26972 26974 26925 0 -1 64 36847 0 0 0 152 18 0 0 16 0 13 0 152089482 1754562560 99242 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26974/tid=26976] ppid=26972 vsize=1713440 CPUtime=1.7
/proc/26974/task/26976/stat : 26976 (java) S 26972 26974 26925 0 -1 64 34709 0 0 0 153 17 0 0 17 0 13 0 152089482 1754562560 99242 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26974/tid=26977] ppid=26972 vsize=1713440 CPUtime=0
/proc/26974/task/26977/stat : 26977 (java) S 26972 26974 26925 0 -1 64 38 0 0 0 0 0 0 0 15 0 13 0 152089484 1754562560 99242 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=26974/tid=26978] ppid=26972 vsize=1713440 CPUtime=0
/proc/26974/task/26978/stat : 26978 (java) S 26972 26974 26925 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 152089485 1754562560 99242 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26974/tid=26979] ppid=26972 vsize=1713440 CPUtime=0
/proc/26974/task/26979/stat : 26979 (java) S 26972 26974 26925 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 152089485 1754562560 99242 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26974/tid=26980] ppid=26972 vsize=1713440 CPUtime=0
/proc/26974/task/26980/stat : 26980 (java) S 26972 26974 26925 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 152089488 1754562560 99242 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26974/tid=26981] ppid=26972 vsize=1713440 CPUtime=0
/proc/26974/task/26981/stat : 26981 (java) S 26972 26974 26925 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 152089488 1754562560 99242 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26974/tid=26982] ppid=26972 vsize=1713440 CPUtime=0.89
/proc/26974/task/26982/stat : 26982 (java) S 26972 26974 26925 0 -1 64 1903 0 0 0 89 0 0 0 16 0 13 0 152089488 1754562560 99242 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26974/tid=26983] ppid=26972 vsize=1713440 CPUtime=0.96
/proc/26974/task/26983/stat : 26983 (java) S 26972 26974 26925 0 -1 64 1425 0 0 0 96 0 0 0 17 0 13 0 152089488 1754562560 99242 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26974/tid=26984] ppid=26972 vsize=1713440 CPUtime=0
/proc/26974/task/26984/stat : 26984 (java) S 26972 26974 26925 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 152089488 1754562560 99242 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26974/tid=26985] ppid=26972 vsize=1713440 CPUtime=0
/proc/26974/task/26985/stat : 26985 (java) S 26972 26974 26925 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 152089488 1754562560 99242 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26974/tid=26991] ppid=26972 vsize=1713440 CPUtime=0
/proc/26974/task/26991/stat : 26991 (java) S 26972 26974 26925 0 -1 64 1 0 0 0 0 0 0 0 16 0 13 0 152090027 1754562560 99242 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 53.05
Current children cumulated vsize (Kb) 1713440

[startup+60.0386 s]
/proc/loadavg: 1.04 1.02 1.00 2/76 26991
/proc/meminfo: memFree=1153992/2055920 swapFree=4183120/4192956
[pid=26974] ppid=26972 vsize=1713440 CPUtime=63.22
/proc/26974/stat : 26974 (java) R 26972 26974 26925 0 -1 0 118970 0 1 0 6262 60 0 0 25 0 13 0 152089478 1754562560 105384 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071394273 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26974/statm: 428360 105384 1911 14 0 415107 0
[pid=26974/tid=26975] ppid=26972 vsize=1713440 CPUtime=1.86
/proc/26974/task/26975/stat : 26975 (java) S 26972 26974 26925 0 -1 64 40718 0 0 0 166 20 0 0 16 0 13 0 152089482 1754562560 105384 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26974/tid=26976] ppid=26972 vsize=1713440 CPUtime=1.86
/proc/26974/task/26976/stat : 26976 (java) S 26972 26974 26925 0 -1 64 37460 0 0 0 167 19 0 0 16 0 13 0 152089482 1754562560 105384 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26974/tid=26977] ppid=26972 vsize=1713440 CPUtime=0
/proc/26974/task/26977/stat : 26977 (java) S 26972 26974 26925 0 -1 64 38 0 0 0 0 0 0 0 16 0 13 0 152089484 1754562560 105384 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=26974/tid=26978] ppid=26972 vsize=1713440 CPUtime=0
/proc/26974/task/26978/stat : 26978 (java) S 26972 26974 26925 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 152089485 1754562560 105384 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26974/tid=26979] ppid=26972 vsize=1713440 CPUtime=0
/proc/26974/task/26979/stat : 26979 (java) S 26972 26974 26925 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 152089485 1754562560 105384 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26974/tid=26980] ppid=26972 vsize=1713440 CPUtime=0

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


[startup+1784.45 s]
/proc/loadavg: 1.00 1.00 1.00 2/76 26991
/proc/meminfo: memFree=15304/2055920 swapFree=4183120/4192956
[pid=26974] ppid=26972 vsize=1713440 CPUtime=1798.23
/proc/26974/stat : 26974 (java) S 26972 26974 26925 0 -1 0 446743 0 1 0 179594 229 0 0 16 0 13 0 152089478 1754562560 389730 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26974/statm: 428360 389730 1913 14 0 415107 0
[pid=26974/tid=26975] ppid=26972 vsize=1713440 CPUtime=13.01
/proc/26974/task/26975/stat : 26975 (java) S 26972 26974 26925 0 -1 64 212517 0 0 0 1194 107 0 0 17 0 13 0 152089482 1754562560 389730 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26974/tid=26976] ppid=26972 vsize=1713440 CPUtime=13
/proc/26974/task/26976/stat : 26976 (java) S 26972 26974 26925 0 -1 64 191984 0 0 0 1206 94 0 0 16 0 13 0 152089482 1754562560 389730 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26974/tid=26977] ppid=26972 vsize=1713440 CPUtime=606.12
/proc/26974/task/26977/stat : 26977 (java) R 26972 26974 26925 0 -1 64 1206 0 0 0 60608 4 0 0 21 0 13 0 152089484 1754562560 389730 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4154649000 0 0 0 23759 0 0 0 -1 0 0 0
[pid=26974/tid=26978] ppid=26972 vsize=1713440 CPUtime=0
/proc/26974/task/26978/stat : 26978 (java) S 26972 26974 26925 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 152089485 1754562560 389730 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26974/tid=26979] ppid=26972 vsize=1713440 CPUtime=0
/proc/26974/task/26979/stat : 26979 (java) S 26972 26974 26925 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 152089485 1754562560 389730 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26974/tid=26980] ppid=26972 vsize=1713440 CPUtime=0
/proc/26974/task/26980/stat : 26980 (java) S 26972 26974 26925 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 152089488 1754562560 389730 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26974/tid=26981] ppid=26972 vsize=1713440 CPUtime=0
/proc/26974/task/26981/stat : 26981 (java) S 26972 26974 26925 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 152089488 1754562560 389730 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26974/tid=26982] ppid=26972 vsize=1713440 CPUtime=0.94
/proc/26974/task/26982/stat : 26982 (java) S 26972 26974 26925 0 -1 64 1904 0 0 0 94 0 0 0 16 0 13 0 152089488 1754562560 389730 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26974/tid=26983] ppid=26972 vsize=1713440 CPUtime=0.98
/proc/26974/task/26983/stat : 26983 (java) S 26972 26974 26925 0 -1 64 1425 0 0 0 98 0 0 0 16 0 13 0 152089488 1754562560 389730 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26974/tid=26984] ppid=26972 vsize=1713440 CPUtime=0
/proc/26974/task/26984/stat : 26984 (java) S 26972 26974 26925 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 152089488 1754562560 389730 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26974/tid=26985] ppid=26972 vsize=1713440 CPUtime=0
/proc/26974/task/26985/stat : 26985 (java) S 26972 26974 26925 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 152089488 1754562560 389730 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26974/tid=26991] ppid=26972 vsize=1713440 CPUtime=0
/proc/26974/task/26991/stat : 26991 (java) S 26972 26974 26925 0 -1 64 85 0 0 0 0 0 0 0 16 0 13 0 152090027 1754562560 389730 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1798.23
Current children cumulated vsize (Kb) 1713440

[startup+1785.46 s]
/proc/loadavg: 1.00 1.00 1.00 2/76 26991
/proc/meminfo: memFree=15304/2055920 swapFree=4183120/4192956
[pid=26974] ppid=26972 vsize=1713440 CPUtime=1799.23
/proc/26974/stat : 26974 (java) S 26972 26974 26925 0 -1 0 446743 0 1 0 179694 229 0 0 16 0 13 0 152089478 1754562560 389730 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26974/statm: 428360 389730 1913 14 0 415107 0
[pid=26974/tid=26975] ppid=26972 vsize=1713440 CPUtime=13.01
/proc/26974/task/26975/stat : 26975 (java) S 26972 26974 26925 0 -1 64 212517 0 0 0 1194 107 0 0 17 0 13 0 152089482 1754562560 389730 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26974/tid=26976] ppid=26972 vsize=1713440 CPUtime=13
/proc/26974/task/26976/stat : 26976 (java) S 26972 26974 26925 0 -1 64 191984 0 0 0 1206 94 0 0 16 0 13 0 152089482 1754562560 389730 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26974/tid=26977] ppid=26972 vsize=1713440 CPUtime=607.13
/proc/26974/task/26977/stat : 26977 (java) R 26972 26974 26925 0 -1 64 1206 0 0 0 60709 4 0 0 25 0 13 0 152089484 1754562560 389730 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4152729301 0 0 0 23759 0 0 0 -1 0 0 0
[pid=26974/tid=26978] ppid=26972 vsize=1713440 CPUtime=0
/proc/26974/task/26978/stat : 26978 (java) S 26972 26974 26925 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 152089485 1754562560 389730 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26974/tid=26979] ppid=26972 vsize=1713440 CPUtime=0
/proc/26974/task/26979/stat : 26979 (java) S 26972 26974 26925 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 152089485 1754562560 389730 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26974/tid=26980] ppid=26972 vsize=1713440 CPUtime=0
/proc/26974/task/26980/stat : 26980 (java) S 26972 26974 26925 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 152089488 1754562560 389730 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26974/tid=26981] ppid=26972 vsize=1713440 CPUtime=0
/proc/26974/task/26981/stat : 26981 (java) S 26972 26974 26925 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 152089488 1754562560 389730 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26974/tid=26982] ppid=26972 vsize=1713440 CPUtime=0.94
/proc/26974/task/26982/stat : 26982 (java) S 26972 26974 26925 0 -1 64 1904 0 0 0 94 0 0 0 16 0 13 0 152089488 1754562560 389730 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26974/tid=26983] ppid=26972 vsize=1713440 CPUtime=0.98
/proc/26974/task/26983/stat : 26983 (java) S 26972 26974 26925 0 -1 64 1425 0 0 0 98 0 0 0 16 0 13 0 152089488 1754562560 389730 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26974/tid=26984] ppid=26972 vsize=1713440 CPUtime=0
/proc/26974/task/26984/stat : 26984 (java) S 26972 26974 26925 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 152089488 1754562560 389730 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26974/tid=26985] ppid=26972 vsize=1713440 CPUtime=0
/proc/26974/task/26985/stat : 26985 (java) S 26972 26974 26925 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 152089488 1754562560 389730 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26974/tid=26991] ppid=26972 vsize=1713440 CPUtime=0
/proc/26974/task/26991/stat : 26991 (java) S 26972 26974 26925 0 -1 64 85 0 0 0 0 0 0 0 16 0 13 0 152090027 1754562560 389730 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1799.23
Current children cumulated vsize (Kb) 1713440

[startup+1786.46 s]
/proc/loadavg: 1.00 1.00 1.00 2/76 26991
/proc/meminfo: memFree=15304/2055920 swapFree=4183120/4192956
[pid=26974] ppid=26972 vsize=1713440 CPUtime=1800.24
/proc/26974/stat : 26974 (java) S 26972 26974 26925 0 -1 0 446743 0 1 0 179795 229 0 0 16 0 13 0 152089478 1754562560 389730 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26974/statm: 428360 389730 1913 14 0 415107 0
[pid=26974/tid=26975] ppid=26972 vsize=1713440 CPUtime=13.01
/proc/26974/task/26975/stat : 26975 (java) S 26972 26974 26925 0 -1 64 212517 0 0 0 1194 107 0 0 17 0 13 0 152089482 1754562560 389730 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26974/tid=26976] ppid=26972 vsize=1713440 CPUtime=13
/proc/26974/task/26976/stat : 26976 (java) S 26972 26974 26925 0 -1 64 191984 0 0 0 1206 94 0 0 16 0 13 0 152089482 1754562560 389730 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26974/tid=26977] ppid=26972 vsize=1713440 CPUtime=608.13
/proc/26974/task/26977/stat : 26977 (java) R 26972 26974 26925 0 -1 64 1206 0 0 0 60809 4 0 0 17 0 13 0 152089484 1754562560 389730 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4154473085 0 0 0 23759 0 0 0 -1 0 0 0
[pid=26974/tid=26978] ppid=26972 vsize=1713440 CPUtime=0
/proc/26974/task/26978/stat : 26978 (java) S 26972 26974 26925 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 152089485 1754562560 389730 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26974/tid=26979] ppid=26972 vsize=1713440 CPUtime=0
/proc/26974/task/26979/stat : 26979 (java) S 26972 26974 26925 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 152089485 1754562560 389730 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26974/tid=26980] ppid=26972 vsize=1713440 CPUtime=0
/proc/26974/task/26980/stat : 26980 (java) S 26972 26974 26925 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 152089488 1754562560 389730 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26974/tid=26981] ppid=26972 vsize=1713440 CPUtime=0
/proc/26974/task/26981/stat : 26981 (java) S 26972 26974 26925 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 152089488 1754562560 389730 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26974/tid=26982] ppid=26972 vsize=1713440 CPUtime=0.94
/proc/26974/task/26982/stat : 26982 (java) S 26972 26974 26925 0 -1 64 1904 0 0 0 94 0 0 0 16 0 13 0 152089488 1754562560 389730 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26974/tid=26983] ppid=26972 vsize=1713440 CPUtime=0.98
/proc/26974/task/26983/stat : 26983 (java) S 26972 26974 26925 0 -1 64 1425 0 0 0 98 0 0 0 16 0 13 0 152089488 1754562560 389730 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26974/tid=26984] ppid=26972 vsize=1713440 CPUtime=0
/proc/26974/task/26984/stat : 26984 (java) S 26972 26974 26925 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 152089488 1754562560 389730 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26974/tid=26985] ppid=26972 vsize=1713440 CPUtime=0
/proc/26974/task/26985/stat : 26985 (java) S 26972 26974 26925 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 152089488 1754562560 389730 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26974/tid=26991] ppid=26972 vsize=1713440 CPUtime=0
/proc/26974/task/26991/stat : 26991 (java) S 26972 26974 26925 0 -1 64 85 0 0 0 0 0 0 0 16 0 13 0 152090027 1754562560 389730 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.24
Current children cumulated vsize (Kb) 1713440



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1786.47 s]
/proc/loadavg: 1.00 1.00 1.00 2/76 26991
/proc/meminfo: memFree=15304/2055920 swapFree=4183120/4192956
[pid=26974] ppid=26972 vsize=1713440 CPUtime=1800.24
/proc/26974/stat : 26974 (java) S 26972 26974 26925 0 -1 0 446743 0 1 0 179795 229 0 0 16 0 13 0 152089478 1754562560 389730 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26974/statm: 428360 389730 1913 14 0 415107 0
[pid=26974/tid=26975] ppid=26972 vsize=1713440 CPUtime=13.01
/proc/26974/task/26975/stat : 26975 (java) S 26972 26974 26925 0 -1 64 212517 0 0 0 1194 107 0 0 17 0 13 0 152089482 1754562560 389730 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26974/tid=26976] ppid=26972 vsize=1713440 CPUtime=13
/proc/26974/task/26976/stat : 26976 (java) S 26972 26974 26925 0 -1 64 191984 0 0 0 1206 94 0 0 16 0 13 0 152089482 1754562560 389730 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26974/tid=26977] ppid=26972 vsize=1713440 CPUtime=608.14
/proc/26974/task/26977/stat : 26977 (java) R 26972 26974 26925 0 -1 64 1206 0 0 0 60810 4 0 0 17 0 13 0 152089484 1754562560 389730 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4154472604 0 0 0 23759 0 0 0 -1 0 0 0
[pid=26974/tid=26978] ppid=26972 vsize=1713440 CPUtime=0
/proc/26974/task/26978/stat : 26978 (java) S 26972 26974 26925 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 152089485 1754562560 389730 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26974/tid=26979] ppid=26972 vsize=1713440 CPUtime=0
/proc/26974/task/26979/stat : 26979 (java) S 26972 26974 26925 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 152089485 1754562560 389730 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26974/tid=26980] ppid=26972 vsize=1713440 CPUtime=0
/proc/26974/task/26980/stat : 26980 (java) S 26972 26974 26925 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 152089488 1754562560 389730 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26974/tid=26981] ppid=26972 vsize=1713440 CPUtime=0
/proc/26974/task/26981/stat : 26981 (java) S 26972 26974 26925 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 152089488 1754562560 389730 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26974/tid=26982] ppid=26972 vsize=1713440 CPUtime=0.94
/proc/26974/task/26982/stat : 26982 (java) S 26972 26974 26925 0 -1 64 1904 0 0 0 94 0 0 0 16 0 13 0 152089488 1754562560 389730 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26974/tid=26983] ppid=26972 vsize=1713440 CPUtime=0.98
/proc/26974/task/26983/stat : 26983 (java) S 26972 26974 26925 0 -1 64 1425 0 0 0 98 0 0 0 16 0 13 0 152089488 1754562560 389730 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26974/tid=26984] ppid=26972 vsize=1713440 CPUtime=0
/proc/26974/task/26984/stat : 26984 (java) S 26972 26974 26925 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 152089488 1754562560 389730 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26974/tid=26985] ppid=26972 vsize=1713440 CPUtime=0
/proc/26974/task/26985/stat : 26985 (java) S 26972 26974 26925 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 152089488 1754562560 389730 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26974/tid=26991] ppid=26972 vsize=1713440 CPUtime=0
/proc/26974/task/26991/stat : 26991 (java) S 26972 26974 26925 0 -1 64 85 0 0 0 0 0 0 0 16 0 13 0 152090027 1754562560 389730 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.24
Current children cumulated vsize (Kb) 1713440

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

[startup+1787.48 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 26992
/proc/meminfo: memFree=15232/2055920 swapFree=4183120/4192956
[pid=26974] ppid=26972 vsize=1713440 CPUtime=1801.26
/proc/26974/stat : 26974 (java) S 26972 26974 26925 0 -1 0 446744 0 1 0 179897 229 0 0 15 0 13 0 152089478 1754562560 389730 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26974/statm: 428360 389730 1913 14 0 415107 0
[pid=26974/tid=26975] ppid=26972 vsize=1713440 CPUtime=13.01
/proc/26974/task/26975/stat : 26975 (java) S 26972 26974 26925 0 -1 64 212517 0 0 0 1194 107 0 0 17 0 13 0 152089482 1754562560 389730 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26974/tid=26976] ppid=26972 vsize=1713440 CPUtime=13
/proc/26974/task/26976/stat : 26976 (java) S 26972 26974 26925 0 -1 64 191984 0 0 0 1206 94 0 0 16 0 13 0 152089482 1754562560 389730 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26974/tid=26977] ppid=26972 vsize=1713440 CPUtime=609.15
/proc/26974/task/26977/stat : 26977 (java) R 26972 26974 26925 0 -1 64 1206 0 0 0 60911 4 0 0 19 0 13 0 152089484 1754562560 389730 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4154542037 0 0 0 23759 0 0 0 -1 0 0 0
[pid=26974/tid=26978] ppid=26972 vsize=1713440 CPUtime=0
/proc/26974/task/26978/stat : 26978 (java) S 26972 26974 26925 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 152089485 1754562560 389730 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26974/tid=26979] ppid=26972 vsize=1713440 CPUtime=0
/proc/26974/task/26979/stat : 26979 (java) S 26972 26974 26925 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 152089485 1754562560 389730 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26974/tid=26980] ppid=26972 vsize=1713440 CPUtime=0
/proc/26974/task/26980/stat : 26980 (java) S 26972 26974 26925 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 152089488 1754562560 389730 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26974/tid=26981] ppid=26972 vsize=1713440 CPUtime=0
/proc/26974/task/26981/stat : 26981 (java) S 26972 26974 26925 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 152089488 1754562560 389730 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26974/tid=26982] ppid=26972 vsize=1713440 CPUtime=0.94
/proc/26974/task/26982/stat : 26982 (java) S 26972 26974 26925 0 -1 64 1904 0 0 0 94 0 0 0 16 0 13 0 152089488 1754562560 389730 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26974/tid=26983] ppid=26972 vsize=1713440 CPUtime=0.98
/proc/26974/task/26983/stat : 26983 (java) S 26972 26974 26925 0 -1 64 1425 0 0 0 98 0 0 0 16 0 13 0 152089488 1754562560 389730 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26974/tid=26984] ppid=26972 vsize=1713440 CPUtime=0
/proc/26974/task/26984/stat : 26984 (java) S 26972 26974 26925 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 152089488 1754562560 389730 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26974/tid=26985] ppid=26972 vsize=1713440 CPUtime=0
/proc/26974/task/26985/stat : 26985 (java) S 26972 26974 26925 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 152089488 1754562560 389730 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26974/tid=26991] ppid=26972 vsize=1713440 CPUtime=0
/proc/26974/task/26991/stat : 26991 (java) S 26972 26974 26925 0 -1 64 85 0 0 0 0 0 0 0 16 0 13 0 152090027 1754562560 389730 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1801.26
Current children cumulated vsize (Kb) 1713440

Sending SIGKILL to process tree (bottom up)

[startup+1788.49 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 26992
/proc/meminfo: memFree=15232/2055920 swapFree=4183120/4192956
[pid=26974] ppid=26972 vsize=0 CPUtime=1802.26
/proc/26974/stat : 26974 (java) Z 26972 26974 26925 0 -1 1036 446744 0 1 0 179997 229 0 0 16 0 8 0 152089478 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/26974/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1802.26
Current children cumulated vsize (Kb) 0

Child status: 0

!!! problem with CPU time !!!
wait4(...,&childrusage) returns -1 (errno=10, "No child processes") and gives childrusage.ru_utime.tv_sec=548682066608 childrusage.ru_utime.tv_usec=548682066544 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.26

Using last known CPU time as value...

Real time (s): 1788.49
CPU time (s): 1802.26
CPU user time (s): 1799.97
CPU system time (s): 2.29
CPU usage (%): 100.77
Max. virtual memory (cumulated for all children) (Kb): 1715352
The end

Launcher Data (download as text)

Begin job on node38 on Fri Jul 28 02:03:03 UTC 2006


FILE ID= 44521-1154052183

PBS_JOBID= 881894

BENCH NAME= HOME/pub/bench/PB06//final/normalized-PB06/OPT-SMALLINT/web/www.nlsde.buaa.edu.cn/~kexu/benchmarks/frb50-23-opb/normalized-frb50-23-4.opb
COMMAND LINE= java -server -Xms1500M -Xmx1500M -jar ROOT/solvers/PB/PB06final/user5/sat4jPseudoPlus.jar ROOT/tmp/node38/44521-1154052183/instance-44521-1154052183.opb 946355607
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node38/watcher-44521-1154052183 -o ROOT/results/node38/solver-44521-1154052183 -C 1800 -M 1800 -S 64  java -server -Xms1500M -Xmx1500M -jar ROOT/solvers/PB/PB06final/user5/sat4jPseudoPlus.jar ROOT/tmp/node38/44521-1154052183/instance-44521-1154052183.opb 946355607

MD5SUM SOLVER= e9637a7554f3ecdf74c1815f89d00213
MD5SUM BENCH=  e81d6b8e8ff8ec031773b7b65d16ea78

RANDOM SEED= 946355607

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.232
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.232
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:       1569072 kB
Buffers:         29608 kB
Cached:         386112 kB
SwapCached:       3704 kB
Active:          36700 kB
Inactive:       387716 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1569072 kB
SwapTotal:     4192956 kB
SwapFree:      4183120 kB
Dirty:             204 kB
Writeback:           0 kB
Mapped:          14756 kB
Slab:            48428 kB
Committed_AS:   623808 kB
PageTables:       1480 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB


End job on node38 on Fri Jul 28 02:32:52 UTC 2006