Trace number 43210

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) 1800.9 1792.37

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/ftp.netlib.org/
lp/data/normalized-mps-v2-20-10-sctap2.opb
MD5SUM69a6c7d8646ca0764023f06029f7c1d1
Bench CategoryOPT-BIGINT (optimisation, big integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 7525688714
Optimality of the best value was proved NO
Number of variables56400
Total number of constraints1033
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints1033
Minimum length of a constraint90
Maximum length of a constraint720
Number of terms in the objective function 42300
Biggest coefficient in the objective function 42949672960
Number of bits for the biggest coefficient in the objective function 36
Sum of the numbers in the objective function 26381836591110
Number of bits of the sum of numbers in the objective function 45
Biggest number in a constraint 42949672960
Number of bits of the biggest number in a constraint 36
Biggest sum of numbers in a constraint 26381836591110
Number of bits of the biggest sum of numbers45
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.20	c Cutting planes based inference
0.20	c --- Begin Solver configuration ---
0.20	c org.sat4j.minisat.uip.FirstUIP@1df073d
0.20	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@1546e25
0.20	c org.sat4j.minisat.learning.MiniSATLearning@b66cc
0.20	c conflictBoundIncFactor=1.5 learntBoundIncFactor=1.1 initLearntBoundConstraintFactor=10000.0 initConflictBound=100 
0.20	c VSIDS like heuristics from MiniSAT using a heap
0.20	c No reason simplification
0.20	c --- End Solver configuration ---
0.20	c solving ROOT/tmp/node79/43210-1149309307/instance-43210-1149309307.opb
0.20	c reading problem ... 
4.55	c ... done. Time 4.357 ms.
4.55	c #vars     56400
4.55	c #constraints  1503
1792.29	c starts		: 10
1792.29	c conflicts		: 10169
1792.29	c decisions		: 1500932
1792.29	c propagations		: 2679670
1792.29	c inspects		: 26787996
1792.29	c learnt literals	: 0
1792.29	c learnt binary clauses	: 0
1792.29	c learnt ternary clauses	: 0
1792.29	c learnt clauses	: 10168
1792.29	c root simplifications	: 0
1792.29	c removed literals (reason simplification)	: 0
1792.29	c reason swapping (by a shorter reason)	: 0
1792.29	c Calls to reduceDB	: 0
1792.29	c speed (decisions/second)	: 839.8006320331593
1792.29	c non guided choices	4695
1792.29	s UNKNOWN
1792.29	c Total wall clock time (ms): 1792.092

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

Current StackSize limit: 67108864 bytes

/proc/loadavg: 0.92 0.97 0.93 2/67 923
/proc/meminfo: memFree=1853232/2055892 swapFree=4085416/4096564
[pid=923] ppid=921 vsize=172 CPUtime=0
/proc/923/stat : 923 (java) R 921 923 877 0 -1 0 202 0 0 0 0 0 0 0 19 0 1 0 196569328 176128 24 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 2597307 0 0 4096 0 0 0 0 17 0 0 0
/proc/923/statm: 43 24 18 14 0 3 0

[startup+10.0024 s]
/proc/loadavg: 1.01 0.99 0.94 2/79 935
/proc/meminfo: memFree=1636304/2055892 swapFree=4085416/4096564
[pid=923] ppid=921 vsize=1715108 CPUtime=12.05
/proc/923/stat : 923 (java) R 921 923 877 0 -1 0 60090 0 1 0 1177 28 0 0 25 0 13 0 196569328 1756270592 55993 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071451507 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/923/statm: 428777 55993 1909 14 0 415523 0
[pid=923/tid=924] ppid=921 vsize=1715108 CPUtime=0.54
/proc/923/task/924/stat : 924 (java) S 921 923 877 0 -1 64 8977 0 0 0 50 4 0 0 16 0 13 0 196569331 1756270592 55993 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=923/tid=925] ppid=921 vsize=1715108 CPUtime=0.55
/proc/923/task/925/stat : 925 (java) S 921 923 877 0 -1 64 10041 0 0 0 50 5 0 0 16 0 13 0 196569331 1756270592 55993 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=923/tid=926] ppid=921 vsize=1715108 CPUtime=0
/proc/923/task/926/stat : 926 (java) S 921 923 877 0 -1 64 20 0 0 0 0 0 0 0 16 0 13 0 196569334 1756270592 55993 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=923/tid=927] ppid=921 vsize=1715108 CPUtime=0
/proc/923/task/927/stat : 927 (java) S 921 923 877 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 196569334 1756270592 55993 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=923/tid=928] ppid=921 vsize=1715108 CPUtime=0
/proc/923/task/928/stat : 928 (java) S 921 923 877 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 196569334 1756270592 55993 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=923/tid=929] ppid=921 vsize=1715108 CPUtime=0
/proc/923/task/929/stat : 929 (java) S 921 923 877 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 196569338 1756270592 55993 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=923/tid=930] ppid=921 vsize=1715108 CPUtime=0
/proc/923/task/930/stat : 930 (java) S 921 923 877 0 -1 64 13 0 0 0 0 0 0 0 17 0 13 0 196569338 1756270592 55993 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=923/tid=931] ppid=921 vsize=1715108 CPUtime=1.08
/proc/923/task/931/stat : 931 (java) S 921 923 877 0 -1 64 3316 0 0 0 107 1 0 0 16 0 13 0 196569338 1756270592 55993 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=923/tid=932] ppid=921 vsize=1715108 CPUtime=0.84
/proc/923/task/932/stat : 932 (java) S 921 923 877 0 -1 64 1178 0 0 0 84 0 0 0 16 0 13 0 196569338 1756270592 55993 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=923/tid=933] ppid=921 vsize=1715108 CPUtime=0
/proc/923/task/933/stat : 933 (java) S 921 923 877 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 196569338 1756270592 55993 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=923/tid=934] ppid=921 vsize=1715108 CPUtime=0
/proc/923/task/934/stat : 934 (java) S 921 923 877 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 196569338 1756270592 55993 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=923/tid=935] ppid=921 vsize=1715108 CPUtime=0
/proc/923/task/935/stat : 935 (java) S 921 923 877 0 -1 64 3 0 0 0 0 0 0 0 22 0 13 0 196569843 1756270592 55993 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.05
Current children cumulated vsize (Kb) 1715108

[startup+20.0095 s]
/proc/loadavg: 1.00 0.99 0.94 2/79 935
/proc/meminfo: memFree=1647056/2055892 swapFree=4085416/4096564
[pid=923] ppid=921 vsize=1715140 CPUtime=22.28
/proc/923/stat : 923 (java) R 921 923 877 0 -1 0 61238 0 1 0 2199 29 0 0 25 0 13 0 196569328 1756303360 53288 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071728359 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/923/statm: 428785 53288 1910 14 0 415531 0
[pid=923/tid=924] ppid=921 vsize=1715140 CPUtime=0.56
/proc/923/task/924/stat : 924 (java) S 921 923 877 0 -1 64 9164 0 0 0 52 4 0 0 16 0 13 0 196569331 1756303360 53288 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=923/tid=925] ppid=921 vsize=1715140 CPUtime=0.57
/proc/923/task/925/stat : 925 (java) S 921 923 877 0 -1 64 10139 0 0 0 52 5 0 0 16 0 13 0 196569331 1756303360 53288 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=923/tid=926] ppid=921 vsize=1715140 CPUtime=0
/proc/923/task/926/stat : 926 (java) S 921 923 877 0 -1 64 20 0 0 0 0 0 0 0 16 0 13 0 196569334 1756303360 53288 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=923/tid=927] ppid=921 vsize=1715140 CPUtime=0
/proc/923/task/927/stat : 927 (java) S 921 923 877 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 196569334 1756303360 53288 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=923/tid=928] ppid=921 vsize=1715140 CPUtime=0
/proc/923/task/928/stat : 928 (java) S 921 923 877 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 196569334 1756303360 53288 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=923/tid=929] ppid=921 vsize=1715140 CPUtime=0
/proc/923/task/929/stat : 929 (java) S 921 923 877 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 196569338 1756303360 53288 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=923/tid=930] ppid=921 vsize=1715140 CPUtime=0
/proc/923/task/930/stat : 930 (java) S 921 923 877 0 -1 64 13 0 0 0 0 0 0 0 17 0 13 0 196569338 1756303360 53288 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=923/tid=931] ppid=921 vsize=1715140 CPUtime=1.28
/proc/923/task/931/stat : 931 (java) S 921 923 877 0 -1 64 4166 0 0 0 126 2 0 0 17 0 13 0 196569338 1756303360 53288 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=923/tid=932] ppid=921 vsize=1715140 CPUtime=0.87
/proc/923/task/932/stat : 932 (java) S 921 923 877 0 -1 64 1179 0 0 0 87 0 0 0 16 0 13 0 196569338 1756303360 53288 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=923/tid=933] ppid=921 vsize=1715140 CPUtime=0
/proc/923/task/933/stat : 933 (java) S 921 923 877 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 196569338 1756303360 53288 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=923/tid=934] ppid=921 vsize=1715140 CPUtime=0
/proc/923/task/934/stat : 934 (java) S 921 923 877 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 196569338 1756303360 53288 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=923/tid=935] ppid=921 vsize=1715140 CPUtime=0
/proc/923/task/935/stat : 935 (java) S 921 923 877 0 -1 64 3 0 0 0 0 0 0 0 22 0 13 0 196569843 1756303360 53288 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 22.28
Current children cumulated vsize (Kb) 1715140

[startup+30.0166 s]
/proc/loadavg: 1.00 0.99 0.94 2/79 935
/proc/meminfo: memFree=1674832/2055892 swapFree=4085416/4096564
[pid=923] ppid=921 vsize=1715140 CPUtime=32.42
/proc/923/stat : 923 (java) R 921 923 877 0 -1 0 61345 0 1 0 3212 30 0 0 25 0 13 0 196569328 1756303360 46374 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071702965 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/923/statm: 428785 46374 1910 14 0 415531 0
[pid=923/tid=924] ppid=921 vsize=1715140 CPUtime=0.58
/proc/923/task/924/stat : 924 (java) S 921 923 877 0 -1 64 9207 0 0 0 54 4 0 0 16 0 13 0 196569331 1756303360 46374 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=923/tid=925] ppid=921 vsize=1715140 CPUtime=0.59
/proc/923/task/925/stat : 925 (java) S 921 923 877 0 -1 64 10189 0 0 0 54 5 0 0 16 0 13 0 196569331 1756303360 46374 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=923/tid=926] ppid=921 vsize=1715140 CPUtime=0
/proc/923/task/926/stat : 926 (java) S 921 923 877 0 -1 64 20 0 0 0 0 0 0 0 16 0 13 0 196569334 1756303360 46374 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=923/tid=927] ppid=921 vsize=1715140 CPUtime=0
/proc/923/task/927/stat : 927 (java) S 921 923 877 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 196569334 1756303360 46374 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=923/tid=928] ppid=921 vsize=1715140 CPUtime=0
/proc/923/task/928/stat : 928 (java) S 921 923 877 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 196569334 1756303360 46374 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=923/tid=929] ppid=921 vsize=1715140 CPUtime=0
/proc/923/task/929/stat : 929 (java) S 921 923 877 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 196569338 1756303360 46374 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=923/tid=930] ppid=921 vsize=1715140 CPUtime=0.01
/proc/923/task/930/stat : 930 (java) S 921 923 877 0 -1 64 13 0 0 0 1 0 0 0 16 0 13 0 196569338 1756303360 46374 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=923/tid=931] ppid=921 vsize=1715140 CPUtime=1.36
/proc/923/task/931/stat : 931 (java) S 921 923 877 0 -1 64 4168 0 0 0 134 2 0 0 16 0 13 0 196569338 1756303360 46374 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=923/tid=932] ppid=921 vsize=1715140 CPUtime=0.93
/proc/923/task/932/stat : 932 (java) S 921 923 877 0 -1 64 1179 0 0 0 93 0 0 0 17 0 13 0 196569338 1756303360 46374 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=923/tid=933] ppid=921 vsize=1715140 CPUtime=0
/proc/923/task/933/stat : 933 (java) S 921 923 877 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 196569338 1756303360 46374 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=923/tid=934] ppid=921 vsize=1715140 CPUtime=0
/proc/923/task/934/stat : 934 (java) S 921 923 877 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 196569338 1756303360 46374 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=923/tid=935] ppid=921 vsize=1715140 CPUtime=0
/proc/923/task/935/stat : 935 (java) S 921 923 877 0 -1 64 3 0 0 0 0 0 0 0 22 0 13 0 196569843 1756303360 46374 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 32.42
Current children cumulated vsize (Kb) 1715140

[startup+40.0227 s]
/proc/loadavg: 1.00 0.99 0.94 2/79 935
/proc/meminfo: memFree=1690896/2055892 swapFree=4085416/4096564
[pid=923] ppid=921 vsize=1715140 CPUtime=42.51
/proc/923/stat : 923 (java) R 921 923 877 0 -1 0 61871 0 1 0 4220 31 0 0 25 0 13 0 196569328 1756303360 42386 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071666881 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/923/statm: 428785 42386 1910 14 0 415531 0
[pid=923/tid=924] ppid=921 vsize=1715140 CPUtime=0.63
/proc/923/task/924/stat : 924 (java) S 921 923 877 0 -1 64 9454 0 0 0 58 5 0 0 16 0 13 0 196569331 1756303360 42386 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=923/tid=925] ppid=921 vsize=1715140 CPUtime=0.62
/proc/923/task/925/stat : 925 (java) S 921 923 877 0 -1 64 10450 0 0 0 57 5 0 0 16 0 13 0 196569331 1756303360 42386 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=923/tid=926] ppid=921 vsize=1715140 CPUtime=0
/proc/923/task/926/stat : 926 (java) S 921 923 877 0 -1 64 20 0 0 0 0 0 0 0 16 0 13 0 196569334 1756303360 42386 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=923/tid=927] ppid=921 vsize=1715140 CPUtime=0
/proc/923/task/927/stat : 927 (java) S 921 923 877 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 196569334 1756303360 42386 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=923/tid=928] ppid=921 vsize=1715140 CPUtime=0
/proc/923/task/928/stat : 928 (java) S 921 923 877 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 196569334 1756303360 42386 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=923/tid=929] ppid=921 vsize=1715140 CPUtime=0
/proc/923/task/929/stat : 929 (java) S 921 923 877 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 196569338 1756303360 42386 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=923/tid=930] ppid=921 vsize=1715140 CPUtime=0.01
/proc/923/task/930/stat : 930 (java) S 921 923 877 0 -1 64 13 0 0 0 1 0 0 0 16 0 13 0 196569338 1756303360 42386 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=923/tid=931] ppid=921 vsize=1715140 CPUtime=1.4
/proc/923/task/931/stat : 931 (java) S 921 923 877 0 -1 64 4172 0 0 0 138 2 0 0 16 0 13 0 196569338 1756303360 42386 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=923/tid=932] ppid=921 vsize=1715140 CPUtime=0.95
/proc/923/task/932/stat : 932 (java) S 921 923 877 0 -1 64 1180 0 0 0 95 0 0 0 15 0 13 0 196569338 1756303360 42386 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=923/tid=933] ppid=921 vsize=1715140 CPUtime=0
/proc/923/task/933/stat : 933 (java) S 921 923 877 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 196569338 1756303360 42386 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=923/tid=934] ppid=921 vsize=1715140 CPUtime=0
/proc/923/task/934/stat : 934 (java) S 921 923 877 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 196569338 1756303360 42386 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=923/tid=935] ppid=921 vsize=1715140 CPUtime=0
/proc/923/task/935/stat : 935 (java) S 921 923 877 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 196569843 1756303360 42386 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 42.51
Current children cumulated vsize (Kb) 1715140

[startup+50.0298 s]
/proc/loadavg: 1.00 0.99 0.94 2/79 935
/proc/meminfo: memFree=1630288/2055892 swapFree=4085416/4096564
[pid=923] ppid=921 vsize=1715140 CPUtime=52.63
/proc/923/stat : 923 (java) R 921 923 877 0 -1 0 77642 0 1 0 5225 38 0 0 25 0 13 0 196569328 1756303360 57589 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071429167 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/923/statm: 428785 57589 1910 14 0 415531 0
[pid=923/tid=924] ppid=921 vsize=1715140 CPUtime=0.72
/proc/923/task/924/stat : 924 (java) S 921 923 877 0 -1 64 11570 0 0 0 67 5 0 0 16 0 13 0 196569331 1756303360 57589 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=923/tid=925] ppid=921 vsize=1715140 CPUtime=0.73
/proc/923/task/925/stat : 925 (java) S 921 923 877 0 -1 64 12172 0 0 0 67 6 0 0 16 0 13 0 196569331 1756303360 57589 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=923/tid=926] ppid=921 vsize=1715140 CPUtime=0.01
/proc/923/task/926/stat : 926 (java) S 921 923 877 0 -1 64 50 0 0 0 0 1 0 0 15 0 13 0 196569334 1756303360 57589 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=923/tid=927] ppid=921 vsize=1715140 CPUtime=0
/proc/923/task/927/stat : 927 (java) S 921 923 877 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 196569334 1756303360 57589 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=923/tid=928] ppid=921 vsize=1715140 CPUtime=0
/proc/923/task/928/stat : 928 (java) S 921 923 877 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 196569334 1756303360 57589 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=923/tid=929] ppid=921 vsize=1715140 CPUtime=0
/proc/923/task/929/stat : 929 (java) S 921 923 877 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 196569338 1756303360 57589 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=923/tid=930] ppid=921 vsize=1715140 CPUtime=0.01
/proc/923/task/930/stat : 930 (java) S 921 923 877 0 -1 64 13 0 0 0 1 0 0 0 16 0 13 0 196569338 1756303360 57589 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=923/tid=931] ppid=921 vsize=1715140 CPUtime=1.41
/proc/923/task/931/stat : 931 (java) S 921 923 877 0 -1 64 4172 0 0 0 139 2 0 0 16 0 13 0 196569338 1756303360 57589 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=923/tid=932] ppid=921 vsize=1715140 CPUtime=0.95
/proc/923/task/932/stat : 932 (java) S 921 923 877 0 -1 64 1181 0 0 0 95 0 0 0 16 0 13 0 196569338 1756303360 57589 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=923/tid=933] ppid=921 vsize=1715140 CPUtime=0
/proc/923/task/933/stat : 933 (java) S 921 923 877 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 196569338 1756303360 57589 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=923/tid=934] ppid=921 vsize=1715140 CPUtime=0
/proc/923/task/934/stat : 934 (java) S 921 923 877 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 196569338 1756303360 57589 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=923/tid=935] ppid=921 vsize=1715140 CPUtime=0
/proc/923/task/935/stat : 935 (java) S 921 923 877 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 196569843 1756303360 57589 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 52.63
Current children cumulated vsize (Kb) 1715140

[startup+60.0369 s]
/proc/loadavg: 1.00 0.99 0.94 2/79 935
/proc/meminfo: memFree=1632912/2055892 swapFree=4085416/4096564
[pid=923] ppid=921 vsize=1715140 CPUtime=62.66
/proc/923/stat : 923 (java) R 921 923 877 0 -1 0 78131 0 1 0 6227 39 0 0 25 0 13 0 196569328 1756303360 56891 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071772652 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/923/statm: 428785 56891 1910 14 0 415531 0
[pid=923/tid=924] ppid=921 vsize=1715140 CPUtime=0.75
/proc/923/task/924/stat : 924 (java) S 921 923 877 0 -1 64 11706 0 0 0 69 6 0 0 16 0 13 0 196569331 1756303360 56891 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=923/tid=925] ppid=921 vsize=1715140 CPUtime=0.76
/proc/923/task/925/stat : 925 (java) S 921 923 877 0 -1 64 12518 0 0 0 69 7 0 0 16 0 13 0 196569331 1756303360 56891 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=923/tid=926] ppid=921 vsize=1715140 CPUtime=0.02
/proc/923/task/926/stat : 926 (java) S 921 923 877 0 -1 64 50 0 0 0 1 1 0 0 16 0 13 0 196569334 1756303360 56891 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=923/tid=927] ppid=921 vsize=1715140 CPUtime=0
/proc/923/task/927/stat : 927 (java) S 921 923 877 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 196569334 1756303360 56891 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=923/tid=928] ppid=921 vsize=1715140 CPUtime=0
/proc/923/task/928/stat : 928 (java) S 921 923 877 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 196569334 1756303360 56891 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=923/tid=929] ppid=921 vsize=1715140 CPUtime=0
/proc/923/task/929/stat : 929 (java) S 921 923 877 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 196569338 1756303360 56891 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0

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

[pid=923/tid=927] ppid=921 vsize=1715140 CPUtime=0
/proc/923/task/927/stat : 927 (java) S 921 923 877 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 196569334 1756303360 111546 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=923/tid=928] ppid=921 vsize=1715140 CPUtime=0
/proc/923/task/928/stat : 928 (java) S 921 923 877 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 196569334 1756303360 111546 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=923/tid=929] ppid=921 vsize=1715140 CPUtime=0
/proc/923/task/929/stat : 929 (java) S 921 923 877 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 196569338 1756303360 111546 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=923/tid=930] ppid=921 vsize=1715140 CPUtime=0.01
/proc/923/task/930/stat : 930 (java) S 921 923 877 0 -1 64 13 0 0 0 1 0 0 0 16 0 13 0 196569338 1756303360 111546 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=923/tid=931] ppid=921 vsize=1715140 CPUtime=1.44
/proc/923/task/931/stat : 931 (java) S 921 923 877 0 -1 64 4174 0 0 0 142 2 0 0 17 0 13 0 196569338 1756303360 111546 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=923/tid=932] ppid=921 vsize=1715140 CPUtime=1.02
/proc/923/task/932/stat : 932 (java) S 921 923 877 0 -1 64 1186 0 0 0 102 0 0 0 16 0 13 0 196569338 1756303360 111546 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=923/tid=933] ppid=921 vsize=1715140 CPUtime=0
/proc/923/task/933/stat : 933 (java) S 921 923 877 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 196569338 1756303360 111546 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=923/tid=934] ppid=921 vsize=1715140 CPUtime=0
/proc/923/task/934/stat : 934 (java) S 921 923 877 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 196569338 1756303360 111546 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=923/tid=935] ppid=921 vsize=1715140 CPUtime=0
/proc/923/task/935/stat : 935 (java) S 921 923 877 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 196569843 1756303360 111546 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1796.77
Current children cumulated vsize (Kb) 1715140

[startup+1789.27 s]
/proc/loadavg: 1.00 1.00 0.95 2/79 1133
/proc/meminfo: memFree=1412496/2055892 swapFree=4085416/4096564
[pid=923] ppid=921 vsize=1715140 CPUtime=1797.78
/proc/923/stat : 923 (java) R 921 923 877 0 -1 0 224005 0 1 0 179652 126 0 0 25 0 13 0 196569328 1756303360 111546 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071702965 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/923/statm: 428785 111546 1912 14 0 415531 0
[pid=923/tid=924] ppid=921 vsize=1715140 CPUtime=7.54
/proc/923/task/924/stat : 924 (java) S 921 923 877 0 -1 64 53436 0 0 0 727 27 0 0 16 0 13 0 196569331 1756303360 111546 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=923/tid=925] ppid=921 vsize=1715140 CPUtime=7.49
/proc/923/task/925/stat : 925 (java) S 921 923 877 0 -1 64 55633 0 0 0 721 28 0 0 16 0 13 0 196569331 1756303360 111546 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=923/tid=926] ppid=921 vsize=1715140 CPUtime=0.32
/proc/923/task/926/stat : 926 (java) S 921 923 877 0 -1 64 201 0 0 0 16 16 0 0 16 0 13 0 196569334 1756303360 111546 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=923/tid=927] ppid=921 vsize=1715140 CPUtime=0
/proc/923/task/927/stat : 927 (java) S 921 923 877 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 196569334 1756303360 111546 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=923/tid=928] ppid=921 vsize=1715140 CPUtime=0
/proc/923/task/928/stat : 928 (java) S 921 923 877 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 196569334 1756303360 111546 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=923/tid=929] ppid=921 vsize=1715140 CPUtime=0
/proc/923/task/929/stat : 929 (java) S 921 923 877 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 196569338 1756303360 111546 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=923/tid=930] ppid=921 vsize=1715140 CPUtime=0.01
/proc/923/task/930/stat : 930 (java) S 921 923 877 0 -1 64 13 0 0 0 1 0 0 0 16 0 13 0 196569338 1756303360 111546 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=923/tid=931] ppid=921 vsize=1715140 CPUtime=1.44
/proc/923/task/931/stat : 931 (java) S 921 923 877 0 -1 64 4174 0 0 0 142 2 0 0 17 0 13 0 196569338 1756303360 111546 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=923/tid=932] ppid=921 vsize=1715140 CPUtime=1.02
/proc/923/task/932/stat : 932 (java) S 921 923 877 0 -1 64 1186 0 0 0 102 0 0 0 16 0 13 0 196569338 1756303360 111546 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=923/tid=933] ppid=921 vsize=1715140 CPUtime=0
/proc/923/task/933/stat : 933 (java) S 921 923 877 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 196569338 1756303360 111546 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=923/tid=934] ppid=921 vsize=1715140 CPUtime=0
/proc/923/task/934/stat : 934 (java) S 921 923 877 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 196569338 1756303360 111546 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=923/tid=935] ppid=921 vsize=1715140 CPUtime=0
/proc/923/task/935/stat : 935 (java) S 921 923 877 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 196569843 1756303360 111546 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1797.78
Current children cumulated vsize (Kb) 1715140

[startup+1790.27 s]
/proc/loadavg: 1.00 1.00 0.95 2/79 1133
/proc/meminfo: memFree=1412496/2055892 swapFree=4085416/4096564
[pid=923] ppid=921 vsize=1715140 CPUtime=1798.78
/proc/923/stat : 923 (java) R 921 923 877 0 -1 0 224005 0 1 0 179752 126 0 0 25 0 13 0 196569328 1756303360 111546 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071702991 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/923/statm: 428785 111546 1912 14 0 415531 0
[pid=923/tid=924] ppid=921 vsize=1715140 CPUtime=7.54
/proc/923/task/924/stat : 924 (java) S 921 923 877 0 -1 64 53436 0 0 0 727 27 0 0 16 0 13 0 196569331 1756303360 111546 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=923/tid=925] ppid=921 vsize=1715140 CPUtime=7.49
/proc/923/task/925/stat : 925 (java) S 921 923 877 0 -1 64 55633 0 0 0 721 28 0 0 16 0 13 0 196569331 1756303360 111546 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=923/tid=926] ppid=921 vsize=1715140 CPUtime=0.32
/proc/923/task/926/stat : 926 (java) S 921 923 877 0 -1 64 201 0 0 0 16 16 0 0 16 0 13 0 196569334 1756303360 111546 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=923/tid=927] ppid=921 vsize=1715140 CPUtime=0
/proc/923/task/927/stat : 927 (java) S 921 923 877 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 196569334 1756303360 111546 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=923/tid=928] ppid=921 vsize=1715140 CPUtime=0
/proc/923/task/928/stat : 928 (java) S 921 923 877 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 196569334 1756303360 111546 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=923/tid=929] ppid=921 vsize=1715140 CPUtime=0
/proc/923/task/929/stat : 929 (java) S 921 923 877 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 196569338 1756303360 111546 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=923/tid=930] ppid=921 vsize=1715140 CPUtime=0.01
/proc/923/task/930/stat : 930 (java) S 921 923 877 0 -1 64 13 0 0 0 1 0 0 0 16 0 13 0 196569338 1756303360 111546 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=923/tid=931] ppid=921 vsize=1715140 CPUtime=1.44
/proc/923/task/931/stat : 931 (java) S 921 923 877 0 -1 64 4174 0 0 0 142 2 0 0 17 0 13 0 196569338 1756303360 111546 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=923/tid=932] ppid=921 vsize=1715140 CPUtime=1.02
/proc/923/task/932/stat : 932 (java) S 921 923 877 0 -1 64 1186 0 0 0 102 0 0 0 16 0 13 0 196569338 1756303360 111546 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=923/tid=933] ppid=921 vsize=1715140 CPUtime=0
/proc/923/task/933/stat : 933 (java) S 921 923 877 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 196569338 1756303360 111546 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=923/tid=934] ppid=921 vsize=1715140 CPUtime=0
/proc/923/task/934/stat : 934 (java) S 921 923 877 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 196569338 1756303360 111546 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=923/tid=935] ppid=921 vsize=1715140 CPUtime=0
/proc/923/task/935/stat : 935 (java) S 921 923 877 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 196569843 1756303360 111546 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1798.78
Current children cumulated vsize (Kb) 1715140

[startup+1791.28 s]
/proc/loadavg: 1.00 1.00 0.95 2/79 1133
/proc/meminfo: memFree=1412432/2055892 swapFree=4085416/4096564
[pid=923] ppid=921 vsize=1715140 CPUtime=1799.8
/proc/923/stat : 923 (java) R 921 923 877 0 -1 0 224077 0 1 0 179854 126 0 0 21 0 13 0 196569328 1756303360 111566 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071702423 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/923/statm: 428785 111566 1912 14 0 415531 0
[pid=923/tid=924] ppid=921 vsize=1715140 CPUtime=7.55
/proc/923/task/924/stat : 924 (java) S 921 923 877 0 -1 64 53448 0 0 0 728 27 0 0 16 0 13 0 196569331 1756303360 111566 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=923/tid=925] ppid=921 vsize=1715140 CPUtime=7.5
/proc/923/task/925/stat : 925 (java) S 921 923 877 0 -1 64 55692 0 0 0 722 28 0 0 16 0 13 0 196569331 1756303360 111566 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=923/tid=926] ppid=921 vsize=1715140 CPUtime=0.32
/proc/923/task/926/stat : 926 (java) S 921 923 877 0 -1 64 201 0 0 0 16 16 0 0 16 0 13 0 196569334 1756303360 111566 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=923/tid=927] ppid=921 vsize=1715140 CPUtime=0
/proc/923/task/927/stat : 927 (java) S 921 923 877 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 196569334 1756303360 111566 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=923/tid=928] ppid=921 vsize=1715140 CPUtime=0
/proc/923/task/928/stat : 928 (java) S 921 923 877 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 196569334 1756303360 111566 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=923/tid=929] ppid=921 vsize=1715140 CPUtime=0
/proc/923/task/929/stat : 929 (java) S 921 923 877 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 196569338 1756303360 111566 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=923/tid=930] ppid=921 vsize=1715140 CPUtime=0.01
/proc/923/task/930/stat : 930 (java) S 921 923 877 0 -1 64 13 0 0 0 1 0 0 0 16 0 13 0 196569338 1756303360 111566 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=923/tid=931] ppid=921 vsize=1715140 CPUtime=1.44
/proc/923/task/931/stat : 931 (java) S 921 923 877 0 -1 64 4174 0 0 0 142 2 0 0 17 0 13 0 196569338 1756303360 111566 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=923/tid=932] ppid=921 vsize=1715140 CPUtime=1.02
/proc/923/task/932/stat : 932 (java) S 921 923 877 0 -1 64 1186 0 0 0 102 0 0 0 16 0 13 0 196569338 1756303360 111566 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=923/tid=933] ppid=921 vsize=1715140 CPUtime=0
/proc/923/task/933/stat : 933 (java) S 921 923 877 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 196569338 1756303360 111566 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=923/tid=934] ppid=921 vsize=1715140 CPUtime=0
/proc/923/task/934/stat : 934 (java) S 921 923 877 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 196569338 1756303360 111566 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=923/tid=935] ppid=921 vsize=1715140 CPUtime=0
/proc/923/task/935/stat : 935 (java) S 921 923 877 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 196569843 1756303360 111566 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1799.8
Current children cumulated vsize (Kb) 1715140

[startup+1792.28 s]
/proc/loadavg: 1.00 1.00 0.95 2/79 1133
/proc/meminfo: memFree=1412432/2055892 swapFree=4085416/4096564
[pid=923] ppid=921 vsize=1715140 CPUtime=1800.81
/proc/923/stat : 923 (java) R 921 923 877 0 -1 0 224077 0 1 0 179955 126 0 0 25 0 13 0 196569328 1756303360 111566 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071702983 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/923/statm: 428785 111566 1912 14 0 415531 0
[pid=923/tid=924] ppid=921 vsize=1715140 CPUtime=7.55
/proc/923/task/924/stat : 924 (java) S 921 923 877 0 -1 64 53448 0 0 0 728 27 0 0 16 0 13 0 196569331 1756303360 111566 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=923/tid=925] ppid=921 vsize=1715140 CPUtime=7.5
/proc/923/task/925/stat : 925 (java) S 921 923 877 0 -1 64 55692 0 0 0 722 28 0 0 16 0 13 0 196569331 1756303360 111566 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=923/tid=926] ppid=921 vsize=1715140 CPUtime=0.32
/proc/923/task/926/stat : 926 (java) S 921 923 877 0 -1 64 201 0 0 0 16 16 0 0 16 0 13 0 196569334 1756303360 111566 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=923/tid=927] ppid=921 vsize=1715140 CPUtime=0
/proc/923/task/927/stat : 927 (java) S 921 923 877 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 196569334 1756303360 111566 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=923/tid=928] ppid=921 vsize=1715140 CPUtime=0
/proc/923/task/928/stat : 928 (java) S 921 923 877 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 196569334 1756303360 111566 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=923/tid=929] ppid=921 vsize=1715140 CPUtime=0
/proc/923/task/929/stat : 929 (java) S 921 923 877 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 196569338 1756303360 111566 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=923/tid=930] ppid=921 vsize=1715140 CPUtime=0.01
/proc/923/task/930/stat : 930 (java) S 921 923 877 0 -1 64 13 0 0 0 1 0 0 0 16 0 13 0 196569338 1756303360 111566 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=923/tid=931] ppid=921 vsize=1715140 CPUtime=1.44
/proc/923/task/931/stat : 931 (java) S 921 923 877 0 -1 64 4174 0 0 0 142 2 0 0 17 0 13 0 196569338 1756303360 111566 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=923/tid=932] ppid=921 vsize=1715140 CPUtime=1.02
/proc/923/task/932/stat : 932 (java) S 921 923 877 0 -1 64 1186 0 0 0 102 0 0 0 16 0 13 0 196569338 1756303360 111566 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=923/tid=933] ppid=921 vsize=1715140 CPUtime=0
/proc/923/task/933/stat : 933 (java) S 921 923 877 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 196569338 1756303360 111566 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=923/tid=934] ppid=921 vsize=1715140 CPUtime=0
/proc/923/task/934/stat : 934 (java) S 921 923 877 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 196569338 1756303360 111566 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=923/tid=935] ppid=921 vsize=1715140 CPUtime=0
/proc/923/task/935/stat : 935 (java) S 921 923 877 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 196569843 1756303360 111566 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.81
Current children cumulated vsize (Kb) 1715140



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1792.29 s]
/proc/loadavg: 1.00 1.00 0.95 2/79 1133
/proc/meminfo: memFree=1412432/2055892 swapFree=4085416/4096564
[pid=923] ppid=921 vsize=1715140 CPUtime=1800.81
/proc/923/stat : 923 (java) R 921 923 877 0 -1 0 224077 0 1 0 179955 126 0 0 25 0 13 0 196569328 1756303360 111566 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071702993 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/923/statm: 428785 111566 1912 14 0 415531 0
[pid=923/tid=924] ppid=921 vsize=1715140 CPUtime=7.55
/proc/923/task/924/stat : 924 (java) S 921 923 877 0 -1 64 53448 0 0 0 728 27 0 0 16 0 13 0 196569331 1756303360 111566 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=923/tid=925] ppid=921 vsize=1715140 CPUtime=7.5
/proc/923/task/925/stat : 925 (java) S 921 923 877 0 -1 64 55692 0 0 0 722 28 0 0 16 0 13 0 196569331 1756303360 111566 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=923/tid=926] ppid=921 vsize=1715140 CPUtime=0.32
/proc/923/task/926/stat : 926 (java) S 921 923 877 0 -1 64 201 0 0 0 16 16 0 0 16 0 13 0 196569334 1756303360 111566 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=923/tid=927] ppid=921 vsize=1715140 CPUtime=0
/proc/923/task/927/stat : 927 (java) S 921 923 877 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 196569334 1756303360 111566 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=923/tid=928] ppid=921 vsize=1715140 CPUtime=0
/proc/923/task/928/stat : 928 (java) S 921 923 877 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 196569334 1756303360 111566 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=923/tid=929] ppid=921 vsize=1715140 CPUtime=0
/proc/923/task/929/stat : 929 (java) S 921 923 877 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 196569338 1756303360 111566 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=923/tid=930] ppid=921 vsize=1715140 CPUtime=0.01
/proc/923/task/930/stat : 930 (java) S 921 923 877 0 -1 64 13 0 0 0 1 0 0 0 16 0 13 0 196569338 1756303360 111566 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=923/tid=931] ppid=921 vsize=1715140 CPUtime=1.44
/proc/923/task/931/stat : 931 (java) S 921 923 877 0 -1 64 4174 0 0 0 142 2 0 0 17 0 13 0 196569338 1756303360 111566 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=923/tid=932] ppid=921 vsize=1715140 CPUtime=1.02
/proc/923/task/932/stat : 932 (java) S 921 923 877 0 -1 64 1186 0 0 0 102 0 0 0 16 0 13 0 196569338 1756303360 111566 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=923/tid=933] ppid=921 vsize=1715140 CPUtime=0
/proc/923/task/933/stat : 933 (java) S 921 923 877 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 196569338 1756303360 111566 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=923/tid=934] ppid=921 vsize=1715140 CPUtime=0
/proc/923/task/934/stat : 934 (java) S 921 923 877 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 196569338 1756303360 111566 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=923/tid=935] ppid=921 vsize=1715140 CPUtime=0
/proc/923/task/935/stat : 935 (java) S 921 923 877 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 196569843 1756303360 111566 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.81
Current children cumulated vsize (Kb) 1715140

Sending SIGTERM to -923
Sleeping 2 seconds

Child status: 143
Real time (s): 1792.37
CPU time (s): 1800.9
CPU user time (s): 1799.56
CPU system time (s): 1.3388
CPU usage (%): 100.476
Max. virtual memory (cumulated for all children) (Kb): 1715140

Launcher Data (download as text)

Begin job on node79 on Sat Jun  3 04:35:07 UTC 2006


FILE ID= 43210-1149309307

PBS_JOBID= 307834

BENCH NAME= HOME/pub/bench/PB06//final/normalized-PB06/OPT-BIGINT/mps-v2-20-10/ftp.netlib.org/lp/data/normalized-mps-v2-20-10-sctap2.opb
COMMAND LINE= java -server -Xms1500M -Xmx1500M -jar ROOT/solvers/PB/PB06final/user5/sat4jPseudoHeuristics.jar ROOT/tmp/node79/43210-1149309307/instance-43210-1149309307.opb 635590742
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node79/watcher-43210-1149309307 -o ROOT/results/node79/solver-43210-1149309307 -C 1800 -M 1800 -S 64  java -server -Xms1500M -Xmx1500M -jar ROOT/solvers/PB/PB06final/user5/sat4jPseudoHeuristics.jar ROOT/tmp/node79/43210-1149309307/instance-43210-1149309307.opb 635590742

MD5SUM SOLVER= 3cef94aa015dc0dd234d31843a257d70
MD5SUM BENCH=  69a6c7d8646ca0764023f06029f7c1d1

RANDOM SEED= 635590742


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

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.234
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.42
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055892 kB
MemFree:       1853440 kB
Buffers:         22288 kB
Cached:         118520 kB
SwapCached:       2400 kB
Active:          28084 kB
Inactive:       121464 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055892 kB
LowFree:       1853440 kB
SwapTotal:     4096564 kB
SwapFree:      4085416 kB
Dirty:             156 kB
Writeback:           0 kB
Mapped:          16668 kB
Slab:            39512 kB
Committed_AS:   294700 kB
PageTables:       1304 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264388 kB
VmallocChunk: 536606243 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB


End job on node79 on Sat Jun  3 05:05:00 UTC 2006