Trace number 50970

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.55 1791.47

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.15	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.15	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.15	c no version file found!!!
0.15	c sun.arch.data.model	32
0.15	c java.version	1.5.0_06
0.15	c os.name	Linux
0.15	c os.version	2.6.9-22.EL.rootsmp
0.15	c os.arch	i386
0.15	c Free memory 1548419056
0.15	c Max memory 1551040512
0.15	c Total memory 1551040512
0.15	c Number of processors 2
0.21	c Cutting planes based inference
0.21	c --- Begin Solver configuration ---
0.21	c org.sat4j.minisat.uip.FirstUIP@1037c71
0.21	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@1df073d
0.21	c org.sat4j.minisat.learning.MiniSATLearning@1546e25
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/node55/50970-1154120437/instance-50970-1154120437.opb
0.21	c reading problem ... 
17.77	c ... done. Time 17.553 ms.
17.77	c #vars     16651
17.77	c #constraints  49142
1791.40	c starts		: 1
1791.40	c conflicts		: 1
1791.40	c decisions		: 11771
1791.40	c propagations		: 16646
1791.40	c inspects		: 44918
1791.40	c learnt literals	: 0
1791.40	c learnt binary clauses	: 0
1791.40	c learnt ternary clauses	: 0
1791.40	c learnt clauses	: 0
1791.40	c root simplifications	: 0
1791.40	c removed literals (reason simplification)	: 0
1791.40	c reason swapping (by a shorter reason)	: 0
1791.40	c Calls to reduceDB	: 0
1791.40	c speed (decisions/second)	: 6.636828846383715
1791.40	c non guided choices	11771
1791.40	s UNKNOWN
1791.40	c Total wall clock time (ms): 1791.183

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

Current StackSize limit: 67108864 bytes

/proc/loadavg: 0.92 0.98 0.99 2/64 32522
/proc/meminfo: memFree=1357256/2055920 swapFree=4182936/4192956
[pid=32522] ppid=32520 vsize=1496 CPUtime=0
/proc/32522/stat : 32522 (java) R 32520 32522 32473 0 -1 0 59 0 0 0 0 0 0 0 19 0 1 0 158913747 1531904 41 18446744073709551615 134512640 134570276 4294956608 18446744073709551615 6853639 0 0 4096 0 0 0 0 17 1 0 0
/proc/32522/statm: 375 47 37 14 0 8 0

[startup+10.0024 s]
/proc/loadavg: 0.93 0.98 0.99 2/75 32533
/proc/meminfo: memFree=1181488/2055920 swapFree=4182936/4192956
[pid=32522] ppid=32520 vsize=1709820 CPUtime=10.51
/proc/32522/stat : 32522 (java) R 32520 32522 32473 0 -1 0 48832 0 1 0 1029 22 0 0 23 0 12 0 158913747 1750855680 45686 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071430819 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/32522/statm: 427455 45686 1874 14 0 414202 0
[pid=32522/tid=32523] ppid=32520 vsize=1709820 CPUtime=0.06
/proc/32522/task/32523/stat : 32523 (java) S 32520 32522 32473 0 -1 64 1453 0 0 0 6 0 0 0 16 0 12 0 158913751 1750855680 45686 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32522/tid=32524] ppid=32520 vsize=1709820 CPUtime=0.06
/proc/32522/task/32524/stat : 32524 (java) S 32520 32522 32473 0 -1 64 1125 0 0 0 6 0 0 0 16 0 12 0 158913751 1750855680 45686 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32522/tid=32525] ppid=32520 vsize=1709820 CPUtime=0
/proc/32522/task/32525/stat : 32525 (java) S 32520 32522 32473 0 -1 64 26 0 0 0 0 0 0 0 16 0 12 0 158913753 1750855680 45686 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=32522/tid=32526] ppid=32520 vsize=1709820 CPUtime=0
/proc/32522/task/32526/stat : 32526 (java) S 32520 32522 32473 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 158913754 1750855680 45686 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32522/tid=32527] ppid=32520 vsize=1709820 CPUtime=0
/proc/32522/task/32527/stat : 32527 (java) S 32520 32522 32473 0 -1 64 5 0 0 0 0 0 0 0 15 0 12 0 158913754 1750855680 45686 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32522/tid=32528] ppid=32520 vsize=1709820 CPUtime=0
/proc/32522/task/32528/stat : 32528 (java) S 32520 32522 32473 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 158913757 1750855680 45686 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32522/tid=32529] ppid=32520 vsize=1709820 CPUtime=0
/proc/32522/task/32529/stat : 32529 (java) S 32520 32522 32473 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 158913757 1750855680 45686 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32522/tid=32530] ppid=32520 vsize=1709820 CPUtime=0.35
/proc/32522/task/32530/stat : 32530 (java) S 32520 32522 32473 0 -1 64 553 0 0 0 35 0 0 0 17 0 12 0 158913757 1750855680 45686 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32522/tid=32531] ppid=32520 vsize=1709820 CPUtime=0.27
/proc/32522/task/32531/stat : 32531 (java) S 32520 32522 32473 0 -1 64 233 0 0 0 27 0 0 0 16 0 12 0 158913757 1750855680 45686 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32522/tid=32532] ppid=32520 vsize=1709820 CPUtime=0
/proc/32522/task/32532/stat : 32532 (java) S 32520 32522 32473 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 158913757 1750855680 45686 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32522/tid=32533] ppid=32520 vsize=1709820 CPUtime=0
/proc/32522/task/32533/stat : 32533 (java) S 32520 32522 32473 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 158913757 1750855680 45686 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 10.51
Current children cumulated vsize (Kb) 1709820

[startup+20.0093 s]
/proc/loadavg: 0.94 0.98 0.99 2/76 32534
/proc/meminfo: memFree=1181808/2055920 swapFree=4182936/4192956
[pid=32522] ppid=32520 vsize=1710568 CPUtime=20.99
/proc/32522/stat : 32522 (java) R 32520 32522 32473 0 -1 0 50971 0 1 0 2075 24 0 0 19 0 13 0 158913747 1751621632 45658 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071613419 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/32522/statm: 427642 45658 1905 14 0 414389 0
[pid=32522/tid=32523] ppid=32520 vsize=1710568 CPUtime=0.14
/proc/32522/task/32523/stat : 32523 (java) S 32520 32522 32473 0 -1 64 2310 0 0 0 13 1 0 0 16 0 13 0 158913751 1751621632 45658 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32522/tid=32524] ppid=32520 vsize=1710568 CPUtime=0.14
/proc/32522/task/32524/stat : 32524 (java) S 32520 32522 32473 0 -1 64 2148 0 0 0 14 0 0 0 16 0 13 0 158913751 1751621632 45658 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32522/tid=32525] ppid=32520 vsize=1710568 CPUtime=0
/proc/32522/task/32525/stat : 32525 (java) S 32520 32522 32473 0 -1 64 26 0 0 0 0 0 0 0 15 0 13 0 158913753 1751621632 45658 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=32522/tid=32526] ppid=32520 vsize=1710568 CPUtime=0
/proc/32522/task/32526/stat : 32526 (java) S 32520 32522 32473 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 158913754 1751621632 45658 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32522/tid=32527] ppid=32520 vsize=1710568 CPUtime=0
/proc/32522/task/32527/stat : 32527 (java) S 32520 32522 32473 0 -1 64 5 0 0 0 0 0 0 0 15 0 13 0 158913754 1751621632 45658 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32522/tid=32528] ppid=32520 vsize=1710568 CPUtime=0
/proc/32522/task/32528/stat : 32528 (java) S 32520 32522 32473 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 158913757 1751621632 45658 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32522/tid=32529] ppid=32520 vsize=1710568 CPUtime=0
/proc/32522/task/32529/stat : 32529 (java) S 32520 32522 32473 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 158913757 1751621632 45658 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32522/tid=32530] ppid=32520 vsize=1710568 CPUtime=0.61
/proc/32522/task/32530/stat : 32530 (java) S 32520 32522 32473 0 -1 64 628 0 0 0 61 0 0 0 17 0 13 0 158913757 1751621632 45658 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32522/tid=32531] ppid=32520 vsize=1710568 CPUtime=0.58
/proc/32522/task/32531/stat : 32531 (java) S 32520 32522 32473 0 -1 64 332 0 0 0 58 0 0 0 16 0 13 0 158913757 1751621632 45658 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32522/tid=32532] ppid=32520 vsize=1710568 CPUtime=0
/proc/32522/task/32532/stat : 32532 (java) S 32520 32522 32473 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 158913757 1751621632 45658 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32522/tid=32533] ppid=32520 vsize=1710568 CPUtime=0
/proc/32522/task/32533/stat : 32533 (java) S 32520 32522 32473 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 158913757 1751621632 45658 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32522/tid=32534] ppid=32520 vsize=1710568 CPUtime=0
/proc/32522/task/32534/stat : 32534 (java) S 32520 32522 32473 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 158915529 1751621632 45658 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 20.99
Current children cumulated vsize (Kb) 1710568

[startup+30.0173 s]
/proc/loadavg: 0.95 0.98 0.99 2/82 32600
/proc/meminfo: memFree=1193856/2055920 swapFree=4182936/4192956
[pid=32522] ppid=32520 vsize=1711252 CPUtime=31.06
/proc/32522/stat : 32522 (java) R 32520 32522 32473 0 -1 0 51253 0 1 0 3078 28 0 0 25 0 13 0 158913747 1752322048 42313 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071493394 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/32522/statm: 427813 42313 1906 14 0 414560 0
[pid=32522/tid=32523] ppid=32520 vsize=1711252 CPUtime=0.15
/proc/32522/task/32523/stat : 32523 (java) S 32520 32522 32473 0 -1 64 2310 0 0 0 14 1 0 0 16 0 13 0 158913751 1752322048 42313 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32522/tid=32524] ppid=32520 vsize=1711252 CPUtime=0.15
/proc/32522/task/32524/stat : 32524 (java) S 32520 32522 32473 0 -1 64 2148 0 0 0 15 0 0 0 16 0 13 0 158913751 1752322048 42313 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32522/tid=32525] ppid=32520 vsize=1711252 CPUtime=0.01
/proc/32522/task/32525/stat : 32525 (java) S 32520 32522 32473 0 -1 64 26 0 0 0 0 1 0 0 16 0 13 0 158913753 1752322048 42313 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=32522/tid=32526] ppid=32520 vsize=1711252 CPUtime=0
/proc/32522/task/32526/stat : 32526 (java) S 32520 32522 32473 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 158913754 1752322048 42313 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32522/tid=32527] ppid=32520 vsize=1711252 CPUtime=0
/proc/32522/task/32527/stat : 32527 (java) S 32520 32522 32473 0 -1 64 5 0 0 0 0 0 0 0 15 0 13 0 158913754 1752322048 42313 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32522/tid=32528] ppid=32520 vsize=1711252 CPUtime=0
/proc/32522/task/32528/stat : 32528 (java) S 32520 32522 32473 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 158913757 1752322048 42313 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32522/tid=32529] ppid=32520 vsize=1711252 CPUtime=0
/proc/32522/task/32529/stat : 32529 (java) S 32520 32522 32473 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 158913757 1752322048 42313 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32522/tid=32530] ppid=32520 vsize=1711252 CPUtime=0.62
/proc/32522/task/32530/stat : 32530 (java) S 32520 32522 32473 0 -1 64 628 0 0 0 62 0 0 0 17 0 13 0 158913757 1752322048 42313 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32522/tid=32531] ppid=32520 vsize=1711252 CPUtime=0.65
/proc/32522/task/32531/stat : 32531 (java) S 32520 32522 32473 0 -1 64 592 0 0 0 65 0 0 0 17 0 13 0 158913757 1752322048 42313 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32522/tid=32532] ppid=32520 vsize=1711252 CPUtime=0
/proc/32522/task/32532/stat : 32532 (java) S 32520 32522 32473 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 158913757 1752322048 42313 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32522/tid=32533] ppid=32520 vsize=1711252 CPUtime=0
/proc/32522/task/32533/stat : 32533 (java) S 32520 32522 32473 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 158913757 1752322048 42313 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32522/tid=32534] ppid=32520 vsize=1711252 CPUtime=0
/proc/32522/task/32534/stat : 32534 (java) S 32520 32522 32473 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 158915529 1752322048 42313 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 31.06
Current children cumulated vsize (Kb) 1711252

[startup+40.0253 s]
/proc/loadavg: 0.96 0.98 0.99 2/82 32668
/proc/meminfo: memFree=1197120/2055920 swapFree=4182936/4192956
[pid=32522] ppid=32520 vsize=1710568 CPUtime=41.07
/proc/32522/stat : 32522 (java) R 32520 32522 32473 0 -1 0 51275 0 1 0 4075 32 0 0 25 0 13 0 158913747 1751621632 41481 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071493223 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/32522/statm: 427642 41481 1906 14 0 414389 0
[pid=32522/tid=32523] ppid=32520 vsize=1710568 CPUtime=0.16
/proc/32522/task/32523/stat : 32523 (java) S 32520 32522 32473 0 -1 64 2310 0 0 0 15 1 0 0 16 0 13 0 158913751 1751621632 41481 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32522/tid=32524] ppid=32520 vsize=1710568 CPUtime=0.16
/proc/32522/task/32524/stat : 32524 (java) S 32520 32522 32473 0 -1 64 2148 0 0 0 16 0 0 0 17 0 13 0 158913751 1751621632 41481 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32522/tid=32525] ppid=32520 vsize=1710568 CPUtime=0.01
/proc/32522/task/32525/stat : 32525 (java) S 32520 32522 32473 0 -1 64 26 0 0 0 0 1 0 0 16 0 13 0 158913753 1751621632 41481 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=32522/tid=32526] ppid=32520 vsize=1710568 CPUtime=0
/proc/32522/task/32526/stat : 32526 (java) S 32520 32522 32473 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 158913754 1751621632 41481 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32522/tid=32527] ppid=32520 vsize=1710568 CPUtime=0
/proc/32522/task/32527/stat : 32527 (java) S 32520 32522 32473 0 -1 64 5 0 0 0 0 0 0 0 15 0 13 0 158913754 1751621632 41481 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32522/tid=32528] ppid=32520 vsize=1710568 CPUtime=0
/proc/32522/task/32528/stat : 32528 (java) S 32520 32522 32473 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 158913757 1751621632 41481 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32522/tid=32529] ppid=32520 vsize=1710568 CPUtime=0
/proc/32522/task/32529/stat : 32529 (java) S 32520 32522 32473 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 158913757 1751621632 41481 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32522/tid=32530] ppid=32520 vsize=1710568 CPUtime=0.65
/proc/32522/task/32530/stat : 32530 (java) S 32520 32522 32473 0 -1 64 628 0 0 0 65 0 0 0 16 0 13 0 158913757 1751621632 41481 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32522/tid=32531] ppid=32520 vsize=1710568 CPUtime=0.67
/proc/32522/task/32531/stat : 32531 (java) S 32520 32522 32473 0 -1 64 592 0 0 0 67 0 0 0 17 0 13 0 158913757 1751621632 41481 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32522/tid=32532] ppid=32520 vsize=1710568 CPUtime=0
/proc/32522/task/32532/stat : 32532 (java) S 32520 32522 32473 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 158913757 1751621632 41481 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32522/tid=32533] ppid=32520 vsize=1710568 CPUtime=0
/proc/32522/task/32533/stat : 32533 (java) S 32520 32522 32473 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 158913757 1751621632 41481 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32522/tid=32534] ppid=32520 vsize=1710568 CPUtime=0
/proc/32522/task/32534/stat : 32534 (java) S 32520 32522 32473 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 158915529 1751621632 41481 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 41.07
Current children cumulated vsize (Kb) 1710568

[startup+50.0323 s]
/proc/loadavg: 1.04 1.00 1.00 2/82 32716
/proc/meminfo: memFree=1193792/2055920 swapFree=4182936/4192956
[pid=32522] ppid=32520 vsize=1714612 CPUtime=51.37
/proc/32522/stat : 32522 (java) R 32520 32522 32473 0 -1 0 53560 0 1 0 5101 36 0 0 25 0 13 0 158913747 1755762688 42331 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071614867 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/32522/statm: 428653 42331 1906 14 0 415400 0
[pid=32522/tid=32523] ppid=32520 vsize=1714612 CPUtime=0.17
/proc/32522/task/32523/stat : 32523 (java) S 32520 32522 32473 0 -1 64 2310 0 0 0 16 1 0 0 16 0 13 0 158913751 1755762688 42331 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32522/tid=32524] ppid=32520 vsize=1714612 CPUtime=0.17
/proc/32522/task/32524/stat : 32524 (java) S 32520 32522 32473 0 -1 64 2148 0 0 0 17 0 0 0 15 0 13 0 158913751 1755762688 42331 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32522/tid=32525] ppid=32520 vsize=1714612 CPUtime=0.02
/proc/32522/task/32525/stat : 32525 (java) S 32520 32522 32473 0 -1 64 26 0 0 0 1 1 0 0 16 0 13 0 158913753 1755762688 42331 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=32522/tid=32526] ppid=32520 vsize=1714612 CPUtime=0
/proc/32522/task/32526/stat : 32526 (java) S 32520 32522 32473 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 158913754 1755762688 42331 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32522/tid=32527] ppid=32520 vsize=1714612 CPUtime=0
/proc/32522/task/32527/stat : 32527 (java) S 32520 32522 32473 0 -1 64 5 0 0 0 0 0 0 0 15 0 13 0 158913754 1755762688 42331 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32522/tid=32528] ppid=32520 vsize=1714612 CPUtime=0
/proc/32522/task/32528/stat : 32528 (java) S 32520 32522 32473 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 158913757 1755762688 42331 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32522/tid=32529] ppid=32520 vsize=1714612 CPUtime=0
/proc/32522/task/32529/stat : 32529 (java) S 32520 32522 32473 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 158913757 1755762688 42331 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32522/tid=32530] ppid=32520 vsize=1714612 CPUtime=0.77
/proc/32522/task/32530/stat : 32530 (java) S 32520 32522 32473 0 -1 64 1301 0 0 0 77 0 0 0 17 0 13 0 158913757 1755762688 42331 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32522/tid=32531] ppid=32520 vsize=1714612 CPUtime=0.85
/proc/32522/task/32531/stat : 32531 (java) S 32520 32522 32473 0 -1 64 2181 0 0 0 84 1 0 0 18 0 13 0 158913757 1755762688 42331 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32522/tid=32532] ppid=32520 vsize=1714612 CPUtime=0
/proc/32522/task/32532/stat : 32532 (java) S 32520 32522 32473 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 158913757 1755762688 42331 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32522/tid=32533] ppid=32520 vsize=1714612 CPUtime=0
/proc/32522/task/32533/stat : 32533 (java) S 32520 32522 32473 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 158913757 1755762688 42331 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32522/tid=32534] ppid=32520 vsize=1714612 CPUtime=0
/proc/32522/task/32534/stat : 32534 (java) S 32520 32522 32473 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 158915529 1755762688 42331 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 51.37
Current children cumulated vsize (Kb) 1714612

[startup+60.0393 s]
/proc/loadavg: 1.04 1.00 1.00 2/76 32732
/proc/meminfo: memFree=1194928/2055920 swapFree=4182936/4192956
[pid=32522] ppid=32520 vsize=1714548 CPUtime=61.42
/proc/32522/stat : 32522 (java) R 32520 32522 32473 0 -1 0 53595 0 1 0 6105 37 0 0 25 0 13 0 158913747 1755697152 42348 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071610937 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/32522/statm: 428637 42348 1906 14 0 415384 0
[pid=32522/tid=32523] ppid=32520 vsize=1714548 CPUtime=0.18
/proc/32522/task/32523/stat : 32523 (java) S 32520 32522 32473 0 -1 64 2310 0 0 0 17 1 0 0 16 0 13 0 158913751 1755697152 42348 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32522/tid=32524] ppid=32520 vsize=1714548 CPUtime=0.18
/proc/32522/task/32524/stat : 32524 (java) S 32520 32522 32473 0 -1 64 2148 0 0 0 18 0 0 0 16 0 13 0 158913751 1755697152 42348 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32522/tid=32525] ppid=32520 vsize=1714548 CPUtime=0.02
/proc/32522/task/32525/stat : 32525 (java) S 32520 32522 32473 0 -1 64 26 0 0 0 1 1 0 0 16 0 13 0 158913753 1755697152 42348 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=32522/tid=32526] ppid=32520 vsize=1714548 CPUtime=0
/proc/32522/task/32526/stat : 32526 (java) S 32520 32522 32473 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 158913754 1755697152 42348 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32522/tid=32527] ppid=32520 vsize=1714548 CPUtime=0
/proc/32522/task/32527/stat : 32527 (java) S 32520 32522 32473 0 -1 64 5 0 0 0 0 0 0 0 15 0 13 0 158913754 1755697152 42348 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32522/tid=32528] ppid=32520 vsize=1714548 CPUtime=0
/proc/32522/task/32528/stat : 32528 (java) S 32520 32522 32473 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 158913757 1755697152 42348 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32522/tid=32529] ppid=32520 vsize=1714548 CPUtime=0

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

/proc/32522/task/32526/stat : 32526 (java) S 32520 32522 32473 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 158913754 1755697152 41548 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32522/tid=32527] ppid=32520 vsize=1714548 CPUtime=0
/proc/32522/task/32527/stat : 32527 (java) S 32520 32522 32473 0 -1 64 5 0 0 0 0 0 0 0 15 0 13 0 158913754 1755697152 41548 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32522/tid=32528] ppid=32520 vsize=1714548 CPUtime=0
/proc/32522/task/32528/stat : 32528 (java) S 32520 32522 32473 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 158913757 1755697152 41548 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32522/tid=32529] ppid=32520 vsize=1714548 CPUtime=0
/proc/32522/task/32529/stat : 32529 (java) S 32520 32522 32473 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 158913757 1755697152 41548 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32522/tid=32530] ppid=32520 vsize=1714548 CPUtime=0.86
/proc/32522/task/32530/stat : 32530 (java) S 32520 32522 32473 0 -1 64 1306 0 0 0 86 0 0 0 16 0 13 0 158913757 1755697152 41548 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32522/tid=32531] ppid=32520 vsize=1714548 CPUtime=1.04
/proc/32522/task/32531/stat : 32531 (java) S 32520 32522 32473 0 -1 64 2203 0 0 0 103 1 0 0 17 0 13 0 158913757 1755697152 41548 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32522/tid=32532] ppid=32520 vsize=1714548 CPUtime=0
/proc/32522/task/32532/stat : 32532 (java) S 32520 32522 32473 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 158913757 1755697152 41548 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32522/tid=32533] ppid=32520 vsize=1714548 CPUtime=0
/proc/32522/task/32533/stat : 32533 (java) S 32520 32522 32473 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 158913757 1755697152 41548 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32522/tid=32534] ppid=32520 vsize=1714548 CPUtime=0
/proc/32522/task/32534/stat : 32534 (java) S 32520 32522 32473 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 158915529 1755697152 41548 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1796.4
Current children cumulated vsize (Kb) 1714548

[startup+1788.36 s]
/proc/loadavg: 1.00 1.00 1.00 2/76 32732
/proc/meminfo: memFree=1197680/2055920 swapFree=4182936/4192956
[pid=32522] ppid=32520 vsize=1714548 CPUtime=1797.41
/proc/32522/stat : 32522 (java) R 32520 32522 32473 0 -1 0 62854 0 1 0 179567 174 0 0 25 0 13 0 158913747 1755697152 41548 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071618389 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/32522/statm: 428637 41548 1906 14 0 415384 0
[pid=32522/tid=32523] ppid=32520 vsize=1714548 CPUtime=9.55
/proc/32522/task/32523/stat : 32523 (java) S 32520 32522 32473 0 -1 64 3170 0 0 0 928 27 0 0 16 0 13 0 158913751 1755697152 41548 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32522/tid=32524] ppid=32520 vsize=1714548 CPUtime=9.5
/proc/32522/task/32524/stat : 32524 (java) S 32520 32522 32473 0 -1 64 3038 0 0 0 923 27 0 0 15 0 13 0 158913751 1755697152 41548 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32522/tid=32525] ppid=32520 vsize=1714548 CPUtime=1.39
/proc/32522/task/32525/stat : 32525 (java) S 32520 32522 32473 0 -1 64 34 0 0 0 79 60 0 0 16 0 13 0 158913753 1755697152 41548 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=32522/tid=32526] ppid=32520 vsize=1714548 CPUtime=0
/proc/32522/task/32526/stat : 32526 (java) S 32520 32522 32473 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 158913754 1755697152 41548 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32522/tid=32527] ppid=32520 vsize=1714548 CPUtime=0
/proc/32522/task/32527/stat : 32527 (java) S 32520 32522 32473 0 -1 64 5 0 0 0 0 0 0 0 15 0 13 0 158913754 1755697152 41548 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32522/tid=32528] ppid=32520 vsize=1714548 CPUtime=0
/proc/32522/task/32528/stat : 32528 (java) S 32520 32522 32473 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 158913757 1755697152 41548 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32522/tid=32529] ppid=32520 vsize=1714548 CPUtime=0
/proc/32522/task/32529/stat : 32529 (java) S 32520 32522 32473 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 158913757 1755697152 41548 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32522/tid=32530] ppid=32520 vsize=1714548 CPUtime=0.86
/proc/32522/task/32530/stat : 32530 (java) S 32520 32522 32473 0 -1 64 1306 0 0 0 86 0 0 0 16 0 13 0 158913757 1755697152 41548 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32522/tid=32531] ppid=32520 vsize=1714548 CPUtime=1.04
/proc/32522/task/32531/stat : 32531 (java) S 32520 32522 32473 0 -1 64 2203 0 0 0 103 1 0 0 17 0 13 0 158913757 1755697152 41548 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32522/tid=32532] ppid=32520 vsize=1714548 CPUtime=0
/proc/32522/task/32532/stat : 32532 (java) S 32520 32522 32473 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 158913757 1755697152 41548 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32522/tid=32533] ppid=32520 vsize=1714548 CPUtime=0
/proc/32522/task/32533/stat : 32533 (java) S 32520 32522 32473 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 158913757 1755697152 41548 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32522/tid=32534] ppid=32520 vsize=1714548 CPUtime=0
/proc/32522/task/32534/stat : 32534 (java) S 32520 32522 32473 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 158915529 1755697152 41548 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1797.41
Current children cumulated vsize (Kb) 1714548

[startup+1789.37 s]
/proc/loadavg: 1.00 1.00 1.00 2/76 32732
/proc/meminfo: memFree=1197680/2055920 swapFree=4182936/4192956
[pid=32522] ppid=32520 vsize=1714548 CPUtime=1798.44
/proc/32522/stat : 32522 (java) R 32520 32522 32473 0 -1 0 62858 0 1 0 179669 175 0 0 25 0 13 0 158913747 1755697152 41548 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071493243 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/32522/statm: 428637 41548 1906 14 0 415384 0
[pid=32522/tid=32523] ppid=32520 vsize=1714548 CPUtime=9.56
/proc/32522/task/32523/stat : 32523 (java) S 32520 32522 32473 0 -1 64 3170 0 0 0 929 27 0 0 16 0 13 0 158913751 1755697152 41548 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32522/tid=32524] ppid=32520 vsize=1714548 CPUtime=9.51
/proc/32522/task/32524/stat : 32524 (java) S 32520 32522 32473 0 -1 64 3038 0 0 0 924 27 0 0 15 0 13 0 158913751 1755697152 41548 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32522/tid=32525] ppid=32520 vsize=1714548 CPUtime=1.39
/proc/32522/task/32525/stat : 32525 (java) S 32520 32522 32473 0 -1 64 34 0 0 0 79 60 0 0 16 0 13 0 158913753 1755697152 41548 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=32522/tid=32526] ppid=32520 vsize=1714548 CPUtime=0
/proc/32522/task/32526/stat : 32526 (java) S 32520 32522 32473 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 158913754 1755697152 41548 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32522/tid=32527] ppid=32520 vsize=1714548 CPUtime=0
/proc/32522/task/32527/stat : 32527 (java) S 32520 32522 32473 0 -1 64 5 0 0 0 0 0 0 0 15 0 13 0 158913754 1755697152 41548 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32522/tid=32528] ppid=32520 vsize=1714548 CPUtime=0
/proc/32522/task/32528/stat : 32528 (java) S 32520 32522 32473 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 158913757 1755697152 41548 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32522/tid=32529] ppid=32520 vsize=1714548 CPUtime=0
/proc/32522/task/32529/stat : 32529 (java) S 32520 32522 32473 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 158913757 1755697152 41548 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32522/tid=32530] ppid=32520 vsize=1714548 CPUtime=0.86
/proc/32522/task/32530/stat : 32530 (java) S 32520 32522 32473 0 -1 64 1306 0 0 0 86 0 0 0 16 0 13 0 158913757 1755697152 41548 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32522/tid=32531] ppid=32520 vsize=1714548 CPUtime=1.04
/proc/32522/task/32531/stat : 32531 (java) S 32520 32522 32473 0 -1 64 2203 0 0 0 103 1 0 0 17 0 13 0 158913757 1755697152 41548 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32522/tid=32532] ppid=32520 vsize=1714548 CPUtime=0
/proc/32522/task/32532/stat : 32532 (java) S 32520 32522 32473 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 158913757 1755697152 41548 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32522/tid=32533] ppid=32520 vsize=1714548 CPUtime=0
/proc/32522/task/32533/stat : 32533 (java) S 32520 32522 32473 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 158913757 1755697152 41548 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32522/tid=32534] ppid=32520 vsize=1714548 CPUtime=0
/proc/32522/task/32534/stat : 32534 (java) S 32520 32522 32473 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 158915529 1755697152 41548 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1798.44
Current children cumulated vsize (Kb) 1714548

[startup+1790.38 s]
/proc/loadavg: 1.00 1.00 1.00 2/76 32732
/proc/meminfo: memFree=1197680/2055920 swapFree=4182936/4192956
[pid=32522] ppid=32520 vsize=1714548 CPUtime=1799.45
/proc/32522/stat : 32522 (java) R 32520 32522 32473 0 -1 0 62862 0 1 0 179770 175 0 0 25 0 13 0 158913747 1755697152 41548 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071412814 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/32522/statm: 428637 41548 1906 14 0 415384 0
[pid=32522/tid=32523] ppid=32520 vsize=1714548 CPUtime=9.57
/proc/32522/task/32523/stat : 32523 (java) S 32520 32522 32473 0 -1 64 3170 0 0 0 930 27 0 0 16 0 13 0 158913751 1755697152 41548 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32522/tid=32524] ppid=32520 vsize=1714548 CPUtime=9.51
/proc/32522/task/32524/stat : 32524 (java) S 32520 32522 32473 0 -1 64 3038 0 0 0 924 27 0 0 16 0 13 0 158913751 1755697152 41548 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32522/tid=32525] ppid=32520 vsize=1714548 CPUtime=1.39
/proc/32522/task/32525/stat : 32525 (java) S 32520 32522 32473 0 -1 64 34 0 0 0 79 60 0 0 15 0 13 0 158913753 1755697152 41548 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=32522/tid=32526] ppid=32520 vsize=1714548 CPUtime=0
/proc/32522/task/32526/stat : 32526 (java) S 32520 32522 32473 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 158913754 1755697152 41548 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32522/tid=32527] ppid=32520 vsize=1714548 CPUtime=0
/proc/32522/task/32527/stat : 32527 (java) S 32520 32522 32473 0 -1 64 5 0 0 0 0 0 0 0 15 0 13 0 158913754 1755697152 41548 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32522/tid=32528] ppid=32520 vsize=1714548 CPUtime=0
/proc/32522/task/32528/stat : 32528 (java) S 32520 32522 32473 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 158913757 1755697152 41548 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32522/tid=32529] ppid=32520 vsize=1714548 CPUtime=0
/proc/32522/task/32529/stat : 32529 (java) S 32520 32522 32473 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 158913757 1755697152 41548 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32522/tid=32530] ppid=32520 vsize=1714548 CPUtime=0.86
/proc/32522/task/32530/stat : 32530 (java) S 32520 32522 32473 0 -1 64 1306 0 0 0 86 0 0 0 16 0 13 0 158913757 1755697152 41548 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32522/tid=32531] ppid=32520 vsize=1714548 CPUtime=1.04
/proc/32522/task/32531/stat : 32531 (java) S 32520 32522 32473 0 -1 64 2203 0 0 0 103 1 0 0 17 0 13 0 158913757 1755697152 41548 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32522/tid=32532] ppid=32520 vsize=1714548 CPUtime=0
/proc/32522/task/32532/stat : 32532 (java) S 32520 32522 32473 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 158913757 1755697152 41548 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32522/tid=32533] ppid=32520 vsize=1714548 CPUtime=0
/proc/32522/task/32533/stat : 32533 (java) S 32520 32522 32473 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 158913757 1755697152 41548 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32522/tid=32534] ppid=32520 vsize=1714548 CPUtime=0
/proc/32522/task/32534/stat : 32534 (java) S 32520 32522 32473 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 158915529 1755697152 41548 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1799.45
Current children cumulated vsize (Kb) 1714548

[startup+1791.38 s]
/proc/loadavg: 1.00 1.00 1.00 2/76 32732
/proc/meminfo: memFree=1197680/2055920 swapFree=4182936/4192956
[pid=32522] ppid=32520 vsize=1714548 CPUtime=1800.46
/proc/32522/stat : 32522 (java) R 32520 32522 32473 0 -1 0 62867 0 1 0 179871 175 0 0 25 0 13 0 158913747 1755697152 41548 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071656979 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/32522/statm: 428637 41548 1906 14 0 415384 0
[pid=32522/tid=32523] ppid=32520 vsize=1714548 CPUtime=9.58
/proc/32522/task/32523/stat : 32523 (java) S 32520 32522 32473 0 -1 64 3170 0 0 0 931 27 0 0 16 0 13 0 158913751 1755697152 41548 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32522/tid=32524] ppid=32520 vsize=1714548 CPUtime=9.52
/proc/32522/task/32524/stat : 32524 (java) S 32520 32522 32473 0 -1 64 3038 0 0 0 925 27 0 0 16 0 13 0 158913751 1755697152 41548 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32522/tid=32525] ppid=32520 vsize=1714548 CPUtime=1.39
/proc/32522/task/32525/stat : 32525 (java) S 32520 32522 32473 0 -1 64 36 0 0 0 79 60 0 0 15 0 13 0 158913753 1755697152 41548 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=32522/tid=32526] ppid=32520 vsize=1714548 CPUtime=0
/proc/32522/task/32526/stat : 32526 (java) S 32520 32522 32473 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 158913754 1755697152 41548 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32522/tid=32527] ppid=32520 vsize=1714548 CPUtime=0
/proc/32522/task/32527/stat : 32527 (java) S 32520 32522 32473 0 -1 64 5 0 0 0 0 0 0 0 15 0 13 0 158913754 1755697152 41548 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32522/tid=32528] ppid=32520 vsize=1714548 CPUtime=0
/proc/32522/task/32528/stat : 32528 (java) S 32520 32522 32473 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 158913757 1755697152 41548 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32522/tid=32529] ppid=32520 vsize=1714548 CPUtime=0
/proc/32522/task/32529/stat : 32529 (java) S 32520 32522 32473 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 158913757 1755697152 41548 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32522/tid=32530] ppid=32520 vsize=1714548 CPUtime=0.86
/proc/32522/task/32530/stat : 32530 (java) S 32520 32522 32473 0 -1 64 1306 0 0 0 86 0 0 0 16 0 13 0 158913757 1755697152 41548 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32522/tid=32531] ppid=32520 vsize=1714548 CPUtime=1.04
/proc/32522/task/32531/stat : 32531 (java) S 32520 32522 32473 0 -1 64 2203 0 0 0 103 1 0 0 17 0 13 0 158913757 1755697152 41548 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32522/tid=32532] ppid=32520 vsize=1714548 CPUtime=0
/proc/32522/task/32532/stat : 32532 (java) S 32520 32522 32473 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 158913757 1755697152 41548 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32522/tid=32533] ppid=32520 vsize=1714548 CPUtime=0
/proc/32522/task/32533/stat : 32533 (java) S 32520 32522 32473 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 158913757 1755697152 41548 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32522/tid=32534] ppid=32520 vsize=1714548 CPUtime=0
/proc/32522/task/32534/stat : 32534 (java) S 32520 32522 32473 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 158915529 1755697152 41548 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.46
Current children cumulated vsize (Kb) 1714548



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1791.39 s]
/proc/loadavg: 1.00 1.00 1.00 2/76 32732
/proc/meminfo: memFree=1197680/2055920 swapFree=4182936/4192956
[pid=32522] ppid=32520 vsize=1714548 CPUtime=1800.46
/proc/32522/stat : 32522 (java) R 32520 32522 32473 0 -1 0 62867 0 1 0 179871 175 0 0 25 0 13 0 158913747 1755697152 41548 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071623394 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/32522/statm: 428637 41548 1906 14 0 415384 0
[pid=32522/tid=32523] ppid=32520 vsize=1714548 CPUtime=9.58
/proc/32522/task/32523/stat : 32523 (java) S 32520 32522 32473 0 -1 64 3170 0 0 0 931 27 0 0 16 0 13 0 158913751 1755697152 41548 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32522/tid=32524] ppid=32520 vsize=1714548 CPUtime=9.52
/proc/32522/task/32524/stat : 32524 (java) S 32520 32522 32473 0 -1 64 3038 0 0 0 925 27 0 0 16 0 13 0 158913751 1755697152 41548 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32522/tid=32525] ppid=32520 vsize=1714548 CPUtime=1.39
/proc/32522/task/32525/stat : 32525 (java) S 32520 32522 32473 0 -1 64 36 0 0 0 79 60 0 0 15 0 13 0 158913753 1755697152 41548 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=32522/tid=32526] ppid=32520 vsize=1714548 CPUtime=0
/proc/32522/task/32526/stat : 32526 (java) S 32520 32522 32473 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 158913754 1755697152 41548 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32522/tid=32527] ppid=32520 vsize=1714548 CPUtime=0
/proc/32522/task/32527/stat : 32527 (java) S 32520 32522 32473 0 -1 64 5 0 0 0 0 0 0 0 15 0 13 0 158913754 1755697152 41548 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32522/tid=32528] ppid=32520 vsize=1714548 CPUtime=0
/proc/32522/task/32528/stat : 32528 (java) S 32520 32522 32473 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 158913757 1755697152 41548 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32522/tid=32529] ppid=32520 vsize=1714548 CPUtime=0
/proc/32522/task/32529/stat : 32529 (java) S 32520 32522 32473 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 158913757 1755697152 41548 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32522/tid=32530] ppid=32520 vsize=1714548 CPUtime=0.86
/proc/32522/task/32530/stat : 32530 (java) S 32520 32522 32473 0 -1 64 1306 0 0 0 86 0 0 0 16 0 13 0 158913757 1755697152 41548 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32522/tid=32531] ppid=32520 vsize=1714548 CPUtime=1.04
/proc/32522/task/32531/stat : 32531 (java) S 32520 32522 32473 0 -1 64 2203 0 0 0 103 1 0 0 17 0 13 0 158913757 1755697152 41548 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32522/tid=32532] ppid=32520 vsize=1714548 CPUtime=0
/proc/32522/task/32532/stat : 32532 (java) S 32520 32522 32473 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 158913757 1755697152 41548 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32522/tid=32533] ppid=32520 vsize=1714548 CPUtime=0
/proc/32522/task/32533/stat : 32533 (java) S 32520 32522 32473 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 158913757 1755697152 41548 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32522/tid=32534] ppid=32520 vsize=1714548 CPUtime=0
/proc/32522/task/32534/stat : 32534 (java) S 32520 32522 32473 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 158915529 1755697152 41548 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.46
Current children cumulated vsize (Kb) 1714548

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

Child status: 143
Real time (s): 1791.47
CPU time (s): 1800.55
CPU user time (s): 1798.76
CPU system time (s): 1.78173
CPU usage (%): 100.507
Max. virtual memory (cumulated for all children) (Kb): 1714612
The end

Launcher Data (download as text)

Begin job on node55 on Fri Jul 28 21:00:37 UTC 2006


FILE ID= 50970-1154120437

PBS_JOBID= 886927

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/sat4jPseudoPlus.jar ROOT/tmp/node55/50970-1154120437/instance-50970-1154120437.opb 280429253
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node55/watcher-50970-1154120437 -o ROOT/results/node55/solver-50970-1154120437 -C 1800 -M 1800 -S 64  java -server -Xms1500M -Xmx1500M -jar ROOT/solvers/PB/PB06final/user5/sat4jPseudoPlus.jar ROOT/tmp/node55/50970-1154120437/instance-50970-1154120437.opb 280429253

MD5SUM SOLVER= e9637a7554f3ecdf74c1815f89d00213
MD5SUM BENCH=  d31ef469fa2ed9fa9c3063355dbaf7b5

RANDOM SEED= 280429253

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.216
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.216
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:       1357464 kB
Buffers:         34716 kB
Cached:         595592 kB
SwapCached:       3928 kB
Active:          62060 kB
Inactive:       577032 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1357464 kB
SwapTotal:     4192956 kB
SwapFree:      4182936 kB
Dirty:             192 kB
Writeback:           0 kB
Mapped:          14692 kB
Slab:            45400 kB
Committed_AS:   694864 kB
PageTables:       1392 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB


End job on node55 on Fri Jul 28 21:30:29 UTC 2006