Trace number 50952

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.74 1781.59

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/submitted-PB06/roussel/factor/
normalized-factor-sizeN=140-sizeP=71-sizeQ=140-318609522.opb
MD5SUM7cd4640a7754cffece48a57d4d3f4a4f
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 benchmark9.8485
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 variables10151
Total number of constraints29821
Number of constraints which are clauses29820
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 constraint9940
Number of terms in the objective function 71
Biggest coefficient in the objective function 1180591620717411303424
Number of bits for the biggest coefficient in the objective function 71
Sum of the numbers in the objective function 2361183241434822606847
Number of bits of the sum of numbers in the objective function 71
Biggest number in a constraint 822752278660603021077484591278675252491367932816789931674304512
Number of bits of the biggest number in a constraint 210
Biggest sum of numbers in a constraint 3291009114642412084309088316738947240174611804419280895599096947
Number of bits of the biggest sum of numbers211
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.20	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.20	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.21	c no version file found!!!
0.21	c sun.arch.data.model	32
0.21	c java.version	1.5.0_06
0.21	c os.name	Linux
0.21	c os.version	2.6.9-22.EL.rootsmp
0.21	c os.arch	i386
0.21	c Free memory 1548419056
0.21	c Max memory 1551040512
0.21	c Total memory 1551040512
0.21	c Number of processors 2
0.26	c Cutting planes based inference
0.26	c --- Begin Solver configuration ---
0.26	c org.sat4j.minisat.uip.FirstUIP@1037c71
0.26	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@1df073d
0.26	c org.sat4j.minisat.learning.MiniSATLearning@1546e25
0.26	c conflictBoundIncFactor=1.5 learntBoundIncFactor=1.1 initLearntBoundConstraintFactor=10000.0 initConflictBound=100 
0.26	c VSIDS like heuristics from MiniSAT using a heap
0.26	c No reason simplification
0.26	c --- End Solver configuration ---
0.26	c solving ROOT/tmp/node42/50952-1154118853/instance-50952-1154118853.opb
0.26	c reading problem ... 
7.33	c ... done. Time 7.073 ms.
7.33	c #vars     10151
7.33	c #constraints  29822
1781.44	c starts		: 1
1781.44	c conflicts		: 66
1781.44	c decisions		: 8213
1781.44	c propagations		: 14645
1781.44	c inspects		: 185541
1781.44	c learnt literals	: 0
1781.44	c learnt binary clauses	: 0
1781.44	c learnt ternary clauses	: 0
1781.44	c learnt clauses	: 65
1781.44	c root simplifications	: 0
1781.44	c removed literals (reason simplification)	: 0
1781.44	c reason swapping (by a shorter reason)	: 0
1781.44	c Calls to reduceDB	: 0
1781.44	c speed (decisions/second)	: 4.629431300885415
1781.44	c non guided choices	6991
1781.44	s UNKNOWN
1781.44	c Total wall clock time (ms): 1781.182

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

Current StackSize limit: 67108864 bytes

/proc/loadavg: 1.00 1.00 1.00 3/64 20326
/proc/meminfo: memFree=1271328/2055920 swapFree=4182724/4192956
[pid=20326] ppid=20324 vsize=168 CPUtime=0
/proc/20326/stat : 20326 (java) R 20324 20326 20277 0 -1 0 40 0 0 0 0 0 0 0 19 0 1 0 158756258 172032 23 18446744073709551615 134512640 134570276 4294956608 18446744073709551615 12407588 0 0 4096 0 0 0 0 17 1 0 0
/proc/20326/statm: 42 23 18 14 0 2 0

[startup+10.002 s]
/proc/loadavg: 1.00 1.00 1.00 2/76 20338
/proc/meminfo: memFree=1080384/2055920 swapFree=4182724/4192956
[pid=20326] ppid=20324 vsize=1711328 CPUtime=10.91
/proc/20326/stat : 20326 (java) R 20324 20326 20277 0 -1 0 50568 0 1 0 1068 23 0 0 25 0 13 0 158756258 1752399872 49522 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071494850 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/20326/statm: 427832 49522 1905 14 0 414579 0
[pid=20326/tid=20327] ppid=20324 vsize=1711328 CPUtime=0.1
/proc/20326/task/20327/stat : 20327 (java) S 20324 20326 20277 0 -1 64 1939 0 0 0 10 0 0 0 15 0 13 0 158756267 1752399872 49522 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20326/tid=20328] ppid=20324 vsize=1711328 CPUtime=0.09
/proc/20326/task/20328/stat : 20328 (java) S 20324 20326 20277 0 -1 64 1985 0 0 0 9 0 0 0 16 0 13 0 158756267 1752399872 49522 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20326/tid=20329] ppid=20324 vsize=1711328 CPUtime=0
/proc/20326/task/20329/stat : 20329 (java) S 20324 20326 20277 0 -1 64 35 0 0 0 0 0 0 0 16 0 13 0 158756269 1752399872 49522 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=20326/tid=20330] ppid=20324 vsize=1711328 CPUtime=0
/proc/20326/task/20330/stat : 20330 (java) S 20324 20326 20277 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 158756270 1752399872 49522 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20326/tid=20331] ppid=20324 vsize=1711328 CPUtime=0
/proc/20326/task/20331/stat : 20331 (java) S 20324 20326 20277 0 -1 64 5 0 0 0 0 0 0 0 15 0 13 0 158756270 1752399872 49522 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20326/tid=20332] ppid=20324 vsize=1711328 CPUtime=0
/proc/20326/task/20332/stat : 20332 (java) S 20324 20326 20277 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 158756273 1752399872 49522 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20326/tid=20333] ppid=20324 vsize=1711328 CPUtime=0
/proc/20326/task/20333/stat : 20333 (java) S 20324 20326 20277 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 158756273 1752399872 49522 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20326/tid=20334] ppid=20324 vsize=1711328 CPUtime=0.58
/proc/20326/task/20334/stat : 20334 (java) S 20324 20326 20277 0 -1 64 885 0 0 0 58 0 0 0 16 0 13 0 158756273 1752399872 49522 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20326/tid=20335] ppid=20324 vsize=1711328 CPUtime=0.64
/proc/20326/task/20335/stat : 20335 (java) S 20324 20326 20277 0 -1 64 479 0 0 0 64 0 0 0 16 0 13 0 158756273 1752399872 49522 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20326/tid=20336] ppid=20324 vsize=1711328 CPUtime=0
/proc/20326/task/20336/stat : 20336 (java) S 20324 20326 20277 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 158756273 1752399872 49522 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20326/tid=20337] ppid=20324 vsize=1711328 CPUtime=0
/proc/20326/task/20337/stat : 20337 (java) S 20324 20326 20277 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 158756273 1752399872 49522 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20326/tid=20338] ppid=20324 vsize=1711328 CPUtime=0
/proc/20326/task/20338/stat : 20338 (java) S 20324 20326 20277 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 158756994 1752399872 49522 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 10.91
Current children cumulated vsize (Kb) 1711328

[startup+20.0091 s]
/proc/loadavg: 1.00 1.00 1.00 2/76 20338
/proc/meminfo: memFree=1079296/2055920 swapFree=4182724/4192956
[pid=20326] ppid=20324 vsize=1712508 CPUtime=21.18
/proc/20326/stat : 20326 (java) R 20324 20326 20277 0 -1 0 52222 0 1 0 2094 24 0 0 25 0 13 0 158756258 1753608192 49828 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071495489 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/20326/statm: 428127 49828 1906 14 0 414874 0
[pid=20326/tid=20327] ppid=20324 vsize=1712508 CPUtime=0.21
/proc/20326/task/20327/stat : 20327 (java) S 20324 20326 20277 0 -1 64 2397 0 0 0 20 1 0 0 16 0 13 0 158756267 1753608192 49828 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20326/tid=20328] ppid=20324 vsize=1712508 CPUtime=0.19
/proc/20326/task/20328/stat : 20328 (java) S 20324 20326 20277 0 -1 64 2314 0 0 0 19 0 0 0 16 0 13 0 158756267 1753608192 49828 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20326/tid=20329] ppid=20324 vsize=1712508 CPUtime=0
/proc/20326/task/20329/stat : 20329 (java) S 20324 20326 20277 0 -1 64 37 0 0 0 0 0 0 0 16 0 13 0 158756269 1753608192 49828 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=20326/tid=20330] ppid=20324 vsize=1712508 CPUtime=0
/proc/20326/task/20330/stat : 20330 (java) S 20324 20326 20277 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 158756270 1753608192 49828 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20326/tid=20331] ppid=20324 vsize=1712508 CPUtime=0
/proc/20326/task/20331/stat : 20331 (java) S 20324 20326 20277 0 -1 64 5 0 0 0 0 0 0 0 15 0 13 0 158756270 1753608192 49828 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20326/tid=20332] ppid=20324 vsize=1712508 CPUtime=0
/proc/20326/task/20332/stat : 20332 (java) S 20324 20326 20277 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 158756273 1753608192 49828 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20326/tid=20333] ppid=20324 vsize=1712508 CPUtime=0
/proc/20326/task/20333/stat : 20333 (java) S 20324 20326 20277 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 158756273 1753608192 49828 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20326/tid=20334] ppid=20324 vsize=1712508 CPUtime=0.61
/proc/20326/task/20334/stat : 20334 (java) S 20324 20326 20277 0 -1 64 885 0 0 0 61 0 0 0 17 0 13 0 158756273 1753608192 49828 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20326/tid=20335] ppid=20324 vsize=1712508 CPUtime=0.79
/proc/20326/task/20335/stat : 20335 (java) S 20324 20326 20277 0 -1 64 1073 0 0 0 79 0 0 0 17 0 13 0 158756273 1753608192 49828 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20326/tid=20336] ppid=20324 vsize=1712508 CPUtime=0
/proc/20326/task/20336/stat : 20336 (java) S 20324 20326 20277 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 158756273 1753608192 49828 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20326/tid=20337] ppid=20324 vsize=1712508 CPUtime=0
/proc/20326/task/20337/stat : 20337 (java) S 20324 20326 20277 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 158756273 1753608192 49828 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20326/tid=20338] ppid=20324 vsize=1712508 CPUtime=0
/proc/20326/task/20338/stat : 20338 (java) S 20324 20326 20277 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 158756994 1753608192 49828 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 21.18
Current children cumulated vsize (Kb) 1712508

[startup+30.0162 s]
/proc/loadavg: 1.00 1.00 1.00 2/76 20338
/proc/meminfo: memFree=1075584/2055920 swapFree=4182724/4192956
[pid=20326] ppid=20324 vsize=1710928 CPUtime=31.32
/proc/20326/stat : 20326 (java) R 20324 20326 20277 0 -1 0 53913 0 1 0 3107 25 0 0 25 0 13 0 158756258 1751990272 50764 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071424480 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/20326/statm: 427732 50764 1906 14 0 414479 0
[pid=20326/tid=20327] ppid=20324 vsize=1710928 CPUtime=0.33
/proc/20326/task/20327/stat : 20327 (java) S 20324 20326 20277 0 -1 64 3397 0 0 0 32 1 0 0 16 0 13 0 158756267 1751990272 50764 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20326/tid=20328] ppid=20324 vsize=1710928 CPUtime=0.32
/proc/20326/task/20328/stat : 20328 (java) S 20324 20326 20277 0 -1 64 2988 0 0 0 31 1 0 0 16 0 13 0 158756267 1751990272 50764 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20326/tid=20329] ppid=20324 vsize=1710928 CPUtime=0.01
/proc/20326/task/20329/stat : 20329 (java) S 20324 20326 20277 0 -1 64 37 0 0 0 1 0 0 0 16 0 13 0 158756269 1751990272 50764 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=20326/tid=20330] ppid=20324 vsize=1710928 CPUtime=0
/proc/20326/task/20330/stat : 20330 (java) S 20324 20326 20277 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 158756270 1751990272 50764 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20326/tid=20331] ppid=20324 vsize=1710928 CPUtime=0
/proc/20326/task/20331/stat : 20331 (java) S 20324 20326 20277 0 -1 64 5 0 0 0 0 0 0 0 15 0 13 0 158756270 1751990272 50764 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20326/tid=20332] ppid=20324 vsize=1710928 CPUtime=0
/proc/20326/task/20332/stat : 20332 (java) S 20324 20326 20277 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 158756273 1751990272 50764 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20326/tid=20333] ppid=20324 vsize=1710928 CPUtime=0
/proc/20326/task/20333/stat : 20333 (java) S 20324 20326 20277 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 158756273 1751990272 50764 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20326/tid=20334] ppid=20324 vsize=1710928 CPUtime=0.62
/proc/20326/task/20334/stat : 20334 (java) S 20324 20326 20277 0 -1 64 885 0 0 0 62 0 0 0 17 0 13 0 158756273 1751990272 50764 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20326/tid=20335] ppid=20324 vsize=1710928 CPUtime=0.8
/proc/20326/task/20335/stat : 20335 (java) S 20324 20326 20277 0 -1 64 1073 0 0 0 80 0 0 0 16 0 13 0 158756273 1751990272 50764 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20326/tid=20336] ppid=20324 vsize=1710928 CPUtime=0
/proc/20326/task/20336/stat : 20336 (java) S 20324 20326 20277 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 158756273 1751990272 50764 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20326/tid=20337] ppid=20324 vsize=1710928 CPUtime=0
/proc/20326/task/20337/stat : 20337 (java) S 20324 20326 20277 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 158756273 1751990272 50764 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20326/tid=20338] ppid=20324 vsize=1710928 CPUtime=0
/proc/20326/task/20338/stat : 20338 (java) S 20324 20326 20277 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 158756994 1751990272 50764 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 31.32
Current children cumulated vsize (Kb) 1710928

[startup+40.0233 s]
/proc/loadavg: 1.00 1.00 1.00 2/76 20338
/proc/meminfo: memFree=1059264/2055920 swapFree=4182724/4192956
[pid=20326] ppid=20324 vsize=1710928 CPUtime=41.48
/proc/20326/stat : 20326 (java) R 20324 20326 20277 0 -1 0 59989 0 1 0 4119 29 0 0 25 0 13 0 158756258 1751990272 54839 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071496721 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/20326/statm: 427732 54839 1906 14 0 414479 0
[pid=20326/tid=20327] ppid=20324 vsize=1710928 CPUtime=0.47
/proc/20326/task/20327/stat : 20327 (java) S 20324 20326 20277 0 -1 64 6962 0 0 0 44 3 0 0 16 0 13 0 158756267 1751990272 54839 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20326/tid=20328] ppid=20324 vsize=1710928 CPUtime=0.46
/proc/20326/task/20328/stat : 20328 (java) S 20324 20326 20277 0 -1 64 5481 0 0 0 44 2 0 0 16 0 13 0 158756267 1751990272 54839 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20326/tid=20329] ppid=20324 vsize=1710928 CPUtime=0.02
/proc/20326/task/20329/stat : 20329 (java) S 20324 20326 20277 0 -1 64 37 0 0 0 1 1 0 0 16 0 13 0 158756269 1751990272 54839 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=20326/tid=20330] ppid=20324 vsize=1710928 CPUtime=0
/proc/20326/task/20330/stat : 20330 (java) S 20324 20326 20277 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 158756270 1751990272 54839 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20326/tid=20331] ppid=20324 vsize=1710928 CPUtime=0
/proc/20326/task/20331/stat : 20331 (java) S 20324 20326 20277 0 -1 64 5 0 0 0 0 0 0 0 15 0 13 0 158756270 1751990272 54839 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20326/tid=20332] ppid=20324 vsize=1710928 CPUtime=0
/proc/20326/task/20332/stat : 20332 (java) S 20324 20326 20277 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 158756273 1751990272 54839 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20326/tid=20333] ppid=20324 vsize=1710928 CPUtime=0
/proc/20326/task/20333/stat : 20333 (java) S 20324 20326 20277 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 158756273 1751990272 54839 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20326/tid=20334] ppid=20324 vsize=1710928 CPUtime=0.62
/proc/20326/task/20334/stat : 20334 (java) S 20324 20326 20277 0 -1 64 885 0 0 0 62 0 0 0 17 0 13 0 158756273 1751990272 54839 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20326/tid=20335] ppid=20324 vsize=1710928 CPUtime=0.81
/proc/20326/task/20335/stat : 20335 (java) S 20324 20326 20277 0 -1 64 1075 0 0 0 81 0 0 0 16 0 13 0 158756273 1751990272 54839 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20326/tid=20336] ppid=20324 vsize=1710928 CPUtime=0
/proc/20326/task/20336/stat : 20336 (java) S 20324 20326 20277 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 158756273 1751990272 54839 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20326/tid=20337] ppid=20324 vsize=1710928 CPUtime=0
/proc/20326/task/20337/stat : 20337 (java) S 20324 20326 20277 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 158756273 1751990272 54839 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20326/tid=20338] ppid=20324 vsize=1710928 CPUtime=0
/proc/20326/task/20338/stat : 20338 (java) S 20324 20326 20277 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 158756994 1751990272 54839 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 41.48
Current children cumulated vsize (Kb) 1710928

[startup+50.0314 s]
/proc/loadavg: 1.00 1.00 1.00 2/76 20338
/proc/meminfo: memFree=1027584/2055920 swapFree=4182724/4192956
[pid=20326] ppid=20324 vsize=1710928 CPUtime=51.63
/proc/20326/stat : 20326 (java) R 20324 20326 20277 0 -1 0 72620 0 1 0 5129 34 0 0 19 0 13 0 158756258 1751990272 62765 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071495466 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/20326/statm: 427732 62765 1906 14 0 414479 0
[pid=20326/tid=20327] ppid=20324 vsize=1710928 CPUtime=0.63
/proc/20326/task/20327/stat : 20327 (java) S 20324 20326 20277 0 -1 64 13469 0 0 0 58 5 0 0 16 0 13 0 158756267 1751990272 62765 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20326/tid=20328] ppid=20324 vsize=1710928 CPUtime=0.61
/proc/20326/task/20328/stat : 20328 (java) S 20324 20326 20277 0 -1 64 11589 0 0 0 56 5 0 0 16 0 13 0 158756267 1751990272 62765 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20326/tid=20329] ppid=20324 vsize=1710928 CPUtime=0.02
/proc/20326/task/20329/stat : 20329 (java) S 20324 20326 20277 0 -1 64 37 0 0 0 1 1 0 0 15 0 13 0 158756269 1751990272 62765 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=20326/tid=20330] ppid=20324 vsize=1710928 CPUtime=0
/proc/20326/task/20330/stat : 20330 (java) S 20324 20326 20277 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 158756270 1751990272 62765 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20326/tid=20331] ppid=20324 vsize=1710928 CPUtime=0
/proc/20326/task/20331/stat : 20331 (java) S 20324 20326 20277 0 -1 64 5 0 0 0 0 0 0 0 15 0 13 0 158756270 1751990272 62765 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20326/tid=20332] ppid=20324 vsize=1710928 CPUtime=0
/proc/20326/task/20332/stat : 20332 (java) S 20324 20326 20277 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 158756273 1751990272 62765 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20326/tid=20333] ppid=20324 vsize=1710928 CPUtime=0
/proc/20326/task/20333/stat : 20333 (java) S 20324 20326 20277 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 158756273 1751990272 62765 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20326/tid=20334] ppid=20324 vsize=1710928 CPUtime=0.62
/proc/20326/task/20334/stat : 20334 (java) S 20324 20326 20277 0 -1 64 885 0 0 0 62 0 0 0 17 0 13 0 158756273 1751990272 62765 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20326/tid=20335] ppid=20324 vsize=1710928 CPUtime=0.81
/proc/20326/task/20335/stat : 20335 (java) S 20324 20326 20277 0 -1 64 1075 0 0 0 81 0 0 0 16 0 13 0 158756273 1751990272 62765 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20326/tid=20336] ppid=20324 vsize=1710928 CPUtime=0
/proc/20326/task/20336/stat : 20336 (java) S 20324 20326 20277 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 158756273 1751990272 62765 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20326/tid=20337] ppid=20324 vsize=1710928 CPUtime=0
/proc/20326/task/20337/stat : 20337 (java) S 20324 20326 20277 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 158756273 1751990272 62765 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20326/tid=20338] ppid=20324 vsize=1710928 CPUtime=0
/proc/20326/task/20338/stat : 20338 (java) S 20324 20326 20277 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 158756994 1751990272 62765 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 51.63
Current children cumulated vsize (Kb) 1710928

[startup+60.0376 s]
/proc/loadavg: 1.00 1.00 1.00 2/76 20338
/proc/meminfo: memFree=987008/2055920 swapFree=4182724/4192956
[pid=20326] ppid=20324 vsize=1710928 CPUtime=61.85
/proc/20326/stat : 20326 (java) R 20324 20326 20277 0 -1 0 89942 0 1 0 6142 43 0 0 25 0 13 0 158756258 1751990272 72880 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071495519 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/20326/statm: 427732 72880 1906 14 0 414479 0
[pid=20326/tid=20327] ppid=20324 vsize=1710928 CPUtime=0.81
/proc/20326/task/20327/stat : 20327 (java) S 20324 20326 20277 0 -1 64 22171 0 0 0 72 9 0 0 16 0 13 0 158756267 1751990272 72880 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20326/tid=20328] ppid=20324 vsize=1710928 CPUtime=0.8
/proc/20326/task/20328/stat : 20328 (java) S 20324 20326 20277 0 -1 64 20191 0 0 0 70 10 0 0 16 0 13 0 158756267 1751990272 72880 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20326/tid=20329] ppid=20324 vsize=1710928 CPUtime=0.02
/proc/20326/task/20329/stat : 20329 (java) S 20324 20326 20277 0 -1 64 37 0 0 0 1 1 0 0 16 0 13 0 158756269 1751990272 72880 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=20326/tid=20330] ppid=20324 vsize=1710928 CPUtime=0
/proc/20326/task/20330/stat : 20330 (java) S 20324 20326 20277 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 158756270 1751990272 72880 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20326/tid=20331] ppid=20324 vsize=1710928 CPUtime=0
/proc/20326/task/20331/stat : 20331 (java) S 20324 20326 20277 0 -1 64 5 0 0 0 0 0 0 0 15 0 13 0 158756270 1751990272 72880 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20326/tid=20332] ppid=20324 vsize=1710928 CPUtime=0

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

/proc/20326/task/20330/stat : 20330 (java) S 20324 20326 20277 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 158756270 1753280512 147978 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20326/tid=20331] ppid=20324 vsize=1712188 CPUtime=0
/proc/20326/task/20331/stat : 20331 (java) S 20324 20326 20277 0 -1 64 5 0 0 0 0 0 0 0 15 0 13 0 158756270 1753280512 147978 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20326/tid=20332] ppid=20324 vsize=1712188 CPUtime=0
/proc/20326/task/20332/stat : 20332 (java) S 20324 20326 20277 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 158756273 1753280512 147978 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20326/tid=20333] ppid=20324 vsize=1712188 CPUtime=0
/proc/20326/task/20333/stat : 20333 (java) S 20324 20326 20277 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 158756273 1753280512 147978 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20326/tid=20334] ppid=20324 vsize=1712188 CPUtime=0.85
/proc/20326/task/20334/stat : 20334 (java) S 20324 20326 20277 0 -1 64 1311 0 0 0 85 0 0 0 17 0 13 0 158756273 1753280512 147978 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20326/tid=20335] ppid=20324 vsize=1712188 CPUtime=0.98
/proc/20326/task/20335/stat : 20335 (java) S 20324 20326 20277 0 -1 64 1187 0 0 0 98 0 0 0 16 0 13 0 158756273 1753280512 147978 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20326/tid=20336] ppid=20324 vsize=1712188 CPUtime=0
/proc/20326/task/20336/stat : 20336 (java) S 20324 20326 20277 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 158756273 1753280512 147978 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20326/tid=20337] ppid=20324 vsize=1712188 CPUtime=0
/proc/20326/task/20337/stat : 20337 (java) S 20324 20326 20277 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 158756273 1753280512 147978 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20326/tid=20338] ppid=20324 vsize=1712188 CPUtime=0
/proc/20326/task/20338/stat : 20338 (java) S 20324 20326 20277 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 158756994 1753280512 147978 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1796.5
Current children cumulated vsize (Kb) 1712188

[startup+1778.41 s]
/proc/loadavg: 1.00 1.00 1.00 2/76 20538
/proc/meminfo: memFree=684992/2055920 swapFree=4182724/4192956
[pid=20326] ppid=20324 vsize=1712188 CPUtime=1797.52
/proc/20326/stat : 20326 (java) R 20324 20326 20277 0 -1 0 250609 0 1 0 179527 225 0 0 23 0 13 0 158756258 1753280512 147978 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071406899 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/20326/statm: 428047 147978 1910 14 0 414794 0
[pid=20326/tid=20327] ppid=20324 vsize=1712188 CPUtime=18.92
/proc/20326/task/20327/stat : 20327 (java) S 20324 20326 20277 0 -1 64 73830 0 0 0 1834 58 0 0 16 0 13 0 158756267 1753280512 147978 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20326/tid=20328] ppid=20324 vsize=1712188 CPUtime=18.83
/proc/20326/task/20328/stat : 20328 (java) S 20324 20326 20277 0 -1 64 70802 0 0 0 1826 57 0 0 16 0 13 0 158756267 1753280512 147978 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20326/tid=20329] ppid=20324 vsize=1712188 CPUtime=0.84
/proc/20326/task/20329/stat : 20329 (java) S 20324 20326 20277 0 -1 64 181 0 0 0 45 39 0 0 16 0 13 0 158756269 1753280512 147978 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=20326/tid=20330] ppid=20324 vsize=1712188 CPUtime=0
/proc/20326/task/20330/stat : 20330 (java) S 20324 20326 20277 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 158756270 1753280512 147978 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20326/tid=20331] ppid=20324 vsize=1712188 CPUtime=0
/proc/20326/task/20331/stat : 20331 (java) S 20324 20326 20277 0 -1 64 5 0 0 0 0 0 0 0 15 0 13 0 158756270 1753280512 147978 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20326/tid=20332] ppid=20324 vsize=1712188 CPUtime=0
/proc/20326/task/20332/stat : 20332 (java) S 20324 20326 20277 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 158756273 1753280512 147978 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20326/tid=20333] ppid=20324 vsize=1712188 CPUtime=0
/proc/20326/task/20333/stat : 20333 (java) S 20324 20326 20277 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 158756273 1753280512 147978 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20326/tid=20334] ppid=20324 vsize=1712188 CPUtime=0.85
/proc/20326/task/20334/stat : 20334 (java) S 20324 20326 20277 0 -1 64 1311 0 0 0 85 0 0 0 17 0 13 0 158756273 1753280512 147978 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20326/tid=20335] ppid=20324 vsize=1712188 CPUtime=0.98
/proc/20326/task/20335/stat : 20335 (java) S 20324 20326 20277 0 -1 64 1187 0 0 0 98 0 0 0 16 0 13 0 158756273 1753280512 147978 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20326/tid=20336] ppid=20324 vsize=1712188 CPUtime=0
/proc/20326/task/20336/stat : 20336 (java) S 20324 20326 20277 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 158756273 1753280512 147978 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20326/tid=20337] ppid=20324 vsize=1712188 CPUtime=0
/proc/20326/task/20337/stat : 20337 (java) S 20324 20326 20277 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 158756273 1753280512 147978 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20326/tid=20338] ppid=20324 vsize=1712188 CPUtime=0
/proc/20326/task/20338/stat : 20338 (java) S 20324 20326 20277 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 158756994 1753280512 147978 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1797.52
Current children cumulated vsize (Kb) 1712188

[startup+1779.41 s]
/proc/loadavg: 1.00 1.00 1.00 2/76 20538
/proc/meminfo: memFree=684992/2055920 swapFree=4182724/4192956
[pid=20326] ppid=20324 vsize=1712188 CPUtime=1798.54
/proc/20326/stat : 20326 (java) R 20324 20326 20277 0 -1 0 250611 0 1 0 179629 225 0 0 25 0 13 0 158756258 1753280512 147978 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071546912 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/20326/statm: 428047 147978 1910 14 0 414794 0
[pid=20326/tid=20327] ppid=20324 vsize=1712188 CPUtime=18.93
/proc/20326/task/20327/stat : 20327 (java) S 20324 20326 20277 0 -1 64 73830 0 0 0 1835 58 0 0 15 0 13 0 158756267 1753280512 147978 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20326/tid=20328] ppid=20324 vsize=1712188 CPUtime=18.84
/proc/20326/task/20328/stat : 20328 (java) S 20324 20326 20277 0 -1 64 70802 0 0 0 1827 57 0 0 16 0 13 0 158756267 1753280512 147978 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20326/tid=20329] ppid=20324 vsize=1712188 CPUtime=0.84
/proc/20326/task/20329/stat : 20329 (java) S 20324 20326 20277 0 -1 64 181 0 0 0 45 39 0 0 15 0 13 0 158756269 1753280512 147978 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=20326/tid=20330] ppid=20324 vsize=1712188 CPUtime=0
/proc/20326/task/20330/stat : 20330 (java) S 20324 20326 20277 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 158756270 1753280512 147978 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20326/tid=20331] ppid=20324 vsize=1712188 CPUtime=0
/proc/20326/task/20331/stat : 20331 (java) S 20324 20326 20277 0 -1 64 5 0 0 0 0 0 0 0 15 0 13 0 158756270 1753280512 147978 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20326/tid=20332] ppid=20324 vsize=1712188 CPUtime=0
/proc/20326/task/20332/stat : 20332 (java) S 20324 20326 20277 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 158756273 1753280512 147978 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20326/tid=20333] ppid=20324 vsize=1712188 CPUtime=0
/proc/20326/task/20333/stat : 20333 (java) S 20324 20326 20277 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 158756273 1753280512 147978 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20326/tid=20334] ppid=20324 vsize=1712188 CPUtime=0.85
/proc/20326/task/20334/stat : 20334 (java) S 20324 20326 20277 0 -1 64 1311 0 0 0 85 0 0 0 17 0 13 0 158756273 1753280512 147978 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20326/tid=20335] ppid=20324 vsize=1712188 CPUtime=0.98
/proc/20326/task/20335/stat : 20335 (java) S 20324 20326 20277 0 -1 64 1187 0 0 0 98 0 0 0 16 0 13 0 158756273 1753280512 147978 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20326/tid=20336] ppid=20324 vsize=1712188 CPUtime=0
/proc/20326/task/20336/stat : 20336 (java) S 20324 20326 20277 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 158756273 1753280512 147978 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20326/tid=20337] ppid=20324 vsize=1712188 CPUtime=0
/proc/20326/task/20337/stat : 20337 (java) S 20324 20326 20277 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 158756273 1753280512 147978 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20326/tid=20338] ppid=20324 vsize=1712188 CPUtime=0
/proc/20326/task/20338/stat : 20338 (java) S 20324 20326 20277 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 158756994 1753280512 147978 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1798.54
Current children cumulated vsize (Kb) 1712188

[startup+1780.42 s]
/proc/loadavg: 1.00 1.00 1.00 2/76 20538
/proc/meminfo: memFree=684992/2055920 swapFree=4182724/4192956
[pid=20326] ppid=20324 vsize=1712188 CPUtime=1799.55
/proc/20326/stat : 20326 (java) R 20324 20326 20277 0 -1 0 250612 0 1 0 179730 225 0 0 19 0 13 0 158756258 1753280512 147978 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071585004 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/20326/statm: 428047 147978 1910 14 0 414794 0
[pid=20326/tid=20327] ppid=20324 vsize=1712188 CPUtime=18.94
/proc/20326/task/20327/stat : 20327 (java) S 20324 20326 20277 0 -1 64 73830 0 0 0 1836 58 0 0 16 0 13 0 158756267 1753280512 147978 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20326/tid=20328] ppid=20324 vsize=1712188 CPUtime=18.85
/proc/20326/task/20328/stat : 20328 (java) S 20324 20326 20277 0 -1 64 70802 0 0 0 1828 57 0 0 16 0 13 0 158756267 1753280512 147978 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20326/tid=20329] ppid=20324 vsize=1712188 CPUtime=0.84
/proc/20326/task/20329/stat : 20329 (java) S 20324 20326 20277 0 -1 64 181 0 0 0 45 39 0 0 15 0 13 0 158756269 1753280512 147978 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=20326/tid=20330] ppid=20324 vsize=1712188 CPUtime=0
/proc/20326/task/20330/stat : 20330 (java) S 20324 20326 20277 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 158756270 1753280512 147978 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20326/tid=20331] ppid=20324 vsize=1712188 CPUtime=0
/proc/20326/task/20331/stat : 20331 (java) S 20324 20326 20277 0 -1 64 5 0 0 0 0 0 0 0 15 0 13 0 158756270 1753280512 147978 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20326/tid=20332] ppid=20324 vsize=1712188 CPUtime=0
/proc/20326/task/20332/stat : 20332 (java) S 20324 20326 20277 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 158756273 1753280512 147978 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20326/tid=20333] ppid=20324 vsize=1712188 CPUtime=0
/proc/20326/task/20333/stat : 20333 (java) S 20324 20326 20277 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 158756273 1753280512 147978 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20326/tid=20334] ppid=20324 vsize=1712188 CPUtime=0.85
/proc/20326/task/20334/stat : 20334 (java) S 20324 20326 20277 0 -1 64 1311 0 0 0 85 0 0 0 17 0 13 0 158756273 1753280512 147978 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20326/tid=20335] ppid=20324 vsize=1712188 CPUtime=0.98
/proc/20326/task/20335/stat : 20335 (java) S 20324 20326 20277 0 -1 64 1187 0 0 0 98 0 0 0 16 0 13 0 158756273 1753280512 147978 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20326/tid=20336] ppid=20324 vsize=1712188 CPUtime=0
/proc/20326/task/20336/stat : 20336 (java) S 20324 20326 20277 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 158756273 1753280512 147978 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20326/tid=20337] ppid=20324 vsize=1712188 CPUtime=0
/proc/20326/task/20337/stat : 20337 (java) S 20324 20326 20277 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 158756273 1753280512 147978 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20326/tid=20338] ppid=20324 vsize=1712188 CPUtime=0
/proc/20326/task/20338/stat : 20338 (java) S 20324 20326 20277 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 158756994 1753280512 147978 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1799.55
Current children cumulated vsize (Kb) 1712188

[startup+1781.43 s]
/proc/loadavg: 1.00 1.00 1.00 2/76 20538
/proc/meminfo: memFree=684992/2055920 swapFree=4182724/4192956
[pid=20326] ppid=20324 vsize=1712188 CPUtime=1800.57
/proc/20326/stat : 20326 (java) R 20324 20326 20277 0 -1 0 250614 0 1 0 179832 225 0 0 18 0 13 0 158756258 1753280512 147978 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071584917 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/20326/statm: 428047 147978 1910 14 0 414794 0
[pid=20326/tid=20327] ppid=20324 vsize=1712188 CPUtime=18.95
/proc/20326/task/20327/stat : 20327 (java) S 20324 20326 20277 0 -1 64 73830 0 0 0 1837 58 0 0 16 0 13 0 158756267 1753280512 147978 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20326/tid=20328] ppid=20324 vsize=1712188 CPUtime=18.86
/proc/20326/task/20328/stat : 20328 (java) S 20324 20326 20277 0 -1 64 70802 0 0 0 1829 57 0 0 16 0 13 0 158756267 1753280512 147978 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20326/tid=20329] ppid=20324 vsize=1712188 CPUtime=0.84
/proc/20326/task/20329/stat : 20329 (java) S 20324 20326 20277 0 -1 64 181 0 0 0 45 39 0 0 16 0 13 0 158756269 1753280512 147978 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=20326/tid=20330] ppid=20324 vsize=1712188 CPUtime=0
/proc/20326/task/20330/stat : 20330 (java) S 20324 20326 20277 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 158756270 1753280512 147978 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20326/tid=20331] ppid=20324 vsize=1712188 CPUtime=0
/proc/20326/task/20331/stat : 20331 (java) S 20324 20326 20277 0 -1 64 5 0 0 0 0 0 0 0 15 0 13 0 158756270 1753280512 147978 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20326/tid=20332] ppid=20324 vsize=1712188 CPUtime=0
/proc/20326/task/20332/stat : 20332 (java) S 20324 20326 20277 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 158756273 1753280512 147978 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20326/tid=20333] ppid=20324 vsize=1712188 CPUtime=0
/proc/20326/task/20333/stat : 20333 (java) S 20324 20326 20277 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 158756273 1753280512 147978 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20326/tid=20334] ppid=20324 vsize=1712188 CPUtime=0.85
/proc/20326/task/20334/stat : 20334 (java) S 20324 20326 20277 0 -1 64 1311 0 0 0 85 0 0 0 17 0 13 0 158756273 1753280512 147978 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20326/tid=20335] ppid=20324 vsize=1712188 CPUtime=0.98
/proc/20326/task/20335/stat : 20335 (java) S 20324 20326 20277 0 -1 64 1187 0 0 0 98 0 0 0 16 0 13 0 158756273 1753280512 147978 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20326/tid=20336] ppid=20324 vsize=1712188 CPUtime=0
/proc/20326/task/20336/stat : 20336 (java) S 20324 20326 20277 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 158756273 1753280512 147978 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20326/tid=20337] ppid=20324 vsize=1712188 CPUtime=0
/proc/20326/task/20337/stat : 20337 (java) S 20324 20326 20277 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 158756273 1753280512 147978 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20326/tid=20338] ppid=20324 vsize=1712188 CPUtime=0
/proc/20326/task/20338/stat : 20338 (java) S 20324 20326 20277 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 158756994 1753280512 147978 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.57
Current children cumulated vsize (Kb) 1712188



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1781.43 s]
/proc/loadavg: 1.00 1.00 1.00 2/76 20538
/proc/meminfo: memFree=684992/2055920 swapFree=4182724/4192956
[pid=20326] ppid=20324 vsize=1712188 CPUtime=1800.57
/proc/20326/stat : 20326 (java) R 20324 20326 20277 0 -1 0 250614 0 1 0 179832 225 0 0 18 0 13 0 158756258 1753280512 147978 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071584444 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/20326/statm: 428047 147978 1910 14 0 414794 0
[pid=20326/tid=20327] ppid=20324 vsize=1712188 CPUtime=18.95
/proc/20326/task/20327/stat : 20327 (java) S 20324 20326 20277 0 -1 64 73830 0 0 0 1837 58 0 0 16 0 13 0 158756267 1753280512 147978 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20326/tid=20328] ppid=20324 vsize=1712188 CPUtime=18.86
/proc/20326/task/20328/stat : 20328 (java) S 20324 20326 20277 0 -1 64 70802 0 0 0 1829 57 0 0 16 0 13 0 158756267 1753280512 147978 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20326/tid=20329] ppid=20324 vsize=1712188 CPUtime=0.84
/proc/20326/task/20329/stat : 20329 (java) S 20324 20326 20277 0 -1 64 181 0 0 0 45 39 0 0 16 0 13 0 158756269 1753280512 147978 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=20326/tid=20330] ppid=20324 vsize=1712188 CPUtime=0
/proc/20326/task/20330/stat : 20330 (java) S 20324 20326 20277 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 158756270 1753280512 147978 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20326/tid=20331] ppid=20324 vsize=1712188 CPUtime=0
/proc/20326/task/20331/stat : 20331 (java) S 20324 20326 20277 0 -1 64 5 0 0 0 0 0 0 0 15 0 13 0 158756270 1753280512 147978 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20326/tid=20332] ppid=20324 vsize=1712188 CPUtime=0
/proc/20326/task/20332/stat : 20332 (java) S 20324 20326 20277 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 158756273 1753280512 147978 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20326/tid=20333] ppid=20324 vsize=1712188 CPUtime=0
/proc/20326/task/20333/stat : 20333 (java) S 20324 20326 20277 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 158756273 1753280512 147978 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20326/tid=20334] ppid=20324 vsize=1712188 CPUtime=0.85
/proc/20326/task/20334/stat : 20334 (java) S 20324 20326 20277 0 -1 64 1311 0 0 0 85 0 0 0 17 0 13 0 158756273 1753280512 147978 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20326/tid=20335] ppid=20324 vsize=1712188 CPUtime=0.98
/proc/20326/task/20335/stat : 20335 (java) S 20324 20326 20277 0 -1 64 1187 0 0 0 98 0 0 0 16 0 13 0 158756273 1753280512 147978 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20326/tid=20336] ppid=20324 vsize=1712188 CPUtime=0
/proc/20326/task/20336/stat : 20336 (java) S 20324 20326 20277 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 158756273 1753280512 147978 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20326/tid=20337] ppid=20324 vsize=1712188 CPUtime=0
/proc/20326/task/20337/stat : 20337 (java) S 20324 20326 20277 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 158756273 1753280512 147978 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20326/tid=20338] ppid=20324 vsize=1712188 CPUtime=0
/proc/20326/task/20338/stat : 20338 (java) S 20324 20326 20277 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 158756994 1753280512 147978 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.57
Current children cumulated vsize (Kb) 1712188

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

Child status: 143
Real time (s): 1781.59
CPU time (s): 1800.74
CPU user time (s): 1798.39
CPU system time (s): 2.35064
CPU usage (%): 101.075
Max. virtual memory (cumulated for all children) (Kb): 1712508
The end

Launcher Data (download as text)

Begin job on node42 on Fri Jul 28 20:34:13 UTC 2006


FILE ID= 50952-1154118853

PBS_JOBID= 886855

BENCH NAME= HOME/pub/bench/PB06/final/normalized-PB06/OPT-BIGINT/submitted-PB06/roussel/factor/normalized-factor-sizeN=140-sizeP=71-sizeQ=140-318609522.opb
COMMAND LINE= java -server -Xms1500M -Xmx1500M -jar ROOT/solvers/PB/PB06final/user5/sat4jPseudoPlus.jar ROOT/tmp/node42/50952-1154118853/instance-50952-1154118853.opb 748863931
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node42/watcher-50952-1154118853 -o ROOT/results/node42/solver-50952-1154118853 -C 1800 -M 1800 -S 64  java -server -Xms1500M -Xmx1500M -jar ROOT/solvers/PB/PB06final/user5/sat4jPseudoPlus.jar ROOT/tmp/node42/50952-1154118853/instance-50952-1154118853.opb 748863931

MD5SUM SOLVER= e9637a7554f3ecdf74c1815f89d00213
MD5SUM BENCH=  7cd4640a7754cffece48a57d4d3f4a4f

RANDOM SEED= 748863931

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.238
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.238
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:       1271536 kB
Buffers:         27740 kB
Cached:         697836 kB
SwapCached:       3928 kB
Active:          41756 kB
Inactive:       692744 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1271536 kB
SwapTotal:     4192956 kB
SwapFree:      4182724 kB
Dirty:             152 kB
Writeback:           0 kB
Mapped:          14496 kB
Slab:            35912 kB
Committed_AS:   725512 kB
PageTables:       1424 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB


End job on node42 on Fri Jul 28 21:03:54 UTC 2006