Trace number 44762

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.42 1794.38

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/
MIPLIB/miplib2003/normalized-mps-v2-20-10-a1c1s1.opb
MD5SUMdaeaeaee67028e931b0f5195f178e9b3
Bench CategoryOPT-BIGINT (optimisation, big integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables107520
Total number of constraints3312
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints3312
Minimum length of a constraint50
Maximum length of a constraint820
Number of terms in the objective function 41280
Biggest coefficient in the objective function 1342177280000000
Number of bits for the biggest coefficient in the objective function 51
Sum of the numbers in the objective function 260295726093315792
Number of bits of the sum of numbers in the objective function 58
Biggest number in a constraint 1342177280000000
Number of bits of the biggest number in a constraint 51
Biggest sum of numbers in a constraint 260295726093315792
Number of bits of the biggest sum of numbers58
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.16	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.16	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.17	c no version file found!!!
0.17	c sun.arch.data.model	32
0.17	c java.version	1.5.0_06
0.17	c os.name	Linux
0.17	c os.version	2.6.9-22.EL.rootsmp
0.17	c os.arch	i386
0.17	c Free memory 1548419056
0.17	c Max memory 1551040512
0.17	c Total memory 1551040512
0.17	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/node25/44762-1149315754/instance-44762-1149315754.opb
0.22	c reading problem ... 
14.76	c ... done. Time 14.544 ms.
14.76	c #vars     107520
14.76	c #constraints  4560
1794.28	c starts		: 11
1794.28	c conflicts		: 11458
1794.28	c decisions		: 27664
1794.28	c propagations		: 215889
1794.28	c inspects		: 41617565
1794.28	c learnt literals	: 0
1794.28	c learnt binary clauses	: 0
1794.28	c learnt ternary clauses	: 0
1794.28	c learnt clauses	: 11457
1794.28	c root simplifications	: 0
1794.28	c removed literals (reason simplification)	: 0
1794.28	c reason swapping (by a shorter reason)	: 0
1794.28	c Calls to reduceDB	: 0
1794.28	c speed (decisions/second)	: 15.546350479613679
1794.28	c non guided choices	9863
1794.28	s UNKNOWN
1794.28	c Total wall clock time (ms): 1794.066

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

Current StackSize limit: 67108864 bytes

/proc/loadavg: 0.96 1.01 0.99 3/64 17141
/proc/meminfo: memFree=1524936/2055920 swapFree=4181460/4192956
[pid=17141] ppid=17139 vsize=18540 CPUtime=0
/proc/17141/stat : 17141 (runsolver) D 17139 17141 17095 0 -1 4194368 17 0 0 0 0 0 0 0 19 0 1 0 197238764 18984960 279 18446744073709551615 4194304 4262084 548682068944 18446744073709551615 215781797159 0 2147483391 4096 24578 18446744072099781622 0 0 17 1 0 0
/proc/17141/statm: 4635 279 243 16 0 2626 0

[startup+10.0019 s]
/proc/loadavg: 0.96 1.01 0.99 2/75 17152
/proc/meminfo: memFree=1320256/2055920 swapFree=4181460/4192956
[pid=17141] ppid=17139 vsize=1711912 CPUtime=11.15
/proc/17141/stat : 17141 (java) R 17139 17141 17095 0 -1 0 54871 0 1 0 1092 23 0 0 17 0 12 0 197238764 1752997888 52980 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071333823 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/17141/statm: 427978 52980 1882 14 0 414725 0
[pid=17141/tid=17142] ppid=17139 vsize=1711912 CPUtime=0.7
/proc/17141/task/17142/stat : 17142 (java) S 17139 17141 17095 0 -1 64 8725 0 0 0 67 3 0 0 16 0 12 0 197238769 1752997888 52980 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17141/tid=17143] ppid=17139 vsize=1711912 CPUtime=0.71
/proc/17141/task/17143/stat : 17143 (java) S 17139 17141 17095 0 -1 64 8368 0 0 0 67 4 0 0 16 0 12 0 197238769 1752997888 52980 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17141/tid=17144] ppid=17139 vsize=1711912 CPUtime=0
/proc/17141/task/17144/stat : 17144 (java) S 17139 17141 17095 0 -1 64 20 0 0 0 0 0 0 0 16 0 12 0 197238772 1752997888 52980 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=17141/tid=17145] ppid=17139 vsize=1711912 CPUtime=0
/proc/17141/task/17145/stat : 17145 (java) S 17139 17141 17095 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 197238772 1752997888 52980 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17141/tid=17146] ppid=17139 vsize=1711912 CPUtime=0
/proc/17141/task/17146/stat : 17146 (java) S 17139 17141 17095 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 197238772 1752997888 52980 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17141/tid=17147] ppid=17139 vsize=1711912 CPUtime=0
/proc/17141/task/17147/stat : 17147 (java) S 17139 17141 17095 0 -1 64 0 0 0 0 0 0 0 0 24 0 12 0 197238776 1752997888 52980 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17141/tid=17148] ppid=17139 vsize=1711912 CPUtime=0
/proc/17141/task/17148/stat : 17148 (java) S 17139 17141 17095 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 197238776 1752997888 52980 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17141/tid=17149] ppid=17139 vsize=1711912 CPUtime=0.33
/proc/17141/task/17149/stat : 17149 (java) S 17139 17141 17095 0 -1 64 452 0 0 0 33 0 0 0 17 0 12 0 197238776 1752997888 52980 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17141/tid=17150] ppid=17139 vsize=1711912 CPUtime=0.34
/proc/17141/task/17150/stat : 17150 (java) S 17139 17141 17095 0 -1 64 830 0 0 0 34 0 0 0 17 0 12 0 197238776 1752997888 52980 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17141/tid=17151] ppid=17139 vsize=1711912 CPUtime=0
/proc/17141/task/17151/stat : 17151 (java) S 17139 17141 17095 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 197238776 1752997888 52980 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17141/tid=17152] ppid=17139 vsize=1711912 CPUtime=0
/proc/17141/task/17152/stat : 17152 (java) S 17139 17141 17095 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 197238776 1752997888 52980 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 11.15
Current children cumulated vsize (Kb) 1711912

[startup+20.0088 s]
/proc/loadavg: 0.97 1.01 0.99 2/76 17153
/proc/meminfo: memFree=1297528/2055920 swapFree=4181460/4192956
[pid=17141] ppid=17139 vsize=1713540 CPUtime=21.93
/proc/17141/stat : 17141 (java) R 17139 17141 17095 0 -1 0 62022 0 1 0 2165 28 0 0 25 0 13 0 197238764 1754664960 58698 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071572310 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/17141/statm: 428385 58698 1908 14 0 415132 0
[pid=17141/tid=17142] ppid=17139 vsize=1713540 CPUtime=0.88
/proc/17141/task/17142/stat : 17142 (java) S 17139 17141 17095 0 -1 64 11857 0 0 0 83 5 0 0 16 0 13 0 197238769 1754664960 58698 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17141/tid=17143] ppid=17139 vsize=1713540 CPUtime=0.89
/proc/17141/task/17143/stat : 17143 (java) S 17139 17141 17095 0 -1 64 10897 0 0 0 84 5 0 0 16 0 13 0 197238769 1754664960 58698 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17141/tid=17144] ppid=17139 vsize=1713540 CPUtime=0
/proc/17141/task/17144/stat : 17144 (java) S 17139 17141 17095 0 -1 64 24 0 0 0 0 0 0 0 16 0 13 0 197238772 1754664960 58698 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=17141/tid=17145] ppid=17139 vsize=1713540 CPUtime=0
/proc/17141/task/17145/stat : 17145 (java) S 17139 17141 17095 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 197238772 1754664960 58698 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17141/tid=17146] ppid=17139 vsize=1713540 CPUtime=0
/proc/17141/task/17146/stat : 17146 (java) S 17139 17141 17095 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 197238772 1754664960 58698 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17141/tid=17147] ppid=17139 vsize=1713540 CPUtime=0
/proc/17141/task/17147/stat : 17147 (java) S 17139 17141 17095 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 197238776 1754664960 58698 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17141/tid=17148] ppid=17139 vsize=1713540 CPUtime=0
/proc/17141/task/17148/stat : 17148 (java) S 17139 17141 17095 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 197238776 1754664960 58698 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17141/tid=17149] ppid=17139 vsize=1713540 CPUtime=0.74
/proc/17141/task/17149/stat : 17149 (java) S 17139 17141 17095 0 -1 64 1262 0 0 0 74 0 0 0 16 0 13 0 197238776 1754664960 58698 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17141/tid=17150] ppid=17139 vsize=1713540 CPUtime=0.72
/proc/17141/task/17150/stat : 17150 (java) S 17139 17141 17095 0 -1 64 1106 0 0 0 72 0 0 0 16 0 13 0 197238776 1754664960 58698 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17141/tid=17151] ppid=17139 vsize=1713540 CPUtime=0
/proc/17141/task/17151/stat : 17151 (java) S 17139 17141 17095 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 197238776 1754664960 58698 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17141/tid=17152] ppid=17139 vsize=1713540 CPUtime=0
/proc/17141/task/17152/stat : 17152 (java) S 17139 17141 17095 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 197238776 1754664960 58698 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17141/tid=17153] ppid=17139 vsize=1713540 CPUtime=0
/proc/17141/task/17153/stat : 17153 (java) S 17139 17141 17095 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 197240261 1754664960 58698 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 21.93
Current children cumulated vsize (Kb) 1713540

[startup+30.0155 s]
/proc/loadavg: 0.97 1.01 0.99 2/76 17153
/proc/meminfo: memFree=1293112/2055920 swapFree=4181460/4192956
[pid=17141] ppid=17139 vsize=1712748 CPUtime=32.04
/proc/17141/stat : 17141 (java) R 17139 17141 17095 0 -1 0 63302 0 1 0 3175 29 0 0 25 0 13 0 197238764 1753853952 59765 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071598345 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/17141/statm: 428187 59765 1910 14 0 414934 0
[pid=17141/tid=17142] ppid=17139 vsize=1712748 CPUtime=0.9
/proc/17141/task/17142/stat : 17142 (java) S 17139 17141 17095 0 -1 64 12284 0 0 0 84 6 0 0 16 0 13 0 197238769 1753853952 59765 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17141/tid=17143] ppid=17139 vsize=1712748 CPUtime=0.9
/proc/17141/task/17143/stat : 17143 (java) S 17139 17141 17095 0 -1 64 11736 0 0 0 85 5 0 0 16 0 13 0 197238769 1753853952 59765 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17141/tid=17144] ppid=17139 vsize=1712748 CPUtime=0
/proc/17141/task/17144/stat : 17144 (java) S 17139 17141 17095 0 -1 64 24 0 0 0 0 0 0 0 16 0 13 0 197238772 1753853952 59765 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=17141/tid=17145] ppid=17139 vsize=1712748 CPUtime=0
/proc/17141/task/17145/stat : 17145 (java) S 17139 17141 17095 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 197238772 1753853952 59765 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17141/tid=17146] ppid=17139 vsize=1712748 CPUtime=0
/proc/17141/task/17146/stat : 17146 (java) S 17139 17141 17095 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 197238772 1753853952 59765 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17141/tid=17147] ppid=17139 vsize=1712748 CPUtime=0
/proc/17141/task/17147/stat : 17147 (java) S 17139 17141 17095 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 197238776 1753853952 59765 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17141/tid=17148] ppid=17139 vsize=1712748 CPUtime=0
/proc/17141/task/17148/stat : 17148 (java) S 17139 17141 17095 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 197238776 1753853952 59765 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17141/tid=17149] ppid=17139 vsize=1712748 CPUtime=0.8
/proc/17141/task/17149/stat : 17149 (java) S 17139 17141 17095 0 -1 64 1268 0 0 0 80 0 0 0 17 0 13 0 197238776 1753853952 59765 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17141/tid=17150] ppid=17139 vsize=1712748 CPUtime=0.78
/proc/17141/task/17150/stat : 17150 (java) S 17139 17141 17095 0 -1 64 1110 0 0 0 78 0 0 0 17 0 13 0 197238776 1753853952 59765 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17141/tid=17151] ppid=17139 vsize=1712748 CPUtime=0
/proc/17141/task/17151/stat : 17151 (java) S 17139 17141 17095 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 197238776 1753853952 59765 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17141/tid=17152] ppid=17139 vsize=1712748 CPUtime=0
/proc/17141/task/17152/stat : 17152 (java) S 17139 17141 17095 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 197238776 1753853952 59765 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17141/tid=17153] ppid=17139 vsize=1712748 CPUtime=0
/proc/17141/task/17153/stat : 17153 (java) S 17139 17141 17095 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 197240261 1753853952 59765 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 32.04
Current children cumulated vsize (Kb) 1712748

[startup+40.0224 s]
/proc/loadavg: 0.98 1.00 0.99 2/76 17153
/proc/meminfo: memFree=1292984/2055920 swapFree=4181460/4192956
[pid=17141] ppid=17139 vsize=1712684 CPUtime=42.06
/proc/17141/stat : 17141 (java) R 17139 17141 17095 0 -1 0 63437 0 1 0 4177 29 0 0 25 0 13 0 197238764 1753788416 59870 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071598323 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/17141/statm: 428171 59870 1910 14 0 414918 0
[pid=17141/tid=17142] ppid=17139 vsize=1712684 CPUtime=0.91
/proc/17141/task/17142/stat : 17142 (java) S 17139 17141 17095 0 -1 64 12357 0 0 0 85 6 0 0 16 0 13 0 197238769 1753788416 59870 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17141/tid=17143] ppid=17139 vsize=1712684 CPUtime=0.9
/proc/17141/task/17143/stat : 17143 (java) S 17139 17141 17095 0 -1 64 11794 0 0 0 85 5 0 0 16 0 13 0 197238769 1753788416 59870 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17141/tid=17144] ppid=17139 vsize=1712684 CPUtime=0
/proc/17141/task/17144/stat : 17144 (java) S 17139 17141 17095 0 -1 64 24 0 0 0 0 0 0 0 16 0 13 0 197238772 1753788416 59870 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=17141/tid=17145] ppid=17139 vsize=1712684 CPUtime=0
/proc/17141/task/17145/stat : 17145 (java) S 17139 17141 17095 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 197238772 1753788416 59870 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17141/tid=17146] ppid=17139 vsize=1712684 CPUtime=0
/proc/17141/task/17146/stat : 17146 (java) S 17139 17141 17095 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 197238772 1753788416 59870 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17141/tid=17147] ppid=17139 vsize=1712684 CPUtime=0
/proc/17141/task/17147/stat : 17147 (java) S 17139 17141 17095 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 197238776 1753788416 59870 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17141/tid=17148] ppid=17139 vsize=1712684 CPUtime=0
/proc/17141/task/17148/stat : 17148 (java) S 17139 17141 17095 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 197238776 1753788416 59870 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17141/tid=17149] ppid=17139 vsize=1712684 CPUtime=0.8
/proc/17141/task/17149/stat : 17149 (java) S 17139 17141 17095 0 -1 64 1268 0 0 0 80 0 0 0 17 0 13 0 197238776 1753788416 59870 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17141/tid=17150] ppid=17139 vsize=1712684 CPUtime=0.8
/proc/17141/task/17150/stat : 17150 (java) S 17139 17141 17095 0 -1 64 1111 0 0 0 80 0 0 0 16 0 13 0 197238776 1753788416 59870 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17141/tid=17151] ppid=17139 vsize=1712684 CPUtime=0
/proc/17141/task/17151/stat : 17151 (java) S 17139 17141 17095 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 197238776 1753788416 59870 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17141/tid=17152] ppid=17139 vsize=1712684 CPUtime=0
/proc/17141/task/17152/stat : 17152 (java) S 17139 17141 17095 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 197238776 1753788416 59870 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17141/tid=17153] ppid=17139 vsize=1712684 CPUtime=0
/proc/17141/task/17153/stat : 17153 (java) S 17139 17141 17095 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 197240261 1753788416 59870 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 42.06
Current children cumulated vsize (Kb) 1712684

[startup+50.0293 s]
/proc/loadavg: 0.98 1.00 0.99 2/76 17153
/proc/meminfo: memFree=1291832/2055920 swapFree=4181460/4192956
[pid=17141] ppid=17139 vsize=1712684 CPUtime=52.08
/proc/17141/stat : 17141 (java) R 17139 17141 17095 0 -1 0 63793 0 1 0 5179 29 0 0 25 0 13 0 197238764 1753788416 60152 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071612917 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/17141/statm: 428171 60152 1910 14 0 414918 0
[pid=17141/tid=17142] ppid=17139 vsize=1712684 CPUtime=0.92
/proc/17141/task/17142/stat : 17142 (java) S 17139 17141 17095 0 -1 64 12589 0 0 0 86 6 0 0 16 0 13 0 197238769 1753788416 60152 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17141/tid=17143] ppid=17139 vsize=1712684 CPUtime=0.91
/proc/17141/task/17143/stat : 17143 (java) S 17139 17141 17095 0 -1 64 11915 0 0 0 86 5 0 0 16 0 13 0 197238769 1753788416 60152 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17141/tid=17144] ppid=17139 vsize=1712684 CPUtime=0
/proc/17141/task/17144/stat : 17144 (java) S 17139 17141 17095 0 -1 64 24 0 0 0 0 0 0 0 16 0 13 0 197238772 1753788416 60152 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=17141/tid=17145] ppid=17139 vsize=1712684 CPUtime=0
/proc/17141/task/17145/stat : 17145 (java) S 17139 17141 17095 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 197238772 1753788416 60152 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17141/tid=17146] ppid=17139 vsize=1712684 CPUtime=0
/proc/17141/task/17146/stat : 17146 (java) S 17139 17141 17095 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 197238772 1753788416 60152 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17141/tid=17147] ppid=17139 vsize=1712684 CPUtime=0
/proc/17141/task/17147/stat : 17147 (java) S 17139 17141 17095 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 197238776 1753788416 60152 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17141/tid=17148] ppid=17139 vsize=1712684 CPUtime=0
/proc/17141/task/17148/stat : 17148 (java) S 17139 17141 17095 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 197238776 1753788416 60152 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17141/tid=17149] ppid=17139 vsize=1712684 CPUtime=0.81
/proc/17141/task/17149/stat : 17149 (java) S 17139 17141 17095 0 -1 64 1268 0 0 0 81 0 0 0 17 0 13 0 197238776 1753788416 60152 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17141/tid=17150] ppid=17139 vsize=1712684 CPUtime=0.8
/proc/17141/task/17150/stat : 17150 (java) S 17139 17141 17095 0 -1 64 1111 0 0 0 80 0 0 0 16 0 13 0 197238776 1753788416 60152 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17141/tid=17151] ppid=17139 vsize=1712684 CPUtime=0
/proc/17141/task/17151/stat : 17151 (java) S 17139 17141 17095 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 197238776 1753788416 60152 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17141/tid=17152] ppid=17139 vsize=1712684 CPUtime=0
/proc/17141/task/17152/stat : 17152 (java) S 17139 17141 17095 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 197238776 1753788416 60152 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17141/tid=17153] ppid=17139 vsize=1712684 CPUtime=0
/proc/17141/task/17153/stat : 17153 (java) S 17139 17141 17095 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 197240261 1753788416 60152 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 52.08
Current children cumulated vsize (Kb) 1712684

[startup+60.0362 s]
/proc/loadavg: 0.98 1.00 0.99 2/76 17153
/proc/meminfo: memFree=1291192/2055920 swapFree=4181460/4192956
[pid=17141] ppid=17139 vsize=1712684 CPUtime=62.1
/proc/17141/stat : 17141 (java) R 17139 17141 17095 0 -1 0 63991 0 1 0 6181 29 0 0 25 0 13 0 197238764 1753788416 60320 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071598345 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/17141/statm: 428171 60320 1910 14 0 414918 0
[pid=17141/tid=17142] ppid=17139 vsize=1712684 CPUtime=0.93
/proc/17141/task/17142/stat : 17142 (java) S 17139 17141 17095 0 -1 64 12686 0 0 0 87 6 0 0 16 0 13 0 197238769 1753788416 60320 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17141/tid=17143] ppid=17139 vsize=1712684 CPUtime=0.92
/proc/17141/task/17143/stat : 17143 (java) S 17139 17141 17095 0 -1 64 12015 0 0 0 87 5 0 0 16 0 13 0 197238769 1753788416 60320 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17141/tid=17144] ppid=17139 vsize=1712684 CPUtime=0
/proc/17141/task/17144/stat : 17144 (java) S 17139 17141 17095 0 -1 64 24 0 0 0 0 0 0 0 16 0 13 0 197238772 1753788416 60320 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=17141/tid=17145] ppid=17139 vsize=1712684 CPUtime=0
/proc/17141/task/17145/stat : 17145 (java) S 17139 17141 17095 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 197238772 1753788416 60320 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17141/tid=17146] ppid=17139 vsize=1712684 CPUtime=0
/proc/17141/task/17146/stat : 17146 (java) S 17139 17141 17095 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 197238772 1753788416 60320 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17141/tid=17147] ppid=17139 vsize=1712684 CPUtime=0
/proc/17141/task/17147/stat : 17147 (java) S 17139 17141 17095 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 197238776 1753788416 60320 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17141/tid=17148] ppid=17139 vsize=1712684 CPUtime=0
/proc/17141/task/17148/stat : 17148 (java) S 17139 17141 17095 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 197238776 1753788416 60320 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0

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

[pid=17141/tid=17145] ppid=17139 vsize=1712684 CPUtime=0
/proc/17141/task/17145/stat : 17145 (java) S 17139 17141 17095 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 197238772 1753788416 62884 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17141/tid=17146] ppid=17139 vsize=1712684 CPUtime=0
/proc/17141/task/17146/stat : 17146 (java) S 17139 17141 17095 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 197238772 1753788416 62884 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17141/tid=17147] ppid=17139 vsize=1712684 CPUtime=0
/proc/17141/task/17147/stat : 17147 (java) S 17139 17141 17095 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 197238776 1753788416 62884 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17141/tid=17148] ppid=17139 vsize=1712684 CPUtime=0
/proc/17141/task/17148/stat : 17148 (java) S 17139 17141 17095 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 197238776 1753788416 62884 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17141/tid=17149] ppid=17139 vsize=1712684 CPUtime=0.91
/proc/17141/task/17149/stat : 17149 (java) S 17139 17141 17095 0 -1 64 1272 0 0 0 91 0 0 0 16 0 13 0 197238776 1753788416 62884 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17141/tid=17150] ppid=17139 vsize=1712684 CPUtime=0.81
/proc/17141/task/17150/stat : 17150 (java) S 17139 17141 17095 0 -1 64 1111 0 0 0 81 0 0 0 17 0 13 0 197238776 1753788416 62884 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17141/tid=17151] ppid=17139 vsize=1712684 CPUtime=0
/proc/17141/task/17151/stat : 17151 (java) S 17139 17141 17095 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 197238776 1753788416 62884 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17141/tid=17152] ppid=17139 vsize=1712684 CPUtime=0
/proc/17141/task/17152/stat : 17152 (java) S 17139 17141 17095 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 197238776 1753788416 62884 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17141/tid=17153] ppid=17139 vsize=1712684 CPUtime=0
/proc/17141/task/17153/stat : 17153 (java) S 17139 17141 17095 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 197240261 1753788416 62884 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1796.28
Current children cumulated vsize (Kb) 1712684

[startup+1791.26 s]
/proc/loadavg: 0.99 1.00 0.99 2/76 17155
/proc/meminfo: memFree=1279608/2055920 swapFree=4181460/4192956
[pid=17141] ppid=17139 vsize=1712684 CPUtime=1797.29
/proc/17141/stat : 17141 (java) R 17139 17141 17095 0 -1 0 95471 0 1 0 179665 64 0 0 25 0 13 0 197238764 1753788416 62915 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071598339 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/17141/statm: 428171 62915 1910 14 0 414918 0
[pid=17141/tid=17142] ppid=17139 vsize=1712684 CPUtime=5.38
/proc/17141/task/17142/stat : 17142 (java) S 17139 17141 17095 0 -1 64 28071 0 0 0 520 18 0 0 16 0 13 0 197238769 1753788416 62915 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17141/tid=17143] ppid=17139 vsize=1712684 CPUtime=5.44
/proc/17141/task/17143/stat : 17143 (java) S 17139 17141 17095 0 -1 64 27581 0 0 0 526 18 0 0 16 0 13 0 197238769 1753788416 62915 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17141/tid=17144] ppid=17139 vsize=1712684 CPUtime=0.14
/proc/17141/task/17144/stat : 17144 (java) S 17139 17141 17095 0 -1 64 28 0 0 0 8 6 0 0 16 0 13 0 197238772 1753788416 62915 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=17141/tid=17145] ppid=17139 vsize=1712684 CPUtime=0
/proc/17141/task/17145/stat : 17145 (java) S 17139 17141 17095 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 197238772 1753788416 62915 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17141/tid=17146] ppid=17139 vsize=1712684 CPUtime=0
/proc/17141/task/17146/stat : 17146 (java) S 17139 17141 17095 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 197238772 1753788416 62915 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17141/tid=17147] ppid=17139 vsize=1712684 CPUtime=0
/proc/17141/task/17147/stat : 17147 (java) S 17139 17141 17095 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 197238776 1753788416 62915 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17141/tid=17148] ppid=17139 vsize=1712684 CPUtime=0
/proc/17141/task/17148/stat : 17148 (java) S 17139 17141 17095 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 197238776 1753788416 62915 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17141/tid=17149] ppid=17139 vsize=1712684 CPUtime=0.91
/proc/17141/task/17149/stat : 17149 (java) S 17139 17141 17095 0 -1 64 1272 0 0 0 91 0 0 0 16 0 13 0 197238776 1753788416 62915 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17141/tid=17150] ppid=17139 vsize=1712684 CPUtime=0.81
/proc/17141/task/17150/stat : 17150 (java) S 17139 17141 17095 0 -1 64 1111 0 0 0 81 0 0 0 17 0 13 0 197238776 1753788416 62915 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17141/tid=17151] ppid=17139 vsize=1712684 CPUtime=0
/proc/17141/task/17151/stat : 17151 (java) S 17139 17141 17095 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 197238776 1753788416 62915 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17141/tid=17152] ppid=17139 vsize=1712684 CPUtime=0
/proc/17141/task/17152/stat : 17152 (java) S 17139 17141 17095 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 197238776 1753788416 62915 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17141/tid=17153] ppid=17139 vsize=1712684 CPUtime=0
/proc/17141/task/17153/stat : 17153 (java) S 17139 17141 17095 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 197240261 1753788416 62915 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1797.29
Current children cumulated vsize (Kb) 1712684

[startup+1792.27 s]
/proc/loadavg: 0.99 1.00 0.99 2/76 17155
/proc/meminfo: memFree=1279608/2055920 swapFree=4181460/4192956
[pid=17141] ppid=17139 vsize=1712684 CPUtime=1798.3
/proc/17141/stat : 17141 (java) R 17139 17141 17095 0 -1 0 95471 0 1 0 179766 64 0 0 25 0 13 0 197238764 1753788416 62915 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071598345 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/17141/statm: 428171 62915 1910 14 0 414918 0
[pid=17141/tid=17142] ppid=17139 vsize=1712684 CPUtime=5.38
/proc/17141/task/17142/stat : 17142 (java) S 17139 17141 17095 0 -1 64 28071 0 0 0 520 18 0 0 16 0 13 0 197238769 1753788416 62915 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17141/tid=17143] ppid=17139 vsize=1712684 CPUtime=5.44
/proc/17141/task/17143/stat : 17143 (java) S 17139 17141 17095 0 -1 64 27581 0 0 0 526 18 0 0 16 0 13 0 197238769 1753788416 62915 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17141/tid=17144] ppid=17139 vsize=1712684 CPUtime=0.14
/proc/17141/task/17144/stat : 17144 (java) S 17139 17141 17095 0 -1 64 28 0 0 0 8 6 0 0 16 0 13 0 197238772 1753788416 62915 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=17141/tid=17145] ppid=17139 vsize=1712684 CPUtime=0
/proc/17141/task/17145/stat : 17145 (java) S 17139 17141 17095 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 197238772 1753788416 62915 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17141/tid=17146] ppid=17139 vsize=1712684 CPUtime=0
/proc/17141/task/17146/stat : 17146 (java) S 17139 17141 17095 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 197238772 1753788416 62915 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17141/tid=17147] ppid=17139 vsize=1712684 CPUtime=0
/proc/17141/task/17147/stat : 17147 (java) S 17139 17141 17095 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 197238776 1753788416 62915 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17141/tid=17148] ppid=17139 vsize=1712684 CPUtime=0
/proc/17141/task/17148/stat : 17148 (java) S 17139 17141 17095 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 197238776 1753788416 62915 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17141/tid=17149] ppid=17139 vsize=1712684 CPUtime=0.91
/proc/17141/task/17149/stat : 17149 (java) S 17139 17141 17095 0 -1 64 1272 0 0 0 91 0 0 0 16 0 13 0 197238776 1753788416 62915 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17141/tid=17150] ppid=17139 vsize=1712684 CPUtime=0.81
/proc/17141/task/17150/stat : 17150 (java) S 17139 17141 17095 0 -1 64 1111 0 0 0 81 0 0 0 17 0 13 0 197238776 1753788416 62915 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17141/tid=17151] ppid=17139 vsize=1712684 CPUtime=0
/proc/17141/task/17151/stat : 17151 (java) S 17139 17141 17095 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 197238776 1753788416 62915 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17141/tid=17152] ppid=17139 vsize=1712684 CPUtime=0
/proc/17141/task/17152/stat : 17152 (java) S 17139 17141 17095 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 197238776 1753788416 62915 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17141/tid=17153] ppid=17139 vsize=1712684 CPUtime=0
/proc/17141/task/17153/stat : 17153 (java) S 17139 17141 17095 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 197240261 1753788416 62915 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1798.3
Current children cumulated vsize (Kb) 1712684

[startup+1793.27 s]
/proc/loadavg: 0.99 1.00 0.99 2/76 17155
/proc/meminfo: memFree=1279544/2055920 swapFree=4181460/4192956
[pid=17141] ppid=17139 vsize=1712684 CPUtime=1799.31
/proc/17141/stat : 17141 (java) R 17139 17141 17095 0 -1 0 95485 0 1 0 179867 64 0 0 25 0 13 0 197238764 1753788416 62928 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071572312 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/17141/statm: 428171 62928 1910 14 0 414918 0
[pid=17141/tid=17142] ppid=17139 vsize=1712684 CPUtime=5.4
/proc/17141/task/17142/stat : 17142 (java) S 17139 17141 17095 0 -1 64 28084 0 0 0 522 18 0 0 16 0 13 0 197238769 1753788416 62928 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17141/tid=17143] ppid=17139 vsize=1712684 CPUtime=5.45
/proc/17141/task/17143/stat : 17143 (java) S 17139 17141 17095 0 -1 64 27581 0 0 0 527 18 0 0 16 0 13 0 197238769 1753788416 62928 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17141/tid=17144] ppid=17139 vsize=1712684 CPUtime=0.14
/proc/17141/task/17144/stat : 17144 (java) S 17139 17141 17095 0 -1 64 28 0 0 0 8 6 0 0 15 0 13 0 197238772 1753788416 62928 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=17141/tid=17145] ppid=17139 vsize=1712684 CPUtime=0
/proc/17141/task/17145/stat : 17145 (java) S 17139 17141 17095 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 197238772 1753788416 62928 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17141/tid=17146] ppid=17139 vsize=1712684 CPUtime=0
/proc/17141/task/17146/stat : 17146 (java) S 17139 17141 17095 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 197238772 1753788416 62928 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17141/tid=17147] ppid=17139 vsize=1712684 CPUtime=0
/proc/17141/task/17147/stat : 17147 (java) S 17139 17141 17095 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 197238776 1753788416 62928 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17141/tid=17148] ppid=17139 vsize=1712684 CPUtime=0
/proc/17141/task/17148/stat : 17148 (java) S 17139 17141 17095 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 197238776 1753788416 62928 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17141/tid=17149] ppid=17139 vsize=1712684 CPUtime=0.91
/proc/17141/task/17149/stat : 17149 (java) S 17139 17141 17095 0 -1 64 1272 0 0 0 91 0 0 0 16 0 13 0 197238776 1753788416 62928 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17141/tid=17150] ppid=17139 vsize=1712684 CPUtime=0.81
/proc/17141/task/17150/stat : 17150 (java) S 17139 17141 17095 0 -1 64 1111 0 0 0 81 0 0 0 17 0 13 0 197238776 1753788416 62928 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17141/tid=17151] ppid=17139 vsize=1712684 CPUtime=0
/proc/17141/task/17151/stat : 17151 (java) S 17139 17141 17095 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 197238776 1753788416 62928 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17141/tid=17152] ppid=17139 vsize=1712684 CPUtime=0
/proc/17141/task/17152/stat : 17152 (java) S 17139 17141 17095 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 197238776 1753788416 62928 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17141/tid=17153] ppid=17139 vsize=1712684 CPUtime=0
/proc/17141/task/17153/stat : 17153 (java) S 17139 17141 17095 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 197240261 1753788416 62928 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1799.31
Current children cumulated vsize (Kb) 1712684

[startup+1794.28 s]
/proc/loadavg: 0.99 1.00 0.99 2/76 17155
/proc/meminfo: memFree=1279544/2055920 swapFree=4181460/4192956
[pid=17141] ppid=17139 vsize=1712684 CPUtime=1800.32
/proc/17141/stat : 17141 (java) R 17139 17141 17095 0 -1 0 95485 0 1 0 179968 64 0 0 25 0 13 0 197238764 1753788416 62928 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071424528 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/17141/statm: 428171 62928 1910 14 0 414918 0
[pid=17141/tid=17142] ppid=17139 vsize=1712684 CPUtime=5.4
/proc/17141/task/17142/stat : 17142 (java) S 17139 17141 17095 0 -1 64 28084 0 0 0 522 18 0 0 16 0 13 0 197238769 1753788416 62928 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17141/tid=17143] ppid=17139 vsize=1712684 CPUtime=5.45
/proc/17141/task/17143/stat : 17143 (java) S 17139 17141 17095 0 -1 64 27581 0 0 0 527 18 0 0 16 0 13 0 197238769 1753788416 62928 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17141/tid=17144] ppid=17139 vsize=1712684 CPUtime=0.14
/proc/17141/task/17144/stat : 17144 (java) S 17139 17141 17095 0 -1 64 28 0 0 0 8 6 0 0 16 0 13 0 197238772 1753788416 62928 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=17141/tid=17145] ppid=17139 vsize=1712684 CPUtime=0
/proc/17141/task/17145/stat : 17145 (java) S 17139 17141 17095 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 197238772 1753788416 62928 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17141/tid=17146] ppid=17139 vsize=1712684 CPUtime=0
/proc/17141/task/17146/stat : 17146 (java) S 17139 17141 17095 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 197238772 1753788416 62928 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17141/tid=17147] ppid=17139 vsize=1712684 CPUtime=0
/proc/17141/task/17147/stat : 17147 (java) S 17139 17141 17095 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 197238776 1753788416 62928 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17141/tid=17148] ppid=17139 vsize=1712684 CPUtime=0
/proc/17141/task/17148/stat : 17148 (java) S 17139 17141 17095 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 197238776 1753788416 62928 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17141/tid=17149] ppid=17139 vsize=1712684 CPUtime=0.91
/proc/17141/task/17149/stat : 17149 (java) S 17139 17141 17095 0 -1 64 1272 0 0 0 91 0 0 0 16 0 13 0 197238776 1753788416 62928 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17141/tid=17150] ppid=17139 vsize=1712684 CPUtime=0.81
/proc/17141/task/17150/stat : 17150 (java) S 17139 17141 17095 0 -1 64 1111 0 0 0 81 0 0 0 17 0 13 0 197238776 1753788416 62928 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17141/tid=17151] ppid=17139 vsize=1712684 CPUtime=0
/proc/17141/task/17151/stat : 17151 (java) S 17139 17141 17095 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 197238776 1753788416 62928 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17141/tid=17152] ppid=17139 vsize=1712684 CPUtime=0
/proc/17141/task/17152/stat : 17152 (java) S 17139 17141 17095 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 197238776 1753788416 62928 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17141/tid=17153] ppid=17139 vsize=1712684 CPUtime=0
/proc/17141/task/17153/stat : 17153 (java) S 17139 17141 17095 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 197240261 1753788416 62928 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.32
Current children cumulated vsize (Kb) 1712684



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1794.28 s]
/proc/loadavg: 0.99 1.00 0.99 2/76 17155
/proc/meminfo: memFree=1279544/2055920 swapFree=4181460/4192956
[pid=17141] ppid=17139 vsize=1712684 CPUtime=1800.32
/proc/17141/stat : 17141 (java) R 17139 17141 17095 0 -1 0 95485 0 1 0 179968 64 0 0 25 0 13 0 197238764 1753788416 62928 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071571832 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/17141/statm: 428171 62928 1910 14 0 414918 0
[pid=17141/tid=17142] ppid=17139 vsize=1712684 CPUtime=5.4
/proc/17141/task/17142/stat : 17142 (java) S 17139 17141 17095 0 -1 64 28084 0 0 0 522 18 0 0 16 0 13 0 197238769 1753788416 62928 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17141/tid=17143] ppid=17139 vsize=1712684 CPUtime=5.45
/proc/17141/task/17143/stat : 17143 (java) S 17139 17141 17095 0 -1 64 27581 0 0 0 527 18 0 0 16 0 13 0 197238769 1753788416 62928 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17141/tid=17144] ppid=17139 vsize=1712684 CPUtime=0.14
/proc/17141/task/17144/stat : 17144 (java) S 17139 17141 17095 0 -1 64 28 0 0 0 8 6 0 0 16 0 13 0 197238772 1753788416 62928 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=17141/tid=17145] ppid=17139 vsize=1712684 CPUtime=0
/proc/17141/task/17145/stat : 17145 (java) S 17139 17141 17095 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 197238772 1753788416 62928 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17141/tid=17146] ppid=17139 vsize=1712684 CPUtime=0
/proc/17141/task/17146/stat : 17146 (java) S 17139 17141 17095 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 197238772 1753788416 62928 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17141/tid=17147] ppid=17139 vsize=1712684 CPUtime=0
/proc/17141/task/17147/stat : 17147 (java) S 17139 17141 17095 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 197238776 1753788416 62928 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17141/tid=17148] ppid=17139 vsize=1712684 CPUtime=0
/proc/17141/task/17148/stat : 17148 (java) S 17139 17141 17095 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 197238776 1753788416 62928 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17141/tid=17149] ppid=17139 vsize=1712684 CPUtime=0.91
/proc/17141/task/17149/stat : 17149 (java) S 17139 17141 17095 0 -1 64 1272 0 0 0 91 0 0 0 16 0 13 0 197238776 1753788416 62928 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17141/tid=17150] ppid=17139 vsize=1712684 CPUtime=0.81
/proc/17141/task/17150/stat : 17150 (java) S 17139 17141 17095 0 -1 64 1111 0 0 0 81 0 0 0 17 0 13 0 197238776 1753788416 62928 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17141/tid=17151] ppid=17139 vsize=1712684 CPUtime=0
/proc/17141/task/17151/stat : 17151 (java) S 17139 17141 17095 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 197238776 1753788416 62928 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17141/tid=17152] ppid=17139 vsize=1712684 CPUtime=0
/proc/17141/task/17152/stat : 17152 (java) S 17139 17141 17095 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 197238776 1753788416 62928 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17141/tid=17153] ppid=17139 vsize=1712684 CPUtime=0
/proc/17141/task/17153/stat : 17153 (java) S 17139 17141 17095 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 197240261 1753788416 62928 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.32
Current children cumulated vsize (Kb) 1712684

Sending SIGTERM to -17141
Sleeping 2 seconds

Child status: 143
Real time (s): 1794.38
CPU time (s): 1800.42
CPU user time (s): 1799.73
CPU system time (s): 0.688895
CPU usage (%): 100.336
Max. virtual memory (cumulated for all children) (Kb): 1713540

Launcher Data (download as text)

Begin job on node25 on Sat Jun  3 06:22:34 UTC 2006


FILE ID= 44762-1149315754

PBS_JOBID= 308321

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

MD5SUM SOLVER= e9637a7554f3ecdf74c1815f89d00213
MD5SUM BENCH=  daeaeaee67028e931b0f5195f178e9b3

RANDOM SEED= 430471819


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

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1525208 kB
Buffers:         24312 kB
Cached:         441044 kB
SwapCached:       3164 kB
Active:          60856 kB
Inactive:       413252 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1525208 kB
SwapTotal:     4192956 kB
SwapFree:      4181460 kB
Dirty:             180 kB
Writeback:           0 kB
Mapped:          14728 kB
Slab:            42644 kB
Committed_AS:   300200 kB
PageTables:       1428 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB


End job on node25 on Sat Jun  3 06:52:28 UTC 2006