Trace number 50796

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerObjective functionCPU timeWall clock time
SAT4JPSEUDO 2006.2 Heuristics? (TO) 1800.5 1788.51

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/submitted-PB06/roussel/factor/
normalized-factor-sizeN=160-sizeP=81-sizeQ=160-203099174-max.opb
MD5SUMe373f8acbb3a8da6f3b336b030bf2de6
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
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -2
Optimality of the best value was proved NO
Number of variables13201
Total number of constraints38881
Number of constraints which are clauses38880
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 constraint12960
Number of terms in the objective function 81
Biggest coefficient in the objective function 1208925819614629174706176
Number of bits for the biggest coefficient in the objective function 81
Sum of the numbers in the objective function 2417851639229258349412351
Number of bits of the sum of numbers in the objective function 81
Biggest number in a constraint 883423532389192164791648750371459257913741948437809479060803100646309888
Number of bits of the biggest number in a constraint 240
Biggest sum of numbers in a constraint 3533694129556768659166594778305965527968662855207593266623367657506383399
Number of bits of the biggest sum of numbers241
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data (download as text)

0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.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.20	c Cutting planes based inference
0.20	c --- Begin Solver configuration ---
0.20	c org.sat4j.minisat.uip.FirstUIP@1df073d
0.20	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@1546e25
0.20	c org.sat4j.minisat.learning.MiniSATLearning@b66cc
0.20	c conflictBoundIncFactor=1.5 learntBoundIncFactor=1.1 initLearntBoundConstraintFactor=10000.0 initConflictBound=100 
0.20	c VSIDS like heuristics from MiniSAT using a heap
0.20	c No reason simplification
0.20	c --- End Solver configuration ---
0.20	c solving ROOT/tmp/node33/50796-1154124037/instance-50796-1154124037.opb
0.20	c reading problem ... 
13.71	c ... done. Time 13.507 ms.
13.71	c #vars     13201
13.71	c #constraints  38882
1788.41	c starts		: 1
1788.41	c conflicts		: 60
1788.41	c decisions		: 272
1788.41	c propagations		: 32258
1788.41	c inspects		: 401961
1788.41	c learnt literals	: 0
1788.41	c learnt binary clauses	: 0
1788.41	c learnt ternary clauses	: 0
1788.41	c learnt clauses	: 59
1788.41	c root simplifications	: 0
1788.41	c removed literals (reason simplification)	: 0
1788.41	c reason swapping (by a shorter reason)	: 0
1788.41	c Calls to reduceDB	: 0
1788.41	c speed (decisions/second)	: 0.15326819059575683
1788.41	c non guided choices	2
1788.41	s UNKNOWN
1788.41	c Total wall clock time (ms): 1788.207

Verifier Data (download as text)

ERROR: no interpretation found !

Watcher Data (download as text)

Enforcing CPU limit (will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime (will send SIGXCPU) limit: 1830 seconds
Enforcing Stack size limit: 67108864 bytes

runsolver version 3.0.3 (c) roussel@cril.univ-artois.fr

Enforcing memory limit (will send SIGKILL): 1843200 Kb
Enforcing VSIZE limit: 1887436800 bytes
command line: runsolver --timestamp -w ROOT/results/node33/watcher-50796-1154124037 -o ROOT/results/node33/solver-50796-1154124037 -C 1800 -M 1800 -S 64 java -server -Xms1500M -Xmx1500M -jar ROOT/solvers/PB/PB06final/user5/sat4jPseudoHeuristics.jar ROOT/tmp/node33/50796-1154124037/instance-50796-1154124037.opb 518903357 

Current StackSize limit: 67108864 bytes

/proc/loadavg: 0.99 0.98 0.99 3/64 27866
/proc/meminfo: memFree=1297856/2055920 swapFree=4183192/4192956
[pid=27866] ppid=27864 vsize=1784 CPUtime=0
/proc/27866/stat : 27866 (java) R 27864 27866 27817 0 -1 0 167 0 0 0 0 0 0 0 18 0 1 0 159278697 1826816 137 18446744073709551615 134512640 134570276 4294956608 18446744073709551615 4294960144 0 2147483391 4096 0 1099565593600 0 0 17 1 0 0
/proc/27866/statm: 446 137 102 14 0 91 0

[startup+10.0024 s]
/proc/loadavg: 1.07 1.00 1.00 2/75 27877
/proc/meminfo: memFree=1118248/2055920 swapFree=4183192/4192956
[pid=27866] ppid=27864 vsize=1709696 CPUtime=10.49
/proc/27866/stat : 27866 (java) R 27864 27866 27817 0 -1 0 48860 0 1 0 1029 20 0 0 20 0 12 0 159278697 1750728704 46614 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071337119 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/27866/statm: 427424 46614 1874 14 0 414171 0
[pid=27866/tid=27867] ppid=27864 vsize=1709696 CPUtime=0.06
/proc/27866/task/27867/stat : 27867 (java) S 27864 27866 27817 0 -1 64 1322 0 0 0 6 0 0 0 16 0 12 0 159278701 1750728704 46614 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27866/tid=27868] ppid=27864 vsize=1709696 CPUtime=0.06
/proc/27866/task/27868/stat : 27868 (java) S 27864 27866 27817 0 -1 64 1310 0 0 0 6 0 0 0 16 0 12 0 159278701 1750728704 46614 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27866/tid=27869] ppid=27864 vsize=1709696 CPUtime=0
/proc/27866/task/27869/stat : 27869 (java) S 27864 27866 27817 0 -1 64 30 0 0 0 0 0 0 0 16 0 12 0 159278703 1750728704 46614 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=27866/tid=27870] ppid=27864 vsize=1709696 CPUtime=0
/proc/27866/task/27870/stat : 27870 (java) S 27864 27866 27817 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 159278704 1750728704 46614 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27866/tid=27871] ppid=27864 vsize=1709696 CPUtime=0
/proc/27866/task/27871/stat : 27871 (java) S 27864 27866 27817 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 159278704 1750728704 46614 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27866/tid=27872] ppid=27864 vsize=1709696 CPUtime=0
/proc/27866/task/27872/stat : 27872 (java) S 27864 27866 27817 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 159278707 1750728704 46614 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27866/tid=27873] ppid=27864 vsize=1709696 CPUtime=0
/proc/27866/task/27873/stat : 27873 (java) S 27864 27866 27817 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 159278707 1750728704 46614 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27866/tid=27874] ppid=27864 vsize=1709696 CPUtime=0.27
/proc/27866/task/27874/stat : 27874 (java) S 27864 27866 27817 0 -1 64 482 0 0 0 27 0 0 0 16 0 12 0 159278707 1750728704 46614 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27866/tid=27875] ppid=27864 vsize=1709696 CPUtime=0.35
/proc/27866/task/27875/stat : 27875 (java) S 27864 27866 27817 0 -1 64 357 0 0 0 35 0 0 0 16 0 12 0 159278707 1750728704 46614 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27866/tid=27876] ppid=27864 vsize=1709696 CPUtime=0
/proc/27866/task/27876/stat : 27876 (java) S 27864 27866 27817 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 159278707 1750728704 46614 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27866/tid=27877] ppid=27864 vsize=1709696 CPUtime=0
/proc/27866/task/27877/stat : 27877 (java) S 27864 27866 27817 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 159278707 1750728704 46614 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 10.49
Current children cumulated vsize (Kb) 1709696

[startup+20.0107 s]
/proc/loadavg: 1.06 1.00 1.00 2/76 27878
/proc/meminfo: memFree=1117472/2055920 swapFree=4183192/4192956
[pid=27866] ppid=27864 vsize=1710416 CPUtime=20.98
/proc/27866/stat : 27866 (java) R 27864 27866 27817 0 -1 0 50784 0 1 0 2076 22 0 0 25 0 13 0 159278697 1751465984 46904 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071532745 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/27866/statm: 427604 46904 1911 14 0 414351 0
[pid=27866/tid=27867] ppid=27864 vsize=1710416 CPUtime=0.11
/proc/27866/task/27867/stat : 27867 (java) S 27864 27866 27817 0 -1 64 2182 0 0 0 11 0 0 0 16 0 13 0 159278701 1751465984 46904 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27866/tid=27868] ppid=27864 vsize=1710416 CPUtime=0.11
/proc/27866/task/27868/stat : 27868 (java) S 27864 27866 27817 0 -1 64 2143 0 0 0 10 1 0 0 16 0 13 0 159278701 1751465984 46904 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27866/tid=27869] ppid=27864 vsize=1710416 CPUtime=0
/proc/27866/task/27869/stat : 27869 (java) S 27864 27866 27817 0 -1 64 36 0 0 0 0 0 0 0 16 0 13 0 159278703 1751465984 46904 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=27866/tid=27870] ppid=27864 vsize=1710416 CPUtime=0
/proc/27866/task/27870/stat : 27870 (java) S 27864 27866 27817 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 159278704 1751465984 46904 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27866/tid=27871] ppid=27864 vsize=1710416 CPUtime=0
/proc/27866/task/27871/stat : 27871 (java) S 27864 27866 27817 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 159278704 1751465984 46904 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27866/tid=27872] ppid=27864 vsize=1710416 CPUtime=0
/proc/27866/task/27872/stat : 27872 (java) S 27864 27866 27817 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 159278707 1751465984 46904 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27866/tid=27873] ppid=27864 vsize=1710416 CPUtime=0
/proc/27866/task/27873/stat : 27873 (java) S 27864 27866 27817 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 159278707 1751465984 46904 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27866/tid=27874] ppid=27864 vsize=1710416 CPUtime=0.52
/proc/27866/task/27874/stat : 27874 (java) S 27864 27866 27817 0 -1 64 543 0 0 0 52 0 0 0 15 0 13 0 159278707 1751465984 46904 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27866/tid=27875] ppid=27864 vsize=1710416 CPUtime=0.71
/proc/27866/task/27875/stat : 27875 (java) S 27864 27866 27817 0 -1 64 432 0 0 0 71 0 0 0 16 0 13 0 159278707 1751465984 46904 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27866/tid=27876] ppid=27864 vsize=1710416 CPUtime=0
/proc/27866/task/27876/stat : 27876 (java) S 27864 27866 27817 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 159278707 1751465984 46904 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27866/tid=27877] ppid=27864 vsize=1710416 CPUtime=0
/proc/27866/task/27877/stat : 27877 (java) S 27864 27866 27817 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 159278707 1751465984 46904 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27866/tid=27878] ppid=27864 vsize=1710416 CPUtime=0
/proc/27866/task/27878/stat : 27878 (java) S 27864 27866 27817 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 159280073 1751465984 46904 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 20.98
Current children cumulated vsize (Kb) 1710416

[startup+30.0179 s]
/proc/loadavg: 1.05 1.00 1.00 2/82 27944
/proc/meminfo: memFree=1102512/2055920 swapFree=4183192/4192956
[pid=27866] ppid=27864 vsize=1710320 CPUtime=31.06
/proc/27866/stat : 27866 (java) R 27864 27866 27817 0 -1 0 54717 0 1 0 3074 32 0 0 25 0 13 0 159278697 1751367680 50328 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071409014 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/27866/statm: 427580 50328 1911 14 0 414327 0
[pid=27866/tid=27867] ppid=27864 vsize=1710320 CPUtime=0.2
/proc/27866/task/27867/stat : 27867 (java) S 27864 27866 27817 0 -1 64 4311 0 0 0 18 2 0 0 16 0 13 0 159278701 1751367680 50328 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27866/tid=27868] ppid=27864 vsize=1710320 CPUtime=0.19
/proc/27866/task/27868/stat : 27868 (java) S 27864 27866 27817 0 -1 64 3946 0 0 0 17 2 0 0 16 0 13 0 159278701 1751367680 50328 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27866/tid=27869] ppid=27864 vsize=1710320 CPUtime=0
/proc/27866/task/27869/stat : 27869 (java) S 27864 27866 27817 0 -1 64 36 0 0 0 0 0 0 0 16 0 13 0 159278703 1751367680 50328 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=27866/tid=27870] ppid=27864 vsize=1710320 CPUtime=0
/proc/27866/task/27870/stat : 27870 (java) S 27864 27866 27817 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 159278704 1751367680 50328 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27866/tid=27871] ppid=27864 vsize=1710320 CPUtime=0
/proc/27866/task/27871/stat : 27871 (java) S 27864 27866 27817 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 159278704 1751367680 50328 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27866/tid=27872] ppid=27864 vsize=1710320 CPUtime=0
/proc/27866/task/27872/stat : 27872 (java) S 27864 27866 27817 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 159278707 1751367680 50328 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27866/tid=27873] ppid=27864 vsize=1710320 CPUtime=0
/proc/27866/task/27873/stat : 27873 (java) S 27864 27866 27817 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 159278707 1751367680 50328 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27866/tid=27874] ppid=27864 vsize=1710320 CPUtime=0.52
/proc/27866/task/27874/stat : 27874 (java) S 27864 27866 27817 0 -1 64 543 0 0 0 52 0 0 0 15 0 13 0 159278707 1751367680 50328 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27866/tid=27875] ppid=27864 vsize=1710320 CPUtime=0.71
/proc/27866/task/27875/stat : 27875 (java) S 27864 27866 27817 0 -1 64 432 0 0 0 71 0 0 0 16 0 13 0 159278707 1751367680 50328 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27866/tid=27876] ppid=27864 vsize=1710320 CPUtime=0
/proc/27866/task/27876/stat : 27876 (java) S 27864 27866 27817 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 159278707 1751367680 50328 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27866/tid=27877] ppid=27864 vsize=1710320 CPUtime=0
/proc/27866/task/27877/stat : 27877 (java) S 27864 27866 27817 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 159278707 1751367680 50328 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27866/tid=27878] ppid=27864 vsize=1710320 CPUtime=0
/proc/27866/task/27878/stat : 27878 (java) S 27864 27866 27817 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 159280073 1751367680 50328 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 31.06
Current children cumulated vsize (Kb) 1710320

[startup+40.0252 s]
/proc/loadavg: 1.04 1.00 1.00 2/82 28012
/proc/meminfo: memFree=1096232/2055920 swapFree=4183192/4192956
[pid=27866] ppid=27864 vsize=1715724 CPUtime=41.62
/proc/27866/stat : 27866 (java) R 27864 27866 27817 0 -1 0 60761 0 1 0 4123 39 0 0 25 0 13 0 159278697 1756901376 51806 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071638628 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/27866/statm: 428931 51806 1911 14 0 415678 0
[pid=27866/tid=27867] ppid=27864 vsize=1715724 CPUtime=0.28
/proc/27866/task/27867/stat : 27867 (java) S 27864 27866 27817 0 -1 64 5671 0 0 0 25 3 0 0 16 0 13 0 159278701 1756901376 51806 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27866/tid=27868] ppid=27864 vsize=1715724 CPUtime=0.27
/proc/27866/task/27868/stat : 27868 (java) S 27864 27866 27817 0 -1 64 5820 0 0 0 25 2 0 0 16 0 13 0 159278701 1756901376 51806 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27866/tid=27869] ppid=27864 vsize=1715724 CPUtime=0.01
/proc/27866/task/27869/stat : 27869 (java) S 27864 27866 27817 0 -1 64 36 0 0 0 0 1 0 0 17 0 13 0 159278703 1756901376 51806 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=27866/tid=27870] ppid=27864 vsize=1715724 CPUtime=0
/proc/27866/task/27870/stat : 27870 (java) S 27864 27866 27817 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 159278704 1756901376 51806 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27866/tid=27871] ppid=27864 vsize=1715724 CPUtime=0
/proc/27866/task/27871/stat : 27871 (java) S 27864 27866 27817 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 159278704 1756901376 51806 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27866/tid=27872] ppid=27864 vsize=1715724 CPUtime=0
/proc/27866/task/27872/stat : 27872 (java) S 27864 27866 27817 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 159278707 1756901376 51806 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27866/tid=27873] ppid=27864 vsize=1715724 CPUtime=0
/proc/27866/task/27873/stat : 27873 (java) S 27864 27866 27817 0 -1 64 3 0 0 0 0 0 0 0 17 0 13 0 159278707 1756901376 51806 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27866/tid=27874] ppid=27864 vsize=1715724 CPUtime=0.93
/proc/27866/task/27874/stat : 27874 (java) S 27864 27866 27817 0 -1 64 3223 0 0 0 91 2 0 0 16 0 13 0 159278707 1756901376 51806 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27866/tid=27875] ppid=27864 vsize=1715724 CPUtime=0.88
/proc/27866/task/27875/stat : 27875 (java) S 27864 27866 27817 0 -1 64 543 0 0 0 88 0 0 0 17 0 13 0 159278707 1756901376 51806 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27866/tid=27876] ppid=27864 vsize=1715724 CPUtime=0
/proc/27866/task/27876/stat : 27876 (java) S 27864 27866 27817 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 159278707 1756901376 51806 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27866/tid=27877] ppid=27864 vsize=1715724 CPUtime=0
/proc/27866/task/27877/stat : 27877 (java) S 27864 27866 27817 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 159278707 1756901376 51806 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27866/tid=27878] ppid=27864 vsize=1715724 CPUtime=0
/proc/27866/task/27878/stat : 27878 (java) S 27864 27866 27817 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 159280073 1756901376 51806 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 41.62
Current children cumulated vsize (Kb) 1715724

[startup+50.0335 s]
/proc/loadavg: 1.03 1.00 1.00 2/82 28060
/proc/meminfo: memFree=1113128/2055920 swapFree=4183192/4192956
[pid=27866] ppid=27864 vsize=1715724 CPUtime=51.68
/proc/27866/stat : 27866 (java) R 27864 27866 27817 0 -1 0 61123 0 1 0 5128 40 0 0 25 0 13 0 159278697 1756901376 47563 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071496774 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/27866/statm: 428931 47563 1911 14 0 415678 0
[pid=27866/tid=27867] ppid=27864 vsize=1715724 CPUtime=0.31
/proc/27866/task/27867/stat : 27867 (java) S 27864 27866 27817 0 -1 64 5945 0 0 0 28 3 0 0 16 0 13 0 159278701 1756901376 47563 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27866/tid=27868] ppid=27864 vsize=1715724 CPUtime=0.3
/proc/27866/task/27868/stat : 27868 (java) S 27864 27866 27817 0 -1 64 5885 0 0 0 28 2 0 0 16 0 13 0 159278701 1756901376 47563 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27866/tid=27869] ppid=27864 vsize=1715724 CPUtime=0.03
/proc/27866/task/27869/stat : 27869 (java) S 27864 27866 27817 0 -1 64 36 0 0 0 1 2 0 0 15 0 13 0 159278703 1756901376 47563 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=27866/tid=27870] ppid=27864 vsize=1715724 CPUtime=0
/proc/27866/task/27870/stat : 27870 (java) S 27864 27866 27817 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 159278704 1756901376 47563 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27866/tid=27871] ppid=27864 vsize=1715724 CPUtime=0
/proc/27866/task/27871/stat : 27871 (java) S 27864 27866 27817 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 159278704 1756901376 47563 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27866/tid=27872] ppid=27864 vsize=1715724 CPUtime=0
/proc/27866/task/27872/stat : 27872 (java) S 27864 27866 27817 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 159278707 1756901376 47563 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27866/tid=27873] ppid=27864 vsize=1715724 CPUtime=0
/proc/27866/task/27873/stat : 27873 (java) S 27864 27866 27817 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 159278707 1756901376 47563 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27866/tid=27874] ppid=27864 vsize=1715724 CPUtime=0.96
/proc/27866/task/27874/stat : 27874 (java) S 27864 27866 27817 0 -1 64 3223 0 0 0 94 2 0 0 17 0 13 0 159278707 1756901376 47563 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27866/tid=27875] ppid=27864 vsize=1715724 CPUtime=0.91
/proc/27866/task/27875/stat : 27875 (java) S 27864 27866 27817 0 -1 64 545 0 0 0 91 0 0 0 16 0 13 0 159278707 1756901376 47563 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27866/tid=27876] ppid=27864 vsize=1715724 CPUtime=0
/proc/27866/task/27876/stat : 27876 (java) S 27864 27866 27817 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 159278707 1756901376 47563 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27866/tid=27877] ppid=27864 vsize=1715724 CPUtime=0
/proc/27866/task/27877/stat : 27877 (java) S 27864 27866 27817 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 159278707 1756901376 47563 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27866/tid=27878] ppid=27864 vsize=1715724 CPUtime=0
/proc/27866/task/27878/stat : 27878 (java) S 27864 27866 27817 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 159280073 1756901376 47563 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 51.68
Current children cumulated vsize (Kb) 1715724

[startup+60.0418 s]
/proc/loadavg: 1.03 1.00 1.00 2/76 28076
/proc/meminfo: memFree=1117280/2055920 swapFree=4183192/4192956
[pid=27866] ppid=27864 vsize=1715724 CPUtime=61.7
/proc/27866/stat : 27866 (java) R 27864 27866 27817 0 -1 0 62108 0 1 0 6129 41 0 0 25 0 13 0 159278697 1756901376 46917 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071541488 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/27866/statm: 428931 46917 1911 14 0 415678 0
[pid=27866/tid=27867] ppid=27864 vsize=1715724 CPUtime=0.34
/proc/27866/task/27867/stat : 27867 (java) S 27864 27866 27817 0 -1 64 6407 0 0 0 31 3 0 0 16 0 13 0 159278701 1756901376 46917 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27866/tid=27868] ppid=27864 vsize=1715724 CPUtime=0.33
/proc/27866/task/27868/stat : 27868 (java) S 27864 27866 27817 0 -1 64 6391 0 0 0 30 3 0 0 16 0 13 0 159278701 1756901376 46917 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27866/tid=27869] ppid=27864 vsize=1715724 CPUtime=0.03
/proc/27866/task/27869/stat : 27869 (java) S 27864 27866 27817 0 -1 64 36 0 0 0 1 2 0 0 16 0 13 0 159278703 1756901376 46917 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=27866/tid=27870] ppid=27864 vsize=1715724 CPUtime=0
/proc/27866/task/27870/stat : 27870 (java) S 27864 27866 27817 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 159278704 1756901376 46917 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27866/tid=27871] ppid=27864 vsize=1715724 CPUtime=0
/proc/27866/task/27871/stat : 27871 (java) S 27864 27866 27817 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 159278704 1756901376 46917 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27866/tid=27872] ppid=27864 vsize=1715724 CPUtime=0
/proc/27866/task/27872/stat : 27872 (java) S 27864 27866 27817 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 159278707 1756901376 46917 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27866/tid=27873] ppid=27864 vsize=1715724 CPUtime=0

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

/proc/27866/task/27870/stat : 27870 (java) S 27864 27866 27817 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 159278704 1756901376 98631 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27866/tid=27871] ppid=27864 vsize=1715724 CPUtime=0
/proc/27866/task/27871/stat : 27871 (java) S 27864 27866 27817 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 159278704 1756901376 98631 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27866/tid=27872] ppid=27864 vsize=1715724 CPUtime=0
/proc/27866/task/27872/stat : 27872 (java) S 27864 27866 27817 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 159278707 1756901376 98631 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27866/tid=27873] ppid=27864 vsize=1715724 CPUtime=0
/proc/27866/task/27873/stat : 27873 (java) S 27864 27866 27817 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 159278707 1756901376 98631 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27866/tid=27874] ppid=27864 vsize=1715724 CPUtime=1
/proc/27866/task/27874/stat : 27874 (java) S 27864 27866 27817 0 -1 64 3228 0 0 0 98 2 0 0 16 0 13 0 159278707 1756901376 98631 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27866/tid=27875] ppid=27864 vsize=1715724 CPUtime=0.98
/proc/27866/task/27875/stat : 27875 (java) S 27864 27866 27817 0 -1 64 553 0 0 0 98 0 0 0 16 0 13 0 159278707 1756901376 98631 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27866/tid=27876] ppid=27864 vsize=1715724 CPUtime=0
/proc/27866/task/27876/stat : 27876 (java) S 27864 27866 27817 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 159278707 1756901376 98631 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27866/tid=27877] ppid=27864 vsize=1715724 CPUtime=0
/proc/27866/task/27877/stat : 27877 (java) S 27864 27866 27817 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 159278707 1756901376 98631 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27866/tid=27878] ppid=27864 vsize=1715724 CPUtime=0
/proc/27866/task/27878/stat : 27878 (java) S 27864 27866 27817 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 159280073 1756901376 98631 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1796.32
Current children cumulated vsize (Kb) 1715724

[startup+1785.38 s]
/proc/loadavg: 1.03 1.01 1.00 2/76 28076
/proc/meminfo: memFree=909664/2055920 swapFree=4183192/4192956
[pid=27866] ppid=27864 vsize=1715724 CPUtime=1797.33
/proc/27866/stat : 27866 (java) R 27864 27866 27817 0 -1 0 198774 0 1 0 179472 261 0 0 17 0 13 0 159278697 1756901376 98566 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071496664 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/27866/statm: 428931 98566 1911 14 0 415678 0
[pid=27866/tid=27867] ppid=27864 vsize=1715724 CPUtime=11.51
/proc/27866/task/27867/stat : 27867 (java) S 27864 27866 27817 0 -1 64 33710 0 0 0 1071 80 0 0 16 0 13 0 159278701 1756901376 98566 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27866/tid=27868] ppid=27864 vsize=1715724 CPUtime=11.58
/proc/27866/task/27868/stat : 27868 (java) S 27864 27866 27817 0 -1 64 31978 0 0 0 1099 59 0 0 16 0 13 0 159278701 1756901376 98566 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27866/tid=27869] ppid=27864 vsize=1715724 CPUtime=0.92
/proc/27866/task/27869/stat : 27869 (java) S 27864 27866 27817 0 -1 64 354 0 0 0 47 45 0 0 15 0 13 0 159278703 1756901376 98566 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=27866/tid=27870] ppid=27864 vsize=1715724 CPUtime=0
/proc/27866/task/27870/stat : 27870 (java) S 27864 27866 27817 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 159278704 1756901376 98566 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27866/tid=27871] ppid=27864 vsize=1715724 CPUtime=0
/proc/27866/task/27871/stat : 27871 (java) S 27864 27866 27817 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 159278704 1756901376 98566 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27866/tid=27872] ppid=27864 vsize=1715724 CPUtime=0
/proc/27866/task/27872/stat : 27872 (java) S 27864 27866 27817 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 159278707 1756901376 98566 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27866/tid=27873] ppid=27864 vsize=1715724 CPUtime=0
/proc/27866/task/27873/stat : 27873 (java) S 27864 27866 27817 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 159278707 1756901376 98566 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27866/tid=27874] ppid=27864 vsize=1715724 CPUtime=1
/proc/27866/task/27874/stat : 27874 (java) S 27864 27866 27817 0 -1 64 3228 0 0 0 98 2 0 0 16 0 13 0 159278707 1756901376 98566 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27866/tid=27875] ppid=27864 vsize=1715724 CPUtime=0.98
/proc/27866/task/27875/stat : 27875 (java) S 27864 27866 27817 0 -1 64 553 0 0 0 98 0 0 0 16 0 13 0 159278707 1756901376 98566 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27866/tid=27876] ppid=27864 vsize=1715724 CPUtime=0
/proc/27866/task/27876/stat : 27876 (java) S 27864 27866 27817 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 159278707 1756901376 98566 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27866/tid=27877] ppid=27864 vsize=1715724 CPUtime=0
/proc/27866/task/27877/stat : 27877 (java) S 27864 27866 27817 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 159278707 1756901376 98566 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27866/tid=27878] ppid=27864 vsize=1715724 CPUtime=0
/proc/27866/task/27878/stat : 27878 (java) S 27864 27866 27817 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 159280073 1756901376 98566 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1797.33
Current children cumulated vsize (Kb) 1715724

[startup+1786.39 s]
/proc/loadavg: 1.03 1.01 1.00 2/76 28076
/proc/meminfo: memFree=909856/2055920 swapFree=4183192/4192956
[pid=27866] ppid=27864 vsize=1715724 CPUtime=1798.35
/proc/27866/stat : 27866 (java) R 27864 27866 27817 0 -1 0 198776 0 1 0 179574 261 0 0 17 0 13 0 159278697 1756901376 98518 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071644255 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/27866/statm: 428931 98518 1911 14 0 415678 0
[pid=27866/tid=27867] ppid=27864 vsize=1715724 CPUtime=11.52
/proc/27866/task/27867/stat : 27867 (java) S 27864 27866 27817 0 -1 64 33710 0 0 0 1072 80 0 0 16 0 13 0 159278701 1756901376 98518 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27866/tid=27868] ppid=27864 vsize=1715724 CPUtime=11.59
/proc/27866/task/27868/stat : 27868 (java) S 27864 27866 27817 0 -1 64 31978 0 0 0 1100 59 0 0 16 0 13 0 159278701 1756901376 98518 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27866/tid=27869] ppid=27864 vsize=1715724 CPUtime=0.92
/proc/27866/task/27869/stat : 27869 (java) S 27864 27866 27817 0 -1 64 354 0 0 0 47 45 0 0 16 0 13 0 159278703 1756901376 98518 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=27866/tid=27870] ppid=27864 vsize=1715724 CPUtime=0
/proc/27866/task/27870/stat : 27870 (java) S 27864 27866 27817 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 159278704 1756901376 98518 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27866/tid=27871] ppid=27864 vsize=1715724 CPUtime=0
/proc/27866/task/27871/stat : 27871 (java) S 27864 27866 27817 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 159278704 1756901376 98518 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27866/tid=27872] ppid=27864 vsize=1715724 CPUtime=0
/proc/27866/task/27872/stat : 27872 (java) S 27864 27866 27817 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 159278707 1756901376 98518 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27866/tid=27873] ppid=27864 vsize=1715724 CPUtime=0
/proc/27866/task/27873/stat : 27873 (java) S 27864 27866 27817 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 159278707 1756901376 98518 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27866/tid=27874] ppid=27864 vsize=1715724 CPUtime=1
/proc/27866/task/27874/stat : 27874 (java) S 27864 27866 27817 0 -1 64 3228 0 0 0 98 2 0 0 16 0 13 0 159278707 1756901376 98518 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27866/tid=27875] ppid=27864 vsize=1715724 CPUtime=0.98
/proc/27866/task/27875/stat : 27875 (java) S 27864 27866 27817 0 -1 64 553 0 0 0 98 0 0 0 16 0 13 0 159278707 1756901376 98518 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27866/tid=27876] ppid=27864 vsize=1715724 CPUtime=0
/proc/27866/task/27876/stat : 27876 (java) S 27864 27866 27817 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 159278707 1756901376 98518 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27866/tid=27877] ppid=27864 vsize=1715724 CPUtime=0
/proc/27866/task/27877/stat : 27877 (java) S 27864 27866 27817 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 159278707 1756901376 98518 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27866/tid=27878] ppid=27864 vsize=1715724 CPUtime=0
/proc/27866/task/27878/stat : 27878 (java) S 27864 27866 27817 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 159280073 1756901376 98518 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1798.35
Current children cumulated vsize (Kb) 1715724

[startup+1787.39 s]
/proc/loadavg: 1.03 1.01 1.00 2/76 28076
/proc/meminfo: memFree=910048/2055920 swapFree=4183192/4192956
[pid=27866] ppid=27864 vsize=1715724 CPUtime=1799.37
/proc/27866/stat : 27866 (java) R 27864 27866 27817 0 -1 0 198778 0 1 0 179675 262 0 0 17 0 13 0 159278697 1756901376 98470 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071609544 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/27866/statm: 428931 98470 1911 14 0 415678 0
[pid=27866/tid=27867] ppid=27864 vsize=1715724 CPUtime=11.53
/proc/27866/task/27867/stat : 27867 (java) S 27864 27866 27817 0 -1 64 33710 0 0 0 1073 80 0 0 16 0 13 0 159278701 1756901376 98470 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27866/tid=27868] ppid=27864 vsize=1715724 CPUtime=11.6
/proc/27866/task/27868/stat : 27868 (java) S 27864 27866 27817 0 -1 64 31978 0 0 0 1101 59 0 0 16 0 13 0 159278701 1756901376 98470 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27866/tid=27869] ppid=27864 vsize=1715724 CPUtime=0.92
/proc/27866/task/27869/stat : 27869 (java) S 27864 27866 27817 0 -1 64 354 0 0 0 47 45 0 0 15 0 13 0 159278703 1756901376 98470 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=27866/tid=27870] ppid=27864 vsize=1715724 CPUtime=0
/proc/27866/task/27870/stat : 27870 (java) S 27864 27866 27817 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 159278704 1756901376 98470 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27866/tid=27871] ppid=27864 vsize=1715724 CPUtime=0
/proc/27866/task/27871/stat : 27871 (java) S 27864 27866 27817 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 159278704 1756901376 98470 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27866/tid=27872] ppid=27864 vsize=1715724 CPUtime=0
/proc/27866/task/27872/stat : 27872 (java) S 27864 27866 27817 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 159278707 1756901376 98470 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27866/tid=27873] ppid=27864 vsize=1715724 CPUtime=0
/proc/27866/task/27873/stat : 27873 (java) S 27864 27866 27817 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 159278707 1756901376 98470 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27866/tid=27874] ppid=27864 vsize=1715724 CPUtime=1
/proc/27866/task/27874/stat : 27874 (java) S 27864 27866 27817 0 -1 64 3228 0 0 0 98 2 0 0 16 0 13 0 159278707 1756901376 98470 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27866/tid=27875] ppid=27864 vsize=1715724 CPUtime=0.98
/proc/27866/task/27875/stat : 27875 (java) S 27864 27866 27817 0 -1 64 553 0 0 0 98 0 0 0 16 0 13 0 159278707 1756901376 98470 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27866/tid=27876] ppid=27864 vsize=1715724 CPUtime=0
/proc/27866/task/27876/stat : 27876 (java) S 27864 27866 27817 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 159278707 1756901376 98470 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27866/tid=27877] ppid=27864 vsize=1715724 CPUtime=0
/proc/27866/task/27877/stat : 27877 (java) S 27864 27866 27817 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 159278707 1756901376 98470 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27866/tid=27878] ppid=27864 vsize=1715724 CPUtime=0
/proc/27866/task/27878/stat : 27878 (java) S 27864 27866 27817 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 159280073 1756901376 98470 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1799.37
Current children cumulated vsize (Kb) 1715724

[startup+1788.4 s]
/proc/loadavg: 1.03 1.01 1.00 2/76 28076
/proc/meminfo: memFree=910240/2055920 swapFree=4183192/4192956
[pid=27866] ppid=27864 vsize=1715724 CPUtime=1800.39
/proc/27866/stat : 27866 (java) R 27864 27866 27817 0 -1 0 198780 0 1 0 179777 262 0 0 17 0 13 0 159278697 1756901376 98422 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071639616 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/27866/statm: 428931 98422 1911 14 0 415678 0
[pid=27866/tid=27867] ppid=27864 vsize=1715724 CPUtime=11.54
/proc/27866/task/27867/stat : 27867 (java) S 27864 27866 27817 0 -1 64 33710 0 0 0 1074 80 0 0 16 0 13 0 159278701 1756901376 98422 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27866/tid=27868] ppid=27864 vsize=1715724 CPUtime=11.61
/proc/27866/task/27868/stat : 27868 (java) S 27864 27866 27817 0 -1 64 31978 0 0 0 1101 60 0 0 16 0 13 0 159278701 1756901376 98422 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27866/tid=27869] ppid=27864 vsize=1715724 CPUtime=0.92
/proc/27866/task/27869/stat : 27869 (java) S 27864 27866 27817 0 -1 64 354 0 0 0 47 45 0 0 16 0 13 0 159278703 1756901376 98422 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=27866/tid=27870] ppid=27864 vsize=1715724 CPUtime=0
/proc/27866/task/27870/stat : 27870 (java) S 27864 27866 27817 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 159278704 1756901376 98422 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27866/tid=27871] ppid=27864 vsize=1715724 CPUtime=0
/proc/27866/task/27871/stat : 27871 (java) S 27864 27866 27817 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 159278704 1756901376 98422 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27866/tid=27872] ppid=27864 vsize=1715724 CPUtime=0
/proc/27866/task/27872/stat : 27872 (java) S 27864 27866 27817 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 159278707 1756901376 98422 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27866/tid=27873] ppid=27864 vsize=1715724 CPUtime=0
/proc/27866/task/27873/stat : 27873 (java) S 27864 27866 27817 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 159278707 1756901376 98422 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27866/tid=27874] ppid=27864 vsize=1715724 CPUtime=1
/proc/27866/task/27874/stat : 27874 (java) S 27864 27866 27817 0 -1 64 3228 0 0 0 98 2 0 0 16 0 13 0 159278707 1756901376 98422 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27866/tid=27875] ppid=27864 vsize=1715724 CPUtime=0.98
/proc/27866/task/27875/stat : 27875 (java) S 27864 27866 27817 0 -1 64 553 0 0 0 98 0 0 0 16 0 13 0 159278707 1756901376 98422 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27866/tid=27876] ppid=27864 vsize=1715724 CPUtime=0
/proc/27866/task/27876/stat : 27876 (java) S 27864 27866 27817 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 159278707 1756901376 98422 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27866/tid=27877] ppid=27864 vsize=1715724 CPUtime=0
/proc/27866/task/27877/stat : 27877 (java) S 27864 27866 27817 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 159278707 1756901376 98422 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27866/tid=27878] ppid=27864 vsize=1715724 CPUtime=0
/proc/27866/task/27878/stat : 27878 (java) S 27864 27866 27817 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 159280073 1756901376 98422 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.39
Current children cumulated vsize (Kb) 1715724



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1788.4 s]
/proc/loadavg: 1.03 1.01 1.00 2/76 28076
/proc/meminfo: memFree=910240/2055920 swapFree=4183192/4192956
[pid=27866] ppid=27864 vsize=1715724 CPUtime=1800.39
/proc/27866/stat : 27866 (java) R 27864 27866 27817 0 -1 0 198780 0 1 0 179777 262 0 0 17 0 13 0 159278697 1756901376 98422 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071496612 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/27866/statm: 428931 98422 1911 14 0 415678 0
[pid=27866/tid=27867] ppid=27864 vsize=1715724 CPUtime=11.54
/proc/27866/task/27867/stat : 27867 (java) S 27864 27866 27817 0 -1 64 33710 0 0 0 1074 80 0 0 16 0 13 0 159278701 1756901376 98422 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27866/tid=27868] ppid=27864 vsize=1715724 CPUtime=11.61
/proc/27866/task/27868/stat : 27868 (java) S 27864 27866 27817 0 -1 64 31978 0 0 0 1101 60 0 0 16 0 13 0 159278701 1756901376 98422 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27866/tid=27869] ppid=27864 vsize=1715724 CPUtime=0.92
/proc/27866/task/27869/stat : 27869 (java) S 27864 27866 27817 0 -1 64 354 0 0 0 47 45 0 0 16 0 13 0 159278703 1756901376 98422 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=27866/tid=27870] ppid=27864 vsize=1715724 CPUtime=0
/proc/27866/task/27870/stat : 27870 (java) S 27864 27866 27817 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 159278704 1756901376 98422 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27866/tid=27871] ppid=27864 vsize=1715724 CPUtime=0
/proc/27866/task/27871/stat : 27871 (java) S 27864 27866 27817 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 159278704 1756901376 98422 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27866/tid=27872] ppid=27864 vsize=1715724 CPUtime=0
/proc/27866/task/27872/stat : 27872 (java) S 27864 27866 27817 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 159278707 1756901376 98422 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27866/tid=27873] ppid=27864 vsize=1715724 CPUtime=0
/proc/27866/task/27873/stat : 27873 (java) S 27864 27866 27817 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 159278707 1756901376 98422 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27866/tid=27874] ppid=27864 vsize=1715724 CPUtime=1
/proc/27866/task/27874/stat : 27874 (java) S 27864 27866 27817 0 -1 64 3228 0 0 0 98 2 0 0 16 0 13 0 159278707 1756901376 98422 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27866/tid=27875] ppid=27864 vsize=1715724 CPUtime=0.98
/proc/27866/task/27875/stat : 27875 (java) S 27864 27866 27817 0 -1 64 553 0 0 0 98 0 0 0 16 0 13 0 159278707 1756901376 98422 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27866/tid=27876] ppid=27864 vsize=1715724 CPUtime=0
/proc/27866/task/27876/stat : 27876 (java) S 27864 27866 27817 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 159278707 1756901376 98422 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27866/tid=27877] ppid=27864 vsize=1715724 CPUtime=0
/proc/27866/task/27877/stat : 27877 (java) S 27864 27866 27817 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 159278707 1756901376 98422 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27866/tid=27878] ppid=27864 vsize=1715724 CPUtime=0
/proc/27866/task/27878/stat : 27878 (java) S 27864 27866 27817 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 159280073 1756901376 98422 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.39
Current children cumulated vsize (Kb) 1715724

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

Child status: 143
Real time (s): 1788.51
CPU time (s): 1800.5
CPU user time (s): 1797.82
CPU system time (s): 2.68359
CPU usage (%): 100.671
Max. virtual memory (cumulated for all children) (Kb): 1715724
The end

Launcher Data (download as text)

Begin job on node33 on Fri Jul 28 22:00:37 UTC 2006


FILE ID= 50796-1154124037

PBS_JOBID= 887120

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

MD5SUM SOLVER= 3cef94aa015dc0dd234d31843a257d70
MD5SUM BENCH=  e373f8acbb3a8da6f3b336b030bf2de6

RANDOM SEED= 518903357

TIMEOUT= 1800 seconds


/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.218
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.218
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1298064 kB
Buffers:         34720 kB
Cached:         654924 kB
SwapCached:       3616 kB
Active:          57676 kB
Inactive:       640588 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1298064 kB
SwapTotal:     4192956 kB
SwapFree:      4183192 kB
Dirty:             168 kB
Writeback:           0 kB
Mapped:          14676 kB
Slab:            45612 kB
Committed_AS:   737760 kB
PageTables:       1420 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB


End job on node33 on Fri Jul 28 22:30:26 UTC 2006