Trace number 50949

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.73 1782.49

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/submitted-PB06/roussel/factor/
normalized-factor-sizeN=140-sizeP=71-sizeQ=140-318609522-max.opb
MD5SUMae51e618574b80c61fbc975822c4a1eb
Bench CategoryOPT-BIGINT (optimisation, big integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of 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.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/node31/50949-1154118697/instance-50949-1154118697.opb
0.22	c reading problem ... 
7.44	c ... done. Time 7.217 ms.
7.44	c #vars     10151
7.44	c #constraints  29822
1782.34	c starts		: 1
1782.34	c conflicts		: 66
1782.34	c decisions		: 8213
1782.34	c propagations		: 14645
1782.34	c inspects		: 185541
1782.34	c learnt literals	: 0
1782.34	c learnt binary clauses	: 0
1782.34	c learnt ternary clauses	: 0
1782.34	c learnt clauses	: 65
1782.34	c root simplifications	: 0
1782.34	c removed literals (reason simplification)	: 0
1782.34	c reason swapping (by a shorter reason)	: 0
1782.34	c Calls to reduceDB	: 0
1782.34	c speed (decisions/second)	: 4.627339446026393
1782.34	c non guided choices	6991
1782.34	s UNKNOWN
1782.34	c Total wall clock time (ms): 1782.125

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

Current StackSize limit: 67108864 bytes

/proc/loadavg: 0.92 0.98 0.99 3/64 27568
/proc/meminfo: memFree=1467080/2055920 swapFree=4183108/4192956
[pid=27568] ppid=27566 vsize=1784 CPUtime=0
/proc/27568/stat : 27568 (java) R 27566 27568 27519 0 -1 0 172 0 0 0 0 0 0 0 18 0 1 0 158729439 1826816 142 18446744073709551615 134512640 134570276 4294956608 18446744073709551615 1635982 0 0 4096 0 0 0 0 17 1 0 0
/proc/27568/statm: 454 147 111 14 0 99 0

[startup+10.0015 s]
/proc/loadavg: 0.93 0.98 0.99 2/76 27580
/proc/meminfo: memFree=1278512/2055920 swapFree=4183108/4192956
[pid=27568] ppid=27566 vsize=1711124 CPUtime=10.97
/proc/27568/stat : 27568 (java) R 27566 27568 27519 0 -1 0 50290 0 1 0 1075 22 0 0 17 0 13 0 158729439 1752190976 48913 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071496651 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/27568/statm: 427781 48913 1905 14 0 414528 0
[pid=27568/tid=27569] ppid=27566 vsize=1711124 CPUtime=0.09
/proc/27568/task/27569/stat : 27569 (java) S 27566 27568 27519 0 -1 64 1956 0 0 0 9 0 0 0 16 0 13 0 158729442 1752190976 48913 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27568/tid=27570] ppid=27566 vsize=1711124 CPUtime=0.09
/proc/27568/task/27570/stat : 27570 (java) S 27566 27568 27519 0 -1 64 1709 0 0 0 9 0 0 0 16 0 13 0 158729442 1752190976 48913 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27568/tid=27571] ppid=27566 vsize=1711124 CPUtime=0
/proc/27568/task/27571/stat : 27571 (java) S 27566 27568 27519 0 -1 64 36 0 0 0 0 0 0 0 16 0 13 0 158729445 1752190976 48913 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=27568/tid=27572] ppid=27566 vsize=1711124 CPUtime=0
/proc/27568/task/27572/stat : 27572 (java) S 27566 27568 27519 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 158729445 1752190976 48913 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27568/tid=27573] ppid=27566 vsize=1711124 CPUtime=0
/proc/27568/task/27573/stat : 27573 (java) S 27566 27568 27519 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 158729445 1752190976 48913 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27568/tid=27574] ppid=27566 vsize=1711124 CPUtime=0
/proc/27568/task/27574/stat : 27574 (java) S 27566 27568 27519 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 158729449 1752190976 48913 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27568/tid=27575] ppid=27566 vsize=1711124 CPUtime=0
/proc/27568/task/27575/stat : 27575 (java) S 27566 27568 27519 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 158729449 1752190976 48913 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27568/tid=27576] ppid=27566 vsize=1711124 CPUtime=0.6
/proc/27568/task/27576/stat : 27576 (java) S 27566 27568 27519 0 -1 64 767 0 0 0 60 0 0 0 15 0 13 0 158729449 1752190976 48913 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27568/tid=27577] ppid=27566 vsize=1711124 CPUtime=0.64
/proc/27568/task/27577/stat : 27577 (java) S 27566 27568 27519 0 -1 64 618 0 0 0 64 0 0 0 16 0 13 0 158729449 1752190976 48913 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27568/tid=27578] ppid=27566 vsize=1711124 CPUtime=0
/proc/27568/task/27578/stat : 27578 (java) S 27566 27568 27519 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 158729449 1752190976 48913 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27568/tid=27579] ppid=27566 vsize=1711124 CPUtime=0
/proc/27568/task/27579/stat : 27579 (java) S 27566 27568 27519 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 158729449 1752190976 48913 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27568/tid=27580] ppid=27566 vsize=1711124 CPUtime=0
/proc/27568/task/27580/stat : 27580 (java) S 27566 27568 27519 0 -1 64 4 0 0 0 0 0 0 0 21 0 13 0 158730186 1752190976 48913 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 10.97
Current children cumulated vsize (Kb) 1711124

[startup+20.0083 s]
/proc/loadavg: 0.94 0.98 0.99 2/76 27580
/proc/meminfo: memFree=1275440/2055920 swapFree=4183108/4192956
[pid=27568] ppid=27566 vsize=1712148 CPUtime=21.22
/proc/27568/stat : 27568 (java) R 27566 27568 27519 0 -1 0 53408 0 1 0 2099 23 0 0 21 0 13 0 158729439 1753239552 49736 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071583055 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/27568/statm: 428037 49736 1906 14 0 414784 0
[pid=27568/tid=27569] ppid=27566 vsize=1712148 CPUtime=0.18
/proc/27568/task/27569/stat : 27569 (java) S 27566 27568 27519 0 -1 64 2432 0 0 0 18 0 0 0 16 0 13 0 158729442 1753239552 49736 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27568/tid=27570] ppid=27566 vsize=1712148 CPUtime=0.18
/proc/27568/task/27570/stat : 27570 (java) S 27566 27568 27519 0 -1 64 2309 0 0 0 18 0 0 0 16 0 13 0 158729442 1753239552 49736 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27568/tid=27571] ppid=27566 vsize=1712148 CPUtime=0
/proc/27568/task/27571/stat : 27571 (java) S 27566 27568 27519 0 -1 64 40 0 0 0 0 0 0 0 15 0 13 0 158729445 1753239552 49736 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=27568/tid=27572] ppid=27566 vsize=1712148 CPUtime=0
/proc/27568/task/27572/stat : 27572 (java) S 27566 27568 27519 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 158729445 1753239552 49736 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27568/tid=27573] ppid=27566 vsize=1712148 CPUtime=0
/proc/27568/task/27573/stat : 27573 (java) S 27566 27568 27519 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 158729445 1753239552 49736 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27568/tid=27574] ppid=27566 vsize=1712148 CPUtime=0
/proc/27568/task/27574/stat : 27574 (java) S 27566 27568 27519 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 158729449 1753239552 49736 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27568/tid=27575] ppid=27566 vsize=1712148 CPUtime=0
/proc/27568/task/27575/stat : 27575 (java) S 27566 27568 27519 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 158729449 1753239552 49736 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27568/tid=27576] ppid=27566 vsize=1712148 CPUtime=0.77
/proc/27568/task/27576/stat : 27576 (java) S 27566 27568 27519 0 -1 64 1365 0 0 0 76 1 0 0 17 0 13 0 158729449 1753239552 49736 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27568/tid=27577] ppid=27566 vsize=1712148 CPUtime=0.67
/proc/27568/task/27577/stat : 27577 (java) S 27566 27568 27519 0 -1 64 619 0 0 0 67 0 0 0 17 0 13 0 158729449 1753239552 49736 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27568/tid=27578] ppid=27566 vsize=1712148 CPUtime=0
/proc/27568/task/27578/stat : 27578 (java) S 27566 27568 27519 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 158729449 1753239552 49736 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27568/tid=27579] ppid=27566 vsize=1712148 CPUtime=0
/proc/27568/task/27579/stat : 27579 (java) S 27566 27568 27519 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 158729449 1753239552 49736 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27568/tid=27580] ppid=27566 vsize=1712148 CPUtime=0
/proc/27568/task/27580/stat : 27580 (java) S 27566 27568 27519 0 -1 64 4 0 0 0 0 0 0 0 21 0 13 0 158730186 1753239552 49736 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 21.22
Current children cumulated vsize (Kb) 1712148

[startup+30.0151 s]
/proc/loadavg: 0.95 0.98 0.99 2/76 27580
/proc/meminfo: memFree=1272816/2055920 swapFree=4183108/4192956
[pid=27568] ppid=27566 vsize=1712148 CPUtime=31.35
/proc/27568/stat : 27568 (java) R 27566 27568 27519 0 -1 0 54623 0 1 0 3110 25 0 0 21 0 13 0 158729439 1753239552 50375 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071621221 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/27568/statm: 428037 50375 1906 14 0 414784 0
[pid=27568/tid=27569] ppid=27566 vsize=1712148 CPUtime=0.29
/proc/27568/task/27569/stat : 27569 (java) S 27566 27568 27519 0 -1 64 3037 0 0 0 28 1 0 0 16 0 13 0 158729442 1753239552 50375 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27568/tid=27570] ppid=27566 vsize=1712148 CPUtime=0.3
/proc/27568/task/27570/stat : 27570 (java) S 27566 27568 27519 0 -1 64 2901 0 0 0 29 1 0 0 16 0 13 0 158729442 1753239552 50375 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27568/tid=27571] ppid=27566 vsize=1712148 CPUtime=0
/proc/27568/task/27571/stat : 27571 (java) S 27566 27568 27519 0 -1 64 40 0 0 0 0 0 0 0 16 0 13 0 158729445 1753239552 50375 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=27568/tid=27572] ppid=27566 vsize=1712148 CPUtime=0
/proc/27568/task/27572/stat : 27572 (java) S 27566 27568 27519 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 158729445 1753239552 50375 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27568/tid=27573] ppid=27566 vsize=1712148 CPUtime=0
/proc/27568/task/27573/stat : 27573 (java) S 27566 27568 27519 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 158729445 1753239552 50375 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27568/tid=27574] ppid=27566 vsize=1712148 CPUtime=0
/proc/27568/task/27574/stat : 27574 (java) S 27566 27568 27519 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 158729449 1753239552 50375 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27568/tid=27575] ppid=27566 vsize=1712148 CPUtime=0
/proc/27568/task/27575/stat : 27575 (java) S 27566 27568 27519 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 158729449 1753239552 50375 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27568/tid=27576] ppid=27566 vsize=1712148 CPUtime=0.78
/proc/27568/task/27576/stat : 27576 (java) S 27566 27568 27519 0 -1 64 1366 0 0 0 77 1 0 0 17 0 13 0 158729449 1753239552 50375 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27568/tid=27577] ppid=27566 vsize=1712148 CPUtime=0.68
/proc/27568/task/27577/stat : 27577 (java) S 27566 27568 27519 0 -1 64 619 0 0 0 68 0 0 0 16 0 13 0 158729449 1753239552 50375 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27568/tid=27578] ppid=27566 vsize=1712148 CPUtime=0
/proc/27568/task/27578/stat : 27578 (java) S 27566 27568 27519 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 158729449 1753239552 50375 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27568/tid=27579] ppid=27566 vsize=1712148 CPUtime=0
/proc/27568/task/27579/stat : 27579 (java) S 27566 27568 27519 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 158729449 1753239552 50375 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27568/tid=27580] ppid=27566 vsize=1712148 CPUtime=0
/proc/27568/task/27580/stat : 27580 (java) S 27566 27568 27519 0 -1 64 4 0 0 0 0 0 0 0 21 0 13 0 158730186 1753239552 50375 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 31.35
Current children cumulated vsize (Kb) 1712148

[startup+40.022 s]
/proc/loadavg: 0.96 0.98 0.99 2/76 27580
/proc/meminfo: memFree=1262896/2055920 swapFree=4183108/4192956
[pid=27568] ppid=27566 vsize=1712148 CPUtime=41.46
/proc/27568/stat : 27568 (java) R 27566 27568 27519 0 -1 0 58463 0 1 0 4119 27 0 0 23 0 13 0 158729439 1753239552 52862 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071407632 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/27568/statm: 428037 52862 1906 14 0 414784 0
[pid=27568/tid=27569] ppid=27566 vsize=1712148 CPUtime=0.41
/proc/27568/task/27569/stat : 27569 (java) S 27566 27568 27519 0 -1 64 4979 0 0 0 39 2 0 0 16 0 13 0 158729442 1753239552 52862 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27568/tid=27570] ppid=27566 vsize=1712148 CPUtime=0.42
/proc/27568/task/27570/stat : 27570 (java) S 27566 27568 27519 0 -1 64 4784 0 0 0 40 2 0 0 16 0 13 0 158729442 1753239552 52862 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27568/tid=27571] ppid=27566 vsize=1712148 CPUtime=0
/proc/27568/task/27571/stat : 27571 (java) S 27566 27568 27519 0 -1 64 40 0 0 0 0 0 0 0 16 0 13 0 158729445 1753239552 52862 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=27568/tid=27572] ppid=27566 vsize=1712148 CPUtime=0
/proc/27568/task/27572/stat : 27572 (java) S 27566 27568 27519 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 158729445 1753239552 52862 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27568/tid=27573] ppid=27566 vsize=1712148 CPUtime=0
/proc/27568/task/27573/stat : 27573 (java) S 27566 27568 27519 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 158729445 1753239552 52862 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27568/tid=27574] ppid=27566 vsize=1712148 CPUtime=0
/proc/27568/task/27574/stat : 27574 (java) S 27566 27568 27519 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 158729449 1753239552 52862 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27568/tid=27575] ppid=27566 vsize=1712148 CPUtime=0
/proc/27568/task/27575/stat : 27575 (java) S 27566 27568 27519 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 158729449 1753239552 52862 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27568/tid=27576] ppid=27566 vsize=1712148 CPUtime=0.78
/proc/27568/task/27576/stat : 27576 (java) S 27566 27568 27519 0 -1 64 1366 0 0 0 77 1 0 0 16 0 13 0 158729449 1753239552 52862 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27568/tid=27577] ppid=27566 vsize=1712148 CPUtime=0.68
/proc/27568/task/27577/stat : 27577 (java) S 27566 27568 27519 0 -1 64 619 0 0 0 68 0 0 0 16 0 13 0 158729449 1753239552 52862 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27568/tid=27578] ppid=27566 vsize=1712148 CPUtime=0
/proc/27568/task/27578/stat : 27578 (java) S 27566 27568 27519 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 158729449 1753239552 52862 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27568/tid=27579] ppid=27566 vsize=1712148 CPUtime=0
/proc/27568/task/27579/stat : 27579 (java) S 27566 27568 27519 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 158729449 1753239552 52862 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27568/tid=27580] ppid=27566 vsize=1712148 CPUtime=0
/proc/27568/task/27580/stat : 27580 (java) S 27566 27568 27519 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 158730186 1753239552 52862 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 41.46
Current children cumulated vsize (Kb) 1712148

[startup+50.0288 s]
/proc/loadavg: 0.96 0.98 0.99 2/76 27580
/proc/meminfo: memFree=1233008/2055920 swapFree=4183108/4192956
[pid=27568] ppid=27566 vsize=1712148 CPUtime=51.62
/proc/27568/stat : 27568 (java) R 27566 27568 27519 0 -1 0 70452 0 1 0 5129 33 0 0 25 0 13 0 158729439 1753239552 60329 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071496427 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/27568/statm: 428037 60329 1906 14 0 414784 0
[pid=27568/tid=27569] ppid=27566 vsize=1712148 CPUtime=0.56
/proc/27568/task/27569/stat : 27569 (java) S 27566 27568 27519 0 -1 64 11149 0 0 0 51 5 0 0 16 0 13 0 158729442 1753239552 60329 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27568/tid=27570] ppid=27566 vsize=1712148 CPUtime=0.56
/proc/27568/task/27570/stat : 27570 (java) S 27566 27568 27519 0 -1 64 10587 0 0 0 52 4 0 0 16 0 13 0 158729442 1753239552 60329 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27568/tid=27571] ppid=27566 vsize=1712148 CPUtime=0.01
/proc/27568/task/27571/stat : 27571 (java) S 27566 27568 27519 0 -1 64 40 0 0 0 1 0 0 0 15 0 13 0 158729445 1753239552 60329 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=27568/tid=27572] ppid=27566 vsize=1712148 CPUtime=0
/proc/27568/task/27572/stat : 27572 (java) S 27566 27568 27519 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 158729445 1753239552 60329 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27568/tid=27573] ppid=27566 vsize=1712148 CPUtime=0
/proc/27568/task/27573/stat : 27573 (java) S 27566 27568 27519 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 158729445 1753239552 60329 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27568/tid=27574] ppid=27566 vsize=1712148 CPUtime=0
/proc/27568/task/27574/stat : 27574 (java) S 27566 27568 27519 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 158729449 1753239552 60329 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27568/tid=27575] ppid=27566 vsize=1712148 CPUtime=0
/proc/27568/task/27575/stat : 27575 (java) S 27566 27568 27519 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 158729449 1753239552 60329 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27568/tid=27576] ppid=27566 vsize=1712148 CPUtime=0.78
/proc/27568/task/27576/stat : 27576 (java) S 27566 27568 27519 0 -1 64 1366 0 0 0 77 1 0 0 16 0 13 0 158729449 1753239552 60329 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27568/tid=27577] ppid=27566 vsize=1712148 CPUtime=0.68
/proc/27568/task/27577/stat : 27577 (java) S 27566 27568 27519 0 -1 64 619 0 0 0 68 0 0 0 16 0 13 0 158729449 1753239552 60329 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27568/tid=27578] ppid=27566 vsize=1712148 CPUtime=0
/proc/27568/task/27578/stat : 27578 (java) S 27566 27568 27519 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 158729449 1753239552 60329 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27568/tid=27579] ppid=27566 vsize=1712148 CPUtime=0
/proc/27568/task/27579/stat : 27579 (java) S 27566 27568 27519 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 158729449 1753239552 60329 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27568/tid=27580] ppid=27566 vsize=1712148 CPUtime=0
/proc/27568/task/27580/stat : 27580 (java) S 27566 27568 27519 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 158730186 1753239552 60329 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 51.62
Current children cumulated vsize (Kb) 1712148

[startup+60.0356 s]
/proc/loadavg: 0.97 0.98 0.99 2/76 27580
/proc/meminfo: memFree=1193776/2055920 swapFree=4183108/4192956
[pid=27568] ppid=27566 vsize=1712148 CPUtime=61.82
/proc/27568/stat : 27568 (java) R 27566 27568 27519 0 -1 0 86126 0 1 0 6140 42 0 0 25 0 13 0 158729439 1753239552 70118 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071496472 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/27568/statm: 428037 70118 1906 14 0 414784 0
[pid=27568/tid=27569] ppid=27566 vsize=1712148 CPUtime=0.73
/proc/27568/task/27569/stat : 27569 (java) S 27566 27568 27519 0 -1 64 18920 0 0 0 64 9 0 0 16 0 13 0 158729442 1753239552 70118 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27568/tid=27570] ppid=27566 vsize=1712148 CPUtime=0.74
/proc/27568/task/27570/stat : 27570 (java) S 27566 27568 27519 0 -1 64 18472 0 0 0 66 8 0 0 16 0 13 0 158729442 1753239552 70118 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27568/tid=27571] ppid=27566 vsize=1712148 CPUtime=0.01
/proc/27568/task/27571/stat : 27571 (java) S 27566 27568 27519 0 -1 64 40 0 0 0 1 0 0 0 15 0 13 0 158729445 1753239552 70118 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=27568/tid=27572] ppid=27566 vsize=1712148 CPUtime=0
/proc/27568/task/27572/stat : 27572 (java) S 27566 27568 27519 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 158729445 1753239552 70118 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27568/tid=27573] ppid=27566 vsize=1712148 CPUtime=0
/proc/27568/task/27573/stat : 27573 (java) S 27566 27568 27519 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 158729445 1753239552 70118 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27568/tid=27574] ppid=27566 vsize=1712148 CPUtime=0

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

/proc/27568/task/27572/stat : 27572 (java) S 27566 27568 27519 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 158729445 1753214976 144375 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27568/tid=27573] ppid=27566 vsize=1712124 CPUtime=0
/proc/27568/task/27573/stat : 27573 (java) S 27566 27568 27519 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 158729445 1753214976 144375 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27568/tid=27574] ppid=27566 vsize=1712124 CPUtime=0
/proc/27568/task/27574/stat : 27574 (java) S 27566 27568 27519 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 158729449 1753214976 144375 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27568/tid=27575] ppid=27566 vsize=1712124 CPUtime=0
/proc/27568/task/27575/stat : 27575 (java) S 27566 27568 27519 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 158729449 1753214976 144375 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27568/tid=27576] ppid=27566 vsize=1712124 CPUtime=1.04
/proc/27568/task/27576/stat : 27576 (java) S 27566 27568 27519 0 -1 64 1383 0 0 0 103 1 0 0 16 0 13 0 158729449 1753214976 144375 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27568/tid=27577] ppid=27566 vsize=1712124 CPUtime=0.95
/proc/27568/task/27577/stat : 27577 (java) S 27566 27568 27519 0 -1 64 926 0 0 0 95 0 0 0 17 0 13 0 158729449 1753214976 144375 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27568/tid=27578] ppid=27566 vsize=1712124 CPUtime=0
/proc/27568/task/27578/stat : 27578 (java) S 27566 27568 27519 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 158729449 1753214976 144375 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27568/tid=27579] ppid=27566 vsize=1712124 CPUtime=0
/proc/27568/task/27579/stat : 27579 (java) S 27566 27568 27519 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 158729449 1753214976 144375 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27568/tid=27580] ppid=27566 vsize=1712124 CPUtime=0
/proc/27568/task/27580/stat : 27580 (java) S 27566 27568 27519 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 158730186 1753214976 144375 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1796.48
Current children cumulated vsize (Kb) 1712124

[startup+1779.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/82 27716
/proc/meminfo: memFree=893888/2055920 swapFree=4183108/4192956
[pid=27568] ppid=27566 vsize=1712124 CPUtime=1797.5
/proc/27568/stat : 27568 (java) R 27566 27568 27519 0 -1 0 238783 0 1 0 179494 256 0 0 24 0 13 0 158729439 1753214976 144375 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071495908 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/27568/statm: 428031 144375 1910 14 0 414778 0
[pid=27568/tid=27569] ppid=27566 vsize=1712124 CPUtime=18.14
/proc/27568/task/27569/stat : 27569 (java) S 27566 27568 27519 0 -1 64 70008 0 0 0 1732 82 0 0 16 0 13 0 158729442 1753214976 144375 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27568/tid=27570] ppid=27566 vsize=1712124 CPUtime=18.11
/proc/27568/task/27570/stat : 27570 (java) S 27566 27568 27519 0 -1 64 68713 0 0 0 1735 76 0 0 16 0 13 0 158729442 1753214976 144375 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27568/tid=27571] ppid=27566 vsize=1712124 CPUtime=0.84
/proc/27568/task/27571/stat : 27571 (java) S 27566 27568 27519 0 -1 64 191 0 0 0 50 34 0 0 16 0 13 0 158729445 1753214976 144375 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=27568/tid=27572] ppid=27566 vsize=1712124 CPUtime=0
/proc/27568/task/27572/stat : 27572 (java) S 27566 27568 27519 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 158729445 1753214976 144375 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27568/tid=27573] ppid=27566 vsize=1712124 CPUtime=0
/proc/27568/task/27573/stat : 27573 (java) S 27566 27568 27519 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 158729445 1753214976 144375 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27568/tid=27574] ppid=27566 vsize=1712124 CPUtime=0
/proc/27568/task/27574/stat : 27574 (java) S 27566 27568 27519 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 158729449 1753214976 144375 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27568/tid=27575] ppid=27566 vsize=1712124 CPUtime=0
/proc/27568/task/27575/stat : 27575 (java) S 27566 27568 27519 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 158729449 1753214976 144375 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27568/tid=27576] ppid=27566 vsize=1712124 CPUtime=1.04
/proc/27568/task/27576/stat : 27576 (java) S 27566 27568 27519 0 -1 64 1383 0 0 0 103 1 0 0 16 0 13 0 158729449 1753214976 144375 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27568/tid=27577] ppid=27566 vsize=1712124 CPUtime=0.95
/proc/27568/task/27577/stat : 27577 (java) S 27566 27568 27519 0 -1 64 926 0 0 0 95 0 0 0 17 0 13 0 158729449 1753214976 144375 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27568/tid=27578] ppid=27566 vsize=1712124 CPUtime=0
/proc/27568/task/27578/stat : 27578 (java) S 27566 27568 27519 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 158729449 1753214976 144375 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27568/tid=27579] ppid=27566 vsize=1712124 CPUtime=0
/proc/27568/task/27579/stat : 27579 (java) S 27566 27568 27519 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 158729449 1753214976 144375 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27568/tid=27580] ppid=27566 vsize=1712124 CPUtime=0
/proc/27568/task/27580/stat : 27580 (java) S 27566 27568 27519 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 158730186 1753214976 144375 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1797.5
Current children cumulated vsize (Kb) 1712124

[startup+1780.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/82 27716
/proc/meminfo: memFree=893888/2055920 swapFree=4183108/4192956
[pid=27568] ppid=27566 vsize=1712124 CPUtime=1798.51
/proc/27568/stat : 27568 (java) R 27566 27568 27519 0 -1 0 238785 0 1 0 179595 256 0 0 25 0 13 0 158729439 1753214976 144375 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071407630 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/27568/statm: 428031 144375 1910 14 0 414778 0
[pid=27568/tid=27569] ppid=27566 vsize=1712124 CPUtime=18.16
/proc/27568/task/27569/stat : 27569 (java) S 27566 27568 27519 0 -1 64 70008 0 0 0 1734 82 0 0 16 0 13 0 158729442 1753214976 144375 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27568/tid=27570] ppid=27566 vsize=1712124 CPUtime=18.12
/proc/27568/task/27570/stat : 27570 (java) S 27566 27568 27519 0 -1 64 68713 0 0 0 1736 76 0 0 16 0 13 0 158729442 1753214976 144375 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27568/tid=27571] ppid=27566 vsize=1712124 CPUtime=0.84
/proc/27568/task/27571/stat : 27571 (java) S 27566 27568 27519 0 -1 64 191 0 0 0 50 34 0 0 16 0 13 0 158729445 1753214976 144375 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=27568/tid=27572] ppid=27566 vsize=1712124 CPUtime=0
/proc/27568/task/27572/stat : 27572 (java) S 27566 27568 27519 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 158729445 1753214976 144375 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27568/tid=27573] ppid=27566 vsize=1712124 CPUtime=0
/proc/27568/task/27573/stat : 27573 (java) S 27566 27568 27519 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 158729445 1753214976 144375 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27568/tid=27574] ppid=27566 vsize=1712124 CPUtime=0
/proc/27568/task/27574/stat : 27574 (java) S 27566 27568 27519 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 158729449 1753214976 144375 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27568/tid=27575] ppid=27566 vsize=1712124 CPUtime=0
/proc/27568/task/27575/stat : 27575 (java) S 27566 27568 27519 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 158729449 1753214976 144375 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27568/tid=27576] ppid=27566 vsize=1712124 CPUtime=1.04
/proc/27568/task/27576/stat : 27576 (java) S 27566 27568 27519 0 -1 64 1383 0 0 0 103 1 0 0 16 0 13 0 158729449 1753214976 144375 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27568/tid=27577] ppid=27566 vsize=1712124 CPUtime=0.95
/proc/27568/task/27577/stat : 27577 (java) S 27566 27568 27519 0 -1 64 926 0 0 0 95 0 0 0 17 0 13 0 158729449 1753214976 144375 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27568/tid=27578] ppid=27566 vsize=1712124 CPUtime=0
/proc/27568/task/27578/stat : 27578 (java) S 27566 27568 27519 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 158729449 1753214976 144375 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27568/tid=27579] ppid=27566 vsize=1712124 CPUtime=0
/proc/27568/task/27579/stat : 27579 (java) S 27566 27568 27519 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 158729449 1753214976 144375 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27568/tid=27580] ppid=27566 vsize=1712124 CPUtime=0
/proc/27568/task/27580/stat : 27580 (java) S 27566 27568 27519 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 158730186 1753214976 144375 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1798.51
Current children cumulated vsize (Kb) 1712124

[startup+1781.32 s]
/proc/loadavg: 1.00 1.00 1.00 2/82 27716
/proc/meminfo: memFree=893888/2055920 swapFree=4183108/4192956
[pid=27568] ppid=27566 vsize=1712124 CPUtime=1799.54
/proc/27568/stat : 27568 (java) R 27566 27568 27519 0 -1 0 238787 0 1 0 179697 257 0 0 25 0 13 0 158729439 1753214976 144375 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071524697 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/27568/statm: 428031 144375 1910 14 0 414778 0
[pid=27568/tid=27569] ppid=27566 vsize=1712124 CPUtime=18.17
/proc/27568/task/27569/stat : 27569 (java) S 27566 27568 27519 0 -1 64 70008 0 0 0 1735 82 0 0 16 0 13 0 158729442 1753214976 144375 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27568/tid=27570] ppid=27566 vsize=1712124 CPUtime=18.13
/proc/27568/task/27570/stat : 27570 (java) S 27566 27568 27519 0 -1 64 68713 0 0 0 1737 76 0 0 16 0 13 0 158729442 1753214976 144375 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27568/tid=27571] ppid=27566 vsize=1712124 CPUtime=0.84
/proc/27568/task/27571/stat : 27571 (java) S 27566 27568 27519 0 -1 64 191 0 0 0 50 34 0 0 16 0 13 0 158729445 1753214976 144375 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=27568/tid=27572] ppid=27566 vsize=1712124 CPUtime=0
/proc/27568/task/27572/stat : 27572 (java) S 27566 27568 27519 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 158729445 1753214976 144375 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27568/tid=27573] ppid=27566 vsize=1712124 CPUtime=0
/proc/27568/task/27573/stat : 27573 (java) S 27566 27568 27519 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 158729445 1753214976 144375 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27568/tid=27574] ppid=27566 vsize=1712124 CPUtime=0
/proc/27568/task/27574/stat : 27574 (java) S 27566 27568 27519 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 158729449 1753214976 144375 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27568/tid=27575] ppid=27566 vsize=1712124 CPUtime=0
/proc/27568/task/27575/stat : 27575 (java) S 27566 27568 27519 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 158729449 1753214976 144375 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27568/tid=27576] ppid=27566 vsize=1712124 CPUtime=1.04
/proc/27568/task/27576/stat : 27576 (java) S 27566 27568 27519 0 -1 64 1383 0 0 0 103 1 0 0 16 0 13 0 158729449 1753214976 144375 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27568/tid=27577] ppid=27566 vsize=1712124 CPUtime=0.95
/proc/27568/task/27577/stat : 27577 (java) S 27566 27568 27519 0 -1 64 926 0 0 0 95 0 0 0 17 0 13 0 158729449 1753214976 144375 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27568/tid=27578] ppid=27566 vsize=1712124 CPUtime=0
/proc/27568/task/27578/stat : 27578 (java) S 27566 27568 27519 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 158729449 1753214976 144375 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27568/tid=27579] ppid=27566 vsize=1712124 CPUtime=0
/proc/27568/task/27579/stat : 27579 (java) S 27566 27568 27519 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 158729449 1753214976 144375 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27568/tid=27580] ppid=27566 vsize=1712124 CPUtime=0
/proc/27568/task/27580/stat : 27580 (java) S 27566 27568 27519 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 158730186 1753214976 144375 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1799.54
Current children cumulated vsize (Kb) 1712124

[startup+1782.33 s]
/proc/loadavg: 1.00 1.00 1.00 2/82 27720
/proc/meminfo: memFree=893888/2055920 swapFree=4183108/4192956
[pid=27568] ppid=27566 vsize=1712124 CPUtime=1800.55
/proc/27568/stat : 27568 (java) R 27566 27568 27519 0 -1 0 238788 0 1 0 179798 257 0 0 25 0 13 0 158729439 1753214976 144375 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071495969 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/27568/statm: 428031 144375 1910 14 0 414778 0
[pid=27568/tid=27569] ppid=27566 vsize=1712124 CPUtime=18.18
/proc/27568/task/27569/stat : 27569 (java) S 27566 27568 27519 0 -1 64 70008 0 0 0 1736 82 0 0 16 0 13 0 158729442 1753214976 144375 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27568/tid=27570] ppid=27566 vsize=1712124 CPUtime=18.14
/proc/27568/task/27570/stat : 27570 (java) S 27566 27568 27519 0 -1 64 68713 0 0 0 1738 76 0 0 16 0 13 0 158729442 1753214976 144375 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27568/tid=27571] ppid=27566 vsize=1712124 CPUtime=0.84
/proc/27568/task/27571/stat : 27571 (java) S 27566 27568 27519 0 -1 64 191 0 0 0 50 34 0 0 16 0 13 0 158729445 1753214976 144375 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=27568/tid=27572] ppid=27566 vsize=1712124 CPUtime=0
/proc/27568/task/27572/stat : 27572 (java) S 27566 27568 27519 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 158729445 1753214976 144375 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27568/tid=27573] ppid=27566 vsize=1712124 CPUtime=0
/proc/27568/task/27573/stat : 27573 (java) S 27566 27568 27519 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 158729445 1753214976 144375 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27568/tid=27574] ppid=27566 vsize=1712124 CPUtime=0
/proc/27568/task/27574/stat : 27574 (java) S 27566 27568 27519 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 158729449 1753214976 144375 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27568/tid=27575] ppid=27566 vsize=1712124 CPUtime=0
/proc/27568/task/27575/stat : 27575 (java) S 27566 27568 27519 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 158729449 1753214976 144375 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27568/tid=27576] ppid=27566 vsize=1712124 CPUtime=1.04
/proc/27568/task/27576/stat : 27576 (java) S 27566 27568 27519 0 -1 64 1383 0 0 0 103 1 0 0 16 0 13 0 158729449 1753214976 144375 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27568/tid=27577] ppid=27566 vsize=1712124 CPUtime=0.95
/proc/27568/task/27577/stat : 27577 (java) S 27566 27568 27519 0 -1 64 926 0 0 0 95 0 0 0 17 0 13 0 158729449 1753214976 144375 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27568/tid=27578] ppid=27566 vsize=1712124 CPUtime=0
/proc/27568/task/27578/stat : 27578 (java) S 27566 27568 27519 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 158729449 1753214976 144375 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27568/tid=27579] ppid=27566 vsize=1712124 CPUtime=0
/proc/27568/task/27579/stat : 27579 (java) S 27566 27568 27519 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 158729449 1753214976 144375 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27568/tid=27580] ppid=27566 vsize=1712124 CPUtime=0
/proc/27568/task/27580/stat : 27580 (java) S 27566 27568 27519 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 158730186 1753214976 144375 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.55
Current children cumulated vsize (Kb) 1712124



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1782.34 s]
/proc/loadavg: 1.00 1.00 1.00 2/82 27720
/proc/meminfo: memFree=893888/2055920 swapFree=4183108/4192956
[pid=27568] ppid=27566 vsize=1712124 CPUtime=1800.56
/proc/27568/stat : 27568 (java) R 27566 27568 27519 0 -1 0 238788 0 1 0 179799 257 0 0 25 0 13 0 158729439 1753214976 144375 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071495855 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/27568/statm: 428031 144375 1910 14 0 414778 0
[pid=27568/tid=27569] ppid=27566 vsize=1712124 CPUtime=18.18
/proc/27568/task/27569/stat : 27569 (java) S 27566 27568 27519 0 -1 64 70008 0 0 0 1736 82 0 0 16 0 13 0 158729442 1753214976 144375 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27568/tid=27570] ppid=27566 vsize=1712124 CPUtime=18.14
/proc/27568/task/27570/stat : 27570 (java) S 27566 27568 27519 0 -1 64 68713 0 0 0 1738 76 0 0 16 0 13 0 158729442 1753214976 144375 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27568/tid=27571] ppid=27566 vsize=1712124 CPUtime=0.84
/proc/27568/task/27571/stat : 27571 (java) S 27566 27568 27519 0 -1 64 191 0 0 0 50 34 0 0 16 0 13 0 158729445 1753214976 144375 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=27568/tid=27572] ppid=27566 vsize=1712124 CPUtime=0
/proc/27568/task/27572/stat : 27572 (java) S 27566 27568 27519 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 158729445 1753214976 144375 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27568/tid=27573] ppid=27566 vsize=1712124 CPUtime=0
/proc/27568/task/27573/stat : 27573 (java) S 27566 27568 27519 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 158729445 1753214976 144375 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27568/tid=27574] ppid=27566 vsize=1712124 CPUtime=0
/proc/27568/task/27574/stat : 27574 (java) S 27566 27568 27519 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 158729449 1753214976 144375 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27568/tid=27575] ppid=27566 vsize=1712124 CPUtime=0
/proc/27568/task/27575/stat : 27575 (java) S 27566 27568 27519 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 158729449 1753214976 144375 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27568/tid=27576] ppid=27566 vsize=1712124 CPUtime=1.04
/proc/27568/task/27576/stat : 27576 (java) S 27566 27568 27519 0 -1 64 1383 0 0 0 103 1 0 0 16 0 13 0 158729449 1753214976 144375 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27568/tid=27577] ppid=27566 vsize=1712124 CPUtime=0.95
/proc/27568/task/27577/stat : 27577 (java) S 27566 27568 27519 0 -1 64 926 0 0 0 95 0 0 0 17 0 13 0 158729449 1753214976 144375 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27568/tid=27578] ppid=27566 vsize=1712124 CPUtime=0
/proc/27568/task/27578/stat : 27578 (java) S 27566 27568 27519 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 158729449 1753214976 144375 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27568/tid=27579] ppid=27566 vsize=1712124 CPUtime=0
/proc/27568/task/27579/stat : 27579 (java) S 27566 27568 27519 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 158729449 1753214976 144375 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27568/tid=27580] ppid=27566 vsize=1712124 CPUtime=0
/proc/27568/task/27580/stat : 27580 (java) S 27566 27568 27519 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 158730186 1753214976 144375 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.56
Current children cumulated vsize (Kb) 1712124

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

Child status: 143
Real time (s): 1782.49
CPU time (s): 1800.73
CPU user time (s): 1798.06
CPU system time (s): 2.66659
CPU usage (%): 101.023
Max. virtual memory (cumulated for all children) (Kb): 1712360
The end

Launcher Data (download as text)

Begin job on node31 on Fri Jul 28 20:31:37 UTC 2006


FILE ID= 50949-1154118697

PBS_JOBID= 886843

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

MD5SUM SOLVER= e9637a7554f3ecdf74c1815f89d00213
MD5SUM BENCH=  ae51e618574b80c61fbc975822c4a1eb

RANDOM SEED= 171431087

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.233
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.233
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:       1467288 kB
Buffers:         24364 kB
Cached:         502264 kB
SwapCached:       3704 kB
Active:          50640 kB
Inactive:       484596 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1467288 kB
SwapTotal:     4192956 kB
SwapFree:      4183108 kB
Dirty:             204 kB
Writeback:           0 kB
Mapped:          14732 kB
Slab:            39340 kB
Committed_AS:   668496 kB
PageTables:       1492 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB


End job on node31 on Fri Jul 28 21:01:20 UTC 2006