Trace number 43144

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.32 1774.51

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/plato.asu.edu/
pub/milp/normalized-mps-v2-20-10-bc1.opb
MD5SUM7349a3a829e674d501313aed23f34764
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 variables27730
Total number of constraints3375
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)84
Number of constraints which are nor clauses,nor cardinality constraints3291
Minimum length of a constraint3
Maximum length of a constraint5701
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 1073741824000000000000000000
Number of bits of the biggest number in a constraint 90
Biggest sum of numbers in a constraint 3221975665359866949148487122
Number of bits of the biggest sum of numbers92
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.20	c Cutting planes based inference
0.20	c --- Begin Solver configuration ---
0.20	c org.sat4j.minisat.uip.FirstUIP@1df073d
0.20	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@1546e25
0.20	c org.sat4j.minisat.learning.MiniSATLearning@b66cc
0.20	c conflictBoundIncFactor=1.5 learntBoundIncFactor=1.1 initLearntBoundConstraintFactor=10000.0 initConflictBound=100 
0.20	c VSIDS like heuristics from MiniSAT using a heap
0.20	c No reason simplification
0.20	c --- End Solver configuration ---
0.21	c solving ROOT/tmp/node10/43144-1149305172/instance-43144-1149305172.opb
0.21	c reading problem ... 
41.19	c ... done. Time 40.983 ms.
41.19	c #vars     27730
41.19	c #constraints  4160
1774.39	c starts		: 1
1774.39	c conflicts		: 16
1774.39	c decisions		: 201
1774.39	c propagations		: 14963
1774.39	c inspects		: 4525853
1774.39	c learnt literals	: 0
1774.39	c learnt binary clauses	: 0
1774.39	c learnt ternary clauses	: 0
1774.39	c learnt clauses	: 15
1774.39	c root simplifications	: 0
1774.39	c removed literals (reason simplification)	: 0
1774.39	c reason swapping (by a shorter reason)	: 0
1774.39	c Calls to reduceDB	: 0
1774.39	c speed (decisions/second)	: 0.11597347034742998
1774.39	c non guided choices	0
1774.39	s UNKNOWN
1774.39	c Total wall clock time (ms): 1774.182

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

Current StackSize limit: 67108864 bytes

/proc/loadavg: 1.00 1.01 1.00 2/64 26369
/proc/meminfo: memFree=1331776/2055920 swapFree=4181412/4192956
[pid=26369] ppid=26367 vsize=1784 CPUtime=0
/proc/26369/stat : 26369 (java) D 26367 26369 26323 0 -1 0 166 0 0 0 0 0 0 0 18 0 1 0 196180110 1826816 137 18446744073709551615 134512640 134570276 4294956608 18446744073709551615 4294960144 0 2147483391 4096 0 18446744072099781622 0 0 17 1 0 0
/proc/26369/statm: 446 137 102 14 0 91 0

[startup+10.0028 s]
/proc/loadavg: 1.00 1.01 1.00 2/75 26380
/proc/meminfo: memFree=1097600/2055920 swapFree=4181412/4192956
[pid=26369] ppid=26367 vsize=1711868 CPUtime=11.53
/proc/26369/stat : 26369 (java) R 26367 26369 26323 0 -1 0 63328 0 1 0 1121 32 0 0 21 0 12 0 196180110 1752952832 60338 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071423878 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26369/statm: 427967 60338 1887 14 0 414714 0
[pid=26369/tid=26370] ppid=26367 vsize=1711868 CPUtime=0.98
/proc/26369/task/26370/stat : 26370 (java) S 26367 26369 26323 0 -1 64 12130 0 0 0 92 6 0 0 16 0 12 0 196180114 1752952832 60338 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26369/tid=26371] ppid=26367 vsize=1711868 CPUtime=0.97
/proc/26369/task/26371/stat : 26371 (java) S 26367 26369 26323 0 -1 64 13141 0 0 0 91 6 0 0 16 0 12 0 196180114 1752952832 60338 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26369/tid=26372] ppid=26367 vsize=1711868 CPUtime=0
/proc/26369/task/26372/stat : 26372 (java) S 26367 26369 26323 0 -1 64 18 0 0 0 0 0 0 0 16 0 12 0 196180116 1752952832 60338 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=26369/tid=26373] ppid=26367 vsize=1711868 CPUtime=0
/proc/26369/task/26373/stat : 26373 (java) S 26367 26369 26323 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 196180117 1752952832 60338 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26369/tid=26374] ppid=26367 vsize=1711868 CPUtime=0
/proc/26369/task/26374/stat : 26374 (java) S 26367 26369 26323 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 196180117 1752952832 60338 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26369/tid=26375] ppid=26367 vsize=1711868 CPUtime=0
/proc/26369/task/26375/stat : 26375 (java) S 26367 26369 26323 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 196180120 1752952832 60338 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26369/tid=26376] ppid=26367 vsize=1711868 CPUtime=0
/proc/26369/task/26376/stat : 26376 (java) S 26367 26369 26323 0 -1 64 4 0 0 0 0 0 0 0 17 0 12 0 196180120 1752952832 60338 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26369/tid=26377] ppid=26367 vsize=1711868 CPUtime=0.39
/proc/26369/task/26377/stat : 26377 (java) S 26367 26369 26323 0 -1 64 1181 0 0 0 39 0 0 0 17 0 12 0 196180120 1752952832 60338 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26369/tid=26378] ppid=26367 vsize=1711868 CPUtime=0.32
/proc/26369/task/26378/stat : 26378 (java) S 26367 26369 26323 0 -1 64 351 0 0 0 32 0 0 0 16 0 12 0 196180120 1752952832 60338 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26369/tid=26379] ppid=26367 vsize=1711868 CPUtime=0
/proc/26369/task/26379/stat : 26379 (java) S 26367 26369 26323 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 196180120 1752952832 60338 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26369/tid=26380] ppid=26367 vsize=1711868 CPUtime=0
/proc/26369/task/26380/stat : 26380 (java) S 26367 26369 26323 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 196180120 1752952832 60338 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 11.53
Current children cumulated vsize (Kb) 1711868

[startup+20.0101 s]
/proc/loadavg: 1.00 1.00 1.00 2/75 26380
/proc/meminfo: memFree=943944/2055920 swapFree=4181412/4192956
[pid=26369] ppid=26367 vsize=1711284 CPUtime=22.85
/proc/26369/stat : 26369 (java) R 26367 26369 26323 0 -1 0 109980 0 1 0 2229 56 0 0 22 0 12 0 196180110 1752354816 98762 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26369/statm: 427821 98762 1887 14 0 414568 0
[pid=26369/tid=26370] ppid=26367 vsize=1711284 CPUtime=2.27
/proc/26369/task/26370/stat : 26370 (java) S 26367 26369 26323 0 -1 64 37241 0 0 0 209 18 0 0 16 0 12 0 196180114 1752354816 98762 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26369/tid=26371] ppid=26367 vsize=1711284 CPUtime=2.27
/proc/26369/task/26371/stat : 26371 (java) S 26367 26369 26323 0 -1 64 34670 0 0 0 211 16 0 0 17 0 12 0 196180114 1752354816 98762 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26369/tid=26372] ppid=26367 vsize=1711284 CPUtime=0
/proc/26369/task/26372/stat : 26372 (java) S 26367 26369 26323 0 -1 64 19 0 0 0 0 0 0 0 16 0 12 0 196180116 1752354816 98762 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=26369/tid=26373] ppid=26367 vsize=1711284 CPUtime=0
/proc/26369/task/26373/stat : 26373 (java) S 26367 26369 26323 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 196180117 1752354816 98762 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26369/tid=26374] ppid=26367 vsize=1711284 CPUtime=0
/proc/26369/task/26374/stat : 26374 (java) S 26367 26369 26323 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 196180117 1752354816 98762 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26369/tid=26375] ppid=26367 vsize=1711284 CPUtime=0
/proc/26369/task/26375/stat : 26375 (java) S 26367 26369 26323 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 196180120 1752354816 98762 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26369/tid=26376] ppid=26367 vsize=1711284 CPUtime=0
/proc/26369/task/26376/stat : 26376 (java) S 26367 26369 26323 0 -1 64 4 0 0 0 0 0 0 0 17 0 12 0 196180120 1752354816 98762 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26369/tid=26377] ppid=26367 vsize=1711284 CPUtime=0.4
/proc/26369/task/26377/stat : 26377 (java) S 26367 26369 26323 0 -1 64 1182 0 0 0 40 0 0 0 16 0 12 0 196180120 1752354816 98762 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26369/tid=26378] ppid=26367 vsize=1711284 CPUtime=0.32
/proc/26369/task/26378/stat : 26378 (java) S 26367 26369 26323 0 -1 64 351 0 0 0 32 0 0 0 17 0 12 0 196180120 1752354816 98762 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26369/tid=26379] ppid=26367 vsize=1711284 CPUtime=0
/proc/26369/task/26379/stat : 26379 (java) S 26367 26369 26323 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 196180120 1752354816 98762 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26369/tid=26380] ppid=26367 vsize=1711284 CPUtime=0
/proc/26369/task/26380/stat : 26380 (java) S 26367 26369 26323 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 196180120 1752354816 98762 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 22.85
Current children cumulated vsize (Kb) 1711284

[startup+30.0175 s]
/proc/loadavg: 1.00 1.00 1.00 2/75 26380
/proc/meminfo: memFree=804360/2055920 swapFree=4181412/4192956
[pid=26369] ppid=26367 vsize=1711284 CPUtime=33.91
/proc/26369/stat : 26369 (java) R 26367 26369 26323 0 -1 0 150219 0 1 0 3314 77 0 0 17 0 12 0 196180110 1752354816 133614 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071417548 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26369/statm: 427821 133614 1887 14 0 414568 0
[pid=26369/tid=26370] ppid=26367 vsize=1711284 CPUtime=3.31
/proc/26369/task/26370/stat : 26370 (java) S 26367 26369 26323 0 -1 64 58240 0 0 0 303 28 0 0 18 0 12 0 196180114 1752354816 133614 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26369/tid=26371] ppid=26367 vsize=1711284 CPUtime=3.31
/proc/26369/task/26371/stat : 26371 (java) S 26367 26369 26323 0 -1 64 53894 0 0 0 306 25 0 0 16 0 12 0 196180114 1752354816 133614 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26369/tid=26372] ppid=26367 vsize=1711284 CPUtime=0
/proc/26369/task/26372/stat : 26372 (java) S 26367 26369 26323 0 -1 64 21 0 0 0 0 0 0 0 15 0 12 0 196180116 1752354816 133614 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=26369/tid=26373] ppid=26367 vsize=1711284 CPUtime=0
/proc/26369/task/26373/stat : 26373 (java) S 26367 26369 26323 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 196180117 1752354816 133614 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26369/tid=26374] ppid=26367 vsize=1711284 CPUtime=0
/proc/26369/task/26374/stat : 26374 (java) S 26367 26369 26323 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 196180117 1752354816 133614 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26369/tid=26375] ppid=26367 vsize=1711284 CPUtime=0
/proc/26369/task/26375/stat : 26375 (java) S 26367 26369 26323 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 196180120 1752354816 133614 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26369/tid=26376] ppid=26367 vsize=1711284 CPUtime=0
/proc/26369/task/26376/stat : 26376 (java) S 26367 26369 26323 0 -1 64 4 0 0 0 0 0 0 0 17 0 12 0 196180120 1752354816 133614 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26369/tid=26377] ppid=26367 vsize=1711284 CPUtime=0.42
/proc/26369/task/26377/stat : 26377 (java) S 26367 26369 26323 0 -1 64 1182 0 0 0 42 0 0 0 16 0 12 0 196180120 1752354816 133614 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26369/tid=26378] ppid=26367 vsize=1711284 CPUtime=0.34
/proc/26369/task/26378/stat : 26378 (java) S 26367 26369 26323 0 -1 64 353 0 0 0 34 0 0 0 16 0 12 0 196180120 1752354816 133614 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26369/tid=26379] ppid=26367 vsize=1711284 CPUtime=0
/proc/26369/task/26379/stat : 26379 (java) S 26367 26369 26323 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 196180120 1752354816 133614 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26369/tid=26380] ppid=26367 vsize=1711284 CPUtime=0
/proc/26369/task/26380/stat : 26380 (java) S 26367 26369 26323 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 196180120 1752354816 133614 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 33.91
Current children cumulated vsize (Kb) 1711284

[startup+40.0249 s]
/proc/loadavg: 1.00 1.00 1.00 2/75 26380
/proc/meminfo: memFree=659400/2055920 swapFree=4181412/4192956
[pid=26369] ppid=26367 vsize=1711284 CPUtime=45
/proc/26369/stat : 26369 (java) R 26367 26369 26323 0 -1 0 192379 0 1 0 4402 98 0 0 19 0 12 0 196180110 1752354816 169780 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071409517 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26369/statm: 427821 169780 1887 14 0 414568 0
[pid=26369/tid=26370] ppid=26367 vsize=1711284 CPUtime=4.39
/proc/26369/task/26370/stat : 26370 (java) S 26367 26369 26323 0 -1 64 76230 0 0 0 403 36 0 0 18 0 12 0 196180114 1752354816 169780 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26369/tid=26371] ppid=26367 vsize=1711284 CPUtime=4.4
/proc/26369/task/26371/stat : 26371 (java) S 26367 26369 26323 0 -1 64 78057 0 0 0 405 35 0 0 16 0 12 0 196180114 1752354816 169780 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26369/tid=26372] ppid=26367 vsize=1711284 CPUtime=0
/proc/26369/task/26372/stat : 26372 (java) S 26367 26369 26323 0 -1 64 21 0 0 0 0 0 0 0 15 0 12 0 196180116 1752354816 169780 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=26369/tid=26373] ppid=26367 vsize=1711284 CPUtime=0
/proc/26369/task/26373/stat : 26373 (java) S 26367 26369 26323 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 196180117 1752354816 169780 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26369/tid=26374] ppid=26367 vsize=1711284 CPUtime=0
/proc/26369/task/26374/stat : 26374 (java) S 26367 26369 26323 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 196180117 1752354816 169780 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26369/tid=26375] ppid=26367 vsize=1711284 CPUtime=0
/proc/26369/task/26375/stat : 26375 (java) S 26367 26369 26323 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 196180120 1752354816 169780 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26369/tid=26376] ppid=26367 vsize=1711284 CPUtime=0
/proc/26369/task/26376/stat : 26376 (java) S 26367 26369 26323 0 -1 64 4 0 0 0 0 0 0 0 17 0 12 0 196180120 1752354816 169780 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26369/tid=26377] ppid=26367 vsize=1711284 CPUtime=0.42
/proc/26369/task/26377/stat : 26377 (java) S 26367 26369 26323 0 -1 64 1182 0 0 0 42 0 0 0 16 0 12 0 196180120 1752354816 169780 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26369/tid=26378] ppid=26367 vsize=1711284 CPUtime=0.34
/proc/26369/task/26378/stat : 26378 (java) S 26367 26369 26323 0 -1 64 353 0 0 0 34 0 0 0 16 0 12 0 196180120 1752354816 169780 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26369/tid=26379] ppid=26367 vsize=1711284 CPUtime=0
/proc/26369/task/26379/stat : 26379 (java) S 26367 26369 26323 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 196180120 1752354816 169780 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26369/tid=26380] ppid=26367 vsize=1711284 CPUtime=0
/proc/26369/task/26380/stat : 26380 (java) S 26367 26369 26323 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 196180120 1752354816 169780 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 45
Current children cumulated vsize (Kb) 1711284

[startup+50.0322 s]
/proc/loadavg: 1.00 1.00 1.00 2/76 26381
/proc/meminfo: memFree=626496/2055920 swapFree=4181412/4192956
[pid=26369] ppid=26367 vsize=1711800 CPUtime=55.33
/proc/26369/stat : 26369 (java) R 26367 26369 26323 0 -1 0 202411 0 1 0 5431 102 0 0 25 0 13 0 196180110 1752883200 178018 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071522784 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26369/statm: 427950 178018 1903 14 0 414697 0
[pid=26369/tid=26370] ppid=26367 vsize=1711800 CPUtime=4.61
/proc/26369/task/26370/stat : 26370 (java) S 26367 26369 26323 0 -1 64 80783 0 0 0 423 38 0 0 16 0 13 0 196180114 1752883200 178018 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26369/tid=26371] ppid=26367 vsize=1711800 CPUtime=4.62
/proc/26369/task/26371/stat : 26371 (java) S 26367 26369 26323 0 -1 64 83331 0 0 0 425 37 0 0 16 0 13 0 196180114 1752883200 178018 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26369/tid=26372] ppid=26367 vsize=1711800 CPUtime=0
/proc/26369/task/26372/stat : 26372 (java) S 26367 26369 26323 0 -1 64 22 0 0 0 0 0 0 0 16 0 13 0 196180116 1752883200 178018 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=26369/tid=26373] ppid=26367 vsize=1711800 CPUtime=0
/proc/26369/task/26373/stat : 26373 (java) S 26367 26369 26323 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 196180117 1752883200 178018 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26369/tid=26374] ppid=26367 vsize=1711800 CPUtime=0
/proc/26369/task/26374/stat : 26374 (java) S 26367 26369 26323 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 196180117 1752883200 178018 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26369/tid=26375] ppid=26367 vsize=1711800 CPUtime=0
/proc/26369/task/26375/stat : 26375 (java) S 26367 26369 26323 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 196180120 1752883200 178018 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26369/tid=26376] ppid=26367 vsize=1711800 CPUtime=0
/proc/26369/task/26376/stat : 26376 (java) S 26367 26369 26323 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 196180120 1752883200 178018 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26369/tid=26377] ppid=26367 vsize=1711800 CPUtime=0.45
/proc/26369/task/26377/stat : 26377 (java) S 26367 26369 26323 0 -1 64 1185 0 0 0 45 0 0 0 16 0 13 0 196180120 1752883200 178018 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26369/tid=26378] ppid=26367 vsize=1711800 CPUtime=0.42
/proc/26369/task/26378/stat : 26378 (java) S 26367 26369 26323 0 -1 64 509 0 0 0 42 0 0 0 17 0 13 0 196180120 1752883200 178018 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26369/tid=26379] ppid=26367 vsize=1711800 CPUtime=0
/proc/26369/task/26379/stat : 26379 (java) S 26367 26369 26323 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 196180120 1752883200 178018 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26369/tid=26380] ppid=26367 vsize=1711800 CPUtime=0
/proc/26369/task/26380/stat : 26380 (java) S 26367 26369 26323 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 196180120 1752883200 178018 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26369/tid=26381] ppid=26367 vsize=1711800 CPUtime=0
/proc/26369/task/26381/stat : 26381 (java) S 26367 26369 26323 0 -1 64 5 0 0 0 0 0 0 0 20 0 13 0 196184334 1752883200 178018 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 55.33
Current children cumulated vsize (Kb) 1711800

[startup+60.0396 s]
/proc/loadavg: 1.00 1.00 1.00 2/76 26381
/proc/meminfo: memFree=613824/2055920 swapFree=4181412/4192956
[pid=26369] ppid=26367 vsize=1711800 CPUtime=65.47
/proc/26369/stat : 26369 (java) R 26367 26369 26323 0 -1 0 206389 0 1 0 6443 104 0 0 25 0 13 0 196180110 1752883200 181173 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071573449 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26369/statm: 427950 181173 1904 14 0 414697 0
[pid=26369/tid=26370] ppid=26367 vsize=1711800 CPUtime=4.69
/proc/26369/task/26370/stat : 26370 (java) S 26367 26369 26323 0 -1 64 83171 0 0 0 430 39 0 0 16 0 13 0 196180114 1752883200 181173 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26369/tid=26371] ppid=26367 vsize=1711800 CPUtime=4.7
/proc/26369/task/26371/stat : 26371 (java) S 26367 26369 26323 0 -1 64 84903 0 0 0 432 38 0 0 16 0 13 0 196180114 1752883200 181173 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26369/tid=26372] ppid=26367 vsize=1711800 CPUtime=0.01
/proc/26369/task/26372/stat : 26372 (java) S 26367 26369 26323 0 -1 64 22 0 0 0 1 0 0 0 15 0 13 0 196180116 1752883200 181173 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=26369/tid=26373] ppid=26367 vsize=1711800 CPUtime=0
/proc/26369/task/26373/stat : 26373 (java) S 26367 26369 26323 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 196180117 1752883200 181173 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26369/tid=26374] ppid=26367 vsize=1711800 CPUtime=0
/proc/26369/task/26374/stat : 26374 (java) S 26367 26369 26323 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 196180117 1752883200 181173 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26369/tid=26375] ppid=26367 vsize=1711800 CPUtime=0
/proc/26369/task/26375/stat : 26375 (java) S 26367 26369 26323 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 196180120 1752883200 181173 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26369/tid=26376] ppid=26367 vsize=1711800 CPUtime=0
/proc/26369/task/26376/stat : 26376 (java) S 26367 26369 26323 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 196180120 1752883200 181173 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26369/tid=26377] ppid=26367 vsize=1711800 CPUtime=0.46
/proc/26369/task/26377/stat : 26377 (java) S 26367 26369 26323 0 -1 64 1187 0 0 0 46 0 0 0 16 0 13 0 196180120 1752883200 181173 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26369/tid=26378] ppid=26367 vsize=1711800 CPUtime=0.46
/proc/26369/task/26378/stat : 26378 (java) S 26367 26369 26323 0 -1 64 514 0 0 0 46 0 0 0 15 0 13 0 196180120 1752883200 181173 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26369/tid=26379] ppid=26367 vsize=1711800 CPUtime=0
/proc/26369/task/26379/stat : 26379 (java) S 26367 26369 26323 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 196180120 1752883200 181173 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0

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

[pid=26369/tid=26373] ppid=26367 vsize=1713120 CPUtime=0
/proc/26369/task/26373/stat : 26373 (java) S 26367 26369 26323 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 196180117 1754234880 207361 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26369/tid=26374] ppid=26367 vsize=1713120 CPUtime=0
/proc/26369/task/26374/stat : 26374 (java) S 26367 26369 26323 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 196180117 1754234880 207361 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26369/tid=26375] ppid=26367 vsize=1713120 CPUtime=0
/proc/26369/task/26375/stat : 26375 (java) S 26367 26369 26323 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 196180120 1754234880 207361 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26369/tid=26376] ppid=26367 vsize=1713120 CPUtime=0.01
/proc/26369/task/26376/stat : 26376 (java) S 26367 26369 26323 0 -1 64 4 0 0 0 1 0 0 0 16 0 13 0 196180120 1754234880 207361 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26369/tid=26377] ppid=26367 vsize=1713120 CPUtime=0.8
/proc/26369/task/26377/stat : 26377 (java) S 26367 26369 26323 0 -1 64 1574 0 0 0 80 0 0 0 16 0 13 0 196180120 1754234880 207361 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26369/tid=26378] ppid=26367 vsize=1713120 CPUtime=0.84
/proc/26369/task/26378/stat : 26378 (java) S 26367 26369 26323 0 -1 64 1547 0 0 0 84 0 0 0 17 0 13 0 196180120 1754234880 207361 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26369/tid=26379] ppid=26367 vsize=1713120 CPUtime=0
/proc/26369/task/26379/stat : 26379 (java) S 26367 26369 26323 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 196180120 1754234880 207361 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26369/tid=26380] ppid=26367 vsize=1713120 CPUtime=0
/proc/26369/task/26380/stat : 26380 (java) S 26367 26369 26323 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 196180120 1754234880 207361 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26369/tid=26381] ppid=26367 vsize=1713120 CPUtime=0
/proc/26369/task/26381/stat : 26381 (java) S 26367 26369 26323 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 196184334 1754234880 207361 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1796.11
Current children cumulated vsize (Kb) 1713120

[startup+1771.36 s]
/proc/loadavg: 1.00 1.00 1.00 2/76 26383
/proc/meminfo: memFree=507968/2055920 swapFree=4181412/4192956
[pid=26369] ppid=26367 vsize=1713120 CPUtime=1797.13
/proc/26369/stat : 26369 (java) R 26367 26369 26323 0 -1 0 248101 0 1 0 179491 222 0 0 18 0 13 0 196180110 1754234880 207361 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071424014 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26369/statm: 428280 207361 1908 14 0 415027 0
[pid=26369/tid=26370] ppid=26367 vsize=1713120 CPUtime=25.34
/proc/26369/task/26370/stat : 26370 (java) S 26367 26369 26323 0 -1 64 100617 0 0 0 2459 75 0 0 16 0 13 0 196180114 1754234880 207361 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26369/tid=26371] ppid=26367 vsize=1713120 CPUtime=25.5
/proc/26369/task/26371/stat : 26371 (java) S 26367 26369 26323 0 -1 64 101099 0 0 0 2468 82 0 0 16 0 13 0 196180114 1754234880 207361 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26369/tid=26372] ppid=26367 vsize=1713120 CPUtime=0.6
/proc/26369/task/26372/stat : 26372 (java) S 26367 26369 26323 0 -1 64 30 0 0 0 37 23 0 0 15 0 13 0 196180116 1754234880 207361 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=26369/tid=26373] ppid=26367 vsize=1713120 CPUtime=0
/proc/26369/task/26373/stat : 26373 (java) S 26367 26369 26323 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 196180117 1754234880 207361 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26369/tid=26374] ppid=26367 vsize=1713120 CPUtime=0
/proc/26369/task/26374/stat : 26374 (java) S 26367 26369 26323 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 196180117 1754234880 207361 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26369/tid=26375] ppid=26367 vsize=1713120 CPUtime=0
/proc/26369/task/26375/stat : 26375 (java) S 26367 26369 26323 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 196180120 1754234880 207361 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26369/tid=26376] ppid=26367 vsize=1713120 CPUtime=0.01
/proc/26369/task/26376/stat : 26376 (java) S 26367 26369 26323 0 -1 64 4 0 0 0 1 0 0 0 16 0 13 0 196180120 1754234880 207361 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26369/tid=26377] ppid=26367 vsize=1713120 CPUtime=0.8
/proc/26369/task/26377/stat : 26377 (java) S 26367 26369 26323 0 -1 64 1574 0 0 0 80 0 0 0 16 0 13 0 196180120 1754234880 207361 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26369/tid=26378] ppid=26367 vsize=1713120 CPUtime=0.84
/proc/26369/task/26378/stat : 26378 (java) S 26367 26369 26323 0 -1 64 1547 0 0 0 84 0 0 0 17 0 13 0 196180120 1754234880 207361 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26369/tid=26379] ppid=26367 vsize=1713120 CPUtime=0
/proc/26369/task/26379/stat : 26379 (java) S 26367 26369 26323 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 196180120 1754234880 207361 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26369/tid=26380] ppid=26367 vsize=1713120 CPUtime=0
/proc/26369/task/26380/stat : 26380 (java) S 26367 26369 26323 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 196180120 1754234880 207361 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26369/tid=26381] ppid=26367 vsize=1713120 CPUtime=0
/proc/26369/task/26381/stat : 26381 (java) S 26367 26369 26323 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 196184334 1754234880 207361 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1797.13
Current children cumulated vsize (Kb) 1713120

[startup+1772.37 s]
/proc/loadavg: 1.00 1.00 1.00 2/76 26383
/proc/meminfo: memFree=507968/2055920 swapFree=4181412/4192956
[pid=26369] ppid=26367 vsize=1713120 CPUtime=1798.15
/proc/26369/stat : 26369 (java) R 26367 26369 26323 0 -1 0 248103 0 1 0 179593 222 0 0 16 0 13 0 196180110 1754234880 207361 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071588147 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26369/statm: 428280 207361 1908 14 0 415027 0
[pid=26369/tid=26370] ppid=26367 vsize=1713120 CPUtime=25.36
/proc/26369/task/26370/stat : 26370 (java) S 26367 26369 26323 0 -1 64 100617 0 0 0 2461 75 0 0 16 0 13 0 196180114 1754234880 207361 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26369/tid=26371] ppid=26367 vsize=1713120 CPUtime=25.52
/proc/26369/task/26371/stat : 26371 (java) S 26367 26369 26323 0 -1 64 101099 0 0 0 2470 82 0 0 16 0 13 0 196180114 1754234880 207361 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26369/tid=26372] ppid=26367 vsize=1713120 CPUtime=0.6
/proc/26369/task/26372/stat : 26372 (java) S 26367 26369 26323 0 -1 64 30 0 0 0 37 23 0 0 15 0 13 0 196180116 1754234880 207361 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=26369/tid=26373] ppid=26367 vsize=1713120 CPUtime=0
/proc/26369/task/26373/stat : 26373 (java) S 26367 26369 26323 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 196180117 1754234880 207361 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26369/tid=26374] ppid=26367 vsize=1713120 CPUtime=0
/proc/26369/task/26374/stat : 26374 (java) S 26367 26369 26323 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 196180117 1754234880 207361 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26369/tid=26375] ppid=26367 vsize=1713120 CPUtime=0
/proc/26369/task/26375/stat : 26375 (java) S 26367 26369 26323 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 196180120 1754234880 207361 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26369/tid=26376] ppid=26367 vsize=1713120 CPUtime=0.01
/proc/26369/task/26376/stat : 26376 (java) S 26367 26369 26323 0 -1 64 4 0 0 0 1 0 0 0 16 0 13 0 196180120 1754234880 207361 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26369/tid=26377] ppid=26367 vsize=1713120 CPUtime=0.8
/proc/26369/task/26377/stat : 26377 (java) S 26367 26369 26323 0 -1 64 1574 0 0 0 80 0 0 0 16 0 13 0 196180120 1754234880 207361 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26369/tid=26378] ppid=26367 vsize=1713120 CPUtime=0.84
/proc/26369/task/26378/stat : 26378 (java) S 26367 26369 26323 0 -1 64 1547 0 0 0 84 0 0 0 17 0 13 0 196180120 1754234880 207361 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26369/tid=26379] ppid=26367 vsize=1713120 CPUtime=0
/proc/26369/task/26379/stat : 26379 (java) S 26367 26369 26323 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 196180120 1754234880 207361 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26369/tid=26380] ppid=26367 vsize=1713120 CPUtime=0
/proc/26369/task/26380/stat : 26380 (java) S 26367 26369 26323 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 196180120 1754234880 207361 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26369/tid=26381] ppid=26367 vsize=1713120 CPUtime=0
/proc/26369/task/26381/stat : 26381 (java) S 26367 26369 26323 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 196184334 1754234880 207361 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1798.15
Current children cumulated vsize (Kb) 1713120

[startup+1773.37 s]
/proc/loadavg: 1.00 1.00 1.00 2/76 26383
/proc/meminfo: memFree=507968/2055920 swapFree=4181412/4192956
[pid=26369] ppid=26367 vsize=1713120 CPUtime=1799.16
/proc/26369/stat : 26369 (java) R 26367 26369 26323 0 -1 0 248104 0 1 0 179694 222 0 0 19 0 13 0 196180110 1754234880 207361 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071424092 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26369/statm: 428280 207361 1908 14 0 415027 0
[pid=26369/tid=26370] ppid=26367 vsize=1713120 CPUtime=25.36
/proc/26369/task/26370/stat : 26370 (java) S 26367 26369 26323 0 -1 64 100617 0 0 0 2461 75 0 0 16 0 13 0 196180114 1754234880 207361 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26369/tid=26371] ppid=26367 vsize=1713120 CPUtime=25.53
/proc/26369/task/26371/stat : 26371 (java) S 26367 26369 26323 0 -1 64 101099 0 0 0 2471 82 0 0 16 0 13 0 196180114 1754234880 207361 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26369/tid=26372] ppid=26367 vsize=1713120 CPUtime=0.6
/proc/26369/task/26372/stat : 26372 (java) S 26367 26369 26323 0 -1 64 30 0 0 0 37 23 0 0 16 0 13 0 196180116 1754234880 207361 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=26369/tid=26373] ppid=26367 vsize=1713120 CPUtime=0
/proc/26369/task/26373/stat : 26373 (java) S 26367 26369 26323 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 196180117 1754234880 207361 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26369/tid=26374] ppid=26367 vsize=1713120 CPUtime=0
/proc/26369/task/26374/stat : 26374 (java) S 26367 26369 26323 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 196180117 1754234880 207361 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26369/tid=26375] ppid=26367 vsize=1713120 CPUtime=0
/proc/26369/task/26375/stat : 26375 (java) S 26367 26369 26323 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 196180120 1754234880 207361 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26369/tid=26376] ppid=26367 vsize=1713120 CPUtime=0.01
/proc/26369/task/26376/stat : 26376 (java) S 26367 26369 26323 0 -1 64 4 0 0 0 1 0 0 0 16 0 13 0 196180120 1754234880 207361 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26369/tid=26377] ppid=26367 vsize=1713120 CPUtime=0.8
/proc/26369/task/26377/stat : 26377 (java) S 26367 26369 26323 0 -1 64 1574 0 0 0 80 0 0 0 16 0 13 0 196180120 1754234880 207361 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26369/tid=26378] ppid=26367 vsize=1713120 CPUtime=0.84
/proc/26369/task/26378/stat : 26378 (java) S 26367 26369 26323 0 -1 64 1547 0 0 0 84 0 0 0 17 0 13 0 196180120 1754234880 207361 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26369/tid=26379] ppid=26367 vsize=1713120 CPUtime=0
/proc/26369/task/26379/stat : 26379 (java) S 26367 26369 26323 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 196180120 1754234880 207361 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26369/tid=26380] ppid=26367 vsize=1713120 CPUtime=0
/proc/26369/task/26380/stat : 26380 (java) S 26367 26369 26323 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 196180120 1754234880 207361 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26369/tid=26381] ppid=26367 vsize=1713120 CPUtime=0
/proc/26369/task/26381/stat : 26381 (java) S 26367 26369 26323 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 196184334 1754234880 207361 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1799.16
Current children cumulated vsize (Kb) 1713120

[startup+1774.38 s]
/proc/loadavg: 1.00 1.00 1.00 2/76 26383
/proc/meminfo: memFree=507968/2055920 swapFree=4181412/4192956
[pid=26369] ppid=26367 vsize=1713120 CPUtime=1800.18
/proc/26369/stat : 26369 (java) R 26367 26369 26323 0 -1 0 248106 0 1 0 179796 222 0 0 17 0 13 0 196180110 1754234880 207361 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071424092 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26369/statm: 428280 207361 1908 14 0 415027 0
[pid=26369/tid=26370] ppid=26367 vsize=1713120 CPUtime=25.38
/proc/26369/task/26370/stat : 26370 (java) S 26367 26369 26323 0 -1 64 100617 0 0 0 2463 75 0 0 16 0 13 0 196180114 1754234880 207361 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26369/tid=26371] ppid=26367 vsize=1713120 CPUtime=25.54
/proc/26369/task/26371/stat : 26371 (java) S 26367 26369 26323 0 -1 64 101099 0 0 0 2472 82 0 0 16 0 13 0 196180114 1754234880 207361 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26369/tid=26372] ppid=26367 vsize=1713120 CPUtime=0.6
/proc/26369/task/26372/stat : 26372 (java) S 26367 26369 26323 0 -1 64 30 0 0 0 37 23 0 0 15 0 13 0 196180116 1754234880 207361 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=26369/tid=26373] ppid=26367 vsize=1713120 CPUtime=0
/proc/26369/task/26373/stat : 26373 (java) S 26367 26369 26323 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 196180117 1754234880 207361 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26369/tid=26374] ppid=26367 vsize=1713120 CPUtime=0
/proc/26369/task/26374/stat : 26374 (java) S 26367 26369 26323 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 196180117 1754234880 207361 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26369/tid=26375] ppid=26367 vsize=1713120 CPUtime=0
/proc/26369/task/26375/stat : 26375 (java) S 26367 26369 26323 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 196180120 1754234880 207361 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26369/tid=26376] ppid=26367 vsize=1713120 CPUtime=0.01
/proc/26369/task/26376/stat : 26376 (java) S 26367 26369 26323 0 -1 64 4 0 0 0 1 0 0 0 16 0 13 0 196180120 1754234880 207361 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26369/tid=26377] ppid=26367 vsize=1713120 CPUtime=0.8
/proc/26369/task/26377/stat : 26377 (java) S 26367 26369 26323 0 -1 64 1574 0 0 0 80 0 0 0 16 0 13 0 196180120 1754234880 207361 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26369/tid=26378] ppid=26367 vsize=1713120 CPUtime=0.84
/proc/26369/task/26378/stat : 26378 (java) S 26367 26369 26323 0 -1 64 1547 0 0 0 84 0 0 0 17 0 13 0 196180120 1754234880 207361 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26369/tid=26379] ppid=26367 vsize=1713120 CPUtime=0
/proc/26369/task/26379/stat : 26379 (java) S 26367 26369 26323 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 196180120 1754234880 207361 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26369/tid=26380] ppid=26367 vsize=1713120 CPUtime=0
/proc/26369/task/26380/stat : 26380 (java) S 26367 26369 26323 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 196180120 1754234880 207361 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26369/tid=26381] ppid=26367 vsize=1713120 CPUtime=0
/proc/26369/task/26381/stat : 26381 (java) S 26367 26369 26323 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 196184334 1754234880 207361 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.18
Current children cumulated vsize (Kb) 1713120



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1774.38 s]
/proc/loadavg: 1.00 1.00 1.00 2/76 26383
/proc/meminfo: memFree=507968/2055920 swapFree=4181412/4192956
[pid=26369] ppid=26367 vsize=1713120 CPUtime=1800.18
/proc/26369/stat : 26369 (java) R 26367 26369 26323 0 -1 0 248106 0 1 0 179796 222 0 0 17 0 13 0 196180110 1754234880 207361 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071423878 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26369/statm: 428280 207361 1908 14 0 415027 0
[pid=26369/tid=26370] ppid=26367 vsize=1713120 CPUtime=25.38
/proc/26369/task/26370/stat : 26370 (java) S 26367 26369 26323 0 -1 64 100617 0 0 0 2463 75 0 0 16 0 13 0 196180114 1754234880 207361 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26369/tid=26371] ppid=26367 vsize=1713120 CPUtime=25.54
/proc/26369/task/26371/stat : 26371 (java) S 26367 26369 26323 0 -1 64 101099 0 0 0 2472 82 0 0 16 0 13 0 196180114 1754234880 207361 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26369/tid=26372] ppid=26367 vsize=1713120 CPUtime=0.6
/proc/26369/task/26372/stat : 26372 (java) S 26367 26369 26323 0 -1 64 30 0 0 0 37 23 0 0 15 0 13 0 196180116 1754234880 207361 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=26369/tid=26373] ppid=26367 vsize=1713120 CPUtime=0
/proc/26369/task/26373/stat : 26373 (java) S 26367 26369 26323 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 196180117 1754234880 207361 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26369/tid=26374] ppid=26367 vsize=1713120 CPUtime=0
/proc/26369/task/26374/stat : 26374 (java) S 26367 26369 26323 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 196180117 1754234880 207361 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26369/tid=26375] ppid=26367 vsize=1713120 CPUtime=0
/proc/26369/task/26375/stat : 26375 (java) S 26367 26369 26323 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 196180120 1754234880 207361 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26369/tid=26376] ppid=26367 vsize=1713120 CPUtime=0.01
/proc/26369/task/26376/stat : 26376 (java) S 26367 26369 26323 0 -1 64 4 0 0 0 1 0 0 0 16 0 13 0 196180120 1754234880 207361 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26369/tid=26377] ppid=26367 vsize=1713120 CPUtime=0.8
/proc/26369/task/26377/stat : 26377 (java) S 26367 26369 26323 0 -1 64 1574 0 0 0 80 0 0 0 16 0 13 0 196180120 1754234880 207361 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26369/tid=26378] ppid=26367 vsize=1713120 CPUtime=0.84
/proc/26369/task/26378/stat : 26378 (java) S 26367 26369 26323 0 -1 64 1547 0 0 0 84 0 0 0 17 0 13 0 196180120 1754234880 207361 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26369/tid=26379] ppid=26367 vsize=1713120 CPUtime=0
/proc/26369/task/26379/stat : 26379 (java) S 26367 26369 26323 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 196180120 1754234880 207361 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26369/tid=26380] ppid=26367 vsize=1713120 CPUtime=0
/proc/26369/task/26380/stat : 26380 (java) S 26367 26369 26323 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 196180120 1754234880 207361 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26369/tid=26381] ppid=26367 vsize=1713120 CPUtime=0
/proc/26369/task/26381/stat : 26381 (java) S 26367 26369 26323 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 196184334 1754234880 207361 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.18
Current children cumulated vsize (Kb) 1713120

Sending SIGTERM to -26369
Sleeping 2 seconds

Child status: 143
Real time (s): 1774.51
CPU time (s): 1800.32
CPU user time (s): 1797.98
CPU system time (s): 2.33964
CPU usage (%): 101.454
Max. virtual memory (cumulated for all children) (Kb): 1713120

Launcher Data (download as text)

Begin job on node10 on Sat Jun  3 03:26:16 UTC 2006


FILE ID= 43144-1149305172

PBS_JOBID= 307568

BENCH NAME= HOME/pub/bench/PB06//final/normalized-PB06/OPT-BIGINT/mps-v2-20-10/plato.asu.edu/pub/milp/normalized-mps-v2-20-10-bc1.opb
COMMAND LINE= java -server -Xms1500M -Xmx1500M -jar ROOT/solvers/PB/PB06final/user5/sat4jPseudoHeuristics.jar ROOT/tmp/node10/43144-1149305172/instance-43144-1149305172.opb 703121383
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node10/watcher-43144-1149305172 -o ROOT/results/node10/solver-43144-1149305172 -C 1800 -M 1800 -S 64  java -server -Xms1500M -Xmx1500M -jar ROOT/solvers/PB/PB06final/user5/sat4jPseudoHeuristics.jar ROOT/tmp/node10/43144-1149305172/instance-43144-1149305172.opb 703121383

MD5SUM SOLVER= 3cef94aa015dc0dd234d31843a257d70
MD5SUM BENCH=  7349a3a829e674d501313aed23f34764

RANDOM SEED= 703121383


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

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1331984 kB
Buffers:         33524 kB
Cached:         614780 kB
SwapCached:       3340 kB
Active:         152236 kB
Inactive:       504904 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1331984 kB
SwapTotal:     4192956 kB
SwapFree:      4181412 kB
Dirty:             176 kB
Writeback:           0 kB
Mapped:          14932 kB
Slab:            52836 kB
Committed_AS:   303844 kB
PageTables:       1412 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB


End job on node10 on Sat Jun  3 03:55:52 UTC 2006