Trace number 43336

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.71 1783.58

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/MIPLIB/
miplib2003/normalized-mps-v2-20-10-roll3000.opb
MD5SUM553e03f28bab227c11d33a47edd1fb32
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
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables8902
Total number of constraints2864
Number of constraints which are clauses143
Number of constraints which are cardinality constraints (but not clauses)31
Number of constraints which are nor clauses,nor cardinality constraints2690
Minimum length of a constraint2
Maximum length of a constraint2407
Number of terms in the objective function 31
Biggest coefficient in the objective function 1073741824
Number of bits for the biggest coefficient in the objective function 31
Sum of the numbers in the objective function 2147483647
Number of bits of the sum of numbers in the objective function 31
Biggest number in a constraint 1024000000000
Number of bits of the biggest number in a constraint 40
Biggest sum of numbers in a constraint 2123511627775
Number of bits of the biggest sum of numbers41
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data (download as text)

0.15	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.15	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.15	c no version file found!!!
0.15	c sun.arch.data.model	32
0.15	c java.version	1.5.0_06
0.15	c os.name	Linux
0.15	c os.version	2.6.9-22.EL.rootsmp
0.15	c os.arch	i386
0.15	c Free memory 1548419056
0.15	c Max memory 1551040512
0.15	c Total memory 1551040512
0.15	c Number of processors 2
0.22	c Cutting planes based inference
0.22	c --- Begin Solver configuration ---
0.22	c org.sat4j.minisat.uip.FirstUIP@1df073d
0.22	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@1546e25
0.22	c org.sat4j.minisat.learning.MiniSATLearning@b66cc
0.22	c conflictBoundIncFactor=1.5 learntBoundIncFactor=1.1 initLearntBoundConstraintFactor=10000.0 initConflictBound=100 
0.22	c VSIDS like heuristics from MiniSAT using a heap
0.22	c No reason simplification
0.22	c --- End Solver configuration ---
0.22	c solving ROOT/tmp/node11/43336-1149316224/instance-43336-1149316224.opb
0.22	c reading problem ... 
2.27	c ... done. Time 2.056 ms.
2.27	c #vars     8902
2.27	c #constraints  3038
1783.41	c starts		: 6
1783.41	c conflicts		: 1514
1783.41	c decisions		: 15265
1783.41	c propagations		: 35367
1783.41	c inspects		: 1144779
1783.41	c learnt literals	: 0
1783.41	c learnt binary clauses	: 0
1783.41	c learnt ternary clauses	: 0
1783.41	c learnt clauses	: 1513
1783.41	c root simplifications	: 0
1783.41	c removed literals (reason simplification)	: 0
1783.41	c reason swapping (by a shorter reason)	: 0
1783.41	c Calls to reduceDB	: 0
1783.41	c speed (decisions/second)	: 8.570469301269542
1783.41	c non guided choices	0
1783.41	s UNKNOWN
1783.42	c Total wall clock time (ms): 1783.197

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

Current StackSize limit: 67108864 bytes

/proc/loadavg: 0.91 0.95 0.95 3/64 3694
/proc/meminfo: memFree=1842968/2055920 swapFree=4181380/4192956
[pid=3694] ppid=3692 vsize=1784 CPUtime=0
/proc/3694/stat : 3694 (java) R 3692 3694 3648 0 -1 0 170 0 0 0 0 0 0 0 19 0 1 0 197284914 1826816 141 18446744073709551615 134512640 134570276 4294956608 18446744073709551615 4294960144 0 2147483391 4096 0 0 0 0 17 1 0 0
/proc/3694/statm: 446 141 106 14 0 91 0

[startup+10.0023 s]
/proc/loadavg: 1.00 0.97 0.96 2/76 3706
/proc/meminfo: memFree=1655616/2055920 swapFree=4181380/4192956
[pid=3694] ppid=3692 vsize=1719752 CPUtime=11.9
/proc/3694/stat : 3694 (java) R 3692 3694 3648 0 -1 0 53379 0 1 0 1165 25 0 0 25 0 13 0 197284914 1761026048 48635 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071445933 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/3694/statm: 429938 48635 1909 14 0 416685 0
[pid=3694/tid=3695] ppid=3692 vsize=1719752 CPUtime=0.23
/proc/3694/task/3695/stat : 3695 (java) S 3692 3694 3648 0 -1 64 5510 0 0 0 21 2 0 0 16 0 13 0 197284918 1761026048 48635 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3694/tid=3696] ppid=3692 vsize=1719752 CPUtime=0.25
/proc/3694/task/3696/stat : 3696 (java) S 3692 3694 3648 0 -1 64 5251 0 0 0 22 3 0 0 16 0 13 0 197284918 1761026048 48635 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3694/tid=3697] ppid=3692 vsize=1719752 CPUtime=0
/proc/3694/task/3697/stat : 3697 (java) S 3692 3694 3648 0 -1 64 25 0 0 0 0 0 0 0 17 0 13 0 197284920 1761026048 48635 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=3694/tid=3698] ppid=3692 vsize=1719752 CPUtime=0
/proc/3694/task/3698/stat : 3698 (java) S 3692 3694 3648 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 197284921 1761026048 48635 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3694/tid=3699] ppid=3692 vsize=1719752 CPUtime=0
/proc/3694/task/3699/stat : 3699 (java) S 3692 3694 3648 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 197284921 1761026048 48635 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3694/tid=3700] ppid=3692 vsize=1719752 CPUtime=0
/proc/3694/task/3700/stat : 3700 (java) S 3692 3694 3648 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 197284924 1761026048 48635 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3694/tid=3701] ppid=3692 vsize=1719752 CPUtime=0
/proc/3694/task/3701/stat : 3701 (java) S 3692 3694 3648 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 197284924 1761026048 48635 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3694/tid=3702] ppid=3692 vsize=1719752 CPUtime=0.64
/proc/3694/task/3702/stat : 3702 (java) S 3692 3694 3648 0 -1 64 690 0 0 0 64 0 0 0 16 0 13 0 197284924 1761026048 48635 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3694/tid=3703] ppid=3692 vsize=1719752 CPUtime=1.43
/proc/3694/task/3703/stat : 3703 (java) S 3692 3694 3648 0 -1 64 5348 0 0 0 142 1 0 0 17 0 13 0 197284924 1761026048 48635 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3694/tid=3704] ppid=3692 vsize=1719752 CPUtime=0
/proc/3694/task/3704/stat : 3704 (java) S 3692 3694 3648 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 197284924 1761026048 48635 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3694/tid=3705] ppid=3692 vsize=1719752 CPUtime=0
/proc/3694/task/3705/stat : 3705 (java) S 3692 3694 3648 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 197284924 1761026048 48635 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3694/tid=3706] ppid=3692 vsize=1719752 CPUtime=0
/proc/3694/task/3706/stat : 3706 (java) S 3692 3694 3648 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 197285149 1761026048 48635 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 11.9
Current children cumulated vsize (Kb) 1719752

[startup+20.0095 s]
/proc/loadavg: 1.00 0.97 0.96 2/76 3706
/proc/meminfo: memFree=1645120/2055920 swapFree=4181380/4192956
[pid=3694] ppid=3692 vsize=1716808 CPUtime=22.01
/proc/3694/stat : 3694 (java) R 3692 3694 3648 0 -1 0 56974 0 1 0 2174 27 0 0 25 0 13 0 197284914 1758011392 51248 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071645941 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/3694/statm: 429202 51248 1910 14 0 415949 0
[pid=3694/tid=3695] ppid=3692 vsize=1716808 CPUtime=0.31
/proc/3694/task/3695/stat : 3695 (java) S 3692 3694 3648 0 -1 64 6656 0 0 0 29 2 0 0 16 0 13 0 197284918 1758011392 51248 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3694/tid=3696] ppid=3692 vsize=1716808 CPUtime=0.32
/proc/3694/task/3696/stat : 3696 (java) S 3692 3694 3648 0 -1 64 6827 0 0 0 28 4 0 0 16 0 13 0 197284918 1758011392 51248 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3694/tid=3697] ppid=3692 vsize=1716808 CPUtime=0
/proc/3694/task/3697/stat : 3697 (java) S 3692 3694 3648 0 -1 64 25 0 0 0 0 0 0 0 16 0 13 0 197284920 1758011392 51248 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=3694/tid=3698] ppid=3692 vsize=1716808 CPUtime=0
/proc/3694/task/3698/stat : 3698 (java) S 3692 3694 3648 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 197284921 1758011392 51248 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3694/tid=3699] ppid=3692 vsize=1716808 CPUtime=0
/proc/3694/task/3699/stat : 3699 (java) S 3692 3694 3648 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 197284921 1758011392 51248 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3694/tid=3700] ppid=3692 vsize=1716808 CPUtime=0
/proc/3694/task/3700/stat : 3700 (java) S 3692 3694 3648 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 197284924 1758011392 51248 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3694/tid=3701] ppid=3692 vsize=1716808 CPUtime=0
/proc/3694/task/3701/stat : 3701 (java) S 3692 3694 3648 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 197284924 1758011392 51248 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3694/tid=3702] ppid=3692 vsize=1716808 CPUtime=0.64
/proc/3694/task/3702/stat : 3702 (java) S 3692 3694 3648 0 -1 64 690 0 0 0 64 0 0 0 16 0 13 0 197284924 1758011392 51248 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3694/tid=3703] ppid=3692 vsize=1716808 CPUtime=1.45
/proc/3694/task/3703/stat : 3703 (java) S 3692 3694 3648 0 -1 64 5351 0 0 0 144 1 0 0 17 0 13 0 197284924 1758011392 51248 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3694/tid=3704] ppid=3692 vsize=1716808 CPUtime=0
/proc/3694/task/3704/stat : 3704 (java) S 3692 3694 3648 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 197284924 1758011392 51248 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3694/tid=3705] ppid=3692 vsize=1716808 CPUtime=0
/proc/3694/task/3705/stat : 3705 (java) S 3692 3694 3648 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 197284924 1758011392 51248 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3694/tid=3706] ppid=3692 vsize=1716808 CPUtime=0
/proc/3694/task/3706/stat : 3706 (java) S 3692 3694 3648 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 197285149 1758011392 51248 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 22.01
Current children cumulated vsize (Kb) 1716808

[startup+30.0167 s]
/proc/loadavg: 1.00 0.97 0.96 2/76 3706
/proc/meminfo: memFree=1657856/2055920 swapFree=4181380/4192956
[pid=3694] ppid=3692 vsize=1716808 CPUtime=32.05
/proc/3694/stat : 3694 (java) R 3692 3694 3648 0 -1 0 57768 0 1 0 3177 28 0 0 17 0 13 0 197284914 1758011392 48045 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071752473 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/3694/statm: 429202 48045 1910 14 0 415949 0
[pid=3694/tid=3695] ppid=3692 vsize=1716808 CPUtime=0.36
/proc/3694/task/3695/stat : 3695 (java) S 3692 3694 3648 0 -1 64 7038 0 0 0 33 3 0 0 16 0 13 0 197284918 1758011392 48045 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3694/tid=3696] ppid=3692 vsize=1716808 CPUtime=0.36
/proc/3694/task/3696/stat : 3696 (java) S 3692 3694 3648 0 -1 64 7224 0 0 0 32 4 0 0 16 0 13 0 197284918 1758011392 48045 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3694/tid=3697] ppid=3692 vsize=1716808 CPUtime=0
/proc/3694/task/3697/stat : 3697 (java) S 3692 3694 3648 0 -1 64 25 0 0 0 0 0 0 0 15 0 13 0 197284920 1758011392 48045 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=3694/tid=3698] ppid=3692 vsize=1716808 CPUtime=0
/proc/3694/task/3698/stat : 3698 (java) S 3692 3694 3648 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 197284921 1758011392 48045 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3694/tid=3699] ppid=3692 vsize=1716808 CPUtime=0
/proc/3694/task/3699/stat : 3699 (java) S 3692 3694 3648 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 197284921 1758011392 48045 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3694/tid=3700] ppid=3692 vsize=1716808 CPUtime=0
/proc/3694/task/3700/stat : 3700 (java) S 3692 3694 3648 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 197284924 1758011392 48045 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3694/tid=3701] ppid=3692 vsize=1716808 CPUtime=0
/proc/3694/task/3701/stat : 3701 (java) S 3692 3694 3648 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 197284924 1758011392 48045 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3694/tid=3702] ppid=3692 vsize=1716808 CPUtime=0.64
/proc/3694/task/3702/stat : 3702 (java) S 3692 3694 3648 0 -1 64 690 0 0 0 64 0 0 0 16 0 13 0 197284924 1758011392 48045 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3694/tid=3703] ppid=3692 vsize=1716808 CPUtime=1.45
/proc/3694/task/3703/stat : 3703 (java) S 3692 3694 3648 0 -1 64 5351 0 0 0 144 1 0 0 17 0 13 0 197284924 1758011392 48045 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3694/tid=3704] ppid=3692 vsize=1716808 CPUtime=0
/proc/3694/task/3704/stat : 3704 (java) S 3692 3694 3648 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 197284924 1758011392 48045 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3694/tid=3705] ppid=3692 vsize=1716808 CPUtime=0
/proc/3694/task/3705/stat : 3705 (java) S 3692 3694 3648 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 197284924 1758011392 48045 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3694/tid=3706] ppid=3692 vsize=1716808 CPUtime=0
/proc/3694/task/3706/stat : 3706 (java) S 3692 3694 3648 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 197285149 1758011392 48045 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 32.05
Current children cumulated vsize (Kb) 1716808

[startup+40.0239 s]
/proc/loadavg: 1.00 0.97 0.96 2/76 3706
/proc/meminfo: memFree=1669888/2055920 swapFree=4181380/4192956
[pid=3694] ppid=3692 vsize=1716808 CPUtime=42.09
/proc/3694/stat : 3694 (java) R 3692 3694 3648 0 -1 0 58516 0 1 0 4181 28 0 0 22 0 13 0 197284914 1758011392 45025 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071752479 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/3694/statm: 429202 45025 1910 14 0 415949 0
[pid=3694/tid=3695] ppid=3692 vsize=1716808 CPUtime=0.39
/proc/3694/task/3695/stat : 3695 (java) S 3692 3694 3648 0 -1 64 7353 0 0 0 36 3 0 0 16 0 13 0 197284918 1758011392 45025 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3694/tid=3696] ppid=3692 vsize=1716808 CPUtime=0.41
/proc/3694/task/3696/stat : 3696 (java) S 3692 3694 3648 0 -1 64 7643 0 0 0 37 4 0 0 16 0 13 0 197284918 1758011392 45025 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3694/tid=3697] ppid=3692 vsize=1716808 CPUtime=0.01
/proc/3694/task/3697/stat : 3697 (java) S 3692 3694 3648 0 -1 64 25 0 0 0 1 0 0 0 16 0 13 0 197284920 1758011392 45025 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=3694/tid=3698] ppid=3692 vsize=1716808 CPUtime=0
/proc/3694/task/3698/stat : 3698 (java) S 3692 3694 3648 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 197284921 1758011392 45025 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3694/tid=3699] ppid=3692 vsize=1716808 CPUtime=0
/proc/3694/task/3699/stat : 3699 (java) S 3692 3694 3648 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 197284921 1758011392 45025 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3694/tid=3700] ppid=3692 vsize=1716808 CPUtime=0
/proc/3694/task/3700/stat : 3700 (java) S 3692 3694 3648 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 197284924 1758011392 45025 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3694/tid=3701] ppid=3692 vsize=1716808 CPUtime=0
/proc/3694/task/3701/stat : 3701 (java) S 3692 3694 3648 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 197284924 1758011392 45025 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3694/tid=3702] ppid=3692 vsize=1716808 CPUtime=0.64
/proc/3694/task/3702/stat : 3702 (java) S 3692 3694 3648 0 -1 64 690 0 0 0 64 0 0 0 16 0 13 0 197284924 1758011392 45025 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3694/tid=3703] ppid=3692 vsize=1716808 CPUtime=1.45
/proc/3694/task/3703/stat : 3703 (java) S 3692 3694 3648 0 -1 64 5351 0 0 0 144 1 0 0 17 0 13 0 197284924 1758011392 45025 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3694/tid=3704] ppid=3692 vsize=1716808 CPUtime=0
/proc/3694/task/3704/stat : 3704 (java) S 3692 3694 3648 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 197284924 1758011392 45025 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3694/tid=3705] ppid=3692 vsize=1716808 CPUtime=0
/proc/3694/task/3705/stat : 3705 (java) S 3692 3694 3648 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 197284924 1758011392 45025 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3694/tid=3706] ppid=3692 vsize=1716808 CPUtime=0
/proc/3694/task/3706/stat : 3706 (java) S 3692 3694 3648 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 197285149 1758011392 45025 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 42.09
Current children cumulated vsize (Kb) 1716808

[startup+50.0311 s]
/proc/loadavg: 1.00 0.97 0.96 2/76 3706
/proc/meminfo: memFree=1675968/2055920 swapFree=4181380/4192956
[pid=3694] ppid=3692 vsize=1716808 CPUtime=52.14
/proc/3694/stat : 3694 (java) R 3692 3694 3648 0 -1 0 59280 0 1 0 5185 29 0 0 25 0 13 0 197284914 1758011392 43511 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071752501 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/3694/statm: 429202 43511 1910 14 0 415949 0
[pid=3694/tid=3695] ppid=3692 vsize=1716808 CPUtime=0.44
/proc/3694/task/3695/stat : 3695 (java) S 3692 3694 3648 0 -1 64 7793 0 0 0 41 3 0 0 16 0 13 0 197284918 1758011392 43511 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3694/tid=3696] ppid=3692 vsize=1716808 CPUtime=0.44
/proc/3694/task/3696/stat : 3696 (java) S 3692 3694 3648 0 -1 64 7953 0 0 0 40 4 0 0 16 0 13 0 197284918 1758011392 43511 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3694/tid=3697] ppid=3692 vsize=1716808 CPUtime=0.01
/proc/3694/task/3697/stat : 3697 (java) S 3692 3694 3648 0 -1 64 25 0 0 0 1 0 0 0 16 0 13 0 197284920 1758011392 43511 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=3694/tid=3698] ppid=3692 vsize=1716808 CPUtime=0
/proc/3694/task/3698/stat : 3698 (java) S 3692 3694 3648 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 197284921 1758011392 43511 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3694/tid=3699] ppid=3692 vsize=1716808 CPUtime=0
/proc/3694/task/3699/stat : 3699 (java) S 3692 3694 3648 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 197284921 1758011392 43511 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3694/tid=3700] ppid=3692 vsize=1716808 CPUtime=0
/proc/3694/task/3700/stat : 3700 (java) S 3692 3694 3648 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 197284924 1758011392 43511 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3694/tid=3701] ppid=3692 vsize=1716808 CPUtime=0
/proc/3694/task/3701/stat : 3701 (java) S 3692 3694 3648 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 197284924 1758011392 43511 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3694/tid=3702] ppid=3692 vsize=1716808 CPUtime=0.64
/proc/3694/task/3702/stat : 3702 (java) S 3692 3694 3648 0 -1 64 690 0 0 0 64 0 0 0 16 0 13 0 197284924 1758011392 43511 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3694/tid=3703] ppid=3692 vsize=1716808 CPUtime=1.45
/proc/3694/task/3703/stat : 3703 (java) S 3692 3694 3648 0 -1 64 5351 0 0 0 144 1 0 0 17 0 13 0 197284924 1758011392 43511 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3694/tid=3704] ppid=3692 vsize=1716808 CPUtime=0
/proc/3694/task/3704/stat : 3704 (java) S 3692 3694 3648 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 197284924 1758011392 43511 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3694/tid=3705] ppid=3692 vsize=1716808 CPUtime=0
/proc/3694/task/3705/stat : 3705 (java) S 3692 3694 3648 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 197284924 1758011392 43511 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3694/tid=3706] ppid=3692 vsize=1716808 CPUtime=0
/proc/3694/task/3706/stat : 3706 (java) S 3692 3694 3648 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 197285149 1758011392 43511 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 52.14
Current children cumulated vsize (Kb) 1716808

[startup+60.0382 s]
/proc/loadavg: 1.00 0.97 0.96 2/76 3706
/proc/meminfo: memFree=1679680/2055920 swapFree=4181380/4192956
[pid=3694] ppid=3692 vsize=1716808 CPUtime=62.18
/proc/3694/stat : 3694 (java) R 3692 3694 3648 0 -1 0 60008 0 1 0 6189 29 0 0 20 0 13 0 197284914 1758011392 42576 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071752557 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/3694/statm: 429202 42576 1910 14 0 415949 0
[pid=3694/tid=3695] ppid=3692 vsize=1716808 CPUtime=0.48
/proc/3694/task/3695/stat : 3695 (java) S 3692 3694 3648 0 -1 64 8177 0 0 0 45 3 0 0 16 0 13 0 197284918 1758011392 42576 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3694/tid=3696] ppid=3692 vsize=1716808 CPUtime=0.5
/proc/3694/task/3696/stat : 3696 (java) S 3692 3694 3648 0 -1 64 8283 0 0 0 45 5 0 0 16 0 13 0 197284918 1758011392 42576 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3694/tid=3697] ppid=3692 vsize=1716808 CPUtime=0.01
/proc/3694/task/3697/stat : 3697 (java) S 3692 3694 3648 0 -1 64 25 0 0 0 1 0 0 0 15 0 13 0 197284920 1758011392 42576 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=3694/tid=3698] ppid=3692 vsize=1716808 CPUtime=0
/proc/3694/task/3698/stat : 3698 (java) S 3692 3694 3648 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 197284921 1758011392 42576 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3694/tid=3699] ppid=3692 vsize=1716808 CPUtime=0
/proc/3694/task/3699/stat : 3699 (java) S 3692 3694 3648 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 197284921 1758011392 42576 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3694/tid=3700] ppid=3692 vsize=1716808 CPUtime=0
/proc/3694/task/3700/stat : 3700 (java) S 3692 3694 3648 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 197284924 1758011392 42576 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0

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

[pid=3694/tid=3698] ppid=3692 vsize=1716808 CPUtime=0
/proc/3694/task/3698/stat : 3698 (java) S 3692 3694 3648 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 197284921 1758011392 160290 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3694/tid=3699] ppid=3692 vsize=1716808 CPUtime=0
/proc/3694/task/3699/stat : 3699 (java) S 3692 3694 3648 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 197284921 1758011392 160290 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3694/tid=3700] ppid=3692 vsize=1716808 CPUtime=0
/proc/3694/task/3700/stat : 3700 (java) S 3692 3694 3648 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 197284924 1758011392 160290 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3694/tid=3701] ppid=3692 vsize=1716808 CPUtime=0
/proc/3694/task/3701/stat : 3701 (java) S 3692 3694 3648 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 197284924 1758011392 160290 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3694/tid=3702] ppid=3692 vsize=1716808 CPUtime=0.65
/proc/3694/task/3702/stat : 3702 (java) S 3692 3694 3648 0 -1 64 691 0 0 0 65 0 0 0 17 0 13 0 197284924 1758011392 160290 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3694/tid=3703] ppid=3692 vsize=1716808 CPUtime=1.45
/proc/3694/task/3703/stat : 3703 (java) S 3692 3694 3648 0 -1 64 5351 0 0 0 144 1 0 0 16 0 13 0 197284924 1758011392 160290 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3694/tid=3704] ppid=3692 vsize=1716808 CPUtime=0
/proc/3694/task/3704/stat : 3704 (java) S 3692 3694 3648 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 197284924 1758011392 160290 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3694/tid=3705] ppid=3692 vsize=1716808 CPUtime=0
/proc/3694/task/3705/stat : 3705 (java) S 3692 3694 3648 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 197284924 1758011392 160290 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3694/tid=3706] ppid=3692 vsize=1716808 CPUtime=0
/proc/3694/task/3706/stat : 3706 (java) S 3692 3694 3648 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 197285149 1758011392 160290 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1796.47
Current children cumulated vsize (Kb) 1716808

[startup+1780.39 s]
/proc/loadavg: 1.00 1.00 0.99 2/76 3708
/proc/meminfo: memFree=1207040/2055920 swapFree=4181380/4192956
[pid=3694] ppid=3692 vsize=1716808 CPUtime=1797.48
/proc/3694/stat : 3694 (java) R 3692 3694 3648 0 -1 0 278843 0 1 0 179575 173 0 0 25 0 13 0 197284914 1758011392 160290 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071752986 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/3694/statm: 429202 160290 1910 14 0 415949 0
[pid=3694/tid=3695] ppid=3692 vsize=1716808 CPUtime=16.74
/proc/3694/task/3695/stat : 3695 (java) S 3692 3694 3648 0 -1 64 72989 0 0 0 1634 40 0 0 16 0 13 0 197284918 1758011392 160290 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3694/tid=3696] ppid=3692 vsize=1716808 CPUtime=16.66
/proc/3694/task/3696/stat : 3696 (java) S 3692 3694 3648 0 -1 64 72623 0 0 0 1628 38 0 0 16 0 13 0 197284918 1758011392 160290 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3694/tid=3697] ppid=3692 vsize=1716808 CPUtime=0.6
/proc/3694/task/3697/stat : 3697 (java) S 3692 3694 3648 0 -1 64 338 0 0 0 32 28 0 0 16 0 13 0 197284920 1758011392 160290 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=3694/tid=3698] ppid=3692 vsize=1716808 CPUtime=0
/proc/3694/task/3698/stat : 3698 (java) S 3692 3694 3648 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 197284921 1758011392 160290 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3694/tid=3699] ppid=3692 vsize=1716808 CPUtime=0
/proc/3694/task/3699/stat : 3699 (java) S 3692 3694 3648 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 197284921 1758011392 160290 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3694/tid=3700] ppid=3692 vsize=1716808 CPUtime=0
/proc/3694/task/3700/stat : 3700 (java) S 3692 3694 3648 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 197284924 1758011392 160290 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3694/tid=3701] ppid=3692 vsize=1716808 CPUtime=0
/proc/3694/task/3701/stat : 3701 (java) S 3692 3694 3648 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 197284924 1758011392 160290 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3694/tid=3702] ppid=3692 vsize=1716808 CPUtime=0.65
/proc/3694/task/3702/stat : 3702 (java) S 3692 3694 3648 0 -1 64 691 0 0 0 65 0 0 0 17 0 13 0 197284924 1758011392 160290 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3694/tid=3703] ppid=3692 vsize=1716808 CPUtime=1.45
/proc/3694/task/3703/stat : 3703 (java) S 3692 3694 3648 0 -1 64 5351 0 0 0 144 1 0 0 16 0 13 0 197284924 1758011392 160290 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3694/tid=3704] ppid=3692 vsize=1716808 CPUtime=0
/proc/3694/task/3704/stat : 3704 (java) S 3692 3694 3648 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 197284924 1758011392 160290 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3694/tid=3705] ppid=3692 vsize=1716808 CPUtime=0
/proc/3694/task/3705/stat : 3705 (java) S 3692 3694 3648 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 197284924 1758011392 160290 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3694/tid=3706] ppid=3692 vsize=1716808 CPUtime=0
/proc/3694/task/3706/stat : 3706 (java) S 3692 3694 3648 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 197285149 1758011392 160290 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1797.48
Current children cumulated vsize (Kb) 1716808

[startup+1781.39 s]
/proc/loadavg: 1.00 1.00 0.99 2/76 3708
/proc/meminfo: memFree=1206784/2055920 swapFree=4181380/4192956
[pid=3694] ppid=3692 vsize=1716808 CPUtime=1798.5
/proc/3694/stat : 3694 (java) R 3692 3694 3648 0 -1 0 278920 0 1 0 179677 173 0 0 25 0 13 0 197284914 1758011392 160364 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071439478 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/3694/statm: 429202 160364 1910 14 0 415949 0
[pid=3694/tid=3695] ppid=3692 vsize=1716808 CPUtime=16.75
/proc/3694/task/3695/stat : 3695 (java) S 3692 3694 3648 0 -1 64 73008 0 0 0 1635 40 0 0 16 0 13 0 197284918 1758011392 160364 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3694/tid=3696] ppid=3692 vsize=1716808 CPUtime=16.67
/proc/3694/task/3696/stat : 3696 (java) S 3692 3694 3648 0 -1 64 72680 0 0 0 1629 38 0 0 16 0 13 0 197284918 1758011392 160364 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3694/tid=3697] ppid=3692 vsize=1716808 CPUtime=0.6
/proc/3694/task/3697/stat : 3697 (java) S 3692 3694 3648 0 -1 64 338 0 0 0 32 28 0 0 16 0 13 0 197284920 1758011392 160364 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=3694/tid=3698] ppid=3692 vsize=1716808 CPUtime=0
/proc/3694/task/3698/stat : 3698 (java) S 3692 3694 3648 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 197284921 1758011392 160364 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3694/tid=3699] ppid=3692 vsize=1716808 CPUtime=0
/proc/3694/task/3699/stat : 3699 (java) S 3692 3694 3648 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 197284921 1758011392 160364 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3694/tid=3700] ppid=3692 vsize=1716808 CPUtime=0
/proc/3694/task/3700/stat : 3700 (java) S 3692 3694 3648 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 197284924 1758011392 160364 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3694/tid=3701] ppid=3692 vsize=1716808 CPUtime=0
/proc/3694/task/3701/stat : 3701 (java) S 3692 3694 3648 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 197284924 1758011392 160364 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3694/tid=3702] ppid=3692 vsize=1716808 CPUtime=0.65
/proc/3694/task/3702/stat : 3702 (java) S 3692 3694 3648 0 -1 64 691 0 0 0 65 0 0 0 17 0 13 0 197284924 1758011392 160364 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3694/tid=3703] ppid=3692 vsize=1716808 CPUtime=1.45
/proc/3694/task/3703/stat : 3703 (java) S 3692 3694 3648 0 -1 64 5351 0 0 0 144 1 0 0 16 0 13 0 197284924 1758011392 160364 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3694/tid=3704] ppid=3692 vsize=1716808 CPUtime=0
/proc/3694/task/3704/stat : 3704 (java) S 3692 3694 3648 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 197284924 1758011392 160364 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3694/tid=3705] ppid=3692 vsize=1716808 CPUtime=0
/proc/3694/task/3705/stat : 3705 (java) S 3692 3694 3648 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 197284924 1758011392 160364 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3694/tid=3706] ppid=3692 vsize=1716808 CPUtime=0
/proc/3694/task/3706/stat : 3706 (java) S 3692 3694 3648 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 197285149 1758011392 160364 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1798.5
Current children cumulated vsize (Kb) 1716808

[startup+1782.4 s]
/proc/loadavg: 1.00 1.00 0.99 2/76 3708
/proc/meminfo: memFree=1206656/2055920 swapFree=4181380/4192956
[pid=3694] ppid=3692 vsize=1716808 CPUtime=1799.52
/proc/3694/stat : 3694 (java) R 3692 3694 3648 0 -1 0 278947 0 1 0 179779 173 0 0 24 0 13 0 197284914 1758011392 160388 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071752994 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/3694/statm: 429202 160388 1910 14 0 415949 0
[pid=3694/tid=3695] ppid=3692 vsize=1716808 CPUtime=16.77
/proc/3694/task/3695/stat : 3695 (java) S 3692 3694 3648 0 -1 64 73030 0 0 0 1637 40 0 0 17 0 13 0 197284918 1758011392 160388 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3694/tid=3696] ppid=3692 vsize=1716808 CPUtime=16.69
/proc/3694/task/3696/stat : 3696 (java) S 3692 3694 3648 0 -1 64 72683 0 0 0 1631 38 0 0 16 0 13 0 197284918 1758011392 160388 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3694/tid=3697] ppid=3692 vsize=1716808 CPUtime=0.6
/proc/3694/task/3697/stat : 3697 (java) S 3692 3694 3648 0 -1 64 338 0 0 0 32 28 0 0 16 0 13 0 197284920 1758011392 160388 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=3694/tid=3698] ppid=3692 vsize=1716808 CPUtime=0
/proc/3694/task/3698/stat : 3698 (java) S 3692 3694 3648 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 197284921 1758011392 160388 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3694/tid=3699] ppid=3692 vsize=1716808 CPUtime=0
/proc/3694/task/3699/stat : 3699 (java) S 3692 3694 3648 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 197284921 1758011392 160388 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3694/tid=3700] ppid=3692 vsize=1716808 CPUtime=0
/proc/3694/task/3700/stat : 3700 (java) S 3692 3694 3648 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 197284924 1758011392 160388 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3694/tid=3701] ppid=3692 vsize=1716808 CPUtime=0
/proc/3694/task/3701/stat : 3701 (java) S 3692 3694 3648 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 197284924 1758011392 160388 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3694/tid=3702] ppid=3692 vsize=1716808 CPUtime=0.65
/proc/3694/task/3702/stat : 3702 (java) S 3692 3694 3648 0 -1 64 691 0 0 0 65 0 0 0 17 0 13 0 197284924 1758011392 160388 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3694/tid=3703] ppid=3692 vsize=1716808 CPUtime=1.45
/proc/3694/task/3703/stat : 3703 (java) S 3692 3694 3648 0 -1 64 5351 0 0 0 144 1 0 0 16 0 13 0 197284924 1758011392 160388 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3694/tid=3704] ppid=3692 vsize=1716808 CPUtime=0
/proc/3694/task/3704/stat : 3704 (java) S 3692 3694 3648 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 197284924 1758011392 160388 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3694/tid=3705] ppid=3692 vsize=1716808 CPUtime=0
/proc/3694/task/3705/stat : 3705 (java) S 3692 3694 3648 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 197284924 1758011392 160388 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3694/tid=3706] ppid=3692 vsize=1716808 CPUtime=0
/proc/3694/task/3706/stat : 3706 (java) S 3692 3694 3648 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 197285149 1758011392 160388 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1799.52
Current children cumulated vsize (Kb) 1716808

[startup+1783.41 s]
/proc/loadavg: 1.00 1.00 0.99 2/76 3708
/proc/meminfo: memFree=1206336/2055920 swapFree=4181380/4192956
[pid=3694] ppid=3692 vsize=1716808 CPUtime=1800.54
/proc/3694/stat : 3694 (java) R 3692 3694 3648 0 -1 0 279020 0 1 0 179881 173 0 0 25 0 13 0 197284914 1758011392 160459 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071437098 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/3694/statm: 429202 160459 1910 14 0 415949 0
[pid=3694/tid=3695] ppid=3692 vsize=1716808 CPUtime=16.78
/proc/3694/task/3695/stat : 3695 (java) S 3692 3694 3648 0 -1 64 73082 0 0 0 1638 40 0 0 16 0 13 0 197284918 1758011392 160459 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3694/tid=3696] ppid=3692 vsize=1716808 CPUtime=16.7
/proc/3694/task/3696/stat : 3696 (java) S 3692 3694 3648 0 -1 64 72703 0 0 0 1632 38 0 0 16 0 13 0 197284918 1758011392 160459 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3694/tid=3697] ppid=3692 vsize=1716808 CPUtime=0.6
/proc/3694/task/3697/stat : 3697 (java) S 3692 3694 3648 0 -1 64 338 0 0 0 32 28 0 0 16 0 13 0 197284920 1758011392 160459 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=3694/tid=3698] ppid=3692 vsize=1716808 CPUtime=0
/proc/3694/task/3698/stat : 3698 (java) S 3692 3694 3648 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 197284921 1758011392 160459 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3694/tid=3699] ppid=3692 vsize=1716808 CPUtime=0
/proc/3694/task/3699/stat : 3699 (java) S 3692 3694 3648 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 197284921 1758011392 160459 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3694/tid=3700] ppid=3692 vsize=1716808 CPUtime=0
/proc/3694/task/3700/stat : 3700 (java) S 3692 3694 3648 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 197284924 1758011392 160459 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3694/tid=3701] ppid=3692 vsize=1716808 CPUtime=0
/proc/3694/task/3701/stat : 3701 (java) S 3692 3694 3648 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 197284924 1758011392 160459 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3694/tid=3702] ppid=3692 vsize=1716808 CPUtime=0.65
/proc/3694/task/3702/stat : 3702 (java) S 3692 3694 3648 0 -1 64 691 0 0 0 65 0 0 0 17 0 13 0 197284924 1758011392 160459 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3694/tid=3703] ppid=3692 vsize=1716808 CPUtime=1.45
/proc/3694/task/3703/stat : 3703 (java) S 3692 3694 3648 0 -1 64 5351 0 0 0 144 1 0 0 16 0 13 0 197284924 1758011392 160459 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3694/tid=3704] ppid=3692 vsize=1716808 CPUtime=0
/proc/3694/task/3704/stat : 3704 (java) S 3692 3694 3648 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 197284924 1758011392 160459 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3694/tid=3705] ppid=3692 vsize=1716808 CPUtime=0
/proc/3694/task/3705/stat : 3705 (java) S 3692 3694 3648 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 197284924 1758011392 160459 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3694/tid=3706] ppid=3692 vsize=1716808 CPUtime=0
/proc/3694/task/3706/stat : 3706 (java) S 3692 3694 3648 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 197285149 1758011392 160459 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.54
Current children cumulated vsize (Kb) 1716808



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1783.41 s]
/proc/loadavg: 1.00 1.00 0.99 2/76 3708
/proc/meminfo: memFree=1206336/2055920 swapFree=4181380/4192956
[pid=3694] ppid=3692 vsize=1716808 CPUtime=1800.55
/proc/3694/stat : 3694 (java) R 3692 3694 3648 0 -1 0 279020 0 1 0 179882 173 0 0 25 0 13 0 197284914 1758011392 160459 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071437170 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/3694/statm: 429202 160459 1910 14 0 415949 0
[pid=3694/tid=3695] ppid=3692 vsize=1716808 CPUtime=16.78
/proc/3694/task/3695/stat : 3695 (java) S 3692 3694 3648 0 -1 64 73082 0 0 0 1638 40 0 0 16 0 13 0 197284918 1758011392 160459 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3694/tid=3696] ppid=3692 vsize=1716808 CPUtime=16.7
/proc/3694/task/3696/stat : 3696 (java) S 3692 3694 3648 0 -1 64 72703 0 0 0 1632 38 0 0 16 0 13 0 197284918 1758011392 160459 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3694/tid=3697] ppid=3692 vsize=1716808 CPUtime=0.6
/proc/3694/task/3697/stat : 3697 (java) S 3692 3694 3648 0 -1 64 338 0 0 0 32 28 0 0 16 0 13 0 197284920 1758011392 160459 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=3694/tid=3698] ppid=3692 vsize=1716808 CPUtime=0
/proc/3694/task/3698/stat : 3698 (java) S 3692 3694 3648 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 197284921 1758011392 160459 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3694/tid=3699] ppid=3692 vsize=1716808 CPUtime=0
/proc/3694/task/3699/stat : 3699 (java) S 3692 3694 3648 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 197284921 1758011392 160459 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3694/tid=3700] ppid=3692 vsize=1716808 CPUtime=0
/proc/3694/task/3700/stat : 3700 (java) S 3692 3694 3648 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 197284924 1758011392 160459 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3694/tid=3701] ppid=3692 vsize=1716808 CPUtime=0
/proc/3694/task/3701/stat : 3701 (java) S 3692 3694 3648 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 197284924 1758011392 160459 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3694/tid=3702] ppid=3692 vsize=1716808 CPUtime=0.65
/proc/3694/task/3702/stat : 3702 (java) S 3692 3694 3648 0 -1 64 691 0 0 0 65 0 0 0 17 0 13 0 197284924 1758011392 160459 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3694/tid=3703] ppid=3692 vsize=1716808 CPUtime=1.45
/proc/3694/task/3703/stat : 3703 (java) S 3692 3694 3648 0 -1 64 5351 0 0 0 144 1 0 0 16 0 13 0 197284924 1758011392 160459 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3694/tid=3704] ppid=3692 vsize=1716808 CPUtime=0
/proc/3694/task/3704/stat : 3704 (java) S 3692 3694 3648 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 197284924 1758011392 160459 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3694/tid=3705] ppid=3692 vsize=1716808 CPUtime=0
/proc/3694/task/3705/stat : 3705 (java) S 3692 3694 3648 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 197284924 1758011392 160459 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3694/tid=3706] ppid=3692 vsize=1716808 CPUtime=0
/proc/3694/task/3706/stat : 3706 (java) S 3692 3694 3648 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 197285149 1758011392 160459 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.55
Current children cumulated vsize (Kb) 1716808

Sending SIGTERM to -3694
Sleeping 2 seconds

Child status: 143
Real time (s): 1783.58
CPU time (s): 1800.71
CPU user time (s): 1798.87
CPU system time (s): 1.83572
CPU usage (%): 100.96
Max. virtual memory (cumulated for all children) (Kb): 1719752

Launcher Data (download as text)

Begin job on node11 on Sat Jun  3 06:30:24 UTC 2006


FILE ID= 43336-1149316224

PBS_JOBID= 308338

BENCH NAME= HOME/pub/bench/PB06//final/normalized-PB06/OPT-BIGINT/mps-v2-20-10/MIPLIB/miplib2003/normalized-mps-v2-20-10-roll3000.opb
COMMAND LINE= java -server -Xms1500M -Xmx1500M -jar ROOT/solvers/PB/PB06final/user5/sat4jPseudoHeuristics.jar ROOT/tmp/node11/43336-1149316224/instance-43336-1149316224.opb 414132078
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node11/watcher-43336-1149316224 -o ROOT/results/node11/solver-43336-1149316224 -C 1800 -M 1800 -S 64  java -server -Xms1500M -Xmx1500M -jar ROOT/solvers/PB/PB06final/user5/sat4jPseudoHeuristics.jar ROOT/tmp/node11/43336-1149316224/instance-43336-1149316224.opb 414132078

MD5SUM SOLVER= 3cef94aa015dc0dd234d31843a257d70
MD5SUM BENCH=  553e03f28bab227c11d33a47edd1fb32

RANDOM SEED= 414132078


/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.222
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.222
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:       1843176 kB
Buffers:         13164 kB
Cached:         131816 kB
SwapCached:       3260 kB
Active:          14612 kB
Inactive:       139044 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1843176 kB
SwapTotal:     4192956 kB
SwapFree:      4181380 kB
Dirty:             184 kB
Writeback:           0 kB
Mapped:          14740 kB
Slab:            45028 kB
Committed_AS:   357560 kB
PageTables:       1484 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB


End job on node11 on Sat Jun  3 07:00:07 UTC 2006