Trace number 43385

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 NameAnswerCPU timeWall clock time
SAT4JPSEUDO 2006.2 Heuristics? (TO) 1800.93 1785.57

General information on the benchmark

Namenormalized-PB06/SATUNSAT-MEDINT/submitted-PB06/
manquiho/Aardal_1/normalized-cuww3.opb
MD5SUMc67056006c43da82eed6e7cbb40287a1
Bench CategorySATUNSAT-MEDINT (no optimisation, medium integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark16.6965
Has Objective FunctionNO
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved NO
Number of variables68
Total number of constraints2
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints2
Minimum length of a constraint68
Maximum length of a constraint68
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 58925135
Number of bits of the biggest number in a constraint 26
Biggest sum of numbers in a constraint 568217345
Number of bits of the biggest sum of numbers30
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.16	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.16	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.16	c no version file found!!!
0.16	c sun.arch.data.model	32
0.16	c java.version	1.5.0_06
0.16	c os.name	Linux
0.16	c os.version	2.6.9-22.EL.rootsmp
0.16	c os.arch	i386
0.16	c Free memory 1548419056
0.16	c Max memory 1551040512
0.16	c Total memory 1551040512
0.16	c Number of processors 2
0.21	c Cutting planes based inference
0.21	c --- Begin Solver configuration ---
0.21	c org.sat4j.minisat.uip.FirstUIP@1df073d
0.21	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@1546e25
0.21	c org.sat4j.minisat.learning.MiniSATLearning@b66cc
0.21	c conflictBoundIncFactor=1.5 learntBoundIncFactor=1.1 initLearntBoundConstraintFactor=10000.0 initConflictBound=100 
0.21	c VSIDS like heuristics from MiniSAT using a heap
0.21	c No reason simplification
0.21	c --- End Solver configuration ---
0.21	c solving ROOT/tmp/node10/43385-1149319611/instance-43385-1149319611.opb
0.22	c reading problem ... 
0.24	c ... done. Time 0.025 ms.
0.24	c #vars     68
0.24	c #constraints  2
1785.45	c starts		: 13
1785.45	c conflicts		: 36495
1785.45	c decisions		: 40131
1785.45	c propagations		: 210564
1785.45	c inspects		: 485833205
1785.45	c learnt literals	: 0
1785.45	c learnt binary clauses	: 0
1785.45	c learnt ternary clauses	: 0
1785.45	c learnt clauses	: 36494
1785.45	c root simplifications	: 0
1785.45	c removed literals (reason simplification)	: 0
1785.45	c reason swapping (by a shorter reason)	: 0
1785.45	c Calls to reduceDB	: 0
1785.45	c speed (decisions/second)	: 22.479733454028885
1785.45	c non guided choices	55
1785.45	s UNKNOWN
1785.45	c Total wall clock time (ms): 1785.236

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
Enforcing memory limit (will send SIGKILL): 1843200 Kb
Enforcing VSIZE limit: 1887436800 bytes
runsolver version 3.0.0 (c) roussel@cril.univ-artois.fr

command line: runsolver --timestamp -w ROOT/results/node10/watcher-43385-1149319611 -o ROOT/results/node10/solver-43385-1149319611 -C 1800 -M 1800 -S 64 java -server -Xms1500M -Xmx1500M -jar ROOT/solvers/PB/PB06final/user5/sat4jPseudoHeuristics.jar ROOT/tmp/node10/43385-1149319611/instance-43385-1149319611.opb 778532553 

Current StackSize limit: 67108864 bytes

/proc/loadavg: 0.95 1.00 0.99 2/64 27764
/proc/meminfo: memFree=1570592/2055920 swapFree=4181412/4192956
[pid=27764] ppid=27762 vsize=292 CPUtime=0
/proc/27764/stat : 27764 (java) R 27762 27764 27718 0 -1 0 47 0 0 0 0 0 0 0 19 0 1 0 197623482 299008 31 18446744073709551615 134512640 134570276 4294956608 18446744073709551615 8907405 0 0 4096 0 0 0 0 17 1 0 0
/proc/27764/statm: 73 35 27 14 0 5 0

[startup+10.003 s]
/proc/loadavg: 0.95 1.00 0.99 2/76 27776
/proc/meminfo: memFree=1381064/2055920 swapFree=4181412/4192956
[pid=27764] ppid=27762 vsize=1716432 CPUtime=11.06
/proc/27764/stat : 27764 (java) R 27762 27764 27718 0 -1 0 52421 0 1 0 1081 25 0 0 25 0 13 0 197623482 1757626368 49164 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071389225 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/27764/statm: 429108 49164 1901 14 0 415855 0
[pid=27764/tid=27765] ppid=27762 vsize=1716432 CPUtime=0.13
/proc/27764/task/27765/stat : 27765 (java) S 27762 27764 27718 0 -1 64 3793 0 0 0 11 2 0 0 16 0 13 0 197623487 1757626368 49164 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27764/tid=27766] ppid=27762 vsize=1716432 CPUtime=0.13
/proc/27764/task/27766/stat : 27766 (java) S 27762 27764 27718 0 -1 64 4108 0 0 0 11 2 0 0 16 0 13 0 197623487 1757626368 49164 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27764/tid=27767] ppid=27762 vsize=1716432 CPUtime=0
/proc/27764/task/27767/stat : 27767 (java) S 27762 27764 27718 0 -1 64 30 0 0 0 0 0 0 0 16 0 13 0 197623489 1757626368 49164 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=27764/tid=27768] ppid=27762 vsize=1716432 CPUtime=0
/proc/27764/task/27768/stat : 27768 (java) S 27762 27764 27718 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 197623490 1757626368 49164 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27764/tid=27769] ppid=27762 vsize=1716432 CPUtime=0
/proc/27764/task/27769/stat : 27769 (java) S 27762 27764 27718 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 197623490 1757626368 49164 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27764/tid=27770] ppid=27762 vsize=1716432 CPUtime=0
/proc/27764/task/27770/stat : 27770 (java) S 27762 27764 27718 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 197623493 1757626368 49164 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27764/tid=27771] ppid=27762 vsize=1716432 CPUtime=0
/proc/27764/task/27771/stat : 27771 (java) S 27762 27764 27718 0 -1 64 2 0 0 0 0 0 0 0 17 0 13 0 197623493 1757626368 49164 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27764/tid=27772] ppid=27762 vsize=1716432 CPUtime=0.78
/proc/27764/task/27772/stat : 27772 (java) S 27762 27764 27718 0 -1 64 2784 0 0 0 77 1 0 0 16 0 13 0 197623493 1757626368 49164 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27764/tid=27773] ppid=27762 vsize=1716432 CPUtime=0.65
/proc/27764/task/27773/stat : 27773 (java) S 27762 27764 27718 0 -1 64 1360 0 0 0 65 0 0 0 16 0 13 0 197623493 1757626368 49164 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27764/tid=27774] ppid=27762 vsize=1716432 CPUtime=0
/proc/27764/task/27774/stat : 27774 (java) S 27762 27764 27718 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 197623493 1757626368 49164 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27764/tid=27775] ppid=27762 vsize=1716432 CPUtime=0
/proc/27764/task/27775/stat : 27775 (java) S 27762 27764 27718 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 197623493 1757626368 49164 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27764/tid=27776] ppid=27762 vsize=1716432 CPUtime=0
/proc/27764/task/27776/stat : 27776 (java) S 27762 27764 27718 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 197623507 1757626368 49164 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 11.06
Current children cumulated vsize (Kb) 1716432

[startup+20.0114 s]
/proc/loadavg: 0.96 1.00 0.99 2/76 27776
/proc/meminfo: memFree=1375176/2055920 swapFree=4181412/4192956
[pid=27764] ppid=27762 vsize=1713784 CPUtime=21.14
/proc/27764/stat : 27764 (java) R 27762 27764 27718 0 -1 0 55405 0 1 0 2087 27 0 0 25 0 13 0 197623482 1754914816 50622 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071389145 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/27764/statm: 428446 50622 1901 14 0 415193 0
[pid=27764/tid=27765] ppid=27762 vsize=1713784 CPUtime=0.18
/proc/27764/task/27765/stat : 27765 (java) S 27762 27764 27718 0 -1 64 5067 0 0 0 16 2 0 0 17 0 13 0 197623487 1754914816 50622 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27764/tid=27766] ppid=27762 vsize=1713784 CPUtime=0.18
/proc/27764/task/27766/stat : 27766 (java) S 27762 27764 27718 0 -1 64 5805 0 0 0 16 2 0 0 16 0 13 0 197623487 1754914816 50622 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27764/tid=27767] ppid=27762 vsize=1713784 CPUtime=0
/proc/27764/task/27767/stat : 27767 (java) S 27762 27764 27718 0 -1 64 30 0 0 0 0 0 0 0 17 0 13 0 197623489 1754914816 50622 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=27764/tid=27768] ppid=27762 vsize=1713784 CPUtime=0
/proc/27764/task/27768/stat : 27768 (java) S 27762 27764 27718 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 197623490 1754914816 50622 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27764/tid=27769] ppid=27762 vsize=1713784 CPUtime=0
/proc/27764/task/27769/stat : 27769 (java) S 27762 27764 27718 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 197623490 1754914816 50622 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27764/tid=27770] ppid=27762 vsize=1713784 CPUtime=0
/proc/27764/task/27770/stat : 27770 (java) S 27762 27764 27718 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 197623493 1754914816 50622 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27764/tid=27771] ppid=27762 vsize=1713784 CPUtime=0
/proc/27764/task/27771/stat : 27771 (java) S 27762 27764 27718 0 -1 64 2 0 0 0 0 0 0 0 17 0 13 0 197623493 1754914816 50622 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27764/tid=27772] ppid=27762 vsize=1713784 CPUtime=0.78
/proc/27764/task/27772/stat : 27772 (java) S 27762 27764 27718 0 -1 64 2785 0 0 0 77 1 0 0 16 0 13 0 197623493 1754914816 50622 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27764/tid=27773] ppid=27762 vsize=1713784 CPUtime=0.66
/proc/27764/task/27773/stat : 27773 (java) S 27762 27764 27718 0 -1 64 1360 0 0 0 66 0 0 0 16 0 13 0 197623493 1754914816 50622 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27764/tid=27774] ppid=27762 vsize=1713784 CPUtime=0
/proc/27764/task/27774/stat : 27774 (java) S 27762 27764 27718 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 197623493 1754914816 50622 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27764/tid=27775] ppid=27762 vsize=1713784 CPUtime=0
/proc/27764/task/27775/stat : 27775 (java) S 27762 27764 27718 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 197623493 1754914816 50622 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27764/tid=27776] ppid=27762 vsize=1713784 CPUtime=0
/proc/27764/task/27776/stat : 27776 (java) S 27762 27764 27718 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 197623507 1754914816 50622 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 21.14
Current children cumulated vsize (Kb) 1713784

[startup+30.0203 s]
/proc/loadavg: 0.97 1.00 0.99 2/76 27776
/proc/meminfo: memFree=1374984/2055920 swapFree=4181412/4192956
[pid=27764] ppid=27762 vsize=1713784 CPUtime=31.2
/proc/27764/stat : 27764 (java) R 27762 27764 27718 0 -1 0 57264 0 1 0 3092 28 0 0 20 0 13 0 197623482 1754914816 50455 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071511655 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/27764/statm: 428446 50455 1901 14 0 415193 0
[pid=27764/tid=27765] ppid=27762 vsize=1713784 CPUtime=0.24
/proc/27764/task/27765/stat : 27765 (java) S 27762 27764 27718 0 -1 64 5898 0 0 0 21 3 0 0 17 0 13 0 197623487 1754914816 50455 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27764/tid=27766] ppid=27762 vsize=1713784 CPUtime=0.25
/proc/27764/task/27766/stat : 27766 (java) S 27762 27764 27718 0 -1 64 6821 0 0 0 22 3 0 0 17 0 13 0 197623487 1754914816 50455 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27764/tid=27767] ppid=27762 vsize=1713784 CPUtime=0
/proc/27764/task/27767/stat : 27767 (java) S 27762 27764 27718 0 -1 64 30 0 0 0 0 0 0 0 16 0 13 0 197623489 1754914816 50455 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=27764/tid=27768] ppid=27762 vsize=1713784 CPUtime=0
/proc/27764/task/27768/stat : 27768 (java) S 27762 27764 27718 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 197623490 1754914816 50455 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27764/tid=27769] ppid=27762 vsize=1713784 CPUtime=0
/proc/27764/task/27769/stat : 27769 (java) S 27762 27764 27718 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 197623490 1754914816 50455 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27764/tid=27770] ppid=27762 vsize=1713784 CPUtime=0
/proc/27764/task/27770/stat : 27770 (java) S 27762 27764 27718 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 197623493 1754914816 50455 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27764/tid=27771] ppid=27762 vsize=1713784 CPUtime=0
/proc/27764/task/27771/stat : 27771 (java) S 27762 27764 27718 0 -1 64 2 0 0 0 0 0 0 0 17 0 13 0 197623493 1754914816 50455 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27764/tid=27772] ppid=27762 vsize=1713784 CPUtime=0.8
/proc/27764/task/27772/stat : 27772 (java) S 27762 27764 27718 0 -1 64 2786 0 0 0 79 1 0 0 16 0 13 0 197623493 1754914816 50455 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27764/tid=27773] ppid=27762 vsize=1713784 CPUtime=0.66
/proc/27764/task/27773/stat : 27773 (java) S 27762 27764 27718 0 -1 64 1360 0 0 0 66 0 0 0 16 0 13 0 197623493 1754914816 50455 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27764/tid=27774] ppid=27762 vsize=1713784 CPUtime=0
/proc/27764/task/27774/stat : 27774 (java) S 27762 27764 27718 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 197623493 1754914816 50455 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27764/tid=27775] ppid=27762 vsize=1713784 CPUtime=0
/proc/27764/task/27775/stat : 27775 (java) S 27762 27764 27718 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 197623493 1754914816 50455 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27764/tid=27776] ppid=27762 vsize=1713784 CPUtime=0
/proc/27764/task/27776/stat : 27776 (java) S 27762 27764 27718 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 197623507 1754914816 50455 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 31.2
Current children cumulated vsize (Kb) 1713784

[startup+40.0271 s]
/proc/loadavg: 0.97 1.00 0.99 2/76 27776
/proc/meminfo: memFree=1377544/2055920 swapFree=4181412/4192956
[pid=27764] ppid=27762 vsize=1713784 CPUtime=41.24
/proc/27764/stat : 27764 (java) R 27762 27764 27718 0 -1 0 58474 0 1 0 4096 28 0 0 23 0 13 0 197623482 1754914816 50033 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071431163 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/27764/statm: 428446 50033 1901 14 0 415193 0
[pid=27764/tid=27765] ppid=27762 vsize=1713784 CPUtime=0.28
/proc/27764/task/27765/stat : 27765 (java) S 27762 27764 27718 0 -1 64 6499 0 0 0 25 3 0 0 17 0 13 0 197623487 1754914816 50033 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27764/tid=27766] ppid=27762 vsize=1713784 CPUtime=0.29
/proc/27764/task/27766/stat : 27766 (java) S 27762 27764 27718 0 -1 64 7423 0 0 0 26 3 0 0 16 0 13 0 197623487 1754914816 50033 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27764/tid=27767] ppid=27762 vsize=1713784 CPUtime=0
/proc/27764/task/27767/stat : 27767 (java) S 27762 27764 27718 0 -1 64 30 0 0 0 0 0 0 0 15 0 13 0 197623489 1754914816 50033 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=27764/tid=27768] ppid=27762 vsize=1713784 CPUtime=0
/proc/27764/task/27768/stat : 27768 (java) S 27762 27764 27718 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 197623490 1754914816 50033 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27764/tid=27769] ppid=27762 vsize=1713784 CPUtime=0
/proc/27764/task/27769/stat : 27769 (java) S 27762 27764 27718 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 197623490 1754914816 50033 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27764/tid=27770] ppid=27762 vsize=1713784 CPUtime=0
/proc/27764/task/27770/stat : 27770 (java) S 27762 27764 27718 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 197623493 1754914816 50033 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27764/tid=27771] ppid=27762 vsize=1713784 CPUtime=0
/proc/27764/task/27771/stat : 27771 (java) S 27762 27764 27718 0 -1 64 2 0 0 0 0 0 0 0 17 0 13 0 197623493 1754914816 50033 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27764/tid=27772] ppid=27762 vsize=1713784 CPUtime=0.8
/proc/27764/task/27772/stat : 27772 (java) S 27762 27764 27718 0 -1 64 2786 0 0 0 79 1 0 0 16 0 13 0 197623493 1754914816 50033 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27764/tid=27773] ppid=27762 vsize=1713784 CPUtime=0.66
/proc/27764/task/27773/stat : 27773 (java) S 27762 27764 27718 0 -1 64 1360 0 0 0 66 0 0 0 16 0 13 0 197623493 1754914816 50033 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27764/tid=27774] ppid=27762 vsize=1713784 CPUtime=0
/proc/27764/task/27774/stat : 27774 (java) S 27762 27764 27718 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 197623493 1754914816 50033 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27764/tid=27775] ppid=27762 vsize=1713784 CPUtime=0
/proc/27764/task/27775/stat : 27775 (java) S 27762 27764 27718 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 197623493 1754914816 50033 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27764/tid=27776] ppid=27762 vsize=1713784 CPUtime=0
/proc/27764/task/27776/stat : 27776 (java) S 27762 27764 27718 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 197623507 1754914816 50033 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 41.24
Current children cumulated vsize (Kb) 1713784

[startup+50.0345 s]
/proc/loadavg: 0.98 1.00 0.99 2/76 27776
/proc/meminfo: memFree=1379208/2055920 swapFree=4181412/4192956
[pid=27764] ppid=27762 vsize=1713784 CPUtime=51.29
/proc/27764/stat : 27764 (java) R 27762 27764 27718 0 -1 0 59449 0 1 0 5100 29 0 0 25 0 13 0 197623482 1754914816 49627 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071390413 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/27764/statm: 428446 49627 1903 14 0 415193 0
[pid=27764/tid=27765] ppid=27762 vsize=1713784 CPUtime=0.32
/proc/27764/task/27765/stat : 27765 (java) S 27762 27764 27718 0 -1 64 6924 0 0 0 29 3 0 0 17 0 13 0 197623487 1754914816 49627 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27764/tid=27766] ppid=27762 vsize=1713784 CPUtime=0.33
/proc/27764/task/27766/stat : 27766 (java) S 27762 27764 27718 0 -1 64 7960 0 0 0 30 3 0 0 16 0 13 0 197623487 1754914816 49627 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27764/tid=27767] ppid=27762 vsize=1713784 CPUtime=0
/proc/27764/task/27767/stat : 27767 (java) S 27762 27764 27718 0 -1 64 30 0 0 0 0 0 0 0 16 0 13 0 197623489 1754914816 49627 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=27764/tid=27768] ppid=27762 vsize=1713784 CPUtime=0
/proc/27764/task/27768/stat : 27768 (java) S 27762 27764 27718 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 197623490 1754914816 49627 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27764/tid=27769] ppid=27762 vsize=1713784 CPUtime=0
/proc/27764/task/27769/stat : 27769 (java) S 27762 27764 27718 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 197623490 1754914816 49627 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27764/tid=27770] ppid=27762 vsize=1713784 CPUtime=0
/proc/27764/task/27770/stat : 27770 (java) S 27762 27764 27718 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 197623493 1754914816 49627 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27764/tid=27771] ppid=27762 vsize=1713784 CPUtime=0
/proc/27764/task/27771/stat : 27771 (java) S 27762 27764 27718 0 -1 64 2 0 0 0 0 0 0 0 17 0 13 0 197623493 1754914816 49627 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27764/tid=27772] ppid=27762 vsize=1713784 CPUtime=0.8
/proc/27764/task/27772/stat : 27772 (java) S 27762 27764 27718 0 -1 64 2786 0 0 0 79 1 0 0 16 0 13 0 197623493 1754914816 49627 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27764/tid=27773] ppid=27762 vsize=1713784 CPUtime=0.66
/proc/27764/task/27773/stat : 27773 (java) S 27762 27764 27718 0 -1 64 1361 0 0 0 66 0 0 0 16 0 13 0 197623493 1754914816 49627 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27764/tid=27774] ppid=27762 vsize=1713784 CPUtime=0
/proc/27764/task/27774/stat : 27774 (java) S 27762 27764 27718 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 197623493 1754914816 49627 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27764/tid=27775] ppid=27762 vsize=1713784 CPUtime=0
/proc/27764/task/27775/stat : 27775 (java) S 27762 27764 27718 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 197623493 1754914816 49627 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27764/tid=27776] ppid=27762 vsize=1713784 CPUtime=0
/proc/27764/task/27776/stat : 27776 (java) S 27762 27764 27718 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 197623507 1754914816 49627 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 51.29
Current children cumulated vsize (Kb) 1713784

[startup+60.0419 s]
/proc/loadavg: 0.98 1.00 0.99 2/76 27776
/proc/meminfo: memFree=1380232/2055920 swapFree=4181412/4192956
[pid=27764] ppid=27762 vsize=1713784 CPUtime=61.33
/proc/27764/stat : 27764 (java) R 27762 27764 27718 0 -1 0 60424 0 1 0 6104 29 0 0 25 0 13 0 197623482 1754914816 49371 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071537132 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/27764/statm: 428446 49371 1903 14 0 415193 0
[pid=27764/tid=27765] ppid=27762 vsize=1713784 CPUtime=0.36
/proc/27764/task/27765/stat : 27765 (java) S 27762 27764 27718 0 -1 64 7440 0 0 0 32 4 0 0 17 0 13 0 197623487 1754914816 49371 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27764/tid=27766] ppid=27762 vsize=1713784 CPUtime=0.37
/proc/27764/task/27766/stat : 27766 (java) S 27762 27764 27718 0 -1 64 8412 0 0 0 34 3 0 0 16 0 13 0 197623487 1754914816 49371 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27764/tid=27767] ppid=27762 vsize=1713784 CPUtime=0
/proc/27764/task/27767/stat : 27767 (java) S 27762 27764 27718 0 -1 64 31 0 0 0 0 0 0 0 16 0 13 0 197623489 1754914816 49371 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=27764/tid=27768] ppid=27762 vsize=1713784 CPUtime=0
/proc/27764/task/27768/stat : 27768 (java) S 27762 27764 27718 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 197623490 1754914816 49371 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27764/tid=27769] ppid=27762 vsize=1713784 CPUtime=0
/proc/27764/task/27769/stat : 27769 (java) S 27762 27764 27718 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 197623490 1754914816 49371 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27764/tid=27770] ppid=27762 vsize=1713784 CPUtime=0
/proc/27764/task/27770/stat : 27770 (java) S 27762 27764 27718 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 197623493 1754914816 49371 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0

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

[pid=27764/tid=27768] ppid=27762 vsize=1713784 CPUtime=0
/proc/27764/task/27768/stat : 27768 (java) S 27762 27764 27718 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 197623490 1754914816 116935 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27764/tid=27769] ppid=27762 vsize=1713784 CPUtime=0
/proc/27764/task/27769/stat : 27769 (java) S 27762 27764 27718 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 197623490 1754914816 116935 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27764/tid=27770] ppid=27762 vsize=1713784 CPUtime=0
/proc/27764/task/27770/stat : 27770 (java) S 27762 27764 27718 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 197623493 1754914816 116935 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27764/tid=27771] ppid=27762 vsize=1713784 CPUtime=0
/proc/27764/task/27771/stat : 27771 (java) S 27762 27764 27718 0 -1 64 2 0 0 0 0 0 0 0 17 0 13 0 197623493 1754914816 116935 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27764/tid=27772] ppid=27762 vsize=1713784 CPUtime=0.83
/proc/27764/task/27772/stat : 27772 (java) S 27762 27764 27718 0 -1 64 2803 0 0 0 82 1 0 0 17 0 13 0 197623493 1754914816 116935 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27764/tid=27773] ppid=27762 vsize=1713784 CPUtime=0.67
/proc/27764/task/27773/stat : 27773 (java) S 27762 27764 27718 0 -1 64 1361 0 0 0 67 0 0 0 16 0 13 0 197623493 1754914816 116935 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27764/tid=27774] ppid=27762 vsize=1713784 CPUtime=0
/proc/27764/task/27774/stat : 27774 (java) S 27762 27764 27718 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 197623493 1754914816 116935 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27764/tid=27775] ppid=27762 vsize=1713784 CPUtime=0
/proc/27764/task/27775/stat : 27775 (java) S 27762 27764 27718 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 197623493 1754914816 116935 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27764/tid=27776] ppid=27762 vsize=1713784 CPUtime=0
/proc/27764/task/27776/stat : 27776 (java) S 27762 27764 27718 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 197623507 1754914816 116935 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1796.74
Current children cumulated vsize (Kb) 1713784

[startup+1782.42 s]
/proc/loadavg: 1.00 1.01 1.00 2/76 27778
/proc/meminfo: memFree=1107272/2055920 swapFree=4181412/4192956
[pid=27764] ppid=27762 vsize=1713784 CPUtime=1797.76
/proc/27764/stat : 27764 (java) R 27762 27764 27718 0 -1 0 222348 0 1 0 179656 120 0 0 16 0 13 0 197623482 1754914816 117254 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071389145 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/27764/statm: 428446 117254 1907 14 0 415193 0
[pid=27764/tid=27765] ppid=27762 vsize=1713784 CPUtime=15.26
/proc/27764/task/27765/stat : 27765 (java) S 27762 27764 27718 0 -1 64 59478 0 0 0 1494 32 0 0 16 0 13 0 197623487 1754914816 117254 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27764/tid=27766] ppid=27762 vsize=1713784 CPUtime=15.32
/proc/27764/task/27766/stat : 27766 (java) S 27762 27764 27718 0 -1 64 55924 0 0 0 1507 25 0 0 16 0 13 0 197623487 1754914816 117254 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27764/tid=27767] ppid=27762 vsize=1713784 CPUtime=0.31
/proc/27764/task/27767/stat : 27767 (java) S 27762 27764 27718 0 -1 64 227 0 0 0 16 15 0 0 16 0 13 0 197623489 1754914816 117254 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=27764/tid=27768] ppid=27762 vsize=1713784 CPUtime=0
/proc/27764/task/27768/stat : 27768 (java) S 27762 27764 27718 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 197623490 1754914816 117254 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27764/tid=27769] ppid=27762 vsize=1713784 CPUtime=0
/proc/27764/task/27769/stat : 27769 (java) S 27762 27764 27718 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 197623490 1754914816 117254 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27764/tid=27770] ppid=27762 vsize=1713784 CPUtime=0
/proc/27764/task/27770/stat : 27770 (java) S 27762 27764 27718 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 197623493 1754914816 117254 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27764/tid=27771] ppid=27762 vsize=1713784 CPUtime=0
/proc/27764/task/27771/stat : 27771 (java) S 27762 27764 27718 0 -1 64 2 0 0 0 0 0 0 0 17 0 13 0 197623493 1754914816 117254 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27764/tid=27772] ppid=27762 vsize=1713784 CPUtime=0.83
/proc/27764/task/27772/stat : 27772 (java) S 27762 27764 27718 0 -1 64 2803 0 0 0 82 1 0 0 17 0 13 0 197623493 1754914816 117254 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27764/tid=27773] ppid=27762 vsize=1713784 CPUtime=0.67
/proc/27764/task/27773/stat : 27773 (java) S 27762 27764 27718 0 -1 64 1361 0 0 0 67 0 0 0 16 0 13 0 197623493 1754914816 117254 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27764/tid=27774] ppid=27762 vsize=1713784 CPUtime=0
/proc/27764/task/27774/stat : 27774 (java) S 27762 27764 27718 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 197623493 1754914816 117254 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27764/tid=27775] ppid=27762 vsize=1713784 CPUtime=0
/proc/27764/task/27775/stat : 27775 (java) S 27762 27764 27718 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 197623493 1754914816 117254 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27764/tid=27776] ppid=27762 vsize=1713784 CPUtime=0
/proc/27764/task/27776/stat : 27776 (java) S 27762 27764 27718 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 197623507 1754914816 117254 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1797.76
Current children cumulated vsize (Kb) 1713784

[startup+1783.43 s]
/proc/loadavg: 1.00 1.01 1.00 2/76 27778
/proc/meminfo: memFree=1107272/2055920 swapFree=4181412/4192956
[pid=27764] ppid=27762 vsize=1713784 CPUtime=1798.77
/proc/27764/stat : 27764 (java) R 27762 27764 27718 0 -1 0 222348 0 1 0 179757 120 0 0 25 0 13 0 197623482 1754914816 117254 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071389145 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/27764/statm: 428446 117254 1907 14 0 415193 0
[pid=27764/tid=27765] ppid=27762 vsize=1713784 CPUtime=15.26
/proc/27764/task/27765/stat : 27765 (java) S 27762 27764 27718 0 -1 64 59478 0 0 0 1494 32 0 0 16 0 13 0 197623487 1754914816 117254 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27764/tid=27766] ppid=27762 vsize=1713784 CPUtime=15.32
/proc/27764/task/27766/stat : 27766 (java) S 27762 27764 27718 0 -1 64 55924 0 0 0 1507 25 0 0 16 0 13 0 197623487 1754914816 117254 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27764/tid=27767] ppid=27762 vsize=1713784 CPUtime=0.31
/proc/27764/task/27767/stat : 27767 (java) S 27762 27764 27718 0 -1 64 227 0 0 0 16 15 0 0 16 0 13 0 197623489 1754914816 117254 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=27764/tid=27768] ppid=27762 vsize=1713784 CPUtime=0
/proc/27764/task/27768/stat : 27768 (java) S 27762 27764 27718 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 197623490 1754914816 117254 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27764/tid=27769] ppid=27762 vsize=1713784 CPUtime=0
/proc/27764/task/27769/stat : 27769 (java) S 27762 27764 27718 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 197623490 1754914816 117254 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27764/tid=27770] ppid=27762 vsize=1713784 CPUtime=0
/proc/27764/task/27770/stat : 27770 (java) S 27762 27764 27718 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 197623493 1754914816 117254 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27764/tid=27771] ppid=27762 vsize=1713784 CPUtime=0
/proc/27764/task/27771/stat : 27771 (java) S 27762 27764 27718 0 -1 64 2 0 0 0 0 0 0 0 17 0 13 0 197623493 1754914816 117254 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27764/tid=27772] ppid=27762 vsize=1713784 CPUtime=0.83
/proc/27764/task/27772/stat : 27772 (java) S 27762 27764 27718 0 -1 64 2803 0 0 0 82 1 0 0 17 0 13 0 197623493 1754914816 117254 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27764/tid=27773] ppid=27762 vsize=1713784 CPUtime=0.67
/proc/27764/task/27773/stat : 27773 (java) S 27762 27764 27718 0 -1 64 1361 0 0 0 67 0 0 0 16 0 13 0 197623493 1754914816 117254 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27764/tid=27774] ppid=27762 vsize=1713784 CPUtime=0
/proc/27764/task/27774/stat : 27774 (java) S 27762 27764 27718 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 197623493 1754914816 117254 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27764/tid=27775] ppid=27762 vsize=1713784 CPUtime=0
/proc/27764/task/27775/stat : 27775 (java) S 27762 27764 27718 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 197623493 1754914816 117254 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27764/tid=27776] ppid=27762 vsize=1713784 CPUtime=0
/proc/27764/task/27776/stat : 27776 (java) S 27762 27764 27718 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 197623507 1754914816 117254 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1798.77
Current children cumulated vsize (Kb) 1713784

[startup+1784.44 s]
/proc/loadavg: 1.00 1.01 1.00 2/76 27778
/proc/meminfo: memFree=1107272/2055920 swapFree=4181412/4192956
[pid=27764] ppid=27762 vsize=1713784 CPUtime=1799.78
/proc/27764/stat : 27764 (java) R 27762 27764 27718 0 -1 0 222348 0 1 0 179858 120 0 0 25 0 13 0 197623482 1754914816 117254 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071525985 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/27764/statm: 428446 117254 1907 14 0 415193 0
[pid=27764/tid=27765] ppid=27762 vsize=1713784 CPUtime=15.26
/proc/27764/task/27765/stat : 27765 (java) S 27762 27764 27718 0 -1 64 59478 0 0 0 1494 32 0 0 16 0 13 0 197623487 1754914816 117254 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27764/tid=27766] ppid=27762 vsize=1713784 CPUtime=15.32
/proc/27764/task/27766/stat : 27766 (java) S 27762 27764 27718 0 -1 64 55924 0 0 0 1507 25 0 0 16 0 13 0 197623487 1754914816 117254 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27764/tid=27767] ppid=27762 vsize=1713784 CPUtime=0.31
/proc/27764/task/27767/stat : 27767 (java) S 27762 27764 27718 0 -1 64 227 0 0 0 16 15 0 0 16 0 13 0 197623489 1754914816 117254 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=27764/tid=27768] ppid=27762 vsize=1713784 CPUtime=0
/proc/27764/task/27768/stat : 27768 (java) S 27762 27764 27718 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 197623490 1754914816 117254 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27764/tid=27769] ppid=27762 vsize=1713784 CPUtime=0
/proc/27764/task/27769/stat : 27769 (java) S 27762 27764 27718 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 197623490 1754914816 117254 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27764/tid=27770] ppid=27762 vsize=1713784 CPUtime=0
/proc/27764/task/27770/stat : 27770 (java) S 27762 27764 27718 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 197623493 1754914816 117254 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27764/tid=27771] ppid=27762 vsize=1713784 CPUtime=0
/proc/27764/task/27771/stat : 27771 (java) S 27762 27764 27718 0 -1 64 2 0 0 0 0 0 0 0 17 0 13 0 197623493 1754914816 117254 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27764/tid=27772] ppid=27762 vsize=1713784 CPUtime=0.83
/proc/27764/task/27772/stat : 27772 (java) S 27762 27764 27718 0 -1 64 2803 0 0 0 82 1 0 0 17 0 13 0 197623493 1754914816 117254 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27764/tid=27773] ppid=27762 vsize=1713784 CPUtime=0.67
/proc/27764/task/27773/stat : 27773 (java) S 27762 27764 27718 0 -1 64 1361 0 0 0 67 0 0 0 16 0 13 0 197623493 1754914816 117254 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27764/tid=27774] ppid=27762 vsize=1713784 CPUtime=0
/proc/27764/task/27774/stat : 27774 (java) S 27762 27764 27718 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 197623493 1754914816 117254 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27764/tid=27775] ppid=27762 vsize=1713784 CPUtime=0
/proc/27764/task/27775/stat : 27775 (java) S 27762 27764 27718 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 197623493 1754914816 117254 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27764/tid=27776] ppid=27762 vsize=1713784 CPUtime=0
/proc/27764/task/27776/stat : 27776 (java) S 27762 27764 27718 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 197623507 1754914816 117254 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1799.78
Current children cumulated vsize (Kb) 1713784

[startup+1785.44 s]
/proc/loadavg: 1.00 1.01 1.00 2/76 27778
/proc/meminfo: memFree=1107976/2055920 swapFree=4181412/4192956
[pid=27764] ppid=27762 vsize=1713784 CPUtime=1800.81
/proc/27764/stat : 27764 (java) R 27762 27764 27718 0 -1 0 222351 0 1 0 179961 120 0 0 25 0 13 0 197623482 1754914816 117032 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071537106 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/27764/statm: 428446 117032 1907 14 0 415193 0
[pid=27764/tid=27765] ppid=27762 vsize=1713784 CPUtime=15.28
/proc/27764/task/27765/stat : 27765 (java) S 27762 27764 27718 0 -1 64 59479 0 0 0 1496 32 0 0 17 0 13 0 197623487 1754914816 117032 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27764/tid=27766] ppid=27762 vsize=1713784 CPUtime=15.35
/proc/27764/task/27766/stat : 27766 (java) S 27762 27764 27718 0 -1 64 55925 0 0 0 1510 25 0 0 17 0 13 0 197623487 1754914816 117032 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27764/tid=27767] ppid=27762 vsize=1713784 CPUtime=0.32
/proc/27764/task/27767/stat : 27767 (java) S 27762 27764 27718 0 -1 64 227 0 0 0 17 15 0 0 16 0 13 0 197623489 1754914816 117032 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=27764/tid=27768] ppid=27762 vsize=1713784 CPUtime=0
/proc/27764/task/27768/stat : 27768 (java) S 27762 27764 27718 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 197623490 1754914816 117032 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27764/tid=27769] ppid=27762 vsize=1713784 CPUtime=0
/proc/27764/task/27769/stat : 27769 (java) S 27762 27764 27718 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 197623490 1754914816 117032 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27764/tid=27770] ppid=27762 vsize=1713784 CPUtime=0
/proc/27764/task/27770/stat : 27770 (java) S 27762 27764 27718 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 197623493 1754914816 117032 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27764/tid=27771] ppid=27762 vsize=1713784 CPUtime=0
/proc/27764/task/27771/stat : 27771 (java) S 27762 27764 27718 0 -1 64 2 0 0 0 0 0 0 0 17 0 13 0 197623493 1754914816 117032 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27764/tid=27772] ppid=27762 vsize=1713784 CPUtime=0.83
/proc/27764/task/27772/stat : 27772 (java) S 27762 27764 27718 0 -1 64 2803 0 0 0 82 1 0 0 17 0 13 0 197623493 1754914816 117032 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27764/tid=27773] ppid=27762 vsize=1713784 CPUtime=0.67
/proc/27764/task/27773/stat : 27773 (java) S 27762 27764 27718 0 -1 64 1361 0 0 0 67 0 0 0 16 0 13 0 197623493 1754914816 117032 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27764/tid=27774] ppid=27762 vsize=1713784 CPUtime=0
/proc/27764/task/27774/stat : 27774 (java) S 27762 27764 27718 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 197623493 1754914816 117032 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27764/tid=27775] ppid=27762 vsize=1713784 CPUtime=0
/proc/27764/task/27775/stat : 27775 (java) S 27762 27764 27718 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 197623493 1754914816 117032 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27764/tid=27776] ppid=27762 vsize=1713784 CPUtime=0
/proc/27764/task/27776/stat : 27776 (java) S 27762 27764 27718 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 197623507 1754914816 117032 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.81
Current children cumulated vsize (Kb) 1713784



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1785.45 s]
/proc/loadavg: 1.00 1.01 1.00 2/76 27778
/proc/meminfo: memFree=1107976/2055920 swapFree=4181412/4192956
[pid=27764] ppid=27762 vsize=1713784 CPUtime=1800.81
/proc/27764/stat : 27764 (java) R 27762 27764 27718 0 -1 0 222351 0 1 0 179961 120 0 0 25 0 13 0 197623482 1754914816 117032 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071537106 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/27764/statm: 428446 117032 1907 14 0 415193 0
[pid=27764/tid=27765] ppid=27762 vsize=1713784 CPUtime=15.28
/proc/27764/task/27765/stat : 27765 (java) S 27762 27764 27718 0 -1 64 59479 0 0 0 1496 32 0 0 17 0 13 0 197623487 1754914816 117032 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27764/tid=27766] ppid=27762 vsize=1713784 CPUtime=15.35
/proc/27764/task/27766/stat : 27766 (java) S 27762 27764 27718 0 -1 64 55925 0 0 0 1510 25 0 0 17 0 13 0 197623487 1754914816 117032 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27764/tid=27767] ppid=27762 vsize=1713784 CPUtime=0.32
/proc/27764/task/27767/stat : 27767 (java) S 27762 27764 27718 0 -1 64 227 0 0 0 17 15 0 0 16 0 13 0 197623489 1754914816 117032 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=27764/tid=27768] ppid=27762 vsize=1713784 CPUtime=0
/proc/27764/task/27768/stat : 27768 (java) S 27762 27764 27718 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 197623490 1754914816 117032 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27764/tid=27769] ppid=27762 vsize=1713784 CPUtime=0
/proc/27764/task/27769/stat : 27769 (java) S 27762 27764 27718 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 197623490 1754914816 117032 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27764/tid=27770] ppid=27762 vsize=1713784 CPUtime=0
/proc/27764/task/27770/stat : 27770 (java) S 27762 27764 27718 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 197623493 1754914816 117032 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27764/tid=27771] ppid=27762 vsize=1713784 CPUtime=0
/proc/27764/task/27771/stat : 27771 (java) S 27762 27764 27718 0 -1 64 2 0 0 0 0 0 0 0 17 0 13 0 197623493 1754914816 117032 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27764/tid=27772] ppid=27762 vsize=1713784 CPUtime=0.83
/proc/27764/task/27772/stat : 27772 (java) S 27762 27764 27718 0 -1 64 2803 0 0 0 82 1 0 0 17 0 13 0 197623493 1754914816 117032 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27764/tid=27773] ppid=27762 vsize=1713784 CPUtime=0.67
/proc/27764/task/27773/stat : 27773 (java) S 27762 27764 27718 0 -1 64 1361 0 0 0 67 0 0 0 16 0 13 0 197623493 1754914816 117032 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27764/tid=27774] ppid=27762 vsize=1713784 CPUtime=0
/proc/27764/task/27774/stat : 27774 (java) S 27762 27764 27718 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 197623493 1754914816 117032 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27764/tid=27775] ppid=27762 vsize=1713784 CPUtime=0
/proc/27764/task/27775/stat : 27775 (java) S 27762 27764 27718 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 197623493 1754914816 117032 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27764/tid=27776] ppid=27762 vsize=1713784 CPUtime=0
/proc/27764/task/27776/stat : 27776 (java) S 27762 27764 27718 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 197623507 1754914816 117032 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.81
Current children cumulated vsize (Kb) 1713784

Sending SIGTERM to -27764
Sleeping 2 seconds

Child status: 143
Real time (s): 1785.57
CPU time (s): 1800.93
CPU user time (s): 1799.65
CPU system time (s): 1.27781
CPU usage (%): 100.86
Max. virtual memory (cumulated for all children) (Kb): 1716432

Launcher Data (download as text)

Begin job on node10 on Sat Jun  3 07:26:51 UTC 2006


FILE ID= 43385-1149319611

PBS_JOBID= 308544

BENCH NAME= HOME/pub/bench/PB06//final/normalized-PB06/SATUNSAT-MEDINT/submitted-PB06/manquiho/Aardal_1/normalized-cuww3.opb
COMMAND LINE= java -server -Xms1500M -Xmx1500M -jar ROOT/solvers/PB/PB06final/user5/sat4jPseudoHeuristics.jar ROOT/tmp/node10/43385-1149319611/instance-43385-1149319611.opb 778532553
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node10/watcher-43385-1149319611 -o ROOT/results/node10/solver-43385-1149319611 -C 1800 -M 1800 -S 64  java -server -Xms1500M -Xmx1500M -jar ROOT/solvers/PB/PB06final/user5/sat4jPseudoHeuristics.jar ROOT/tmp/node10/43385-1149319611/instance-43385-1149319611.opb 778532553

MD5SUM SOLVER= 3cef94aa015dc0dd234d31843a257d70
MD5SUM BENCH=  c67056006c43da82eed6e7cbb40287a1

RANDOM SEED= 778532553


/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.236
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.236
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:       1570800 kB
Buffers:         24952 kB
Cached:         386372 kB
SwapCached:       3340 kB
Active:          35764 kB
Inactive:       384360 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1570800 kB
SwapTotal:     4192956 kB
SwapFree:      4181412 kB
Dirty:             156 kB
Writeback:           0 kB
Mapped:          14932 kB
Slab:            51040 kB
Committed_AS:   331556 kB
PageTables:       1412 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB


End job on node10 on Sat Jun  3 07:56:36 UTC 2006