Trace number 43832

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.2UNSAT 131.415 125.091

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/plato.asu.edu/
pub/milp/normalized-reduced-mps-v2-20-10-bc1.opb
MD5SUM743cbcb78230aca97c7aa43a5d0e3e41
Bench CategoryOPT-SMALLINT (optimisation, small integers)
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 benchmark131.415
Has Objective FunctionYES
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables27730
Total number of constraints3375
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)84
Number of constraints which are nor clauses,nor cardinality constraints3291
Minimum length of a constraint3
Maximum length of a constraint5701
Number of terms in the objective function 31
Biggest coefficient in the objective function 262145
Number of bits for the biggest coefficient in the objective function 19
Sum of the numbers in the objective function 524318
Number of bits of the sum of numbers in the objective function 20
Biggest number in a constraint 262145
Number of bits of the biggest number in a constraint 19
Biggest sum of numbers in a constraint 529960
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.20	c Cutting planes based inference
0.20	c --- Begin Solver configuration ---
0.20	c org.sat4j.minisat.uip.FirstUIP@1037c71
0.20	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@1df073d
0.20	c org.sat4j.minisat.learning.MiniSATLearning@1546e25
0.20	c conflictBoundIncFactor=1.5 learntBoundIncFactor=1.1 initLearntBoundConstraintFactor=10000.0 initConflictBound=100 
0.20	c VSIDS like heuristics from MiniSAT using a heap
0.20	c No reason simplification
0.20	c --- End Solver configuration ---
0.20	c solving ROOT/tmp/node69/43832-1149254638/instance-43832-1149254638.opb
0.20	c reading problem ... 
26.25	c ... done. Time 26.05 ms.
26.25	c #vars     27730
26.25	c #constraints  4160
124.97	c starts		: 1
124.97	c conflicts		: 16
124.97	c decisions		: 2328
124.97	c propagations		: 19937
124.97	c inspects		: 6515736
124.97	c learnt literals	: 0
124.97	c learnt binary clauses	: 0
124.97	c learnt ternary clauses	: 0
124.97	c learnt clauses	: 15
124.97	c root simplifications	: 0
124.97	c removed literals (reason simplification)	: 0
124.97	c reason swapping (by a shorter reason)	: 0
124.97	c Calls to reduceDB	: 0
124.97	c speed (decisions/second)	: 23.590928436796982
124.97	c non guided choices	284
124.97	s UNSATISFIABLE
124.97	c Total wall clock time (ms): 124.775

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

Current StackSize limit: 67108864 bytes

/proc/loadavg: 0.84 0.95 0.92 3/64 12013
/proc/meminfo: memFree=1370268/2055920 swapFree=4182224/4192956
[pid=12013] ppid=12011 vsize=168 CPUtime=0
/proc/12013/stat : 12013 (java) R 12011 12013 11967 0 -1 0 39 0 0 0 0 0 0 0 19 0 1 0 191133987 172032 23 18446744073709551615 134512640 134570276 4294956624 18446744073709551615 11952932 0 0 4096 0 0 0 0 17 1 0 0
/proc/12013/statm: 54 25 20 14 0 2 0

[startup+10.0076 s]
/proc/loadavg: 0.87 0.95 0.92 5/75 12024
/proc/meminfo: memFree=1062732/2055920 swapFree=4182224/4192956
[pid=12013] ppid=12011 vsize=1711028 CPUtime=12.02
/proc/12013/stat : 12013 (java) R 12011 12013 11967 0 -1 0 86442 0 1 0 1163 39 0 0 20 0 12 0 191133987 1752092672 78786 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/12013/statm: 427757 78789 1887 14 0 414504 0
[pid=12013/tid=12014] ppid=12011 vsize=1711028 CPUtime=1.43
/proc/12013/task/12014/stat : 12014 (java) R 12011 12013 11967 0 -1 64 26592 0 0 0 132 11 0 0 16 0 12 0 191133991 1752092672 78795 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4154975950 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12013/tid=12015] ppid=12011 vsize=1711028 CPUtime=1.43
/proc/12013/task/12015/stat : 12015 (java) R 12011 12013 11967 0 -1 64 21708 0 0 0 132 11 0 0 17 0 12 0 191133991 1752092672 78798 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4154649126 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12013/tid=12016] ppid=12011 vsize=1711028 CPUtime=0
/proc/12013/task/12016/stat : 12016 (java) R 12011 12013 11967 0 -1 64 17 0 0 0 0 0 0 0 17 0 12 0 191133994 1752092672 78801 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=12013/tid=12017] ppid=12011 vsize=1711028 CPUtime=0
/proc/12013/task/12017/stat : 12017 (java) S 12011 12013 11967 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 191133994 1752092672 78804 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12013/tid=12018] ppid=12011 vsize=1711028 CPUtime=0
/proc/12013/task/12018/stat : 12018 (java) S 12011 12013 11967 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 191133994 1752092672 78805 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12013/tid=12019] ppid=12011 vsize=1711028 CPUtime=0
/proc/12013/task/12019/stat : 12019 (java) S 12011 12013 11967 0 -1 64 0 0 0 0 0 0 0 0 24 0 12 0 191133997 1752092672 78806 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12013/tid=12020] ppid=12011 vsize=1711028 CPUtime=0
/proc/12013/task/12020/stat : 12020 (java) S 12011 12013 11967 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 191133997 1752092672 78807 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12013/tid=12021] ppid=12011 vsize=1711028 CPUtime=0.31
/proc/12013/task/12021/stat : 12021 (java) S 12011 12013 11967 0 -1 64 447 0 0 0 31 0 0 0 16 0 12 0 191133997 1752092672 78808 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12013/tid=12022] ppid=12011 vsize=1711028 CPUtime=0.42
/proc/12013/task/12022/stat : 12022 (java) S 12011 12013 11967 0 -1 64 1188 0 0 0 42 0 0 0 17 0 12 0 191133997 1752092672 78809 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12013/tid=12023] ppid=12011 vsize=1711028 CPUtime=0
/proc/12013/task/12023/stat : 12023 (java) S 12011 12013 11967 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 191133997 1752092672 78810 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12013/tid=12024] ppid=12011 vsize=1711028 CPUtime=0
/proc/12013/task/12024/stat : 12024 (java) S 12011 12013 11967 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 191133997 1752092672 78811 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.02
Current children cumulated vsize (Kb) 1711028

[startup+20.0354 s]
/proc/loadavg: 0.89 0.95 0.92 2/75 12024
/proc/meminfo: memFree=860748/2055920 swapFree=4182224/4192956
[pid=12013] ppid=12011 vsize=1711028 CPUtime=23.66
/proc/12013/stat : 12013 (java) R 12011 12013 11967 0 -1 0 145386 0 1 0 2295 71 0 0 17 0 12 0 191133987 1752092672 129067 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071421612 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/12013/statm: 427757 129067 1887 14 0 414504 0
[pid=12013/tid=12014] ppid=12011 vsize=1711028 CPUtime=3.02
/proc/12013/task/12014/stat : 12014 (java) S 12011 12013 11967 0 -1 64 58314 0 0 0 275 27 0 0 17 0 12 0 191133991 1752092672 129067 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12013/tid=12015] ppid=12011 vsize=1711028 CPUtime=3.01
/proc/12013/task/12015/stat : 12015 (java) S 12011 12013 11967 0 -1 64 48838 0 0 0 277 24 0 0 18 0 12 0 191133991 1752092672 129067 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12013/tid=12016] ppid=12011 vsize=1711028 CPUtime=0
/proc/12013/task/12016/stat : 12016 (java) S 12011 12013 11967 0 -1 64 22 0 0 0 0 0 0 0 16 0 12 0 191133994 1752092672 129067 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=12013/tid=12017] ppid=12011 vsize=1711028 CPUtime=0
/proc/12013/task/12017/stat : 12017 (java) S 12011 12013 11967 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 191133994 1752092672 129067 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12013/tid=12018] ppid=12011 vsize=1711028 CPUtime=0
/proc/12013/task/12018/stat : 12018 (java) S 12011 12013 11967 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 191133994 1752092672 129067 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12013/tid=12019] ppid=12011 vsize=1711028 CPUtime=0
/proc/12013/task/12019/stat : 12019 (java) S 12011 12013 11967 0 -1 64 0 0 0 0 0 0 0 0 24 0 12 0 191133997 1752092672 129067 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12013/tid=12020] ppid=12011 vsize=1711028 CPUtime=0
/proc/12013/task/12020/stat : 12020 (java) S 12011 12013 11967 0 -1 64 2 0 0 0 0 0 0 0 17 0 12 0 191133997 1752092672 129067 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12013/tid=12021] ppid=12011 vsize=1711028 CPUtime=0.35
/proc/12013/task/12021/stat : 12021 (java) S 12011 12013 11967 0 -1 64 511 0 0 0 35 0 0 0 16 0 12 0 191133997 1752092672 129067 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12013/tid=12022] ppid=12011 vsize=1711028 CPUtime=0.43
/proc/12013/task/12022/stat : 12022 (java) S 12011 12013 11967 0 -1 64 1190 0 0 0 43 0 0 0 16 0 12 0 191133997 1752092672 129067 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12013/tid=12023] ppid=12011 vsize=1711028 CPUtime=0
/proc/12013/task/12023/stat : 12023 (java) S 12011 12013 11967 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 191133997 1752092672 129067 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12013/tid=12024] ppid=12011 vsize=1711028 CPUtime=0
/proc/12013/task/12024/stat : 12024 (java) S 12011 12013 11967 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 191133997 1752092672 129067 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 23.66
Current children cumulated vsize (Kb) 1711028

[startup+30.0455 s]
/proc/loadavg: 0.90 0.95 0.92 2/76 12025
/proc/meminfo: memFree=718276/2055920 swapFree=4182224/4192956
[pid=12013] ppid=12011 vsize=1711776 CPUtime=34.82
/proc/12013/stat : 12013 (java) R 12011 12013 11967 0 -1 0 186139 0 1 0 3390 92 0 0 25 0 13 0 191133987 1752858624 164639 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071230831 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/12013/statm: 427944 164639 1899 14 0 414691 0
[pid=12013/tid=12014] ppid=12011 vsize=1711776 CPUtime=4.13
/proc/12013/task/12014/stat : 12014 (java) S 12011 12013 11967 0 -1 64 78880 0 0 0 376 37 0 0 17 0 13 0 191133991 1752858624 164639 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12013/tid=12015] ppid=12011 vsize=1711776 CPUtime=4.13
/proc/12013/task/12015/stat : 12015 (java) S 12011 12013 11967 0 -1 64 68936 0 0 0 378 35 0 0 16 0 13 0 191133991 1752858624 164639 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12013/tid=12016] ppid=12011 vsize=1711776 CPUtime=0
/proc/12013/task/12016/stat : 12016 (java) S 12011 12013 11967 0 -1 64 23 0 0 0 0 0 0 0 16 0 13 0 191133994 1752858624 164639 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=12013/tid=12017] ppid=12011 vsize=1711776 CPUtime=0
/proc/12013/task/12017/stat : 12017 (java) S 12011 12013 11967 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 191133994 1752858624 164639 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12013/tid=12018] ppid=12011 vsize=1711776 CPUtime=0
/proc/12013/task/12018/stat : 12018 (java) S 12011 12013 11967 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 191133994 1752858624 164639 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12013/tid=12019] ppid=12011 vsize=1711776 CPUtime=0
/proc/12013/task/12019/stat : 12019 (java) S 12011 12013 11967 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 191133997 1752858624 164639 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12013/tid=12020] ppid=12011 vsize=1711776 CPUtime=0
/proc/12013/task/12020/stat : 12020 (java) S 12011 12013 11967 0 -1 64 2 0 0 0 0 0 0 0 17 0 13 0 191133997 1752858624 164639 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12013/tid=12021] ppid=12011 vsize=1711776 CPUtime=0.4
/proc/12013/task/12021/stat : 12021 (java) S 12011 12013 11967 0 -1 64 552 0 0 0 40 0 0 0 16 0 13 0 191133997 1752858624 164639 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12013/tid=12022] ppid=12011 vsize=1711776 CPUtime=0.48
/proc/12013/task/12022/stat : 12022 (java) S 12011 12013 11967 0 -1 64 1196 0 0 0 48 0 0 0 16 0 13 0 191133997 1752858624 164639 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12013/tid=12023] ppid=12011 vsize=1711776 CPUtime=0
/proc/12013/task/12023/stat : 12023 (java) S 12011 12013 11967 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 191133997 1752858624 164639 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12013/tid=12024] ppid=12011 vsize=1711776 CPUtime=0
/proc/12013/task/12024/stat : 12024 (java) S 12011 12013 11967 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 191133997 1752858624 164639 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12013/tid=12025] ppid=12011 vsize=1711776 CPUtime=0
/proc/12013/task/12025/stat : 12025 (java) S 12011 12013 11967 0 -1 64 4 0 0 0 0 0 0 0 24 0 13 0 191136735 1752858624 164639 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 34.82
Current children cumulated vsize (Kb) 1711776

[startup+40.0523 s]
/proc/loadavg: 1.00 0.97 0.93 2/76 12025
/proc/meminfo: memFree=706564/2055920 swapFree=4182224/4192956
[pid=12013] ppid=12011 vsize=1711544 CPUtime=44.91
/proc/12013/stat : 12013 (java) R 12011 12013 11967 0 -1 0 189951 0 1 0 4397 94 0 0 25 0 13 0 191133987 1752621056 167565 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071553106 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/12013/statm: 427886 167565 1899 14 0 414633 0
[pid=12013/tid=12014] ppid=12011 vsize=1711544 CPUtime=4.2
/proc/12013/task/12014/stat : 12014 (java) S 12011 12013 11967 0 -1 64 81092 0 0 0 382 38 0 0 17 0 13 0 191133991 1752621056 167565 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12013/tid=12015] ppid=12011 vsize=1711544 CPUtime=4.2
/proc/12013/task/12015/stat : 12015 (java) S 12011 12013 11967 0 -1 64 70534 0 0 0 385 35 0 0 16 0 13 0 191133991 1752621056 167565 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12013/tid=12016] ppid=12011 vsize=1711544 CPUtime=0
/proc/12013/task/12016/stat : 12016 (java) S 12011 12013 11967 0 -1 64 23 0 0 0 0 0 0 0 16 0 13 0 191133994 1752621056 167565 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=12013/tid=12017] ppid=12011 vsize=1711544 CPUtime=0
/proc/12013/task/12017/stat : 12017 (java) S 12011 12013 11967 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 191133994 1752621056 167565 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12013/tid=12018] ppid=12011 vsize=1711544 CPUtime=0
/proc/12013/task/12018/stat : 12018 (java) S 12011 12013 11967 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 191133994 1752621056 167565 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12013/tid=12019] ppid=12011 vsize=1711544 CPUtime=0
/proc/12013/task/12019/stat : 12019 (java) S 12011 12013 11967 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 191133997 1752621056 167565 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12013/tid=12020] ppid=12011 vsize=1711544 CPUtime=0
/proc/12013/task/12020/stat : 12020 (java) S 12011 12013 11967 0 -1 64 2 0 0 0 0 0 0 0 17 0 13 0 191133997 1752621056 167565 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12013/tid=12021] ppid=12011 vsize=1711544 CPUtime=0.41
/proc/12013/task/12021/stat : 12021 (java) S 12011 12013 11967 0 -1 64 552 0 0 0 41 0 0 0 17 0 13 0 191133997 1752621056 167565 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12013/tid=12022] ppid=12011 vsize=1711544 CPUtime=0.48
/proc/12013/task/12022/stat : 12022 (java) S 12011 12013 11967 0 -1 64 1196 0 0 0 48 0 0 0 16 0 13 0 191133997 1752621056 167565 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12013/tid=12023] ppid=12011 vsize=1711544 CPUtime=0
/proc/12013/task/12023/stat : 12023 (java) S 12011 12013 11967 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 191133997 1752621056 167565 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12013/tid=12024] ppid=12011 vsize=1711544 CPUtime=0
/proc/12013/task/12024/stat : 12024 (java) S 12011 12013 11967 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 191133997 1752621056 167565 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12013/tid=12025] ppid=12011 vsize=1711544 CPUtime=0
/proc/12013/task/12025/stat : 12025 (java) S 12011 12013 11967 0 -1 64 4 0 0 0 0 0 0 0 24 0 13 0 191136735 1752621056 167565 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 44.91
Current children cumulated vsize (Kb) 1711544

[startup+50.0602 s]
/proc/loadavg: 1.00 0.97 0.93 2/76 12025
/proc/meminfo: memFree=691204/2055920 swapFree=4182224/4192956
[pid=12013] ppid=12011 vsize=1711544 CPUtime=55.19
/proc/12013/stat : 12013 (java) R 12011 12013 11967 0 -1 0 194729 0 1 0 5423 96 0 0 18 0 13 0 191133987 1752621056 171422 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071400985 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/12013/statm: 427886 171422 1908 14 0 414633 0
[pid=12013/tid=12014] ppid=12011 vsize=1711544 CPUtime=4.33
/proc/12013/task/12014/stat : 12014 (java) S 12011 12013 11967 0 -1 64 83841 0 0 0 394 39 0 0 16 0 13 0 191133991 1752621056 171422 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12013/tid=12015] ppid=12011 vsize=1711544 CPUtime=4.34
/proc/12013/task/12015/stat : 12015 (java) S 12011 12013 11967 0 -1 64 72522 0 0 0 398 36 0 0 17 0 13 0 191133991 1752621056 171422 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12013/tid=12016] ppid=12011 vsize=1711544 CPUtime=0.01
/proc/12013/task/12016/stat : 12016 (java) S 12011 12013 11967 0 -1 64 23 0 0 0 1 0 0 0 16 0 13 0 191133994 1752621056 171422 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=12013/tid=12017] ppid=12011 vsize=1711544 CPUtime=0
/proc/12013/task/12017/stat : 12017 (java) S 12011 12013 11967 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 191133994 1752621056 171422 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12013/tid=12018] ppid=12011 vsize=1711544 CPUtime=0
/proc/12013/task/12018/stat : 12018 (java) S 12011 12013 11967 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 191133994 1752621056 171422 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12013/tid=12019] ppid=12011 vsize=1711544 CPUtime=0
/proc/12013/task/12019/stat : 12019 (java) S 12011 12013 11967 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 191133997 1752621056 171422 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12013/tid=12020] ppid=12011 vsize=1711544 CPUtime=0
/proc/12013/task/12020/stat : 12020 (java) S 12011 12013 11967 0 -1 64 2 0 0 0 0 0 0 0 17 0 13 0 191133997 1752621056 171422 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12013/tid=12021] ppid=12011 vsize=1711544 CPUtime=0.51
/proc/12013/task/12021/stat : 12021 (java) S 12011 12013 11967 0 -1 64 562 0 0 0 51 0 0 0 17 0 13 0 191133997 1752621056 171422 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12013/tid=12022] ppid=12011 vsize=1711544 CPUtime=0.6
/proc/12013/task/12022/stat : 12022 (java) S 12011 12013 11967 0 -1 64 1203 0 0 0 60 0 0 0 16 0 13 0 191133997 1752621056 171422 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12013/tid=12023] ppid=12011 vsize=1711544 CPUtime=0
/proc/12013/task/12023/stat : 12023 (java) S 12011 12013 11967 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 191133997 1752621056 171422 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12013/tid=12024] ppid=12011 vsize=1711544 CPUtime=0
/proc/12013/task/12024/stat : 12024 (java) S 12011 12013 11967 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 191133997 1752621056 171422 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12013/tid=12025] ppid=12011 vsize=1711544 CPUtime=0
/proc/12013/task/12025/stat : 12025 (java) S 12011 12013 11967 0 -1 64 4 0 0 0 0 0 0 0 24 0 13 0 191136735 1752621056 171422 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 55.19
Current children cumulated vsize (Kb) 1711544

[startup+60.068 s]
/proc/loadavg: 1.00 0.97 0.93 2/76 12025
/proc/meminfo: memFree=690884/2055920 swapFree=4182224/4192956
[pid=12013] ppid=12011 vsize=1711544 CPUtime=65.2
/proc/12013/stat : 12013 (java) R 12011 12013 11967 0 -1 0 194813 0 1 0 6424 96 0 0 25 0 13 0 191133987 1752621056 171500 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071569768 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/12013/statm: 427886 171500 1908 14 0 414633 0
[pid=12013/tid=12014] ppid=12011 vsize=1711544 CPUtime=4.34
/proc/12013/task/12014/stat : 12014 (java) S 12011 12013 11967 0 -1 64 83845 0 0 0 395 39 0 0 16 0 13 0 191133991 1752621056 171500 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12013/tid=12015] ppid=12011 vsize=1711544 CPUtime=4.35
/proc/12013/task/12015/stat : 12015 (java) S 12011 12013 11967 0 -1 64 72599 0 0 0 399 36 0 0 16 0 13 0 191133991 1752621056 171500 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12013/tid=12016] ppid=12011 vsize=1711544 CPUtime=0.01
/proc/12013/task/12016/stat : 12016 (java) S 12011 12013 11967 0 -1 64 23 0 0 0 1 0 0 0 16 0 13 0 191133994 1752621056 171500 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=12013/tid=12017] ppid=12011 vsize=1711544 CPUtime=0
/proc/12013/task/12017/stat : 12017 (java) S 12011 12013 11967 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 191133994 1752621056 171500 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12013/tid=12018] ppid=12011 vsize=1711544 CPUtime=0
/proc/12013/task/12018/stat : 12018 (java) S 12011 12013 11967 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 191133994 1752621056 171500 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12013/tid=12019] ppid=12011 vsize=1711544 CPUtime=0
/proc/12013/task/12019/stat : 12019 (java) S 12011 12013 11967 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 191133997 1752621056 171500 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12013/tid=12020] ppid=12011 vsize=1711544 CPUtime=0
/proc/12013/task/12020/stat : 12020 (java) S 12011 12013 11967 0 -1 64 2 0 0 0 0 0 0 0 17 0 13 0 191133997 1752621056 171500 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12013/tid=12021] ppid=12011 vsize=1711544 CPUtime=0.51
/proc/12013/task/12021/stat : 12021 (java) S 12011 12013 11967 0 -1 64 562 0 0 0 51 0 0 0 16 0 13 0 191133997 1752621056 171500 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0

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

/proc/12013/statm: 427886 171601 1908 14 0 414633 0
[pid=12013/tid=12014] ppid=12011 vsize=1711544 CPUtime=4.36
/proc/12013/task/12014/stat : 12014 (java) S 12011 12013 11967 0 -1 64 83860 0 0 0 397 39 0 0 16 0 13 0 191133991 1752621056 171601 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12013/tid=12015] ppid=12011 vsize=1711544 CPUtime=4.37
/proc/12013/task/12015/stat : 12015 (java) S 12011 12013 11967 0 -1 64 72685 0 0 0 401 36 0 0 16 0 13 0 191133991 1752621056 171601 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12013/tid=12016] ppid=12011 vsize=1711544 CPUtime=0.01
/proc/12013/task/12016/stat : 12016 (java) S 12011 12013 11967 0 -1 64 24 0 0 0 1 0 0 0 16 0 13 0 191133994 1752621056 171601 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=12013/tid=12017] ppid=12011 vsize=1711544 CPUtime=0
/proc/12013/task/12017/stat : 12017 (java) S 12011 12013 11967 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 191133994 1752621056 171601 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12013/tid=12018] ppid=12011 vsize=1711544 CPUtime=0
/proc/12013/task/12018/stat : 12018 (java) S 12011 12013 11967 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 191133994 1752621056 171601 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12013/tid=12019] ppid=12011 vsize=1711544 CPUtime=0
/proc/12013/task/12019/stat : 12019 (java) S 12011 12013 11967 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 191133997 1752621056 171601 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12013/tid=12020] ppid=12011 vsize=1711544 CPUtime=0
/proc/12013/task/12020/stat : 12020 (java) S 12011 12013 11967 0 -1 64 2 0 0 0 0 0 0 0 17 0 13 0 191133997 1752621056 171601 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12013/tid=12021] ppid=12011 vsize=1711544 CPUtime=0.53
/proc/12013/task/12021/stat : 12021 (java) S 12011 12013 11967 0 -1 64 564 0 0 0 53 0 0 0 17 0 13 0 191133997 1752621056 171601 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12013/tid=12022] ppid=12011 vsize=1711544 CPUtime=0.62
/proc/12013/task/12022/stat : 12022 (java) S 12011 12013 11967 0 -1 64 1204 0 0 0 62 0 0 0 16 0 13 0 191133997 1752621056 171601 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12013/tid=12023] ppid=12011 vsize=1711544 CPUtime=0
/proc/12013/task/12023/stat : 12023 (java) S 12011 12013 11967 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 191133997 1752621056 171601 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12013/tid=12024] ppid=12011 vsize=1711544 CPUtime=0
/proc/12013/task/12024/stat : 12024 (java) S 12011 12013 11967 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 191133997 1752621056 171601 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12013/tid=12025] ppid=12011 vsize=1711544 CPUtime=0
/proc/12013/task/12025/stat : 12025 (java) S 12011 12013 11967 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 191136735 1752621056 171601 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 75.24
Current children cumulated vsize (Kb) 1711544

[startup+80.0835 s]
/proc/loadavg: 1.00 0.97 0.93 2/76 12025
/proc/meminfo: memFree=690180/2055920 swapFree=4182224/4192956
[pid=12013] ppid=12011 vsize=1711544 CPUtime=85.26
/proc/12013/stat : 12013 (java) R 12011 12013 11967 0 -1 0 195005 0 1 0 8430 96 0 0 25 0 13 0 191133987 1752621056 171682 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071553120 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/12013/statm: 427886 171682 1908 14 0 414633 0
[pid=12013/tid=12014] ppid=12011 vsize=1711544 CPUtime=4.38
/proc/12013/task/12014/stat : 12014 (java) S 12011 12013 11967 0 -1 64 83932 0 0 0 399 39 0 0 16 0 13 0 191133991 1752621056 171682 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12013/tid=12015] ppid=12011 vsize=1711544 CPUtime=4.39
/proc/12013/task/12015/stat : 12015 (java) S 12011 12013 11967 0 -1 64 72696 0 0 0 403 36 0 0 17 0 13 0 191133991 1752621056 171682 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12013/tid=12016] ppid=12011 vsize=1711544 CPUtime=0.01
/proc/12013/task/12016/stat : 12016 (java) S 12011 12013 11967 0 -1 64 24 0 0 0 1 0 0 0 16 0 13 0 191133994 1752621056 171682 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=12013/tid=12017] ppid=12011 vsize=1711544 CPUtime=0
/proc/12013/task/12017/stat : 12017 (java) S 12011 12013 11967 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 191133994 1752621056 171682 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12013/tid=12018] ppid=12011 vsize=1711544 CPUtime=0
/proc/12013/task/12018/stat : 12018 (java) S 12011 12013 11967 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 191133994 1752621056 171682 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12013/tid=12019] ppid=12011 vsize=1711544 CPUtime=0
/proc/12013/task/12019/stat : 12019 (java) S 12011 12013 11967 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 191133997 1752621056 171682 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12013/tid=12020] ppid=12011 vsize=1711544 CPUtime=0
/proc/12013/task/12020/stat : 12020 (java) S 12011 12013 11967 0 -1 64 2 0 0 0 0 0 0 0 17 0 13 0 191133997 1752621056 171682 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12013/tid=12021] ppid=12011 vsize=1711544 CPUtime=0.53
/proc/12013/task/12021/stat : 12021 (java) S 12011 12013 11967 0 -1 64 564 0 0 0 53 0 0 0 17 0 13 0 191133997 1752621056 171682 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12013/tid=12022] ppid=12011 vsize=1711544 CPUtime=0.62
/proc/12013/task/12022/stat : 12022 (java) S 12011 12013 11967 0 -1 64 1204 0 0 0 62 0 0 0 16 0 13 0 191133997 1752621056 171682 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12013/tid=12023] ppid=12011 vsize=1711544 CPUtime=0
/proc/12013/task/12023/stat : 12023 (java) S 12011 12013 11967 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 191133997 1752621056 171682 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12013/tid=12024] ppid=12011 vsize=1711544 CPUtime=0
/proc/12013/task/12024/stat : 12024 (java) S 12011 12013 11967 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 191133997 1752621056 171682 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12013/tid=12025] ppid=12011 vsize=1711544 CPUtime=0
/proc/12013/task/12025/stat : 12025 (java) S 12011 12013 11967 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 191136735 1752621056 171682 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 85.26
Current children cumulated vsize (Kb) 1711544

[startup+90.0894 s]
/proc/loadavg: 1.00 0.97 0.93 2/76 12025
/proc/meminfo: memFree=683524/2055920 swapFree=4182224/4192956
[pid=12013] ppid=12011 vsize=1713272 CPUtime=95.56
/proc/12013/stat : 12013 (java) R 12011 12013 11967 0 -1 0 196793 0 1 0 9459 97 0 0 25 0 13 0 191133987 1754390528 173297 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071429840 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/12013/statm: 428318 173297 1908 14 0 415065 0
[pid=12013/tid=12014] ppid=12011 vsize=1713272 CPUtime=4.52
/proc/12013/task/12014/stat : 12014 (java) S 12011 12013 11967 0 -1 64 84757 0 0 0 413 39 0 0 16 0 13 0 191133991 1754390528 173297 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12013/tid=12015] ppid=12011 vsize=1713272 CPUtime=4.53
/proc/12013/task/12015/stat : 12015 (java) S 12011 12013 11967 0 -1 64 73150 0 0 0 417 36 0 0 16 0 13 0 191133991 1754390528 173297 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12013/tid=12016] ppid=12011 vsize=1713272 CPUtime=0.01
/proc/12013/task/12016/stat : 12016 (java) S 12011 12013 11967 0 -1 64 30 0 0 0 1 0 0 0 16 0 13 0 191133994 1754390528 173297 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=12013/tid=12017] ppid=12011 vsize=1713272 CPUtime=0
/proc/12013/task/12017/stat : 12017 (java) S 12011 12013 11967 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 191133994 1754390528 173297 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12013/tid=12018] ppid=12011 vsize=1713272 CPUtime=0
/proc/12013/task/12018/stat : 12018 (java) S 12011 12013 11967 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 191133994 1754390528 173297 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12013/tid=12019] ppid=12011 vsize=1713272 CPUtime=0
/proc/12013/task/12019/stat : 12019 (java) S 12011 12013 11967 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 191133997 1754390528 173297 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12013/tid=12020] ppid=12011 vsize=1713272 CPUtime=0
/proc/12013/task/12020/stat : 12020 (java) S 12011 12013 11967 0 -1 64 2 0 0 0 0 0 0 0 17 0 13 0 191133997 1754390528 173297 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12013/tid=12021] ppid=12011 vsize=1713272 CPUtime=0.63
/proc/12013/task/12021/stat : 12021 (java) S 12011 12013 11967 0 -1 64 1050 0 0 0 63 0 0 0 17 0 13 0 191133997 1754390528 173297 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12013/tid=12022] ppid=12011 vsize=1713272 CPUtime=0.67
/proc/12013/task/12022/stat : 12022 (java) S 12011 12013 11967 0 -1 64 1206 0 0 0 67 0 0 0 16 0 13 0 191133997 1754390528 173297 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12013/tid=12023] ppid=12011 vsize=1713272 CPUtime=0
/proc/12013/task/12023/stat : 12023 (java) S 12011 12013 11967 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 191133997 1754390528 173297 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12013/tid=12024] ppid=12011 vsize=1713272 CPUtime=0
/proc/12013/task/12024/stat : 12024 (java) S 12011 12013 11967 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 191133997 1754390528 173297 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12013/tid=12025] ppid=12011 vsize=1713272 CPUtime=0
/proc/12013/task/12025/stat : 12025 (java) S 12011 12013 11967 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 191136735 1754390528 173297 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 95.56
Current children cumulated vsize (Kb) 1713272

[startup+100.096 s]
/proc/loadavg: 1.00 0.97 0.93 2/76 12025
/proc/meminfo: memFree=684228/2055920 swapFree=4182224/4192956
[pid=12013] ppid=12011 vsize=1712420 CPUtime=105.69
/proc/12013/stat : 12013 (java) R 12011 12013 11967 0 -1 0 196828 0 1 0 10471 98 0 0 25 0 13 0 191133987 1753518080 173119 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071569768 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/12013/statm: 428105 173119 1908 14 0 414852 0
[pid=12013/tid=12014] ppid=12011 vsize=1712420 CPUtime=4.61
/proc/12013/task/12014/stat : 12014 (java) S 12011 12013 11967 0 -1 64 84757 0 0 0 421 40 0 0 16 0 13 0 191133991 1753518080 173119 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12013/tid=12015] ppid=12011 vsize=1712420 CPUtime=4.6
/proc/12013/task/12015/stat : 12015 (java) S 12011 12013 11967 0 -1 64 73150 0 0 0 424 36 0 0 16 0 13 0 191133991 1753518080 173119 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12013/tid=12016] ppid=12011 vsize=1712420 CPUtime=0.01
/proc/12013/task/12016/stat : 12016 (java) S 12011 12013 11967 0 -1 64 34 0 0 0 1 0 0 0 16 0 13 0 191133994 1753518080 173119 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=12013/tid=12017] ppid=12011 vsize=1712420 CPUtime=0
/proc/12013/task/12017/stat : 12017 (java) S 12011 12013 11967 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 191133994 1753518080 173119 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12013/tid=12018] ppid=12011 vsize=1712420 CPUtime=0
/proc/12013/task/12018/stat : 12018 (java) S 12011 12013 11967 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 191133994 1753518080 173119 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12013/tid=12019] ppid=12011 vsize=1712420 CPUtime=0
/proc/12013/task/12019/stat : 12019 (java) S 12011 12013 11967 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 191133997 1753518080 173119 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12013/tid=12020] ppid=12011 vsize=1712420 CPUtime=0
/proc/12013/task/12020/stat : 12020 (java) S 12011 12013 11967 0 -1 64 2 0 0 0 0 0 0 0 17 0 13 0 191133997 1753518080 173119 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12013/tid=12021] ppid=12011 vsize=1712420 CPUtime=0.67
/proc/12013/task/12021/stat : 12021 (java) S 12011 12013 11967 0 -1 64 1068 0 0 0 67 0 0 0 16 0 13 0 191133997 1753518080 173119 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12013/tid=12022] ppid=12011 vsize=1712420 CPUtime=0.7
/proc/12013/task/12022/stat : 12022 (java) S 12011 12013 11967 0 -1 64 1209 0 0 0 70 0 0 0 17 0 13 0 191133997 1753518080 173119 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12013/tid=12023] ppid=12011 vsize=1712420 CPUtime=0
/proc/12013/task/12023/stat : 12023 (java) S 12011 12013 11967 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 191133997 1753518080 173119 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12013/tid=12024] ppid=12011 vsize=1712420 CPUtime=0
/proc/12013/task/12024/stat : 12024 (java) S 12011 12013 11967 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 191133997 1753518080 173119 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12013/tid=12025] ppid=12011 vsize=1712420 CPUtime=0
/proc/12013/task/12025/stat : 12025 (java) S 12011 12013 11967 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 191136735 1753518080 173119 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 105.69
Current children cumulated vsize (Kb) 1712420

[startup+110.103 s]
/proc/loadavg: 1.00 0.97 0.93 2/76 12025
/proc/meminfo: memFree=679876/2055920 swapFree=4182224/4192956
[pid=12013] ppid=12011 vsize=1712420 CPUtime=115.82
/proc/12013/stat : 12013 (java) R 12011 12013 11967 0 -1 0 198109 0 1 0 11483 99 0 0 20 0 13 0 191133987 1753518080 174237 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071569777 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/12013/statm: 428105 174237 1908 14 0 414852 0
[pid=12013/tid=12014] ppid=12011 vsize=1712420 CPUtime=4.73
/proc/12013/task/12014/stat : 12014 (java) S 12011 12013 11967 0 -1 64 85425 0 0 0 433 40 0 0 16 0 13 0 191133991 1753518080 174237 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12013/tid=12015] ppid=12011 vsize=1712420 CPUtime=4.73
/proc/12013/task/12015/stat : 12015 (java) S 12011 12013 11967 0 -1 64 73754 0 0 0 436 37 0 0 16 0 13 0 191133991 1753518080 174237 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12013/tid=12016] ppid=12011 vsize=1712420 CPUtime=0.02
/proc/12013/task/12016/stat : 12016 (java) S 12011 12013 11967 0 -1 64 34 0 0 0 1 1 0 0 15 0 13 0 191133994 1753518080 174237 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=12013/tid=12017] ppid=12011 vsize=1712420 CPUtime=0
/proc/12013/task/12017/stat : 12017 (java) S 12011 12013 11967 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 191133994 1753518080 174237 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12013/tid=12018] ppid=12011 vsize=1712420 CPUtime=0
/proc/12013/task/12018/stat : 12018 (java) S 12011 12013 11967 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 191133994 1753518080 174237 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12013/tid=12019] ppid=12011 vsize=1712420 CPUtime=0
/proc/12013/task/12019/stat : 12019 (java) S 12011 12013 11967 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 191133997 1753518080 174237 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12013/tid=12020] ppid=12011 vsize=1712420 CPUtime=0
/proc/12013/task/12020/stat : 12020 (java) S 12011 12013 11967 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 191133997 1753518080 174237 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12013/tid=12021] ppid=12011 vsize=1712420 CPUtime=0.68
/proc/12013/task/12021/stat : 12021 (java) S 12011 12013 11967 0 -1 64 1069 0 0 0 68 0 0 0 16 0 13 0 191133997 1753518080 174237 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12013/tid=12022] ppid=12011 vsize=1712420 CPUtime=0.7
/proc/12013/task/12022/stat : 12022 (java) S 12011 12013 11967 0 -1 64 1209 0 0 0 70 0 0 0 17 0 13 0 191133997 1753518080 174237 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12013/tid=12023] ppid=12011 vsize=1712420 CPUtime=0
/proc/12013/task/12023/stat : 12023 (java) S 12011 12013 11967 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 191133997 1753518080 174237 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12013/tid=12024] ppid=12011 vsize=1712420 CPUtime=0
/proc/12013/task/12024/stat : 12024 (java) S 12011 12013 11967 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 191133997 1753518080 174237 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12013/tid=12025] ppid=12011 vsize=1712420 CPUtime=0
/proc/12013/task/12025/stat : 12025 (java) S 12011 12013 11967 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 191136735 1753518080 174237 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 115.82
Current children cumulated vsize (Kb) 1712420

[startup+120.11 s]
/proc/loadavg: 1.00 0.97 0.93 2/76 12025
/proc/meminfo: memFree=673092/2055920 swapFree=4182224/4192956
[pid=12013] ppid=12011 vsize=1715492 CPUtime=126.3
/proc/12013/stat : 12013 (java) R 12011 12013 11967 0 -1 0 201824 0 1 0 12529 101 0 0 17 0 13 0 191133987 1756663808 175942 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071620324 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/12013/statm: 428873 175942 1908 14 0 415620 0
[pid=12013/tid=12014] ppid=12011 vsize=1715492 CPUtime=4.88
/proc/12013/task/12014/stat : 12014 (java) S 12011 12013 11967 0 -1 64 85700 0 0 0 448 40 0 0 16 0 13 0 191133991 1756663808 175942 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12013/tid=12015] ppid=12011 vsize=1715492 CPUtime=4.88
/proc/12013/task/12015/stat : 12015 (java) S 12011 12013 11967 0 -1 64 73934 0 0 0 451 37 0 0 16 0 13 0 191133991 1756663808 175942 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12013/tid=12016] ppid=12011 vsize=1715492 CPUtime=0.03
/proc/12013/task/12016/stat : 12016 (java) S 12011 12013 11967 0 -1 64 34 0 0 0 2 1 0 0 16 0 13 0 191133994 1756663808 175942 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=12013/tid=12017] ppid=12011 vsize=1715492 CPUtime=0
/proc/12013/task/12017/stat : 12017 (java) S 12011 12013 11967 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 191133994 1756663808 175942 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12013/tid=12018] ppid=12011 vsize=1715492 CPUtime=0
/proc/12013/task/12018/stat : 12018 (java) S 12011 12013 11967 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 191133994 1756663808 175942 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12013/tid=12019] ppid=12011 vsize=1715492 CPUtime=0
/proc/12013/task/12019/stat : 12019 (java) S 12011 12013 11967 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 191133997 1756663808 175942 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12013/tid=12020] ppid=12011 vsize=1715492 CPUtime=0
/proc/12013/task/12020/stat : 12020 (java) S 12011 12013 11967 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 191133997 1756663808 175942 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12013/tid=12021] ppid=12011 vsize=1715492 CPUtime=0.7
/proc/12013/task/12021/stat : 12021 (java) S 12011 12013 11967 0 -1 64 1071 0 0 0 70 0 0 0 15 0 13 0 191133997 1756663808 175942 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12013/tid=12022] ppid=12011 vsize=1715492 CPUtime=1.03
/proc/12013/task/12022/stat : 12022 (java) S 12011 12013 11967 0 -1 64 4083 0 0 0 102 1 0 0 16 0 13 0 191133997 1756663808 175942 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12013/tid=12023] ppid=12011 vsize=1715492 CPUtime=0
/proc/12013/task/12023/stat : 12023 (java) S 12011 12013 11967 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 191133997 1756663808 175942 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12013/tid=12024] ppid=12011 vsize=1715492 CPUtime=0
/proc/12013/task/12024/stat : 12024 (java) S 12011 12013 11967 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 191133997 1756663808 175942 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12013/tid=12025] ppid=12011 vsize=1715492 CPUtime=0
/proc/12013/task/12025/stat : 12025 (java) S 12011 12013 11967 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 191136735 1756663808 175942 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 126.3
Current children cumulated vsize (Kb) 1715492

Child status: 20
Real time (s): 125.091
CPU time (s): 131.415
CPU user time (s): 130.292
CPU system time (s): 1.12283
CPU usage (%): 105.056
Max. virtual memory (cumulated for all children) (Kb): 1715492

Launcher Data (download as text)

Begin job on node69 on Fri Jun  2 13:23:59 UTC 2006


FILE ID= 43832-1149254638

PBS_JOBID= 298293

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

MD5SUM SOLVER= e9637a7554f3ecdf74c1815f89d00213
MD5SUM BENCH=  743cbcb78230aca97c7aa43a5d0e3e41

RANDOM SEED= 642950540


/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.232
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.232
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:       1370476 kB
Buffers:         38156 kB
Cached:         573904 kB
SwapCached:       2592 kB
Active:         144444 kB
Inactive:       476516 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1370476 kB
SwapTotal:     4192956 kB
SwapFree:      4182224 kB
Dirty:             136 kB
Writeback:           0 kB
Mapped:          15452 kB
Slab:            50492 kB
Committed_AS:   268904 kB
PageTables:       1496 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB


End job on node69 on Fri Jun  2 13:26:05 UTC 2006