Trace number 43883

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.62 1793.37

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/plato.asu.edu/
pub/unibo/normalized-reduced-mps-v2-20-10-dg012142.opb
MD5SUM99b260f11bc3e586ce78c7adccfe4295
Bench CategoryOPT-SMALLINT (optimisation, small 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
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables41920
Total number of constraints2137
Number of constraints which are clauses40
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints2097
Minimum length of a constraint1
Maximum length of a constraint371
Number of terms in the objective function 22720
Biggest coefficient in the objective function 1634
Number of bits for the biggest coefficient in the objective function 11
Sum of the numbers in the objective function 336608
Number of bits of the sum of numbers in the objective function 19
Biggest number in a constraint 262143
Number of bits of the biggest number in a constraint 18
Biggest sum of numbers in a constraint 524548
Number of bits of the biggest sum of numbers20
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data (download as text)

0.15	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.15	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.15	c no version file found!!!
0.15	c sun.arch.data.model	32
0.15	c java.version	1.5.0_06
0.15	c os.name	Linux
0.15	c os.version	2.6.9-22.EL.rootsmp
0.15	c os.arch	i386
0.15	c Free memory 1548419056
0.15	c Max memory 1551040512
0.15	c Total memory 1551040512
0.15	c Number of processors 2
0.22	c Cutting planes based inference
0.22	c --- Begin Solver configuration ---
0.22	c org.sat4j.minisat.uip.FirstUIP@1037c71
0.22	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@1df073d
0.22	c org.sat4j.minisat.learning.MiniSATLearning@1546e25
0.22	c conflictBoundIncFactor=1.5 learntBoundIncFactor=1.1 initLearntBoundConstraintFactor=10000.0 initConflictBound=100 
0.22	c VSIDS like heuristics from MiniSAT using a heap
0.22	c No reason simplification
0.22	c --- End Solver configuration ---
0.22	c solving ROOT/tmp/node22/43883-1149269315/instance-43883-1149269315.opb
0.22	c reading problem ... 
5.31	c ... done. Time 5.09 ms.
5.31	c #vars     41920
5.31	c #constraints  2737
1793.29	c starts		: 12
1793.29	c conflicts		: 19354
1793.29	c decisions		: 56601
1793.29	c propagations		: 281902
1793.29	c inspects		: 23941401
1793.29	c learnt literals	: 0
1793.29	c learnt binary clauses	: 0
1793.29	c learnt ternary clauses	: 0
1793.29	c learnt clauses	: 19353
1793.29	c root simplifications	: 0
1793.29	c removed literals (reason simplification)	: 0
1793.29	c reason swapping (by a shorter reason)	: 0
1793.29	c Calls to reduceDB	: 0
1793.29	c speed (decisions/second)	: 31.65745670947246
1793.29	c non guided choices	7219
1793.29	s UNKNOWN
1793.29	c Total wall clock time (ms): 1793.075

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

Current StackSize limit: 67108864 bytes

/proc/loadavg: 0.92 0.98 0.91 2/64 19084
/proc/meminfo: memFree=1399168/2055920 swapFree=4183844/4192956
[pid=19084] ppid=19082 vsize=168 CPUtime=0
/proc/19084/stat : 19084 (java) R 19082 19084 19038 0 -1 0 39 0 0 0 0 0 0 0 19 0 1 0 88365879 172032 23 18446744073709551615 134512640 134570276 4294956624 18446744073709551615 4678436 0 0 4096 0 0 0 0 17 1 0 0
/proc/19084/statm: 42 23 18 14 0 2 0

[startup+10.0012 s]
/proc/loadavg: 1.01 1.00 0.92 2/76 19096
/proc/meminfo: memFree=1186336/2055920 swapFree=4183844/4192956
[pid=19084] ppid=19082 vsize=1713576 CPUtime=11.63
/proc/19084/stat : 19084 (java) R 19082 19084 19038 0 -1 0 57779 0 1 0 1133 30 0 0 25 0 13 0 88365879 1754701824 54960 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071584527 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/19084/statm: 428394 54960 1906 14 0 415141 0
[pid=19084/tid=19085] ppid=19082 vsize=1713576 CPUtime=0.59
/proc/19084/task/19085/stat : 19085 (java) S 19082 19084 19038 0 -1 64 10078 0 0 0 54 5 0 0 16 0 13 0 88365883 1754701824 54960 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19084/tid=19086] ppid=19082 vsize=1713576 CPUtime=0.58
/proc/19084/task/19086/stat : 19086 (java) S 19082 19084 19038 0 -1 64 8488 0 0 0 54 4 0 0 16 0 13 0 88365883 1754701824 54960 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19084/tid=19087] ppid=19082 vsize=1713576 CPUtime=0
/proc/19084/task/19087/stat : 19087 (java) S 19082 19084 19038 0 -1 64 18 0 0 0 0 0 0 0 16 0 13 0 88365885 1754701824 54960 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=19084/tid=19088] ppid=19082 vsize=1713576 CPUtime=0
/proc/19084/task/19088/stat : 19088 (java) S 19082 19084 19038 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 88365886 1754701824 54960 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19084/tid=19089] ppid=19082 vsize=1713576 CPUtime=0
/proc/19084/task/19089/stat : 19089 (java) S 19082 19084 19038 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 88365886 1754701824 54960 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19084/tid=19090] ppid=19082 vsize=1713576 CPUtime=0
/proc/19084/task/19090/stat : 19090 (java) S 19082 19084 19038 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 88365889 1754701824 54960 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19084/tid=19091] ppid=19082 vsize=1713576 CPUtime=0
/proc/19084/task/19091/stat : 19091 (java) S 19082 19084 19038 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 88365889 1754701824 54960 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19084/tid=19092] ppid=19082 vsize=1713576 CPUtime=0.83
/proc/19084/task/19092/stat : 19092 (java) S 19082 19084 19038 0 -1 64 1742 0 0 0 82 1 0 0 16 0 13 0 88365889 1754701824 54960 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19084/tid=19093] ppid=19082 vsize=1713576 CPUtime=0.7
/proc/19084/task/19093/stat : 19093 (java) S 19082 19084 19038 0 -1 64 895 0 0 0 70 0 0 0 16 0 13 0 88365889 1754701824 54960 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19084/tid=19094] ppid=19082 vsize=1713576 CPUtime=0
/proc/19084/task/19094/stat : 19094 (java) S 19082 19084 19038 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 88365889 1754701824 54960 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19084/tid=19095] ppid=19082 vsize=1713576 CPUtime=0
/proc/19084/task/19095/stat : 19095 (java) S 19082 19084 19038 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 88365889 1754701824 54960 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19084/tid=19096] ppid=19082 vsize=1713576 CPUtime=0
/proc/19084/task/19096/stat : 19096 (java) S 19082 19084 19038 0 -1 64 4 0 0 0 0 0 0 0 21 0 13 0 88366427 1754701824 54960 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 11.63
Current children cumulated vsize (Kb) 1713576

[startup+20.0089 s]
/proc/loadavg: 1.00 1.00 0.92 2/76 19096
/proc/meminfo: memFree=1181600/2055920 swapFree=4183844/4192956
[pid=19084] ppid=19082 vsize=1713576 CPUtime=21.75
/proc/19084/stat : 19084 (java) R 19082 19084 19038 0 -1 0 59140 0 1 0 2144 31 0 0 22 0 13 0 88365879 1754701824 56188 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071610763 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/19084/statm: 428394 56188 1908 14 0 415141 0
[pid=19084/tid=19085] ppid=19082 vsize=1713576 CPUtime=0.61
/proc/19084/task/19085/stat : 19085 (java) S 19082 19084 19038 0 -1 64 10837 0 0 0 56 5 0 0 16 0 13 0 88365883 1754701824 56188 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19084/tid=19086] ppid=19082 vsize=1713576 CPUtime=0.62
/proc/19084/task/19086/stat : 19086 (java) S 19082 19084 19038 0 -1 64 9075 0 0 0 57 5 0 0 16 0 13 0 88365883 1754701824 56188 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19084/tid=19087] ppid=19082 vsize=1713576 CPUtime=0
/proc/19084/task/19087/stat : 19087 (java) S 19082 19084 19038 0 -1 64 18 0 0 0 0 0 0 0 15 0 13 0 88365885 1754701824 56188 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=19084/tid=19088] ppid=19082 vsize=1713576 CPUtime=0
/proc/19084/task/19088/stat : 19088 (java) S 19082 19084 19038 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 88365886 1754701824 56188 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19084/tid=19089] ppid=19082 vsize=1713576 CPUtime=0
/proc/19084/task/19089/stat : 19089 (java) S 19082 19084 19038 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 88365886 1754701824 56188 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19084/tid=19090] ppid=19082 vsize=1713576 CPUtime=0
/proc/19084/task/19090/stat : 19090 (java) S 19082 19084 19038 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 88365889 1754701824 56188 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19084/tid=19091] ppid=19082 vsize=1713576 CPUtime=0
/proc/19084/task/19091/stat : 19091 (java) S 19082 19084 19038 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 88365889 1754701824 56188 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19084/tid=19092] ppid=19082 vsize=1713576 CPUtime=0.9
/proc/19084/task/19092/stat : 19092 (java) S 19082 19084 19038 0 -1 64 1747 0 0 0 89 1 0 0 17 0 13 0 88365889 1754701824 56188 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19084/tid=19093] ppid=19082 vsize=1713576 CPUtime=0.77
/proc/19084/task/19093/stat : 19093 (java) S 19082 19084 19038 0 -1 64 899 0 0 0 77 0 0 0 17 0 13 0 88365889 1754701824 56188 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19084/tid=19094] ppid=19082 vsize=1713576 CPUtime=0
/proc/19084/task/19094/stat : 19094 (java) S 19082 19084 19038 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 88365889 1754701824 56188 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19084/tid=19095] ppid=19082 vsize=1713576 CPUtime=0
/proc/19084/task/19095/stat : 19095 (java) S 19082 19084 19038 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 88365889 1754701824 56188 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19084/tid=19096] ppid=19082 vsize=1713576 CPUtime=0
/proc/19084/task/19096/stat : 19096 (java) S 19082 19084 19038 0 -1 64 4 0 0 0 0 0 0 0 21 0 13 0 88366427 1754701824 56188 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 21.75
Current children cumulated vsize (Kb) 1713576

[startup+30.0166 s]
/proc/loadavg: 1.00 1.00 0.92 2/76 19096
/proc/meminfo: memFree=1187808/2055920 swapFree=4183844/4192956
[pid=19084] ppid=19082 vsize=1713576 CPUtime=31.82
/proc/19084/stat : 19084 (java) R 19082 19084 19038 0 -1 0 59380 0 1 0 3150 32 0 0 25 0 13 0 88365879 1754701824 54597 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071584800 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/19084/statm: 428394 54597 1908 14 0 415141 0
[pid=19084/tid=19085] ppid=19082 vsize=1713576 CPUtime=0.62
/proc/19084/task/19085/stat : 19085 (java) S 19082 19084 19038 0 -1 64 10961 0 0 0 57 5 0 0 16 0 13 0 88365883 1754701824 54597 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19084/tid=19086] ppid=19082 vsize=1713576 CPUtime=0.63
/proc/19084/task/19086/stat : 19086 (java) S 19082 19084 19038 0 -1 64 9182 0 0 0 58 5 0 0 16 0 13 0 88365883 1754701824 54597 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19084/tid=19087] ppid=19082 vsize=1713576 CPUtime=0
/proc/19084/task/19087/stat : 19087 (java) S 19082 19084 19038 0 -1 64 19 0 0 0 0 0 0 0 16 0 13 0 88365885 1754701824 54597 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=19084/tid=19088] ppid=19082 vsize=1713576 CPUtime=0
/proc/19084/task/19088/stat : 19088 (java) S 19082 19084 19038 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 88365886 1754701824 54597 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19084/tid=19089] ppid=19082 vsize=1713576 CPUtime=0
/proc/19084/task/19089/stat : 19089 (java) S 19082 19084 19038 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 88365886 1754701824 54597 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19084/tid=19090] ppid=19082 vsize=1713576 CPUtime=0
/proc/19084/task/19090/stat : 19090 (java) S 19082 19084 19038 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 88365889 1754701824 54597 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19084/tid=19091] ppid=19082 vsize=1713576 CPUtime=0
/proc/19084/task/19091/stat : 19091 (java) S 19082 19084 19038 0 -1 64 2 0 0 0 0 0 0 0 17 0 13 0 88365889 1754701824 54597 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19084/tid=19092] ppid=19082 vsize=1713576 CPUtime=0.94
/proc/19084/task/19092/stat : 19092 (java) S 19082 19084 19038 0 -1 64 1750 0 0 0 93 1 0 0 17 0 13 0 88365889 1754701824 54597 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19084/tid=19093] ppid=19082 vsize=1713576 CPUtime=0.78
/proc/19084/task/19093/stat : 19093 (java) S 19082 19084 19038 0 -1 64 899 0 0 0 78 0 0 0 17 0 13 0 88365889 1754701824 54597 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19084/tid=19094] ppid=19082 vsize=1713576 CPUtime=0
/proc/19084/task/19094/stat : 19094 (java) S 19082 19084 19038 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 88365889 1754701824 54597 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19084/tid=19095] ppid=19082 vsize=1713576 CPUtime=0
/proc/19084/task/19095/stat : 19095 (java) S 19082 19084 19038 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 88365889 1754701824 54597 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19084/tid=19096] ppid=19082 vsize=1713576 CPUtime=0
/proc/19084/task/19096/stat : 19096 (java) S 19082 19084 19038 0 -1 64 4 0 0 0 0 0 0 0 21 0 13 0 88366427 1754701824 54597 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 31.82
Current children cumulated vsize (Kb) 1713576

[startup+40.0242 s]
/proc/loadavg: 1.00 1.00 0.92 2/76 19096
/proc/meminfo: memFree=1197024/2055920 swapFree=4183844/4192956
[pid=19084] ppid=19082 vsize=1713576 CPUtime=41.87
/proc/19084/stat : 19084 (java) R 19082 19084 19038 0 -1 0 59890 0 1 0 4155 32 0 0 25 0 13 0 88365879 1754701824 52302 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071654114 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/19084/statm: 428394 52302 1908 14 0 415141 0
[pid=19084/tid=19085] ppid=19082 vsize=1713576 CPUtime=0.65
/proc/19084/task/19085/stat : 19085 (java) S 19082 19084 19038 0 -1 64 11240 0 0 0 59 6 0 0 16 0 13 0 88365883 1754701824 52302 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19084/tid=19086] ppid=19082 vsize=1713576 CPUtime=0.65
/proc/19084/task/19086/stat : 19086 (java) S 19082 19084 19038 0 -1 64 9404 0 0 0 60 5 0 0 16 0 13 0 88365883 1754701824 52302 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19084/tid=19087] ppid=19082 vsize=1713576 CPUtime=0
/proc/19084/task/19087/stat : 19087 (java) S 19082 19084 19038 0 -1 64 19 0 0 0 0 0 0 0 16 0 13 0 88365885 1754701824 52302 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=19084/tid=19088] ppid=19082 vsize=1713576 CPUtime=0
/proc/19084/task/19088/stat : 19088 (java) S 19082 19084 19038 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 88365886 1754701824 52302 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19084/tid=19089] ppid=19082 vsize=1713576 CPUtime=0
/proc/19084/task/19089/stat : 19089 (java) S 19082 19084 19038 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 88365886 1754701824 52302 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19084/tid=19090] ppid=19082 vsize=1713576 CPUtime=0
/proc/19084/task/19090/stat : 19090 (java) S 19082 19084 19038 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 88365889 1754701824 52302 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19084/tid=19091] ppid=19082 vsize=1713576 CPUtime=0
/proc/19084/task/19091/stat : 19091 (java) S 19082 19084 19038 0 -1 64 2 0 0 0 0 0 0 0 17 0 13 0 88365889 1754701824 52302 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19084/tid=19092] ppid=19082 vsize=1713576 CPUtime=0.95
/proc/19084/task/19092/stat : 19092 (java) S 19082 19084 19038 0 -1 64 1750 0 0 0 94 1 0 0 16 0 13 0 88365889 1754701824 52302 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19084/tid=19093] ppid=19082 vsize=1713576 CPUtime=0.81
/proc/19084/task/19093/stat : 19093 (java) S 19082 19084 19038 0 -1 64 902 0 0 0 81 0 0 0 16 0 13 0 88365889 1754701824 52302 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19084/tid=19094] ppid=19082 vsize=1713576 CPUtime=0
/proc/19084/task/19094/stat : 19094 (java) S 19082 19084 19038 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 88365889 1754701824 52302 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19084/tid=19095] ppid=19082 vsize=1713576 CPUtime=0
/proc/19084/task/19095/stat : 19095 (java) S 19082 19084 19038 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 88365889 1754701824 52302 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19084/tid=19096] ppid=19082 vsize=1713576 CPUtime=0
/proc/19084/task/19096/stat : 19096 (java) S 19082 19084 19038 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 88366427 1754701824 52302 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 41.87
Current children cumulated vsize (Kb) 1713576

[startup+50.0319 s]
/proc/loadavg: 1.00 1.00 0.92 2/76 19096
/proc/meminfo: memFree=1203040/2055920 swapFree=4183844/4192956
[pid=19084] ppid=19082 vsize=1713576 CPUtime=51.9
/proc/19084/stat : 19084 (java) R 19082 19084 19038 0 -1 0 60336 0 1 0 5157 33 0 0 25 0 13 0 88365879 1754701824 50794 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071563906 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/19084/statm: 428394 50794 1908 14 0 415141 0
[pid=19084/tid=19085] ppid=19082 vsize=1713576 CPUtime=0.67
/proc/19084/task/19085/stat : 19085 (java) S 19082 19084 19038 0 -1 64 11523 0 0 0 61 6 0 0 16 0 13 0 88365883 1754701824 50794 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19084/tid=19086] ppid=19082 vsize=1713576 CPUtime=0.67
/proc/19084/task/19086/stat : 19086 (java) S 19082 19084 19038 0 -1 64 9563 0 0 0 62 5 0 0 16 0 13 0 88365883 1754701824 50794 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19084/tid=19087] ppid=19082 vsize=1713576 CPUtime=0
/proc/19084/task/19087/stat : 19087 (java) S 19082 19084 19038 0 -1 64 19 0 0 0 0 0 0 0 16 0 13 0 88365885 1754701824 50794 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=19084/tid=19088] ppid=19082 vsize=1713576 CPUtime=0
/proc/19084/task/19088/stat : 19088 (java) S 19082 19084 19038 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 88365886 1754701824 50794 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19084/tid=19089] ppid=19082 vsize=1713576 CPUtime=0
/proc/19084/task/19089/stat : 19089 (java) S 19082 19084 19038 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 88365886 1754701824 50794 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19084/tid=19090] ppid=19082 vsize=1713576 CPUtime=0
/proc/19084/task/19090/stat : 19090 (java) S 19082 19084 19038 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 88365889 1754701824 50794 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19084/tid=19091] ppid=19082 vsize=1713576 CPUtime=0
/proc/19084/task/19091/stat : 19091 (java) S 19082 19084 19038 0 -1 64 2 0 0 0 0 0 0 0 17 0 13 0 88365889 1754701824 50794 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19084/tid=19092] ppid=19082 vsize=1713576 CPUtime=0.95
/proc/19084/task/19092/stat : 19092 (java) S 19082 19084 19038 0 -1 64 1750 0 0 0 94 1 0 0 16 0 13 0 88365889 1754701824 50794 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19084/tid=19093] ppid=19082 vsize=1713576 CPUtime=0.81
/proc/19084/task/19093/stat : 19093 (java) S 19082 19084 19038 0 -1 64 902 0 0 0 81 0 0 0 16 0 13 0 88365889 1754701824 50794 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19084/tid=19094] ppid=19082 vsize=1713576 CPUtime=0
/proc/19084/task/19094/stat : 19094 (java) S 19082 19084 19038 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 88365889 1754701824 50794 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19084/tid=19095] ppid=19082 vsize=1713576 CPUtime=0
/proc/19084/task/19095/stat : 19095 (java) S 19082 19084 19038 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 88365889 1754701824 50794 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19084/tid=19096] ppid=19082 vsize=1713576 CPUtime=0
/proc/19084/task/19096/stat : 19096 (java) S 19082 19084 19038 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 88366427 1754701824 50794 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 51.9
Current children cumulated vsize (Kb) 1713576

[startup+60.0386 s]
/proc/loadavg: 1.00 1.00 0.92 2/76 19096
/proc/meminfo: memFree=1209952/2055920 swapFree=4183844/4192956
[pid=19084] ppid=19082 vsize=1713576 CPUtime=61.92
/proc/19084/stat : 19084 (java) R 19082 19084 19038 0 -1 0 60797 0 1 0 6159 33 0 0 25 0 13 0 88365879 1754701824 49071 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071584710 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/19084/statm: 428394 49071 1908 14 0 415141 0
[pid=19084/tid=19085] ppid=19082 vsize=1713576 CPUtime=0.69
/proc/19084/task/19085/stat : 19085 (java) S 19082 19084 19038 0 -1 64 11823 0 0 0 63 6 0 0 16 0 13 0 88365883 1754701824 49071 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19084/tid=19086] ppid=19082 vsize=1713576 CPUtime=0.68
/proc/19084/task/19086/stat : 19086 (java) S 19082 19084 19038 0 -1 64 9720 0 0 0 63 5 0 0 17 0 13 0 88365883 1754701824 49071 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19084/tid=19087] ppid=19082 vsize=1713576 CPUtime=0
/proc/19084/task/19087/stat : 19087 (java) S 19082 19084 19038 0 -1 64 19 0 0 0 0 0 0 0 16 0 13 0 88365885 1754701824 49071 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=19084/tid=19088] ppid=19082 vsize=1713576 CPUtime=0
/proc/19084/task/19088/stat : 19088 (java) S 19082 19084 19038 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 88365886 1754701824 49071 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19084/tid=19089] ppid=19082 vsize=1713576 CPUtime=0
/proc/19084/task/19089/stat : 19089 (java) S 19082 19084 19038 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 88365886 1754701824 49071 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19084/tid=19090] ppid=19082 vsize=1713576 CPUtime=0
/proc/19084/task/19090/stat : 19090 (java) S 19082 19084 19038 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 88365889 1754701824 49071 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0

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

[pid=19084/tid=19088] ppid=19082 vsize=1713576 CPUtime=0
/proc/19084/task/19088/stat : 19088 (java) S 19082 19084 19038 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 88365886 1754701824 89272 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19084/tid=19089] ppid=19082 vsize=1713576 CPUtime=0
/proc/19084/task/19089/stat : 19089 (java) S 19082 19084 19038 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 88365886 1754701824 89272 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19084/tid=19090] ppid=19082 vsize=1713576 CPUtime=0
/proc/19084/task/19090/stat : 19090 (java) S 19082 19084 19038 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 88365889 1754701824 89272 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19084/tid=19091] ppid=19082 vsize=1713576 CPUtime=0
/proc/19084/task/19091/stat : 19091 (java) S 19082 19084 19038 0 -1 64 2 0 0 0 0 0 0 0 17 0 13 0 88365889 1754701824 89272 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19084/tid=19092] ppid=19082 vsize=1713576 CPUtime=0.99
/proc/19084/task/19092/stat : 19092 (java) S 19082 19084 19038 0 -1 64 1750 0 0 0 98 1 0 0 17 0 13 0 88365889 1754701824 89272 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19084/tid=19093] ppid=19082 vsize=1713576 CPUtime=0.86
/proc/19084/task/19093/stat : 19093 (java) S 19082 19084 19038 0 -1 64 904 0 0 0 86 0 0 0 16 0 13 0 88365889 1754701824 89272 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19084/tid=19094] ppid=19082 vsize=1713576 CPUtime=0
/proc/19084/task/19094/stat : 19094 (java) S 19082 19084 19038 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 88365889 1754701824 89272 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19084/tid=19095] ppid=19082 vsize=1713576 CPUtime=0
/proc/19084/task/19095/stat : 19095 (java) S 19082 19084 19038 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 88365889 1754701824 89272 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19084/tid=19096] ppid=19082 vsize=1713576 CPUtime=0
/proc/19084/task/19096/stat : 19096 (java) S 19082 19084 19038 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 88366427 1754701824 89272 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1796.48
Current children cumulated vsize (Kb) 1713576

[startup+1790.27 s]
/proc/loadavg: 1.00 1.00 0.94 2/76 19096
/proc/meminfo: memFree=1047904/2055920 swapFree=4183844/4192956
[pid=19084] ppid=19082 vsize=1713576 CPUtime=1797.49
/proc/19084/stat : 19084 (java) R 19082 19084 19038 0 -1 0 129458 0 1 0 179671 78 0 0 25 0 13 0 88365879 1754701824 89272 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071584712 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/19084/statm: 428394 89272 1909 14 0 415141 0
[pid=19084/tid=19085] ppid=19082 vsize=1713576 CPUtime=6.94
/proc/19084/task/19085/stat : 19085 (java) S 19082 19084 19038 0 -1 64 46438 0 0 0 671 23 0 0 16 0 13 0 88365883 1754701824 89272 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19084/tid=19086] ppid=19082 vsize=1713576 CPUtime=6.88
/proc/19084/task/19086/stat : 19086 (java) S 19082 19084 19038 0 -1 64 42966 0 0 0 667 21 0 0 16 0 13 0 88365883 1754701824 89272 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19084/tid=19087] ppid=19082 vsize=1713576 CPUtime=0.2
/proc/19084/task/19087/stat : 19087 (java) S 19082 19084 19038 0 -1 64 26 0 0 0 11 9 0 0 16 0 13 0 88365885 1754701824 89272 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=19084/tid=19088] ppid=19082 vsize=1713576 CPUtime=0
/proc/19084/task/19088/stat : 19088 (java) S 19082 19084 19038 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 88365886 1754701824 89272 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19084/tid=19089] ppid=19082 vsize=1713576 CPUtime=0
/proc/19084/task/19089/stat : 19089 (java) S 19082 19084 19038 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 88365886 1754701824 89272 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19084/tid=19090] ppid=19082 vsize=1713576 CPUtime=0
/proc/19084/task/19090/stat : 19090 (java) S 19082 19084 19038 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 88365889 1754701824 89272 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19084/tid=19091] ppid=19082 vsize=1713576 CPUtime=0
/proc/19084/task/19091/stat : 19091 (java) S 19082 19084 19038 0 -1 64 2 0 0 0 0 0 0 0 17 0 13 0 88365889 1754701824 89272 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19084/tid=19092] ppid=19082 vsize=1713576 CPUtime=0.99
/proc/19084/task/19092/stat : 19092 (java) S 19082 19084 19038 0 -1 64 1750 0 0 0 98 1 0 0 17 0 13 0 88365889 1754701824 89272 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19084/tid=19093] ppid=19082 vsize=1713576 CPUtime=0.86
/proc/19084/task/19093/stat : 19093 (java) S 19082 19084 19038 0 -1 64 904 0 0 0 86 0 0 0 16 0 13 0 88365889 1754701824 89272 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19084/tid=19094] ppid=19082 vsize=1713576 CPUtime=0
/proc/19084/task/19094/stat : 19094 (java) S 19082 19084 19038 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 88365889 1754701824 89272 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19084/tid=19095] ppid=19082 vsize=1713576 CPUtime=0
/proc/19084/task/19095/stat : 19095 (java) S 19082 19084 19038 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 88365889 1754701824 89272 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19084/tid=19096] ppid=19082 vsize=1713576 CPUtime=0
/proc/19084/task/19096/stat : 19096 (java) S 19082 19084 19038 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 88366427 1754701824 89272 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1797.49
Current children cumulated vsize (Kb) 1713576

[startup+1791.27 s]
/proc/loadavg: 1.00 1.00 0.94 2/76 19096
/proc/meminfo: memFree=1047648/2055920 swapFree=4183844/4192956
[pid=19084] ppid=19082 vsize=1713576 CPUtime=1798.5
/proc/19084/stat : 19084 (java) R 19082 19084 19038 0 -1 0 129520 0 1 0 179772 78 0 0 25 0 13 0 88365879 1754701824 89333 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071610364 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/19084/statm: 428394 89333 1909 14 0 415141 0
[pid=19084/tid=19085] ppid=19082 vsize=1713576 CPUtime=6.95
/proc/19084/task/19085/stat : 19085 (java) S 19082 19084 19038 0 -1 64 46492 0 0 0 672 23 0 0 16 0 13 0 88365883 1754701824 89333 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19084/tid=19086] ppid=19082 vsize=1713576 CPUtime=6.9
/proc/19084/task/19086/stat : 19086 (java) S 19082 19084 19038 0 -1 64 42973 0 0 0 669 21 0 0 16 0 13 0 88365883 1754701824 89333 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19084/tid=19087] ppid=19082 vsize=1713576 CPUtime=0.2
/proc/19084/task/19087/stat : 19087 (java) S 19082 19084 19038 0 -1 64 26 0 0 0 11 9 0 0 15 0 13 0 88365885 1754701824 89333 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=19084/tid=19088] ppid=19082 vsize=1713576 CPUtime=0
/proc/19084/task/19088/stat : 19088 (java) S 19082 19084 19038 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 88365886 1754701824 89333 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19084/tid=19089] ppid=19082 vsize=1713576 CPUtime=0
/proc/19084/task/19089/stat : 19089 (java) S 19082 19084 19038 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 88365886 1754701824 89333 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19084/tid=19090] ppid=19082 vsize=1713576 CPUtime=0
/proc/19084/task/19090/stat : 19090 (java) S 19082 19084 19038 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 88365889 1754701824 89333 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19084/tid=19091] ppid=19082 vsize=1713576 CPUtime=0
/proc/19084/task/19091/stat : 19091 (java) S 19082 19084 19038 0 -1 64 2 0 0 0 0 0 0 0 17 0 13 0 88365889 1754701824 89333 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19084/tid=19092] ppid=19082 vsize=1713576 CPUtime=0.99
/proc/19084/task/19092/stat : 19092 (java) S 19082 19084 19038 0 -1 64 1750 0 0 0 98 1 0 0 17 0 13 0 88365889 1754701824 89333 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19084/tid=19093] ppid=19082 vsize=1713576 CPUtime=0.86
/proc/19084/task/19093/stat : 19093 (java) S 19082 19084 19038 0 -1 64 904 0 0 0 86 0 0 0 16 0 13 0 88365889 1754701824 89333 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19084/tid=19094] ppid=19082 vsize=1713576 CPUtime=0
/proc/19084/task/19094/stat : 19094 (java) S 19082 19084 19038 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 88365889 1754701824 89333 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19084/tid=19095] ppid=19082 vsize=1713576 CPUtime=0
/proc/19084/task/19095/stat : 19095 (java) S 19082 19084 19038 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 88365889 1754701824 89333 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19084/tid=19096] ppid=19082 vsize=1713576 CPUtime=0
/proc/19084/task/19096/stat : 19096 (java) S 19082 19084 19038 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 88366427 1754701824 89333 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1798.5
Current children cumulated vsize (Kb) 1713576

[startup+1792.28 s]
/proc/loadavg: 1.00 1.00 0.94 2/76 19096
/proc/meminfo: memFree=1047392/2055920 swapFree=4183844/4192956
[pid=19084] ppid=19082 vsize=1713576 CPUtime=1799.51
/proc/19084/stat : 19084 (java) R 19082 19084 19038 0 -1 0 129578 0 1 0 179873 78 0 0 25 0 13 0 88365879 1754701824 89389 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071610179 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/19084/statm: 428394 89389 1909 14 0 415141 0
[pid=19084/tid=19085] ppid=19082 vsize=1713576 CPUtime=6.96
/proc/19084/task/19085/stat : 19085 (java) S 19082 19084 19038 0 -1 64 46547 0 0 0 673 23 0 0 16 0 13 0 88365883 1754701824 89389 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19084/tid=19086] ppid=19082 vsize=1713576 CPUtime=6.91
/proc/19084/task/19086/stat : 19086 (java) S 19082 19084 19038 0 -1 64 42975 0 0 0 670 21 0 0 16 0 13 0 88365883 1754701824 89389 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19084/tid=19087] ppid=19082 vsize=1713576 CPUtime=0.2
/proc/19084/task/19087/stat : 19087 (java) S 19082 19084 19038 0 -1 64 26 0 0 0 11 9 0 0 15 0 13 0 88365885 1754701824 89389 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=19084/tid=19088] ppid=19082 vsize=1713576 CPUtime=0
/proc/19084/task/19088/stat : 19088 (java) S 19082 19084 19038 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 88365886 1754701824 89389 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19084/tid=19089] ppid=19082 vsize=1713576 CPUtime=0
/proc/19084/task/19089/stat : 19089 (java) S 19082 19084 19038 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 88365886 1754701824 89389 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19084/tid=19090] ppid=19082 vsize=1713576 CPUtime=0
/proc/19084/task/19090/stat : 19090 (java) S 19082 19084 19038 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 88365889 1754701824 89389 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19084/tid=19091] ppid=19082 vsize=1713576 CPUtime=0
/proc/19084/task/19091/stat : 19091 (java) S 19082 19084 19038 0 -1 64 2 0 0 0 0 0 0 0 17 0 13 0 88365889 1754701824 89389 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19084/tid=19092] ppid=19082 vsize=1713576 CPUtime=0.99
/proc/19084/task/19092/stat : 19092 (java) S 19082 19084 19038 0 -1 64 1750 0 0 0 98 1 0 0 17 0 13 0 88365889 1754701824 89389 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19084/tid=19093] ppid=19082 vsize=1713576 CPUtime=0.86
/proc/19084/task/19093/stat : 19093 (java) S 19082 19084 19038 0 -1 64 904 0 0 0 86 0 0 0 16 0 13 0 88365889 1754701824 89389 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19084/tid=19094] ppid=19082 vsize=1713576 CPUtime=0
/proc/19084/task/19094/stat : 19094 (java) S 19082 19084 19038 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 88365889 1754701824 89389 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19084/tid=19095] ppid=19082 vsize=1713576 CPUtime=0
/proc/19084/task/19095/stat : 19095 (java) S 19082 19084 19038 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 88365889 1754701824 89389 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19084/tid=19096] ppid=19082 vsize=1713576 CPUtime=0
/proc/19084/task/19096/stat : 19096 (java) S 19082 19084 19038 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 88366427 1754701824 89389 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1799.51
Current children cumulated vsize (Kb) 1713576

[startup+1793.28 s]
/proc/loadavg: 1.00 1.00 0.94 2/76 19096
/proc/meminfo: memFree=1047136/2055920 swapFree=4183844/4192956
[pid=19084] ppid=19082 vsize=1713576 CPUtime=1800.52
/proc/19084/stat : 19084 (java) R 19082 19084 19038 0 -1 0 129655 0 1 0 179974 78 0 0 25 0 13 0 88365879 1754701824 89457 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071610191 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/19084/statm: 428394 89457 1909 14 0 415141 0
[pid=19084/tid=19085] ppid=19082 vsize=1713576 CPUtime=6.97
/proc/19084/task/19085/stat : 19085 (java) S 19082 19084 19038 0 -1 64 46592 0 0 0 674 23 0 0 16 0 13 0 88365883 1754701824 89457 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19084/tid=19086] ppid=19082 vsize=1713576 CPUtime=6.92
/proc/19084/task/19086/stat : 19086 (java) S 19082 19084 19038 0 -1 64 43006 0 0 0 671 21 0 0 16 0 13 0 88365883 1754701824 89457 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19084/tid=19087] ppid=19082 vsize=1713576 CPUtime=0.2
/proc/19084/task/19087/stat : 19087 (java) S 19082 19084 19038 0 -1 64 26 0 0 0 11 9 0 0 15 0 13 0 88365885 1754701824 89457 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=19084/tid=19088] ppid=19082 vsize=1713576 CPUtime=0
/proc/19084/task/19088/stat : 19088 (java) S 19082 19084 19038 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 88365886 1754701824 89457 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19084/tid=19089] ppid=19082 vsize=1713576 CPUtime=0
/proc/19084/task/19089/stat : 19089 (java) S 19082 19084 19038 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 88365886 1754701824 89457 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19084/tid=19090] ppid=19082 vsize=1713576 CPUtime=0
/proc/19084/task/19090/stat : 19090 (java) S 19082 19084 19038 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 88365889 1754701824 89457 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19084/tid=19091] ppid=19082 vsize=1713576 CPUtime=0
/proc/19084/task/19091/stat : 19091 (java) S 19082 19084 19038 0 -1 64 2 0 0 0 0 0 0 0 17 0 13 0 88365889 1754701824 89457 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19084/tid=19092] ppid=19082 vsize=1713576 CPUtime=0.99
/proc/19084/task/19092/stat : 19092 (java) S 19082 19084 19038 0 -1 64 1750 0 0 0 98 1 0 0 17 0 13 0 88365889 1754701824 89457 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19084/tid=19093] ppid=19082 vsize=1713576 CPUtime=0.86
/proc/19084/task/19093/stat : 19093 (java) S 19082 19084 19038 0 -1 64 904 0 0 0 86 0 0 0 16 0 13 0 88365889 1754701824 89457 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19084/tid=19094] ppid=19082 vsize=1713576 CPUtime=0
/proc/19084/task/19094/stat : 19094 (java) S 19082 19084 19038 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 88365889 1754701824 89457 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19084/tid=19095] ppid=19082 vsize=1713576 CPUtime=0
/proc/19084/task/19095/stat : 19095 (java) S 19082 19084 19038 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 88365889 1754701824 89457 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19084/tid=19096] ppid=19082 vsize=1713576 CPUtime=0
/proc/19084/task/19096/stat : 19096 (java) S 19082 19084 19038 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 88366427 1754701824 89457 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.52
Current children cumulated vsize (Kb) 1713576



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1793.29 s]
/proc/loadavg: 1.00 1.00 0.94 2/76 19096
/proc/meminfo: memFree=1047136/2055920 swapFree=4183844/4192956
[pid=19084] ppid=19082 vsize=1713576 CPUtime=1800.53
/proc/19084/stat : 19084 (java) R 19082 19084 19038 0 -1 0 129655 0 1 0 179975 78 0 0 25 0 13 0 88365879 1754701824 89457 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071610203 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/19084/statm: 428394 89457 1909 14 0 415141 0
[pid=19084/tid=19085] ppid=19082 vsize=1713576 CPUtime=6.97
/proc/19084/task/19085/stat : 19085 (java) S 19082 19084 19038 0 -1 64 46592 0 0 0 674 23 0 0 16 0 13 0 88365883 1754701824 89457 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19084/tid=19086] ppid=19082 vsize=1713576 CPUtime=6.92
/proc/19084/task/19086/stat : 19086 (java) S 19082 19084 19038 0 -1 64 43006 0 0 0 671 21 0 0 16 0 13 0 88365883 1754701824 89457 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19084/tid=19087] ppid=19082 vsize=1713576 CPUtime=0.2
/proc/19084/task/19087/stat : 19087 (java) S 19082 19084 19038 0 -1 64 26 0 0 0 11 9 0 0 15 0 13 0 88365885 1754701824 89457 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=19084/tid=19088] ppid=19082 vsize=1713576 CPUtime=0
/proc/19084/task/19088/stat : 19088 (java) S 19082 19084 19038 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 88365886 1754701824 89457 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19084/tid=19089] ppid=19082 vsize=1713576 CPUtime=0
/proc/19084/task/19089/stat : 19089 (java) S 19082 19084 19038 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 88365886 1754701824 89457 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19084/tid=19090] ppid=19082 vsize=1713576 CPUtime=0
/proc/19084/task/19090/stat : 19090 (java) S 19082 19084 19038 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 88365889 1754701824 89457 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19084/tid=19091] ppid=19082 vsize=1713576 CPUtime=0
/proc/19084/task/19091/stat : 19091 (java) S 19082 19084 19038 0 -1 64 2 0 0 0 0 0 0 0 17 0 13 0 88365889 1754701824 89457 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19084/tid=19092] ppid=19082 vsize=1713576 CPUtime=0.99
/proc/19084/task/19092/stat : 19092 (java) S 19082 19084 19038 0 -1 64 1750 0 0 0 98 1 0 0 17 0 13 0 88365889 1754701824 89457 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19084/tid=19093] ppid=19082 vsize=1713576 CPUtime=0.86
/proc/19084/task/19093/stat : 19093 (java) S 19082 19084 19038 0 -1 64 904 0 0 0 86 0 0 0 16 0 13 0 88365889 1754701824 89457 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19084/tid=19094] ppid=19082 vsize=1713576 CPUtime=0
/proc/19084/task/19094/stat : 19094 (java) S 19082 19084 19038 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 88365889 1754701824 89457 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19084/tid=19095] ppid=19082 vsize=1713576 CPUtime=0
/proc/19084/task/19095/stat : 19095 (java) S 19082 19084 19038 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 88365889 1754701824 89457 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19084/tid=19096] ppid=19082 vsize=1713576 CPUtime=0
/proc/19084/task/19096/stat : 19096 (java) S 19082 19084 19038 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 88366427 1754701824 89457 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.53
Current children cumulated vsize (Kb) 1713576

Sending SIGTERM to -19084
Sleeping 2 seconds

Child status: 143
Real time (s): 1793.37
CPU time (s): 1800.62
CPU user time (s): 1799.78
CPU system time (s): 0.842871
CPU usage (%): 100.404
Max. virtual memory (cumulated for all children) (Kb): 1713576

Launcher Data (download as text)

Begin job on node22 on Fri Jun  2 17:28:35 UTC 2006


FILE ID= 43883-1149269315

PBS_JOBID= 298954

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

MD5SUM SOLVER= e9637a7554f3ecdf74c1815f89d00213
MD5SUM BENCH=  99b260f11bc3e586ce78c7adccfe4295

RANDOM SEED= 794645963


/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.261
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.261
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:       1399376 kB
Buffers:         42244 kB
Cached:         537660 kB
SwapCached:       3264 kB
Active:         180996 kB
Inactive:       407688 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1399376 kB
SwapTotal:     4192956 kB
SwapFree:      4183844 kB
Dirty:             176 kB
Writeback:           0 kB
Mapped:          14968 kB
Slab:            53992 kB
Committed_AS:   242908 kB
PageTables:       1404 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB


End job on node22 on Fri Jun  2 17:58:29 UTC 2006