Trace number 44731

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds, and are wall clock time (not CPU time).

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerObjective functionCPU timeWall clock time
SAT4JPSEUDO 2006.2? (TO) 1800.79 1784.43

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/MIPLIB/
miplib/normalized-mps-v2-20-10-sample2.opb
MD5SUMf72f6e3cf70b31c2d253740c5b04c4f6
Bench CategoryOPT-BIGINT (optimisation, big integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark384000
Best CPU time to get the best result obtained on this benchmark19.682
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 384000
Optimality of the best value was proved YES
Number of variables1296
Total number of constraints46
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)3
Number of constraints which are nor clauses,nor cardinality constraints43
Minimum length of a constraint4
Maximum length of a constraint150
Number of terms in the objective function 729
Biggest coefficient in the objective function 3221225472
Number of bits for the biggest coefficient in the objective function 32
Sum of the numbers in the objective function 70867574718
Number of bits of the sum of numbers in the objective function 37
Biggest number in a constraint 3221225472
Number of bits of the biggest number in a constraint 32
Biggest sum of numbers in a constraint 70867574718
Number of bits of the biggest sum of numbers37
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@1037c71
0.20	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@1df073d
0.20	c org.sat4j.minisat.learning.MiniSATLearning@1546e25
0.20	c conflictBoundIncFactor=1.5 learntBoundIncFactor=1.1 initLearntBoundConstraintFactor=10000.0 initConflictBound=100 
0.20	c VSIDS like heuristics from MiniSAT using a heap
0.20	c No reason simplification
0.20	c --- End Solver configuration ---
0.20	c solving ROOT/tmp/node64/44731-1149313602/instance-44731-1149313602.opb
0.20	c reading problem ... 
0.48	c ... done. Time 0.273 ms.
0.48	c #vars     1296
0.48	c #constraints  67
1784.32	c starts		: 13
1784.32	c conflicts		: 36683
1784.32	c decisions		: 49449
1784.32	c propagations		: 235051
1784.32	c inspects		: 243442101
1784.32	c learnt literals	: 0
1784.32	c learnt binary clauses	: 0
1784.32	c learnt ternary clauses	: 0
1784.32	c learnt clauses	: 36682
1784.32	c root simplifications	: 0
1784.32	c removed literals (reason simplification)	: 0
1784.32	c reason swapping (by a shorter reason)	: 0
1784.32	c Calls to reduceDB	: 0
1784.32	c speed (decisions/second)	: 27.72056655368929
1784.32	c non guided choices	50
1784.32	s UNKNOWN
1784.32	c Total wall clock time (ms): 1784.118

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

Current StackSize limit: 67108864 bytes

/proc/loadavg: 0.91 0.95 0.96 2/64 3258
/proc/meminfo: memFree=1526696/2055920 swapFree=4192036/4192956
[pid=3258] ppid=3256 vsize=172 CPUtime=0
/proc/3258/stat : 3258 (java) R 3256 3258 3212 0 -1 0 201 0 0 0 0 0 0 0 18 0 1 0 33351458 176128 24 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 6959908 0 0 4096 0 0 0 0 17 0 0 0
/proc/3258/statm: 43 24 18 14 0 3 0

[startup+10.0021 s]
/proc/loadavg: 1.07 0.99 0.97 2/76 3270
/proc/meminfo: memFree=1333728/2055920 swapFree=4192036/4192956
[pid=3258] ppid=3256 vsize=1715756 CPUtime=11.54
/proc/3258/stat : 3258 (java) R 3256 3258 3212 0 -1 0 55060 0 1 0 1133 21 0 0 25 0 13 0 33351458 1756934144 50079 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071397896 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/3258/statm: 428939 50079 1907 14 0 415686 0
[pid=3258/tid=3259] ppid=3256 vsize=1715756 CPUtime=0.11
/proc/3258/task/3259/stat : 3259 (java) S 3256 3258 3212 0 -1 64 3590 0 0 0 10 1 0 0 16 0 13 0 33351462 1756934144 50079 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3258/tid=3260] ppid=3256 vsize=1715756 CPUtime=0.11
/proc/3258/task/3260/stat : 3260 (java) S 3256 3258 3212 0 -1 64 3285 0 0 0 10 1 0 0 16 0 13 0 33351462 1756934144 50079 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3258/tid=3261] ppid=3256 vsize=1715756 CPUtime=0
/proc/3258/task/3261/stat : 3261 (java) S 3256 3258 3212 0 -1 64 30 0 0 0 0 0 0 0 16 0 13 0 33351464 1756934144 50079 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=3258/tid=3262] ppid=3256 vsize=1715756 CPUtime=0
/proc/3258/task/3262/stat : 3262 (java) S 3256 3258 3212 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 33351465 1756934144 50079 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3258/tid=3263] ppid=3256 vsize=1715756 CPUtime=0
/proc/3258/task/3263/stat : 3263 (java) S 3256 3258 3212 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 33351465 1756934144 50079 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3258/tid=3264] ppid=3256 vsize=1715756 CPUtime=0
/proc/3258/task/3264/stat : 3264 (java) S 3256 3258 3212 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 33351468 1756934144 50079 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3258/tid=3265] ppid=3256 vsize=1715756 CPUtime=0
/proc/3258/task/3265/stat : 3265 (java) S 3256 3258 3212 0 -1 64 18 0 0 0 0 0 0 0 16 0 13 0 33351468 1756934144 50079 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3258/tid=3266] ppid=3256 vsize=1715756 CPUtime=1.05
/proc/3258/task/3266/stat : 3266 (java) S 3256 3258 3212 0 -1 64 2851 0 0 0 105 0 0 0 15 0 13 0 33351468 1756934144 50079 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3258/tid=3267] ppid=3256 vsize=1715756 CPUtime=0.73
/proc/3258/task/3267/stat : 3267 (java) S 3256 3258 3212 0 -1 64 2660 0 0 0 72 1 0 0 16 0 13 0 33351468 1756934144 50079 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3258/tid=3268] ppid=3256 vsize=1715756 CPUtime=0
/proc/3258/task/3268/stat : 3268 (java) S 3256 3258 3212 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 33351468 1756934144 50079 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3258/tid=3269] ppid=3256 vsize=1715756 CPUtime=0
/proc/3258/task/3269/stat : 3269 (java) S 3256 3258 3212 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 33351468 1756934144 50079 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3258/tid=3270] ppid=3256 vsize=1715756 CPUtime=0
/proc/3258/task/3270/stat : 3270 (java) S 3256 3258 3212 0 -1 64 5 0 0 0 0 0 0 0 18 0 13 0 33351508 1756934144 50079 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 11.54
Current children cumulated vsize (Kb) 1715756

[startup+20.01 s]
/proc/loadavg: 1.06 0.99 0.97 2/76 3270
/proc/meminfo: memFree=1332320/2055920 swapFree=4192036/4192956
[pid=3258] ppid=3256 vsize=1715756 CPUtime=21.6
/proc/3258/stat : 3258 (java) R 3256 3258 3212 0 -1 0 56984 0 1 0 2138 22 0 0 24 0 13 0 33351458 1756934144 50390 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071453767 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/3258/statm: 428939 50390 1907 14 0 415686 0
[pid=3258/tid=3259] ppid=3256 vsize=1715756 CPUtime=0.16
/proc/3258/task/3259/stat : 3259 (java) S 3256 3258 3212 0 -1 64 4673 0 0 0 15 1 0 0 16 0 13 0 33351462 1756934144 50390 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3258/tid=3260] ppid=3256 vsize=1715756 CPUtime=0.16
/proc/3258/task/3260/stat : 3260 (java) S 3256 3258 3212 0 -1 64 4114 0 0 0 14 2 0 0 17 0 13 0 33351462 1756934144 50390 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3258/tid=3261] ppid=3256 vsize=1715756 CPUtime=0
/proc/3258/task/3261/stat : 3261 (java) S 3256 3258 3212 0 -1 64 30 0 0 0 0 0 0 0 16 0 13 0 33351464 1756934144 50390 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=3258/tid=3262] ppid=3256 vsize=1715756 CPUtime=0
/proc/3258/task/3262/stat : 3262 (java) S 3256 3258 3212 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 33351465 1756934144 50390 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3258/tid=3263] ppid=3256 vsize=1715756 CPUtime=0
/proc/3258/task/3263/stat : 3263 (java) S 3256 3258 3212 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 33351465 1756934144 50390 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3258/tid=3264] ppid=3256 vsize=1715756 CPUtime=0
/proc/3258/task/3264/stat : 3264 (java) S 3256 3258 3212 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 33351468 1756934144 50390 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3258/tid=3265] ppid=3256 vsize=1715756 CPUtime=0
/proc/3258/task/3265/stat : 3265 (java) S 3256 3258 3212 0 -1 64 18 0 0 0 0 0 0 0 16 0 13 0 33351468 1756934144 50390 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3258/tid=3266] ppid=3256 vsize=1715756 CPUtime=1.05
/proc/3258/task/3266/stat : 3266 (java) S 3256 3258 3212 0 -1 64 2851 0 0 0 105 0 0 0 17 0 13 0 33351468 1756934144 50390 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3258/tid=3267] ppid=3256 vsize=1715756 CPUtime=0.74
/proc/3258/task/3267/stat : 3267 (java) S 3256 3258 3212 0 -1 64 2660 0 0 0 73 1 0 0 17 0 13 0 33351468 1756934144 50390 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3258/tid=3268] ppid=3256 vsize=1715756 CPUtime=0
/proc/3258/task/3268/stat : 3268 (java) S 3256 3258 3212 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 33351468 1756934144 50390 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3258/tid=3269] ppid=3256 vsize=1715756 CPUtime=0
/proc/3258/task/3269/stat : 3269 (java) S 3256 3258 3212 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 33351468 1756934144 50390 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3258/tid=3270] ppid=3256 vsize=1715756 CPUtime=0
/proc/3258/task/3270/stat : 3270 (java) S 3256 3258 3212 0 -1 64 5 0 0 0 0 0 0 0 18 0 13 0 33351508 1756934144 50390 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 21.6
Current children cumulated vsize (Kb) 1715756

[startup+30.0179 s]
/proc/loadavg: 1.05 0.99 0.97 2/76 3270
/proc/meminfo: memFree=1335648/2055920 swapFree=4192036/4192956
[pid=3258] ppid=3256 vsize=1713596 CPUtime=31.69
/proc/3258/stat : 3258 (java) R 3256 3258 3212 0 -1 0 59137 0 1 0 3145 24 0 0 22 0 13 0 33351458 1754722304 49547 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071412126 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/3258/statm: 428399 49547 1908 14 0 415146 0
[pid=3258/tid=3259] ppid=3256 vsize=1713596 CPUtime=0.23
/proc/3258/task/3259/stat : 3259 (java) S 3256 3258 3212 0 -1 64 5908 0 0 0 21 2 0 0 16 0 13 0 33351462 1754722304 49547 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3258/tid=3260] ppid=3256 vsize=1713596 CPUtime=0.22
/proc/3258/task/3260/stat : 3260 (java) S 3256 3258 3212 0 -1 64 5017 0 0 0 20 2 0 0 16 0 13 0 33351462 1754722304 49547 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3258/tid=3261] ppid=3256 vsize=1713596 CPUtime=0
/proc/3258/task/3261/stat : 3261 (java) S 3256 3258 3212 0 -1 64 30 0 0 0 0 0 0 0 16 0 13 0 33351464 1754722304 49547 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=3258/tid=3262] ppid=3256 vsize=1713596 CPUtime=0
/proc/3258/task/3262/stat : 3262 (java) S 3256 3258 3212 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 33351465 1754722304 49547 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3258/tid=3263] ppid=3256 vsize=1713596 CPUtime=0
/proc/3258/task/3263/stat : 3263 (java) S 3256 3258 3212 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 33351465 1754722304 49547 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3258/tid=3264] ppid=3256 vsize=1713596 CPUtime=0
/proc/3258/task/3264/stat : 3264 (java) S 3256 3258 3212 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 33351468 1754722304 49547 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3258/tid=3265] ppid=3256 vsize=1713596 CPUtime=0
/proc/3258/task/3265/stat : 3265 (java) S 3256 3258 3212 0 -1 64 18 0 0 0 0 0 0 0 17 0 13 0 33351468 1754722304 49547 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3258/tid=3266] ppid=3256 vsize=1713596 CPUtime=1.07
/proc/3258/task/3266/stat : 3266 (java) S 3256 3258 3212 0 -1 64 2855 0 0 0 107 0 0 0 17 0 13 0 33351468 1754722304 49547 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3258/tid=3267] ppid=3256 vsize=1713596 CPUtime=0.75
/proc/3258/task/3267/stat : 3267 (java) S 3256 3258 3212 0 -1 64 2660 0 0 0 74 1 0 0 17 0 13 0 33351468 1754722304 49547 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3258/tid=3268] ppid=3256 vsize=1713596 CPUtime=0
/proc/3258/task/3268/stat : 3268 (java) S 3256 3258 3212 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 33351468 1754722304 49547 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3258/tid=3269] ppid=3256 vsize=1713596 CPUtime=0
/proc/3258/task/3269/stat : 3269 (java) S 3256 3258 3212 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 33351468 1754722304 49547 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3258/tid=3270] ppid=3256 vsize=1713596 CPUtime=0
/proc/3258/task/3270/stat : 3270 (java) S 3256 3258 3212 0 -1 64 5 0 0 0 0 0 0 0 18 0 13 0 33351508 1754722304 49547 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 31.69
Current children cumulated vsize (Kb) 1713596

[startup+40.0248 s]
/proc/loadavg: 1.04 0.99 0.97 2/76 3270
/proc/meminfo: memFree=1336096/2055920 swapFree=4192036/4192956
[pid=3258] ppid=3256 vsize=1713596 CPUtime=41.75
/proc/3258/stat : 3258 (java) R 3256 3258 3212 0 -1 0 60838 0 1 0 4149 26 0 0 25 0 13 0 33351458 1754722304 49447 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071356270 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/3258/statm: 428399 49447 1908 14 0 415146 0
[pid=3258/tid=3259] ppid=3256 vsize=1713596 CPUtime=0.28
/proc/3258/task/3259/stat : 3259 (java) S 3256 3258 3212 0 -1 64 6970 0 0 0 25 3 0 0 16 0 13 0 33351462 1754722304 49447 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3258/tid=3260] ppid=3256 vsize=1713596 CPUtime=0.27
/proc/3258/task/3260/stat : 3260 (java) S 3256 3258 3212 0 -1 64 5646 0 0 0 25 2 0 0 16 0 13 0 33351462 1754722304 49447 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3258/tid=3261] ppid=3256 vsize=1713596 CPUtime=0
/proc/3258/task/3261/stat : 3261 (java) S 3256 3258 3212 0 -1 64 30 0 0 0 0 0 0 0 16 0 13 0 33351464 1754722304 49447 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=3258/tid=3262] ppid=3256 vsize=1713596 CPUtime=0
/proc/3258/task/3262/stat : 3262 (java) S 3256 3258 3212 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 33351465 1754722304 49447 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3258/tid=3263] ppid=3256 vsize=1713596 CPUtime=0
/proc/3258/task/3263/stat : 3263 (java) S 3256 3258 3212 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 33351465 1754722304 49447 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3258/tid=3264] ppid=3256 vsize=1713596 CPUtime=0
/proc/3258/task/3264/stat : 3264 (java) S 3256 3258 3212 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 33351468 1754722304 49447 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3258/tid=3265] ppid=3256 vsize=1713596 CPUtime=0
/proc/3258/task/3265/stat : 3265 (java) S 3256 3258 3212 0 -1 64 18 0 0 0 0 0 0 0 17 0 13 0 33351468 1754722304 49447 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3258/tid=3266] ppid=3256 vsize=1713596 CPUtime=1.08
/proc/3258/task/3266/stat : 3266 (java) S 3256 3258 3212 0 -1 64 2856 0 0 0 108 0 0 0 17 0 13 0 33351468 1754722304 49447 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3258/tid=3267] ppid=3256 vsize=1713596 CPUtime=0.75
/proc/3258/task/3267/stat : 3267 (java) S 3256 3258 3212 0 -1 64 2660 0 0 0 74 1 0 0 16 0 13 0 33351468 1754722304 49447 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3258/tid=3268] ppid=3256 vsize=1713596 CPUtime=0
/proc/3258/task/3268/stat : 3268 (java) S 3256 3258 3212 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 33351468 1754722304 49447 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3258/tid=3269] ppid=3256 vsize=1713596 CPUtime=0
/proc/3258/task/3269/stat : 3269 (java) S 3256 3258 3212 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 33351468 1754722304 49447 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3258/tid=3270] ppid=3256 vsize=1713596 CPUtime=0
/proc/3258/task/3270/stat : 3270 (java) S 3256 3258 3212 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 33351508 1754722304 49447 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 41.75
Current children cumulated vsize (Kb) 1713596

[startup+50.0317 s]
/proc/loadavg: 1.04 0.99 0.97 2/76 3270
/proc/meminfo: memFree=1337376/2055920 swapFree=4192036/4192956
[pid=3258] ppid=3256 vsize=1713596 CPUtime=51.79
/proc/3258/stat : 3258 (java) R 3256 3258 3212 0 -1 0 62115 0 1 0 5153 26 0 0 18 0 13 0 33351458 1754722304 49113 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071398230 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/3258/statm: 428399 49113 1908 14 0 415146 0
[pid=3258/tid=3259] ppid=3256 vsize=1713596 CPUtime=0.33
/proc/3258/task/3259/stat : 3259 (java) S 3256 3258 3212 0 -1 64 7667 0 0 0 29 4 0 0 16 0 13 0 33351462 1754722304 49113 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3258/tid=3260] ppid=3256 vsize=1713596 CPUtime=0.33
/proc/3258/task/3260/stat : 3260 (java) S 3256 3258 3212 0 -1 64 6216 0 0 0 30 3 0 0 16 0 13 0 33351462 1754722304 49113 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3258/tid=3261] ppid=3256 vsize=1713596 CPUtime=0
/proc/3258/task/3261/stat : 3261 (java) S 3256 3258 3212 0 -1 64 30 0 0 0 0 0 0 0 16 0 13 0 33351464 1754722304 49113 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=3258/tid=3262] ppid=3256 vsize=1713596 CPUtime=0
/proc/3258/task/3262/stat : 3262 (java) S 3256 3258 3212 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 33351465 1754722304 49113 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3258/tid=3263] ppid=3256 vsize=1713596 CPUtime=0
/proc/3258/task/3263/stat : 3263 (java) S 3256 3258 3212 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 33351465 1754722304 49113 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3258/tid=3264] ppid=3256 vsize=1713596 CPUtime=0
/proc/3258/task/3264/stat : 3264 (java) S 3256 3258 3212 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 33351468 1754722304 49113 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3258/tid=3265] ppid=3256 vsize=1713596 CPUtime=0
/proc/3258/task/3265/stat : 3265 (java) S 3256 3258 3212 0 -1 64 18 0 0 0 0 0 0 0 17 0 13 0 33351468 1754722304 49113 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3258/tid=3266] ppid=3256 vsize=1713596 CPUtime=1.08
/proc/3258/task/3266/stat : 3266 (java) S 3256 3258 3212 0 -1 64 2856 0 0 0 108 0 0 0 17 0 13 0 33351468 1754722304 49113 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3258/tid=3267] ppid=3256 vsize=1713596 CPUtime=0.75
/proc/3258/task/3267/stat : 3267 (java) S 3256 3258 3212 0 -1 64 2660 0 0 0 74 1 0 0 16 0 13 0 33351468 1754722304 49113 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3258/tid=3268] ppid=3256 vsize=1713596 CPUtime=0
/proc/3258/task/3268/stat : 3268 (java) S 3256 3258 3212 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 33351468 1754722304 49113 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3258/tid=3269] ppid=3256 vsize=1713596 CPUtime=0
/proc/3258/task/3269/stat : 3269 (java) S 3256 3258 3212 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 33351468 1754722304 49113 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3258/tid=3270] ppid=3256 vsize=1713596 CPUtime=0
/proc/3258/task/3270/stat : 3270 (java) S 3256 3258 3212 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 33351508 1754722304 49113 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 51.79
Current children cumulated vsize (Kb) 1713596

[startup+60.0385 s]
/proc/loadavg: 1.03 0.99 0.97 2/76 3270
/proc/meminfo: memFree=1338848/2055920 swapFree=4192036/4192956
[pid=3258] ppid=3256 vsize=1713596 CPUtime=61.84
/proc/3258/stat : 3258 (java) R 3256 3258 3212 0 -1 0 63107 0 1 0 6157 27 0 0 17 0 13 0 33351458 1754722304 48759 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071453187 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/3258/statm: 428399 48759 1908 14 0 415146 0
[pid=3258/tid=3259] ppid=3256 vsize=1713596 CPUtime=0.37
/proc/3258/task/3259/stat : 3259 (java) S 3256 3258 3212 0 -1 64 8255 0 0 0 33 4 0 0 16 0 13 0 33351462 1754722304 48759 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3258/tid=3260] ppid=3256 vsize=1713596 CPUtime=0.37
/proc/3258/task/3260/stat : 3260 (java) S 3256 3258 3212 0 -1 64 6612 0 0 0 34 3 0 0 16 0 13 0 33351462 1754722304 48759 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3258/tid=3261] ppid=3256 vsize=1713596 CPUtime=0
/proc/3258/task/3261/stat : 3261 (java) S 3256 3258 3212 0 -1 64 30 0 0 0 0 0 0 0 15 0 13 0 33351464 1754722304 48759 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=3258/tid=3262] ppid=3256 vsize=1713596 CPUtime=0
/proc/3258/task/3262/stat : 3262 (java) S 3256 3258 3212 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 33351465 1754722304 48759 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3258/tid=3263] ppid=3256 vsize=1713596 CPUtime=0
/proc/3258/task/3263/stat : 3263 (java) S 3256 3258 3212 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 33351465 1754722304 48759 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3258/tid=3264] ppid=3256 vsize=1713596 CPUtime=0
/proc/3258/task/3264/stat : 3264 (java) S 3256 3258 3212 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 33351468 1754722304 48759 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0

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

[pid=3258/tid=3262] ppid=3256 vsize=1713596 CPUtime=0
/proc/3258/task/3262/stat : 3262 (java) S 3256 3258 3212 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 33351465 1754722304 139380 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3258/tid=3263] ppid=3256 vsize=1713596 CPUtime=0
/proc/3258/task/3263/stat : 3263 (java) S 3256 3258 3212 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 33351465 1754722304 139380 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3258/tid=3264] ppid=3256 vsize=1713596 CPUtime=0
/proc/3258/task/3264/stat : 3264 (java) S 3256 3258 3212 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 33351468 1754722304 139380 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3258/tid=3265] ppid=3256 vsize=1713596 CPUtime=0
/proc/3258/task/3265/stat : 3265 (java) S 3256 3258 3212 0 -1 64 18 0 0 0 0 0 0 0 17 0 13 0 33351468 1754722304 139380 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3258/tid=3266] ppid=3256 vsize=1713596 CPUtime=1.09
/proc/3258/task/3266/stat : 3266 (java) S 3256 3258 3212 0 -1 64 2857 0 0 0 109 0 0 0 16 0 13 0 33351468 1754722304 139380 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3258/tid=3267] ppid=3256 vsize=1713596 CPUtime=0.75
/proc/3258/task/3267/stat : 3267 (java) S 3256 3258 3212 0 -1 64 2660 0 0 0 74 1 0 0 17 0 13 0 33351468 1754722304 139380 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3258/tid=3268] ppid=3256 vsize=1713596 CPUtime=0
/proc/3258/task/3268/stat : 3268 (java) S 3256 3258 3212 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 33351468 1754722304 139380 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3258/tid=3269] ppid=3256 vsize=1713596 CPUtime=0
/proc/3258/task/3269/stat : 3269 (java) S 3256 3258 3212 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 33351468 1754722304 139380 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3258/tid=3270] ppid=3256 vsize=1713596 CPUtime=0
/proc/3258/task/3270/stat : 3270 (java) S 3256 3258 3212 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 33351508 1754722304 139380 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1796.63
Current children cumulated vsize (Kb) 1713596

[startup+1781.3 s]
/proc/loadavg: 1.00 1.00 0.97 2/76 3467
/proc/meminfo: memFree=974880/2055920 swapFree=4192036/4192956
[pid=3258] ppid=3256 vsize=1713596 CPUtime=1797.64
/proc/3258/stat : 3258 (java) R 3256 3258 3212 0 -1 0 253872 0 1 0 179638 126 0 0 25 0 13 0 33351458 1754722304 139380 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071412370 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/3258/statm: 428399 139380 1908 14 0 415146 0
[pid=3258/tid=3259] ppid=3256 vsize=1713596 CPUtime=15.88
/proc/3258/task/3259/stat : 3259 (java) S 3256 3258 3212 0 -1 64 71017 0 0 0 1555 33 0 0 16 0 13 0 33351462 1754722304 139380 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3258/tid=3260] ppid=3256 vsize=1713596 CPUtime=15.79
/proc/3258/task/3260/stat : 3260 (java) S 3256 3258 3212 0 -1 64 57821 0 0 0 1549 30 0 0 17 0 13 0 33351462 1754722304 139380 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3258/tid=3261] ppid=3256 vsize=1713596 CPUtime=0.26
/proc/3258/task/3261/stat : 3261 (java) S 3256 3258 3212 0 -1 64 260 0 0 0 13 13 0 0 16 0 13 0 33351464 1754722304 139380 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=3258/tid=3262] ppid=3256 vsize=1713596 CPUtime=0
/proc/3258/task/3262/stat : 3262 (java) S 3256 3258 3212 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 33351465 1754722304 139380 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3258/tid=3263] ppid=3256 vsize=1713596 CPUtime=0
/proc/3258/task/3263/stat : 3263 (java) S 3256 3258 3212 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 33351465 1754722304 139380 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3258/tid=3264] ppid=3256 vsize=1713596 CPUtime=0
/proc/3258/task/3264/stat : 3264 (java) S 3256 3258 3212 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 33351468 1754722304 139380 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3258/tid=3265] ppid=3256 vsize=1713596 CPUtime=0
/proc/3258/task/3265/stat : 3265 (java) S 3256 3258 3212 0 -1 64 18 0 0 0 0 0 0 0 17 0 13 0 33351468 1754722304 139380 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3258/tid=3266] ppid=3256 vsize=1713596 CPUtime=1.09
/proc/3258/task/3266/stat : 3266 (java) S 3256 3258 3212 0 -1 64 2857 0 0 0 109 0 0 0 16 0 13 0 33351468 1754722304 139380 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3258/tid=3267] ppid=3256 vsize=1713596 CPUtime=0.75
/proc/3258/task/3267/stat : 3267 (java) S 3256 3258 3212 0 -1 64 2660 0 0 0 74 1 0 0 17 0 13 0 33351468 1754722304 139380 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3258/tid=3268] ppid=3256 vsize=1713596 CPUtime=0
/proc/3258/task/3268/stat : 3268 (java) S 3256 3258 3212 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 33351468 1754722304 139380 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3258/tid=3269] ppid=3256 vsize=1713596 CPUtime=0
/proc/3258/task/3269/stat : 3269 (java) S 3256 3258 3212 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 33351468 1754722304 139380 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3258/tid=3270] ppid=3256 vsize=1713596 CPUtime=0
/proc/3258/task/3270/stat : 3270 (java) S 3256 3258 3212 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 33351508 1754722304 139380 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1797.64
Current children cumulated vsize (Kb) 1713596

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 0.97 2/76 3467
/proc/meminfo: memFree=974880/2055920 swapFree=4192036/4192956
[pid=3258] ppid=3256 vsize=1713596 CPUtime=1798.64
/proc/3258/stat : 3258 (java) R 3256 3258 3212 0 -1 0 253872 0 1 0 179738 126 0 0 25 0 13 0 33351458 1754722304 139380 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071412130 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/3258/statm: 428399 139380 1908 14 0 415146 0
[pid=3258/tid=3259] ppid=3256 vsize=1713596 CPUtime=15.88
/proc/3258/task/3259/stat : 3259 (java) S 3256 3258 3212 0 -1 64 71017 0 0 0 1555 33 0 0 16 0 13 0 33351462 1754722304 139380 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3258/tid=3260] ppid=3256 vsize=1713596 CPUtime=15.79
/proc/3258/task/3260/stat : 3260 (java) S 3256 3258 3212 0 -1 64 57821 0 0 0 1549 30 0 0 17 0 13 0 33351462 1754722304 139380 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3258/tid=3261] ppid=3256 vsize=1713596 CPUtime=0.26
/proc/3258/task/3261/stat : 3261 (java) S 3256 3258 3212 0 -1 64 260 0 0 0 13 13 0 0 16 0 13 0 33351464 1754722304 139380 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=3258/tid=3262] ppid=3256 vsize=1713596 CPUtime=0
/proc/3258/task/3262/stat : 3262 (java) S 3256 3258 3212 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 33351465 1754722304 139380 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3258/tid=3263] ppid=3256 vsize=1713596 CPUtime=0
/proc/3258/task/3263/stat : 3263 (java) S 3256 3258 3212 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 33351465 1754722304 139380 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3258/tid=3264] ppid=3256 vsize=1713596 CPUtime=0
/proc/3258/task/3264/stat : 3264 (java) S 3256 3258 3212 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 33351468 1754722304 139380 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3258/tid=3265] ppid=3256 vsize=1713596 CPUtime=0
/proc/3258/task/3265/stat : 3265 (java) S 3256 3258 3212 0 -1 64 18 0 0 0 0 0 0 0 17 0 13 0 33351468 1754722304 139380 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3258/tid=3266] ppid=3256 vsize=1713596 CPUtime=1.09
/proc/3258/task/3266/stat : 3266 (java) S 3256 3258 3212 0 -1 64 2857 0 0 0 109 0 0 0 16 0 13 0 33351468 1754722304 139380 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3258/tid=3267] ppid=3256 vsize=1713596 CPUtime=0.75
/proc/3258/task/3267/stat : 3267 (java) S 3256 3258 3212 0 -1 64 2660 0 0 0 74 1 0 0 17 0 13 0 33351468 1754722304 139380 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3258/tid=3268] ppid=3256 vsize=1713596 CPUtime=0
/proc/3258/task/3268/stat : 3268 (java) S 3256 3258 3212 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 33351468 1754722304 139380 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3258/tid=3269] ppid=3256 vsize=1713596 CPUtime=0
/proc/3258/task/3269/stat : 3269 (java) S 3256 3258 3212 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 33351468 1754722304 139380 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3258/tid=3270] ppid=3256 vsize=1713596 CPUtime=0
/proc/3258/task/3270/stat : 3270 (java) S 3256 3258 3212 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 33351508 1754722304 139380 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1798.64
Current children cumulated vsize (Kb) 1713596

[startup+1783.31 s]
/proc/loadavg: 1.00 1.00 0.97 2/76 3467
/proc/meminfo: memFree=974880/2055920 swapFree=4192036/4192956
[pid=3258] ppid=3256 vsize=1713596 CPUtime=1799.65
/proc/3258/stat : 3258 (java) R 3256 3258 3212 0 -1 0 253872 0 1 0 179839 126 0 0 25 0 13 0 33351458 1754722304 139380 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071416908 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/3258/statm: 428399 139380 1908 14 0 415146 0
[pid=3258/tid=3259] ppid=3256 vsize=1713596 CPUtime=15.88
/proc/3258/task/3259/stat : 3259 (java) S 3256 3258 3212 0 -1 64 71017 0 0 0 1555 33 0 0 16 0 13 0 33351462 1754722304 139380 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3258/tid=3260] ppid=3256 vsize=1713596 CPUtime=15.79
/proc/3258/task/3260/stat : 3260 (java) S 3256 3258 3212 0 -1 64 57821 0 0 0 1549 30 0 0 17 0 13 0 33351462 1754722304 139380 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3258/tid=3261] ppid=3256 vsize=1713596 CPUtime=0.26
/proc/3258/task/3261/stat : 3261 (java) S 3256 3258 3212 0 -1 64 260 0 0 0 13 13 0 0 16 0 13 0 33351464 1754722304 139380 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=3258/tid=3262] ppid=3256 vsize=1713596 CPUtime=0
/proc/3258/task/3262/stat : 3262 (java) S 3256 3258 3212 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 33351465 1754722304 139380 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3258/tid=3263] ppid=3256 vsize=1713596 CPUtime=0
/proc/3258/task/3263/stat : 3263 (java) S 3256 3258 3212 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 33351465 1754722304 139380 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3258/tid=3264] ppid=3256 vsize=1713596 CPUtime=0
/proc/3258/task/3264/stat : 3264 (java) S 3256 3258 3212 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 33351468 1754722304 139380 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3258/tid=3265] ppid=3256 vsize=1713596 CPUtime=0
/proc/3258/task/3265/stat : 3265 (java) S 3256 3258 3212 0 -1 64 18 0 0 0 0 0 0 0 17 0 13 0 33351468 1754722304 139380 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3258/tid=3266] ppid=3256 vsize=1713596 CPUtime=1.09
/proc/3258/task/3266/stat : 3266 (java) S 3256 3258 3212 0 -1 64 2857 0 0 0 109 0 0 0 16 0 13 0 33351468 1754722304 139380 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3258/tid=3267] ppid=3256 vsize=1713596 CPUtime=0.75
/proc/3258/task/3267/stat : 3267 (java) S 3256 3258 3212 0 -1 64 2660 0 0 0 74 1 0 0 17 0 13 0 33351468 1754722304 139380 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3258/tid=3268] ppid=3256 vsize=1713596 CPUtime=0
/proc/3258/task/3268/stat : 3268 (java) S 3256 3258 3212 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 33351468 1754722304 139380 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3258/tid=3269] ppid=3256 vsize=1713596 CPUtime=0
/proc/3258/task/3269/stat : 3269 (java) S 3256 3258 3212 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 33351468 1754722304 139380 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3258/tid=3270] ppid=3256 vsize=1713596 CPUtime=0
/proc/3258/task/3270/stat : 3270 (java) S 3256 3258 3212 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 33351508 1754722304 139380 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1799.65
Current children cumulated vsize (Kb) 1713596

[startup+1784.31 s]
/proc/loadavg: 1.00 1.00 0.97 2/76 3467
/proc/meminfo: memFree=974432/2055920 swapFree=4192036/4192956
[pid=3258] ppid=3256 vsize=1713596 CPUtime=1800.68
/proc/3258/stat : 3258 (java) R 3256 3258 3212 0 -1 0 254018 0 1 0 179942 126 0 0 23 0 13 0 33351458 1754722304 139522 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071422317 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/3258/statm: 428399 139522 1908 14 0 415146 0
[pid=3258/tid=3259] ppid=3256 vsize=1713596 CPUtime=15.91
/proc/3258/task/3259/stat : 3259 (java) S 3256 3258 3212 0 -1 64 71121 0 0 0 1558 33 0 0 17 0 13 0 33351462 1754722304 139522 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3258/tid=3260] ppid=3256 vsize=1713596 CPUtime=15.82
/proc/3258/task/3260/stat : 3260 (java) S 3256 3258 3212 0 -1 64 57862 0 0 0 1552 30 0 0 17 0 13 0 33351462 1754722304 139522 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3258/tid=3261] ppid=3256 vsize=1713596 CPUtime=0.26
/proc/3258/task/3261/stat : 3261 (java) S 3256 3258 3212 0 -1 64 260 0 0 0 13 13 0 0 16 0 13 0 33351464 1754722304 139522 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=3258/tid=3262] ppid=3256 vsize=1713596 CPUtime=0
/proc/3258/task/3262/stat : 3262 (java) S 3256 3258 3212 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 33351465 1754722304 139522 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3258/tid=3263] ppid=3256 vsize=1713596 CPUtime=0
/proc/3258/task/3263/stat : 3263 (java) S 3256 3258 3212 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 33351465 1754722304 139522 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3258/tid=3264] ppid=3256 vsize=1713596 CPUtime=0
/proc/3258/task/3264/stat : 3264 (java) S 3256 3258 3212 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 33351468 1754722304 139522 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3258/tid=3265] ppid=3256 vsize=1713596 CPUtime=0
/proc/3258/task/3265/stat : 3265 (java) S 3256 3258 3212 0 -1 64 18 0 0 0 0 0 0 0 17 0 13 0 33351468 1754722304 139522 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3258/tid=3266] ppid=3256 vsize=1713596 CPUtime=1.09
/proc/3258/task/3266/stat : 3266 (java) S 3256 3258 3212 0 -1 64 2857 0 0 0 109 0 0 0 16 0 13 0 33351468 1754722304 139522 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3258/tid=3267] ppid=3256 vsize=1713596 CPUtime=0.75
/proc/3258/task/3267/stat : 3267 (java) S 3256 3258 3212 0 -1 64 2660 0 0 0 74 1 0 0 17 0 13 0 33351468 1754722304 139522 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3258/tid=3268] ppid=3256 vsize=1713596 CPUtime=0
/proc/3258/task/3268/stat : 3268 (java) S 3256 3258 3212 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 33351468 1754722304 139522 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3258/tid=3269] ppid=3256 vsize=1713596 CPUtime=0
/proc/3258/task/3269/stat : 3269 (java) S 3256 3258 3212 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 33351468 1754722304 139522 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3258/tid=3270] ppid=3256 vsize=1713596 CPUtime=0
/proc/3258/task/3270/stat : 3270 (java) S 3256 3258 3212 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 33351508 1754722304 139522 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.68
Current children cumulated vsize (Kb) 1713596



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1784.32 s]
/proc/loadavg: 1.00 1.00 0.97 2/76 3467
/proc/meminfo: memFree=974432/2055920 swapFree=4192036/4192956
[pid=3258] ppid=3256 vsize=1713596 CPUtime=1800.69
/proc/3258/stat : 3258 (java) R 3256 3258 3212 0 -1 0 254018 0 1 0 179943 126 0 0 23 0 13 0 33351458 1754722304 139522 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071399897 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/3258/statm: 428399 139522 1908 14 0 415146 0
[pid=3258/tid=3259] ppid=3256 vsize=1713596 CPUtime=15.91
/proc/3258/task/3259/stat : 3259 (java) S 3256 3258 3212 0 -1 64 71121 0 0 0 1558 33 0 0 17 0 13 0 33351462 1754722304 139522 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3258/tid=3260] ppid=3256 vsize=1713596 CPUtime=15.82
/proc/3258/task/3260/stat : 3260 (java) S 3256 3258 3212 0 -1 64 57862 0 0 0 1552 30 0 0 17 0 13 0 33351462 1754722304 139522 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3258/tid=3261] ppid=3256 vsize=1713596 CPUtime=0.26
/proc/3258/task/3261/stat : 3261 (java) S 3256 3258 3212 0 -1 64 260 0 0 0 13 13 0 0 16 0 13 0 33351464 1754722304 139522 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=3258/tid=3262] ppid=3256 vsize=1713596 CPUtime=0
/proc/3258/task/3262/stat : 3262 (java) S 3256 3258 3212 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 33351465 1754722304 139522 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3258/tid=3263] ppid=3256 vsize=1713596 CPUtime=0
/proc/3258/task/3263/stat : 3263 (java) S 3256 3258 3212 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 33351465 1754722304 139522 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3258/tid=3264] ppid=3256 vsize=1713596 CPUtime=0
/proc/3258/task/3264/stat : 3264 (java) S 3256 3258 3212 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 33351468 1754722304 139522 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3258/tid=3265] ppid=3256 vsize=1713596 CPUtime=0
/proc/3258/task/3265/stat : 3265 (java) S 3256 3258 3212 0 -1 64 18 0 0 0 0 0 0 0 17 0 13 0 33351468 1754722304 139522 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3258/tid=3266] ppid=3256 vsize=1713596 CPUtime=1.09
/proc/3258/task/3266/stat : 3266 (java) S 3256 3258 3212 0 -1 64 2857 0 0 0 109 0 0 0 16 0 13 0 33351468 1754722304 139522 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3258/tid=3267] ppid=3256 vsize=1713596 CPUtime=0.75
/proc/3258/task/3267/stat : 3267 (java) S 3256 3258 3212 0 -1 64 2660 0 0 0 74 1 0 0 17 0 13 0 33351468 1754722304 139522 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3258/tid=3268] ppid=3256 vsize=1713596 CPUtime=0
/proc/3258/task/3268/stat : 3268 (java) S 3256 3258 3212 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 33351468 1754722304 139522 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3258/tid=3269] ppid=3256 vsize=1713596 CPUtime=0
/proc/3258/task/3269/stat : 3269 (java) S 3256 3258 3212 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 33351468 1754722304 139522 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3258/tid=3270] ppid=3256 vsize=1713596 CPUtime=0
/proc/3258/task/3270/stat : 3270 (java) S 3256 3258 3212 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 33351508 1754722304 139522 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.69
Current children cumulated vsize (Kb) 1713596

Sending SIGTERM to -3258
Sleeping 2 seconds

Child status: 143
Real time (s): 1784.43
CPU time (s): 1800.79
CPU user time (s): 1799.44
CPU system time (s): 1.35379
CPU usage (%): 100.917
Max. virtual memory (cumulated for all children) (Kb): 1715756

Launcher Data (download as text)

Begin job on node64 on Sat Jun  3 05:46:42 UTC 2006


FILE ID= 44731-1149313602

PBS_JOBID= 308198

BENCH NAME= HOME/pub/bench/PB06//final/normalized-PB06/OPT-BIGINT/mps-v2-20-10/MIPLIB/miplib/normalized-mps-v2-20-10-sample2.opb
COMMAND LINE= java -server -Xms1500M -Xmx1500M -jar ROOT/solvers/PB/PB06final/user5/sat4jPseudoPlus.jar ROOT/tmp/node64/44731-1149313602/instance-44731-1149313602.opb 675493952
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node64/watcher-44731-1149313602 -o ROOT/results/node64/solver-44731-1149313602 -C 1800 -M 1800 -S 64  java -server -Xms1500M -Xmx1500M -jar ROOT/solvers/PB/PB06final/user5/sat4jPseudoPlus.jar ROOT/tmp/node64/44731-1149313602/instance-44731-1149313602.opb 675493952

MD5SUM SOLVER= e9637a7554f3ecdf74c1815f89d00213
MD5SUM BENCH=  f72f6e3cf70b31c2d253740c5b04c4f6

RANDOM SEED= 675493952


/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.219
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.219
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:       1527096 kB
Buffers:         30420 kB
Cached:         420724 kB
SwapCached:        444 kB
Active:          45120 kB
Inactive:       420092 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1527096 kB
SwapTotal:     4192956 kB
SwapFree:      4192036 kB
Dirty:             164 kB
Writeback:           0 kB
Mapped:          23736 kB
Slab:            49560 kB
Committed_AS:   249780 kB
PageTables:       1480 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB


End job on node64 on Sat Jun  3 06:16:26 UTC 2006