Trace number 50946

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.89 1791.57

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/submitted-PB06/roussel/factor/
normalized-factor-sizeN=80-sizeP=41-sizeQ=80-898154415.opb
MD5SUMb2bf9f8d31917c650553528547c41ef1
Bench CategoryOPT-BIGINT (optimisation, big integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark1
Best CPU time to get the best result obtained on this benchmark2.73558
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 1
Optimality of the best value was proved YES
Number of variables3401
Total number of constraints9841
Number of constraints which are clauses9840
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint3280
Number of terms in the objective function 41
Biggest coefficient in the objective function 1099511627776
Number of bits for the biggest coefficient in the objective function 41
Sum of the numbers in the objective function 2199023255551
Number of bits of the sum of numbers in the objective function 41
Biggest number in a constraint 664613997892457936451903530140172288
Number of bits of the biggest number in a constraint 120
Biggest sum of numbers in a constraint 2658455991569719978762429512260881840
Number of bits of the biggest sum of numbers121
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data (download as text)

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

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

runsolver version 3.0.3 (c) roussel@cril.univ-artois.fr

Enforcing memory limit (will send SIGKILL): 1843200 Kb
Enforcing VSIZE limit: 1887436800 bytes
command line: runsolver --timestamp -w ROOT/results/node33/watcher-50946-1154118647 -o ROOT/results/node33/solver-50946-1154118647 -C 1800 -M 1800 -S 64 java -server -Xms1500M -Xmx1500M -jar ROOT/solvers/PB/PB06final/user5/sat4jPseudoPlus.jar ROOT/tmp/node33/50946-1154118647/instance-50946-1154118647.opb 771306598 

Current StackSize limit: 67108864 bytes

/proc/loadavg: 1.00 1.00 1.00 2/64 27444
/proc/meminfo: memFree=1303696/2055920 swapFree=4183192/4192956
[pid=27444] ppid=27442 vsize=168 CPUtime=0
/proc/27444/stat : 27444 (java) R 27442 27444 27395 0 -1 0 40 0 0 0 0 0 0 0 19 0 1 0 158739722 172032 23 18446744073709551615 134512640 134570276 4294956608 18446744073709551615 10945316 0 0 4096 0 0 0 0 17 1 0 0
/proc/27444/statm: 42 23 18 14 0 2 0

[startup+10.003 s]
/proc/loadavg: 1.08 1.02 1.01 2/76 27456
/proc/meminfo: memFree=1121456/2055920 swapFree=4183192/4192956
[pid=27444] ppid=27442 vsize=1713192 CPUtime=11.25
/proc/27444/stat : 27444 (java) R 27442 27444 27395 0 -1 0 49855 0 1 0 1101 24 0 0 20 0 13 0 158739722 1754308608 47301 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071462726 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/27444/statm: 428298 47301 1901 14 0 415045 0
[pid=27444/tid=27445] ppid=27442 vsize=1713192 CPUtime=0.06
/proc/27444/task/27445/stat : 27445 (java) S 27442 27444 27395 0 -1 64 1505 0 0 0 6 0 0 0 16 0 13 0 158739726 1754308608 47301 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27444/tid=27446] ppid=27442 vsize=1713192 CPUtime=0.06
/proc/27444/task/27446/stat : 27446 (java) S 27442 27444 27395 0 -1 64 1355 0 0 0 6 0 0 0 16 0 13 0 158739726 1754308608 47301 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27444/tid=27447] ppid=27442 vsize=1713192 CPUtime=0
/proc/27444/task/27447/stat : 27447 (java) S 27442 27444 27395 0 -1 64 33 0 0 0 0 0 0 0 17 0 13 0 158739728 1754308608 47301 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=27444/tid=27448] ppid=27442 vsize=1713192 CPUtime=0
/proc/27444/task/27448/stat : 27448 (java) S 27442 27444 27395 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 158739729 1754308608 47301 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27444/tid=27449] ppid=27442 vsize=1713192 CPUtime=0
/proc/27444/task/27449/stat : 27449 (java) S 27442 27444 27395 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 158739729 1754308608 47301 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27444/tid=27450] ppid=27442 vsize=1713192 CPUtime=0
/proc/27444/task/27450/stat : 27450 (java) S 27442 27444 27395 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 158739732 1754308608 47301 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27444/tid=27451] ppid=27442 vsize=1713192 CPUtime=0
/proc/27444/task/27451/stat : 27451 (java) S 27442 27444 27395 0 -1 64 2 0 0 0 0 0 0 0 17 0 13 0 158739732 1754308608 47301 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27444/tid=27452] ppid=27442 vsize=1713192 CPUtime=0.65
/proc/27444/task/27452/stat : 27452 (java) S 27442 27444 27395 0 -1 64 695 0 0 0 65 0 0 0 17 0 13 0 158739732 1754308608 47301 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27444/tid=27453] ppid=27442 vsize=1713192 CPUtime=0.88
/proc/27444/task/27453/stat : 27453 (java) S 27442 27444 27395 0 -1 64 2277 0 0 0 87 1 0 0 16 0 13 0 158739732 1754308608 47301 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27444/tid=27454] ppid=27442 vsize=1713192 CPUtime=0
/proc/27444/task/27454/stat : 27454 (java) S 27442 27444 27395 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 158739732 1754308608 47301 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27444/tid=27455] ppid=27442 vsize=1713192 CPUtime=0
/proc/27444/task/27455/stat : 27455 (java) S 27442 27444 27395 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 158739732 1754308608 47301 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27444/tid=27456] ppid=27442 vsize=1713192 CPUtime=0
/proc/27444/task/27456/stat : 27456 (java) S 27442 27444 27395 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 158739887 1754308608 47301 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 11.25
Current children cumulated vsize (Kb) 1713192

[startup+20.0113 s]
/proc/loadavg: 1.07 1.02 1.00 2/76 27456
/proc/meminfo: memFree=1136240/2055920 swapFree=4183192/4192956
[pid=27444] ppid=27442 vsize=1713192 CPUtime=21.35
/proc/27444/stat : 27444 (java) R 27442 27444 27395 0 -1 0 49948 0 1 0 2110 25 0 0 18 0 13 0 158739722 1754308608 43598 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071397356 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/27444/statm: 428298 43598 1901 14 0 415045 0
[pid=27444/tid=27445] ppid=27442 vsize=1713192 CPUtime=0.06
/proc/27444/task/27445/stat : 27445 (java) S 27442 27444 27395 0 -1 64 1506 0 0 0 6 0 0 0 16 0 13 0 158739726 1754308608 43598 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27444/tid=27446] ppid=27442 vsize=1713192 CPUtime=0.06
/proc/27444/task/27446/stat : 27446 (java) S 27442 27444 27395 0 -1 64 1429 0 0 0 6 0 0 0 16 0 13 0 158739726 1754308608 43598 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27444/tid=27447] ppid=27442 vsize=1713192 CPUtime=0
/proc/27444/task/27447/stat : 27447 (java) S 27442 27444 27395 0 -1 64 33 0 0 0 0 0 0 0 16 0 13 0 158739728 1754308608 43598 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=27444/tid=27448] ppid=27442 vsize=1713192 CPUtime=0
/proc/27444/task/27448/stat : 27448 (java) S 27442 27444 27395 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 158739729 1754308608 43598 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27444/tid=27449] ppid=27442 vsize=1713192 CPUtime=0
/proc/27444/task/27449/stat : 27449 (java) S 27442 27444 27395 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 158739729 1754308608 43598 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27444/tid=27450] ppid=27442 vsize=1713192 CPUtime=0
/proc/27444/task/27450/stat : 27450 (java) S 27442 27444 27395 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 158739732 1754308608 43598 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27444/tid=27451] ppid=27442 vsize=1713192 CPUtime=0
/proc/27444/task/27451/stat : 27451 (java) S 27442 27444 27395 0 -1 64 2 0 0 0 0 0 0 0 17 0 13 0 158739732 1754308608 43598 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27444/tid=27452] ppid=27442 vsize=1713192 CPUtime=0.68
/proc/27444/task/27452/stat : 27452 (java) S 27442 27444 27395 0 -1 64 695 0 0 0 68 0 0 0 16 0 13 0 158739732 1754308608 43598 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27444/tid=27453] ppid=27442 vsize=1713192 CPUtime=0.94
/proc/27444/task/27453/stat : 27453 (java) S 27442 27444 27395 0 -1 64 2278 0 0 0 93 1 0 0 16 0 13 0 158739732 1754308608 43598 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27444/tid=27454] ppid=27442 vsize=1713192 CPUtime=0
/proc/27444/task/27454/stat : 27454 (java) S 27442 27444 27395 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 158739732 1754308608 43598 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27444/tid=27455] ppid=27442 vsize=1713192 CPUtime=0
/proc/27444/task/27455/stat : 27455 (java) S 27442 27444 27395 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 158739732 1754308608 43598 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27444/tid=27456] ppid=27442 vsize=1713192 CPUtime=0
/proc/27444/task/27456/stat : 27456 (java) S 27442 27444 27395 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 158739887 1754308608 43598 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 21.35
Current children cumulated vsize (Kb) 1713192

[startup+30.0185 s]
/proc/loadavg: 1.06 1.01 1.00 2/76 27456
/proc/meminfo: memFree=1142000/2055920 swapFree=4183192/4192956
[pid=27444] ppid=27442 vsize=1713192 CPUtime=31.35
/proc/27444/stat : 27444 (java) R 27442 27444 27395 0 -1 0 49995 0 1 0 3110 25 0 0 18 0 13 0 158739722 1754308608 42168 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071611760 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/27444/statm: 428298 42168 1901 14 0 415045 0
[pid=27444/tid=27445] ppid=27442 vsize=1713192 CPUtime=0.06
/proc/27444/task/27445/stat : 27445 (java) S 27442 27444 27395 0 -1 64 1506 0 0 0 6 0 0 0 16 0 13 0 158739726 1754308608 42168 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27444/tid=27446] ppid=27442 vsize=1713192 CPUtime=0.07
/proc/27444/task/27446/stat : 27446 (java) S 27442 27444 27395 0 -1 64 1458 0 0 0 7 0 0 0 16 0 13 0 158739726 1754308608 42168 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27444/tid=27447] ppid=27442 vsize=1713192 CPUtime=0
/proc/27444/task/27447/stat : 27447 (java) S 27442 27444 27395 0 -1 64 33 0 0 0 0 0 0 0 15 0 13 0 158739728 1754308608 42168 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=27444/tid=27448] ppid=27442 vsize=1713192 CPUtime=0
/proc/27444/task/27448/stat : 27448 (java) S 27442 27444 27395 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 158739729 1754308608 42168 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27444/tid=27449] ppid=27442 vsize=1713192 CPUtime=0
/proc/27444/task/27449/stat : 27449 (java) S 27442 27444 27395 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 158739729 1754308608 42168 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27444/tid=27450] ppid=27442 vsize=1713192 CPUtime=0
/proc/27444/task/27450/stat : 27450 (java) S 27442 27444 27395 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 158739732 1754308608 42168 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27444/tid=27451] ppid=27442 vsize=1713192 CPUtime=0
/proc/27444/task/27451/stat : 27451 (java) S 27442 27444 27395 0 -1 64 2 0 0 0 0 0 0 0 17 0 13 0 158739732 1754308608 42168 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27444/tid=27452] ppid=27442 vsize=1713192 CPUtime=0.68
/proc/27444/task/27452/stat : 27452 (java) S 27442 27444 27395 0 -1 64 695 0 0 0 68 0 0 0 16 0 13 0 158739732 1754308608 42168 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27444/tid=27453] ppid=27442 vsize=1713192 CPUtime=0.94
/proc/27444/task/27453/stat : 27453 (java) S 27442 27444 27395 0 -1 64 2278 0 0 0 93 1 0 0 16 0 13 0 158739732 1754308608 42168 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27444/tid=27454] ppid=27442 vsize=1713192 CPUtime=0
/proc/27444/task/27454/stat : 27454 (java) S 27442 27444 27395 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 158739732 1754308608 42168 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27444/tid=27455] ppid=27442 vsize=1713192 CPUtime=0
/proc/27444/task/27455/stat : 27455 (java) S 27442 27444 27395 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 158739732 1754308608 42168 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27444/tid=27456] ppid=27442 vsize=1713192 CPUtime=0
/proc/27444/task/27456/stat : 27456 (java) S 27442 27444 27395 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 158739887 1754308608 42168 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 31.35
Current children cumulated vsize (Kb) 1713192

[startup+40.0258 s]
/proc/loadavg: 1.05 1.01 1.00 2/76 27456
/proc/meminfo: memFree=1143152/2055920 swapFree=4183192/4192956
[pid=27444] ppid=27442 vsize=1713192 CPUtime=41.36
/proc/27444/stat : 27444 (java) R 27442 27444 27395 0 -1 0 50045 0 1 0 4111 25 0 0 17 0 13 0 158739722 1754308608 41877 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071507760 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/27444/statm: 428298 41877 1901 14 0 415045 0
[pid=27444/tid=27445] ppid=27442 vsize=1713192 CPUtime=0.07
/proc/27444/task/27445/stat : 27445 (java) S 27442 27444 27395 0 -1 64 1524 0 0 0 7 0 0 0 15 0 13 0 158739726 1754308608 41877 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27444/tid=27446] ppid=27442 vsize=1713192 CPUtime=0.07
/proc/27444/task/27446/stat : 27446 (java) S 27442 27444 27395 0 -1 64 1470 0 0 0 7 0 0 0 15 0 13 0 158739726 1754308608 41877 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27444/tid=27447] ppid=27442 vsize=1713192 CPUtime=0
/proc/27444/task/27447/stat : 27447 (java) S 27442 27444 27395 0 -1 64 33 0 0 0 0 0 0 0 15 0 13 0 158739728 1754308608 41877 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=27444/tid=27448] ppid=27442 vsize=1713192 CPUtime=0
/proc/27444/task/27448/stat : 27448 (java) S 27442 27444 27395 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 158739729 1754308608 41877 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27444/tid=27449] ppid=27442 vsize=1713192 CPUtime=0
/proc/27444/task/27449/stat : 27449 (java) S 27442 27444 27395 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 158739729 1754308608 41877 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27444/tid=27450] ppid=27442 vsize=1713192 CPUtime=0
/proc/27444/task/27450/stat : 27450 (java) S 27442 27444 27395 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 158739732 1754308608 41877 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27444/tid=27451] ppid=27442 vsize=1713192 CPUtime=0
/proc/27444/task/27451/stat : 27451 (java) S 27442 27444 27395 0 -1 64 2 0 0 0 0 0 0 0 17 0 13 0 158739732 1754308608 41877 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27444/tid=27452] ppid=27442 vsize=1713192 CPUtime=0.69
/proc/27444/task/27452/stat : 27452 (java) S 27442 27444 27395 0 -1 64 695 0 0 0 69 0 0 0 16 0 13 0 158739732 1754308608 41877 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27444/tid=27453] ppid=27442 vsize=1713192 CPUtime=0.94
/proc/27444/task/27453/stat : 27453 (java) S 27442 27444 27395 0 -1 64 2278 0 0 0 93 1 0 0 16 0 13 0 158739732 1754308608 41877 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27444/tid=27454] ppid=27442 vsize=1713192 CPUtime=0
/proc/27444/task/27454/stat : 27454 (java) S 27442 27444 27395 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 158739732 1754308608 41877 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27444/tid=27455] ppid=27442 vsize=1713192 CPUtime=0
/proc/27444/task/27455/stat : 27455 (java) S 27442 27444 27395 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 158739732 1754308608 41877 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27444/tid=27456] ppid=27442 vsize=1713192 CPUtime=0
/proc/27444/task/27456/stat : 27456 (java) S 27442 27444 27395 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 158739887 1754308608 41877 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 41.36
Current children cumulated vsize (Kb) 1713192

[startup+50.0331 s]
/proc/loadavg: 1.04 1.01 1.00 2/76 27456
/proc/meminfo: memFree=1143216/2055920 swapFree=4183192/4192956
[pid=27444] ppid=27442 vsize=1713192 CPUtime=51.38
/proc/27444/stat : 27444 (java) R 27442 27444 27395 0 -1 0 50095 0 1 0 5112 26 0 0 17 0 13 0 158739722 1754308608 41890 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071611752 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/27444/statm: 428298 41890 1901 14 0 415045 0
[pid=27444/tid=27445] ppid=27442 vsize=1713192 CPUtime=0.07
/proc/27444/task/27445/stat : 27445 (java) S 27442 27444 27395 0 -1 64 1545 0 0 0 7 0 0 0 15 0 13 0 158739726 1754308608 41890 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27444/tid=27446] ppid=27442 vsize=1713192 CPUtime=0.08
/proc/27444/task/27446/stat : 27446 (java) S 27442 27444 27395 0 -1 64 1478 0 0 0 8 0 0 0 16 0 13 0 158739726 1754308608 41890 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27444/tid=27447] ppid=27442 vsize=1713192 CPUtime=0
/proc/27444/task/27447/stat : 27447 (java) S 27442 27444 27395 0 -1 64 33 0 0 0 0 0 0 0 15 0 13 0 158739728 1754308608 41890 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=27444/tid=27448] ppid=27442 vsize=1713192 CPUtime=0
/proc/27444/task/27448/stat : 27448 (java) S 27442 27444 27395 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 158739729 1754308608 41890 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27444/tid=27449] ppid=27442 vsize=1713192 CPUtime=0
/proc/27444/task/27449/stat : 27449 (java) S 27442 27444 27395 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 158739729 1754308608 41890 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27444/tid=27450] ppid=27442 vsize=1713192 CPUtime=0
/proc/27444/task/27450/stat : 27450 (java) S 27442 27444 27395 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 158739732 1754308608 41890 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27444/tid=27451] ppid=27442 vsize=1713192 CPUtime=0
/proc/27444/task/27451/stat : 27451 (java) S 27442 27444 27395 0 -1 64 2 0 0 0 0 0 0 0 17 0 13 0 158739732 1754308608 41890 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27444/tid=27452] ppid=27442 vsize=1713192 CPUtime=0.69
/proc/27444/task/27452/stat : 27452 (java) S 27442 27444 27395 0 -1 64 695 0 0 0 69 0 0 0 16 0 13 0 158739732 1754308608 41890 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27444/tid=27453] ppid=27442 vsize=1713192 CPUtime=0.94
/proc/27444/task/27453/stat : 27453 (java) S 27442 27444 27395 0 -1 64 2278 0 0 0 93 1 0 0 16 0 13 0 158739732 1754308608 41890 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27444/tid=27454] ppid=27442 vsize=1713192 CPUtime=0
/proc/27444/task/27454/stat : 27454 (java) S 27442 27444 27395 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 158739732 1754308608 41890 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27444/tid=27455] ppid=27442 vsize=1713192 CPUtime=0
/proc/27444/task/27455/stat : 27455 (java) S 27442 27444 27395 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 158739732 1754308608 41890 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27444/tid=27456] ppid=27442 vsize=1713192 CPUtime=0
/proc/27444/task/27456/stat : 27456 (java) S 27442 27444 27395 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 158739887 1754308608 41890 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 51.38
Current children cumulated vsize (Kb) 1713192

[startup+60.0404 s]
/proc/loadavg: 1.03 1.01 1.00 2/76 27456
/proc/meminfo: memFree=1145840/2055920 swapFree=4183192/4192956
[pid=27444] ppid=27442 vsize=1713192 CPUtime=61.51
/proc/27444/stat : 27444 (java) R 27442 27444 27395 0 -1 0 51269 0 1 0 6124 27 0 0 25 0 13 0 158739722 1754308608 41224 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071463660 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/27444/statm: 428298 41224 1907 14 0 415045 0
[pid=27444/tid=27445] ppid=27442 vsize=1713192 CPUtime=0.11
/proc/27444/task/27445/stat : 27445 (java) S 27442 27444 27395 0 -1 64 2242 0 0 0 10 1 0 0 16 0 13 0 158739726 1754308608 41224 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27444/tid=27446] ppid=27442 vsize=1713192 CPUtime=0.11
/proc/27444/task/27446/stat : 27446 (java) S 27442 27444 27395 0 -1 64 1914 0 0 0 10 1 0 0 17 0 13 0 158739726 1754308608 41224 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27444/tid=27447] ppid=27442 vsize=1713192 CPUtime=0.01
/proc/27444/task/27447/stat : 27447 (java) S 27442 27444 27395 0 -1 64 33 0 0 0 1 0 0 0 16 0 13 0 158739728 1754308608 41224 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=27444/tid=27448] ppid=27442 vsize=1713192 CPUtime=0
/proc/27444/task/27448/stat : 27448 (java) S 27442 27444 27395 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 158739729 1754308608 41224 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27444/tid=27449] ppid=27442 vsize=1713192 CPUtime=0
/proc/27444/task/27449/stat : 27449 (java) S 27442 27444 27395 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 158739729 1754308608 41224 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27444/tid=27450] ppid=27442 vsize=1713192 CPUtime=0

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

/proc/27444/task/27448/stat : 27448 (java) S 27442 27444 27395 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 158739729 1754308608 158185 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27444/tid=27449] ppid=27442 vsize=1713192 CPUtime=0
/proc/27444/task/27449/stat : 27449 (java) S 27442 27444 27395 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 158739729 1754308608 158185 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27444/tid=27450] ppid=27442 vsize=1713192 CPUtime=0
/proc/27444/task/27450/stat : 27450 (java) S 27442 27444 27395 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 158739732 1754308608 158185 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27444/tid=27451] ppid=27442 vsize=1713192 CPUtime=0
/proc/27444/task/27451/stat : 27451 (java) S 27442 27444 27395 0 -1 64 2 0 0 0 0 0 0 0 17 0 13 0 158739732 1754308608 158185 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27444/tid=27452] ppid=27442 vsize=1713192 CPUtime=0.82
/proc/27444/task/27452/stat : 27452 (java) S 27442 27444 27395 0 -1 64 703 0 0 0 82 0 0 0 16 0 13 0 158739732 1754308608 158185 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27444/tid=27453] ppid=27442 vsize=1713192 CPUtime=1.02
/proc/27444/task/27453/stat : 27453 (java) S 27442 27444 27395 0 -1 64 2290 0 0 0 101 1 0 0 16 0 13 0 158739732 1754308608 158185 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27444/tid=27454] ppid=27442 vsize=1713192 CPUtime=0
/proc/27444/task/27454/stat : 27454 (java) S 27442 27444 27395 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 158739732 1754308608 158185 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27444/tid=27455] ppid=27442 vsize=1713192 CPUtime=0
/proc/27444/task/27455/stat : 27455 (java) S 27442 27444 27395 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 158739732 1754308608 158185 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27444/tid=27456] ppid=27442 vsize=1713192 CPUtime=0
/proc/27444/task/27456/stat : 27456 (java) S 27442 27444 27395 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 158739887 1754308608 158185 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1796.69
Current children cumulated vsize (Kb) 1713192

[startup+1788.39 s]
/proc/loadavg: 1.01 1.02 1.00 2/76 27458
/proc/meminfo: memFree=676080/2055920 swapFree=4183192/4192956
[pid=27444] ppid=27442 vsize=1713192 CPUtime=1797.7
/proc/27444/stat : 27444 (java) R 27442 27444 27395 0 -1 0 431439 0 1 0 179501 269 0 0 25 0 13 0 158739722 1754308608 158185 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071463127 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/27444/statm: 428298 158185 1910 14 0 415045 0
[pid=27444/tid=27445] ppid=27442 vsize=1713192 CPUtime=9.17
/proc/27444/task/27445/stat : 27445 (java) S 27442 27444 27395 0 -1 64 104679 0 0 0 856 61 0 0 16 0 13 0 158739726 1754308608 158185 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27444/tid=27446] ppid=27442 vsize=1713192 CPUtime=9.24
/proc/27444/task/27446/stat : 27446 (java) S 27442 27444 27395 0 -1 64 105338 0 0 0 858 66 0 0 16 0 13 0 158739726 1754308608 158185 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27444/tid=27447] ppid=27442 vsize=1713192 CPUtime=0.74
/proc/27444/task/27447/stat : 27447 (java) S 27442 27444 27395 0 -1 64 611 0 0 0 36 38 0 0 16 0 13 0 158739728 1754308608 158185 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=27444/tid=27448] ppid=27442 vsize=1713192 CPUtime=0
/proc/27444/task/27448/stat : 27448 (java) S 27442 27444 27395 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 158739729 1754308608 158185 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27444/tid=27449] ppid=27442 vsize=1713192 CPUtime=0
/proc/27444/task/27449/stat : 27449 (java) S 27442 27444 27395 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 158739729 1754308608 158185 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27444/tid=27450] ppid=27442 vsize=1713192 CPUtime=0
/proc/27444/task/27450/stat : 27450 (java) S 27442 27444 27395 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 158739732 1754308608 158185 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27444/tid=27451] ppid=27442 vsize=1713192 CPUtime=0
/proc/27444/task/27451/stat : 27451 (java) S 27442 27444 27395 0 -1 64 2 0 0 0 0 0 0 0 17 0 13 0 158739732 1754308608 158185 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27444/tid=27452] ppid=27442 vsize=1713192 CPUtime=0.82
/proc/27444/task/27452/stat : 27452 (java) S 27442 27444 27395 0 -1 64 703 0 0 0 82 0 0 0 16 0 13 0 158739732 1754308608 158185 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27444/tid=27453] ppid=27442 vsize=1713192 CPUtime=1.02
/proc/27444/task/27453/stat : 27453 (java) S 27442 27444 27395 0 -1 64 2290 0 0 0 101 1 0 0 16 0 13 0 158739732 1754308608 158185 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27444/tid=27454] ppid=27442 vsize=1713192 CPUtime=0
/proc/27444/task/27454/stat : 27454 (java) S 27442 27444 27395 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 158739732 1754308608 158185 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27444/tid=27455] ppid=27442 vsize=1713192 CPUtime=0
/proc/27444/task/27455/stat : 27455 (java) S 27442 27444 27395 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 158739732 1754308608 158185 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27444/tid=27456] ppid=27442 vsize=1713192 CPUtime=0
/proc/27444/task/27456/stat : 27456 (java) S 27442 27444 27395 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 158739887 1754308608 158185 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1797.7
Current children cumulated vsize (Kb) 1713192

[startup+1789.4 s]
/proc/loadavg: 1.01 1.02 1.00 2/76 27458
/proc/meminfo: memFree=676080/2055920 swapFree=4183192/4192956
[pid=27444] ppid=27442 vsize=1713192 CPUtime=1798.7
/proc/27444/stat : 27444 (java) R 27442 27444 27395 0 -1 0 431439 0 1 0 179601 269 0 0 25 0 13 0 158739722 1754308608 158185 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071602929 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/27444/statm: 428298 158185 1910 14 0 415045 0
[pid=27444/tid=27445] ppid=27442 vsize=1713192 CPUtime=9.17
/proc/27444/task/27445/stat : 27445 (java) S 27442 27444 27395 0 -1 64 104679 0 0 0 856 61 0 0 16 0 13 0 158739726 1754308608 158185 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27444/tid=27446] ppid=27442 vsize=1713192 CPUtime=9.24
/proc/27444/task/27446/stat : 27446 (java) S 27442 27444 27395 0 -1 64 105338 0 0 0 858 66 0 0 16 0 13 0 158739726 1754308608 158185 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27444/tid=27447] ppid=27442 vsize=1713192 CPUtime=0.74
/proc/27444/task/27447/stat : 27447 (java) S 27442 27444 27395 0 -1 64 611 0 0 0 36 38 0 0 16 0 13 0 158739728 1754308608 158185 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=27444/tid=27448] ppid=27442 vsize=1713192 CPUtime=0
/proc/27444/task/27448/stat : 27448 (java) S 27442 27444 27395 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 158739729 1754308608 158185 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27444/tid=27449] ppid=27442 vsize=1713192 CPUtime=0
/proc/27444/task/27449/stat : 27449 (java) S 27442 27444 27395 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 158739729 1754308608 158185 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27444/tid=27450] ppid=27442 vsize=1713192 CPUtime=0
/proc/27444/task/27450/stat : 27450 (java) S 27442 27444 27395 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 158739732 1754308608 158185 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27444/tid=27451] ppid=27442 vsize=1713192 CPUtime=0
/proc/27444/task/27451/stat : 27451 (java) S 27442 27444 27395 0 -1 64 2 0 0 0 0 0 0 0 17 0 13 0 158739732 1754308608 158185 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27444/tid=27452] ppid=27442 vsize=1713192 CPUtime=0.82
/proc/27444/task/27452/stat : 27452 (java) S 27442 27444 27395 0 -1 64 703 0 0 0 82 0 0 0 16 0 13 0 158739732 1754308608 158185 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27444/tid=27453] ppid=27442 vsize=1713192 CPUtime=1.02
/proc/27444/task/27453/stat : 27453 (java) S 27442 27444 27395 0 -1 64 2290 0 0 0 101 1 0 0 16 0 13 0 158739732 1754308608 158185 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27444/tid=27454] ppid=27442 vsize=1713192 CPUtime=0
/proc/27444/task/27454/stat : 27454 (java) S 27442 27444 27395 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 158739732 1754308608 158185 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27444/tid=27455] ppid=27442 vsize=1713192 CPUtime=0
/proc/27444/task/27455/stat : 27455 (java) S 27442 27444 27395 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 158739732 1754308608 158185 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27444/tid=27456] ppid=27442 vsize=1713192 CPUtime=0
/proc/27444/task/27456/stat : 27456 (java) S 27442 27444 27395 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 158739887 1754308608 158185 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1798.7
Current children cumulated vsize (Kb) 1713192

[startup+1790.4 s]
/proc/loadavg: 1.01 1.02 1.00 2/76 27458
/proc/meminfo: memFree=676208/2055920 swapFree=4183192/4192956
[pid=27444] ppid=27442 vsize=1713192 CPUtime=1799.71
/proc/27444/stat : 27444 (java) R 27442 27444 27395 0 -1 0 431440 0 1 0 179702 269 0 0 19 0 13 0 158739722 1754308608 158153 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071419202 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/27444/statm: 428298 158153 1910 14 0 415045 0
[pid=27444/tid=27445] ppid=27442 vsize=1713192 CPUtime=9.18
/proc/27444/task/27445/stat : 27445 (java) S 27442 27444 27395 0 -1 64 104679 0 0 0 857 61 0 0 16 0 13 0 158739726 1754308608 158153 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27444/tid=27446] ppid=27442 vsize=1713192 CPUtime=9.25
/proc/27444/task/27446/stat : 27446 (java) S 27442 27444 27395 0 -1 64 105338 0 0 0 859 66 0 0 16 0 13 0 158739726 1754308608 158153 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27444/tid=27447] ppid=27442 vsize=1713192 CPUtime=0.74
/proc/27444/task/27447/stat : 27447 (java) S 27442 27444 27395 0 -1 64 611 0 0 0 36 38 0 0 16 0 13 0 158739728 1754308608 158153 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=27444/tid=27448] ppid=27442 vsize=1713192 CPUtime=0
/proc/27444/task/27448/stat : 27448 (java) S 27442 27444 27395 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 158739729 1754308608 158153 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27444/tid=27449] ppid=27442 vsize=1713192 CPUtime=0
/proc/27444/task/27449/stat : 27449 (java) S 27442 27444 27395 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 158739729 1754308608 158153 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27444/tid=27450] ppid=27442 vsize=1713192 CPUtime=0
/proc/27444/task/27450/stat : 27450 (java) S 27442 27444 27395 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 158739732 1754308608 158153 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27444/tid=27451] ppid=27442 vsize=1713192 CPUtime=0
/proc/27444/task/27451/stat : 27451 (java) S 27442 27444 27395 0 -1 64 2 0 0 0 0 0 0 0 17 0 13 0 158739732 1754308608 158153 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27444/tid=27452] ppid=27442 vsize=1713192 CPUtime=0.82
/proc/27444/task/27452/stat : 27452 (java) S 27442 27444 27395 0 -1 64 703 0 0 0 82 0 0 0 16 0 13 0 158739732 1754308608 158153 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27444/tid=27453] ppid=27442 vsize=1713192 CPUtime=1.02
/proc/27444/task/27453/stat : 27453 (java) S 27442 27444 27395 0 -1 64 2290 0 0 0 101 1 0 0 16 0 13 0 158739732 1754308608 158153 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27444/tid=27454] ppid=27442 vsize=1713192 CPUtime=0
/proc/27444/task/27454/stat : 27454 (java) S 27442 27444 27395 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 158739732 1754308608 158153 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27444/tid=27455] ppid=27442 vsize=1713192 CPUtime=0
/proc/27444/task/27455/stat : 27455 (java) S 27442 27444 27395 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 158739732 1754308608 158153 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27444/tid=27456] ppid=27442 vsize=1713192 CPUtime=0
/proc/27444/task/27456/stat : 27456 (java) S 27442 27444 27395 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 158739887 1754308608 158153 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1799.71
Current children cumulated vsize (Kb) 1713192

[startup+1791.41 s]
/proc/loadavg: 1.01 1.02 1.00 2/76 27458
/proc/meminfo: memFree=676208/2055920 swapFree=4183192/4192956
[pid=27444] ppid=27442 vsize=1713192 CPUtime=1800.72
/proc/27444/stat : 27444 (java) R 27442 27444 27395 0 -1 0 431440 0 1 0 179803 269 0 0 25 0 13 0 158739722 1754308608 158153 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071602971 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/27444/statm: 428298 158153 1910 14 0 415045 0
[pid=27444/tid=27445] ppid=27442 vsize=1713192 CPUtime=9.18
/proc/27444/task/27445/stat : 27445 (java) S 27442 27444 27395 0 -1 64 104679 0 0 0 857 61 0 0 16 0 13 0 158739726 1754308608 158153 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27444/tid=27446] ppid=27442 vsize=1713192 CPUtime=9.25
/proc/27444/task/27446/stat : 27446 (java) S 27442 27444 27395 0 -1 64 105338 0 0 0 859 66 0 0 16 0 13 0 158739726 1754308608 158153 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27444/tid=27447] ppid=27442 vsize=1713192 CPUtime=0.74
/proc/27444/task/27447/stat : 27447 (java) S 27442 27444 27395 0 -1 64 611 0 0 0 36 38 0 0 16 0 13 0 158739728 1754308608 158153 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=27444/tid=27448] ppid=27442 vsize=1713192 CPUtime=0
/proc/27444/task/27448/stat : 27448 (java) S 27442 27444 27395 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 158739729 1754308608 158153 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27444/tid=27449] ppid=27442 vsize=1713192 CPUtime=0
/proc/27444/task/27449/stat : 27449 (java) S 27442 27444 27395 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 158739729 1754308608 158153 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27444/tid=27450] ppid=27442 vsize=1713192 CPUtime=0
/proc/27444/task/27450/stat : 27450 (java) S 27442 27444 27395 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 158739732 1754308608 158153 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27444/tid=27451] ppid=27442 vsize=1713192 CPUtime=0
/proc/27444/task/27451/stat : 27451 (java) S 27442 27444 27395 0 -1 64 2 0 0 0 0 0 0 0 17 0 13 0 158739732 1754308608 158153 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27444/tid=27452] ppid=27442 vsize=1713192 CPUtime=0.82
/proc/27444/task/27452/stat : 27452 (java) S 27442 27444 27395 0 -1 64 703 0 0 0 82 0 0 0 16 0 13 0 158739732 1754308608 158153 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27444/tid=27453] ppid=27442 vsize=1713192 CPUtime=1.02
/proc/27444/task/27453/stat : 27453 (java) S 27442 27444 27395 0 -1 64 2290 0 0 0 101 1 0 0 16 0 13 0 158739732 1754308608 158153 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27444/tid=27454] ppid=27442 vsize=1713192 CPUtime=0
/proc/27444/task/27454/stat : 27454 (java) S 27442 27444 27395 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 158739732 1754308608 158153 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27444/tid=27455] ppid=27442 vsize=1713192 CPUtime=0
/proc/27444/task/27455/stat : 27455 (java) S 27442 27444 27395 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 158739732 1754308608 158153 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27444/tid=27456] ppid=27442 vsize=1713192 CPUtime=0
/proc/27444/task/27456/stat : 27456 (java) S 27442 27444 27395 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 158739887 1754308608 158153 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.72
Current children cumulated vsize (Kb) 1713192



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1791.41 s]
/proc/loadavg: 1.01 1.02 1.00 2/76 27458
/proc/meminfo: memFree=676208/2055920 swapFree=4183192/4192956
[pid=27444] ppid=27442 vsize=1713192 CPUtime=1800.72
/proc/27444/stat : 27444 (java) R 27442 27444 27395 0 -1 0 431440 0 1 0 179803 269 0 0 25 0 13 0 158739722 1754308608 158153 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071602804 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/27444/statm: 428298 158153 1910 14 0 415045 0
[pid=27444/tid=27445] ppid=27442 vsize=1713192 CPUtime=9.18
/proc/27444/task/27445/stat : 27445 (java) S 27442 27444 27395 0 -1 64 104679 0 0 0 857 61 0 0 16 0 13 0 158739726 1754308608 158153 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27444/tid=27446] ppid=27442 vsize=1713192 CPUtime=9.25
/proc/27444/task/27446/stat : 27446 (java) S 27442 27444 27395 0 -1 64 105338 0 0 0 859 66 0 0 16 0 13 0 158739726 1754308608 158153 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27444/tid=27447] ppid=27442 vsize=1713192 CPUtime=0.74
/proc/27444/task/27447/stat : 27447 (java) S 27442 27444 27395 0 -1 64 611 0 0 0 36 38 0 0 16 0 13 0 158739728 1754308608 158153 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=27444/tid=27448] ppid=27442 vsize=1713192 CPUtime=0
/proc/27444/task/27448/stat : 27448 (java) S 27442 27444 27395 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 158739729 1754308608 158153 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27444/tid=27449] ppid=27442 vsize=1713192 CPUtime=0
/proc/27444/task/27449/stat : 27449 (java) S 27442 27444 27395 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 158739729 1754308608 158153 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27444/tid=27450] ppid=27442 vsize=1713192 CPUtime=0
/proc/27444/task/27450/stat : 27450 (java) S 27442 27444 27395 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 158739732 1754308608 158153 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27444/tid=27451] ppid=27442 vsize=1713192 CPUtime=0
/proc/27444/task/27451/stat : 27451 (java) S 27442 27444 27395 0 -1 64 2 0 0 0 0 0 0 0 17 0 13 0 158739732 1754308608 158153 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27444/tid=27452] ppid=27442 vsize=1713192 CPUtime=0.82
/proc/27444/task/27452/stat : 27452 (java) S 27442 27444 27395 0 -1 64 703 0 0 0 82 0 0 0 16 0 13 0 158739732 1754308608 158153 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27444/tid=27453] ppid=27442 vsize=1713192 CPUtime=1.02
/proc/27444/task/27453/stat : 27453 (java) S 27442 27444 27395 0 -1 64 2290 0 0 0 101 1 0 0 16 0 13 0 158739732 1754308608 158153 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27444/tid=27454] ppid=27442 vsize=1713192 CPUtime=0
/proc/27444/task/27454/stat : 27454 (java) S 27442 27444 27395 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 158739732 1754308608 158153 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27444/tid=27455] ppid=27442 vsize=1713192 CPUtime=0
/proc/27444/task/27455/stat : 27455 (java) S 27442 27444 27395 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 158739732 1754308608 158153 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27444/tid=27456] ppid=27442 vsize=1713192 CPUtime=0
/proc/27444/task/27456/stat : 27456 (java) S 27442 27444 27395 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 158739887 1754308608 158153 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.72
Current children cumulated vsize (Kb) 1713192

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Child status: 143
Real time (s): 1791.57
CPU time (s): 1800.89
CPU user time (s): 1798.09
CPU system time (s): 2.79557
CPU usage (%): 100.52
Max. virtual memory (cumulated for all children) (Kb): 1713192
The end

Launcher Data (download as text)

Begin job on node33 on Fri Jul 28 20:30:47 UTC 2006


FILE ID= 50946-1154118647

PBS_JOBID= 886831

BENCH NAME= HOME/pub/bench/PB06/final/normalized-PB06/OPT-BIGINT/submitted-PB06/roussel/factor/normalized-factor-sizeN=80-sizeP=41-sizeQ=80-898154415.opb
COMMAND LINE= java -server -Xms1500M -Xmx1500M -jar ROOT/solvers/PB/PB06final/user5/sat4jPseudoPlus.jar ROOT/tmp/node33/50946-1154118647/instance-50946-1154118647.opb 771306598
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node33/watcher-50946-1154118647 -o ROOT/results/node33/solver-50946-1154118647 -C 1800 -M 1800 -S 64  java -server -Xms1500M -Xmx1500M -jar ROOT/solvers/PB/PB06final/user5/sat4jPseudoPlus.jar ROOT/tmp/node33/50946-1154118647/instance-50946-1154118647.opb 771306598

MD5SUM SOLVER= e9637a7554f3ecdf74c1815f89d00213
MD5SUM BENCH=  b2bf9f8d31917c650553528547c41ef1

RANDOM SEED= 771306598

TIMEOUT= 1800 seconds


/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.218
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.218
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:       1303904 kB
Buffers:         34564 kB
Cached:         649368 kB
SwapCached:       3616 kB
Active:          55292 kB
Inactive:       637288 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1303904 kB
SwapTotal:     4192956 kB
SwapFree:      4183192 kB
Dirty:             168 kB
Writeback:           0 kB
Mapped:          14680 kB
Slab:            45456 kB
Committed_AS:   732048 kB
PageTables:       1420 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB


End job on node33 on Fri Jul 28 21:00:39 UTC 2006