Trace number 50748

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerObjective functionCPU timeWall clock time
SAT4JPSEUDO 2006.2 Heuristics? (TO) 1800.94 1789.5

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/submitted-PB06/roussel/factor/
normalized-factor-sizeN=180-sizeP=91-sizeQ=180-780825197-max.opb
MD5SUMd31ef469fa2ed9fa9c3063355dbaf7b5
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 variables16651
Total number of constraints49141
Number of constraints which are clauses49140
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 constraint16380
Number of terms in the objective function 91
Biggest coefficient in the objective function 1237940039285380274899124224
Number of bits for the biggest coefficient in the objective function 91
Sum of the numbers in the objective function 2475880078570760549798248447
Number of bits of the sum of numbers in the objective function 91
Biggest number in a constraint 948568795032094272909893509191171341133987714380927500611236528192824358010355712
Number of bits of the biggest number in a constraint 270
Biggest sum of numbers in a constraint 3794275180128377091639574036150438611441468153567802156940920507153788002840397422
Number of bits of the biggest sum of numbers271
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.14	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.14	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.21	c Cutting planes based inference
0.21	c --- Begin Solver configuration ---
0.21	c org.sat4j.minisat.uip.FirstUIP@1df073d
0.21	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@1546e25
0.21	c org.sat4j.minisat.learning.MiniSATLearning@b66cc
0.21	c conflictBoundIncFactor=1.5 learntBoundIncFactor=1.1 initLearntBoundConstraintFactor=10000.0 initConflictBound=100 
0.21	c VSIDS like heuristics from MiniSAT using a heap
0.21	c No reason simplification
0.21	c --- End Solver configuration ---
0.21	c solving ROOT/tmp/node33/50748-1154120441/instance-50748-1154120441.opb
0.21	c reading problem ... 
17.65	c ... done. Time 17.438 ms.
17.65	c #vars     16651
17.65	c #constraints  49142
1789.41	c starts		: 1
1789.42	c conflicts		: 33
1789.42	c decisions		: 684
1789.42	c propagations		: 68238
1789.42	c inspects		: 608742
1789.42	c learnt literals	: 0
1789.42	c learnt binary clauses	: 0
1789.42	c learnt ternary clauses	: 0
1789.42	c learnt clauses	: 32
1789.42	c root simplifications	: 0
1789.42	c removed literals (reason simplification)	: 0
1789.42	c reason swapping (by a shorter reason)	: 0
1789.42	c Calls to reduceDB	: 0
1789.42	c speed (decisions/second)	: 0.3860635571241426
1789.42	c non guided choices	2
1789.42	s UNKNOWN
1789.42	c Total wall clock time (ms): 1789.202

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-50748-1154120441 -o ROOT/results/node33/solver-50748-1154120441 -C 1800 -M 1800 -S 64 java -server -Xms1500M -Xmx1500M -jar ROOT/solvers/PB/PB06final/user5/sat4jPseudoHeuristics.jar ROOT/tmp/node33/50748-1154120441/instance-50748-1154120441.opb 706575282 

Current StackSize limit: 67108864 bytes

/proc/loadavg: 1.01 1.02 1.00 3/64 27524
/proc/meminfo: memFree=1299600/2055920 swapFree=4183192/4192956
[pid=27524] ppid=27522 vsize=172 CPUtime=0
/proc/27524/stat : 27524 (java) R 27522 27524 27475 0 -1 0 202 0 0 0 0 0 0 0 18 0 1 0 158919109 176128 24 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 10944811 0 0 4096 0 0 0 0 17 1 0 0
/proc/27524/statm: 43 24 18 14 0 3 0

[startup+10.0029 s]
/proc/loadavg: 1.01 1.02 1.00 2/75 27535
/proc/meminfo: memFree=1122880/2055920 swapFree=4183192/4192956
[pid=27524] ppid=27522 vsize=1709844 CPUtime=10.48
/proc/27524/stat : 27524 (java) R 27522 27524 27475 0 -1 0 48889 0 1 0 1024 24 0 0 23 0 12 0 158919109 1750880256 45887 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071426341 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/27524/statm: 427461 45887 1874 14 0 414208 0
[pid=27524/tid=27525] ppid=27522 vsize=1709844 CPUtime=0.06
/proc/27524/task/27525/stat : 27525 (java) S 27522 27524 27475 0 -1 64 1310 0 0 0 5 1 0 0 16 0 12 0 158919113 1750880256 45887 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27524/tid=27526] ppid=27522 vsize=1709844 CPUtime=0.05
/proc/27524/task/27526/stat : 27526 (java) S 27522 27524 27475 0 -1 64 1205 0 0 0 5 0 0 0 16 0 12 0 158919113 1750880256 45887 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27524/tid=27527] ppid=27522 vsize=1709844 CPUtime=0
/proc/27524/task/27527/stat : 27527 (java) S 27522 27524 27475 0 -1 64 30 0 0 0 0 0 0 0 16 0 12 0 158919115 1750880256 45887 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=27524/tid=27528] ppid=27522 vsize=1709844 CPUtime=0
/proc/27524/task/27528/stat : 27528 (java) S 27522 27524 27475 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 158919116 1750880256 45887 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27524/tid=27529] ppid=27522 vsize=1709844 CPUtime=0
/proc/27524/task/27529/stat : 27529 (java) S 27522 27524 27475 0 -1 64 5 0 0 0 0 0 0 0 15 0 12 0 158919116 1750880256 45887 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27524/tid=27530] ppid=27522 vsize=1709844 CPUtime=0
/proc/27524/task/27530/stat : 27530 (java) S 27522 27524 27475 0 -1 64 0 0 0 0 0 0 0 0 23 0 12 0 158919119 1750880256 45887 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27524/tid=27531] ppid=27522 vsize=1709844 CPUtime=0
/proc/27524/task/27531/stat : 27531 (java) S 27522 27524 27475 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 158919119 1750880256 45887 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27524/tid=27532] ppid=27522 vsize=1709844 CPUtime=0.36
/proc/27524/task/27532/stat : 27532 (java) S 27522 27524 27475 0 -1 64 655 0 0 0 36 0 0 0 16 0 12 0 158919119 1750880256 45887 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27524/tid=27533] ppid=27522 vsize=1709844 CPUtime=0.25
/proc/27524/task/27533/stat : 27533 (java) S 27522 27524 27475 0 -1 64 284 0 0 0 25 0 0 0 16 0 12 0 158919119 1750880256 45887 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27524/tid=27534] ppid=27522 vsize=1709844 CPUtime=0
/proc/27524/task/27534/stat : 27534 (java) S 27522 27524 27475 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 158919119 1750880256 45887 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27524/tid=27535] ppid=27522 vsize=1709844 CPUtime=0
/proc/27524/task/27535/stat : 27535 (java) S 27522 27524 27475 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 158919119 1750880256 45887 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 10.48
Current children cumulated vsize (Kb) 1709844

[startup+20.0112 s]
/proc/loadavg: 1.01 1.01 1.00 2/76 27536
/proc/meminfo: memFree=1127032/2055920 swapFree=4183192/4192956
[pid=27524] ppid=27522 vsize=1710360 CPUtime=21.02
/proc/27524/stat : 27524 (java) R 27522 27524 27475 0 -1 0 50158 0 1 0 2077 25 0 0 25 0 13 0 158919109 1751408640 44983 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071409258 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/27524/statm: 427590 44983 1911 14 0 414337 0
[pid=27524/tid=27525] ppid=27522 vsize=1710360 CPUtime=0.11
/proc/27524/task/27525/stat : 27525 (java) S 27522 27524 27475 0 -1 64 1819 0 0 0 10 1 0 0 16 0 13 0 158919113 1751408640 44983 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27524/tid=27526] ppid=27522 vsize=1710360 CPUtime=0.11
/proc/27524/task/27526/stat : 27526 (java) S 27522 27524 27475 0 -1 64 1600 0 0 0 10 1 0 0 16 0 13 0 158919113 1751408640 44983 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27524/tid=27527] ppid=27522 vsize=1710360 CPUtime=0
/proc/27524/task/27527/stat : 27527 (java) S 27522 27524 27475 0 -1 64 39 0 0 0 0 0 0 0 16 0 13 0 158919115 1751408640 44983 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=27524/tid=27528] ppid=27522 vsize=1710360 CPUtime=0
/proc/27524/task/27528/stat : 27528 (java) S 27522 27524 27475 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 158919116 1751408640 44983 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27524/tid=27529] ppid=27522 vsize=1710360 CPUtime=0
/proc/27524/task/27529/stat : 27529 (java) S 27522 27524 27475 0 -1 64 5 0 0 0 0 0 0 0 15 0 13 0 158919116 1751408640 44983 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27524/tid=27530] ppid=27522 vsize=1710360 CPUtime=0
/proc/27524/task/27530/stat : 27530 (java) S 27522 27524 27475 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 158919119 1751408640 44983 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27524/tid=27531] ppid=27522 vsize=1710360 CPUtime=0
/proc/27524/task/27531/stat : 27531 (java) S 27522 27524 27475 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 158919119 1751408640 44983 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27524/tid=27532] ppid=27522 vsize=1710360 CPUtime=0.76
/proc/27524/task/27532/stat : 27532 (java) S 27522 27524 27475 0 -1 64 898 0 0 0 76 0 0 0 16 0 13 0 158919119 1751408640 44983 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27524/tid=27533] ppid=27522 vsize=1710360 CPUtime=0.54
/proc/27524/task/27533/stat : 27533 (java) S 27522 27524 27475 0 -1 64 317 0 0 0 54 0 0 0 16 0 13 0 158919119 1751408640 44983 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27524/tid=27534] ppid=27522 vsize=1710360 CPUtime=0
/proc/27524/task/27534/stat : 27534 (java) S 27522 27524 27475 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 158919119 1751408640 44983 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27524/tid=27535] ppid=27522 vsize=1710360 CPUtime=0
/proc/27524/task/27535/stat : 27535 (java) S 27522 27524 27475 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 158919119 1751408640 44983 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27524/tid=27536] ppid=27522 vsize=1710360 CPUtime=0
/proc/27524/task/27536/stat : 27536 (java) S 27522 27524 27475 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 158920879 1751408640 44983 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 21.02
Current children cumulated vsize (Kb) 1710360

[startup+30.0194 s]
/proc/loadavg: 1.00 1.01 1.00 2/82 27644
/proc/meminfo: memFree=1113416/2055920 swapFree=4183192/4192956
[pid=27524] ppid=27522 vsize=1710492 CPUtime=31.17
/proc/27524/stat : 27524 (java) R 27522 27524 27475 0 -1 0 53824 0 1 0 3083 34 0 0 18 0 13 0 158919109 1751543808 48056 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071382403 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/27524/statm: 427623 48056 1911 14 0 414370 0
[pid=27524/tid=27525] ppid=27522 vsize=1710492 CPUtime=0.18
/proc/27524/task/27525/stat : 27525 (java) S 27522 27524 27475 0 -1 64 3670 0 0 0 16 2 0 0 16 0 13 0 158919113 1751543808 48056 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27524/tid=27526] ppid=27522 vsize=1710492 CPUtime=0.18
/proc/27524/task/27526/stat : 27526 (java) S 27522 27524 27475 0 -1 64 3405 0 0 0 16 2 0 0 17 0 13 0 158919113 1751543808 48056 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27524/tid=27527] ppid=27522 vsize=1710492 CPUtime=0
/proc/27524/task/27527/stat : 27527 (java) S 27522 27524 27475 0 -1 64 39 0 0 0 0 0 0 0 16 0 13 0 158919115 1751543808 48056 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=27524/tid=27528] ppid=27522 vsize=1710492 CPUtime=0
/proc/27524/task/27528/stat : 27528 (java) S 27522 27524 27475 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 158919116 1751543808 48056 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27524/tid=27529] ppid=27522 vsize=1710492 CPUtime=0
/proc/27524/task/27529/stat : 27529 (java) S 27522 27524 27475 0 -1 64 5 0 0 0 0 0 0 0 15 0 13 0 158919116 1751543808 48056 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27524/tid=27530] ppid=27522 vsize=1710492 CPUtime=0
/proc/27524/task/27530/stat : 27530 (java) S 27522 27524 27475 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 158919119 1751543808 48056 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27524/tid=27531] ppid=27522 vsize=1710492 CPUtime=0
/proc/27524/task/27531/stat : 27531 (java) S 27522 27524 27475 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 158919119 1751543808 48056 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27524/tid=27532] ppid=27522 vsize=1710492 CPUtime=0.82
/proc/27524/task/27532/stat : 27532 (java) S 27522 27524 27475 0 -1 64 902 0 0 0 82 0 0 0 17 0 13 0 158919119 1751543808 48056 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27524/tid=27533] ppid=27522 vsize=1710492 CPUtime=0.6
/proc/27524/task/27533/stat : 27533 (java) S 27522 27524 27475 0 -1 64 320 0 0 0 60 0 0 0 16 0 13 0 158919119 1751543808 48056 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27524/tid=27534] ppid=27522 vsize=1710492 CPUtime=0
/proc/27524/task/27534/stat : 27534 (java) S 27522 27524 27475 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 158919119 1751543808 48056 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27524/tid=27535] ppid=27522 vsize=1710492 CPUtime=0
/proc/27524/task/27535/stat : 27535 (java) S 27522 27524 27475 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 158919119 1751543808 48056 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27524/tid=27536] ppid=27522 vsize=1710492 CPUtime=0
/proc/27524/task/27536/stat : 27536 (java) S 27522 27524 27475 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 158920879 1751543808 48056 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 31.17
Current children cumulated vsize (Kb) 1710492

[startup+40.0277 s]
/proc/loadavg: 1.00 1.01 1.00 2/82 27674
/proc/meminfo: memFree=1109640/2055920 swapFree=4183192/4192956
[pid=27524] ppid=27522 vsize=1714588 CPUtime=41.53
/proc/27524/stat : 27524 (java) R 27522 27524 27475 0 -1 0 58577 0 1 0 4115 38 0 0 18 0 13 0 158919109 1755738112 48889 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071489119 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/27524/statm: 428647 48889 1911 14 0 415394 0
[pid=27524/tid=27525] ppid=27522 vsize=1714588 CPUtime=0.2
/proc/27524/task/27525/stat : 27525 (java) S 27522 27524 27475 0 -1 64 3776 0 0 0 18 2 0 0 16 0 13 0 158919113 1755738112 48889 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27524/tid=27526] ppid=27522 vsize=1714588 CPUtime=0.2
/proc/27524/task/27526/stat : 27526 (java) S 27522 27524 27475 0 -1 64 3599 0 0 0 18 2 0 0 16 0 13 0 158919113 1755738112 48889 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27524/tid=27527] ppid=27522 vsize=1714588 CPUtime=0
/proc/27524/task/27527/stat : 27527 (java) S 27522 27524 27475 0 -1 64 39 0 0 0 0 0 0 0 15 0 13 0 158919115 1755738112 48889 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=27524/tid=27528] ppid=27522 vsize=1714588 CPUtime=0
/proc/27524/task/27528/stat : 27528 (java) S 27522 27524 27475 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 158919116 1755738112 48889 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27524/tid=27529] ppid=27522 vsize=1714588 CPUtime=0
/proc/27524/task/27529/stat : 27529 (java) S 27522 27524 27475 0 -1 64 5 0 0 0 0 0 0 0 15 0 13 0 158919116 1755738112 48889 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27524/tid=27530] ppid=27522 vsize=1714588 CPUtime=0
/proc/27524/task/27530/stat : 27530 (java) S 27522 27524 27475 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 158919119 1755738112 48889 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27524/tid=27531] ppid=27522 vsize=1714588 CPUtime=0
/proc/27524/task/27531/stat : 27531 (java) S 27522 27524 27475 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 158919119 1755738112 48889 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27524/tid=27532] ppid=27522 vsize=1714588 CPUtime=1.14
/proc/27524/task/27532/stat : 27532 (java) S 27522 27524 27475 0 -1 64 3319 0 0 0 113 1 0 0 17 0 13 0 158919119 1755738112 48889 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27524/tid=27533] ppid=27522 vsize=1714588 CPUtime=0.65
/proc/27524/task/27533/stat : 27533 (java) S 27522 27524 27475 0 -1 64 321 0 0 0 65 0 0 0 16 0 13 0 158919119 1755738112 48889 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27524/tid=27534] ppid=27522 vsize=1714588 CPUtime=0
/proc/27524/task/27534/stat : 27534 (java) S 27522 27524 27475 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 158919119 1755738112 48889 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27524/tid=27535] ppid=27522 vsize=1714588 CPUtime=0
/proc/27524/task/27535/stat : 27535 (java) S 27522 27524 27475 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 158919119 1755738112 48889 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27524/tid=27536] ppid=27522 vsize=1714588 CPUtime=0
/proc/27524/task/27536/stat : 27536 (java) S 27522 27524 27475 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 158920879 1755738112 48889 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 41.53
Current children cumulated vsize (Kb) 1714588

[startup+50.035 s]
/proc/loadavg: 1.00 1.01 1.00 2/76 27734
/proc/meminfo: memFree=1121520/2055920 swapFree=4183192/4192956
[pid=27524] ppid=27522 vsize=1714588 CPUtime=51.57
/proc/27524/stat : 27524 (java) R 27522 27524 27475 0 -1 0 58613 0 1 0 5119 38 0 0 25 0 13 0 158919109 1755738112 46262 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071618895 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/27524/statm: 428647 46262 1911 14 0 415394 0
[pid=27524/tid=27525] ppid=27522 vsize=1714588 CPUtime=0.21
/proc/27524/task/27525/stat : 27525 (java) S 27522 27524 27475 0 -1 64 3776 0 0 0 19 2 0 0 16 0 13 0 158919113 1755738112 46262 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27524/tid=27526] ppid=27522 vsize=1714588 CPUtime=0.22
/proc/27524/task/27526/stat : 27526 (java) S 27522 27524 27475 0 -1 64 3599 0 0 0 20 2 0 0 15 0 13 0 158919113 1755738112 46262 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27524/tid=27527] ppid=27522 vsize=1714588 CPUtime=0.01
/proc/27524/task/27527/stat : 27527 (java) S 27522 27524 27475 0 -1 64 39 0 0 0 0 1 0 0 15 0 13 0 158919115 1755738112 46262 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=27524/tid=27528] ppid=27522 vsize=1714588 CPUtime=0
/proc/27524/task/27528/stat : 27528 (java) S 27522 27524 27475 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 158919116 1755738112 46262 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27524/tid=27529] ppid=27522 vsize=1714588 CPUtime=0
/proc/27524/task/27529/stat : 27529 (java) S 27522 27524 27475 0 -1 64 5 0 0 0 0 0 0 0 15 0 13 0 158919116 1755738112 46262 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27524/tid=27530] ppid=27522 vsize=1714588 CPUtime=0
/proc/27524/task/27530/stat : 27530 (java) S 27522 27524 27475 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 158919119 1755738112 46262 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27524/tid=27531] ppid=27522 vsize=1714588 CPUtime=0
/proc/27524/task/27531/stat : 27531 (java) S 27522 27524 27475 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 158919119 1755738112 46262 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27524/tid=27532] ppid=27522 vsize=1714588 CPUtime=1.18
/proc/27524/task/27532/stat : 27532 (java) S 27522 27524 27475 0 -1 64 3336 0 0 0 117 1 0 0 17 0 13 0 158919119 1755738112 46262 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27524/tid=27533] ppid=27522 vsize=1714588 CPUtime=0.66
/proc/27524/task/27533/stat : 27533 (java) S 27522 27524 27475 0 -1 64 322 0 0 0 66 0 0 0 16 0 13 0 158919119 1755738112 46262 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27524/tid=27534] ppid=27522 vsize=1714588 CPUtime=0
/proc/27524/task/27534/stat : 27534 (java) S 27522 27524 27475 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 158919119 1755738112 46262 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27524/tid=27535] ppid=27522 vsize=1714588 CPUtime=0
/proc/27524/task/27535/stat : 27535 (java) S 27522 27524 27475 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 158919119 1755738112 46262 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27524/tid=27536] ppid=27522 vsize=1714588 CPUtime=0
/proc/27524/task/27536/stat : 27536 (java) S 27522 27524 27475 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 158920879 1755738112 46262 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 51.57
Current children cumulated vsize (Kb) 1714588

[startup+60.0423 s]
/proc/loadavg: 1.00 1.01 1.00 2/76 27734
/proc/meminfo: memFree=1124024/2055920 swapFree=4183192/4192956
[pid=27524] ppid=27522 vsize=1714588 CPUtime=61.64
/proc/27524/stat : 27524 (java) R 27522 27524 27475 0 -1 0 58959 0 1 0 6125 39 0 0 20 0 13 0 158919109 1755738112 45654 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071619829 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/27524/statm: 428647 45654 1911 14 0 415394 0
[pid=27524/tid=27525] ppid=27522 vsize=1714588 CPUtime=0.23
/proc/27524/task/27525/stat : 27525 (java) S 27522 27524 27475 0 -1 64 3919 0 0 0 21 2 0 0 16 0 13 0 158919113 1755738112 45654 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27524/tid=27526] ppid=27522 vsize=1714588 CPUtime=0.24
/proc/27524/task/27526/stat : 27526 (java) S 27522 27524 27475 0 -1 64 3783 0 0 0 22 2 0 0 15 0 13 0 158919113 1755738112 45654 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27524/tid=27527] ppid=27522 vsize=1714588 CPUtime=0.02
/proc/27524/task/27527/stat : 27527 (java) S 27522 27524 27475 0 -1 64 39 0 0 0 1 1 0 0 15 0 13 0 158919115 1755738112 45654 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=27524/tid=27528] ppid=27522 vsize=1714588 CPUtime=0
/proc/27524/task/27528/stat : 27528 (java) S 27522 27524 27475 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 158919116 1755738112 45654 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27524/tid=27529] ppid=27522 vsize=1714588 CPUtime=0
/proc/27524/task/27529/stat : 27529 (java) S 27522 27524 27475 0 -1 64 5 0 0 0 0 0 0 0 15 0 13 0 158919116 1755738112 45654 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27524/tid=27530] ppid=27522 vsize=1714588 CPUtime=0
/proc/27524/task/27530/stat : 27530 (java) S 27522 27524 27475 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 158919119 1755738112 45654 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27524/tid=27531] ppid=27522 vsize=1714588 CPUtime=0

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

/proc/27524/task/27528/stat : 27528 (java) S 27522 27524 27475 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 158919116 1755738112 81613 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27524/tid=27529] ppid=27522 vsize=1714588 CPUtime=0
/proc/27524/task/27529/stat : 27529 (java) S 27522 27524 27475 0 -1 64 5 0 0 0 0 0 0 0 15 0 13 0 158919116 1755738112 81613 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27524/tid=27530] ppid=27522 vsize=1714588 CPUtime=0
/proc/27524/task/27530/stat : 27530 (java) S 27522 27524 27475 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 158919119 1755738112 81613 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27524/tid=27531] ppid=27522 vsize=1714588 CPUtime=0
/proc/27524/task/27531/stat : 27531 (java) S 27522 27524 27475 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 158919119 1755738112 81613 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27524/tid=27532] ppid=27522 vsize=1714588 CPUtime=1.26
/proc/27524/task/27532/stat : 27532 (java) S 27522 27524 27475 0 -1 64 3341 0 0 0 125 1 0 0 17 0 13 0 158919119 1755738112 81613 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27524/tid=27533] ppid=27522 vsize=1714588 CPUtime=0.74
/proc/27524/task/27533/stat : 27533 (java) S 27522 27524 27475 0 -1 64 351 0 0 0 74 0 0 0 16 0 13 0 158919119 1755738112 81613 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27524/tid=27534] ppid=27522 vsize=1714588 CPUtime=0
/proc/27524/task/27534/stat : 27534 (java) S 27522 27524 27475 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 158919119 1755738112 81613 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27524/tid=27535] ppid=27522 vsize=1714588 CPUtime=0
/proc/27524/task/27535/stat : 27535 (java) S 27522 27524 27475 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 158919119 1755738112 81613 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27524/tid=27536] ppid=27522 vsize=1714588 CPUtime=0
/proc/27524/task/27536/stat : 27536 (java) S 27522 27524 27475 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 158920879 1755738112 81613 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1796.78
Current children cumulated vsize (Kb) 1714588

[startup+1786.38 s]
/proc/loadavg: 1.00 1.00 1.00 2/76 27734
/proc/meminfo: memFree=979384/2055920 swapFree=4183192/4192956
[pid=27524] ppid=27522 vsize=1714588 CPUtime=1797.79
/proc/27524/stat : 27524 (java) R 27522 27524 27475 0 -1 0 152996 0 1 0 179546 233 0 0 25 0 13 0 158919109 1755738112 81613 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071487729 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/27524/statm: 428647 81613 1911 14 0 415394 0
[pid=27524/tid=27525] ppid=27522 vsize=1714588 CPUtime=11.31
/proc/27524/task/27525/stat : 27525 (java) S 27522 27524 27475 0 -1 64 21319 0 0 0 1058 73 0 0 15 0 13 0 158919113 1755738112 81613 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27524/tid=27526] ppid=27522 vsize=1714588 CPUtime=11.32
/proc/27524/task/27526/stat : 27526 (java) S 27522 27524 27475 0 -1 64 20989 0 0 0 1076 56 0 0 16 0 13 0 158919113 1755738112 81613 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27524/tid=27527] ppid=27522 vsize=1714588 CPUtime=0.87
/proc/27524/task/27527/stat : 27527 (java) S 27522 27524 27475 0 -1 64 225 0 0 0 51 36 0 0 16 0 13 0 158919115 1755738112 81613 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=27524/tid=27528] ppid=27522 vsize=1714588 CPUtime=0
/proc/27524/task/27528/stat : 27528 (java) S 27522 27524 27475 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 158919116 1755738112 81613 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27524/tid=27529] ppid=27522 vsize=1714588 CPUtime=0
/proc/27524/task/27529/stat : 27529 (java) S 27522 27524 27475 0 -1 64 5 0 0 0 0 0 0 0 15 0 13 0 158919116 1755738112 81613 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27524/tid=27530] ppid=27522 vsize=1714588 CPUtime=0
/proc/27524/task/27530/stat : 27530 (java) S 27522 27524 27475 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 158919119 1755738112 81613 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27524/tid=27531] ppid=27522 vsize=1714588 CPUtime=0
/proc/27524/task/27531/stat : 27531 (java) S 27522 27524 27475 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 158919119 1755738112 81613 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27524/tid=27532] ppid=27522 vsize=1714588 CPUtime=1.26
/proc/27524/task/27532/stat : 27532 (java) S 27522 27524 27475 0 -1 64 3341 0 0 0 125 1 0 0 17 0 13 0 158919119 1755738112 81613 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27524/tid=27533] ppid=27522 vsize=1714588 CPUtime=0.74
/proc/27524/task/27533/stat : 27533 (java) S 27522 27524 27475 0 -1 64 351 0 0 0 74 0 0 0 16 0 13 0 158919119 1755738112 81613 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27524/tid=27534] ppid=27522 vsize=1714588 CPUtime=0
/proc/27524/task/27534/stat : 27534 (java) S 27522 27524 27475 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 158919119 1755738112 81613 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27524/tid=27535] ppid=27522 vsize=1714588 CPUtime=0
/proc/27524/task/27535/stat : 27535 (java) S 27522 27524 27475 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 158919119 1755738112 81613 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27524/tid=27536] ppid=27522 vsize=1714588 CPUtime=0
/proc/27524/task/27536/stat : 27536 (java) S 27522 27524 27475 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 158920879 1755738112 81613 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1797.79
Current children cumulated vsize (Kb) 1714588

[startup+1787.39 s]
/proc/loadavg: 1.00 1.00 1.00 2/76 27734
/proc/meminfo: memFree=979384/2055920 swapFree=4183192/4192956
[pid=27524] ppid=27522 vsize=1714588 CPUtime=1798.81
/proc/27524/stat : 27524 (java) R 27522 27524 27475 0 -1 0 152999 0 1 0 179648 233 0 0 25 0 13 0 158919109 1755738112 81613 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/27524/statm: 428647 81613 1911 14 0 415394 0
[pid=27524/tid=27525] ppid=27522 vsize=1714588 CPUtime=11.32
/proc/27524/task/27525/stat : 27525 (java) R 27522 27524 27475 0 -1 64 21319 0 0 0 1059 73 0 0 16 0 13 0 158919113 1755738112 81613 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27524/tid=27526] ppid=27522 vsize=1714588 CPUtime=11.33
/proc/27524/task/27526/stat : 27526 (java) R 27522 27524 27475 0 -1 64 20989 0 0 0 1077 56 0 0 15 0 13 0 158919113 1755738112 81613 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4154649170 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27524/tid=27527] ppid=27522 vsize=1714588 CPUtime=0.87
/proc/27524/task/27527/stat : 27527 (java) S 27522 27524 27475 0 -1 64 225 0 0 0 51 36 0 0 15 0 13 0 158919115 1755738112 81613 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=27524/tid=27528] ppid=27522 vsize=1714588 CPUtime=0
/proc/27524/task/27528/stat : 27528 (java) S 27522 27524 27475 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 158919116 1755738112 81613 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27524/tid=27529] ppid=27522 vsize=1714588 CPUtime=0
/proc/27524/task/27529/stat : 27529 (java) S 27522 27524 27475 0 -1 64 5 0 0 0 0 0 0 0 15 0 13 0 158919116 1755738112 81613 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27524/tid=27530] ppid=27522 vsize=1714588 CPUtime=0
/proc/27524/task/27530/stat : 27530 (java) S 27522 27524 27475 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 158919119 1755738112 81613 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27524/tid=27531] ppid=27522 vsize=1714588 CPUtime=0
/proc/27524/task/27531/stat : 27531 (java) S 27522 27524 27475 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 158919119 1755738112 81613 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27524/tid=27532] ppid=27522 vsize=1714588 CPUtime=1.26
/proc/27524/task/27532/stat : 27532 (java) S 27522 27524 27475 0 -1 64 3341 0 0 0 125 1 0 0 17 0 13 0 158919119 1755738112 81613 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27524/tid=27533] ppid=27522 vsize=1714588 CPUtime=0.74
/proc/27524/task/27533/stat : 27533 (java) S 27522 27524 27475 0 -1 64 351 0 0 0 74 0 0 0 16 0 13 0 158919119 1755738112 81613 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27524/tid=27534] ppid=27522 vsize=1714588 CPUtime=0
/proc/27524/task/27534/stat : 27534 (java) S 27522 27524 27475 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 158919119 1755738112 81613 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27524/tid=27535] ppid=27522 vsize=1714588 CPUtime=0
/proc/27524/task/27535/stat : 27535 (java) S 27522 27524 27475 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 158919119 1755738112 81613 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27524/tid=27536] ppid=27522 vsize=1714588 CPUtime=0
/proc/27524/task/27536/stat : 27536 (java) S 27522 27524 27475 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 158920879 1755738112 81613 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1798.81
Current children cumulated vsize (Kb) 1714588

[startup+1788.4 s]
/proc/loadavg: 1.00 1.00 1.00 2/76 27734
/proc/meminfo: memFree=979384/2055920 swapFree=4183192/4192956
[pid=27524] ppid=27522 vsize=1714588 CPUtime=1799.83
/proc/27524/stat : 27524 (java) R 27522 27524 27475 0 -1 0 153002 0 1 0 179749 234 0 0 25 0 13 0 158919109 1755738112 81614 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071487984 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/27524/statm: 428647 81614 1911 14 0 415394 0
[pid=27524/tid=27525] ppid=27522 vsize=1714588 CPUtime=11.33
/proc/27524/task/27525/stat : 27525 (java) S 27522 27524 27475 0 -1 64 21320 0 0 0 1060 73 0 0 16 0 13 0 158919113 1755738112 81614 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27524/tid=27526] ppid=27522 vsize=1714588 CPUtime=11.34
/proc/27524/task/27526/stat : 27526 (java) S 27522 27524 27475 0 -1 64 20989 0 0 0 1078 56 0 0 16 0 13 0 158919113 1755738112 81614 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27524/tid=27527] ppid=27522 vsize=1714588 CPUtime=0.87
/proc/27524/task/27527/stat : 27527 (java) S 27522 27524 27475 0 -1 64 225 0 0 0 51 36 0 0 15 0 13 0 158919115 1755738112 81614 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=27524/tid=27528] ppid=27522 vsize=1714588 CPUtime=0
/proc/27524/task/27528/stat : 27528 (java) S 27522 27524 27475 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 158919116 1755738112 81614 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27524/tid=27529] ppid=27522 vsize=1714588 CPUtime=0
/proc/27524/task/27529/stat : 27529 (java) S 27522 27524 27475 0 -1 64 5 0 0 0 0 0 0 0 15 0 13 0 158919116 1755738112 81614 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27524/tid=27530] ppid=27522 vsize=1714588 CPUtime=0
/proc/27524/task/27530/stat : 27530 (java) S 27522 27524 27475 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 158919119 1755738112 81614 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27524/tid=27531] ppid=27522 vsize=1714588 CPUtime=0
/proc/27524/task/27531/stat : 27531 (java) S 27522 27524 27475 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 158919119 1755738112 81614 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27524/tid=27532] ppid=27522 vsize=1714588 CPUtime=1.26
/proc/27524/task/27532/stat : 27532 (java) S 27522 27524 27475 0 -1 64 3341 0 0 0 125 1 0 0 17 0 13 0 158919119 1755738112 81614 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27524/tid=27533] ppid=27522 vsize=1714588 CPUtime=0.74
/proc/27524/task/27533/stat : 27533 (java) S 27522 27524 27475 0 -1 64 351 0 0 0 74 0 0 0 16 0 13 0 158919119 1755738112 81614 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27524/tid=27534] ppid=27522 vsize=1714588 CPUtime=0
/proc/27524/task/27534/stat : 27534 (java) S 27522 27524 27475 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 158919119 1755738112 81614 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27524/tid=27535] ppid=27522 vsize=1714588 CPUtime=0
/proc/27524/task/27535/stat : 27535 (java) S 27522 27524 27475 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 158919119 1755738112 81614 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27524/tid=27536] ppid=27522 vsize=1714588 CPUtime=0
/proc/27524/task/27536/stat : 27536 (java) S 27522 27524 27475 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 158920879 1755738112 81614 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1799.83
Current children cumulated vsize (Kb) 1714588

[startup+1789.4 s]
/proc/loadavg: 1.00 1.00 1.00 2/76 27734
/proc/meminfo: memFree=979384/2055920 swapFree=4183192/4192956
[pid=27524] ppid=27522 vsize=1714588 CPUtime=1800.85
/proc/27524/stat : 27524 (java) R 27522 27524 27475 0 -1 0 153004 0 1 0 179850 235 0 0 25 0 13 0 158919109 1755738112 81614 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071619829 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/27524/statm: 428647 81614 1911 14 0 415394 0
[pid=27524/tid=27525] ppid=27522 vsize=1714588 CPUtime=11.33
/proc/27524/task/27525/stat : 27525 (java) S 27522 27524 27475 0 -1 64 21320 0 0 0 1060 73 0 0 16 0 13 0 158919113 1755738112 81614 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27524/tid=27526] ppid=27522 vsize=1714588 CPUtime=11.34
/proc/27524/task/27526/stat : 27526 (java) S 27522 27524 27475 0 -1 64 20989 0 0 0 1078 56 0 0 16 0 13 0 158919113 1755738112 81614 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27524/tid=27527] ppid=27522 vsize=1714588 CPUtime=0.87
/proc/27524/task/27527/stat : 27527 (java) S 27522 27524 27475 0 -1 64 225 0 0 0 51 36 0 0 15 0 13 0 158919115 1755738112 81614 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=27524/tid=27528] ppid=27522 vsize=1714588 CPUtime=0
/proc/27524/task/27528/stat : 27528 (java) S 27522 27524 27475 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 158919116 1755738112 81614 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27524/tid=27529] ppid=27522 vsize=1714588 CPUtime=0
/proc/27524/task/27529/stat : 27529 (java) S 27522 27524 27475 0 -1 64 5 0 0 0 0 0 0 0 15 0 13 0 158919116 1755738112 81614 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27524/tid=27530] ppid=27522 vsize=1714588 CPUtime=0
/proc/27524/task/27530/stat : 27530 (java) S 27522 27524 27475 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 158919119 1755738112 81614 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27524/tid=27531] ppid=27522 vsize=1714588 CPUtime=0
/proc/27524/task/27531/stat : 27531 (java) S 27522 27524 27475 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 158919119 1755738112 81614 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27524/tid=27532] ppid=27522 vsize=1714588 CPUtime=1.26
/proc/27524/task/27532/stat : 27532 (java) S 27522 27524 27475 0 -1 64 3341 0 0 0 125 1 0 0 17 0 13 0 158919119 1755738112 81614 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27524/tid=27533] ppid=27522 vsize=1714588 CPUtime=0.74
/proc/27524/task/27533/stat : 27533 (java) S 27522 27524 27475 0 -1 64 351 0 0 0 74 0 0 0 16 0 13 0 158919119 1755738112 81614 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27524/tid=27534] ppid=27522 vsize=1714588 CPUtime=0
/proc/27524/task/27534/stat : 27534 (java) S 27522 27524 27475 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 158919119 1755738112 81614 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27524/tid=27535] ppid=27522 vsize=1714588 CPUtime=0
/proc/27524/task/27535/stat : 27535 (java) S 27522 27524 27475 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 158919119 1755738112 81614 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27524/tid=27536] ppid=27522 vsize=1714588 CPUtime=0
/proc/27524/task/27536/stat : 27536 (java) S 27522 27524 27475 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 158920879 1755738112 81614 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.85
Current children cumulated vsize (Kb) 1714588



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1789.41 s]
/proc/loadavg: 1.00 1.00 1.00 2/76 27734
/proc/meminfo: memFree=979384/2055920 swapFree=4183192/4192956
[pid=27524] ppid=27522 vsize=1714588 CPUtime=1800.85
/proc/27524/stat : 27524 (java) R 27522 27524 27475 0 -1 0 153004 0 1 0 179850 235 0 0 25 0 13 0 158919109 1755738112 81614 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071488220 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/27524/statm: 428647 81614 1911 14 0 415394 0
[pid=27524/tid=27525] ppid=27522 vsize=1714588 CPUtime=11.33
/proc/27524/task/27525/stat : 27525 (java) S 27522 27524 27475 0 -1 64 21320 0 0 0 1060 73 0 0 16 0 13 0 158919113 1755738112 81614 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27524/tid=27526] ppid=27522 vsize=1714588 CPUtime=11.34
/proc/27524/task/27526/stat : 27526 (java) S 27522 27524 27475 0 -1 64 20989 0 0 0 1078 56 0 0 16 0 13 0 158919113 1755738112 81614 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27524/tid=27527] ppid=27522 vsize=1714588 CPUtime=0.87
/proc/27524/task/27527/stat : 27527 (java) S 27522 27524 27475 0 -1 64 225 0 0 0 51 36 0 0 15 0 13 0 158919115 1755738112 81614 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=27524/tid=27528] ppid=27522 vsize=1714588 CPUtime=0
/proc/27524/task/27528/stat : 27528 (java) S 27522 27524 27475 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 158919116 1755738112 81614 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27524/tid=27529] ppid=27522 vsize=1714588 CPUtime=0
/proc/27524/task/27529/stat : 27529 (java) S 27522 27524 27475 0 -1 64 5 0 0 0 0 0 0 0 15 0 13 0 158919116 1755738112 81614 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27524/tid=27530] ppid=27522 vsize=1714588 CPUtime=0
/proc/27524/task/27530/stat : 27530 (java) S 27522 27524 27475 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 158919119 1755738112 81614 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27524/tid=27531] ppid=27522 vsize=1714588 CPUtime=0
/proc/27524/task/27531/stat : 27531 (java) S 27522 27524 27475 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 158919119 1755738112 81614 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27524/tid=27532] ppid=27522 vsize=1714588 CPUtime=1.26
/proc/27524/task/27532/stat : 27532 (java) S 27522 27524 27475 0 -1 64 3341 0 0 0 125 1 0 0 17 0 13 0 158919119 1755738112 81614 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27524/tid=27533] ppid=27522 vsize=1714588 CPUtime=0.74
/proc/27524/task/27533/stat : 27533 (java) S 27522 27524 27475 0 -1 64 351 0 0 0 74 0 0 0 16 0 13 0 158919119 1755738112 81614 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27524/tid=27534] ppid=27522 vsize=1714588 CPUtime=0
/proc/27524/task/27534/stat : 27534 (java) S 27522 27524 27475 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 158919119 1755738112 81614 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27524/tid=27535] ppid=27522 vsize=1714588 CPUtime=0
/proc/27524/task/27535/stat : 27535 (java) S 27522 27524 27475 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 158919119 1755738112 81614 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27524/tid=27536] ppid=27522 vsize=1714588 CPUtime=0
/proc/27524/task/27536/stat : 27536 (java) S 27522 27524 27475 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 158920879 1755738112 81614 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.85
Current children cumulated vsize (Kb) 1714588

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

Child status: 143
Real time (s): 1789.5
CPU time (s): 1800.94
CPU user time (s): 1798.54
CPU system time (s): 2.40163
CPU usage (%): 100.639
Max. virtual memory (cumulated for all children) (Kb): 1714764
The end

Launcher Data (download as text)

Begin job on node33 on Fri Jul 28 21:00:41 UTC 2006


FILE ID= 50748-1154120441

PBS_JOBID= 886928

BENCH NAME= HOME/pub/bench/PB06/final/normalized-PB06/OPT-BIGINT/submitted-PB06/roussel/factor/normalized-factor-sizeN=180-sizeP=91-sizeQ=180-780825197-max.opb
COMMAND LINE= java -server -Xms1500M -Xmx1500M -jar ROOT/solvers/PB/PB06final/user5/sat4jPseudoHeuristics.jar ROOT/tmp/node33/50748-1154120441/instance-50748-1154120441.opb 706575282
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node33/watcher-50748-1154120441 -o ROOT/results/node33/solver-50748-1154120441 -C 1800 -M 1800 -S 64  java -server -Xms1500M -Xmx1500M -jar ROOT/solvers/PB/PB06final/user5/sat4jPseudoHeuristics.jar ROOT/tmp/node33/50748-1154120441/instance-50748-1154120441.opb 706575282

MD5SUM SOLVER= 3cef94aa015dc0dd234d31843a257d70
MD5SUM BENCH=  d31ef469fa2ed9fa9c3063355dbaf7b5

RANDOM SEED= 706575282

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:       1299808 kB
Buffers:         34604 kB
Cached:         653204 kB
SwapCached:       3616 kB
Active:          57392 kB
Inactive:       639068 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1299808 kB
SwapTotal:     4192956 kB
SwapFree:      4183192 kB
Dirty:             176 kB
Writeback:           0 kB
Mapped:          14676 kB
Slab:            45716 kB
Committed_AS:   734300 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:30:31 UTC 2006