Trace number 44565

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerObjective functionCPU timeWall clock time
SAT4JPSEUDO 2006.2? (TO) 1800.19 1784.43

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/plato.asu.edu/
pub/fctp/normalized-mps-v2-20-10-n3703.opb
MD5SUM35c934e0cd42ffa30810ffe35ff61781
Bench CategoryOPT-BIGINT (optimisation, big integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 5257865308
Optimality of the best value was proved NO
Number of variables155000
Total number of constraints5150
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints5150
Minimum length of a constraint31
Maximum length of a constraint3000
Number of terms in the objective function 154999
Biggest coefficient in the objective function 4294967296
Number of bits for the biggest coefficient in the objective function 33
Sum of the numbers in the objective function 29657420026984
Number of bits of the sum of numbers in the objective function 45
Biggest number in a constraint 4294967296
Number of bits of the biggest number in a constraint 33
Biggest sum of numbers in a constraint 29657420026984
Number of bits of the biggest sum of numbers45
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data (download as text)

0.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-34.ELsmp
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/node81/44565-1149304141/instance-44565-1149304141.opb
0.20	c reading problem ... 
35.44	c ... done. Time 35.241 ms.
35.45	c #vars     155000
35.45	c #constraints  5300
1784.31	c starts		: 3
1784.31	c conflicts		: 362
1784.31	c decisions		: 36664
1784.31	c propagations		: 154835
1784.31	c inspects		: 262888
1784.31	c learnt literals	: 0
1784.31	c learnt binary clauses	: 0
1784.31	c learnt ternary clauses	: 0
1784.31	c learnt clauses	: 361
1784.31	c root simplifications	: 0
1784.31	c removed literals (reason simplification)	: 0
1784.31	c reason swapping (by a shorter reason)	: 0
1784.31	c Calls to reduceDB	: 0
1784.31	c speed (decisions/second)	: 20.965437106833726
1784.31	c non guided choices	19069
1784.31	s UNKNOWN
1784.31	c Total wall clock time (ms): 1784.11

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

Current StackSize limit: 67108864 bytes

/proc/loadavg: 1.00 1.01 0.96 2/68 30016
/proc/meminfo: memFree=1066520/2055892 swapFree=4085344/4096564
[pid=30016] ppid=30014 vsize=1788 CPUtime=0
/proc/30016/stat : 30016 (java) D 30014 30016 29970 0 -1 0 176 0 0 0 0 0 0 0 18 0 1 0 196053562 1830912 144 18446744073709551615 134512640 134570276 4294956624 18446744073709551615 4294960144 0 2147483391 4096 0 18446744072100015398 0 0 17 1 0 0
/proc/30016/statm: 447 144 109 14 0 91 0

[startup+10.0028 s]
/proc/loadavg: 1.00 1.01 0.96 2/79 30027
/proc/meminfo: memFree=810776/2055892 swapFree=4085344/4096564
[pid=30016] ppid=30014 vsize=1713388 CPUtime=11.52
/proc/30016/stat : 30016 (java) R 30014 30016 29970 0 -1 0 70343 0 1 0 1117 35 0 0 20 0 12 0 196053562 1754509312 65646 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071408519 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/30016/statm: 428347 65646 1887 14 0 415093 0
[pid=30016/tid=30017] ppid=30014 vsize=1713388 CPUtime=1.01
/proc/30016/task/30017/stat : 30017 (java) S 30014 30016 29970 0 -1 64 18276 0 0 0 90 11 0 0 16 0 12 0 196053565 1754509312 65646 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30016/tid=30018] ppid=30014 vsize=1713388 CPUtime=1.02
/proc/30016/task/30018/stat : 30018 (java) S 30014 30016 29970 0 -1 64 14599 0 0 0 94 8 0 0 16 0 12 0 196053565 1754509312 65646 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30016/tid=30019] ppid=30014 vsize=1713388 CPUtime=0
/proc/30016/task/30019/stat : 30019 (java) S 30014 30016 29970 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 196053567 1754509312 65646 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=30016/tid=30020] ppid=30014 vsize=1713388 CPUtime=0
/proc/30016/task/30020/stat : 30020 (java) S 30014 30016 29970 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 196053568 1754509312 65646 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30016/tid=30021] ppid=30014 vsize=1713388 CPUtime=0
/proc/30016/task/30021/stat : 30021 (java) S 30014 30016 29970 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 196053568 1754509312 65646 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30016/tid=30022] ppid=30014 vsize=1713388 CPUtime=0
/proc/30016/task/30022/stat : 30022 (java) S 30014 30016 29970 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 196053571 1754509312 65646 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30016/tid=30023] ppid=30014 vsize=1713388 CPUtime=0
/proc/30016/task/30023/stat : 30023 (java) S 30014 30016 29970 0 -1 64 3 0 0 0 0 0 0 0 15 0 12 0 196053571 1754509312 65646 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30016/tid=30024] ppid=30014 vsize=1713388 CPUtime=0.34
/proc/30016/task/30024/stat : 30024 (java) S 30014 30016 29970 0 -1 64 461 0 0 0 34 0 0 0 16 0 12 0 196053571 1754509312 65646 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30016/tid=30025] ppid=30014 vsize=1713388 CPUtime=0.38
/proc/30016/task/30025/stat : 30025 (java) S 30014 30016 29970 0 -1 64 488 0 0 0 38 0 0 0 17 0 12 0 196053571 1754509312 65646 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30016/tid=30026] ppid=30014 vsize=1713388 CPUtime=0
/proc/30016/task/30026/stat : 30026 (java) S 30014 30016 29970 0 -1 64 0 0 0 0 0 0 0 0 24 0 12 0 196053571 1754509312 65646 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30016/tid=30027] ppid=30014 vsize=1713388 CPUtime=0
/proc/30016/task/30027/stat : 30027 (java) S 30014 30016 29970 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 196053571 1754509312 65646 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 11.52
Current children cumulated vsize (Kb) 1713388

[startup+20.0089 s]
/proc/loadavg: 1.00 1.01 0.96 2/79 30027
/proc/meminfo: memFree=830168/2055892 swapFree=4085344/4096564
[pid=30016] ppid=30014 vsize=1713196 CPUtime=21.62
/proc/30016/stat : 30016 (java) R 30014 30016 29970 0 -1 0 71413 0 1 0 2125 37 0 0 23 0 12 0 196053562 1754312704 60905 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071408519 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/30016/statm: 428299 60905 1887 14 0 415045 0
[pid=30016/tid=30017] ppid=30014 vsize=1713196 CPUtime=1.11
/proc/30016/task/30017/stat : 30017 (java) S 30014 30016 29970 0 -1 64 18767 0 0 0 99 12 0 0 15 0 12 0 196053565 1754312704 60905 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30016/tid=30018] ppid=30014 vsize=1713196 CPUtime=1.11
/proc/30016/task/30018/stat : 30018 (java) S 30014 30016 29970 0 -1 64 15128 0 0 0 103 8 0 0 16 0 12 0 196053565 1754312704 60905 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30016/tid=30019] ppid=30014 vsize=1713196 CPUtime=0
/proc/30016/task/30019/stat : 30019 (java) S 30014 30016 29970 0 -1 64 38 0 0 0 0 0 0 0 16 0 12 0 196053567 1754312704 60905 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=30016/tid=30020] ppid=30014 vsize=1713196 CPUtime=0
/proc/30016/task/30020/stat : 30020 (java) S 30014 30016 29970 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 196053568 1754312704 60905 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30016/tid=30021] ppid=30014 vsize=1713196 CPUtime=0
/proc/30016/task/30021/stat : 30021 (java) S 30014 30016 29970 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 196053568 1754312704 60905 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30016/tid=30022] ppid=30014 vsize=1713196 CPUtime=0
/proc/30016/task/30022/stat : 30022 (java) S 30014 30016 29970 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 196053571 1754312704 60905 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30016/tid=30023] ppid=30014 vsize=1713196 CPUtime=0
/proc/30016/task/30023/stat : 30023 (java) S 30014 30016 29970 0 -1 64 3 0 0 0 0 0 0 0 15 0 12 0 196053571 1754312704 60905 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30016/tid=30024] ppid=30014 vsize=1713196 CPUtime=0.35
/proc/30016/task/30024/stat : 30024 (java) S 30014 30016 29970 0 -1 64 462 0 0 0 35 0 0 0 17 0 12 0 196053571 1754312704 60905 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30016/tid=30025] ppid=30014 vsize=1713196 CPUtime=0.38
/proc/30016/task/30025/stat : 30025 (java) S 30014 30016 29970 0 -1 64 488 0 0 0 38 0 0 0 16 0 12 0 196053571 1754312704 60905 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30016/tid=30026] ppid=30014 vsize=1713196 CPUtime=0
/proc/30016/task/30026/stat : 30026 (java) S 30014 30016 29970 0 -1 64 0 0 0 0 0 0 0 0 24 0 12 0 196053571 1754312704 60905 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30016/tid=30027] ppid=30014 vsize=1713196 CPUtime=0
/proc/30016/task/30027/stat : 30027 (java) S 30014 30016 29970 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 196053571 1754312704 60905 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 21.62
Current children cumulated vsize (Kb) 1713196

[startup+30.016 s]
/proc/loadavg: 1.00 1.00 0.96 2/79 30027
/proc/meminfo: memFree=855064/2055892 swapFree=4085344/4096564
[pid=30016] ppid=30014 vsize=1713196 CPUtime=31.7
/proc/30016/stat : 30016 (java) R 30014 30016 29970 0 -1 0 72633 0 1 0 3132 38 0 0 25 0 12 0 196053562 1754312704 54669 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071437365 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/30016/statm: 428299 54669 1887 14 0 415045 0
[pid=30016/tid=30017] ppid=30014 vsize=1713196 CPUtime=1.2
/proc/30016/task/30017/stat : 30017 (java) S 30014 30016 29970 0 -1 64 19396 0 0 0 108 12 0 0 16 0 12 0 196053565 1754312704 54669 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30016/tid=30018] ppid=30014 vsize=1713196 CPUtime=1.19
/proc/30016/task/30018/stat : 30018 (java) S 30014 30016 29970 0 -1 64 15689 0 0 0 111 8 0 0 16 0 12 0 196053565 1754312704 54669 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30016/tid=30019] ppid=30014 vsize=1713196 CPUtime=0
/proc/30016/task/30019/stat : 30019 (java) S 30014 30016 29970 0 -1 64 49 0 0 0 0 0 0 0 16 0 12 0 196053567 1754312704 54669 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=30016/tid=30020] ppid=30014 vsize=1713196 CPUtime=0
/proc/30016/task/30020/stat : 30020 (java) S 30014 30016 29970 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 196053568 1754312704 54669 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30016/tid=30021] ppid=30014 vsize=1713196 CPUtime=0
/proc/30016/task/30021/stat : 30021 (java) S 30014 30016 29970 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 196053568 1754312704 54669 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30016/tid=30022] ppid=30014 vsize=1713196 CPUtime=0
/proc/30016/task/30022/stat : 30022 (java) S 30014 30016 29970 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 196053571 1754312704 54669 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30016/tid=30023] ppid=30014 vsize=1713196 CPUtime=0
/proc/30016/task/30023/stat : 30023 (java) S 30014 30016 29970 0 -1 64 3 0 0 0 0 0 0 0 15 0 12 0 196053571 1754312704 54669 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30016/tid=30024] ppid=30014 vsize=1713196 CPUtime=0.35
/proc/30016/task/30024/stat : 30024 (java) S 30014 30016 29970 0 -1 64 462 0 0 0 35 0 0 0 17 0 12 0 196053571 1754312704 54669 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30016/tid=30025] ppid=30014 vsize=1713196 CPUtime=0.38
/proc/30016/task/30025/stat : 30025 (java) S 30014 30016 29970 0 -1 64 488 0 0 0 38 0 0 0 16 0 12 0 196053571 1754312704 54669 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30016/tid=30026] ppid=30014 vsize=1713196 CPUtime=0
/proc/30016/task/30026/stat : 30026 (java) S 30014 30016 29970 0 -1 64 0 0 0 0 0 0 0 0 24 0 12 0 196053571 1754312704 54669 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30016/tid=30027] ppid=30014 vsize=1713196 CPUtime=0
/proc/30016/task/30027/stat : 30027 (java) S 30014 30016 29970 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 196053571 1754312704 54669 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 31.7
Current children cumulated vsize (Kb) 1713196

[startup+40.0231 s]
/proc/loadavg: 1.00 1.00 0.96 2/80 30028
/proc/meminfo: memFree=844944/2055892 swapFree=4085344/4096564
[pid=30016] ppid=30014 vsize=1714736 CPUtime=42.11
/proc/30016/stat : 30016 (java) R 30014 30016 29970 0 -1 0 76407 0 1 0 4171 40 0 0 19 0 13 0 196053562 1755889664 57256 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071539505 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/30016/statm: 428684 57256 1909 14 0 415430 0
[pid=30016/tid=30017] ppid=30014 vsize=1714736 CPUtime=1.28
/proc/30016/task/30017/stat : 30017 (java) S 30014 30016 29970 0 -1 64 20841 0 0 0 115 13 0 0 16 0 13 0 196053565 1755889664 57256 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30016/tid=30018] ppid=30014 vsize=1714736 CPUtime=1.28
/proc/30016/task/30018/stat : 30018 (java) S 30014 30016 29970 0 -1 64 17412 0 0 0 119 9 0 0 16 0 13 0 196053565 1755889664 57256 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30016/tid=30019] ppid=30014 vsize=1714736 CPUtime=0
/proc/30016/task/30019/stat : 30019 (java) S 30014 30016 29970 0 -1 64 53 0 0 0 0 0 0 0 16 0 13 0 196053567 1755889664 57256 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=30016/tid=30020] ppid=30014 vsize=1714736 CPUtime=0
/proc/30016/task/30020/stat : 30020 (java) S 30014 30016 29970 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 196053568 1755889664 57256 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30016/tid=30021] ppid=30014 vsize=1714736 CPUtime=0
/proc/30016/task/30021/stat : 30021 (java) S 30014 30016 29970 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 196053568 1755889664 57256 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30016/tid=30022] ppid=30014 vsize=1714736 CPUtime=0
/proc/30016/task/30022/stat : 30022 (java) S 30014 30016 29970 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 196053571 1755889664 57256 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30016/tid=30023] ppid=30014 vsize=1714736 CPUtime=0
/proc/30016/task/30023/stat : 30023 (java) S 30014 30016 29970 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 196053571 1755889664 57256 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30016/tid=30024] ppid=30014 vsize=1714736 CPUtime=0.56
/proc/30016/task/30024/stat : 30024 (java) S 30014 30016 29970 0 -1 64 974 0 0 0 56 0 0 0 16 0 13 0 196053571 1755889664 57256 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30016/tid=30025] ppid=30014 vsize=1714736 CPUtime=0.55
/proc/30016/task/30025/stat : 30025 (java) S 30014 30016 29970 0 -1 64 514 0 0 0 55 0 0 0 16 0 13 0 196053571 1755889664 57256 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30016/tid=30026] ppid=30014 vsize=1714736 CPUtime=0
/proc/30016/task/30026/stat : 30026 (java) S 30014 30016 29970 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 196053571 1755889664 57256 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30016/tid=30027] ppid=30014 vsize=1714736 CPUtime=0
/proc/30016/task/30027/stat : 30027 (java) S 30014 30016 29970 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 196053571 1755889664 57256 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30016/tid=30028] ppid=30014 vsize=1714736 CPUtime=0
/proc/30016/task/30028/stat : 30028 (java) S 30014 30016 29970 0 -1 64 4 0 0 0 0 0 0 0 18 0 13 0 196057125 1755889664 57256 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 42.11
Current children cumulated vsize (Kb) 1714736

[startup+50.0303 s]
/proc/loadavg: 1.00 1.00 0.96 2/80 30028
/proc/meminfo: memFree=839056/2055892 swapFree=4085344/4096564
[pid=30016] ppid=30014 vsize=1715760 CPUtime=52.37
/proc/30016/stat : 30016 (java) R 30014 30016 29970 0 -1 0 78931 0 1 0 5196 41 0 0 25 0 13 0 196053562 1756938240 58736 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071560971 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/30016/statm: 428940 58736 1909 14 0 415686 0
[pid=30016/tid=30017] ppid=30014 vsize=1715760 CPUtime=1.33
/proc/30016/task/30017/stat : 30017 (java) S 30014 30016 29970 0 -1 64 21513 0 0 0 120 13 0 0 16 0 13 0 196053565 1756938240 58736 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30016/tid=30018] ppid=30014 vsize=1715760 CPUtime=1.34
/proc/30016/task/30018/stat : 30018 (java) S 30014 30016 29970 0 -1 64 18616 0 0 0 124 10 0 0 16 0 13 0 196053565 1756938240 58736 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30016/tid=30019] ppid=30014 vsize=1715760 CPUtime=0.01
/proc/30016/task/30019/stat : 30019 (java) S 30014 30016 29970 0 -1 64 53 0 0 0 0 1 0 0 16 0 13 0 196053567 1756938240 58736 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=30016/tid=30020] ppid=30014 vsize=1715760 CPUtime=0
/proc/30016/task/30020/stat : 30020 (java) S 30014 30016 29970 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 196053568 1756938240 58736 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30016/tid=30021] ppid=30014 vsize=1715760 CPUtime=0
/proc/30016/task/30021/stat : 30021 (java) S 30014 30016 29970 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 196053568 1756938240 58736 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30016/tid=30022] ppid=30014 vsize=1715760 CPUtime=0
/proc/30016/task/30022/stat : 30022 (java) S 30014 30016 29970 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 196053571 1756938240 58736 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30016/tid=30023] ppid=30014 vsize=1715760 CPUtime=0
/proc/30016/task/30023/stat : 30023 (java) S 30014 30016 29970 0 -1 64 3 0 0 0 0 0 0 0 17 0 13 0 196053571 1756938240 58736 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30016/tid=30024] ppid=30014 vsize=1715760 CPUtime=0.71
/proc/30016/task/30024/stat : 30024 (java) S 30014 30016 29970 0 -1 64 1605 0 0 0 71 0 0 0 16 0 13 0 196053571 1756938240 58736 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30016/tid=30025] ppid=30014 vsize=1715760 CPUtime=0.63
/proc/30016/task/30025/stat : 30025 (java) S 30014 30016 29970 0 -1 64 520 0 0 0 63 0 0 0 16 0 13 0 196053571 1756938240 58736 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30016/tid=30026] ppid=30014 vsize=1715760 CPUtime=0
/proc/30016/task/30026/stat : 30026 (java) S 30014 30016 29970 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 196053571 1756938240 58736 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30016/tid=30027] ppid=30014 vsize=1715760 CPUtime=0
/proc/30016/task/30027/stat : 30027 (java) S 30014 30016 29970 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 196053571 1756938240 58736 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30016/tid=30028] ppid=30014 vsize=1715760 CPUtime=0
/proc/30016/task/30028/stat : 30028 (java) S 30014 30016 29970 0 -1 64 4 0 0 0 0 0 0 0 18 0 13 0 196057125 1756938240 58736 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 52.37
Current children cumulated vsize (Kb) 1715760

[startup+60.0374 s]
/proc/loadavg: 1.00 1.00 0.96 2/80 30028
/proc/meminfo: memFree=842192/2055892 swapFree=4085344/4096564
[pid=30016] ppid=30014 vsize=1718020 CPUtime=62.62
/proc/30016/stat : 30016 (java) R 30014 30016 29970 0 -1 0 81043 0 1 0 6219 43 0 0 25 0 13 0 196053562 1759252480 57855 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071561526 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/30016/statm: 429505 57855 1909 14 0 416251 0
[pid=30016/tid=30017] ppid=30014 vsize=1718020 CPUtime=1.37
/proc/30016/task/30017/stat : 30017 (java) S 30014 30016 29970 0 -1 64 21524 0 0 0 123 14 0 0 16 0 13 0 196053565 1759252480 57855 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30016/tid=30018] ppid=30014 vsize=1718020 CPUtime=1.38
/proc/30016/task/30018/stat : 30018 (java) S 30014 30016 29970 0 -1 64 18674 0 0 0 128 10 0 0 17 0 13 0 196053565 1759252480 57855 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30016/tid=30019] ppid=30014 vsize=1718020 CPUtime=0.01
/proc/30016/task/30019/stat : 30019 (java) S 30014 30016 29970 0 -1 64 53 0 0 0 0 1 0 0 16 0 13 0 196053567 1759252480 57855 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=30016/tid=30020] ppid=30014 vsize=1718020 CPUtime=0
/proc/30016/task/30020/stat : 30020 (java) S 30014 30016 29970 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 196053568 1759252480 57855 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30016/tid=30021] ppid=30014 vsize=1718020 CPUtime=0
/proc/30016/task/30021/stat : 30021 (java) S 30014 30016 29970 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 196053568 1759252480 57855 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30016/tid=30022] ppid=30014 vsize=1718020 CPUtime=0
/proc/30016/task/30022/stat : 30022 (java) S 30014 30016 29970 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 196053571 1759252480 57855 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30016/tid=30023] ppid=30014 vsize=1718020 CPUtime=0
/proc/30016/task/30023/stat : 30023 (java) S 30014 30016 29970 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 196053571 1759252480 57855 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30016/tid=30024] ppid=30014 vsize=1718020 CPUtime=0.73
/proc/30016/task/30024/stat : 30024 (java) S 30014 30016 29970 0 -1 64 1606 0 0 0 73 0 0 0 17 0 13 0 196053571 1759252480 57855 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30016/tid=30025] ppid=30014 vsize=1718020 CPUtime=0.83
/proc/30016/task/30025/stat : 30025 (java) S 30014 30016 29970 0 -1 64 2551 0 0 0 82 1 0 0 16 0 13 0 196053571 1759252480 57855 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0

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

[pid=30016/tid=30020] ppid=30014 vsize=1718020 CPUtime=0
/proc/30016/task/30020/stat : 30020 (java) S 30014 30016 29970 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 196053568 1759252480 153620 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30016/tid=30021] ppid=30014 vsize=1718020 CPUtime=0
/proc/30016/task/30021/stat : 30021 (java) S 30014 30016 29970 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 196053568 1759252480 153620 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30016/tid=30022] ppid=30014 vsize=1718020 CPUtime=0
/proc/30016/task/30022/stat : 30022 (java) S 30014 30016 29970 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 196053571 1759252480 153620 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30016/tid=30023] ppid=30014 vsize=1718020 CPUtime=0
/proc/30016/task/30023/stat : 30023 (java) S 30014 30016 29970 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 196053571 1759252480 153620 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30016/tid=30024] ppid=30014 vsize=1718020 CPUtime=0.86
/proc/30016/task/30024/stat : 30024 (java) S 30014 30016 29970 0 -1 64 1610 0 0 0 86 0 0 0 16 0 13 0 196053571 1759252480 153620 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30016/tid=30025] ppid=30014 vsize=1718020 CPUtime=1
/proc/30016/task/30025/stat : 30025 (java) S 30014 30016 29970 0 -1 64 2575 0 0 0 99 1 0 0 16 0 13 0 196053571 1759252480 153620 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30016/tid=30026] ppid=30014 vsize=1718020 CPUtime=0
/proc/30016/task/30026/stat : 30026 (java) S 30014 30016 29970 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 196053571 1759252480 153620 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30016/tid=30027] ppid=30014 vsize=1718020 CPUtime=0
/proc/30016/task/30027/stat : 30027 (java) S 30014 30016 29970 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 196053571 1759252480 153620 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30016/tid=30028] ppid=30014 vsize=1718020 CPUtime=0
/proc/30016/task/30028/stat : 30028 (java) S 30014 30016 29970 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 196057125 1759252480 153620 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1796.02
Current children cumulated vsize (Kb) 1718020

[startup+1781.29 s]
/proc/loadavg: 1.00 1.00 0.98 2/80 30028
/proc/meminfo: memFree=458192/2055892 swapFree=4085344/4096564
[pid=30016] ppid=30014 vsize=1718020 CPUtime=1797.02
/proc/30016/stat : 30016 (java) R 30014 30016 29970 0 -1 0 228839 0 1 0 179505 197 0 0 25 0 13 0 196053562 1759252480 153620 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071561112 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/30016/statm: 429505 153620 1909 14 0 416251 0
[pid=30016/tid=30017] ppid=30014 vsize=1718020 CPUtime=15.08
/proc/30016/task/30017/stat : 30017 (java) S 30014 30016 29970 0 -1 64 68856 0 0 0 1433 75 0 0 17 0 13 0 196053565 1759252480 153620 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30016/tid=30018] ppid=30014 vsize=1718020 CPUtime=15.03
/proc/30016/task/30018/stat : 30018 (java) S 30014 30016 29970 0 -1 64 58751 0 0 0 1438 65 0 0 17 0 13 0 196053565 1759252480 153620 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30016/tid=30019] ppid=30014 vsize=1718020 CPUtime=0.31
/proc/30016/task/30019/stat : 30019 (java) S 30014 30016 29970 0 -1 64 230 0 0 0 18 13 0 0 16 0 13 0 196053567 1759252480 153620 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=30016/tid=30020] ppid=30014 vsize=1718020 CPUtime=0
/proc/30016/task/30020/stat : 30020 (java) S 30014 30016 29970 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 196053568 1759252480 153620 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30016/tid=30021] ppid=30014 vsize=1718020 CPUtime=0
/proc/30016/task/30021/stat : 30021 (java) S 30014 30016 29970 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 196053568 1759252480 153620 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30016/tid=30022] ppid=30014 vsize=1718020 CPUtime=0
/proc/30016/task/30022/stat : 30022 (java) S 30014 30016 29970 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 196053571 1759252480 153620 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30016/tid=30023] ppid=30014 vsize=1718020 CPUtime=0
/proc/30016/task/30023/stat : 30023 (java) S 30014 30016 29970 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 196053571 1759252480 153620 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30016/tid=30024] ppid=30014 vsize=1718020 CPUtime=0.86
/proc/30016/task/30024/stat : 30024 (java) S 30014 30016 29970 0 -1 64 1610 0 0 0 86 0 0 0 16 0 13 0 196053571 1759252480 153620 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30016/tid=30025] ppid=30014 vsize=1718020 CPUtime=1
/proc/30016/task/30025/stat : 30025 (java) S 30014 30016 29970 0 -1 64 2575 0 0 0 99 1 0 0 16 0 13 0 196053571 1759252480 153620 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30016/tid=30026] ppid=30014 vsize=1718020 CPUtime=0
/proc/30016/task/30026/stat : 30026 (java) S 30014 30016 29970 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 196053571 1759252480 153620 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30016/tid=30027] ppid=30014 vsize=1718020 CPUtime=0
/proc/30016/task/30027/stat : 30027 (java) S 30014 30016 29970 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 196053571 1759252480 153620 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30016/tid=30028] ppid=30014 vsize=1718020 CPUtime=0
/proc/30016/task/30028/stat : 30028 (java) S 30014 30016 29970 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 196057125 1759252480 153620 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1797.02
Current children cumulated vsize (Kb) 1718020

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 0.98 2/80 30028
/proc/meminfo: memFree=458192/2055892 swapFree=4085344/4096564
[pid=30016] ppid=30014 vsize=1718020 CPUtime=1798.03
/proc/30016/stat : 30016 (java) R 30014 30016 29970 0 -1 0 228839 0 1 0 179606 197 0 0 25 0 13 0 196053562 1759252480 153620 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071560965 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/30016/statm: 429505 153620 1909 14 0 416251 0
[pid=30016/tid=30017] ppid=30014 vsize=1718020 CPUtime=15.08
/proc/30016/task/30017/stat : 30017 (java) S 30014 30016 29970 0 -1 64 68856 0 0 0 1433 75 0 0 17 0 13 0 196053565 1759252480 153620 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30016/tid=30018] ppid=30014 vsize=1718020 CPUtime=15.03
/proc/30016/task/30018/stat : 30018 (java) S 30014 30016 29970 0 -1 64 58751 0 0 0 1438 65 0 0 17 0 13 0 196053565 1759252480 153620 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30016/tid=30019] ppid=30014 vsize=1718020 CPUtime=0.31
/proc/30016/task/30019/stat : 30019 (java) S 30014 30016 29970 0 -1 64 230 0 0 0 18 13 0 0 16 0 13 0 196053567 1759252480 153620 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=30016/tid=30020] ppid=30014 vsize=1718020 CPUtime=0
/proc/30016/task/30020/stat : 30020 (java) S 30014 30016 29970 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 196053568 1759252480 153620 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30016/tid=30021] ppid=30014 vsize=1718020 CPUtime=0
/proc/30016/task/30021/stat : 30021 (java) S 30014 30016 29970 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 196053568 1759252480 153620 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30016/tid=30022] ppid=30014 vsize=1718020 CPUtime=0
/proc/30016/task/30022/stat : 30022 (java) S 30014 30016 29970 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 196053571 1759252480 153620 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30016/tid=30023] ppid=30014 vsize=1718020 CPUtime=0
/proc/30016/task/30023/stat : 30023 (java) S 30014 30016 29970 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 196053571 1759252480 153620 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30016/tid=30024] ppid=30014 vsize=1718020 CPUtime=0.86
/proc/30016/task/30024/stat : 30024 (java) S 30014 30016 29970 0 -1 64 1610 0 0 0 86 0 0 0 16 0 13 0 196053571 1759252480 153620 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30016/tid=30025] ppid=30014 vsize=1718020 CPUtime=1
/proc/30016/task/30025/stat : 30025 (java) S 30014 30016 29970 0 -1 64 2575 0 0 0 99 1 0 0 16 0 13 0 196053571 1759252480 153620 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30016/tid=30026] ppid=30014 vsize=1718020 CPUtime=0
/proc/30016/task/30026/stat : 30026 (java) S 30014 30016 29970 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 196053571 1759252480 153620 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30016/tid=30027] ppid=30014 vsize=1718020 CPUtime=0
/proc/30016/task/30027/stat : 30027 (java) S 30014 30016 29970 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 196053571 1759252480 153620 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30016/tid=30028] ppid=30014 vsize=1718020 CPUtime=0
/proc/30016/task/30028/stat : 30028 (java) S 30014 30016 29970 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 196057125 1759252480 153620 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1798.03
Current children cumulated vsize (Kb) 1718020

[startup+1783.3 s]
/proc/loadavg: 1.00 1.00 0.98 2/80 30028
/proc/meminfo: memFree=456464/2055892 swapFree=4085344/4096564
[pid=30016] ppid=30014 vsize=1718020 CPUtime=1799.06
/proc/30016/stat : 30016 (java) R 30014 30016 29970 0 -1 0 229264 0 1 0 179709 197 0 0 23 0 13 0 196053562 1759252480 154028 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071561545 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/30016/statm: 429505 154028 1909 14 0 416251 0
[pid=30016/tid=30017] ppid=30014 vsize=1718020 CPUtime=15.11
/proc/30016/task/30017/stat : 30017 (java) S 30014 30016 29970 0 -1 64 68977 0 0 0 1436 75 0 0 16 0 13 0 196053565 1759252480 154028 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30016/tid=30018] ppid=30014 vsize=1718020 CPUtime=15.07
/proc/30016/task/30018/stat : 30018 (java) S 30014 30016 29970 0 -1 64 59054 0 0 0 1442 65 0 0 17 0 13 0 196053565 1759252480 154028 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30016/tid=30019] ppid=30014 vsize=1718020 CPUtime=0.31
/proc/30016/task/30019/stat : 30019 (java) S 30014 30016 29970 0 -1 64 230 0 0 0 18 13 0 0 16 0 13 0 196053567 1759252480 154028 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=30016/tid=30020] ppid=30014 vsize=1718020 CPUtime=0
/proc/30016/task/30020/stat : 30020 (java) S 30014 30016 29970 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 196053568 1759252480 154028 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30016/tid=30021] ppid=30014 vsize=1718020 CPUtime=0
/proc/30016/task/30021/stat : 30021 (java) S 30014 30016 29970 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 196053568 1759252480 154028 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30016/tid=30022] ppid=30014 vsize=1718020 CPUtime=0
/proc/30016/task/30022/stat : 30022 (java) S 30014 30016 29970 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 196053571 1759252480 154028 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30016/tid=30023] ppid=30014 vsize=1718020 CPUtime=0
/proc/30016/task/30023/stat : 30023 (java) S 30014 30016 29970 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 196053571 1759252480 154028 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30016/tid=30024] ppid=30014 vsize=1718020 CPUtime=0.86
/proc/30016/task/30024/stat : 30024 (java) S 30014 30016 29970 0 -1 64 1610 0 0 0 86 0 0 0 16 0 13 0 196053571 1759252480 154028 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30016/tid=30025] ppid=30014 vsize=1718020 CPUtime=1
/proc/30016/task/30025/stat : 30025 (java) S 30014 30016 29970 0 -1 64 2575 0 0 0 99 1 0 0 16 0 13 0 196053571 1759252480 154028 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30016/tid=30026] ppid=30014 vsize=1718020 CPUtime=0
/proc/30016/task/30026/stat : 30026 (java) S 30014 30016 29970 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 196053571 1759252480 154028 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30016/tid=30027] ppid=30014 vsize=1718020 CPUtime=0
/proc/30016/task/30027/stat : 30027 (java) S 30014 30016 29970 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 196053571 1759252480 154028 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30016/tid=30028] ppid=30014 vsize=1718020 CPUtime=0
/proc/30016/task/30028/stat : 30028 (java) S 30014 30016 29970 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 196057125 1759252480 154028 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1799.06
Current children cumulated vsize (Kb) 1718020

[startup+1784.31 s]
/proc/loadavg: 1.00 1.00 0.98 2/80 30028
/proc/meminfo: memFree=456464/2055892 swapFree=4085344/4096564
[pid=30016] ppid=30014 vsize=1718020 CPUtime=1800.07
/proc/30016/stat : 30016 (java) R 30014 30016 29970 0 -1 0 229264 0 1 0 179810 197 0 0 25 0 13 0 196053562 1759252480 154028 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071560965 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/30016/statm: 429505 154028 1909 14 0 416251 0
[pid=30016/tid=30017] ppid=30014 vsize=1718020 CPUtime=15.11
/proc/30016/task/30017/stat : 30017 (java) S 30014 30016 29970 0 -1 64 68977 0 0 0 1436 75 0 0 16 0 13 0 196053565 1759252480 154028 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30016/tid=30018] ppid=30014 vsize=1718020 CPUtime=15.07
/proc/30016/task/30018/stat : 30018 (java) S 30014 30016 29970 0 -1 64 59054 0 0 0 1442 65 0 0 17 0 13 0 196053565 1759252480 154028 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30016/tid=30019] ppid=30014 vsize=1718020 CPUtime=0.31
/proc/30016/task/30019/stat : 30019 (java) S 30014 30016 29970 0 -1 64 230 0 0 0 18 13 0 0 16 0 13 0 196053567 1759252480 154028 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=30016/tid=30020] ppid=30014 vsize=1718020 CPUtime=0
/proc/30016/task/30020/stat : 30020 (java) S 30014 30016 29970 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 196053568 1759252480 154028 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30016/tid=30021] ppid=30014 vsize=1718020 CPUtime=0
/proc/30016/task/30021/stat : 30021 (java) S 30014 30016 29970 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 196053568 1759252480 154028 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30016/tid=30022] ppid=30014 vsize=1718020 CPUtime=0
/proc/30016/task/30022/stat : 30022 (java) S 30014 30016 29970 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 196053571 1759252480 154028 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30016/tid=30023] ppid=30014 vsize=1718020 CPUtime=0
/proc/30016/task/30023/stat : 30023 (java) S 30014 30016 29970 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 196053571 1759252480 154028 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30016/tid=30024] ppid=30014 vsize=1718020 CPUtime=0.86
/proc/30016/task/30024/stat : 30024 (java) S 30014 30016 29970 0 -1 64 1610 0 0 0 86 0 0 0 16 0 13 0 196053571 1759252480 154028 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30016/tid=30025] ppid=30014 vsize=1718020 CPUtime=1
/proc/30016/task/30025/stat : 30025 (java) S 30014 30016 29970 0 -1 64 2575 0 0 0 99 1 0 0 16 0 13 0 196053571 1759252480 154028 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30016/tid=30026] ppid=30014 vsize=1718020 CPUtime=0
/proc/30016/task/30026/stat : 30026 (java) S 30014 30016 29970 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 196053571 1759252480 154028 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30016/tid=30027] ppid=30014 vsize=1718020 CPUtime=0
/proc/30016/task/30027/stat : 30027 (java) S 30014 30016 29970 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 196053571 1759252480 154028 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30016/tid=30028] ppid=30014 vsize=1718020 CPUtime=0
/proc/30016/task/30028/stat : 30028 (java) S 30014 30016 29970 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 196057125 1759252480 154028 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (Kb) 1718020



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1784.31 s]
/proc/loadavg: 1.00 1.00 0.98 2/80 30028
/proc/meminfo: memFree=456464/2055892 swapFree=4085344/4096564
[pid=30016] ppid=30014 vsize=1718020 CPUtime=1800.08
/proc/30016/stat : 30016 (java) R 30014 30016 29970 0 -1 0 229264 0 1 0 179811 197 0 0 25 0 13 0 196053562 1759252480 154028 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071560982 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/30016/statm: 429505 154028 1909 14 0 416251 0
[pid=30016/tid=30017] ppid=30014 vsize=1718020 CPUtime=15.11
/proc/30016/task/30017/stat : 30017 (java) S 30014 30016 29970 0 -1 64 68977 0 0 0 1436 75 0 0 16 0 13 0 196053565 1759252480 154028 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30016/tid=30018] ppid=30014 vsize=1718020 CPUtime=15.07
/proc/30016/task/30018/stat : 30018 (java) S 30014 30016 29970 0 -1 64 59054 0 0 0 1442 65 0 0 17 0 13 0 196053565 1759252480 154028 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30016/tid=30019] ppid=30014 vsize=1718020 CPUtime=0.31
/proc/30016/task/30019/stat : 30019 (java) S 30014 30016 29970 0 -1 64 230 0 0 0 18 13 0 0 16 0 13 0 196053567 1759252480 154028 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=30016/tid=30020] ppid=30014 vsize=1718020 CPUtime=0
/proc/30016/task/30020/stat : 30020 (java) S 30014 30016 29970 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 196053568 1759252480 154028 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30016/tid=30021] ppid=30014 vsize=1718020 CPUtime=0
/proc/30016/task/30021/stat : 30021 (java) S 30014 30016 29970 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 196053568 1759252480 154028 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30016/tid=30022] ppid=30014 vsize=1718020 CPUtime=0
/proc/30016/task/30022/stat : 30022 (java) S 30014 30016 29970 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 196053571 1759252480 154028 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30016/tid=30023] ppid=30014 vsize=1718020 CPUtime=0
/proc/30016/task/30023/stat : 30023 (java) S 30014 30016 29970 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 196053571 1759252480 154028 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30016/tid=30024] ppid=30014 vsize=1718020 CPUtime=0.86
/proc/30016/task/30024/stat : 30024 (java) S 30014 30016 29970 0 -1 64 1610 0 0 0 86 0 0 0 16 0 13 0 196053571 1759252480 154028 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30016/tid=30025] ppid=30014 vsize=1718020 CPUtime=1
/proc/30016/task/30025/stat : 30025 (java) S 30014 30016 29970 0 -1 64 2575 0 0 0 99 1 0 0 16 0 13 0 196053571 1759252480 154028 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30016/tid=30026] ppid=30014 vsize=1718020 CPUtime=0
/proc/30016/task/30026/stat : 30026 (java) S 30014 30016 29970 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 196053571 1759252480 154028 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30016/tid=30027] ppid=30014 vsize=1718020 CPUtime=0
/proc/30016/task/30027/stat : 30027 (java) S 30014 30016 29970 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 196053571 1759252480 154028 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30016/tid=30028] ppid=30014 vsize=1718020 CPUtime=0
/proc/30016/task/30028/stat : 30028 (java) S 30014 30016 29970 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 196057125 1759252480 154028 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (Kb) 1718020

Sending SIGTERM to -30016
Sleeping 2 seconds

Child status: 143
Real time (s): 1784.43
CPU time (s): 1800.19
CPU user time (s): 1798.12
CPU system time (s): 2.06769
CPU usage (%): 100.883
Max. virtual memory (cumulated for all children) (Kb): 1718020

Launcher Data (download as text)

Begin job on node81 on Sat Jun  3 03:09:01 UTC 2006


FILE ID= 44565-1149304141

PBS_JOBID= 307533

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

MD5SUM SOLVER= e9637a7554f3ecdf74c1815f89d00213
MD5SUM BENCH=  35c934e0cd42ffa30810ffe35ff61781

RANDOM SEED= 844764455


/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.248
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	: 6006.19
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.248
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	: 5999.42
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055892 kB
MemFree:       1066664 kB
Buffers:         45096 kB
Cached:         863924 kB
SwapCached:       2656 kB
Active:         181088 kB
Inactive:       736888 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055892 kB
LowFree:       1066664 kB
SwapTotal:     4096564 kB
SwapFree:      4085344 kB
Dirty:             156 kB
Writeback:           0 kB
Mapped:          16520 kB
Slab:            57756 kB
Committed_AS:   280292 kB
PageTables:       1288 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264388 kB
VmallocChunk: 536606243 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB


End job on node81 on Sat Jun  3 03:38:46 UTC 2006