Trace number 43627

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? (TO) 1800.77 1785.62

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/
liu/vdw/normalized-vdw_k6_l3_n170.opb
MD5SUM7f5f10f1b8aeee16c5b46dadab8c5b22
Bench CategorySATUNSAT-SMALLINT-LIN (no optimisation, small integers, linear constraints)
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 benchmark1.73973
Has Objective FunctionNO
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved NO
Number of variables1020
Total number of constraints43010
Number of constraints which are clauses42840
Number of constraints which are cardinality constraints (but not clauses)170
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint3
Maximum length of a constraint6
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 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 7
Number of bits of the biggest sum of numbers3
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.14	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.21	c Cutting planes based inference
0.21	c --- Begin Solver configuration ---
0.21	c org.sat4j.minisat.uip.FirstUIP@1037c71
0.21	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@1df073d
0.21	c org.sat4j.minisat.learning.MiniSATLearning@1546e25
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/node35/43627-1149225059/instance-43627-1149225059.opb
0.21	c reading problem ... 
2.59	c ... done. Time 2.371 ms.
2.59	c #vars     1020
2.59	c #constraints  43180
1785.41	c starts		: 19
1785.41	c conflicts		: 302385
1785.41	c decisions		: 448353
1785.41	c propagations		: 23205243
1785.41	c inspects		: 904622440
1785.41	c learnt literals	: 0
1785.41	c learnt binary clauses	: 0
1785.41	c learnt ternary clauses	: 0
1785.41	c learnt clauses	: 302385
1785.41	c root simplifications	: 0
1785.41	c removed literals (reason simplification)	: 0
1785.41	c reason swapping (by a shorter reason)	: 0
1785.41	c Calls to reduceDB	: 0
1785.41	c speed (decisions/second)	: 251.48472311344247
1785.41	c non guided choices	230
1785.41	s UNKNOWN
1785.41	c Total wall clock time (ms): 1785.199

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

Current StackSize limit: 67108864 bytes

/proc/loadavg: 0.85 0.97 0.99 3/64 26345
/proc/meminfo: memFree=1417448/2055920 swapFree=4180884/4192956
[pid=26345] ppid=26343 vsize=0 CPUtime=0
/proc/26345/stat : 26345 (java) R 26343 26345 26300 0 -1 0 178 0 0 0 0 0 0 0 18 0 1 0 188169812 0 0 18446744073709551615 0 0 0 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/26345/statm: 0 0 0 0 0 0 0

[startup+10.0023 s]
/proc/loadavg: 0.87 0.97 0.99 2/76 26357
/proc/meminfo: memFree=1268680/2055920 swapFree=4180884/4192956
[pid=26345] ppid=26343 vsize=1712144 CPUtime=11.03
/proc/26345/stat : 26345 (java) R 26343 26345 26300 0 -1 0 41228 0 1 0 1083 20 0 0 25 0 13 0 188169812 1753235456 38933 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071483180 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26345/statm: 428036 38933 1907 14 0 414783 0
[pid=26345/tid=26346] ppid=26343 vsize=1712144 CPUtime=0.09
/proc/26345/task/26346/stat : 26346 (java) S 26343 26345 26300 0 -1 64 1434 0 0 0 9 0 0 0 16 0 13 0 188169815 1753235456 38933 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26345/tid=26347] ppid=26343 vsize=1712144 CPUtime=0.09
/proc/26345/task/26347/stat : 26347 (java) S 26343 26345 26300 0 -1 64 1268 0 0 0 9 0 0 0 17 0 13 0 188169815 1753235456 38933 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26345/tid=26348] ppid=26343 vsize=1712144 CPUtime=0
/proc/26345/task/26348/stat : 26348 (java) S 26343 26345 26300 0 -1 64 18 0 0 0 0 0 0 0 16 0 13 0 188169818 1753235456 38933 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=26345/tid=26349] ppid=26343 vsize=1712144 CPUtime=0
/proc/26345/task/26349/stat : 26349 (java) S 26343 26345 26300 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 188169819 1753235456 38933 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26345/tid=26350] ppid=26343 vsize=1712144 CPUtime=0
/proc/26345/task/26350/stat : 26350 (java) S 26343 26345 26300 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 188169819 1753235456 38933 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26345/tid=26351] ppid=26343 vsize=1712144 CPUtime=0
/proc/26345/task/26351/stat : 26351 (java) S 26343 26345 26300 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 188169822 1753235456 38933 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26345/tid=26352] ppid=26343 vsize=1712144 CPUtime=0
/proc/26345/task/26352/stat : 26352 (java) S 26343 26345 26300 0 -1 64 4 0 0 0 0 0 0 0 15 0 13 0 188169822 1753235456 38933 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26345/tid=26353] ppid=26343 vsize=1712144 CPUtime=0.59
/proc/26345/task/26353/stat : 26353 (java) S 26343 26345 26300 0 -1 64 548 0 0 0 59 0 0 0 17 0 13 0 188169822 1753235456 38933 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26345/tid=26354] ppid=26343 vsize=1712144 CPUtime=0.72
/proc/26345/task/26354/stat : 26354 (java) S 26343 26345 26300 0 -1 64 1414 0 0 0 72 0 0 0 16 0 13 0 188169822 1753235456 38933 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26345/tid=26355] ppid=26343 vsize=1712144 CPUtime=0
/proc/26345/task/26355/stat : 26355 (java) S 26343 26345 26300 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 188169822 1753235456 38933 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26345/tid=26356] ppid=26343 vsize=1712144 CPUtime=0
/proc/26345/task/26356/stat : 26356 (java) S 26343 26345 26300 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 188169822 1753235456 38933 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26345/tid=26357] ppid=26343 vsize=1712144 CPUtime=0
/proc/26345/task/26357/stat : 26357 (java) S 26343 26345 26300 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 188170072 1753235456 38933 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 11.03
Current children cumulated vsize (Kb) 1712144

[startup+20.0095 s]
/proc/loadavg: 0.89 0.97 0.99 2/76 26357
/proc/meminfo: memFree=1253960/2055920 swapFree=4180884/4192956
[pid=26345] ppid=26343 vsize=1711504 CPUtime=21.1
/proc/26345/stat : 26345 (java) R 26343 26345 26300 0 -1 0 45151 0 1 0 2089 21 0 0 25 0 13 0 188169812 1752580096 42655 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071492753 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26345/statm: 427876 42655 1907 14 0 414623 0
[pid=26345/tid=26346] ppid=26343 vsize=1711504 CPUtime=0.14
/proc/26345/task/26346/stat : 26346 (java) S 26343 26345 26300 0 -1 64 3557 0 0 0 13 1 0 0 16 0 13 0 188169815 1752580096 42655 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26345/tid=26347] ppid=26343 vsize=1711504 CPUtime=0.13
/proc/26345/task/26347/stat : 26347 (java) S 26343 26345 26300 0 -1 64 3025 0 0 0 13 0 0 0 16 0 13 0 188169815 1752580096 42655 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26345/tid=26348] ppid=26343 vsize=1711504 CPUtime=0
/proc/26345/task/26348/stat : 26348 (java) S 26343 26345 26300 0 -1 64 30 0 0 0 0 0 0 0 16 0 13 0 188169818 1752580096 42655 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=26345/tid=26349] ppid=26343 vsize=1711504 CPUtime=0
/proc/26345/task/26349/stat : 26349 (java) S 26343 26345 26300 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 188169819 1752580096 42655 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26345/tid=26350] ppid=26343 vsize=1711504 CPUtime=0
/proc/26345/task/26350/stat : 26350 (java) S 26343 26345 26300 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 188169819 1752580096 42655 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26345/tid=26351] ppid=26343 vsize=1711504 CPUtime=0
/proc/26345/task/26351/stat : 26351 (java) S 26343 26345 26300 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 188169822 1752580096 42655 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26345/tid=26352] ppid=26343 vsize=1711504 CPUtime=0
/proc/26345/task/26352/stat : 26352 (java) S 26343 26345 26300 0 -1 64 4 0 0 0 0 0 0 0 15 0 13 0 188169822 1752580096 42655 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26345/tid=26353] ppid=26343 vsize=1711504 CPUtime=0.6
/proc/26345/task/26353/stat : 26353 (java) S 26343 26345 26300 0 -1 64 549 0 0 0 60 0 0 0 16 0 13 0 188169822 1752580096 42655 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26345/tid=26354] ppid=26343 vsize=1711504 CPUtime=0.74
/proc/26345/task/26354/stat : 26354 (java) S 26343 26345 26300 0 -1 64 1414 0 0 0 74 0 0 0 17 0 13 0 188169822 1752580096 42655 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26345/tid=26355] ppid=26343 vsize=1711504 CPUtime=0
/proc/26345/task/26355/stat : 26355 (java) S 26343 26345 26300 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 188169822 1752580096 42655 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26345/tid=26356] ppid=26343 vsize=1711504 CPUtime=0
/proc/26345/task/26356/stat : 26356 (java) S 26343 26345 26300 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 188169822 1752580096 42655 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26345/tid=26357] ppid=26343 vsize=1711504 CPUtime=0
/proc/26345/task/26357/stat : 26357 (java) S 26343 26345 26300 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 188170072 1752580096 42655 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 21.1
Current children cumulated vsize (Kb) 1711504

[startup+30.0167 s]
/proc/loadavg: 0.91 0.97 0.99 2/76 26357
/proc/meminfo: memFree=1231112/2055920 swapFree=4180884/4192956
[pid=26345] ppid=26343 vsize=1711176 CPUtime=31.19
/proc/26345/stat : 26345 (java) R 26343 26345 26300 0 -1 0 51205 0 1 0 3094 25 0 0 25 0 13 0 188169812 1752244224 48361 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071380633 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26345/statm: 427794 48361 1907 14 0 414541 0
[pid=26345/tid=26346] ppid=26343 vsize=1711176 CPUtime=0.2
/proc/26345/task/26346/stat : 26346 (java) S 26343 26345 26300 0 -1 64 5658 0 0 0 18 2 0 0 16 0 13 0 188169815 1752244224 48361 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26345/tid=26347] ppid=26343 vsize=1711176 CPUtime=0.2
/proc/26345/task/26347/stat : 26347 (java) S 26343 26345 26300 0 -1 64 5476 0 0 0 18 2 0 0 16 0 13 0 188169815 1752244224 48361 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26345/tid=26348] ppid=26343 vsize=1711176 CPUtime=0
/proc/26345/task/26348/stat : 26348 (java) S 26343 26345 26300 0 -1 64 30 0 0 0 0 0 0 0 16 0 13 0 188169818 1752244224 48361 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=26345/tid=26349] ppid=26343 vsize=1711176 CPUtime=0
/proc/26345/task/26349/stat : 26349 (java) S 26343 26345 26300 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 188169819 1752244224 48361 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26345/tid=26350] ppid=26343 vsize=1711176 CPUtime=0
/proc/26345/task/26350/stat : 26350 (java) S 26343 26345 26300 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 188169819 1752244224 48361 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26345/tid=26351] ppid=26343 vsize=1711176 CPUtime=0
/proc/26345/task/26351/stat : 26351 (java) S 26343 26345 26300 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 188169822 1752244224 48361 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26345/tid=26352] ppid=26343 vsize=1711176 CPUtime=0
/proc/26345/task/26352/stat : 26352 (java) S 26343 26345 26300 0 -1 64 4 0 0 0 0 0 0 0 15 0 13 0 188169822 1752244224 48361 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26345/tid=26353] ppid=26343 vsize=1711176 CPUtime=0.62
/proc/26345/task/26353/stat : 26353 (java) S 26343 26345 26300 0 -1 64 551 0 0 0 62 0 0 0 16 0 13 0 188169822 1752244224 48361 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26345/tid=26354] ppid=26343 vsize=1711176 CPUtime=0.74
/proc/26345/task/26354/stat : 26354 (java) S 26343 26345 26300 0 -1 64 1414 0 0 0 74 0 0 0 16 0 13 0 188169822 1752244224 48361 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26345/tid=26355] ppid=26343 vsize=1711176 CPUtime=0
/proc/26345/task/26355/stat : 26355 (java) S 26343 26345 26300 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 188169822 1752244224 48361 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26345/tid=26356] ppid=26343 vsize=1711176 CPUtime=0
/proc/26345/task/26356/stat : 26356 (java) S 26343 26345 26300 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 188169822 1752244224 48361 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26345/tid=26357] ppid=26343 vsize=1711176 CPUtime=0
/proc/26345/task/26357/stat : 26357 (java) S 26343 26345 26300 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 188170072 1752244224 48361 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 31.19
Current children cumulated vsize (Kb) 1711176

[startup+40.0239 s]
/proc/loadavg: 0.92 0.97 0.99 2/76 26357
/proc/meminfo: memFree=1223112/2055920 swapFree=4180884/4192956
[pid=26345] ppid=26343 vsize=1711176 CPUtime=41.23
/proc/26345/stat : 26345 (java) R 26343 26345 26300 0 -1 0 53467 0 1 0 4097 26 0 0 25 0 13 0 188169812 1752244224 50320 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071380633 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26345/statm: 427794 50320 1907 14 0 414541 0
[pid=26345/tid=26346] ppid=26343 vsize=1711176 CPUtime=0.24
/proc/26345/task/26346/stat : 26346 (java) S 26343 26345 26300 0 -1 64 6701 0 0 0 22 2 0 0 16 0 13 0 188169815 1752244224 50320 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26345/tid=26347] ppid=26343 vsize=1711176 CPUtime=0.25
/proc/26345/task/26347/stat : 26347 (java) S 26343 26345 26300 0 -1 64 6693 0 0 0 22 3 0 0 16 0 13 0 188169815 1752244224 50320 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26345/tid=26348] ppid=26343 vsize=1711176 CPUtime=0
/proc/26345/task/26348/stat : 26348 (java) S 26343 26345 26300 0 -1 64 30 0 0 0 0 0 0 0 16 0 13 0 188169818 1752244224 50320 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=26345/tid=26349] ppid=26343 vsize=1711176 CPUtime=0
/proc/26345/task/26349/stat : 26349 (java) S 26343 26345 26300 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 188169819 1752244224 50320 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26345/tid=26350] ppid=26343 vsize=1711176 CPUtime=0
/proc/26345/task/26350/stat : 26350 (java) S 26343 26345 26300 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 188169819 1752244224 50320 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26345/tid=26351] ppid=26343 vsize=1711176 CPUtime=0
/proc/26345/task/26351/stat : 26351 (java) S 26343 26345 26300 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 188169822 1752244224 50320 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26345/tid=26352] ppid=26343 vsize=1711176 CPUtime=0
/proc/26345/task/26352/stat : 26352 (java) S 26343 26345 26300 0 -1 64 4 0 0 0 0 0 0 0 15 0 13 0 188169822 1752244224 50320 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26345/tid=26353] ppid=26343 vsize=1711176 CPUtime=0.62
/proc/26345/task/26353/stat : 26353 (java) S 26343 26345 26300 0 -1 64 551 0 0 0 62 0 0 0 16 0 13 0 188169822 1752244224 50320 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26345/tid=26354] ppid=26343 vsize=1711176 CPUtime=0.75
/proc/26345/task/26354/stat : 26354 (java) S 26343 26345 26300 0 -1 64 1414 0 0 0 75 0 0 0 16 0 13 0 188169822 1752244224 50320 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26345/tid=26355] ppid=26343 vsize=1711176 CPUtime=0
/proc/26345/task/26355/stat : 26355 (java) S 26343 26345 26300 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 188169822 1752244224 50320 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26345/tid=26356] ppid=26343 vsize=1711176 CPUtime=0
/proc/26345/task/26356/stat : 26356 (java) S 26343 26345 26300 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 188169822 1752244224 50320 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26345/tid=26357] ppid=26343 vsize=1711176 CPUtime=0
/proc/26345/task/26357/stat : 26357 (java) S 26343 26345 26300 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 188170072 1752244224 50320 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 41.23
Current children cumulated vsize (Kb) 1711176

[startup+50.0321 s]
/proc/loadavg: 0.93 0.97 0.99 2/76 26357
/proc/meminfo: memFree=1218824/2055920 swapFree=4180884/4192956
[pid=26345] ppid=26343 vsize=1711176 CPUtime=51.26
/proc/26345/stat : 26345 (java) R 26343 26345 26300 0 -1 0 55036 0 1 0 5099 27 0 0 25 0 13 0 188169812 1752244224 51384 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071504505 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26345/statm: 427794 51384 1909 14 0 414541 0
[pid=26345/tid=26346] ppid=26343 vsize=1711176 CPUtime=0.27
/proc/26345/task/26346/stat : 26346 (java) S 26343 26345 26300 0 -1 64 7468 0 0 0 24 3 0 0 17 0 13 0 188169815 1752244224 51384 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26345/tid=26347] ppid=26343 vsize=1711176 CPUtime=0.27
/proc/26345/task/26347/stat : 26347 (java) S 26343 26345 26300 0 -1 64 7491 0 0 0 24 3 0 0 16 0 13 0 188169815 1752244224 51384 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26345/tid=26348] ppid=26343 vsize=1711176 CPUtime=0
/proc/26345/task/26348/stat : 26348 (java) S 26343 26345 26300 0 -1 64 30 0 0 0 0 0 0 0 16 0 13 0 188169818 1752244224 51384 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=26345/tid=26349] ppid=26343 vsize=1711176 CPUtime=0
/proc/26345/task/26349/stat : 26349 (java) S 26343 26345 26300 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 188169819 1752244224 51384 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26345/tid=26350] ppid=26343 vsize=1711176 CPUtime=0
/proc/26345/task/26350/stat : 26350 (java) S 26343 26345 26300 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 188169819 1752244224 51384 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26345/tid=26351] ppid=26343 vsize=1711176 CPUtime=0
/proc/26345/task/26351/stat : 26351 (java) S 26343 26345 26300 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 188169822 1752244224 51384 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26345/tid=26352] ppid=26343 vsize=1711176 CPUtime=0
/proc/26345/task/26352/stat : 26352 (java) S 26343 26345 26300 0 -1 64 4 0 0 0 0 0 0 0 15 0 13 0 188169822 1752244224 51384 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26345/tid=26353] ppid=26343 vsize=1711176 CPUtime=0.62
/proc/26345/task/26353/stat : 26353 (java) S 26343 26345 26300 0 -1 64 553 0 0 0 62 0 0 0 17 0 13 0 188169822 1752244224 51384 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26345/tid=26354] ppid=26343 vsize=1711176 CPUtime=0.75
/proc/26345/task/26354/stat : 26354 (java) S 26343 26345 26300 0 -1 64 1414 0 0 0 75 0 0 0 16 0 13 0 188169822 1752244224 51384 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26345/tid=26355] ppid=26343 vsize=1711176 CPUtime=0
/proc/26345/task/26355/stat : 26355 (java) S 26343 26345 26300 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 188169822 1752244224 51384 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26345/tid=26356] ppid=26343 vsize=1711176 CPUtime=0
/proc/26345/task/26356/stat : 26356 (java) S 26343 26345 26300 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 188169822 1752244224 51384 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26345/tid=26357] ppid=26343 vsize=1711176 CPUtime=0
/proc/26345/task/26357/stat : 26357 (java) S 26343 26345 26300 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 188170072 1752244224 51384 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 51.26
Current children cumulated vsize (Kb) 1711176

[startup+60.0394 s]
/proc/loadavg: 0.94 0.97 0.99 2/76 26357
/proc/meminfo: memFree=1215368/2055920 swapFree=4180884/4192956
[pid=26345] ppid=26343 vsize=1711176 CPUtime=61.32
/proc/26345/stat : 26345 (java) R 26343 26345 26300 0 -1 0 57001 0 1 0 6104 28 0 0 25 0 13 0 188169812 1752244224 52257 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071380633 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26345/statm: 427794 52257 1909 14 0 414541 0
[pid=26345/tid=26346] ppid=26343 vsize=1711176 CPUtime=0.32
/proc/26345/task/26346/stat : 26346 (java) S 26343 26345 26300 0 -1 64 8372 0 0 0 29 3 0 0 16 0 13 0 188169815 1752244224 52257 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26345/tid=26347] ppid=26343 vsize=1711176 CPUtime=0.32
/proc/26345/task/26347/stat : 26347 (java) S 26343 26345 26300 0 -1 64 8548 0 0 0 28 4 0 0 16 0 13 0 188169815 1752244224 52257 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26345/tid=26348] ppid=26343 vsize=1711176 CPUtime=0
/proc/26345/task/26348/stat : 26348 (java) S 26343 26345 26300 0 -1 64 30 0 0 0 0 0 0 0 16 0 13 0 188169818 1752244224 52257 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=26345/tid=26349] ppid=26343 vsize=1711176 CPUtime=0
/proc/26345/task/26349/stat : 26349 (java) S 26343 26345 26300 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 188169819 1752244224 52257 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26345/tid=26350] ppid=26343 vsize=1711176 CPUtime=0
/proc/26345/task/26350/stat : 26350 (java) S 26343 26345 26300 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 188169819 1752244224 52257 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26345/tid=26351] ppid=26343 vsize=1711176 CPUtime=0
/proc/26345/task/26351/stat : 26351 (java) S 26343 26345 26300 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 188169822 1752244224 52257 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0

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

[pid=26345/tid=26349] ppid=26343 vsize=1714376 CPUtime=0
/proc/26345/task/26349/stat : 26349 (java) S 26343 26345 26300 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 188169819 1755521024 191496 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26345/tid=26350] ppid=26343 vsize=1714376 CPUtime=0
/proc/26345/task/26350/stat : 26350 (java) S 26343 26345 26300 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 188169819 1755521024 191496 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26345/tid=26351] ppid=26343 vsize=1714376 CPUtime=0
/proc/26345/task/26351/stat : 26351 (java) S 26343 26345 26300 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 188169822 1755521024 191496 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26345/tid=26352] ppid=26343 vsize=1714376 CPUtime=0
/proc/26345/task/26352/stat : 26352 (java) S 26343 26345 26300 0 -1 64 4 0 0 0 0 0 0 0 17 0 13 0 188169822 1755521024 191496 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26345/tid=26353] ppid=26343 vsize=1714376 CPUtime=0.91
/proc/26345/task/26353/stat : 26353 (java) S 26343 26345 26300 0 -1 64 2383 0 0 0 91 0 0 0 17 0 13 0 188169822 1755521024 191496 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26345/tid=26354] ppid=26343 vsize=1714376 CPUtime=0.95
/proc/26345/task/26354/stat : 26354 (java) S 26343 26345 26300 0 -1 64 2615 0 0 0 94 1 0 0 18 0 13 0 188169822 1755521024 191496 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26345/tid=26355] ppid=26343 vsize=1714376 CPUtime=0
/proc/26345/task/26355/stat : 26355 (java) S 26343 26345 26300 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 188169822 1755521024 191496 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26345/tid=26356] ppid=26343 vsize=1714376 CPUtime=0
/proc/26345/task/26356/stat : 26356 (java) S 26343 26345 26300 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 188169822 1755521024 191496 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26345/tid=26357] ppid=26343 vsize=1714376 CPUtime=0
/proc/26345/task/26357/stat : 26357 (java) S 26343 26345 26300 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 188170072 1755521024 191496 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1796.48
Current children cumulated vsize (Kb) 1714376

[startup+1782.35 s]
/proc/loadavg: 1.03 1.00 1.00 2/76 26359
/proc/meminfo: memFree=656264/2055920 swapFree=4180884/4192956
[pid=26345] ppid=26343 vsize=1714376 CPUtime=1797.52
/proc/26345/stat : 26345 (java) R 26343 26345 26300 0 -1 0 274782 0 1 0 179607 145 0 0 25 0 13 0 188169812 1755521024 191475 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071574249 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26345/statm: 428594 191475 1910 14 0 415341 0
[pid=26345/tid=26346] ppid=26343 vsize=1714376 CPUtime=14.41
/proc/26345/task/26346/stat : 26346 (java) S 26343 26345 26300 0 -1 64 97575 0 0 0 1396 45 0 0 17 0 13 0 188169815 1755521024 191475 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26345/tid=26347] ppid=26343 vsize=1714376 CPUtime=14.4
/proc/26345/task/26347/stat : 26347 (java) S 26343 26345 26300 0 -1 64 93487 0 0 0 1396 44 0 0 16 0 13 0 188169815 1755521024 191475 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26345/tid=26348] ppid=26343 vsize=1714376 CPUtime=0.21
/proc/26345/task/26348/stat : 26348 (java) S 26343 26345 26300 0 -1 64 191 0 0 0 10 11 0 0 16 0 13 0 188169818 1755521024 191475 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=26345/tid=26349] ppid=26343 vsize=1714376 CPUtime=0
/proc/26345/task/26349/stat : 26349 (java) S 26343 26345 26300 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 188169819 1755521024 191475 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26345/tid=26350] ppid=26343 vsize=1714376 CPUtime=0
/proc/26345/task/26350/stat : 26350 (java) S 26343 26345 26300 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 188169819 1755521024 191475 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26345/tid=26351] ppid=26343 vsize=1714376 CPUtime=0
/proc/26345/task/26351/stat : 26351 (java) S 26343 26345 26300 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 188169822 1755521024 191475 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26345/tid=26352] ppid=26343 vsize=1714376 CPUtime=0
/proc/26345/task/26352/stat : 26352 (java) S 26343 26345 26300 0 -1 64 4 0 0 0 0 0 0 0 17 0 13 0 188169822 1755521024 191475 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26345/tid=26353] ppid=26343 vsize=1714376 CPUtime=0.91
/proc/26345/task/26353/stat : 26353 (java) S 26343 26345 26300 0 -1 64 2383 0 0 0 91 0 0 0 17 0 13 0 188169822 1755521024 191475 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26345/tid=26354] ppid=26343 vsize=1714376 CPUtime=0.95
/proc/26345/task/26354/stat : 26354 (java) S 26343 26345 26300 0 -1 64 2615 0 0 0 94 1 0 0 18 0 13 0 188169822 1755521024 191475 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26345/tid=26355] ppid=26343 vsize=1714376 CPUtime=0
/proc/26345/task/26355/stat : 26355 (java) S 26343 26345 26300 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 188169822 1755521024 191475 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26345/tid=26356] ppid=26343 vsize=1714376 CPUtime=0
/proc/26345/task/26356/stat : 26356 (java) S 26343 26345 26300 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 188169822 1755521024 191475 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26345/tid=26357] ppid=26343 vsize=1714376 CPUtime=0
/proc/26345/task/26357/stat : 26357 (java) S 26343 26345 26300 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 188170072 1755521024 191475 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1797.52
Current children cumulated vsize (Kb) 1714376

[startup+1783.36 s]
/proc/loadavg: 1.02 1.00 1.00 2/76 26359
/proc/meminfo: memFree=656264/2055920 swapFree=4180884/4192956
[pid=26345] ppid=26343 vsize=1714376 CPUtime=1798.52
/proc/26345/stat : 26345 (java) R 26343 26345 26300 0 -1 0 274782 0 1 0 179707 145 0 0 25 0 13 0 188169812 1755521024 191475 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071493127 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26345/statm: 428594 191475 1910 14 0 415341 0
[pid=26345/tid=26346] ppid=26343 vsize=1714376 CPUtime=14.41
/proc/26345/task/26346/stat : 26346 (java) S 26343 26345 26300 0 -1 64 97575 0 0 0 1396 45 0 0 17 0 13 0 188169815 1755521024 191475 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26345/tid=26347] ppid=26343 vsize=1714376 CPUtime=14.4
/proc/26345/task/26347/stat : 26347 (java) S 26343 26345 26300 0 -1 64 93487 0 0 0 1396 44 0 0 16 0 13 0 188169815 1755521024 191475 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26345/tid=26348] ppid=26343 vsize=1714376 CPUtime=0.21
/proc/26345/task/26348/stat : 26348 (java) S 26343 26345 26300 0 -1 64 191 0 0 0 10 11 0 0 16 0 13 0 188169818 1755521024 191475 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=26345/tid=26349] ppid=26343 vsize=1714376 CPUtime=0
/proc/26345/task/26349/stat : 26349 (java) S 26343 26345 26300 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 188169819 1755521024 191475 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26345/tid=26350] ppid=26343 vsize=1714376 CPUtime=0
/proc/26345/task/26350/stat : 26350 (java) S 26343 26345 26300 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 188169819 1755521024 191475 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26345/tid=26351] ppid=26343 vsize=1714376 CPUtime=0
/proc/26345/task/26351/stat : 26351 (java) S 26343 26345 26300 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 188169822 1755521024 191475 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26345/tid=26352] ppid=26343 vsize=1714376 CPUtime=0
/proc/26345/task/26352/stat : 26352 (java) S 26343 26345 26300 0 -1 64 4 0 0 0 0 0 0 0 17 0 13 0 188169822 1755521024 191475 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26345/tid=26353] ppid=26343 vsize=1714376 CPUtime=0.91
/proc/26345/task/26353/stat : 26353 (java) S 26343 26345 26300 0 -1 64 2383 0 0 0 91 0 0 0 17 0 13 0 188169822 1755521024 191475 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26345/tid=26354] ppid=26343 vsize=1714376 CPUtime=0.95
/proc/26345/task/26354/stat : 26354 (java) S 26343 26345 26300 0 -1 64 2615 0 0 0 94 1 0 0 18 0 13 0 188169822 1755521024 191475 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26345/tid=26355] ppid=26343 vsize=1714376 CPUtime=0
/proc/26345/task/26355/stat : 26355 (java) S 26343 26345 26300 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 188169822 1755521024 191475 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26345/tid=26356] ppid=26343 vsize=1714376 CPUtime=0
/proc/26345/task/26356/stat : 26356 (java) S 26343 26345 26300 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 188169822 1755521024 191475 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26345/tid=26357] ppid=26343 vsize=1714376 CPUtime=0
/proc/26345/task/26357/stat : 26357 (java) S 26343 26345 26300 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 188170072 1755521024 191475 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1798.52
Current children cumulated vsize (Kb) 1714376

[startup+1784.36 s]
/proc/loadavg: 1.02 1.00 1.00 2/76 26359
/proc/meminfo: memFree=656264/2055920 swapFree=4180884/4192956
[pid=26345] ppid=26343 vsize=1714376 CPUtime=1799.53
/proc/26345/stat : 26345 (java) R 26343 26345 26300 0 -1 0 274782 0 1 0 179808 145 0 0 25 0 13 0 188169812 1755521024 191475 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071600198 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26345/statm: 428594 191475 1910 14 0 415341 0
[pid=26345/tid=26346] ppid=26343 vsize=1714376 CPUtime=14.41
/proc/26345/task/26346/stat : 26346 (java) S 26343 26345 26300 0 -1 64 97575 0 0 0 1396 45 0 0 17 0 13 0 188169815 1755521024 191475 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26345/tid=26347] ppid=26343 vsize=1714376 CPUtime=14.4
/proc/26345/task/26347/stat : 26347 (java) S 26343 26345 26300 0 -1 64 93487 0 0 0 1396 44 0 0 16 0 13 0 188169815 1755521024 191475 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26345/tid=26348] ppid=26343 vsize=1714376 CPUtime=0.21
/proc/26345/task/26348/stat : 26348 (java) S 26343 26345 26300 0 -1 64 191 0 0 0 10 11 0 0 16 0 13 0 188169818 1755521024 191475 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=26345/tid=26349] ppid=26343 vsize=1714376 CPUtime=0
/proc/26345/task/26349/stat : 26349 (java) S 26343 26345 26300 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 188169819 1755521024 191475 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26345/tid=26350] ppid=26343 vsize=1714376 CPUtime=0
/proc/26345/task/26350/stat : 26350 (java) S 26343 26345 26300 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 188169819 1755521024 191475 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26345/tid=26351] ppid=26343 vsize=1714376 CPUtime=0
/proc/26345/task/26351/stat : 26351 (java) S 26343 26345 26300 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 188169822 1755521024 191475 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26345/tid=26352] ppid=26343 vsize=1714376 CPUtime=0
/proc/26345/task/26352/stat : 26352 (java) S 26343 26345 26300 0 -1 64 4 0 0 0 0 0 0 0 17 0 13 0 188169822 1755521024 191475 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26345/tid=26353] ppid=26343 vsize=1714376 CPUtime=0.91
/proc/26345/task/26353/stat : 26353 (java) S 26343 26345 26300 0 -1 64 2383 0 0 0 91 0 0 0 17 0 13 0 188169822 1755521024 191475 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26345/tid=26354] ppid=26343 vsize=1714376 CPUtime=0.95
/proc/26345/task/26354/stat : 26354 (java) S 26343 26345 26300 0 -1 64 2615 0 0 0 94 1 0 0 18 0 13 0 188169822 1755521024 191475 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26345/tid=26355] ppid=26343 vsize=1714376 CPUtime=0
/proc/26345/task/26355/stat : 26355 (java) S 26343 26345 26300 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 188169822 1755521024 191475 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26345/tid=26356] ppid=26343 vsize=1714376 CPUtime=0
/proc/26345/task/26356/stat : 26356 (java) S 26343 26345 26300 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 188169822 1755521024 191475 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26345/tid=26357] ppid=26343 vsize=1714376 CPUtime=0
/proc/26345/task/26357/stat : 26357 (java) S 26343 26345 26300 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 188170072 1755521024 191475 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1799.53
Current children cumulated vsize (Kb) 1714376

[startup+1785.37 s]
/proc/loadavg: 1.02 1.00 1.00 2/76 26359
/proc/meminfo: memFree=656264/2055920 swapFree=4180884/4192956
[pid=26345] ppid=26343 vsize=1714376 CPUtime=1800.54
/proc/26345/stat : 26345 (java) R 26343 26345 26300 0 -1 0 274782 0 1 0 179909 145 0 0 25 0 13 0 188169812 1755521024 191475 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071492745 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26345/statm: 428594 191475 1910 14 0 415341 0
[pid=26345/tid=26346] ppid=26343 vsize=1714376 CPUtime=14.41
/proc/26345/task/26346/stat : 26346 (java) S 26343 26345 26300 0 -1 64 97575 0 0 0 1396 45 0 0 17 0 13 0 188169815 1755521024 191475 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26345/tid=26347] ppid=26343 vsize=1714376 CPUtime=14.4
/proc/26345/task/26347/stat : 26347 (java) S 26343 26345 26300 0 -1 64 93487 0 0 0 1396 44 0 0 16 0 13 0 188169815 1755521024 191475 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26345/tid=26348] ppid=26343 vsize=1714376 CPUtime=0.21
/proc/26345/task/26348/stat : 26348 (java) S 26343 26345 26300 0 -1 64 191 0 0 0 10 11 0 0 16 0 13 0 188169818 1755521024 191475 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=26345/tid=26349] ppid=26343 vsize=1714376 CPUtime=0
/proc/26345/task/26349/stat : 26349 (java) S 26343 26345 26300 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 188169819 1755521024 191475 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26345/tid=26350] ppid=26343 vsize=1714376 CPUtime=0
/proc/26345/task/26350/stat : 26350 (java) S 26343 26345 26300 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 188169819 1755521024 191475 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26345/tid=26351] ppid=26343 vsize=1714376 CPUtime=0
/proc/26345/task/26351/stat : 26351 (java) S 26343 26345 26300 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 188169822 1755521024 191475 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26345/tid=26352] ppid=26343 vsize=1714376 CPUtime=0
/proc/26345/task/26352/stat : 26352 (java) S 26343 26345 26300 0 -1 64 4 0 0 0 0 0 0 0 17 0 13 0 188169822 1755521024 191475 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26345/tid=26353] ppid=26343 vsize=1714376 CPUtime=0.91
/proc/26345/task/26353/stat : 26353 (java) S 26343 26345 26300 0 -1 64 2383 0 0 0 91 0 0 0 17 0 13 0 188169822 1755521024 191475 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26345/tid=26354] ppid=26343 vsize=1714376 CPUtime=0.95
/proc/26345/task/26354/stat : 26354 (java) S 26343 26345 26300 0 -1 64 2615 0 0 0 94 1 0 0 18 0 13 0 188169822 1755521024 191475 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26345/tid=26355] ppid=26343 vsize=1714376 CPUtime=0
/proc/26345/task/26355/stat : 26355 (java) S 26343 26345 26300 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 188169822 1755521024 191475 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26345/tid=26356] ppid=26343 vsize=1714376 CPUtime=0
/proc/26345/task/26356/stat : 26356 (java) S 26343 26345 26300 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 188169822 1755521024 191475 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26345/tid=26357] ppid=26343 vsize=1714376 CPUtime=0
/proc/26345/task/26357/stat : 26357 (java) S 26343 26345 26300 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 188170072 1755521024 191475 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.54
Current children cumulated vsize (Kb) 1714376



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1785.37 s]
/proc/loadavg: 1.02 1.00 1.00 2/76 26359
/proc/meminfo: memFree=656264/2055920 swapFree=4180884/4192956
[pid=26345] ppid=26343 vsize=1714376 CPUtime=1800.54
/proc/26345/stat : 26345 (java) R 26343 26345 26300 0 -1 0 274782 0 1 0 179909 145 0 0 25 0 13 0 188169812 1755521024 191475 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071508151 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26345/statm: 428594 191475 1910 14 0 415341 0
[pid=26345/tid=26346] ppid=26343 vsize=1714376 CPUtime=14.41
/proc/26345/task/26346/stat : 26346 (java) S 26343 26345 26300 0 -1 64 97575 0 0 0 1396 45 0 0 17 0 13 0 188169815 1755521024 191475 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26345/tid=26347] ppid=26343 vsize=1714376 CPUtime=14.4
/proc/26345/task/26347/stat : 26347 (java) S 26343 26345 26300 0 -1 64 93487 0 0 0 1396 44 0 0 16 0 13 0 188169815 1755521024 191475 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26345/tid=26348] ppid=26343 vsize=1714376 CPUtime=0.21
/proc/26345/task/26348/stat : 26348 (java) S 26343 26345 26300 0 -1 64 191 0 0 0 10 11 0 0 16 0 13 0 188169818 1755521024 191475 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=26345/tid=26349] ppid=26343 vsize=1714376 CPUtime=0
/proc/26345/task/26349/stat : 26349 (java) S 26343 26345 26300 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 188169819 1755521024 191475 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26345/tid=26350] ppid=26343 vsize=1714376 CPUtime=0
/proc/26345/task/26350/stat : 26350 (java) S 26343 26345 26300 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 188169819 1755521024 191475 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26345/tid=26351] ppid=26343 vsize=1714376 CPUtime=0
/proc/26345/task/26351/stat : 26351 (java) S 26343 26345 26300 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 188169822 1755521024 191475 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26345/tid=26352] ppid=26343 vsize=1714376 CPUtime=0
/proc/26345/task/26352/stat : 26352 (java) S 26343 26345 26300 0 -1 64 4 0 0 0 0 0 0 0 17 0 13 0 188169822 1755521024 191475 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26345/tid=26353] ppid=26343 vsize=1714376 CPUtime=0.91
/proc/26345/task/26353/stat : 26353 (java) S 26343 26345 26300 0 -1 64 2383 0 0 0 91 0 0 0 17 0 13 0 188169822 1755521024 191475 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26345/tid=26354] ppid=26343 vsize=1714376 CPUtime=0.95
/proc/26345/task/26354/stat : 26354 (java) S 26343 26345 26300 0 -1 64 2615 0 0 0 94 1 0 0 18 0 13 0 188169822 1755521024 191475 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26345/tid=26355] ppid=26343 vsize=1714376 CPUtime=0
/proc/26345/task/26355/stat : 26355 (java) S 26343 26345 26300 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 188169822 1755521024 191475 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26345/tid=26356] ppid=26343 vsize=1714376 CPUtime=0
/proc/26345/task/26356/stat : 26356 (java) S 26343 26345 26300 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 188169822 1755521024 191475 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26345/tid=26357] ppid=26343 vsize=1714376 CPUtime=0
/proc/26345/task/26357/stat : 26357 (java) S 26343 26345 26300 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 188170072 1755521024 191475 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.54
Current children cumulated vsize (Kb) 1714376

Sending SIGTERM to -26345
Sleeping 2 seconds

Child status: 143
Real time (s): 1785.62
CPU time (s): 1800.77
CPU user time (s): 1799.19
CPU system time (s): 1.57476
CPU usage (%): 100.848
Max. virtual memory (cumulated for all children) (Kb): 1714376

Launcher Data (download as text)

Begin job on node35 on Fri Jun  2 05:10:59 UTC 2006


FILE ID= 43627-1149225059

PBS_JOBID= 295772

BENCH NAME= ROOT/tmp/node35/43627-1149225059/instance-43627-1149225059.opb
COMMAND LINE= java -server -Xms1500M -Xmx1500M -jar ROOT/solvers/PB/PB06final/user5/sat4jPseudoPlus.jar ROOT/tmp/node35/43627-1149225059/instance-43627-1149225059.opb 18950450
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node35/watcher-43627-1149225059 -o ROOT/results/node35/solver-43627-1149225059 -C 1800 -M 1800 -S 64  java -server -Xms1500M -Xmx1500M -jar ROOT/solvers/PB/PB06final/user5/sat4jPseudoPlus.jar ROOT/tmp/node35/43627-1149225059/instance-43627-1149225059.opb 18950450

MD5SUM SOLVER= e9637a7554f3ecdf74c1815f89d00213
MD5SUM BENCH=  7f5f10f1b8aeee16c5b46dadab8c5b22

RANDOM SEED= 18950450


/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.210
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.210
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:       1417656 kB
Buffers:         22844 kB
Cached:         546396 kB
SwapCached:       4000 kB
Active:          82644 kB
Inactive:       495532 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1417656 kB
SwapTotal:     4192956 kB
SwapFree:      4180884 kB
Dirty:             176 kB
Writeback:           0 kB
Mapped:          14924 kB
Slab:            46164 kB
Committed_AS:   214628 kB
PageTables:       1432 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB


End job on node35 on Fri Jun  2 05:40:50 UTC 2006