Trace number 42296

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SAT4JPSEUDO 2006.2 HeuristicsUNSAT 193.514 191.396

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/web/
uclid_pb_benchmarks/normalized-43s.smv.opb
MD5SUM9da797f3e3b73aa39825ce2ab436589f
Bench CategorySATUNSAT-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.365943
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables3655
Total number of constraints8686
Number of constraints which are clauses7982
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints704
Minimum length of a constraint1
Maximum length of a constraint15
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 158
Number of bits of the biggest number in a constraint 8
Biggest sum of numbers in a constraint 539
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data (download as text)

0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.14	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.15	c no version file found!!!
0.15	c sun.arch.data.model	32
0.15	c java.version	1.5.0_06
0.15	c os.name	Linux
0.15	c os.version	2.6.9-22.EL.rootsmp
0.15	c os.arch	i386
0.15	c Free memory 1548419056
0.15	c Max memory 1551040512
0.15	c Total memory 1551040512
0.15	c Number of processors 2
0.22	c Cutting planes based inference
0.22	c --- Begin Solver configuration ---
0.22	c org.sat4j.minisat.uip.FirstUIP@1df073d
0.22	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@1546e25
0.22	c org.sat4j.minisat.learning.MiniSATLearning@b66cc
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/node33/42296-1149236923/instance-42296-1149236923.opb
0.22	c reading problem ... 
1.63	c ... done. Time 1.406 ms.
1.63	c #vars     3655
1.63	c #constraints  8685
191.32	c starts		: 12
191.32	c conflicts		: 24012
191.32	c decisions		: 40622
191.32	c propagations		: 701417
191.32	c inspects		: 76609608
191.32	c learnt literals	: 1
191.32	c learnt binary clauses	: 52
191.32	c learnt ternary clauses	: 61
191.32	c learnt clauses	: 24010
191.32	c root simplifications	: 0
191.32	c removed literals (reason simplification)	: 0
191.32	c reason swapping (by a shorter reason)	: 0
191.32	c Calls to reduceDB	: 0
191.32	c speed (decisions/second)	: 214.15165956728947
191.32	c non guided choices	2290
191.32	s UNSATISFIABLE
191.32	c Total wall clock time (ms): 191.104

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/node33/watcher-42296-1149236923 -o ROOT/results/node33/solver-42296-1149236923 -C 1800 -M 1800 -S 64 java -server -Xms1500M -Xmx1500M -jar ROOT/solvers/PB/PB06final/user5/sat4jPseudoHeuristics.jar ROOT/tmp/node33/42296-1149236923/instance-42296-1149236923.opb 444029184 

Current StackSize limit: 67108864 bytes

/proc/loadavg: 0.92 0.97 0.91 3/64 5084
/proc/meminfo: memFree=1172440/2055920 swapFree=4181332/4192956
[pid=5084] ppid=5082 vsize=1784 CPUtime=0
/proc/5084/stat : 5084 (java) D 5082 5084 5039 0 -1 0 166 0 0 0 0 0 0 0 19 0 1 0 189356087 1826816 137 18446744073709551615 134512640 134570276 4294956608 18446744073709551615 4294960144 0 2147483391 4096 0 18446744072099781622 0 0 17 1 0 0
/proc/5084/statm: 446 137 102 14 0 91 0

[startup+10.0034 s]
/proc/loadavg: 0.93 0.97 0.91 2/76 5096
/proc/meminfo: memFree=1019904/2055920 swapFree=4181332/4192956
[pid=5084] ppid=5082 vsize=1712056 CPUtime=11.19
/proc/5084/stat : 5084 (java) R 5082 5084 5039 0 -1 0 42652 0 1 0 1098 21 0 0 25 0 13 0 189356087 1753145344 39944 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071559491 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/5084/statm: 428014 39944 1908 14 0 414761 0
[pid=5084/tid=5085] ppid=5082 vsize=1712056 CPUtime=0.07
/proc/5084/task/5085/stat : 5085 (java) S 5082 5084 5039 0 -1 64 1777 0 0 0 7 0 0 0 17 0 13 0 189356090 1753145344 39944 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5084/tid=5086] ppid=5082 vsize=1712056 CPUtime=0.08
/proc/5084/task/5086/stat : 5086 (java) S 5082 5084 5039 0 -1 64 1746 0 0 0 7 1 0 0 17 0 13 0 189356090 1753145344 39944 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5084/tid=5087] ppid=5082 vsize=1712056 CPUtime=0
/proc/5084/task/5087/stat : 5087 (java) S 5082 5084 5039 0 -1 64 30 0 0 0 0 0 0 0 16 0 13 0 189356093 1753145344 39944 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=5084/tid=5088] ppid=5082 vsize=1712056 CPUtime=0
/proc/5084/task/5088/stat : 5088 (java) S 5082 5084 5039 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 189356093 1753145344 39944 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5084/tid=5089] ppid=5082 vsize=1712056 CPUtime=0
/proc/5084/task/5089/stat : 5089 (java) S 5082 5084 5039 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 189356093 1753145344 39944 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5084/tid=5090] ppid=5082 vsize=1712056 CPUtime=0
/proc/5084/task/5090/stat : 5090 (java) S 5082 5084 5039 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 189356096 1753145344 39944 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5084/tid=5091] ppid=5082 vsize=1712056 CPUtime=0.01
/proc/5084/task/5091/stat : 5091 (java) S 5082 5084 5039 0 -1 64 2 0 0 0 1 0 0 0 16 0 13 0 189356096 1753145344 39944 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5084/tid=5092] ppid=5082 vsize=1712056 CPUtime=0.75
/proc/5084/task/5092/stat : 5092 (java) S 5082 5084 5039 0 -1 64 1504 0 0 0 75 0 0 0 17 0 13 0 189356096 1753145344 39944 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5084/tid=5093] ppid=5082 vsize=1712056 CPUtime=0.72
/proc/5084/task/5093/stat : 5093 (java) S 5082 5084 5039 0 -1 64 1049 0 0 0 72 0 0 0 16 0 13 0 189356096 1753145344 39944 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5084/tid=5094] ppid=5082 vsize=1712056 CPUtime=0
/proc/5084/task/5094/stat : 5094 (java) S 5082 5084 5039 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 189356097 1753145344 39944 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5084/tid=5095] ppid=5082 vsize=1712056 CPUtime=0
/proc/5084/task/5095/stat : 5095 (java) S 5082 5084 5039 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 189356097 1753145344 39944 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5084/tid=5096] ppid=5082 vsize=1712056 CPUtime=0
/proc/5084/task/5096/stat : 5096 (java) S 5082 5084 5039 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 189356251 1753145344 39944 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 11.19
Current children cumulated vsize (Kb) 1712056

[startup+20.0107 s]
/proc/loadavg: 0.94 0.97 0.91 2/76 5096
/proc/meminfo: memFree=988288/2055920 swapFree=4181332/4192956
[pid=5084] ppid=5082 vsize=1711380 CPUtime=21.35
/proc/5084/stat : 5084 (java) R 5082 5084 5039 0 -1 0 50872 0 1 0 2110 25 0 0 25 0 13 0 189356087 1752453120 47832 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071486331 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/5084/statm: 427845 47832 1908 14 0 414592 0
[pid=5084/tid=5085] ppid=5082 vsize=1711380 CPUtime=0.15
/proc/5084/task/5085/stat : 5085 (java) S 5082 5084 5039 0 -1 64 4330 0 0 0 14 1 0 0 17 0 13 0 189356090 1752453120 47832 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5084/tid=5086] ppid=5082 vsize=1711380 CPUtime=0.16
/proc/5084/task/5086/stat : 5086 (java) S 5082 5084 5039 0 -1 64 3929 0 0 0 14 2 0 0 16 0 13 0 189356090 1752453120 47832 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5084/tid=5087] ppid=5082 vsize=1711380 CPUtime=0
/proc/5084/task/5087/stat : 5087 (java) S 5082 5084 5039 0 -1 64 30 0 0 0 0 0 0 0 17 0 13 0 189356093 1752453120 47832 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=5084/tid=5088] ppid=5082 vsize=1711380 CPUtime=0
/proc/5084/task/5088/stat : 5088 (java) S 5082 5084 5039 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 189356093 1752453120 47832 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5084/tid=5089] ppid=5082 vsize=1711380 CPUtime=0
/proc/5084/task/5089/stat : 5089 (java) S 5082 5084 5039 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 189356093 1752453120 47832 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5084/tid=5090] ppid=5082 vsize=1711380 CPUtime=0
/proc/5084/task/5090/stat : 5090 (java) S 5082 5084 5039 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 189356096 1752453120 47832 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5084/tid=5091] ppid=5082 vsize=1711380 CPUtime=0.01
/proc/5084/task/5091/stat : 5091 (java) S 5082 5084 5039 0 -1 64 2 0 0 0 1 0 0 0 16 0 13 0 189356096 1752453120 47832 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5084/tid=5092] ppid=5082 vsize=1711380 CPUtime=0.82
/proc/5084/task/5092/stat : 5092 (java) S 5082 5084 5039 0 -1 64 1512 0 0 0 82 0 0 0 16 0 13 0 189356096 1752453120 47832 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5084/tid=5093] ppid=5082 vsize=1711380 CPUtime=0.73
/proc/5084/task/5093/stat : 5093 (java) S 5082 5084 5039 0 -1 64 1049 0 0 0 73 0 0 0 16 0 13 0 189356096 1752453120 47832 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5084/tid=5094] ppid=5082 vsize=1711380 CPUtime=0
/proc/5084/task/5094/stat : 5094 (java) S 5082 5084 5039 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 189356097 1752453120 47832 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5084/tid=5095] ppid=5082 vsize=1711380 CPUtime=0
/proc/5084/task/5095/stat : 5095 (java) S 5082 5084 5039 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 189356097 1752453120 47832 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5084/tid=5096] ppid=5082 vsize=1711380 CPUtime=0
/proc/5084/task/5096/stat : 5096 (java) S 5082 5084 5039 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 189356251 1752453120 47832 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 21.35
Current children cumulated vsize (Kb) 1711380

[startup+30.018 s]
/proc/loadavg: 0.95 0.97 0.91 2/76 5096
/proc/meminfo: memFree=985920/2055920 swapFree=4181332/4192956
[pid=5084] ppid=5082 vsize=1711380 CPUtime=31.38
/proc/5084/stat : 5084 (java) R 5082 5084 5039 0 -1 0 52087 0 1 0 3112 26 0 0 25 0 13 0 189356087 1752453120 48389 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071559877 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/5084/statm: 427845 48389 1908 14 0 414592 0
[pid=5084/tid=5085] ppid=5082 vsize=1711380 CPUtime=0.18
/proc/5084/task/5085/stat : 5085 (java) S 5082 5084 5039 0 -1 64 4980 0 0 0 16 2 0 0 16 0 13 0 189356090 1752453120 48389 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5084/tid=5086] ppid=5082 vsize=1711380 CPUtime=0.19
/proc/5084/task/5086/stat : 5086 (java) S 5082 5084 5039 0 -1 64 4489 0 0 0 17 2 0 0 17 0 13 0 189356090 1752453120 48389 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5084/tid=5087] ppid=5082 vsize=1711380 CPUtime=0
/proc/5084/task/5087/stat : 5087 (java) S 5082 5084 5039 0 -1 64 30 0 0 0 0 0 0 0 16 0 13 0 189356093 1752453120 48389 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=5084/tid=5088] ppid=5082 vsize=1711380 CPUtime=0
/proc/5084/task/5088/stat : 5088 (java) S 5082 5084 5039 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 189356093 1752453120 48389 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5084/tid=5089] ppid=5082 vsize=1711380 CPUtime=0
/proc/5084/task/5089/stat : 5089 (java) S 5082 5084 5039 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 189356093 1752453120 48389 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5084/tid=5090] ppid=5082 vsize=1711380 CPUtime=0
/proc/5084/task/5090/stat : 5090 (java) S 5082 5084 5039 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 189356096 1752453120 48389 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5084/tid=5091] ppid=5082 vsize=1711380 CPUtime=0.01
/proc/5084/task/5091/stat : 5091 (java) S 5082 5084 5039 0 -1 64 2 0 0 0 1 0 0 0 16 0 13 0 189356096 1752453120 48389 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5084/tid=5092] ppid=5082 vsize=1711380 CPUtime=0.82
/proc/5084/task/5092/stat : 5092 (java) S 5082 5084 5039 0 -1 64 1512 0 0 0 82 0 0 0 16 0 13 0 189356096 1752453120 48389 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5084/tid=5093] ppid=5082 vsize=1711380 CPUtime=0.73
/proc/5084/task/5093/stat : 5093 (java) S 5082 5084 5039 0 -1 64 1049 0 0 0 73 0 0 0 16 0 13 0 189356096 1752453120 48389 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5084/tid=5094] ppid=5082 vsize=1711380 CPUtime=0
/proc/5084/task/5094/stat : 5094 (java) S 5082 5084 5039 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 189356097 1752453120 48389 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5084/tid=5095] ppid=5082 vsize=1711380 CPUtime=0
/proc/5084/task/5095/stat : 5095 (java) S 5082 5084 5039 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 189356097 1752453120 48389 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5084/tid=5096] ppid=5082 vsize=1711380 CPUtime=0
/proc/5084/task/5096/stat : 5096 (java) S 5082 5084 5039 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 189356251 1752453120 48389 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 31.38
Current children cumulated vsize (Kb) 1711380

[startup+40.0253 s]
/proc/loadavg: 0.96 0.97 0.91 2/76 5096
/proc/meminfo: memFree=986688/2055920 swapFree=4181332/4192956
[pid=5084] ppid=5082 vsize=1711380 CPUtime=41.42
/proc/5084/stat : 5084 (java) R 5082 5084 5039 0 -1 0 52909 0 1 0 4116 26 0 0 25 0 13 0 189356087 1752453120 48183 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071486321 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/5084/statm: 427845 48183 1908 14 0 414592 0
[pid=5084/tid=5085] ppid=5082 vsize=1711380 CPUtime=0.22
/proc/5084/task/5085/stat : 5085 (java) S 5082 5084 5039 0 -1 64 5344 0 0 0 20 2 0 0 16 0 13 0 189356090 1752453120 48183 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5084/tid=5086] ppid=5082 vsize=1711380 CPUtime=0.22
/proc/5084/task/5086/stat : 5086 (java) S 5082 5084 5039 0 -1 64 4941 0 0 0 20 2 0 0 17 0 13 0 189356090 1752453120 48183 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5084/tid=5087] ppid=5082 vsize=1711380 CPUtime=0
/proc/5084/task/5087/stat : 5087 (java) S 5082 5084 5039 0 -1 64 30 0 0 0 0 0 0 0 17 0 13 0 189356093 1752453120 48183 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=5084/tid=5088] ppid=5082 vsize=1711380 CPUtime=0
/proc/5084/task/5088/stat : 5088 (java) S 5082 5084 5039 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 189356093 1752453120 48183 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5084/tid=5089] ppid=5082 vsize=1711380 CPUtime=0
/proc/5084/task/5089/stat : 5089 (java) S 5082 5084 5039 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 189356093 1752453120 48183 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5084/tid=5090] ppid=5082 vsize=1711380 CPUtime=0
/proc/5084/task/5090/stat : 5090 (java) S 5082 5084 5039 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 189356096 1752453120 48183 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5084/tid=5091] ppid=5082 vsize=1711380 CPUtime=0.01
/proc/5084/task/5091/stat : 5091 (java) S 5082 5084 5039 0 -1 64 2 0 0 0 1 0 0 0 16 0 13 0 189356096 1752453120 48183 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5084/tid=5092] ppid=5082 vsize=1711380 CPUtime=0.83
/proc/5084/task/5092/stat : 5092 (java) S 5082 5084 5039 0 -1 64 1512 0 0 0 83 0 0 0 16 0 13 0 189356096 1752453120 48183 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5084/tid=5093] ppid=5082 vsize=1711380 CPUtime=0.73
/proc/5084/task/5093/stat : 5093 (java) S 5082 5084 5039 0 -1 64 1049 0 0 0 73 0 0 0 16 0 13 0 189356096 1752453120 48183 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5084/tid=5094] ppid=5082 vsize=1711380 CPUtime=0
/proc/5084/task/5094/stat : 5094 (java) S 5082 5084 5039 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 189356097 1752453120 48183 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5084/tid=5095] ppid=5082 vsize=1711380 CPUtime=0
/proc/5084/task/5095/stat : 5095 (java) S 5082 5084 5039 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 189356097 1752453120 48183 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5084/tid=5096] ppid=5082 vsize=1711380 CPUtime=0
/proc/5084/task/5096/stat : 5096 (java) S 5082 5084 5039 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 189356251 1752453120 48183 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 41.42
Current children cumulated vsize (Kb) 1711380

[startup+50.0336 s]
/proc/loadavg: 0.96 0.97 0.91 3/76 5096
/proc/meminfo: memFree=990784/2055920 swapFree=4181332/4192956
[pid=5084] ppid=5082 vsize=1711380 CPUtime=51.53
/proc/5084/stat : 5084 (java) R 5082 5084 5039 0 -1 0 53342 0 1 0 5127 26 0 0 25 0 13 0 189356087 1752453120 47172 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071562657 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/5084/statm: 427845 47172 1908 14 0 414592 0
[pid=5084/tid=5085] ppid=5082 vsize=1711380 CPUtime=0.24
/proc/5084/task/5085/stat : 5085 (java) S 5082 5084 5039 0 -1 64 5579 0 0 0 22 2 0 0 16 0 13 0 189356090 1752453120 47172 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5084/tid=5086] ppid=5082 vsize=1711380 CPUtime=0.24
/proc/5084/task/5086/stat : 5086 (java) S 5082 5084 5039 0 -1 64 5129 0 0 0 22 2 0 0 16 0 13 0 189356090 1752453120 47172 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5084/tid=5087] ppid=5082 vsize=1711380 CPUtime=0
/proc/5084/task/5087/stat : 5087 (java) S 5082 5084 5039 0 -1 64 30 0 0 0 0 0 0 0 16 0 13 0 189356093 1752453120 47172 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=5084/tid=5088] ppid=5082 vsize=1711380 CPUtime=0
/proc/5084/task/5088/stat : 5088 (java) S 5082 5084 5039 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 189356093 1752453120 47172 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5084/tid=5089] ppid=5082 vsize=1711380 CPUtime=0
/proc/5084/task/5089/stat : 5089 (java) S 5082 5084 5039 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 189356093 1752453120 47172 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5084/tid=5090] ppid=5082 vsize=1711380 CPUtime=0
/proc/5084/task/5090/stat : 5090 (java) S 5082 5084 5039 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 189356096 1752453120 47172 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5084/tid=5091] ppid=5082 vsize=1711380 CPUtime=0.01
/proc/5084/task/5091/stat : 5091 (java) S 5082 5084 5039 0 -1 64 2 0 0 0 1 0 0 0 16 0 13 0 189356096 1752453120 47172 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5084/tid=5092] ppid=5082 vsize=1711380 CPUtime=0.86
/proc/5084/task/5092/stat : 5092 (java) S 5082 5084 5039 0 -1 64 1515 0 0 0 86 0 0 0 16 0 13 0 189356096 1752453120 47172 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5084/tid=5093] ppid=5082 vsize=1711380 CPUtime=0.78
/proc/5084/task/5093/stat : 5093 (java) R 5082 5084 5039 0 -1 64 1049 0 0 0 78 0 0 0 16 0 13 0 189356096 1752453120 47172 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4154633096 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5084/tid=5094] ppid=5082 vsize=1711380 CPUtime=0
/proc/5084/task/5094/stat : 5094 (java) S 5082 5084 5039 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 189356097 1752453120 47172 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5084/tid=5095] ppid=5082 vsize=1711380 CPUtime=0
/proc/5084/task/5095/stat : 5095 (java) S 5082 5084 5039 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 189356097 1752453120 47172 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5084/tid=5096] ppid=5082 vsize=1711380 CPUtime=0
/proc/5084/task/5096/stat : 5096 (java) S 5082 5084 5039 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 189356251 1752453120 47172 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 51.53
Current children cumulated vsize (Kb) 1711380

[startup+60.0409 s]
/proc/loadavg: 0.97 0.97 0.91 2/76 5096
/proc/meminfo: memFree=995200/2055920 swapFree=4181332/4192956
[pid=5084] ppid=5082 vsize=1711380 CPUtime=61.59
/proc/5084/stat : 5084 (java) R 5082 5084 5039 0 -1 0 53797 0 1 0 6132 27 0 0 25 0 13 0 189356087 1752453120 46059 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071559518 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/5084/statm: 427845 46059 1908 14 0 414592 0
[pid=5084/tid=5085] ppid=5082 vsize=1711380 CPUtime=0.26
/proc/5084/task/5085/stat : 5085 (java) S 5082 5084 5039 0 -1 64 5847 0 0 0 24 2 0 0 16 0 13 0 189356090 1752453120 46059 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5084/tid=5086] ppid=5082 vsize=1711380 CPUtime=0.27
/proc/5084/task/5086/stat : 5086 (java) S 5082 5084 5039 0 -1 64 5308 0 0 0 25 2 0 0 17 0 13 0 189356090 1752453120 46059 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5084/tid=5087] ppid=5082 vsize=1711380 CPUtime=0
/proc/5084/task/5087/stat : 5087 (java) S 5082 5084 5039 0 -1 64 30 0 0 0 0 0 0 0 17 0 13 0 189356093 1752453120 46059 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=5084/tid=5088] ppid=5082 vsize=1711380 CPUtime=0
/proc/5084/task/5088/stat : 5088 (java) S 5082 5084 5039 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 189356093 1752453120 46059 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5084/tid=5089] ppid=5082 vsize=1711380 CPUtime=0
/proc/5084/task/5089/stat : 5089 (java) S 5082 5084 5039 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 189356093 1752453120 46059 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5084/tid=5090] ppid=5082 vsize=1711380 CPUtime=0
/proc/5084/task/5090/stat : 5090 (java) S 5082 5084 5039 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 189356096 1752453120 46059 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0

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

/proc/5084/statm: 427845 43224 1910 14 0 414592 0
[pid=5084/tid=5085] ppid=5082 vsize=1711380 CPUtime=0.61
/proc/5084/task/5085/stat : 5085 (java) S 5082 5084 5039 0 -1 64 7935 0 0 0 57 4 0 0 16 0 13 0 189356090 1752453120 43224 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5084/tid=5086] ppid=5082 vsize=1711380 CPUtime=0.61
/proc/5084/task/5086/stat : 5086 (java) S 5082 5084 5039 0 -1 64 7587 0 0 0 57 4 0 0 16 0 13 0 189356090 1752453120 43224 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5084/tid=5087] ppid=5082 vsize=1711380 CPUtime=0.03
/proc/5084/task/5087/stat : 5087 (java) S 5082 5084 5039 0 -1 64 30 0 0 0 1 2 0 0 16 0 13 0 189356093 1752453120 43224 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=5084/tid=5088] ppid=5082 vsize=1711380 CPUtime=0
/proc/5084/task/5088/stat : 5088 (java) S 5082 5084 5039 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 189356093 1752453120 43224 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5084/tid=5089] ppid=5082 vsize=1711380 CPUtime=0
/proc/5084/task/5089/stat : 5089 (java) S 5082 5084 5039 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 189356093 1752453120 43224 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5084/tid=5090] ppid=5082 vsize=1711380 CPUtime=0
/proc/5084/task/5090/stat : 5090 (java) S 5082 5084 5039 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 189356096 1752453120 43224 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5084/tid=5091] ppid=5082 vsize=1711380 CPUtime=0.01
/proc/5084/task/5091/stat : 5091 (java) S 5082 5084 5039 0 -1 64 2 0 0 0 1 0 0 0 16 0 13 0 189356096 1752453120 43224 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5084/tid=5092] ppid=5082 vsize=1711380 CPUtime=0.89
/proc/5084/task/5092/stat : 5092 (java) S 5082 5084 5039 0 -1 64 1516 0 0 0 89 0 0 0 16 0 13 0 189356096 1752453120 43224 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5084/tid=5093] ppid=5082 vsize=1711380 CPUtime=0.81
/proc/5084/task/5093/stat : 5093 (java) S 5082 5084 5039 0 -1 64 1053 0 0 0 81 0 0 0 17 0 13 0 189356096 1752453120 43224 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5084/tid=5094] ppid=5082 vsize=1711380 CPUtime=0
/proc/5084/task/5094/stat : 5094 (java) S 5082 5084 5039 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 189356097 1752453120 43224 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5084/tid=5095] ppid=5082 vsize=1711380 CPUtime=0
/proc/5084/task/5095/stat : 5095 (java) S 5082 5084 5039 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 189356097 1752453120 43224 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5084/tid=5096] ppid=5082 vsize=1711380 CPUtime=0
/proc/5084/task/5096/stat : 5096 (java) S 5082 5084 5039 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 189356251 1752453120 43224 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 142
Current children cumulated vsize (Kb) 1711380

[startup+150.108 s]
/proc/loadavg: 0.99 0.97 0.91 2/76 5096
/proc/meminfo: memFree=1008128/2055920 swapFree=4181332/4192956
[pid=5084] ppid=5082 vsize=1711380 CPUtime=152.04
/proc/5084/stat : 5084 (java) R 5082 5084 5039 0 -1 0 58702 0 1 0 15172 32 0 0 18 0 13 0 189356087 1752453120 42823 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071563336 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/5084/statm: 427845 42823 1910 14 0 414592 0
[pid=5084/tid=5085] ppid=5082 vsize=1711380 CPUtime=0.67
/proc/5084/task/5085/stat : 5085 (java) S 5082 5084 5039 0 -1 64 8115 0 0 0 63 4 0 0 16 0 13 0 189356090 1752453120 42823 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5084/tid=5086] ppid=5082 vsize=1711380 CPUtime=0.67
/proc/5084/task/5086/stat : 5086 (java) S 5082 5084 5039 0 -1 64 7881 0 0 0 63 4 0 0 16 0 13 0 189356090 1752453120 42823 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5084/tid=5087] ppid=5082 vsize=1711380 CPUtime=0.03
/proc/5084/task/5087/stat : 5087 (java) S 5082 5084 5039 0 -1 64 30 0 0 0 1 2 0 0 16 0 13 0 189356093 1752453120 42823 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=5084/tid=5088] ppid=5082 vsize=1711380 CPUtime=0
/proc/5084/task/5088/stat : 5088 (java) S 5082 5084 5039 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 189356093 1752453120 42823 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5084/tid=5089] ppid=5082 vsize=1711380 CPUtime=0
/proc/5084/task/5089/stat : 5089 (java) S 5082 5084 5039 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 189356093 1752453120 42823 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5084/tid=5090] ppid=5082 vsize=1711380 CPUtime=0
/proc/5084/task/5090/stat : 5090 (java) S 5082 5084 5039 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 189356096 1752453120 42823 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5084/tid=5091] ppid=5082 vsize=1711380 CPUtime=0.01
/proc/5084/task/5091/stat : 5091 (java) S 5082 5084 5039 0 -1 64 2 0 0 0 1 0 0 0 16 0 13 0 189356096 1752453120 42823 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5084/tid=5092] ppid=5082 vsize=1711380 CPUtime=0.89
/proc/5084/task/5092/stat : 5092 (java) S 5082 5084 5039 0 -1 64 1516 0 0 0 89 0 0 0 16 0 13 0 189356096 1752453120 42823 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5084/tid=5093] ppid=5082 vsize=1711380 CPUtime=0.81
/proc/5084/task/5093/stat : 5093 (java) S 5082 5084 5039 0 -1 64 1053 0 0 0 81 0 0 0 17 0 13 0 189356096 1752453120 42823 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5084/tid=5094] ppid=5082 vsize=1711380 CPUtime=0
/proc/5084/task/5094/stat : 5094 (java) S 5082 5084 5039 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 189356097 1752453120 42823 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5084/tid=5095] ppid=5082 vsize=1711380 CPUtime=0
/proc/5084/task/5095/stat : 5095 (java) S 5082 5084 5039 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 189356097 1752453120 42823 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5084/tid=5096] ppid=5082 vsize=1711380 CPUtime=0
/proc/5084/task/5096/stat : 5096 (java) S 5082 5084 5039 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 189356251 1752453120 42823 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 152.04
Current children cumulated vsize (Kb) 1711380

[startup+160.116 s]
/proc/loadavg: 0.99 0.97 0.91 2/76 5096
/proc/meminfo: memFree=1008960/2055920 swapFree=4181332/4192956
[pid=5084] ppid=5082 vsize=1711380 CPUtime=162.1
/proc/5084/stat : 5084 (java) R 5082 5084 5039 0 -1 0 59228 0 1 0 16178 32 0 0 25 0 13 0 189356087 1752453120 42644 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071394103 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/5084/statm: 427845 42644 1910 14 0 414592 0
[pid=5084/tid=5085] ppid=5082 vsize=1711380 CPUtime=0.72
/proc/5084/task/5085/stat : 5085 (java) S 5082 5084 5039 0 -1 64 8275 0 0 0 68 4 0 0 16 0 13 0 189356090 1752453120 42644 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5084/tid=5086] ppid=5082 vsize=1711380 CPUtime=0.72
/proc/5084/task/5086/stat : 5086 (java) S 5082 5084 5039 0 -1 64 8240 0 0 0 68 4 0 0 16 0 13 0 189356090 1752453120 42644 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5084/tid=5087] ppid=5082 vsize=1711380 CPUtime=0.03
/proc/5084/task/5087/stat : 5087 (java) S 5082 5084 5039 0 -1 64 30 0 0 0 1 2 0 0 16 0 13 0 189356093 1752453120 42644 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=5084/tid=5088] ppid=5082 vsize=1711380 CPUtime=0
/proc/5084/task/5088/stat : 5088 (java) S 5082 5084 5039 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 189356093 1752453120 42644 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5084/tid=5089] ppid=5082 vsize=1711380 CPUtime=0
/proc/5084/task/5089/stat : 5089 (java) S 5082 5084 5039 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 189356093 1752453120 42644 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5084/tid=5090] ppid=5082 vsize=1711380 CPUtime=0
/proc/5084/task/5090/stat : 5090 (java) S 5082 5084 5039 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 189356096 1752453120 42644 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5084/tid=5091] ppid=5082 vsize=1711380 CPUtime=0.01
/proc/5084/task/5091/stat : 5091 (java) S 5082 5084 5039 0 -1 64 2 0 0 0 1 0 0 0 16 0 13 0 189356096 1752453120 42644 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5084/tid=5092] ppid=5082 vsize=1711380 CPUtime=0.89
/proc/5084/task/5092/stat : 5092 (java) S 5082 5084 5039 0 -1 64 1516 0 0 0 89 0 0 0 16 0 13 0 189356096 1752453120 42644 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5084/tid=5093] ppid=5082 vsize=1711380 CPUtime=0.81
/proc/5084/task/5093/stat : 5093 (java) S 5082 5084 5039 0 -1 64 1053 0 0 0 81 0 0 0 17 0 13 0 189356096 1752453120 42644 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5084/tid=5094] ppid=5082 vsize=1711380 CPUtime=0
/proc/5084/task/5094/stat : 5094 (java) S 5082 5084 5039 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 189356097 1752453120 42644 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5084/tid=5095] ppid=5082 vsize=1711380 CPUtime=0
/proc/5084/task/5095/stat : 5095 (java) S 5082 5084 5039 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 189356097 1752453120 42644 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5084/tid=5096] ppid=5082 vsize=1711380 CPUtime=0
/proc/5084/task/5096/stat : 5096 (java) S 5082 5084 5039 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 189356251 1752453120 42644 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 162.1
Current children cumulated vsize (Kb) 1711380

[startup+170.123 s]
/proc/loadavg: 0.99 0.97 0.91 2/76 5096
/proc/meminfo: memFree=1010944/2055920 swapFree=4181332/4192956
[pid=5084] ppid=5082 vsize=1711380 CPUtime=172.16
/proc/5084/stat : 5084 (java) R 5082 5084 5039 0 -1 0 59591 0 1 0 17183 33 0 0 25 0 13 0 189356087 1752453120 42113 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071476360 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/5084/statm: 427845 42113 1910 14 0 414592 0
[pid=5084/tid=5085] ppid=5082 vsize=1711380 CPUtime=0.78
/proc/5084/task/5085/stat : 5085 (java) S 5082 5084 5039 0 -1 64 8422 0 0 0 74 4 0 0 17 0 13 0 189356090 1752453120 42113 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5084/tid=5086] ppid=5082 vsize=1711380 CPUtime=0.78
/proc/5084/task/5086/stat : 5086 (java) S 5082 5084 5039 0 -1 64 8449 0 0 0 74 4 0 0 16 0 13 0 189356090 1752453120 42113 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5084/tid=5087] ppid=5082 vsize=1711380 CPUtime=0.03
/proc/5084/task/5087/stat : 5087 (java) S 5082 5084 5039 0 -1 64 30 0 0 0 1 2 0 0 16 0 13 0 189356093 1752453120 42113 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=5084/tid=5088] ppid=5082 vsize=1711380 CPUtime=0
/proc/5084/task/5088/stat : 5088 (java) S 5082 5084 5039 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 189356093 1752453120 42113 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5084/tid=5089] ppid=5082 vsize=1711380 CPUtime=0
/proc/5084/task/5089/stat : 5089 (java) S 5082 5084 5039 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 189356093 1752453120 42113 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5084/tid=5090] ppid=5082 vsize=1711380 CPUtime=0
/proc/5084/task/5090/stat : 5090 (java) S 5082 5084 5039 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 189356096 1752453120 42113 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5084/tid=5091] ppid=5082 vsize=1711380 CPUtime=0.01
/proc/5084/task/5091/stat : 5091 (java) S 5082 5084 5039 0 -1 64 2 0 0 0 1 0 0 0 16 0 13 0 189356096 1752453120 42113 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5084/tid=5092] ppid=5082 vsize=1711380 CPUtime=0.89
/proc/5084/task/5092/stat : 5092 (java) S 5082 5084 5039 0 -1 64 1516 0 0 0 89 0 0 0 16 0 13 0 189356096 1752453120 42113 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5084/tid=5093] ppid=5082 vsize=1711380 CPUtime=0.81
/proc/5084/task/5093/stat : 5093 (java) S 5082 5084 5039 0 -1 64 1053 0 0 0 81 0 0 0 17 0 13 0 189356096 1752453120 42113 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5084/tid=5094] ppid=5082 vsize=1711380 CPUtime=0
/proc/5084/task/5094/stat : 5094 (java) S 5082 5084 5039 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 189356097 1752453120 42113 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5084/tid=5095] ppid=5082 vsize=1711380 CPUtime=0
/proc/5084/task/5095/stat : 5095 (java) S 5082 5084 5039 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 189356097 1752453120 42113 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5084/tid=5096] ppid=5082 vsize=1711380 CPUtime=0
/proc/5084/task/5096/stat : 5096 (java) S 5082 5084 5039 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 189356251 1752453120 42113 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 172.16
Current children cumulated vsize (Kb) 1711380

[startup+180.131 s]
/proc/loadavg: 0.99 0.97 0.91 3/76 5096
/proc/meminfo: memFree=1012160/2055920 swapFree=4181332/4192956
[pid=5084] ppid=5082 vsize=1711380 CPUtime=182.23
/proc/5084/stat : 5084 (java) R 5082 5084 5039 0 -1 0 60119 0 1 0 18190 33 0 0 23 0 13 0 189356087 1752453120 41795 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071476560 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/5084/statm: 427845 41795 1910 14 0 414592 0
[pid=5084/tid=5085] ppid=5082 vsize=1711380 CPUtime=0.84
/proc/5084/task/5085/stat : 5085 (java) S 5082 5084 5039 0 -1 64 8615 0 0 0 80 4 0 0 16 0 13 0 189356090 1752453120 41795 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5084/tid=5086] ppid=5082 vsize=1711380 CPUtime=0.85
/proc/5084/task/5086/stat : 5086 (java) S 5082 5084 5039 0 -1 64 8776 0 0 0 80 5 0 0 16 0 13 0 189356090 1752453120 41795 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5084/tid=5087] ppid=5082 vsize=1711380 CPUtime=0.03
/proc/5084/task/5087/stat : 5087 (java) S 5082 5084 5039 0 -1 64 30 0 0 0 1 2 0 0 15 0 13 0 189356093 1752453120 41795 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=5084/tid=5088] ppid=5082 vsize=1711380 CPUtime=0
/proc/5084/task/5088/stat : 5088 (java) S 5082 5084 5039 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 189356093 1752453120 41795 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5084/tid=5089] ppid=5082 vsize=1711380 CPUtime=0
/proc/5084/task/5089/stat : 5089 (java) S 5082 5084 5039 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 189356093 1752453120 41795 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5084/tid=5090] ppid=5082 vsize=1711380 CPUtime=0
/proc/5084/task/5090/stat : 5090 (java) S 5082 5084 5039 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 189356096 1752453120 41795 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5084/tid=5091] ppid=5082 vsize=1711380 CPUtime=0.01
/proc/5084/task/5091/stat : 5091 (java) S 5082 5084 5039 0 -1 64 2 0 0 0 1 0 0 0 16 0 13 0 189356096 1752453120 41795 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5084/tid=5092] ppid=5082 vsize=1711380 CPUtime=0.89
/proc/5084/task/5092/stat : 5092 (java) S 5082 5084 5039 0 -1 64 1516 0 0 0 89 0 0 0 16 0 13 0 189356096 1752453120 41795 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5084/tid=5093] ppid=5082 vsize=1711380 CPUtime=0.81
/proc/5084/task/5093/stat : 5093 (java) S 5082 5084 5039 0 -1 64 1053 0 0 0 81 0 0 0 17 0 13 0 189356096 1752453120 41795 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5084/tid=5094] ppid=5082 vsize=1711380 CPUtime=0
/proc/5084/task/5094/stat : 5094 (java) S 5082 5084 5039 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 189356097 1752453120 41795 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5084/tid=5095] ppid=5082 vsize=1711380 CPUtime=0
/proc/5084/task/5095/stat : 5095 (java) S 5082 5084 5039 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 189356097 1752453120 41795 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5084/tid=5096] ppid=5082 vsize=1711380 CPUtime=0
/proc/5084/task/5096/stat : 5096 (java) S 5082 5084 5039 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 189356251 1752453120 41795 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 182.23
Current children cumulated vsize (Kb) 1711380

[startup+190.139 s]
/proc/loadavg: 0.99 0.97 0.91 2/76 5096
/proc/meminfo: memFree=1012800/2055920 swapFree=4181332/4192956
[pid=5084] ppid=5082 vsize=1711380 CPUtime=192.28
/proc/5084/stat : 5084 (java) R 5082 5084 5039 0 -1 0 60657 0 1 0 19195 33 0 0 18 0 13 0 189356087 1752453120 41621 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071559511 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/5084/statm: 427845 41621 1910 14 0 414592 0
[pid=5084/tid=5085] ppid=5082 vsize=1711380 CPUtime=0.9
/proc/5084/task/5085/stat : 5085 (java) S 5082 5084 5039 0 -1 64 8789 0 0 0 86 4 0 0 16 0 13 0 189356090 1752453120 41621 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5084/tid=5086] ppid=5082 vsize=1711380 CPUtime=0.91
/proc/5084/task/5086/stat : 5086 (java) S 5082 5084 5039 0 -1 64 9132 0 0 0 86 5 0 0 16 0 13 0 189356090 1752453120 41621 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5084/tid=5087] ppid=5082 vsize=1711380 CPUtime=0.03
/proc/5084/task/5087/stat : 5087 (java) S 5082 5084 5039 0 -1 64 30 0 0 0 1 2 0 0 16 0 13 0 189356093 1752453120 41621 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=5084/tid=5088] ppid=5082 vsize=1711380 CPUtime=0
/proc/5084/task/5088/stat : 5088 (java) S 5082 5084 5039 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 189356093 1752453120 41621 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5084/tid=5089] ppid=5082 vsize=1711380 CPUtime=0
/proc/5084/task/5089/stat : 5089 (java) S 5082 5084 5039 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 189356093 1752453120 41621 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5084/tid=5090] ppid=5082 vsize=1711380 CPUtime=0
/proc/5084/task/5090/stat : 5090 (java) S 5082 5084 5039 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 189356096 1752453120 41621 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5084/tid=5091] ppid=5082 vsize=1711380 CPUtime=0.01
/proc/5084/task/5091/stat : 5091 (java) S 5082 5084 5039 0 -1 64 2 0 0 0 1 0 0 0 16 0 13 0 189356096 1752453120 41621 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5084/tid=5092] ppid=5082 vsize=1711380 CPUtime=0.89
/proc/5084/task/5092/stat : 5092 (java) S 5082 5084 5039 0 -1 64 1516 0 0 0 89 0 0 0 16 0 13 0 189356096 1752453120 41621 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5084/tid=5093] ppid=5082 vsize=1711380 CPUtime=0.81
/proc/5084/task/5093/stat : 5093 (java) S 5082 5084 5039 0 -1 64 1053 0 0 0 81 0 0 0 17 0 13 0 189356096 1752453120 41621 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5084/tid=5094] ppid=5082 vsize=1711380 CPUtime=0
/proc/5084/task/5094/stat : 5094 (java) S 5082 5084 5039 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 189356097 1752453120 41621 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5084/tid=5095] ppid=5082 vsize=1711380 CPUtime=0
/proc/5084/task/5095/stat : 5095 (java) S 5082 5084 5039 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 189356097 1752453120 41621 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5084/tid=5096] ppid=5082 vsize=1711380 CPUtime=0
/proc/5084/task/5096/stat : 5096 (java) S 5082 5084 5039 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 189356251 1752453120 41621 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 192.28
Current children cumulated vsize (Kb) 1711380

Child status: 20
Real time (s): 191.396
CPU time (s): 193.514
CPU user time (s): 193.15
CPU system time (s): 0.363944
CPU usage (%): 101.106
Max. virtual memory (cumulated for all children) (Kb): 1712056

Launcher Data (download as text)

Begin job on node33 on Fri Jun  2 08:28:43 UTC 2006


FILE ID= 42296-1149236923

PBS_JOBID= 297061

BENCH NAME= ROOT/tmp/node33/42296-1149236923/instance-42296-1149236923.opb
COMMAND LINE= java -server -Xms1500M -Xmx1500M -jar ROOT/solvers/PB/PB06final/user5/sat4jPseudoHeuristics.jar ROOT/tmp/node33/42296-1149236923/instance-42296-1149236923.opb 444029184
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node33/watcher-42296-1149236923 -o ROOT/results/node33/solver-42296-1149236923 -C 1800 -M 1800 -S 64  java -server -Xms1500M -Xmx1500M -jar ROOT/solvers/PB/PB06final/user5/sat4jPseudoHeuristics.jar ROOT/tmp/node33/42296-1149236923/instance-42296-1149236923.opb 444029184

MD5SUM SOLVER= 3cef94aa015dc0dd234d31843a257d70
MD5SUM BENCH=  9da797f3e3b73aa39825ce2ab436589f

RANDOM SEED= 444029184


/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.213
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.213
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:       1172648 kB
Buffers:         40496 kB
Cached:         765572 kB
SwapCached:       3744 kB
Active:         177764 kB
Inactive:       637488 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1172648 kB
SwapTotal:     4192956 kB
SwapFree:      4181332 kB
Dirty:             164 kB
Writeback:           0 kB
Mapped:          14888 kB
Slab:            54092 kB
Committed_AS:   250688 kB
PageTables:       1424 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB


End job on node33 on Fri Jun  2 08:31:54 UTC 2006