Trace number 44563

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerObjective functionCPU timeWall clock time
SAT4JPSEUDO 2006.2? (TO) 1800.79 1784.47

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/plato.asu.edu/
pub/fctp/normalized-mps-v2-20-10-n3709.opb
MD5SUM7d8773951a908fd3c2652ff6acba65e8
Bench CategoryOPT-BIGINT (optimisation, big integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 4559348765
Optimality of the best value was proved NO
Number of variables155000
Total number of constraints5150
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 constraints5150
Minimum length of a constraint31
Maximum length of a constraint3000
Number of terms in the objective function 155000
Biggest coefficient in the objective function 4294967296
Number of bits for the biggest coefficient in the objective function 33
Sum of the numbers in the objective function 29610373267604
Number of bits of the sum of numbers in the objective function 45
Biggest number in a constraint 4294967296
Number of bits of the biggest number in a constraint 33
Biggest sum of numbers in a constraint 29610373267604
Number of bits of the biggest sum of numbers45
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data (download as text)

0.15	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.15	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.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@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/node66/44563-1149303877/instance-44563-1149303877.opb
0.21	c reading problem ... 
36.04	c ... done. Time 35.83 ms.
36.04	c #vars     155000
36.04	c #constraints  5300
1784.34	c starts		: 3
1784.34	c conflicts		: 431
1784.34	c decisions		: 43829
1784.34	c propagations		: 161970
1784.34	c inspects		: 237656
1784.34	c learnt literals	: 0
1784.34	c learnt binary clauses	: 0
1784.34	c learnt ternary clauses	: 0
1784.34	c learnt clauses	: 430
1784.34	c root simplifications	: 0
1784.34	c removed literals (reason simplification)	: 0
1784.34	c reason swapping (by a shorter reason)	: 0
1784.34	c Calls to reduceDB	: 0
1784.34	c speed (decisions/second)	: 25.070585920339727
1784.34	c non guided choices	23571
1784.34	s UNKNOWN
1784.34	c Total wall clock time (ms): 1784.136

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

Current StackSize limit: 67108864 bytes

/proc/loadavg: 0.91 0.97 0.91 3/64 19268
/proc/meminfo: memFree=1134256/2055920 swapFree=4182232/4192956
[pid=19268] ppid=19266 vsize=292 CPUtime=0
/proc/19268/stat : 19268 (java) R 19266 19268 19222 0 -1 0 52 0 0 0 0 0 0 0 18 0 1 0 196055905 299008 35 18446744073709551615 134512640 134570276 4294956624 18446744073709551615 9839396 0 0 4096 0 0 0 0 17 1 0 0
/proc/19268/statm: 73 37 29 14 0 5 0

[startup+10.0018 s]
/proc/loadavg: 0.93 0.97 0.91 2/75 19279
/proc/meminfo: memFree=875440/2055920 swapFree=4182232/4192956
[pid=19268] ppid=19266 vsize=1717328 CPUtime=11.64
/proc/19268/stat : 19268 (java) R 19266 19268 19222 0 -1 0 71624 0 1 0 1123 41 0 0 25 0 12 0 196055905 1758543872 66469 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071462225 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/19268/statm: 429332 66469 1886 14 0 416079 0
[pid=19268/tid=19269] ppid=19266 vsize=1717328 CPUtime=1.06
/proc/19268/task/19269/stat : 19269 (java) S 19266 19268 19222 0 -1 64 13670 0 0 0 98 8 0 0 16 0 12 0 196055909 1758543872 66469 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19268/tid=19270] ppid=19266 vsize=1717328 CPUtime=1.06
/proc/19268/task/19270/stat : 19270 (java) S 19266 19268 19222 0 -1 64 19317 0 0 0 93 13 0 0 16 0 12 0 196055909 1758543872 66469 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19268/tid=19271] ppid=19266 vsize=1717328 CPUtime=0
/proc/19268/task/19271/stat : 19271 (java) S 19266 19268 19222 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 196055911 1758543872 66469 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=19268/tid=19272] ppid=19266 vsize=1717328 CPUtime=0
/proc/19268/task/19272/stat : 19272 (java) S 19266 19268 19222 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 196055912 1758543872 66469 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19268/tid=19273] ppid=19266 vsize=1717328 CPUtime=0
/proc/19268/task/19273/stat : 19273 (java) S 19266 19268 19222 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 196055912 1758543872 66469 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19268/tid=19274] ppid=19266 vsize=1717328 CPUtime=0
/proc/19268/task/19274/stat : 19274 (java) S 19266 19268 19222 0 -1 64 0 0 0 0 0 0 0 0 24 0 12 0 196055915 1758543872 66469 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19268/tid=19275] ppid=19266 vsize=1717328 CPUtime=0
/proc/19268/task/19275/stat : 19275 (java) S 19266 19268 19222 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 196055915 1758543872 66469 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19268/tid=19276] ppid=19266 vsize=1717328 CPUtime=0.38
/proc/19268/task/19276/stat : 19276 (java) S 19266 19268 19222 0 -1 64 564 0 0 0 38 0 0 0 16 0 12 0 196055915 1758543872 66469 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19268/tid=19277] ppid=19266 vsize=1717328 CPUtime=0.46
/proc/19268/task/19277/stat : 19277 (java) S 19266 19268 19222 0 -1 64 1554 0 0 0 46 0 0 0 15 0 12 0 196055915 1758543872 66469 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19268/tid=19278] ppid=19266 vsize=1717328 CPUtime=0
/proc/19268/task/19278/stat : 19278 (java) S 19266 19268 19222 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 196055915 1758543872 66469 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19268/tid=19279] ppid=19266 vsize=1717328 CPUtime=0
/proc/19268/task/19279/stat : 19279 (java) S 19266 19268 19222 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 196055915 1758543872 66469 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 11.64
Current children cumulated vsize (Kb) 1717328

[startup+20.009 s]
/proc/loadavg: 0.94 0.97 0.91 2/75 19279
/proc/meminfo: memFree=913912/2055920 swapFree=4182232/4192956
[pid=19268] ppid=19266 vsize=1717328 CPUtime=21.74
/proc/19268/stat : 19268 (java) R 19266 19268 19222 0 -1 0 72701 0 1 0 2132 42 0 0 18 0 12 0 196055905 1758543872 56879 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071462159 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/19268/statm: 429332 56879 1886 14 0 416079 0
[pid=19268/tid=19269] ppid=19266 vsize=1717328 CPUtime=1.15
/proc/19268/task/19269/stat : 19269 (java) S 19266 19268 19222 0 -1 64 14180 0 0 0 107 8 0 0 15 0 12 0 196055909 1758543872 56879 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19268/tid=19270] ppid=19266 vsize=1717328 CPUtime=1.16
/proc/19268/task/19270/stat : 19270 (java) S 19266 19268 19222 0 -1 64 19862 0 0 0 102 14 0 0 17 0 12 0 196055909 1758543872 56879 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19268/tid=19271] ppid=19266 vsize=1717328 CPUtime=0
/proc/19268/task/19271/stat : 19271 (java) S 19266 19268 19222 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 196055911 1758543872 56879 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=19268/tid=19272] ppid=19266 vsize=1717328 CPUtime=0
/proc/19268/task/19272/stat : 19272 (java) S 19266 19268 19222 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 196055912 1758543872 56879 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19268/tid=19273] ppid=19266 vsize=1717328 CPUtime=0
/proc/19268/task/19273/stat : 19273 (java) S 19266 19268 19222 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 196055912 1758543872 56879 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19268/tid=19274] ppid=19266 vsize=1717328 CPUtime=0
/proc/19268/task/19274/stat : 19274 (java) S 19266 19268 19222 0 -1 64 0 0 0 0 0 0 0 0 24 0 12 0 196055915 1758543872 56879 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19268/tid=19275] ppid=19266 vsize=1717328 CPUtime=0
/proc/19268/task/19275/stat : 19275 (java) S 19266 19268 19222 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 196055915 1758543872 56879 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19268/tid=19276] ppid=19266 vsize=1717328 CPUtime=0.39
/proc/19268/task/19276/stat : 19276 (java) S 19266 19268 19222 0 -1 64 564 0 0 0 39 0 0 0 16 0 12 0 196055915 1758543872 56879 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19268/tid=19277] ppid=19266 vsize=1717328 CPUtime=0.46
/proc/19268/task/19277/stat : 19277 (java) S 19266 19268 19222 0 -1 64 1554 0 0 0 46 0 0 0 16 0 12 0 196055915 1758543872 56879 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19268/tid=19278] ppid=19266 vsize=1717328 CPUtime=0
/proc/19268/task/19278/stat : 19278 (java) S 19266 19268 19222 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 196055915 1758543872 56879 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19268/tid=19279] ppid=19266 vsize=1717328 CPUtime=0
/proc/19268/task/19279/stat : 19279 (java) S 19266 19268 19222 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 196055915 1758543872 56879 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 21.74
Current children cumulated vsize (Kb) 1717328

[startup+30.0163 s]
/proc/loadavg: 0.95 0.97 0.91 2/75 19279
/proc/meminfo: memFree=922744/2055920 swapFree=4182232/4192956
[pid=19268] ppid=19266 vsize=1717328 CPUtime=31.83
/proc/19268/stat : 19268 (java) R 19266 19268 19222 0 -1 0 76982 0 1 0 3139 44 0 0 25 0 12 0 196055905 1758543872 54765 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071454497 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/19268/statm: 429332 54765 1886 14 0 416079 0
[pid=19268/tid=19269] ppid=19266 vsize=1717328 CPUtime=1.24
/proc/19268/task/19269/stat : 19269 (java) S 19266 19268 19222 0 -1 64 14707 0 0 0 116 8 0 0 16 0 12 0 196055909 1758543872 54765 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19268/tid=19270] ppid=19266 vsize=1717328 CPUtime=1.25
/proc/19268/task/19270/stat : 19270 (java) S 19266 19268 19222 0 -1 64 20437 0 0 0 111 14 0 0 16 0 12 0 196055909 1758543872 54765 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19268/tid=19271] ppid=19266 vsize=1717328 CPUtime=0
/proc/19268/task/19271/stat : 19271 (java) S 19266 19268 19222 0 -1 64 19 0 0 0 0 0 0 0 15 0 12 0 196055911 1758543872 54765 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=19268/tid=19272] ppid=19266 vsize=1717328 CPUtime=0
/proc/19268/task/19272/stat : 19272 (java) S 19266 19268 19222 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 196055912 1758543872 54765 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19268/tid=19273] ppid=19266 vsize=1717328 CPUtime=0
/proc/19268/task/19273/stat : 19273 (java) S 19266 19268 19222 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 196055912 1758543872 54765 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19268/tid=19274] ppid=19266 vsize=1717328 CPUtime=0
/proc/19268/task/19274/stat : 19274 (java) S 19266 19268 19222 0 -1 64 0 0 0 0 0 0 0 0 24 0 12 0 196055915 1758543872 54765 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19268/tid=19275] ppid=19266 vsize=1717328 CPUtime=0
/proc/19268/task/19275/stat : 19275 (java) S 19266 19268 19222 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 196055915 1758543872 54765 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19268/tid=19276] ppid=19266 vsize=1717328 CPUtime=0.39
/proc/19268/task/19276/stat : 19276 (java) S 19266 19268 19222 0 -1 64 564 0 0 0 39 0 0 0 16 0 12 0 196055915 1758543872 54765 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19268/tid=19277] ppid=19266 vsize=1717328 CPUtime=0.46
/proc/19268/task/19277/stat : 19277 (java) S 19266 19268 19222 0 -1 64 1554 0 0 0 46 0 0 0 16 0 12 0 196055915 1758543872 54765 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19268/tid=19278] ppid=19266 vsize=1717328 CPUtime=0
/proc/19268/task/19278/stat : 19278 (java) S 19266 19268 19222 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 196055915 1758543872 54765 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19268/tid=19279] ppid=19266 vsize=1717328 CPUtime=0
/proc/19268/task/19279/stat : 19279 (java) S 19266 19268 19222 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 196055915 1758543872 54765 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 31.83
Current children cumulated vsize (Kb) 1717328

[startup+40.0235 s]
/proc/loadavg: 0.95 0.97 0.91 2/76 19280
/proc/meminfo: memFree=914480/2055920 swapFree=4182232/4192956
[pid=19268] ppid=19266 vsize=1717844 CPUtime=42.22
/proc/19268/stat : 19268 (java) R 19266 19268 19222 0 -1 0 80082 0 1 0 4175 47 0 0 18 0 13 0 196055905 1759072256 56773 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071592606 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/19268/statm: 429461 56773 1903 14 0 416208 0
[pid=19268/tid=19269] ppid=19266 vsize=1717844 CPUtime=1.32
/proc/19268/task/19269/stat : 19269 (java) S 19266 19268 19222 0 -1 64 15767 0 0 0 123 9 0 0 16 0 13 0 196055909 1759072256 56773 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19268/tid=19270] ppid=19266 vsize=1717844 CPUtime=1.33
/proc/19268/task/19270/stat : 19270 (java) S 19266 19268 19222 0 -1 64 22170 0 0 0 118 15 0 0 16 0 13 0 196055909 1759072256 56773 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19268/tid=19271] ppid=19266 vsize=1717844 CPUtime=0
/proc/19268/task/19271/stat : 19271 (java) S 19266 19268 19222 0 -1 64 19 0 0 0 0 0 0 0 16 0 13 0 196055911 1759072256 56773 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=19268/tid=19272] ppid=19266 vsize=1717844 CPUtime=0
/proc/19268/task/19272/stat : 19272 (java) S 19266 19268 19222 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 196055912 1759072256 56773 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19268/tid=19273] ppid=19266 vsize=1717844 CPUtime=0
/proc/19268/task/19273/stat : 19273 (java) S 19266 19268 19222 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 196055912 1759072256 56773 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19268/tid=19274] ppid=19266 vsize=1717844 CPUtime=0
/proc/19268/task/19274/stat : 19274 (java) S 19266 19268 19222 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 196055915 1759072256 56773 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19268/tid=19275] ppid=19266 vsize=1717844 CPUtime=0
/proc/19268/task/19275/stat : 19275 (java) S 19266 19268 19222 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 196055915 1759072256 56773 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19268/tid=19276] ppid=19266 vsize=1717844 CPUtime=0.6
/proc/19268/task/19276/stat : 19276 (java) S 19266 19268 19222 0 -1 64 580 0 0 0 60 0 0 0 16 0 13 0 196055915 1759072256 56773 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19268/tid=19277] ppid=19266 vsize=1717844 CPUtime=0.65
/proc/19268/task/19277/stat : 19277 (java) S 19266 19268 19222 0 -1 64 1782 0 0 0 64 1 0 0 17 0 13 0 196055915 1759072256 56773 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19268/tid=19278] ppid=19266 vsize=1717844 CPUtime=0
/proc/19268/task/19278/stat : 19278 (java) S 19266 19268 19222 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 196055915 1759072256 56773 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19268/tid=19279] ppid=19266 vsize=1717844 CPUtime=0
/proc/19268/task/19279/stat : 19279 (java) S 19266 19268 19222 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 196055915 1759072256 56773 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19268/tid=19280] ppid=19266 vsize=1717844 CPUtime=0
/proc/19268/task/19280/stat : 19280 (java) S 19266 19268 19222 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 196059527 1759072256 56773 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 42.22
Current children cumulated vsize (Kb) 1717844

[startup+50.0317 s]
/proc/loadavg: 0.96 0.97 0.91 2/76 19280
/proc/meminfo: memFree=908208/2055920 swapFree=4182232/4192956
[pid=19268] ppid=19266 vsize=1722964 CPUtime=52.7
/proc/19268/stat : 19268 (java) R 19266 19268 19222 0 -1 0 83846 0 1 0 5221 49 0 0 25 0 13 0 196055905 1764315136 58416 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071592019 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/19268/statm: 430741 58416 1907 14 0 417488 0
[pid=19268/tid=19269] ppid=19266 vsize=1722964 CPUtime=1.35
/proc/19268/task/19269/stat : 19269 (java) S 19266 19268 19222 0 -1 64 15914 0 0 0 126 9 0 0 16 0 13 0 196055909 1764315136 58416 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19268/tid=19270] ppid=19266 vsize=1722964 CPUtime=1.36
/proc/19268/task/19270/stat : 19270 (java) S 19266 19268 19222 0 -1 64 22885 0 0 0 121 15 0 0 16 0 13 0 196055909 1764315136 58416 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19268/tid=19271] ppid=19266 vsize=1722964 CPUtime=0.01
/proc/19268/task/19271/stat : 19271 (java) S 19266 19268 19222 0 -1 64 19 0 0 0 0 1 0 0 16 0 13 0 196055911 1764315136 58416 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=19268/tid=19272] ppid=19266 vsize=1722964 CPUtime=0
/proc/19268/task/19272/stat : 19272 (java) S 19266 19268 19222 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 196055912 1764315136 58416 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19268/tid=19273] ppid=19266 vsize=1722964 CPUtime=0
/proc/19268/task/19273/stat : 19273 (java) S 19266 19268 19222 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 196055912 1764315136 58416 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19268/tid=19274] ppid=19266 vsize=1722964 CPUtime=0
/proc/19268/task/19274/stat : 19274 (java) S 19266 19268 19222 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 196055915 1764315136 58416 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19268/tid=19275] ppid=19266 vsize=1722964 CPUtime=0
/proc/19268/task/19275/stat : 19275 (java) S 19266 19268 19222 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 196055915 1764315136 58416 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19268/tid=19276] ppid=19266 vsize=1722964 CPUtime=0.73
/proc/19268/task/19276/stat : 19276 (java) S 19266 19268 19222 0 -1 64 603 0 0 0 73 0 0 0 17 0 13 0 196055915 1764315136 58416 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19268/tid=19277] ppid=19266 vsize=1722964 CPUtime=1.01
/proc/19268/task/19277/stat : 19277 (java) S 19266 19268 19222 0 -1 64 4652 0 0 0 99 2 0 0 17 0 13 0 196055915 1764315136 58416 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19268/tid=19278] ppid=19266 vsize=1722964 CPUtime=0
/proc/19268/task/19278/stat : 19278 (java) S 19266 19268 19222 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 196055915 1764315136 58416 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19268/tid=19279] ppid=19266 vsize=1722964 CPUtime=0
/proc/19268/task/19279/stat : 19279 (java) S 19266 19268 19222 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 196055915 1764315136 58416 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19268/tid=19280] ppid=19266 vsize=1722964 CPUtime=0
/proc/19268/task/19280/stat : 19280 (java) S 19266 19268 19222 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 196059527 1764315136 58416 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 52.7
Current children cumulated vsize (Kb) 1722964

[startup+60.039 s]
/proc/loadavg: 0.97 0.97 0.91 2/76 19280
/proc/meminfo: memFree=907120/2055920 swapFree=4182232/4192956
[pid=19268] ppid=19266 vsize=1722964 CPUtime=62.92
/proc/19268/stat : 19268 (java) R 19266 19268 19222 0 -1 0 84642 0 1 0 6242 50 0 0 25 0 13 0 196055905 1764315136 58621 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071456986 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/19268/statm: 430741 58621 1907 14 0 417488 0
[pid=19268/tid=19269] ppid=19266 vsize=1722964 CPUtime=1.4
/proc/19268/task/19269/stat : 19269 (java) S 19266 19268 19222 0 -1 64 16429 0 0 0 131 9 0 0 17 0 13 0 196055909 1764315136 58621 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19268/tid=19270] ppid=19266 vsize=1722964 CPUtime=1.4
/proc/19268/task/19270/stat : 19270 (java) S 19266 19268 19222 0 -1 64 23151 0 0 0 124 16 0 0 16 0 13 0 196055909 1764315136 58621 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19268/tid=19271] ppid=19266 vsize=1722964 CPUtime=0.02
/proc/19268/task/19271/stat : 19271 (java) S 19266 19268 19222 0 -1 64 19 0 0 0 1 1 0 0 16 0 13 0 196055911 1764315136 58621 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=19268/tid=19272] ppid=19266 vsize=1722964 CPUtime=0
/proc/19268/task/19272/stat : 19272 (java) S 19266 19268 19222 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 196055912 1764315136 58621 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19268/tid=19273] ppid=19266 vsize=1722964 CPUtime=0
/proc/19268/task/19273/stat : 19273 (java) S 19266 19268 19222 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 196055912 1764315136 58621 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19268/tid=19274] ppid=19266 vsize=1722964 CPUtime=0
/proc/19268/task/19274/stat : 19274 (java) S 19266 19268 19222 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 196055915 1764315136 58621 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19268/tid=19275] ppid=19266 vsize=1722964 CPUtime=0
/proc/19268/task/19275/stat : 19275 (java) S 19266 19268 19222 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 196055915 1764315136 58621 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19268/tid=19276] ppid=19266 vsize=1722964 CPUtime=0.9
/proc/19268/task/19276/stat : 19276 (java) S 19266 19268 19222 0 -1 64 611 0 0 0 90 0 0 0 17 0 13 0 196055915 1764315136 58621 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19268/tid=19277] ppid=19266 vsize=1722964 CPUtime=1.05
/proc/19268/task/19277/stat : 19277 (java) S 19266 19268 19222 0 -1 64 4652 0 0 0 103 2 0 0 16 0 13 0 196055915 1764315136 58621 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0

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

[pid=19268/tid=19272] ppid=19266 vsize=1722964 CPUtime=0
/proc/19268/task/19272/stat : 19272 (java) S 19266 19268 19222 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 196055912 1764315136 134779 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19268/tid=19273] ppid=19266 vsize=1722964 CPUtime=0
/proc/19268/task/19273/stat : 19273 (java) S 19266 19268 19222 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 196055912 1764315136 134779 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19268/tid=19274] ppid=19266 vsize=1722964 CPUtime=0
/proc/19268/task/19274/stat : 19274 (java) S 19266 19268 19222 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 196055915 1764315136 134779 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19268/tid=19275] ppid=19266 vsize=1722964 CPUtime=0.01
/proc/19268/task/19275/stat : 19275 (java) S 19266 19268 19222 0 -1 64 2 0 0 0 1 0 0 0 17 0 13 0 196055915 1764315136 134779 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19268/tid=19276] ppid=19266 vsize=1722964 CPUtime=0.96
/proc/19268/task/19276/stat : 19276 (java) S 19266 19268 19222 0 -1 64 613 0 0 0 96 0 0 0 17 0 13 0 196055915 1764315136 134779 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19268/tid=19277] ppid=19266 vsize=1722964 CPUtime=1.15
/proc/19268/task/19277/stat : 19277 (java) S 19266 19268 19222 0 -1 64 4660 0 0 0 113 2 0 0 16 0 13 0 196055915 1764315136 134779 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19268/tid=19278] ppid=19266 vsize=1722964 CPUtime=0
/proc/19268/task/19278/stat : 19278 (java) S 19266 19268 19222 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 196055915 1764315136 134779 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19268/tid=19279] ppid=19266 vsize=1722964 CPUtime=0
/proc/19268/task/19279/stat : 19279 (java) S 19266 19268 19222 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 196055915 1764315136 134779 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19268/tid=19280] ppid=19266 vsize=1722964 CPUtime=0
/proc/19268/task/19280/stat : 19280 (java) S 19266 19268 19222 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 196059527 1764315136 134779 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1796.61
Current children cumulated vsize (Kb) 1722964

[startup+1781.32 s]
/proc/loadavg: 1.03 1.01 0.93 2/76 19280
/proc/meminfo: memFree=601648/2055920 swapFree=4182232/4192956
[pid=19268] ppid=19266 vsize=1722964 CPUtime=1797.61
/proc/19268/stat : 19268 (java) R 19266 19268 19222 0 -1 0 207450 0 1 0 179461 300 0 0 25 0 13 0 196055905 1764315136 134779 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071592589 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/19268/statm: 430741 134779 1909 14 0 417488 0
[pid=19268/tid=19269] ppid=19266 vsize=1722964 CPUtime=15.38
/proc/19268/task/19269/stat : 19269 (java) S 19266 19268 19222 0 -1 64 55007 0 0 0 1426 112 0 0 16 0 13 0 196055909 1764315136 134779 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19268/tid=19270] ppid=19266 vsize=1722964 CPUtime=15.32
/proc/19268/task/19270/stat : 19270 (java) S 19266 19268 19222 0 -1 64 64472 0 0 0 1401 131 0 0 17 0 13 0 196055909 1764315136 134779 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19268/tid=19271] ppid=19266 vsize=1722964 CPUtime=0.21
/proc/19268/task/19271/stat : 19271 (java) S 19266 19268 19222 0 -1 64 209 0 0 0 12 9 0 0 16 0 13 0 196055911 1764315136 134779 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=19268/tid=19272] ppid=19266 vsize=1722964 CPUtime=0
/proc/19268/task/19272/stat : 19272 (java) S 19266 19268 19222 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 196055912 1764315136 134779 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19268/tid=19273] ppid=19266 vsize=1722964 CPUtime=0
/proc/19268/task/19273/stat : 19273 (java) S 19266 19268 19222 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 196055912 1764315136 134779 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19268/tid=19274] ppid=19266 vsize=1722964 CPUtime=0
/proc/19268/task/19274/stat : 19274 (java) S 19266 19268 19222 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 196055915 1764315136 134779 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19268/tid=19275] ppid=19266 vsize=1722964 CPUtime=0.01
/proc/19268/task/19275/stat : 19275 (java) S 19266 19268 19222 0 -1 64 2 0 0 0 1 0 0 0 17 0 13 0 196055915 1764315136 134779 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19268/tid=19276] ppid=19266 vsize=1722964 CPUtime=0.96
/proc/19268/task/19276/stat : 19276 (java) S 19266 19268 19222 0 -1 64 613 0 0 0 96 0 0 0 17 0 13 0 196055915 1764315136 134779 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19268/tid=19277] ppid=19266 vsize=1722964 CPUtime=1.15
/proc/19268/task/19277/stat : 19277 (java) S 19266 19268 19222 0 -1 64 4660 0 0 0 113 2 0 0 16 0 13 0 196055915 1764315136 134779 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19268/tid=19278] ppid=19266 vsize=1722964 CPUtime=0
/proc/19268/task/19278/stat : 19278 (java) S 19266 19268 19222 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 196055915 1764315136 134779 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19268/tid=19279] ppid=19266 vsize=1722964 CPUtime=0
/proc/19268/task/19279/stat : 19279 (java) S 19266 19268 19222 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 196055915 1764315136 134779 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19268/tid=19280] ppid=19266 vsize=1722964 CPUtime=0
/proc/19268/task/19280/stat : 19280 (java) S 19266 19268 19222 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 196059527 1764315136 134779 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1797.61
Current children cumulated vsize (Kb) 1722964

[startup+1782.33 s]
/proc/loadavg: 1.03 1.01 0.93 2/76 19280
/proc/meminfo: memFree=601648/2055920 swapFree=4182232/4192956
[pid=19268] ppid=19266 vsize=1722964 CPUtime=1798.62
/proc/19268/stat : 19268 (java) R 19266 19268 19222 0 -1 0 207450 0 1 0 179562 300 0 0 25 0 13 0 196055905 1764315136 134779 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071592573 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/19268/statm: 430741 134779 1909 14 0 417488 0
[pid=19268/tid=19269] ppid=19266 vsize=1722964 CPUtime=15.38
/proc/19268/task/19269/stat : 19269 (java) S 19266 19268 19222 0 -1 64 55007 0 0 0 1426 112 0 0 16 0 13 0 196055909 1764315136 134779 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19268/tid=19270] ppid=19266 vsize=1722964 CPUtime=15.32
/proc/19268/task/19270/stat : 19270 (java) S 19266 19268 19222 0 -1 64 64472 0 0 0 1401 131 0 0 17 0 13 0 196055909 1764315136 134779 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19268/tid=19271] ppid=19266 vsize=1722964 CPUtime=0.21
/proc/19268/task/19271/stat : 19271 (java) S 19266 19268 19222 0 -1 64 209 0 0 0 12 9 0 0 16 0 13 0 196055911 1764315136 134779 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=19268/tid=19272] ppid=19266 vsize=1722964 CPUtime=0
/proc/19268/task/19272/stat : 19272 (java) S 19266 19268 19222 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 196055912 1764315136 134779 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19268/tid=19273] ppid=19266 vsize=1722964 CPUtime=0
/proc/19268/task/19273/stat : 19273 (java) S 19266 19268 19222 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 196055912 1764315136 134779 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19268/tid=19274] ppid=19266 vsize=1722964 CPUtime=0
/proc/19268/task/19274/stat : 19274 (java) S 19266 19268 19222 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 196055915 1764315136 134779 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19268/tid=19275] ppid=19266 vsize=1722964 CPUtime=0.01
/proc/19268/task/19275/stat : 19275 (java) S 19266 19268 19222 0 -1 64 2 0 0 0 1 0 0 0 17 0 13 0 196055915 1764315136 134779 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19268/tid=19276] ppid=19266 vsize=1722964 CPUtime=0.96
/proc/19268/task/19276/stat : 19276 (java) S 19266 19268 19222 0 -1 64 613 0 0 0 96 0 0 0 17 0 13 0 196055915 1764315136 134779 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19268/tid=19277] ppid=19266 vsize=1722964 CPUtime=1.15
/proc/19268/task/19277/stat : 19277 (java) S 19266 19268 19222 0 -1 64 4660 0 0 0 113 2 0 0 16 0 13 0 196055915 1764315136 134779 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19268/tid=19278] ppid=19266 vsize=1722964 CPUtime=0
/proc/19268/task/19278/stat : 19278 (java) S 19266 19268 19222 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 196055915 1764315136 134779 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19268/tid=19279] ppid=19266 vsize=1722964 CPUtime=0
/proc/19268/task/19279/stat : 19279 (java) S 19266 19268 19222 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 196055915 1764315136 134779 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19268/tid=19280] ppid=19266 vsize=1722964 CPUtime=0
/proc/19268/task/19280/stat : 19280 (java) S 19266 19268 19222 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 196059527 1764315136 134779 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1798.62
Current children cumulated vsize (Kb) 1722964

[startup+1783.33 s]
/proc/loadavg: 1.03 1.01 0.93 4/76 19280
/proc/meminfo: memFree=601648/2055920 swapFree=4182232/4192956
[pid=19268] ppid=19266 vsize=1722964 CPUtime=1799.64
/proc/19268/stat : 19268 (java) R 19266 19268 19222 0 -1 0 207453 0 1 0 179664 300 0 0 25 0 13 0 196055905 1764315136 134781 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/19268/statm: 430741 134781 1909 14 0 417488 0
[pid=19268/tid=19269] ppid=19266 vsize=1722964 CPUtime=15.4
/proc/19268/task/19269/stat : 19269 (java) R 19266 19268 19222 0 -1 64 55008 0 0 0 1428 112 0 0 17 0 13 0 196055909 1764315136 134781 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4154649207 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19268/tid=19270] ppid=19266 vsize=1722964 CPUtime=15.35
/proc/19268/task/19270/stat : 19270 (java) R 19266 19268 19222 0 -1 64 64473 0 0 0 1404 131 0 0 16 0 13 0 196055909 1764315136 134781 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4154649075 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19268/tid=19271] ppid=19266 vsize=1722964 CPUtime=0.21
/proc/19268/task/19271/stat : 19271 (java) S 19266 19268 19222 0 -1 64 209 0 0 0 12 9 0 0 15 0 13 0 196055911 1764315136 134781 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=19268/tid=19272] ppid=19266 vsize=1722964 CPUtime=0
/proc/19268/task/19272/stat : 19272 (java) S 19266 19268 19222 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 196055912 1764315136 134781 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19268/tid=19273] ppid=19266 vsize=1722964 CPUtime=0
/proc/19268/task/19273/stat : 19273 (java) S 19266 19268 19222 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 196055912 1764315136 134781 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19268/tid=19274] ppid=19266 vsize=1722964 CPUtime=0
/proc/19268/task/19274/stat : 19274 (java) S 19266 19268 19222 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 196055915 1764315136 134781 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19268/tid=19275] ppid=19266 vsize=1722964 CPUtime=0.01
/proc/19268/task/19275/stat : 19275 (java) S 19266 19268 19222 0 -1 64 2 0 0 0 1 0 0 0 17 0 13 0 196055915 1764315136 134781 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19268/tid=19276] ppid=19266 vsize=1722964 CPUtime=0.96
/proc/19268/task/19276/stat : 19276 (java) S 19266 19268 19222 0 -1 64 613 0 0 0 96 0 0 0 17 0 13 0 196055915 1764315136 134781 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19268/tid=19277] ppid=19266 vsize=1722964 CPUtime=1.15
/proc/19268/task/19277/stat : 19277 (java) S 19266 19268 19222 0 -1 64 4660 0 0 0 113 2 0 0 16 0 13 0 196055915 1764315136 134781 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19268/tid=19278] ppid=19266 vsize=1722964 CPUtime=0
/proc/19268/task/19278/stat : 19278 (java) S 19266 19268 19222 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 196055915 1764315136 134781 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19268/tid=19279] ppid=19266 vsize=1722964 CPUtime=0
/proc/19268/task/19279/stat : 19279 (java) S 19266 19268 19222 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 196055915 1764315136 134781 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19268/tid=19280] ppid=19266 vsize=1722964 CPUtime=0
/proc/19268/task/19280/stat : 19280 (java) S 19266 19268 19222 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 196059527 1764315136 134781 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1799.64
Current children cumulated vsize (Kb) 1722964

[startup+1784.34 s]
/proc/loadavg: 1.03 1.01 0.93 2/76 19280
/proc/meminfo: memFree=600304/2055920 swapFree=4182232/4192956
[pid=19268] ppid=19266 vsize=1722964 CPUtime=1800.67
/proc/19268/stat : 19268 (java) R 19266 19268 19222 0 -1 0 207782 0 1 0 179766 301 0 0 25 0 13 0 196055905 1764315136 135110 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071592015 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/19268/statm: 430741 135110 1909 14 0 417488 0
[pid=19268/tid=19269] ppid=19266 vsize=1722964 CPUtime=15.42
/proc/19268/task/19269/stat : 19269 (java) S 19266 19268 19222 0 -1 64 55337 0 0 0 1429 113 0 0 16 0 13 0 196055909 1764315136 135110 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19268/tid=19270] ppid=19266 vsize=1722964 CPUtime=15.36
/proc/19268/task/19270/stat : 19270 (java) S 19266 19268 19222 0 -1 64 64473 0 0 0 1405 131 0 0 17 0 13 0 196055909 1764315136 135110 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19268/tid=19271] ppid=19266 vsize=1722964 CPUtime=0.21
/proc/19268/task/19271/stat : 19271 (java) S 19266 19268 19222 0 -1 64 209 0 0 0 12 9 0 0 16 0 13 0 196055911 1764315136 135110 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=19268/tid=19272] ppid=19266 vsize=1722964 CPUtime=0
/proc/19268/task/19272/stat : 19272 (java) S 19266 19268 19222 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 196055912 1764315136 135110 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19268/tid=19273] ppid=19266 vsize=1722964 CPUtime=0
/proc/19268/task/19273/stat : 19273 (java) S 19266 19268 19222 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 196055912 1764315136 135110 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19268/tid=19274] ppid=19266 vsize=1722964 CPUtime=0
/proc/19268/task/19274/stat : 19274 (java) S 19266 19268 19222 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 196055915 1764315136 135110 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19268/tid=19275] ppid=19266 vsize=1722964 CPUtime=0.01
/proc/19268/task/19275/stat : 19275 (java) S 19266 19268 19222 0 -1 64 2 0 0 0 1 0 0 0 17 0 13 0 196055915 1764315136 135110 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19268/tid=19276] ppid=19266 vsize=1722964 CPUtime=0.96
/proc/19268/task/19276/stat : 19276 (java) S 19266 19268 19222 0 -1 64 613 0 0 0 96 0 0 0 17 0 13 0 196055915 1764315136 135110 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19268/tid=19277] ppid=19266 vsize=1722964 CPUtime=1.15
/proc/19268/task/19277/stat : 19277 (java) S 19266 19268 19222 0 -1 64 4660 0 0 0 113 2 0 0 16 0 13 0 196055915 1764315136 135110 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19268/tid=19278] ppid=19266 vsize=1722964 CPUtime=0
/proc/19268/task/19278/stat : 19278 (java) S 19266 19268 19222 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 196055915 1764315136 135110 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19268/tid=19279] ppid=19266 vsize=1722964 CPUtime=0
/proc/19268/task/19279/stat : 19279 (java) S 19266 19268 19222 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 196055915 1764315136 135110 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19268/tid=19280] ppid=19266 vsize=1722964 CPUtime=0
/proc/19268/task/19280/stat : 19280 (java) S 19266 19268 19222 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 196059527 1764315136 135110 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.67
Current children cumulated vsize (Kb) 1722964



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1784.34 s]
/proc/loadavg: 1.03 1.01 0.93 2/76 19280
/proc/meminfo: memFree=600304/2055920 swapFree=4182232/4192956
[pid=19268] ppid=19266 vsize=1722964 CPUtime=1800.67
/proc/19268/stat : 19268 (java) R 19266 19268 19222 0 -1 0 207782 0 1 0 179766 301 0 0 25 0 13 0 196055905 1764315136 135110 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071587586 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/19268/statm: 430741 135110 1909 14 0 417488 0
[pid=19268/tid=19269] ppid=19266 vsize=1722964 CPUtime=15.42
/proc/19268/task/19269/stat : 19269 (java) S 19266 19268 19222 0 -1 64 55337 0 0 0 1429 113 0 0 16 0 13 0 196055909 1764315136 135110 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19268/tid=19270] ppid=19266 vsize=1722964 CPUtime=15.36
/proc/19268/task/19270/stat : 19270 (java) S 19266 19268 19222 0 -1 64 64473 0 0 0 1405 131 0 0 17 0 13 0 196055909 1764315136 135110 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19268/tid=19271] ppid=19266 vsize=1722964 CPUtime=0.21
/proc/19268/task/19271/stat : 19271 (java) S 19266 19268 19222 0 -1 64 209 0 0 0 12 9 0 0 16 0 13 0 196055911 1764315136 135110 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=19268/tid=19272] ppid=19266 vsize=1722964 CPUtime=0
/proc/19268/task/19272/stat : 19272 (java) S 19266 19268 19222 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 196055912 1764315136 135110 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19268/tid=19273] ppid=19266 vsize=1722964 CPUtime=0
/proc/19268/task/19273/stat : 19273 (java) S 19266 19268 19222 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 196055912 1764315136 135110 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19268/tid=19274] ppid=19266 vsize=1722964 CPUtime=0
/proc/19268/task/19274/stat : 19274 (java) S 19266 19268 19222 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 196055915 1764315136 135110 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19268/tid=19275] ppid=19266 vsize=1722964 CPUtime=0.01
/proc/19268/task/19275/stat : 19275 (java) S 19266 19268 19222 0 -1 64 2 0 0 0 1 0 0 0 17 0 13 0 196055915 1764315136 135110 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19268/tid=19276] ppid=19266 vsize=1722964 CPUtime=0.96
/proc/19268/task/19276/stat : 19276 (java) S 19266 19268 19222 0 -1 64 613 0 0 0 96 0 0 0 17 0 13 0 196055915 1764315136 135110 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19268/tid=19277] ppid=19266 vsize=1722964 CPUtime=1.15
/proc/19268/task/19277/stat : 19277 (java) S 19266 19268 19222 0 -1 64 4660 0 0 0 113 2 0 0 16 0 13 0 196055915 1764315136 135110 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19268/tid=19278] ppid=19266 vsize=1722964 CPUtime=0
/proc/19268/task/19278/stat : 19278 (java) S 19266 19268 19222 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 196055915 1764315136 135110 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19268/tid=19279] ppid=19266 vsize=1722964 CPUtime=0
/proc/19268/task/19279/stat : 19279 (java) S 19266 19268 19222 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 196055915 1764315136 135110 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19268/tid=19280] ppid=19266 vsize=1722964 CPUtime=0
/proc/19268/task/19280/stat : 19280 (java) S 19266 19268 19222 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 196059527 1764315136 135110 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.67
Current children cumulated vsize (Kb) 1722964

Sending SIGTERM to -19268
Sleeping 2 seconds

Child status: 143
Real time (s): 1784.47
CPU time (s): 1800.79
CPU user time (s): 1797.7
CPU system time (s): 3.08853
CPU usage (%): 100.914
Max. virtual memory (cumulated for all children) (Kb): 1722964

Launcher Data (download as text)

Begin job on node66 on Sat Jun  3 03:04:38 UTC 2006


FILE ID= 44563-1149303877

PBS_JOBID= 307524

BENCH NAME= HOME/pub/bench/PB06//final/normalized-PB06/OPT-BIGINT/mps-v2-20-10/plato.asu.edu/pub/fctp/normalized-mps-v2-20-10-n3709.opb
COMMAND LINE= java -server -Xms1500M -Xmx1500M -jar ROOT/solvers/PB/PB06final/user5/sat4jPseudoPlus.jar ROOT/tmp/node66/44563-1149303877/instance-44563-1149303877.opb 246220731
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node66/watcher-44563-1149303877 -o ROOT/results/node66/solver-44563-1149303877 -C 1800 -M 1800 -S 64  java -server -Xms1500M -Xmx1500M -jar ROOT/solvers/PB/PB06final/user5/sat4jPseudoPlus.jar ROOT/tmp/node66/44563-1149303877/instance-44563-1149303877.opb 246220731

MD5SUM SOLVER= e9637a7554f3ecdf74c1815f89d00213
MD5SUM BENCH=  7d8773951a908fd3c2652ff6acba65e8

RANDOM SEED= 246220731


/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.225
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.225
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:       1134464 kB
Buffers:         42068 kB
Cached:         803900 kB
SwapCached:       2536 kB
Active:         128200 kB
Inactive:       726600 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1134464 kB
SwapTotal:     4192956 kB
SwapFree:      4182232 kB
Dirty:             172 kB
Writeback:           0 kB
Mapped:          15196 kB
Slab:            52668 kB
Committed_AS:   263484 kB
PageTables:       1400 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB


End job on node66 on Sat Jun  3 03:34:23 UTC 2006