Trace number 42796

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.25 1796.42

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/liu/
wnq/normalized-wnq_n100_mw99_4.opb.PB06.opb
MD5SUMca3282cf347faf21ba3550ec87dd7af4
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark477
Best CPU time to get the best result obtained on this benchmark1800.69
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 466
Optimality of the best value was proved NO
Number of variables10000
Total number of constraints656900
Number of constraints which are clauses656900
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 constraint100
Number of terms in the objective function 10000
Biggest coefficient in the objective function 99
Number of bits for the biggest coefficient in the objective function 7
Sum of the numbers in the objective function 494728
Number of bits of the sum of numbers in the objective function 19
Biggest number in a constraint 99
Number of bits of the biggest number in a constraint 7
Biggest sum of numbers in a constraint 494728
Number of bits of the biggest sum of numbers19
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-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.15	c Number of processors 2
0.21	c Cutting planes based inference
0.21	c --- Begin Solver configuration ---
0.21	c org.sat4j.minisat.uip.FirstUIP@1df073d
0.21	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@1546e25
0.21	c org.sat4j.minisat.learning.MiniSATLearning@b66cc
0.21	c conflictBoundIncFactor=1.5 learntBoundIncFactor=1.1 initLearntBoundConstraintFactor=10000.0 initConflictBound=100 
0.21	c VSIDS like heuristics from MiniSAT using a heap
0.21	c No reason simplification
0.21	c --- End Solver configuration ---
0.21	c solving ROOT/tmp/node23/42796-1149390312/instance-42796-1149390312.opb
0.21	c reading problem ... 
122.81	c ... done. Time 122.602 ms.
122.81	c #vars     10000
122.81	c #constraints  656900
1796.33	c starts		: 15
1796.33	c conflicts		: 58197
1796.33	c decisions		: 105156
1796.33	c propagations		: 8096641
1796.33	c inspects		: 104034151
1796.33	c learnt literals	: 0
1796.33	c learnt binary clauses	: 0
1796.33	c learnt ternary clauses	: 0
1796.33	c learnt clauses	: 58197
1796.33	c root simplifications	: 0
1796.33	c removed literals (reason simplification)	: 0
1796.33	c reason swapping (by a shorter reason)	: 0
1796.33	c Calls to reduceDB	: 0
1796.33	c speed (decisions/second)	: 62.84738906858492
1796.33	c non guided choices	4
1796.33	s UNKNOWN
1796.33	c Total wall clock time (ms): 1796.122

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

Current StackSize limit: 67108864 bytes

/proc/loadavg: 0.94 0.99 0.99 2/64 731
/proc/meminfo: memFree=1663720/2055920 swapFree=4180884/4192956
[pid=731] ppid=729 vsize=1784 CPUtime=0
/proc/731/stat : 731 (java) D 729 731 685 0 -1 0 178 0 0 0 0 0 0 0 18 0 1 0 204694866 1826816 148 18446744073709551615 134512640 134570276 4294956608 18446744073709551615 4294960144 0 2147483391 4096 0 18446744072099781622 0 0 17 1 0 0
/proc/731/statm: 446 148 113 14 0 91 0

[startup+10.0023 s]
/proc/loadavg: 1.10 1.03 1.00 2/75 742
/proc/meminfo: memFree=1479456/2055920 swapFree=4180884/4192956
[pid=731] ppid=729 vsize=1710852 CPUtime=10.57
/proc/731/stat : 731 (java) R 729 731 685 0 -1 0 49631 0 1 0 1034 23 0 0 23 0 12 0 204694866 1751912448 47873 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071402585 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/731/statm: 427713 47873 1874 14 0 414460 0
[pid=731/tid=732] ppid=729 vsize=1710852 CPUtime=0.15
/proc/731/task/732/stat : 732 (java) S 729 731 685 0 -1 64 2432 0 0 0 14 1 0 0 16 0 12 0 204694869 1751912448 47873 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=731/tid=733] ppid=729 vsize=1710852 CPUtime=0.15
/proc/731/task/733/stat : 733 (java) S 729 731 685 0 -1 64 2496 0 0 0 14 1 0 0 16 0 12 0 204694869 1751912448 47873 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=731/tid=734] ppid=729 vsize=1710852 CPUtime=0
/proc/731/task/734/stat : 734 (java) S 729 731 685 0 -1 64 30 0 0 0 0 0 0 0 16 0 12 0 204694871 1751912448 47873 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=731/tid=735] ppid=729 vsize=1710852 CPUtime=0
/proc/731/task/735/stat : 735 (java) S 729 731 685 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 204694872 1751912448 47873 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=731/tid=736] ppid=729 vsize=1710852 CPUtime=0
/proc/731/task/736/stat : 736 (java) S 729 731 685 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 204694872 1751912448 47873 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=731/tid=737] ppid=729 vsize=1710852 CPUtime=0
/proc/731/task/737/stat : 737 (java) S 729 731 685 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 204694875 1751912448 47873 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=731/tid=738] ppid=729 vsize=1710852 CPUtime=0
/proc/731/task/738/stat : 738 (java) S 729 731 685 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 204694875 1751912448 47873 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=731/tid=739] ppid=729 vsize=1710852 CPUtime=0.36
/proc/731/task/739/stat : 739 (java) S 729 731 685 0 -1 64 532 0 0 0 36 0 0 0 17 0 12 0 204694875 1751912448 47873 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=731/tid=740] ppid=729 vsize=1710852 CPUtime=0.3
/proc/731/task/740/stat : 740 (java) S 729 731 685 0 -1 64 709 0 0 0 30 0 0 0 17 0 12 0 204694875 1751912448 47873 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=731/tid=741] ppid=729 vsize=1710852 CPUtime=0
/proc/731/task/741/stat : 741 (java) S 729 731 685 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 204694875 1751912448 47873 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=731/tid=742] ppid=729 vsize=1710852 CPUtime=0
/proc/731/task/742/stat : 742 (java) S 729 731 685 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 204694875 1751912448 47873 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 10.57
Current children cumulated vsize (Kb) 1710852

[startup+20.0094 s]
/proc/loadavg: 1.08 1.03 1.00 2/75 742
/proc/meminfo: memFree=1476640/2055920 swapFree=4180884/4192956
[pid=731] ppid=729 vsize=1710852 CPUtime=20.65
/proc/731/stat : 731 (java) R 729 731 685 0 -1 0 53541 0 1 0 2039 26 0 0 25 0 12 0 204694866 1751912448 48581 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071401650 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/731/statm: 427713 48581 1874 14 0 414460 0
[pid=731/tid=732] ppid=729 vsize=1710852 CPUtime=0.23
/proc/731/task/732/stat : 732 (java) S 729 731 685 0 -1 64 2990 0 0 0 22 1 0 0 15 0 12 0 204694869 1751912448 48581 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=731/tid=733] ppid=729 vsize=1710852 CPUtime=0.23
/proc/731/task/733/stat : 733 (java) S 729 731 685 0 -1 64 3514 0 0 0 22 1 0 0 16 0 12 0 204694869 1751912448 48581 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=731/tid=734] ppid=729 vsize=1710852 CPUtime=0
/proc/731/task/734/stat : 734 (java) S 729 731 685 0 -1 64 36 0 0 0 0 0 0 0 16 0 12 0 204694871 1751912448 48581 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=731/tid=735] ppid=729 vsize=1710852 CPUtime=0
/proc/731/task/735/stat : 735 (java) S 729 731 685 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 204694872 1751912448 48581 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=731/tid=736] ppid=729 vsize=1710852 CPUtime=0
/proc/731/task/736/stat : 736 (java) S 729 731 685 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 204694872 1751912448 48581 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=731/tid=737] ppid=729 vsize=1710852 CPUtime=0
/proc/731/task/737/stat : 737 (java) S 729 731 685 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 204694875 1751912448 48581 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=731/tid=738] ppid=729 vsize=1710852 CPUtime=0
/proc/731/task/738/stat : 738 (java) S 729 731 685 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 204694875 1751912448 48581 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=731/tid=739] ppid=729 vsize=1710852 CPUtime=0.36
/proc/731/task/739/stat : 739 (java) S 729 731 685 0 -1 64 532 0 0 0 36 0 0 0 17 0 12 0 204694875 1751912448 48581 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=731/tid=740] ppid=729 vsize=1710852 CPUtime=0.3
/proc/731/task/740/stat : 740 (java) S 729 731 685 0 -1 64 709 0 0 0 30 0 0 0 17 0 12 0 204694875 1751912448 48581 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=731/tid=741] ppid=729 vsize=1710852 CPUtime=0
/proc/731/task/741/stat : 741 (java) S 729 731 685 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 204694875 1751912448 48581 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=731/tid=742] ppid=729 vsize=1710852 CPUtime=0
/proc/731/task/742/stat : 742 (java) S 729 731 685 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 204694875 1751912448 48581 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 20.65
Current children cumulated vsize (Kb) 1710852

[startup+30.0166 s]
/proc/loadavg: 1.07 1.02 1.00 2/75 742
/proc/meminfo: memFree=1463264/2055920 swapFree=4180884/4192956
[pid=731] ppid=729 vsize=1710852 CPUtime=30.76
/proc/731/stat : 731 (java) R 729 731 685 0 -1 0 57113 0 1 0 3048 28 0 0 25 0 12 0 204694866 1751912448 52000 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071452368 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/731/statm: 427713 52000 1874 14 0 414460 0
[pid=731/tid=732] ppid=729 vsize=1710852 CPUtime=0.34
/proc/731/task/732/stat : 732 (java) S 729 731 685 0 -1 64 3873 0 0 0 33 1 0 0 15 0 12 0 204694869 1751912448 52000 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=731/tid=733] ppid=729 vsize=1710852 CPUtime=0.34
/proc/731/task/733/stat : 733 (java) S 729 731 685 0 -1 64 4203 0 0 0 32 2 0 0 16 0 12 0 204694869 1751912448 52000 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=731/tid=734] ppid=729 vsize=1710852 CPUtime=0.01
/proc/731/task/734/stat : 734 (java) S 729 731 685 0 -1 64 40 0 0 0 1 0 0 0 16 0 12 0 204694871 1751912448 52000 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=731/tid=735] ppid=729 vsize=1710852 CPUtime=0
/proc/731/task/735/stat : 735 (java) S 729 731 685 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 204694872 1751912448 52000 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=731/tid=736] ppid=729 vsize=1710852 CPUtime=0
/proc/731/task/736/stat : 736 (java) S 729 731 685 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 204694872 1751912448 52000 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=731/tid=737] ppid=729 vsize=1710852 CPUtime=0
/proc/731/task/737/stat : 737 (java) S 729 731 685 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 204694875 1751912448 52000 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=731/tid=738] ppid=729 vsize=1710852 CPUtime=0
/proc/731/task/738/stat : 738 (java) S 729 731 685 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 204694875 1751912448 52000 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=731/tid=739] ppid=729 vsize=1710852 CPUtime=0.36
/proc/731/task/739/stat : 739 (java) S 729 731 685 0 -1 64 532 0 0 0 36 0 0 0 17 0 12 0 204694875 1751912448 52000 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=731/tid=740] ppid=729 vsize=1710852 CPUtime=0.3
/proc/731/task/740/stat : 740 (java) S 729 731 685 0 -1 64 709 0 0 0 30 0 0 0 17 0 12 0 204694875 1751912448 52000 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=731/tid=741] ppid=729 vsize=1710852 CPUtime=0
/proc/731/task/741/stat : 741 (java) S 729 731 685 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 204694875 1751912448 52000 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=731/tid=742] ppid=729 vsize=1710852 CPUtime=0
/proc/731/task/742/stat : 742 (java) S 729 731 685 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 204694875 1751912448 52000 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 30.76
Current children cumulated vsize (Kb) 1710852

[startup+40.0237 s]
/proc/loadavg: 1.06 1.02 1.00 2/75 742
/proc/meminfo: memFree=1456672/2055920 swapFree=4180884/4192956
[pid=731] ppid=729 vsize=1710852 CPUtime=40.88
/proc/731/stat : 731 (java) R 729 731 685 0 -1 0 58901 0 1 0 4058 30 0 0 25 0 12 0 204694866 1751912448 53650 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071402585 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/731/statm: 427713 53650 1874 14 0 414460 0
[pid=731/tid=732] ppid=729 vsize=1710852 CPUtime=0.48
/proc/731/task/732/stat : 732 (java) S 729 731 685 0 -1 64 4700 0 0 0 46 2 0 0 16 0 12 0 204694869 1751912448 53650 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=731/tid=733] ppid=729 vsize=1710852 CPUtime=0.47
/proc/731/task/733/stat : 733 (java) S 729 731 685 0 -1 64 5138 0 0 0 44 3 0 0 16 0 12 0 204694869 1751912448 53650 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=731/tid=734] ppid=729 vsize=1710852 CPUtime=0.01
/proc/731/task/734/stat : 734 (java) S 729 731 685 0 -1 64 40 0 0 0 1 0 0 0 15 0 12 0 204694871 1751912448 53650 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=731/tid=735] ppid=729 vsize=1710852 CPUtime=0
/proc/731/task/735/stat : 735 (java) S 729 731 685 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 204694872 1751912448 53650 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=731/tid=736] ppid=729 vsize=1710852 CPUtime=0
/proc/731/task/736/stat : 736 (java) S 729 731 685 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 204694872 1751912448 53650 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=731/tid=737] ppid=729 vsize=1710852 CPUtime=0
/proc/731/task/737/stat : 737 (java) S 729 731 685 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 204694875 1751912448 53650 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=731/tid=738] ppid=729 vsize=1710852 CPUtime=0
/proc/731/task/738/stat : 738 (java) S 729 731 685 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 204694875 1751912448 53650 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=731/tid=739] ppid=729 vsize=1710852 CPUtime=0.36
/proc/731/task/739/stat : 739 (java) S 729 731 685 0 -1 64 532 0 0 0 36 0 0 0 17 0 12 0 204694875 1751912448 53650 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=731/tid=740] ppid=729 vsize=1710852 CPUtime=0.3
/proc/731/task/740/stat : 740 (java) S 729 731 685 0 -1 64 709 0 0 0 30 0 0 0 17 0 12 0 204694875 1751912448 53650 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=731/tid=741] ppid=729 vsize=1710852 CPUtime=0
/proc/731/task/741/stat : 741 (java) S 729 731 685 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 204694875 1751912448 53650 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=731/tid=742] ppid=729 vsize=1710852 CPUtime=0
/proc/731/task/742/stat : 742 (java) S 729 731 685 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 204694875 1751912448 53650 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 40.88
Current children cumulated vsize (Kb) 1710852

[startup+50.0308 s]
/proc/loadavg: 1.05 1.02 1.00 2/75 742
/proc/meminfo: memFree=1452640/2055920 swapFree=4180884/4192956
[pid=731] ppid=729 vsize=1710852 CPUtime=51.03
/proc/731/stat : 731 (java) R 729 731 685 0 -1 0 59968 0 1 0 5070 33 0 0 18 0 12 0 204694866 1751912448 54662 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071416919 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/731/statm: 427713 54662 1874 14 0 414460 0
[pid=731/tid=732] ppid=729 vsize=1710852 CPUtime=0.63
/proc/731/task/732/stat : 732 (java) S 729 731 685 0 -1 64 5286 0 0 0 59 4 0 0 16 0 12 0 204694869 1751912448 54662 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=731/tid=733] ppid=729 vsize=1710852 CPUtime=0.61
/proc/731/task/733/stat : 733 (java) S 729 731 685 0 -1 64 5594 0 0 0 58 3 0 0 16 0 12 0 204694869 1751912448 54662 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=731/tid=734] ppid=729 vsize=1710852 CPUtime=0.03
/proc/731/task/734/stat : 734 (java) S 729 731 685 0 -1 64 40 0 0 0 2 1 0 0 16 0 12 0 204694871 1751912448 54662 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=731/tid=735] ppid=729 vsize=1710852 CPUtime=0
/proc/731/task/735/stat : 735 (java) S 729 731 685 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 204694872 1751912448 54662 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=731/tid=736] ppid=729 vsize=1710852 CPUtime=0
/proc/731/task/736/stat : 736 (java) S 729 731 685 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 204694872 1751912448 54662 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=731/tid=737] ppid=729 vsize=1710852 CPUtime=0
/proc/731/task/737/stat : 737 (java) S 729 731 685 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 204694875 1751912448 54662 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=731/tid=738] ppid=729 vsize=1710852 CPUtime=0
/proc/731/task/738/stat : 738 (java) S 729 731 685 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 204694875 1751912448 54662 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=731/tid=739] ppid=729 vsize=1710852 CPUtime=0.36
/proc/731/task/739/stat : 739 (java) S 729 731 685 0 -1 64 532 0 0 0 36 0 0 0 17 0 12 0 204694875 1751912448 54662 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=731/tid=740] ppid=729 vsize=1710852 CPUtime=0.3
/proc/731/task/740/stat : 740 (java) S 729 731 685 0 -1 64 709 0 0 0 30 0 0 0 17 0 12 0 204694875 1751912448 54662 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=731/tid=741] ppid=729 vsize=1710852 CPUtime=0
/proc/731/task/741/stat : 741 (java) S 729 731 685 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 204694875 1751912448 54662 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=731/tid=742] ppid=729 vsize=1710852 CPUtime=0
/proc/731/task/742/stat : 742 (java) S 729 731 685 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 204694875 1751912448 54662 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 51.03
Current children cumulated vsize (Kb) 1710852

[startup+60.038 s]
/proc/loadavg: 1.04 1.02 1.00 2/75 742
/proc/meminfo: memFree=1448608/2055920 swapFree=4180884/4192956
[pid=731] ppid=729 vsize=1710852 CPUtime=61.17
/proc/731/stat : 731 (java) R 729 731 685 0 -1 0 61033 0 1 0 6082 35 0 0 18 0 12 0 204694866 1751912448 55668 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071414811 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/731/statm: 427713 55668 1874 14 0 414460 0
[pid=731/tid=732] ppid=729 vsize=1710852 CPUtime=0.77
/proc/731/task/732/stat : 732 (java) S 729 731 685 0 -1 64 5773 0 0 0 73 4 0 0 16 0 12 0 204694869 1751912448 55668 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=731/tid=733] ppid=729 vsize=1710852 CPUtime=0.75
/proc/731/task/733/stat : 733 (java) S 729 731 685 0 -1 64 6146 0 0 0 72 3 0 0 15 0 12 0 204694869 1751912448 55668 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=731/tid=734] ppid=729 vsize=1710852 CPUtime=0.03
/proc/731/task/734/stat : 734 (java) S 729 731 685 0 -1 64 40 0 0 0 2 1 0 0 16 0 12 0 204694871 1751912448 55668 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=731/tid=735] ppid=729 vsize=1710852 CPUtime=0
/proc/731/task/735/stat : 735 (java) S 729 731 685 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 204694872 1751912448 55668 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=731/tid=736] ppid=729 vsize=1710852 CPUtime=0
/proc/731/task/736/stat : 736 (java) S 729 731 685 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 204694872 1751912448 55668 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=731/tid=737] ppid=729 vsize=1710852 CPUtime=0
/proc/731/task/737/stat : 737 (java) S 729 731 685 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 204694875 1751912448 55668 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=731/tid=738] ppid=729 vsize=1710852 CPUtime=0
/proc/731/task/738/stat : 738 (java) S 729 731 685 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 204694875 1751912448 55668 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=731/tid=739] ppid=729 vsize=1710852 CPUtime=0.36
/proc/731/task/739/stat : 739 (java) S 729 731 685 0 -1 64 532 0 0 0 36 0 0 0 17 0 12 0 204694875 1751912448 55668 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=731/tid=740] ppid=729 vsize=1710852 CPUtime=0.3
/proc/731/task/740/stat : 740 (java) S 729 731 685 0 -1 64 709 0 0 0 30 0 0 0 17 0 12 0 204694875 1751912448 55668 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=731/tid=741] ppid=729 vsize=1710852 CPUtime=0
/proc/731/task/741/stat : 741 (java) S 729 731 685 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 204694875 1751912448 55668 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=731/tid=742] ppid=729 vsize=1710852 CPUtime=0
/proc/731/task/742/stat : 742 (java) S 729 731 685 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 204694875 1751912448 55668 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0

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

[pid=731/tid=735] ppid=729 vsize=1712392 CPUtime=0
/proc/731/task/735/stat : 735 (java) S 729 731 685 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 204694872 1753489408 96711 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=731/tid=736] ppid=729 vsize=1712392 CPUtime=0
/proc/731/task/736/stat : 736 (java) S 729 731 685 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 204694872 1753489408 96711 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=731/tid=737] ppid=729 vsize=1712392 CPUtime=0
/proc/731/task/737/stat : 737 (java) S 729 731 685 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 204694875 1753489408 96711 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=731/tid=738] ppid=729 vsize=1712392 CPUtime=0
/proc/731/task/738/stat : 738 (java) S 729 731 685 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 204694875 1753489408 96711 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=731/tid=739] ppid=729 vsize=1712392 CPUtime=0.79
/proc/731/task/739/stat : 739 (java) S 729 731 685 0 -1 64 745 0 0 0 79 0 0 0 16 0 13 0 204694875 1753489408 96711 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=731/tid=740] ppid=729 vsize=1712392 CPUtime=0.73
/proc/731/task/740/stat : 740 (java) S 729 731 685 0 -1 64 1363 0 0 0 72 1 0 0 16 0 13 0 204694875 1753489408 96711 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=731/tid=741] ppid=729 vsize=1712392 CPUtime=0
/proc/731/task/741/stat : 741 (java) S 729 731 685 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 204694875 1753489408 96711 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=731/tid=742] ppid=729 vsize=1712392 CPUtime=0
/proc/731/task/742/stat : 742 (java) S 729 731 685 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 204694875 1753489408 96711 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=731/tid=743] ppid=729 vsize=1712392 CPUtime=0
/proc/731/task/743/stat : 743 (java) S 729 731 685 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 204707180 1753489408 96711 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1796.12
Current children cumulated vsize (Kb) 1712392

[startup+1793.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/76 743
/proc/meminfo: memFree=1283096/2055920 swapFree=4180884/4192956
[pid=731] ppid=729 vsize=1712392 CPUtime=1797.12
/proc/731/stat : 731 (java) R 729 731 685 0 -1 0 123947 0 1 0 179610 102 0 0 25 0 13 0 204694866 1753489408 96711 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071614107 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/731/statm: 428098 96711 1904 14 0 414845 0
[pid=731/tid=732] ppid=729 vsize=1712392 CPUtime=3.43
/proc/731/task/732/stat : 732 (java) S 729 731 685 0 -1 64 35387 0 0 0 317 26 0 0 17 0 13 0 204694869 1753489408 96711 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=731/tid=733] ppid=729 vsize=1712392 CPUtime=3.43
/proc/731/task/733/stat : 733 (java) S 729 731 685 0 -1 64 38218 0 0 0 304 39 0 0 16 0 13 0 204694869 1753489408 96711 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=731/tid=734] ppid=729 vsize=1712392 CPUtime=0.09
/proc/731/task/734/stat : 734 (java) S 729 731 685 0 -1 64 41 0 0 0 6 3 0 0 16 0 13 0 204694871 1753489408 96711 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=731/tid=735] ppid=729 vsize=1712392 CPUtime=0
/proc/731/task/735/stat : 735 (java) S 729 731 685 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 204694872 1753489408 96711 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=731/tid=736] ppid=729 vsize=1712392 CPUtime=0
/proc/731/task/736/stat : 736 (java) S 729 731 685 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 204694872 1753489408 96711 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=731/tid=737] ppid=729 vsize=1712392 CPUtime=0
/proc/731/task/737/stat : 737 (java) S 729 731 685 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 204694875 1753489408 96711 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=731/tid=738] ppid=729 vsize=1712392 CPUtime=0
/proc/731/task/738/stat : 738 (java) S 729 731 685 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 204694875 1753489408 96711 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=731/tid=739] ppid=729 vsize=1712392 CPUtime=0.79
/proc/731/task/739/stat : 739 (java) S 729 731 685 0 -1 64 745 0 0 0 79 0 0 0 16 0 13 0 204694875 1753489408 96711 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=731/tid=740] ppid=729 vsize=1712392 CPUtime=0.73
/proc/731/task/740/stat : 740 (java) S 729 731 685 0 -1 64 1363 0 0 0 72 1 0 0 16 0 13 0 204694875 1753489408 96711 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=731/tid=741] ppid=729 vsize=1712392 CPUtime=0
/proc/731/task/741/stat : 741 (java) S 729 731 685 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 204694875 1753489408 96711 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=731/tid=742] ppid=729 vsize=1712392 CPUtime=0
/proc/731/task/742/stat : 742 (java) S 729 731 685 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 204694875 1753489408 96711 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=731/tid=743] ppid=729 vsize=1712392 CPUtime=0
/proc/731/task/743/stat : 743 (java) S 729 731 685 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 204707180 1753489408 96711 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1797.12
Current children cumulated vsize (Kb) 1712392

[startup+1794.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/76 743
/proc/meminfo: memFree=1283096/2055920 swapFree=4180884/4192956
[pid=731] ppid=729 vsize=1712392 CPUtime=1798.13
/proc/731/stat : 731 (java) R 729 731 685 0 -1 0 123947 0 1 0 179711 102 0 0 25 0 13 0 204694866 1753489408 96711 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071614107 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/731/statm: 428098 96711 1904 14 0 414845 0
[pid=731/tid=732] ppid=729 vsize=1712392 CPUtime=3.43
/proc/731/task/732/stat : 732 (java) S 729 731 685 0 -1 64 35387 0 0 0 317 26 0 0 17 0 13 0 204694869 1753489408 96711 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=731/tid=733] ppid=729 vsize=1712392 CPUtime=3.43
/proc/731/task/733/stat : 733 (java) S 729 731 685 0 -1 64 38218 0 0 0 304 39 0 0 16 0 13 0 204694869 1753489408 96711 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=731/tid=734] ppid=729 vsize=1712392 CPUtime=0.09
/proc/731/task/734/stat : 734 (java) S 729 731 685 0 -1 64 41 0 0 0 6 3 0 0 16 0 13 0 204694871 1753489408 96711 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=731/tid=735] ppid=729 vsize=1712392 CPUtime=0
/proc/731/task/735/stat : 735 (java) S 729 731 685 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 204694872 1753489408 96711 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=731/tid=736] ppid=729 vsize=1712392 CPUtime=0
/proc/731/task/736/stat : 736 (java) S 729 731 685 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 204694872 1753489408 96711 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=731/tid=737] ppid=729 vsize=1712392 CPUtime=0
/proc/731/task/737/stat : 737 (java) S 729 731 685 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 204694875 1753489408 96711 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=731/tid=738] ppid=729 vsize=1712392 CPUtime=0
/proc/731/task/738/stat : 738 (java) S 729 731 685 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 204694875 1753489408 96711 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=731/tid=739] ppid=729 vsize=1712392 CPUtime=0.79
/proc/731/task/739/stat : 739 (java) S 729 731 685 0 -1 64 745 0 0 0 79 0 0 0 16 0 13 0 204694875 1753489408 96711 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=731/tid=740] ppid=729 vsize=1712392 CPUtime=0.73
/proc/731/task/740/stat : 740 (java) S 729 731 685 0 -1 64 1363 0 0 0 72 1 0 0 16 0 13 0 204694875 1753489408 96711 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=731/tid=741] ppid=729 vsize=1712392 CPUtime=0
/proc/731/task/741/stat : 741 (java) S 729 731 685 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 204694875 1753489408 96711 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=731/tid=742] ppid=729 vsize=1712392 CPUtime=0
/proc/731/task/742/stat : 742 (java) S 729 731 685 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 204694875 1753489408 96711 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=731/tid=743] ppid=729 vsize=1712392 CPUtime=0
/proc/731/task/743/stat : 743 (java) S 729 731 685 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 204707180 1753489408 96711 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1798.13
Current children cumulated vsize (Kb) 1712392

[startup+1795.32 s]
/proc/loadavg: 1.00 1.00 1.00 2/76 743
/proc/meminfo: memFree=1282008/2055920 swapFree=4180884/4192956
[pid=731] ppid=729 vsize=1712392 CPUtime=1799.14
/proc/731/stat : 731 (java) R 729 731 685 0 -1 0 124264 0 1 0 179812 102 0 0 25 0 13 0 204694866 1753489408 96974 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071603793 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/731/statm: 428098 96974 1904 14 0 414845 0
[pid=731/tid=732] ppid=729 vsize=1712392 CPUtime=3.44
/proc/731/task/732/stat : 732 (java) S 729 731 685 0 -1 64 35654 0 0 0 318 26 0 0 16 0 13 0 204694869 1753489408 96974 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=731/tid=733] ppid=729 vsize=1712392 CPUtime=3.44
/proc/731/task/733/stat : 733 (java) S 729 731 685 0 -1 64 38267 0 0 0 305 39 0 0 16 0 13 0 204694869 1753489408 96974 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=731/tid=734] ppid=729 vsize=1712392 CPUtime=0.09
/proc/731/task/734/stat : 734 (java) S 729 731 685 0 -1 64 41 0 0 0 6 3 0 0 15 0 13 0 204694871 1753489408 96974 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=731/tid=735] ppid=729 vsize=1712392 CPUtime=0
/proc/731/task/735/stat : 735 (java) S 729 731 685 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 204694872 1753489408 96974 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=731/tid=736] ppid=729 vsize=1712392 CPUtime=0
/proc/731/task/736/stat : 736 (java) S 729 731 685 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 204694872 1753489408 96974 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=731/tid=737] ppid=729 vsize=1712392 CPUtime=0
/proc/731/task/737/stat : 737 (java) S 729 731 685 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 204694875 1753489408 96974 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=731/tid=738] ppid=729 vsize=1712392 CPUtime=0
/proc/731/task/738/stat : 738 (java) S 729 731 685 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 204694875 1753489408 96974 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=731/tid=739] ppid=729 vsize=1712392 CPUtime=0.79
/proc/731/task/739/stat : 739 (java) S 729 731 685 0 -1 64 745 0 0 0 79 0 0 0 16 0 13 0 204694875 1753489408 96974 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=731/tid=740] ppid=729 vsize=1712392 CPUtime=0.73
/proc/731/task/740/stat : 740 (java) S 729 731 685 0 -1 64 1363 0 0 0 72 1 0 0 16 0 13 0 204694875 1753489408 96974 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=731/tid=741] ppid=729 vsize=1712392 CPUtime=0
/proc/731/task/741/stat : 741 (java) S 729 731 685 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 204694875 1753489408 96974 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=731/tid=742] ppid=729 vsize=1712392 CPUtime=0
/proc/731/task/742/stat : 742 (java) S 729 731 685 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 204694875 1753489408 96974 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=731/tid=743] ppid=729 vsize=1712392 CPUtime=0
/proc/731/task/743/stat : 743 (java) S 729 731 685 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 204707180 1753489408 96974 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1799.14
Current children cumulated vsize (Kb) 1712392

[startup+1796.32 s]
/proc/loadavg: 1.00 1.00 1.00 2/76 743
/proc/meminfo: memFree=1282008/2055920 swapFree=4180884/4192956
[pid=731] ppid=729 vsize=1712392 CPUtime=1800.15
/proc/731/stat : 731 (java) R 729 731 685 0 -1 0 124264 0 1 0 179913 102 0 0 25 0 13 0 204694866 1753489408 96974 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071613538 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/731/statm: 428098 96974 1904 14 0 414845 0
[pid=731/tid=732] ppid=729 vsize=1712392 CPUtime=3.44
/proc/731/task/732/stat : 732 (java) S 729 731 685 0 -1 64 35654 0 0 0 318 26 0 0 16 0 13 0 204694869 1753489408 96974 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=731/tid=733] ppid=729 vsize=1712392 CPUtime=3.44
/proc/731/task/733/stat : 733 (java) S 729 731 685 0 -1 64 38267 0 0 0 305 39 0 0 16 0 13 0 204694869 1753489408 96974 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=731/tid=734] ppid=729 vsize=1712392 CPUtime=0.09
/proc/731/task/734/stat : 734 (java) S 729 731 685 0 -1 64 41 0 0 0 6 3 0 0 16 0 13 0 204694871 1753489408 96974 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=731/tid=735] ppid=729 vsize=1712392 CPUtime=0
/proc/731/task/735/stat : 735 (java) S 729 731 685 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 204694872 1753489408 96974 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=731/tid=736] ppid=729 vsize=1712392 CPUtime=0
/proc/731/task/736/stat : 736 (java) S 729 731 685 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 204694872 1753489408 96974 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=731/tid=737] ppid=729 vsize=1712392 CPUtime=0
/proc/731/task/737/stat : 737 (java) S 729 731 685 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 204694875 1753489408 96974 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=731/tid=738] ppid=729 vsize=1712392 CPUtime=0
/proc/731/task/738/stat : 738 (java) S 729 731 685 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 204694875 1753489408 96974 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=731/tid=739] ppid=729 vsize=1712392 CPUtime=0.79
/proc/731/task/739/stat : 739 (java) S 729 731 685 0 -1 64 745 0 0 0 79 0 0 0 16 0 13 0 204694875 1753489408 96974 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=731/tid=740] ppid=729 vsize=1712392 CPUtime=0.73
/proc/731/task/740/stat : 740 (java) S 729 731 685 0 -1 64 1363 0 0 0 72 1 0 0 16 0 13 0 204694875 1753489408 96974 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=731/tid=741] ppid=729 vsize=1712392 CPUtime=0
/proc/731/task/741/stat : 741 (java) S 729 731 685 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 204694875 1753489408 96974 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=731/tid=742] ppid=729 vsize=1712392 CPUtime=0
/proc/731/task/742/stat : 742 (java) S 729 731 685 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 204694875 1753489408 96974 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=731/tid=743] ppid=729 vsize=1712392 CPUtime=0
/proc/731/task/743/stat : 743 (java) S 729 731 685 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 204707180 1753489408 96974 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.15
Current children cumulated vsize (Kb) 1712392



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1796.33 s]
/proc/loadavg: 1.00 1.00 1.00 2/76 743
/proc/meminfo: memFree=1282008/2055920 swapFree=4180884/4192956
[pid=731] ppid=729 vsize=1712392 CPUtime=1800.15
/proc/731/stat : 731 (java) R 729 731 685 0 -1 0 124264 0 1 0 179913 102 0 0 25 0 13 0 204694866 1753489408 96974 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071603793 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/731/statm: 428098 96974 1904 14 0 414845 0
[pid=731/tid=732] ppid=729 vsize=1712392 CPUtime=3.44
/proc/731/task/732/stat : 732 (java) S 729 731 685 0 -1 64 35654 0 0 0 318 26 0 0 16 0 13 0 204694869 1753489408 96974 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=731/tid=733] ppid=729 vsize=1712392 CPUtime=3.44
/proc/731/task/733/stat : 733 (java) S 729 731 685 0 -1 64 38267 0 0 0 305 39 0 0 16 0 13 0 204694869 1753489408 96974 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=731/tid=734] ppid=729 vsize=1712392 CPUtime=0.09
/proc/731/task/734/stat : 734 (java) S 729 731 685 0 -1 64 41 0 0 0 6 3 0 0 16 0 13 0 204694871 1753489408 96974 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=731/tid=735] ppid=729 vsize=1712392 CPUtime=0
/proc/731/task/735/stat : 735 (java) S 729 731 685 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 204694872 1753489408 96974 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=731/tid=736] ppid=729 vsize=1712392 CPUtime=0
/proc/731/task/736/stat : 736 (java) S 729 731 685 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 204694872 1753489408 96974 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=731/tid=737] ppid=729 vsize=1712392 CPUtime=0
/proc/731/task/737/stat : 737 (java) S 729 731 685 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 204694875 1753489408 96974 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=731/tid=738] ppid=729 vsize=1712392 CPUtime=0
/proc/731/task/738/stat : 738 (java) S 729 731 685 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 204694875 1753489408 96974 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=731/tid=739] ppid=729 vsize=1712392 CPUtime=0.79
/proc/731/task/739/stat : 739 (java) S 729 731 685 0 -1 64 745 0 0 0 79 0 0 0 16 0 13 0 204694875 1753489408 96974 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=731/tid=740] ppid=729 vsize=1712392 CPUtime=0.73
/proc/731/task/740/stat : 740 (java) S 729 731 685 0 -1 64 1363 0 0 0 72 1 0 0 16 0 13 0 204694875 1753489408 96974 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=731/tid=741] ppid=729 vsize=1712392 CPUtime=0
/proc/731/task/741/stat : 741 (java) S 729 731 685 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 204694875 1753489408 96974 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=731/tid=742] ppid=729 vsize=1712392 CPUtime=0
/proc/731/task/742/stat : 742 (java) S 729 731 685 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 204694875 1753489408 96974 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=731/tid=743] ppid=729 vsize=1712392 CPUtime=0
/proc/731/task/743/stat : 743 (java) S 729 731 685 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 204707180 1753489408 96974 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.15
Current children cumulated vsize (Kb) 1712392

Sending SIGTERM to -731
Sleeping 2 seconds

Child status: 143
Real time (s): 1796.42
CPU time (s): 1800.25
CPU user time (s): 1799.16
CPU system time (s): 1.08383
CPU usage (%): 100.213
Max. virtual memory (cumulated for all children) (Kb): 1712392

Launcher Data (download as text)

Begin job on node23 on Sun Jun  4 03:05:12 UTC 2006


FILE ID= 42796-1149390312

PBS_JOBID= 313413

BENCH NAME= HOME/pub/bench/PB06//final/normalized-PB06/OPT-SMALLINT/submitted-PB06/liu/wnq/normalized-wnq_n100_mw99_4.opb.PB06.opb
COMMAND LINE= java -server -Xms1500M -Xmx1500M -jar ROOT/solvers/PB/PB06final/user5/sat4jPseudoHeuristics.jar ROOT/tmp/node23/42796-1149390312/instance-42796-1149390312.opb 673612232
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node23/watcher-42796-1149390312 -o ROOT/results/node23/solver-42796-1149390312 -C 1800 -M 1800 -S 64  java -server -Xms1500M -Xmx1500M -jar ROOT/solvers/PB/PB06final/user5/sat4jPseudoHeuristics.jar ROOT/tmp/node23/42796-1149390312/instance-42796-1149390312.opb 673612232

MD5SUM SOLVER= 3cef94aa015dc0dd234d31843a257d70
MD5SUM BENCH=  ca3282cf347faf21ba3550ec87dd7af4

RANDOM SEED= 673612232


/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.213
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	: 5931.00
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.213
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:       1663928 kB
Buffers:         22664 kB
Cached:         301292 kB
SwapCached:       3668 kB
Active:          98168 kB
Inactive:       234340 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1663928 kB
SwapTotal:     4192956 kB
SwapFree:      4180884 kB
Dirty:             160 kB
Writeback:           0 kB
Mapped:          14696 kB
Slab:            45472 kB
Committed_AS:   404872 kB
PageTables:       1424 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB


End job on node23 on Sun Jun  4 03:35:09 UTC 2006