Trace number 50992

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 1781.52

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/submitted-PB06/roussel/factor/
normalized-factor-sizeN=500-sizeP=251-sizeQ=500-293748522.opb
MD5SUMd8a97aba75ab281714f6a9b0774a023c
Bench CategoryOPT-BIGINT (optimisation, big integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark1
Best CPU time to get the best result obtained on this benchmark905.638
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 1
Optimality of the best value was proved YES
Number of variables126251
Total number of constraints376501
Number of constraints which are clauses376500
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 constraint125500
Number of terms in the objective function 251
Biggest coefficient in the objective function 1809251394333065553493296640760748560207343510400633813116524750123642650624
Number of bits for the biggest coefficient in the objective function 251
Sum of the numbers in the objective function 3618502788666131106986593281521497120414687020801267626233049500247285301247
Number of bits of the sum of numbers in the objective function 251
Biggest number in a constraint 2961193260766427870080908753323559866441509279473679754522422863056280045864824078237301652581494289303756200212728639995902214134435299666298460531313288000496778442422580538845568248046109094286466596972878396512780851085312
Number of bits of the biggest number in a constraint 750
Biggest sum of numbers in a constraint 11844773043065711480323635013294239465766037117894719018089691452225120183458939186359237855339087154914381761439684078145960801002138540726341456750663926391477739601670186323216597922945296376611154942589417036267773885199147
Number of bits of the biggest sum of numbers751
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data (download as text)

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

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

Current StackSize limit: 67108864 bytes

/proc/loadavg: 1.00 1.00 1.00 2/64 30976
/proc/meminfo: memFree=1148368/2055920 swapFree=4182936/4192956
[pid=30976] ppid=30974 vsize=1496 CPUtime=0
/proc/30976/stat : 30976 (java) R 30974 30976 30927 0 -1 0 60 0 0 0 0 0 0 0 18 0 1 0 159068450 1531904 42 18446744073709551615 134512640 134570276 4294956608 18446744073709551615 1467399 0 0 4096 0 0 0 0 17 1 0 0
/proc/30976/statm: 375 47 37 14 0 8 0

[startup+10.0026 s]
/proc/loadavg: 1.22 1.05 1.02 2/75 30987
/proc/meminfo: memFree=979152/2055920 swapFree=4182936/4192956
[pid=30976] ppid=30974 vsize=1709152 CPUtime=10.46
/proc/30976/stat : 30976 (java) R 30974 30976 30927 0 -1 0 47571 0 1 0 1022 24 0 0 18 0 12 0 159068450 1750171648 44039 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071365776 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/30976/statm: 427288 44039 1873 14 0 414035 0
[pid=30976/tid=30977] ppid=30974 vsize=1709152 CPUtime=0.08
/proc/30976/task/30977/stat : 30977 (java) S 30974 30976 30927 0 -1 64 2823 0 0 0 6 2 0 0 15 0 12 0 159068453 1750171648 44039 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30976/tid=30978] ppid=30974 vsize=1709152 CPUtime=0.07
/proc/30976/task/30978/stat : 30978 (java) S 30974 30976 30927 0 -1 64 1954 0 0 0 5 2 0 0 17 0 12 0 159068453 1750171648 44039 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30976/tid=30979] ppid=30974 vsize=1709152 CPUtime=0
/proc/30976/task/30979/stat : 30979 (java) S 30974 30976 30927 0 -1 64 24 0 0 0 0 0 0 0 16 0 12 0 159068456 1750171648 44039 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=30976/tid=30980] ppid=30974 vsize=1709152 CPUtime=0
/proc/30976/task/30980/stat : 30980 (java) S 30974 30976 30927 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 159068457 1750171648 44039 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30976/tid=30981] ppid=30974 vsize=1709152 CPUtime=0
/proc/30976/task/30981/stat : 30981 (java) S 30974 30976 30927 0 -1 64 5 0 0 0 0 0 0 0 15 0 12 0 159068457 1750171648 44039 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30976/tid=30982] ppid=30974 vsize=1709152 CPUtime=0
/proc/30976/task/30982/stat : 30982 (java) S 30974 30976 30927 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 159068460 1750171648 44039 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30976/tid=30983] ppid=30974 vsize=1709152 CPUtime=0
/proc/30976/task/30983/stat : 30983 (java) S 30974 30976 30927 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 159068460 1750171648 44039 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30976/tid=30984] ppid=30974 vsize=1709152 CPUtime=0.31
/proc/30976/task/30984/stat : 30984 (java) S 30974 30976 30927 0 -1 64 767 0 0 0 31 0 0 0 16 0 12 0 159068460 1750171648 44039 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30976/tid=30985] ppid=30974 vsize=1709152 CPUtime=0.22
/proc/30976/task/30985/stat : 30985 (java) S 30974 30976 30927 0 -1 64 289 0 0 0 22 0 0 0 16 0 12 0 159068460 1750171648 44039 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30976/tid=30986] ppid=30974 vsize=1709152 CPUtime=0
/proc/30976/task/30986/stat : 30986 (java) S 30974 30976 30927 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 159068460 1750171648 44039 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30976/tid=30987] ppid=30974 vsize=1709152 CPUtime=0
/proc/30976/task/30987/stat : 30987 (java) S 30974 30976 30927 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 159068460 1750171648 44039 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 10.46
Current children cumulated vsize (Kb) 1709152

[startup+20.0098 s]
/proc/loadavg: 1.19 1.05 1.01 2/75 30987
/proc/meminfo: memFree=997456/2055920 swapFree=4182936/4192956
[pid=30976] ppid=30974 vsize=1709152 CPUtime=20.6
/proc/30976/stat : 30976 (java) R 30974 30976 30927 0 -1 0 47807 0 1 0 2034 26 0 0 18 0 12 0 159068450 1750171648 39543 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071365776 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/30976/statm: 427288 39543 1873 14 0 414035 0
[pid=30976/tid=30977] ppid=30974 vsize=1709152 CPUtime=0.14
/proc/30976/task/30977/stat : 30977 (java) S 30974 30976 30927 0 -1 64 2960 0 0 0 10 4 0 0 16 0 12 0 159068453 1750171648 39543 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30976/tid=30978] ppid=30974 vsize=1709152 CPUtime=0.13
/proc/30976/task/30978/stat : 30978 (java) S 30974 30976 30927 0 -1 64 2011 0 0 0 11 2 0 0 16 0 12 0 159068453 1750171648 39543 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30976/tid=30979] ppid=30974 vsize=1709152 CPUtime=0
/proc/30976/task/30979/stat : 30979 (java) S 30974 30976 30927 0 -1 64 24 0 0 0 0 0 0 0 15 0 12 0 159068456 1750171648 39543 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=30976/tid=30980] ppid=30974 vsize=1709152 CPUtime=0
/proc/30976/task/30980/stat : 30980 (java) S 30974 30976 30927 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 159068457 1750171648 39543 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30976/tid=30981] ppid=30974 vsize=1709152 CPUtime=0
/proc/30976/task/30981/stat : 30981 (java) S 30974 30976 30927 0 -1 64 5 0 0 0 0 0 0 0 15 0 12 0 159068457 1750171648 39543 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30976/tid=30982] ppid=30974 vsize=1709152 CPUtime=0
/proc/30976/task/30982/stat : 30982 (java) S 30974 30976 30927 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 159068460 1750171648 39543 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30976/tid=30983] ppid=30974 vsize=1709152 CPUtime=0
/proc/30976/task/30983/stat : 30983 (java) S 30974 30976 30927 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 159068460 1750171648 39543 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30976/tid=30984] ppid=30974 vsize=1709152 CPUtime=0.34
/proc/30976/task/30984/stat : 30984 (java) S 30974 30976 30927 0 -1 64 769 0 0 0 34 0 0 0 16 0 12 0 159068460 1750171648 39543 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30976/tid=30985] ppid=30974 vsize=1709152 CPUtime=0.27
/proc/30976/task/30985/stat : 30985 (java) S 30974 30976 30927 0 -1 64 295 0 0 0 27 0 0 0 16 0 12 0 159068460 1750171648 39543 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30976/tid=30986] ppid=30974 vsize=1709152 CPUtime=0
/proc/30976/task/30986/stat : 30986 (java) S 30974 30976 30927 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 159068460 1750171648 39543 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30976/tid=30987] ppid=30974 vsize=1709152 CPUtime=0
/proc/30976/task/30987/stat : 30987 (java) S 30974 30976 30927 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 159068460 1750171648 39543 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 20.6
Current children cumulated vsize (Kb) 1709152

[startup+30.017 s]
/proc/loadavg: 1.16 1.04 1.01 2/75 30987
/proc/meminfo: memFree=998480/2055920 swapFree=4182936/4192956
[pid=30976] ppid=30974 vsize=1709120 CPUtime=30.71
/proc/30976/stat : 30976 (java) R 30974 30976 30927 0 -1 0 48089 0 1 0 3041 30 0 0 25 0 12 0 159068450 1750138880 39291 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071372888 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/30976/statm: 427280 39291 1873 14 0 414027 0
[pid=30976/tid=30977] ppid=30974 vsize=1709120 CPUtime=0.21
/proc/30976/task/30977/stat : 30977 (java) S 30974 30976 30927 0 -1 64 3125 0 0 0 15 6 0 0 16 0 12 0 159068453 1750138880 39291 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30976/tid=30978] ppid=30974 vsize=1709120 CPUtime=0.2
/proc/30976/task/30978/stat : 30978 (java) S 30974 30976 30927 0 -1 64 2069 0 0 0 18 2 0 0 16 0 12 0 159068453 1750138880 39291 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30976/tid=30979] ppid=30974 vsize=1709120 CPUtime=0.01
/proc/30976/task/30979/stat : 30979 (java) S 30974 30976 30927 0 -1 64 24 0 0 0 0 1 0 0 16 0 12 0 159068456 1750138880 39291 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=30976/tid=30980] ppid=30974 vsize=1709120 CPUtime=0
/proc/30976/task/30980/stat : 30980 (java) S 30974 30976 30927 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 159068457 1750138880 39291 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30976/tid=30981] ppid=30974 vsize=1709120 CPUtime=0
/proc/30976/task/30981/stat : 30981 (java) S 30974 30976 30927 0 -1 64 5 0 0 0 0 0 0 0 15 0 12 0 159068457 1750138880 39291 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30976/tid=30982] ppid=30974 vsize=1709120 CPUtime=0
/proc/30976/task/30982/stat : 30982 (java) S 30974 30976 30927 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 159068460 1750138880 39291 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30976/tid=30983] ppid=30974 vsize=1709120 CPUtime=0
/proc/30976/task/30983/stat : 30983 (java) S 30974 30976 30927 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 159068460 1750138880 39291 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30976/tid=30984] ppid=30974 vsize=1709120 CPUtime=0.36
/proc/30976/task/30984/stat : 30984 (java) S 30974 30976 30927 0 -1 64 785 0 0 0 36 0 0 0 17 0 12 0 159068460 1750138880 39291 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30976/tid=30985] ppid=30974 vsize=1709120 CPUtime=0.3
/proc/30976/task/30985/stat : 30985 (java) S 30974 30976 30927 0 -1 64 297 0 0 0 30 0 0 0 16 0 12 0 159068460 1750138880 39291 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30976/tid=30986] ppid=30974 vsize=1709120 CPUtime=0
/proc/30976/task/30986/stat : 30986 (java) S 30974 30976 30927 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 159068460 1750138880 39291 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30976/tid=30987] ppid=30974 vsize=1709120 CPUtime=0
/proc/30976/task/30987/stat : 30987 (java) S 30974 30976 30927 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 159068460 1750138880 39291 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 30.71
Current children cumulated vsize (Kb) 1709120

[startup+40.0242 s]
/proc/loadavg: 1.13 1.04 1.01 2/75 30987
/proc/meminfo: memFree=998224/2055920 swapFree=4182936/4192956
[pid=30976] ppid=30974 vsize=1709120 CPUtime=40.8
/proc/30976/stat : 30976 (java) R 30974 30976 30927 0 -1 0 48333 0 1 0 4047 33 0 0 20 0 12 0 159068450 1750138880 39429 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071365919 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/30976/statm: 427280 39429 1873 14 0 414027 0
[pid=30976/tid=30977] ppid=30974 vsize=1709120 CPUtime=0.29
/proc/30976/task/30977/stat : 30977 (java) S 30974 30976 30927 0 -1 64 3247 0 0 0 21 8 0 0 16 0 12 0 159068453 1750138880 39429 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30976/tid=30978] ppid=30974 vsize=1709120 CPUtime=0.29
/proc/30976/task/30978/stat : 30978 (java) S 30974 30976 30927 0 -1 64 2144 0 0 0 26 3 0 0 15 0 12 0 159068453 1750138880 39429 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30976/tid=30979] ppid=30974 vsize=1709120 CPUtime=0.01
/proc/30976/task/30979/stat : 30979 (java) S 30974 30976 30927 0 -1 64 24 0 0 0 0 1 0 0 16 0 12 0 159068456 1750138880 39429 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=30976/tid=30980] ppid=30974 vsize=1709120 CPUtime=0
/proc/30976/task/30980/stat : 30980 (java) S 30974 30976 30927 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 159068457 1750138880 39429 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30976/tid=30981] ppid=30974 vsize=1709120 CPUtime=0
/proc/30976/task/30981/stat : 30981 (java) S 30974 30976 30927 0 -1 64 5 0 0 0 0 0 0 0 15 0 12 0 159068457 1750138880 39429 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30976/tid=30982] ppid=30974 vsize=1709120 CPUtime=0
/proc/30976/task/30982/stat : 30982 (java) S 30974 30976 30927 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 159068460 1750138880 39429 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30976/tid=30983] ppid=30974 vsize=1709120 CPUtime=0
/proc/30976/task/30983/stat : 30983 (java) S 30974 30976 30927 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 159068460 1750138880 39429 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30976/tid=30984] ppid=30974 vsize=1709120 CPUtime=0.36
/proc/30976/task/30984/stat : 30984 (java) S 30974 30976 30927 0 -1 64 785 0 0 0 36 0 0 0 16 0 12 0 159068460 1750138880 39429 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30976/tid=30985] ppid=30974 vsize=1709120 CPUtime=0.32
/proc/30976/task/30985/stat : 30985 (java) S 30974 30976 30927 0 -1 64 298 0 0 0 32 0 0 0 17 0 12 0 159068460 1750138880 39429 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30976/tid=30986] ppid=30974 vsize=1709120 CPUtime=0
/proc/30976/task/30986/stat : 30986 (java) S 30974 30976 30927 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 159068460 1750138880 39429 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30976/tid=30987] ppid=30974 vsize=1709120 CPUtime=0
/proc/30976/task/30987/stat : 30987 (java) S 30974 30976 30927 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 159068460 1750138880 39429 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 40.8
Current children cumulated vsize (Kb) 1709120

[startup+50.0314 s]
/proc/loadavg: 1.11 1.04 1.01 2/75 30987
/proc/meminfo: memFree=997264/2055920 swapFree=4182936/4192956
[pid=30976] ppid=30974 vsize=1709120 CPUtime=50.87
/proc/30976/stat : 30976 (java) R 30974 30976 30927 0 -1 0 48621 0 1 0 5051 36 0 0 25 0 12 0 159068450 1750138880 39670 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4152709490 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/30976/statm: 427280 39670 1873 14 0 414027 0
[pid=30976/tid=30977] ppid=30974 vsize=1709120 CPUtime=0.37
/proc/30976/task/30977/stat : 30977 (java) S 30974 30976 30927 0 -1 64 3347 0 0 0 28 9 0 0 16 0 12 0 159068453 1750138880 39670 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30976/tid=30978] ppid=30974 vsize=1709120 CPUtime=0.37
/proc/30976/task/30978/stat : 30978 (java) S 30974 30976 30927 0 -1 64 2272 0 0 0 32 5 0 0 16 0 12 0 159068453 1750138880 39670 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30976/tid=30979] ppid=30974 vsize=1709120 CPUtime=0.02
/proc/30976/task/30979/stat : 30979 (java) S 30974 30976 30927 0 -1 64 37 0 0 0 1 1 0 0 15 0 12 0 159068456 1750138880 39670 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=30976/tid=30980] ppid=30974 vsize=1709120 CPUtime=0
/proc/30976/task/30980/stat : 30980 (java) S 30974 30976 30927 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 159068457 1750138880 39670 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30976/tid=30981] ppid=30974 vsize=1709120 CPUtime=0
/proc/30976/task/30981/stat : 30981 (java) S 30974 30976 30927 0 -1 64 5 0 0 0 0 0 0 0 15 0 12 0 159068457 1750138880 39670 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30976/tid=30982] ppid=30974 vsize=1709120 CPUtime=0
/proc/30976/task/30982/stat : 30982 (java) S 30974 30976 30927 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 159068460 1750138880 39670 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30976/tid=30983] ppid=30974 vsize=1709120 CPUtime=0
/proc/30976/task/30983/stat : 30983 (java) S 30974 30976 30927 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 159068460 1750138880 39670 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30976/tid=30984] ppid=30974 vsize=1709120 CPUtime=0.36
/proc/30976/task/30984/stat : 30984 (java) S 30974 30976 30927 0 -1 64 785 0 0 0 36 0 0 0 16 0 12 0 159068460 1750138880 39670 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30976/tid=30985] ppid=30974 vsize=1709120 CPUtime=0.32
/proc/30976/task/30985/stat : 30985 (java) S 30974 30976 30927 0 -1 64 298 0 0 0 32 0 0 0 17 0 12 0 159068460 1750138880 39670 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30976/tid=30986] ppid=30974 vsize=1709120 CPUtime=0
/proc/30976/task/30986/stat : 30986 (java) S 30974 30976 30927 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 159068460 1750138880 39670 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30976/tid=30987] ppid=30974 vsize=1709120 CPUtime=0
/proc/30976/task/30987/stat : 30987 (java) S 30974 30976 30927 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 159068460 1750138880 39670 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.87
Current children cumulated vsize (Kb) 1709120

[startup+60.0386 s]
/proc/loadavg: 1.09 1.04 1.01 2/75 30987
/proc/meminfo: memFree=996432/2055920 swapFree=4182936/4192956
[pid=30976] ppid=30974 vsize=1709120 CPUtime=60.95
/proc/30976/stat : 30976 (java) R 30974 30976 30927 0 -1 0 48875 0 1 0 6056 39 0 0 17 0 12 0 159068450 1750138880 39885 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071372823 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/30976/statm: 427280 39885 1873 14 0 414027 0
[pid=30976/tid=30977] ppid=30974 vsize=1709120 CPUtime=0.44
/proc/30976/task/30977/stat : 30977 (java) S 30974 30976 30927 0 -1 64 3409 0 0 0 35 9 0 0 16 0 12 0 159068453 1750138880 39885 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30976/tid=30978] ppid=30974 vsize=1709120 CPUtime=0.45
/proc/30976/task/30978/stat : 30978 (java) S 30974 30976 30927 0 -1 64 2425 0 0 0 38 7 0 0 15 0 12 0 159068453 1750138880 39885 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30976/tid=30979] ppid=30974 vsize=1709120 CPUtime=0.02
/proc/30976/task/30979/stat : 30979 (java) S 30974 30976 30927 0 -1 64 37 0 0 0 1 1 0 0 15 0 12 0 159068456 1750138880 39885 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=30976/tid=30980] ppid=30974 vsize=1709120 CPUtime=0
/proc/30976/task/30980/stat : 30980 (java) S 30974 30976 30927 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 159068457 1750138880 39885 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30976/tid=30981] ppid=30974 vsize=1709120 CPUtime=0
/proc/30976/task/30981/stat : 30981 (java) S 30974 30976 30927 0 -1 64 5 0 0 0 0 0 0 0 15 0 12 0 159068457 1750138880 39885 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30976/tid=30982] ppid=30974 vsize=1709120 CPUtime=0
/proc/30976/task/30982/stat : 30982 (java) S 30974 30976 30927 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 159068460 1750138880 39885 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30976/tid=30983] ppid=30974 vsize=1709120 CPUtime=0
/proc/30976/task/30983/stat : 30983 (java) S 30974 30976 30927 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 159068460 1750138880 39885 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30976/tid=30984] ppid=30974 vsize=1709120 CPUtime=0.36
/proc/30976/task/30984/stat : 30984 (java) S 30974 30976 30927 0 -1 64 785 0 0 0 36 0 0 0 16 0 12 0 159068460 1750138880 39885 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30976/tid=30985] ppid=30974 vsize=1709120 CPUtime=0.32
/proc/30976/task/30985/stat : 30985 (java) S 30974 30976 30927 0 -1 64 298 0 0 0 32 0 0 0 17 0 12 0 159068460 1750138880 39885 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30976/tid=30986] ppid=30974 vsize=1709120 CPUtime=0
/proc/30976/task/30986/stat : 30986 (java) S 30974 30976 30927 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 159068460 1750138880 39885 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30976/tid=30987] ppid=30974 vsize=1709120 CPUtime=0

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

/proc/30976/task/30980/stat : 30980 (java) S 30974 30976 30927 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 159068457 1754181632 75407 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30976/tid=30981] ppid=30974 vsize=1713068 CPUtime=0
/proc/30976/task/30981/stat : 30981 (java) S 30974 30976 30927 0 -1 64 5 0 0 0 0 0 0 0 15 0 13 0 159068457 1754181632 75407 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30976/tid=30982] ppid=30974 vsize=1713068 CPUtime=0
/proc/30976/task/30982/stat : 30982 (java) S 30974 30976 30927 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 159068460 1754181632 75407 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30976/tid=30983] ppid=30974 vsize=1713068 CPUtime=0
/proc/30976/task/30983/stat : 30983 (java) S 30974 30976 30927 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 159068460 1754181632 75407 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30976/tid=30984] ppid=30974 vsize=1713068 CPUtime=0.96
/proc/30976/task/30984/stat : 30984 (java) S 30974 30976 30927 0 -1 64 2133 0 0 0 95 1 0 0 17 0 13 0 159068460 1754181632 75407 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30976/tid=30985] ppid=30974 vsize=1713068 CPUtime=0.75
/proc/30976/task/30985/stat : 30985 (java) S 30974 30976 30927 0 -1 64 607 0 0 0 75 0 0 0 16 0 13 0 159068460 1754181632 75407 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30976/tid=30986] ppid=30974 vsize=1713068 CPUtime=0
/proc/30976/task/30986/stat : 30986 (java) S 30974 30976 30927 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 159068460 1754181632 75407 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30976/tid=30987] ppid=30974 vsize=1713068 CPUtime=0
/proc/30976/task/30987/stat : 30987 (java) S 30974 30976 30927 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 159068460 1754181632 75407 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30976/tid=30988] ppid=30974 vsize=1713068 CPUtime=0
/proc/30976/task/30988/stat : 30988 (java) S 30974 30976 30927 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 159149432 1754181632 75407 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1796.39
Current children cumulated vsize (Kb) 1713068

[startup+1778.4 s]
/proc/loadavg: 1.00 1.00 1.00 2/76 30990
/proc/meminfo: memFree=853384/2055920 swapFree=4182936/4192956
[pid=30976] ppid=30974 vsize=1713068 CPUtime=1797.4
/proc/30976/stat : 30976 (java) R 30974 30976 30927 0 -1 0 93569 0 1 0 179071 669 0 0 17 0 13 0 159068450 1754181632 75407 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071679176 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/30976/statm: 428267 75407 1907 14 0 415014 0
[pid=30976/tid=30977] ppid=30974 vsize=1713068 CPUtime=18.53
/proc/30976/task/30977/stat : 30977 (java) S 30974 30976 30927 0 -1 64 15579 0 0 0 1553 300 0 0 15 0 13 0 159068453 1754181632 75407 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30976/tid=30978] ppid=30974 vsize=1713068 CPUtime=18.52
/proc/30976/task/30978/stat : 30978 (java) S 30974 30976 30927 0 -1 64 17825 0 0 0 1561 291 0 0 16 0 13 0 159068453 1754181632 75407 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30976/tid=30979] ppid=30974 vsize=1713068 CPUtime=0.77
/proc/30976/task/30979/stat : 30979 (java) S 30974 30976 30927 0 -1 64 51 0 0 0 46 31 0 0 16 0 13 0 159068456 1754181632 75407 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=30976/tid=30980] ppid=30974 vsize=1713068 CPUtime=0
/proc/30976/task/30980/stat : 30980 (java) S 30974 30976 30927 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 159068457 1754181632 75407 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30976/tid=30981] ppid=30974 vsize=1713068 CPUtime=0
/proc/30976/task/30981/stat : 30981 (java) S 30974 30976 30927 0 -1 64 5 0 0 0 0 0 0 0 15 0 13 0 159068457 1754181632 75407 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30976/tid=30982] ppid=30974 vsize=1713068 CPUtime=0
/proc/30976/task/30982/stat : 30982 (java) S 30974 30976 30927 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 159068460 1754181632 75407 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30976/tid=30983] ppid=30974 vsize=1713068 CPUtime=0
/proc/30976/task/30983/stat : 30983 (java) S 30974 30976 30927 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 159068460 1754181632 75407 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30976/tid=30984] ppid=30974 vsize=1713068 CPUtime=0.96
/proc/30976/task/30984/stat : 30984 (java) S 30974 30976 30927 0 -1 64 2133 0 0 0 95 1 0 0 17 0 13 0 159068460 1754181632 75407 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30976/tid=30985] ppid=30974 vsize=1713068 CPUtime=0.75
/proc/30976/task/30985/stat : 30985 (java) S 30974 30976 30927 0 -1 64 607 0 0 0 75 0 0 0 16 0 13 0 159068460 1754181632 75407 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30976/tid=30986] ppid=30974 vsize=1713068 CPUtime=0
/proc/30976/task/30986/stat : 30986 (java) S 30974 30976 30927 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 159068460 1754181632 75407 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30976/tid=30987] ppid=30974 vsize=1713068 CPUtime=0
/proc/30976/task/30987/stat : 30987 (java) S 30974 30976 30927 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 159068460 1754181632 75407 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30976/tid=30988] ppid=30974 vsize=1713068 CPUtime=0
/proc/30976/task/30988/stat : 30988 (java) S 30974 30976 30927 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 159149432 1754181632 75407 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1797.4
Current children cumulated vsize (Kb) 1713068

[startup+1779.4 s]
/proc/loadavg: 1.00 1.00 1.00 2/76 30990
/proc/meminfo: memFree=853384/2055920 swapFree=4182936/4192956
[pid=30976] ppid=30974 vsize=1713068 CPUtime=1798.41
/proc/30976/stat : 30976 (java) R 30974 30976 30927 0 -1 0 93571 0 1 0 179172 669 0 0 17 0 13 0 159068450 1754181632 75407 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071709533 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/30976/statm: 428267 75407 1907 14 0 415014 0
[pid=30976/tid=30977] ppid=30974 vsize=1713068 CPUtime=18.54
/proc/30976/task/30977/stat : 30977 (java) S 30974 30976 30927 0 -1 64 15579 0 0 0 1554 300 0 0 15 0 13 0 159068453 1754181632 75407 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30976/tid=30978] ppid=30974 vsize=1713068 CPUtime=18.54
/proc/30976/task/30978/stat : 30978 (java) S 30974 30976 30927 0 -1 64 17825 0 0 0 1562 292 0 0 16 0 13 0 159068453 1754181632 75407 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30976/tid=30979] ppid=30974 vsize=1713068 CPUtime=0.77
/proc/30976/task/30979/stat : 30979 (java) S 30974 30976 30927 0 -1 64 51 0 0 0 46 31 0 0 16 0 13 0 159068456 1754181632 75407 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=30976/tid=30980] ppid=30974 vsize=1713068 CPUtime=0
/proc/30976/task/30980/stat : 30980 (java) S 30974 30976 30927 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 159068457 1754181632 75407 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30976/tid=30981] ppid=30974 vsize=1713068 CPUtime=0
/proc/30976/task/30981/stat : 30981 (java) S 30974 30976 30927 0 -1 64 5 0 0 0 0 0 0 0 15 0 13 0 159068457 1754181632 75407 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30976/tid=30982] ppid=30974 vsize=1713068 CPUtime=0
/proc/30976/task/30982/stat : 30982 (java) S 30974 30976 30927 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 159068460 1754181632 75407 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30976/tid=30983] ppid=30974 vsize=1713068 CPUtime=0
/proc/30976/task/30983/stat : 30983 (java) S 30974 30976 30927 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 159068460 1754181632 75407 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30976/tid=30984] ppid=30974 vsize=1713068 CPUtime=0.96
/proc/30976/task/30984/stat : 30984 (java) S 30974 30976 30927 0 -1 64 2133 0 0 0 95 1 0 0 17 0 13 0 159068460 1754181632 75407 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30976/tid=30985] ppid=30974 vsize=1713068 CPUtime=0.75
/proc/30976/task/30985/stat : 30985 (java) S 30974 30976 30927 0 -1 64 607 0 0 0 75 0 0 0 16 0 13 0 159068460 1754181632 75407 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30976/tid=30986] ppid=30974 vsize=1713068 CPUtime=0
/proc/30976/task/30986/stat : 30986 (java) S 30974 30976 30927 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 159068460 1754181632 75407 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30976/tid=30987] ppid=30974 vsize=1713068 CPUtime=0
/proc/30976/task/30987/stat : 30987 (java) S 30974 30976 30927 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 159068460 1754181632 75407 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30976/tid=30988] ppid=30974 vsize=1713068 CPUtime=0
/proc/30976/task/30988/stat : 30988 (java) S 30974 30976 30927 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 159149432 1754181632 75407 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1798.41
Current children cumulated vsize (Kb) 1713068

[startup+1780.41 s]
/proc/loadavg: 1.00 1.00 1.00 2/76 30990
/proc/meminfo: memFree=853384/2055920 swapFree=4182936/4192956
[pid=30976] ppid=30974 vsize=1713068 CPUtime=1799.43
/proc/30976/stat : 30976 (java) R 30974 30976 30927 0 -1 0 93572 0 1 0 179273 670 0 0 17 0 13 0 159068450 1754181632 75407 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071506768 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/30976/statm: 428267 75407 1907 14 0 415014 0
[pid=30976/tid=30977] ppid=30974 vsize=1713068 CPUtime=18.54
/proc/30976/task/30977/stat : 30977 (java) S 30974 30976 30927 0 -1 64 15579 0 0 0 1554 300 0 0 16 0 13 0 159068453 1754181632 75407 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30976/tid=30978] ppid=30974 vsize=1713068 CPUtime=18.54
/proc/30976/task/30978/stat : 30978 (java) S 30974 30976 30927 0 -1 64 17825 0 0 0 1562 292 0 0 16 0 13 0 159068453 1754181632 75407 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30976/tid=30979] ppid=30974 vsize=1713068 CPUtime=0.77
/proc/30976/task/30979/stat : 30979 (java) S 30974 30976 30927 0 -1 64 51 0 0 0 46 31 0 0 16 0 13 0 159068456 1754181632 75407 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=30976/tid=30980] ppid=30974 vsize=1713068 CPUtime=0
/proc/30976/task/30980/stat : 30980 (java) S 30974 30976 30927 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 159068457 1754181632 75407 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30976/tid=30981] ppid=30974 vsize=1713068 CPUtime=0
/proc/30976/task/30981/stat : 30981 (java) S 30974 30976 30927 0 -1 64 5 0 0 0 0 0 0 0 15 0 13 0 159068457 1754181632 75407 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30976/tid=30982] ppid=30974 vsize=1713068 CPUtime=0
/proc/30976/task/30982/stat : 30982 (java) S 30974 30976 30927 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 159068460 1754181632 75407 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30976/tid=30983] ppid=30974 vsize=1713068 CPUtime=0
/proc/30976/task/30983/stat : 30983 (java) S 30974 30976 30927 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 159068460 1754181632 75407 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30976/tid=30984] ppid=30974 vsize=1713068 CPUtime=0.96
/proc/30976/task/30984/stat : 30984 (java) S 30974 30976 30927 0 -1 64 2133 0 0 0 95 1 0 0 17 0 13 0 159068460 1754181632 75407 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30976/tid=30985] ppid=30974 vsize=1713068 CPUtime=0.75
/proc/30976/task/30985/stat : 30985 (java) S 30974 30976 30927 0 -1 64 607 0 0 0 75 0 0 0 16 0 13 0 159068460 1754181632 75407 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30976/tid=30986] ppid=30974 vsize=1713068 CPUtime=0
/proc/30976/task/30986/stat : 30986 (java) S 30974 30976 30927 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 159068460 1754181632 75407 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30976/tid=30987] ppid=30974 vsize=1713068 CPUtime=0
/proc/30976/task/30987/stat : 30987 (java) S 30974 30976 30927 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 159068460 1754181632 75407 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30976/tid=30988] ppid=30974 vsize=1713068 CPUtime=0
/proc/30976/task/30988/stat : 30988 (java) S 30974 30976 30927 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 159149432 1754181632 75407 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1799.43
Current children cumulated vsize (Kb) 1713068

[startup+1781.42 s]
/proc/loadavg: 1.00 1.00 1.00 2/76 30990
/proc/meminfo: memFree=853384/2055920 swapFree=4182936/4192956
[pid=30976] ppid=30974 vsize=1713068 CPUtime=1800.45
/proc/30976/stat : 30976 (java) R 30974 30976 30927 0 -1 0 93574 0 1 0 179375 670 0 0 17 0 13 0 159068450 1754181632 75407 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071506727 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/30976/statm: 428267 75407 1907 14 0 415014 0
[pid=30976/tid=30977] ppid=30974 vsize=1713068 CPUtime=18.55
/proc/30976/task/30977/stat : 30977 (java) S 30974 30976 30927 0 -1 64 15579 0 0 0 1555 300 0 0 16 0 13 0 159068453 1754181632 75407 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30976/tid=30978] ppid=30974 vsize=1713068 CPUtime=18.55
/proc/30976/task/30978/stat : 30978 (java) S 30974 30976 30927 0 -1 64 17825 0 0 0 1563 292 0 0 16 0 13 0 159068453 1754181632 75407 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30976/tid=30979] ppid=30974 vsize=1713068 CPUtime=0.77
/proc/30976/task/30979/stat : 30979 (java) S 30974 30976 30927 0 -1 64 51 0 0 0 46 31 0 0 16 0 13 0 159068456 1754181632 75407 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=30976/tid=30980] ppid=30974 vsize=1713068 CPUtime=0
/proc/30976/task/30980/stat : 30980 (java) S 30974 30976 30927 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 159068457 1754181632 75407 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30976/tid=30981] ppid=30974 vsize=1713068 CPUtime=0
/proc/30976/task/30981/stat : 30981 (java) S 30974 30976 30927 0 -1 64 5 0 0 0 0 0 0 0 15 0 13 0 159068457 1754181632 75407 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30976/tid=30982] ppid=30974 vsize=1713068 CPUtime=0
/proc/30976/task/30982/stat : 30982 (java) S 30974 30976 30927 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 159068460 1754181632 75407 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30976/tid=30983] ppid=30974 vsize=1713068 CPUtime=0
/proc/30976/task/30983/stat : 30983 (java) S 30974 30976 30927 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 159068460 1754181632 75407 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30976/tid=30984] ppid=30974 vsize=1713068 CPUtime=0.96
/proc/30976/task/30984/stat : 30984 (java) S 30974 30976 30927 0 -1 64 2133 0 0 0 95 1 0 0 17 0 13 0 159068460 1754181632 75407 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30976/tid=30985] ppid=30974 vsize=1713068 CPUtime=0.75
/proc/30976/task/30985/stat : 30985 (java) S 30974 30976 30927 0 -1 64 607 0 0 0 75 0 0 0 16 0 13 0 159068460 1754181632 75407 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30976/tid=30986] ppid=30974 vsize=1713068 CPUtime=0
/proc/30976/task/30986/stat : 30986 (java) S 30974 30976 30927 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 159068460 1754181632 75407 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30976/tid=30987] ppid=30974 vsize=1713068 CPUtime=0
/proc/30976/task/30987/stat : 30987 (java) S 30974 30976 30927 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 159068460 1754181632 75407 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30976/tid=30988] ppid=30974 vsize=1713068 CPUtime=0
/proc/30976/task/30988/stat : 30988 (java) S 30974 30976 30927 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 159149432 1754181632 75407 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.45
Current children cumulated vsize (Kb) 1713068



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1781.42 s]
/proc/loadavg: 1.00 1.00 1.00 2/76 30990
/proc/meminfo: memFree=853384/2055920 swapFree=4182936/4192956
[pid=30976] ppid=30974 vsize=1713068 CPUtime=1800.45
/proc/30976/stat : 30976 (java) R 30974 30976 30927 0 -1 0 93574 0 1 0 179375 670 0 0 17 0 13 0 159068450 1754181632 75407 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071506875 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/30976/statm: 428267 75407 1907 14 0 415014 0
[pid=30976/tid=30977] ppid=30974 vsize=1713068 CPUtime=18.55
/proc/30976/task/30977/stat : 30977 (java) S 30974 30976 30927 0 -1 64 15579 0 0 0 1555 300 0 0 16 0 13 0 159068453 1754181632 75407 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30976/tid=30978] ppid=30974 vsize=1713068 CPUtime=18.55
/proc/30976/task/30978/stat : 30978 (java) S 30974 30976 30927 0 -1 64 17825 0 0 0 1563 292 0 0 16 0 13 0 159068453 1754181632 75407 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30976/tid=30979] ppid=30974 vsize=1713068 CPUtime=0.77
/proc/30976/task/30979/stat : 30979 (java) S 30974 30976 30927 0 -1 64 51 0 0 0 46 31 0 0 16 0 13 0 159068456 1754181632 75407 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=30976/tid=30980] ppid=30974 vsize=1713068 CPUtime=0
/proc/30976/task/30980/stat : 30980 (java) S 30974 30976 30927 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 159068457 1754181632 75407 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30976/tid=30981] ppid=30974 vsize=1713068 CPUtime=0
/proc/30976/task/30981/stat : 30981 (java) S 30974 30976 30927 0 -1 64 5 0 0 0 0 0 0 0 15 0 13 0 159068457 1754181632 75407 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30976/tid=30982] ppid=30974 vsize=1713068 CPUtime=0
/proc/30976/task/30982/stat : 30982 (java) S 30974 30976 30927 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 159068460 1754181632 75407 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30976/tid=30983] ppid=30974 vsize=1713068 CPUtime=0
/proc/30976/task/30983/stat : 30983 (java) S 30974 30976 30927 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 159068460 1754181632 75407 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30976/tid=30984] ppid=30974 vsize=1713068 CPUtime=0.96
/proc/30976/task/30984/stat : 30984 (java) S 30974 30976 30927 0 -1 64 2133 0 0 0 95 1 0 0 17 0 13 0 159068460 1754181632 75407 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30976/tid=30985] ppid=30974 vsize=1713068 CPUtime=0.75
/proc/30976/task/30985/stat : 30985 (java) S 30974 30976 30927 0 -1 64 607 0 0 0 75 0 0 0 16 0 13 0 159068460 1754181632 75407 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30976/tid=30986] ppid=30974 vsize=1713068 CPUtime=0
/proc/30976/task/30986/stat : 30986 (java) S 30974 30976 30927 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 159068460 1754181632 75407 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30976/tid=30987] ppid=30974 vsize=1713068 CPUtime=0
/proc/30976/task/30987/stat : 30987 (java) S 30974 30976 30927 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 159068460 1754181632 75407 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30976/tid=30988] ppid=30974 vsize=1713068 CPUtime=0
/proc/30976/task/30988/stat : 30988 (java) S 30974 30976 30927 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 159149432 1754181632 75407 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.45
Current children cumulated vsize (Kb) 1713068

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

Child status: 143
Real time (s): 1781.52
CPU time (s): 1800.55
CPU user time (s): 1793.8
CPU system time (s): 6.74797
CPU usage (%): 101.068
Max. virtual memory (cumulated for all children) (Kb): 1713068
The end

Launcher Data (download as text)

Begin job on node35 on Fri Jul 28 21:28:03 UTC 2006


FILE ID= 50992-1154122082

PBS_JOBID= 887015

BENCH NAME= HOME/pub/bench/PB06/final/normalized-PB06/OPT-BIGINT/submitted-PB06/roussel/factor/normalized-factor-sizeN=500-sizeP=251-sizeQ=500-293748522.opb
COMMAND LINE= java -server -Xms1500M -Xmx1500M -jar ROOT/solvers/PB/PB06final/user5/sat4jPseudoPlus.jar ROOT/tmp/node35/50992-1154122082/instance-50992-1154122082.opb 523117041
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node35/watcher-50992-1154122082 -o ROOT/results/node35/solver-50992-1154122082 -C 1800 -M 1800 -S 64  java -server -Xms1500M -Xmx1500M -jar ROOT/solvers/PB/PB06final/user5/sat4jPseudoPlus.jar ROOT/tmp/node35/50992-1154122082/instance-50992-1154122082.opb 523117041

MD5SUM SOLVER= e9637a7554f3ecdf74c1815f89d00213
MD5SUM BENCH=  d8a97aba75ab281714f6a9b0774a023c

RANDOM SEED= 523117041

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.232
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.232
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:       1148576 kB
Buffers:         43700 kB
Cached:         785200 kB
SwapCached:       4372 kB
Active:         246288 kB
Inactive:       591864 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1148576 kB
SwapTotal:     4192956 kB
SwapFree:      4182936 kB
Dirty:             148 kB
Writeback:           0 kB
Mapped:          14492 kB
Slab:            55260 kB
Committed_AS:   641936 kB
PageTables:       1428 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB


End job on node35 on Fri Jul 28 21:57:45 UTC 2006