Trace number 44535

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.74 1764.66

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/
plato.asu.edu/pub/lptestset/fome/normalized-mps-v2-20-10-fome11.opb
MD5SUMd5dba1ae5450ecccd67bf40744af7c62
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
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables733406
Total number of constraints12168
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 constraints12168
Minimum length of a constraint13
Maximum length of a constraint6840
Number of terms in the objective function 374066
Biggest coefficient in the objective function 2150851580428025856
Number of bits for the biggest coefficient in the objective function 61
Sum of the numbers in the objective function 1765505311698925020552
Number of bits of the sum of numbers in the objective function 71
Biggest number in a constraint 53687091200000000000
Number of bits of the biggest number in a constraint 66
Biggest sum of numbers in a constraint 4277072243466308763648
Number of bits of the biggest sum of numbers72
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data (download as text)

0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.14	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.15	c no version file found!!!
0.15	c sun.arch.data.model	32
0.15	c java.version	1.5.0_06
0.15	c os.name	Linux
0.15	c os.version	2.6.9-22.EL.rootsmp
0.15	c os.arch	i386
0.15	c Free memory 1548419056
0.15	c Max memory 1551040512
0.15	c Total memory 1551040512
0.15	c Number of processors 2
0.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/node9/44535-1149301967/instance-44535-1149301967.opb
0.20	c reading problem ... 
468.23	c ... done. Time 468.033 ms.
468.23	c #vars     733406
468.23	c #constraints  24310
1764.39	c starts		: 7
1764.39	c conflicts		: 2961
1764.39	c decisions		: 5320
1764.39	c propagations		: 279362
1764.39	c inspects		: 2552640
1764.39	c learnt literals	: 0
1764.39	c learnt binary clauses	: 0
1764.40	c learnt ternary clauses	: 0
1764.40	c learnt clauses	: 2960
1764.40	c root simplifications	: 0
1764.40	c removed literals (reason simplification)	: 0
1764.40	c reason swapping (by a shorter reason)	: 0
1764.40	c Calls to reduceDB	: 0
1764.40	c speed (decisions/second)	: 4.1048179142895505
1764.40	c non guided choices	1439
1764.40	s UNKNOWN
1764.40	c Total wall clock time (ms): 1764.196

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

Current StackSize limit: 67108864 bytes

/proc/loadavg: 0.84 0.94 0.92 3/64 16787
/proc/meminfo: memFree=1534680/2055920 swapFree=4180864/4192956
[pid=16787] ppid=16785 vsize=172 CPUtime=0
/proc/16787/stat : 16787 (java) R 16785 16787 16741 0 -1 0 201 0 0 0 0 0 0 0 18 0 1 0 195859117 176128 24 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 8663844 0 0 4096 0 0 0 0 17 1 0 0
/proc/16787/statm: 43 24 18 14 0 3 0

[startup+10.0026 s]
/proc/loadavg: 0.87 0.94 0.92 2/75 16798
/proc/meminfo: memFree=1283392/2055920 swapFree=4180864/4192956
[pid=16787] ppid=16785 vsize=1713256 CPUtime=11.5
/proc/16787/stat : 16787 (java) R 16785 16787 16741 0 -1 0 67975 0 1 0 1115 35 0 0 19 0 12 0 195859117 1754374144 64557 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071425055 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/16787/statm: 428314 64557 1878 14 0 415061 0
[pid=16787/tid=16788] ppid=16785 vsize=1713256 CPUtime=0.87
/proc/16787/task/16788/stat : 16788 (java) S 16785 16787 16741 0 -1 64 14786 0 0 0 79 8 0 0 15 0 12 0 195859121 1754374144 64557 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16787/tid=16789] ppid=16785 vsize=1713256 CPUtime=0.85
/proc/16787/task/16789/stat : 16789 (java) S 16785 16787 16741 0 -1 64 14444 0 0 0 76 9 0 0 16 0 12 0 195859121 1754374144 64557 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16787/tid=16790] ppid=16785 vsize=1713256 CPUtime=0
/proc/16787/task/16790/stat : 16790 (java) S 16785 16787 16741 0 -1 64 12 0 0 0 0 0 0 0 16 0 12 0 195859123 1754374144 64557 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=16787/tid=16791] ppid=16785 vsize=1713256 CPUtime=0
/proc/16787/task/16791/stat : 16791 (java) S 16785 16787 16741 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 195859124 1754374144 64557 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16787/tid=16792] ppid=16785 vsize=1713256 CPUtime=0
/proc/16787/task/16792/stat : 16792 (java) S 16785 16787 16741 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 195859124 1754374144 64557 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16787/tid=16793] ppid=16785 vsize=1713256 CPUtime=0
/proc/16787/task/16793/stat : 16793 (java) S 16785 16787 16741 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 195859127 1754374144 64557 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16787/tid=16794] ppid=16785 vsize=1713256 CPUtime=0
/proc/16787/task/16794/stat : 16794 (java) S 16785 16787 16741 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 195859127 1754374144 64557 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16787/tid=16795] ppid=16785 vsize=1713256 CPUtime=0.34
/proc/16787/task/16795/stat : 16795 (java) S 16785 16787 16741 0 -1 64 643 0 0 0 34 0 0 0 16 0 12 0 195859127 1754374144 64557 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16787/tid=16796] ppid=16785 vsize=1713256 CPUtime=0.44
/proc/16787/task/16796/stat : 16796 (java) S 16785 16787 16741 0 -1 64 1579 0 0 0 44 0 0 0 17 0 12 0 195859127 1754374144 64557 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16787/tid=16797] ppid=16785 vsize=1713256 CPUtime=0
/proc/16787/task/16797/stat : 16797 (java) S 16785 16787 16741 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 195859127 1754374144 64557 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16787/tid=16798] ppid=16785 vsize=1713256 CPUtime=0
/proc/16787/task/16798/stat : 16798 (java) S 16785 16787 16741 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 195859127 1754374144 64557 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 11.5
Current children cumulated vsize (Kb) 1713256

[startup+20.0098 s]
/proc/loadavg: 0.89 0.94 0.92 2/75 16798
/proc/meminfo: memFree=1271680/2055920 swapFree=4180864/4192956
[pid=16787] ppid=16785 vsize=1713256 CPUtime=21.85
/proc/16787/stat : 16787 (java) R 16785 16787 16741 0 -1 0 71168 0 1 0 2148 37 0 0 20 0 12 0 195859117 1754374144 67571 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071422535 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/16787/statm: 428314 67571 1882 14 0 415061 0
[pid=16787/tid=16788] ppid=16785 vsize=1713256 CPUtime=1.16
/proc/16787/task/16788/stat : 16788 (java) S 16785 16787 16741 0 -1 64 16623 0 0 0 107 9 0 0 16 0 12 0 195859121 1754374144 67571 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16787/tid=16789] ppid=16785 vsize=1713256 CPUtime=1.15
/proc/16787/task/16789/stat : 16789 (java) S 16785 16787 16741 0 -1 64 15761 0 0 0 105 10 0 0 15 0 12 0 195859121 1754374144 67571 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16787/tid=16790] ppid=16785 vsize=1713256 CPUtime=0
/proc/16787/task/16790/stat : 16790 (java) S 16785 16787 16741 0 -1 64 19 0 0 0 0 0 0 0 16 0 12 0 195859123 1754374144 67571 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=16787/tid=16791] ppid=16785 vsize=1713256 CPUtime=0
/proc/16787/task/16791/stat : 16791 (java) S 16785 16787 16741 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 195859124 1754374144 67571 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16787/tid=16792] ppid=16785 vsize=1713256 CPUtime=0
/proc/16787/task/16792/stat : 16792 (java) S 16785 16787 16741 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 195859124 1754374144 67571 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16787/tid=16793] ppid=16785 vsize=1713256 CPUtime=0
/proc/16787/task/16793/stat : 16793 (java) S 16785 16787 16741 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 195859127 1754374144 67571 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16787/tid=16794] ppid=16785 vsize=1713256 CPUtime=0
/proc/16787/task/16794/stat : 16794 (java) S 16785 16787 16741 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 195859127 1754374144 67571 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16787/tid=16795] ppid=16785 vsize=1713256 CPUtime=0.35
/proc/16787/task/16795/stat : 16795 (java) S 16785 16787 16741 0 -1 64 645 0 0 0 35 0 0 0 16 0 12 0 195859127 1754374144 67571 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16787/tid=16796] ppid=16785 vsize=1713256 CPUtime=0.5
/proc/16787/task/16796/stat : 16796 (java) S 16785 16787 16741 0 -1 64 1585 0 0 0 50 0 0 0 17 0 12 0 195859127 1754374144 67571 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16787/tid=16797] ppid=16785 vsize=1713256 CPUtime=0
/proc/16787/task/16797/stat : 16797 (java) S 16785 16787 16741 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 195859127 1754374144 67571 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16787/tid=16798] ppid=16785 vsize=1713256 CPUtime=0
/proc/16787/task/16798/stat : 16798 (java) S 16785 16787 16741 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 195859127 1754374144 67571 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 21.85
Current children cumulated vsize (Kb) 1713256

[startup+30.0169 s]
/proc/loadavg: 0.90 0.94 0.92 2/75 16798
/proc/meminfo: memFree=1256256/2055920 swapFree=4180864/4192956
[pid=16787] ppid=16785 vsize=1713256 CPUtime=32.18
/proc/16787/stat : 16787 (java) R 16785 16787 16741 0 -1 0 75127 0 1 0 3179 39 0 0 16 0 12 0 195859117 1754374144 71438 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071422599 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/16787/statm: 428314 71438 1882 14 0 415061 0
[pid=16787/tid=16788] ppid=16785 vsize=1713256 CPUtime=1.46
/proc/16787/task/16788/stat : 16788 (java) S 16785 16787 16741 0 -1 64 18377 0 0 0 136 10 0 0 16 0 12 0 195859121 1754374144 71438 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16787/tid=16789] ppid=16785 vsize=1713256 CPUtime=1.45
/proc/16787/task/16789/stat : 16789 (java) S 16785 16787 16741 0 -1 64 17946 0 0 0 134 11 0 0 15 0 12 0 195859121 1754374144 71438 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16787/tid=16790] ppid=16785 vsize=1713256 CPUtime=0.01
/proc/16787/task/16790/stat : 16790 (java) S 16785 16787 16741 0 -1 64 19 0 0 0 1 0 0 0 15 0 12 0 195859123 1754374144 71438 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=16787/tid=16791] ppid=16785 vsize=1713256 CPUtime=0
/proc/16787/task/16791/stat : 16791 (java) S 16785 16787 16741 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 195859124 1754374144 71438 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16787/tid=16792] ppid=16785 vsize=1713256 CPUtime=0
/proc/16787/task/16792/stat : 16792 (java) S 16785 16787 16741 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 195859124 1754374144 71438 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16787/tid=16793] ppid=16785 vsize=1713256 CPUtime=0
/proc/16787/task/16793/stat : 16793 (java) S 16785 16787 16741 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 195859127 1754374144 71438 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16787/tid=16794] ppid=16785 vsize=1713256 CPUtime=0
/proc/16787/task/16794/stat : 16794 (java) S 16785 16787 16741 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 195859127 1754374144 71438 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16787/tid=16795] ppid=16785 vsize=1713256 CPUtime=0.36
/proc/16787/task/16795/stat : 16795 (java) S 16785 16787 16741 0 -1 64 645 0 0 0 36 0 0 0 16 0 12 0 195859127 1754374144 71438 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16787/tid=16796] ppid=16785 vsize=1713256 CPUtime=0.51
/proc/16787/task/16796/stat : 16796 (java) S 16785 16787 16741 0 -1 64 1586 0 0 0 51 0 0 0 17 0 12 0 195859127 1754374144 71438 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16787/tid=16797] ppid=16785 vsize=1713256 CPUtime=0
/proc/16787/task/16797/stat : 16797 (java) S 16785 16787 16741 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 195859127 1754374144 71438 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16787/tid=16798] ppid=16785 vsize=1713256 CPUtime=0
/proc/16787/task/16798/stat : 16798 (java) S 16785 16787 16741 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 195859127 1754374144 71438 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 32.18
Current children cumulated vsize (Kb) 1713256

[startup+40.0241 s]
/proc/loadavg: 0.92 0.94 0.92 2/75 16798
/proc/meminfo: memFree=1243456/2055920 swapFree=4180864/4192956
[pid=16787] ppid=16785 vsize=1713256 CPUtime=42.46
/proc/16787/stat : 16787 (java) R 16785 16787 16741 0 -1 0 78427 0 1 0 4205 41 0 0 18 0 12 0 195859117 1754374144 74656 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071422528 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/16787/statm: 428314 74656 1882 14 0 415061 0
[pid=16787/tid=16788] ppid=16785 vsize=1713256 CPUtime=1.75
/proc/16787/task/16788/stat : 16788 (java) S 16785 16787 16741 0 -1 64 20055 0 0 0 164 11 0 0 16 0 12 0 195859121 1754374144 74656 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16787/tid=16789] ppid=16785 vsize=1713256 CPUtime=1.73
/proc/16787/task/16789/stat : 16789 (java) S 16785 16787 16741 0 -1 64 19502 0 0 0 162 11 0 0 17 0 12 0 195859121 1754374144 74656 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16787/tid=16790] ppid=16785 vsize=1713256 CPUtime=0.02
/proc/16787/task/16790/stat : 16790 (java) S 16785 16787 16741 0 -1 64 19 0 0 0 1 1 0 0 15 0 12 0 195859123 1754374144 74656 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=16787/tid=16791] ppid=16785 vsize=1713256 CPUtime=0
/proc/16787/task/16791/stat : 16791 (java) S 16785 16787 16741 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 195859124 1754374144 74656 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16787/tid=16792] ppid=16785 vsize=1713256 CPUtime=0
/proc/16787/task/16792/stat : 16792 (java) S 16785 16787 16741 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 195859124 1754374144 74656 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16787/tid=16793] ppid=16785 vsize=1713256 CPUtime=0
/proc/16787/task/16793/stat : 16793 (java) S 16785 16787 16741 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 195859127 1754374144 74656 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16787/tid=16794] ppid=16785 vsize=1713256 CPUtime=0
/proc/16787/task/16794/stat : 16794 (java) S 16785 16787 16741 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 195859127 1754374144 74656 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16787/tid=16795] ppid=16785 vsize=1713256 CPUtime=0.36
/proc/16787/task/16795/stat : 16795 (java) S 16785 16787 16741 0 -1 64 645 0 0 0 36 0 0 0 16 0 12 0 195859127 1754374144 74656 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16787/tid=16796] ppid=16785 vsize=1713256 CPUtime=0.51
/proc/16787/task/16796/stat : 16796 (java) S 16785 16787 16741 0 -1 64 1586 0 0 0 51 0 0 0 17 0 12 0 195859127 1754374144 74656 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16787/tid=16797] ppid=16785 vsize=1713256 CPUtime=0
/proc/16787/task/16797/stat : 16797 (java) S 16785 16787 16741 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 195859127 1754374144 74656 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16787/tid=16798] ppid=16785 vsize=1713256 CPUtime=0
/proc/16787/task/16798/stat : 16798 (java) S 16785 16787 16741 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 195859127 1754374144 74656 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 42.46
Current children cumulated vsize (Kb) 1713256

[startup+50.0322 s]
/proc/loadavg: 0.93 0.94 0.92 2/75 16798
/proc/meminfo: memFree=1233536/2055920 swapFree=4180864/4192956
[pid=16787] ppid=16785 vsize=1713256 CPUtime=52.73
/proc/16787/stat : 16787 (java) R 16785 16787 16741 0 -1 0 80965 0 1 0 5231 42 0 0 25 0 12 0 195859117 1754374144 77132 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071422528 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/16787/statm: 428314 77132 1882 14 0 415061 0
[pid=16787/tid=16788] ppid=16785 vsize=1713256 CPUtime=2.02
/proc/16787/task/16788/stat : 16788 (java) S 16785 16787 16741 0 -1 64 21571 0 0 0 191 11 0 0 16 0 12 0 195859121 1754374144 77132 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16787/tid=16789] ppid=16785 vsize=1713256 CPUtime=2.01
/proc/16787/task/16789/stat : 16789 (java) S 16785 16787 16741 0 -1 64 20506 0 0 0 189 12 0 0 16 0 12 0 195859121 1754374144 77132 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16787/tid=16790] ppid=16785 vsize=1713256 CPUtime=0.02
/proc/16787/task/16790/stat : 16790 (java) S 16785 16787 16741 0 -1 64 19 0 0 0 1 1 0 0 15 0 12 0 195859123 1754374144 77132 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=16787/tid=16791] ppid=16785 vsize=1713256 CPUtime=0
/proc/16787/task/16791/stat : 16791 (java) S 16785 16787 16741 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 195859124 1754374144 77132 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16787/tid=16792] ppid=16785 vsize=1713256 CPUtime=0
/proc/16787/task/16792/stat : 16792 (java) S 16785 16787 16741 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 195859124 1754374144 77132 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16787/tid=16793] ppid=16785 vsize=1713256 CPUtime=0
/proc/16787/task/16793/stat : 16793 (java) S 16785 16787 16741 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 195859127 1754374144 77132 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16787/tid=16794] ppid=16785 vsize=1713256 CPUtime=0
/proc/16787/task/16794/stat : 16794 (java) S 16785 16787 16741 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 195859127 1754374144 77132 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16787/tid=16795] ppid=16785 vsize=1713256 CPUtime=0.36
/proc/16787/task/16795/stat : 16795 (java) S 16785 16787 16741 0 -1 64 645 0 0 0 36 0 0 0 16 0 12 0 195859127 1754374144 77132 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16787/tid=16796] ppid=16785 vsize=1713256 CPUtime=0.51
/proc/16787/task/16796/stat : 16796 (java) S 16785 16787 16741 0 -1 64 1586 0 0 0 51 0 0 0 17 0 12 0 195859127 1754374144 77132 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16787/tid=16797] ppid=16785 vsize=1713256 CPUtime=0
/proc/16787/task/16797/stat : 16797 (java) S 16785 16787 16741 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 195859127 1754374144 77132 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16787/tid=16798] ppid=16785 vsize=1713256 CPUtime=0
/proc/16787/task/16798/stat : 16798 (java) S 16785 16787 16741 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 195859127 1754374144 77132 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 52.73
Current children cumulated vsize (Kb) 1713256

[startup+60.0393 s]
/proc/loadavg: 0.94 0.95 0.92 2/75 16798
/proc/meminfo: memFree=1223296/2055920 swapFree=4180864/4192956
[pid=16787] ppid=16785 vsize=1713256 CPUtime=63.02
/proc/16787/stat : 16787 (java) R 16785 16787 16741 0 -1 0 83575 0 1 0 6258 44 0 0 25 0 12 0 195859117 1754374144 79664 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071400345 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/16787/statm: 428314 79664 1882 14 0 415061 0
[pid=16787/tid=16788] ppid=16785 vsize=1713256 CPUtime=2.32
/proc/16787/task/16788/stat : 16788 (java) S 16785 16787 16741 0 -1 64 22479 0 0 0 220 12 0 0 16 0 12 0 195859121 1754374144 79664 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16787/tid=16789] ppid=16785 vsize=1713256 CPUtime=2.3
/proc/16787/task/16789/stat : 16789 (java) S 16785 16787 16741 0 -1 64 22189 0 0 0 217 13 0 0 16 0 12 0 195859121 1754374144 79664 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16787/tid=16790] ppid=16785 vsize=1713256 CPUtime=0.02
/proc/16787/task/16790/stat : 16790 (java) S 16785 16787 16741 0 -1 64 19 0 0 0 1 1 0 0 16 0 12 0 195859123 1754374144 79664 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=16787/tid=16791] ppid=16785 vsize=1713256 CPUtime=0
/proc/16787/task/16791/stat : 16791 (java) S 16785 16787 16741 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 195859124 1754374144 79664 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16787/tid=16792] ppid=16785 vsize=1713256 CPUtime=0
/proc/16787/task/16792/stat : 16792 (java) S 16785 16787 16741 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 195859124 1754374144 79664 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16787/tid=16793] ppid=16785 vsize=1713256 CPUtime=0
/proc/16787/task/16793/stat : 16793 (java) S 16785 16787 16741 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 195859127 1754374144 79664 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16787/tid=16794] ppid=16785 vsize=1713256 CPUtime=0
/proc/16787/task/16794/stat : 16794 (java) S 16785 16787 16741 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 195859127 1754374144 79664 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16787/tid=16795] ppid=16785 vsize=1713256 CPUtime=0.36
/proc/16787/task/16795/stat : 16795 (java) S 16785 16787 16741 0 -1 64 645 0 0 0 36 0 0 0 16 0 12 0 195859127 1754374144 79664 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16787/tid=16796] ppid=16785 vsize=1713256 CPUtime=0.51
/proc/16787/task/16796/stat : 16796 (java) S 16785 16787 16741 0 -1 64 1586 0 0 0 51 0 0 0 17 0 12 0 195859127 1754374144 79664 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16787/tid=16797] ppid=16785 vsize=1713256 CPUtime=0
/proc/16787/task/16797/stat : 16797 (java) S 16785 16787 16741 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 195859127 1754374144 79664 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16787/tid=16798] ppid=16785 vsize=1713256 CPUtime=0
/proc/16787/task/16798/stat : 16798 (java) S 16785 16787 16741 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 195859127 1754374144 79664 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0

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

[pid=16787/tid=16791] ppid=16785 vsize=1717868 CPUtime=0
/proc/16787/task/16791/stat : 16791 (java) S 16785 16787 16741 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 195859124 1759096832 379172 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16787/tid=16792] ppid=16785 vsize=1717868 CPUtime=0
/proc/16787/task/16792/stat : 16792 (java) S 16785 16787 16741 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 195859124 1759096832 379172 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16787/tid=16793] ppid=16785 vsize=1717868 CPUtime=0
/proc/16787/task/16793/stat : 16793 (java) S 16785 16787 16741 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 195859127 1759096832 379172 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16787/tid=16794] ppid=16785 vsize=1717868 CPUtime=0
/proc/16787/task/16794/stat : 16794 (java) S 16785 16787 16741 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 195859127 1759096832 379172 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16787/tid=16795] ppid=16785 vsize=1717868 CPUtime=0.81
/proc/16787/task/16795/stat : 16795 (java) S 16785 16787 16741 0 -1 64 681 0 0 0 81 0 0 0 16 0 13 0 195859127 1759096832 379172 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16787/tid=16796] ppid=16785 vsize=1717868 CPUtime=1.27
/proc/16787/task/16796/stat : 16796 (java) S 16785 16787 16741 0 -1 64 5422 0 0 0 126 1 0 0 16 0 13 0 195859127 1759096832 379172 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16787/tid=16797] ppid=16785 vsize=1717868 CPUtime=0
/proc/16787/task/16797/stat : 16797 (java) S 16785 16787 16741 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 195859127 1759096832 379172 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16787/tid=16798] ppid=16785 vsize=1717868 CPUtime=0
/proc/16787/task/16798/stat : 16798 (java) S 16785 16787 16741 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 195859127 1759096832 379172 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16787/tid=16801] ppid=16785 vsize=1717868 CPUtime=0
/proc/16787/task/16801/stat : 16801 (java) S 16785 16787 16741 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 195906027 1759096832 379172 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1796.3
Current children cumulated vsize (Kb) 1717868

[startup+1761.37 s]
/proc/loadavg: 1.10 1.07 0.98 2/76 16995
/proc/meminfo: memFree=21952/2055920 swapFree=4180864/4192956
[pid=16787] ppid=16785 vsize=1717868 CPUtime=1797.3
/proc/16787/stat : 16787 (java) R 16785 16787 16741 0 -1 0 390622 0 1 0 179156 574 0 0 25 0 13 0 195859117 1759096832 379172 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071422535 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/16787/statm: 429467 379172 1910 14 0 416214 0
[pid=16787/tid=16788] ppid=16785 vsize=1717868 CPUtime=35.4
/proc/16787/task/16788/stat : 16788 (java) S 16785 16787 16741 0 -1 64 177306 0 0 0 3297 243 0 0 16 0 13 0 195859121 1759096832 379172 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16787/tid=16789] ppid=16785 vsize=1717868 CPUtime=35.4
/proc/16787/task/16789/stat : 16789 (java) S 16785 16787 16741 0 -1 64 167585 0 0 0 3259 281 0 0 17 0 13 0 195859121 1759096832 379172 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16787/tid=16790] ppid=16785 vsize=1717868 CPUtime=0.27
/proc/16787/task/16790/stat : 16790 (java) S 16785 16787 16741 0 -1 64 27 0 0 0 17 10 0 0 16 0 13 0 195859123 1759096832 379172 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=16787/tid=16791] ppid=16785 vsize=1717868 CPUtime=0
/proc/16787/task/16791/stat : 16791 (java) S 16785 16787 16741 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 195859124 1759096832 379172 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16787/tid=16792] ppid=16785 vsize=1717868 CPUtime=0
/proc/16787/task/16792/stat : 16792 (java) S 16785 16787 16741 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 195859124 1759096832 379172 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16787/tid=16793] ppid=16785 vsize=1717868 CPUtime=0
/proc/16787/task/16793/stat : 16793 (java) S 16785 16787 16741 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 195859127 1759096832 379172 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16787/tid=16794] ppid=16785 vsize=1717868 CPUtime=0
/proc/16787/task/16794/stat : 16794 (java) S 16785 16787 16741 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 195859127 1759096832 379172 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16787/tid=16795] ppid=16785 vsize=1717868 CPUtime=0.81
/proc/16787/task/16795/stat : 16795 (java) S 16785 16787 16741 0 -1 64 681 0 0 0 81 0 0 0 16 0 13 0 195859127 1759096832 379172 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16787/tid=16796] ppid=16785 vsize=1717868 CPUtime=1.27
/proc/16787/task/16796/stat : 16796 (java) S 16785 16787 16741 0 -1 64 5422 0 0 0 126 1 0 0 16 0 13 0 195859127 1759096832 379172 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16787/tid=16797] ppid=16785 vsize=1717868 CPUtime=0
/proc/16787/task/16797/stat : 16797 (java) S 16785 16787 16741 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 195859127 1759096832 379172 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16787/tid=16798] ppid=16785 vsize=1717868 CPUtime=0
/proc/16787/task/16798/stat : 16798 (java) S 16785 16787 16741 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 195859127 1759096832 379172 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16787/tid=16801] ppid=16785 vsize=1717868 CPUtime=0
/proc/16787/task/16801/stat : 16801 (java) S 16785 16787 16741 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 195906027 1759096832 379172 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1797.3
Current children cumulated vsize (Kb) 1717868

[startup+1762.38 s]
/proc/loadavg: 1.09 1.07 0.98 2/76 16995
/proc/meminfo: memFree=21952/2055920 swapFree=4180864/4192956
[pid=16787] ppid=16785 vsize=1717868 CPUtime=1798.31
/proc/16787/stat : 16787 (java) R 16785 16787 16741 0 -1 0 390622 0 1 0 179257 574 0 0 25 0 13 0 195859117 1759096832 379172 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071424923 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/16787/statm: 429467 379172 1910 14 0 416214 0
[pid=16787/tid=16788] ppid=16785 vsize=1717868 CPUtime=35.4
/proc/16787/task/16788/stat : 16788 (java) S 16785 16787 16741 0 -1 64 177306 0 0 0 3297 243 0 0 16 0 13 0 195859121 1759096832 379172 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16787/tid=16789] ppid=16785 vsize=1717868 CPUtime=35.4
/proc/16787/task/16789/stat : 16789 (java) S 16785 16787 16741 0 -1 64 167585 0 0 0 3259 281 0 0 17 0 13 0 195859121 1759096832 379172 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16787/tid=16790] ppid=16785 vsize=1717868 CPUtime=0.27
/proc/16787/task/16790/stat : 16790 (java) S 16785 16787 16741 0 -1 64 27 0 0 0 17 10 0 0 16 0 13 0 195859123 1759096832 379172 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=16787/tid=16791] ppid=16785 vsize=1717868 CPUtime=0
/proc/16787/task/16791/stat : 16791 (java) S 16785 16787 16741 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 195859124 1759096832 379172 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16787/tid=16792] ppid=16785 vsize=1717868 CPUtime=0
/proc/16787/task/16792/stat : 16792 (java) S 16785 16787 16741 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 195859124 1759096832 379172 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16787/tid=16793] ppid=16785 vsize=1717868 CPUtime=0
/proc/16787/task/16793/stat : 16793 (java) S 16785 16787 16741 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 195859127 1759096832 379172 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16787/tid=16794] ppid=16785 vsize=1717868 CPUtime=0
/proc/16787/task/16794/stat : 16794 (java) S 16785 16787 16741 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 195859127 1759096832 379172 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16787/tid=16795] ppid=16785 vsize=1717868 CPUtime=0.81
/proc/16787/task/16795/stat : 16795 (java) S 16785 16787 16741 0 -1 64 681 0 0 0 81 0 0 0 16 0 13 0 195859127 1759096832 379172 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16787/tid=16796] ppid=16785 vsize=1717868 CPUtime=1.27
/proc/16787/task/16796/stat : 16796 (java) S 16785 16787 16741 0 -1 64 5422 0 0 0 126 1 0 0 16 0 13 0 195859127 1759096832 379172 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16787/tid=16797] ppid=16785 vsize=1717868 CPUtime=0
/proc/16787/task/16797/stat : 16797 (java) S 16785 16787 16741 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 195859127 1759096832 379172 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16787/tid=16798] ppid=16785 vsize=1717868 CPUtime=0
/proc/16787/task/16798/stat : 16798 (java) S 16785 16787 16741 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 195859127 1759096832 379172 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16787/tid=16801] ppid=16785 vsize=1717868 CPUtime=0
/proc/16787/task/16801/stat : 16801 (java) S 16785 16787 16741 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 195906027 1759096832 379172 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1798.31
Current children cumulated vsize (Kb) 1717868

[startup+1763.38 s]
/proc/loadavg: 1.09 1.07 0.98 2/76 16995
/proc/meminfo: memFree=21952/2055920 swapFree=4180864/4192956
[pid=16787] ppid=16785 vsize=1717868 CPUtime=1799.31
/proc/16787/stat : 16787 (java) R 16785 16787 16741 0 -1 0 390622 0 1 0 179357 574 0 0 25 0 13 0 195859117 1759096832 379172 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071700991 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/16787/statm: 429467 379172 1910 14 0 416214 0
[pid=16787/tid=16788] ppid=16785 vsize=1717868 CPUtime=35.4
/proc/16787/task/16788/stat : 16788 (java) S 16785 16787 16741 0 -1 64 177306 0 0 0 3297 243 0 0 16 0 13 0 195859121 1759096832 379172 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16787/tid=16789] ppid=16785 vsize=1717868 CPUtime=35.4
/proc/16787/task/16789/stat : 16789 (java) S 16785 16787 16741 0 -1 64 167585 0 0 0 3259 281 0 0 17 0 13 0 195859121 1759096832 379172 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16787/tid=16790] ppid=16785 vsize=1717868 CPUtime=0.27
/proc/16787/task/16790/stat : 16790 (java) S 16785 16787 16741 0 -1 64 27 0 0 0 17 10 0 0 16 0 13 0 195859123 1759096832 379172 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=16787/tid=16791] ppid=16785 vsize=1717868 CPUtime=0
/proc/16787/task/16791/stat : 16791 (java) S 16785 16787 16741 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 195859124 1759096832 379172 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16787/tid=16792] ppid=16785 vsize=1717868 CPUtime=0
/proc/16787/task/16792/stat : 16792 (java) S 16785 16787 16741 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 195859124 1759096832 379172 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16787/tid=16793] ppid=16785 vsize=1717868 CPUtime=0
/proc/16787/task/16793/stat : 16793 (java) S 16785 16787 16741 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 195859127 1759096832 379172 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16787/tid=16794] ppid=16785 vsize=1717868 CPUtime=0
/proc/16787/task/16794/stat : 16794 (java) S 16785 16787 16741 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 195859127 1759096832 379172 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16787/tid=16795] ppid=16785 vsize=1717868 CPUtime=0.81
/proc/16787/task/16795/stat : 16795 (java) S 16785 16787 16741 0 -1 64 681 0 0 0 81 0 0 0 16 0 13 0 195859127 1759096832 379172 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16787/tid=16796] ppid=16785 vsize=1717868 CPUtime=1.27
/proc/16787/task/16796/stat : 16796 (java) S 16785 16787 16741 0 -1 64 5422 0 0 0 126 1 0 0 16 0 13 0 195859127 1759096832 379172 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16787/tid=16797] ppid=16785 vsize=1717868 CPUtime=0
/proc/16787/task/16797/stat : 16797 (java) S 16785 16787 16741 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 195859127 1759096832 379172 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16787/tid=16798] ppid=16785 vsize=1717868 CPUtime=0
/proc/16787/task/16798/stat : 16798 (java) S 16785 16787 16741 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 195859127 1759096832 379172 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16787/tid=16801] ppid=16785 vsize=1717868 CPUtime=0
/proc/16787/task/16801/stat : 16801 (java) S 16785 16787 16741 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 195906027 1759096832 379172 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1799.31
Current children cumulated vsize (Kb) 1717868

[startup+1764.39 s]
/proc/loadavg: 1.09 1.07 0.98 2/76 16995
/proc/meminfo: memFree=16128/2055920 swapFree=4180864/4192956
[pid=16787] ppid=16785 vsize=1717868 CPUtime=1800.47
/proc/16787/stat : 16787 (java) R 16785 16787 16741 0 -1 0 392085 0 1 0 179471 576 0 0 25 0 13 0 195859117 1759096832 380634 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071580992 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/16787/statm: 429467 380634 1910 14 0 416214 0
[pid=16787/tid=16788] ppid=16785 vsize=1717868 CPUtime=35.55
/proc/16787/task/16788/stat : 16788 (java) S 16785 16787 16741 0 -1 64 177309 0 0 0 3312 243 0 0 16 0 13 0 195859121 1759096832 380634 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16787/tid=16789] ppid=16785 vsize=1717868 CPUtime=35.55
/proc/16787/task/16789/stat : 16789 (java) S 16785 16787 16741 0 -1 64 169044 0 0 0 3272 283 0 0 16 0 13 0 195859121 1759096832 380634 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16787/tid=16790] ppid=16785 vsize=1717868 CPUtime=0.27
/proc/16787/task/16790/stat : 16790 (java) S 16785 16787 16741 0 -1 64 27 0 0 0 17 10 0 0 15 0 13 0 195859123 1759096832 380634 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=16787/tid=16791] ppid=16785 vsize=1717868 CPUtime=0
/proc/16787/task/16791/stat : 16791 (java) S 16785 16787 16741 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 195859124 1759096832 380634 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16787/tid=16792] ppid=16785 vsize=1717868 CPUtime=0
/proc/16787/task/16792/stat : 16792 (java) S 16785 16787 16741 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 195859124 1759096832 380634 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16787/tid=16793] ppid=16785 vsize=1717868 CPUtime=0
/proc/16787/task/16793/stat : 16793 (java) S 16785 16787 16741 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 195859127 1759096832 380634 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16787/tid=16794] ppid=16785 vsize=1717868 CPUtime=0
/proc/16787/task/16794/stat : 16794 (java) S 16785 16787 16741 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 195859127 1759096832 380634 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16787/tid=16795] ppid=16785 vsize=1717868 CPUtime=0.81
/proc/16787/task/16795/stat : 16795 (java) S 16785 16787 16741 0 -1 64 681 0 0 0 81 0 0 0 16 0 13 0 195859127 1759096832 380634 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16787/tid=16796] ppid=16785 vsize=1717868 CPUtime=1.27
/proc/16787/task/16796/stat : 16796 (java) S 16785 16787 16741 0 -1 64 5422 0 0 0 126 1 0 0 16 0 13 0 195859127 1759096832 380634 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16787/tid=16797] ppid=16785 vsize=1717868 CPUtime=0
/proc/16787/task/16797/stat : 16797 (java) S 16785 16787 16741 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 195859127 1759096832 380634 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16787/tid=16798] ppid=16785 vsize=1717868 CPUtime=0
/proc/16787/task/16798/stat : 16798 (java) S 16785 16787 16741 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 195859127 1759096832 380634 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16787/tid=16801] ppid=16785 vsize=1717868 CPUtime=0
/proc/16787/task/16801/stat : 16801 (java) S 16785 16787 16741 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 195906027 1759096832 380634 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.47
Current children cumulated vsize (Kb) 1717868



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1764.39 s]
/proc/loadavg: 1.09 1.07 0.98 2/76 16995
/proc/meminfo: memFree=16128/2055920 swapFree=4180864/4192956
[pid=16787] ppid=16785 vsize=1717868 CPUtime=1800.47
/proc/16787/stat : 16787 (java) R 16785 16787 16741 0 -1 0 392085 0 1 0 179471 576 0 0 25 0 13 0 195859117 1759096832 380634 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071580771 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/16787/statm: 429467 380634 1910 14 0 416214 0
[pid=16787/tid=16788] ppid=16785 vsize=1717868 CPUtime=35.55
/proc/16787/task/16788/stat : 16788 (java) S 16785 16787 16741 0 -1 64 177309 0 0 0 3312 243 0 0 16 0 13 0 195859121 1759096832 380634 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16787/tid=16789] ppid=16785 vsize=1717868 CPUtime=35.55
/proc/16787/task/16789/stat : 16789 (java) S 16785 16787 16741 0 -1 64 169044 0 0 0 3272 283 0 0 16 0 13 0 195859121 1759096832 380634 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16787/tid=16790] ppid=16785 vsize=1717868 CPUtime=0.27
/proc/16787/task/16790/stat : 16790 (java) S 16785 16787 16741 0 -1 64 27 0 0 0 17 10 0 0 15 0 13 0 195859123 1759096832 380634 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=16787/tid=16791] ppid=16785 vsize=1717868 CPUtime=0
/proc/16787/task/16791/stat : 16791 (java) S 16785 16787 16741 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 195859124 1759096832 380634 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16787/tid=16792] ppid=16785 vsize=1717868 CPUtime=0
/proc/16787/task/16792/stat : 16792 (java) S 16785 16787 16741 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 195859124 1759096832 380634 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16787/tid=16793] ppid=16785 vsize=1717868 CPUtime=0
/proc/16787/task/16793/stat : 16793 (java) S 16785 16787 16741 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 195859127 1759096832 380634 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16787/tid=16794] ppid=16785 vsize=1717868 CPUtime=0
/proc/16787/task/16794/stat : 16794 (java) S 16785 16787 16741 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 195859127 1759096832 380634 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16787/tid=16795] ppid=16785 vsize=1717868 CPUtime=0.81
/proc/16787/task/16795/stat : 16795 (java) S 16785 16787 16741 0 -1 64 681 0 0 0 81 0 0 0 16 0 13 0 195859127 1759096832 380634 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16787/tid=16796] ppid=16785 vsize=1717868 CPUtime=1.27
/proc/16787/task/16796/stat : 16796 (java) S 16785 16787 16741 0 -1 64 5422 0 0 0 126 1 0 0 16 0 13 0 195859127 1759096832 380634 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16787/tid=16797] ppid=16785 vsize=1717868 CPUtime=0
/proc/16787/task/16797/stat : 16797 (java) S 16785 16787 16741 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 195859127 1759096832 380634 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16787/tid=16798] ppid=16785 vsize=1717868 CPUtime=0
/proc/16787/task/16798/stat : 16798 (java) S 16785 16787 16741 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 195859127 1759096832 380634 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16787/tid=16801] ppid=16785 vsize=1717868 CPUtime=0
/proc/16787/task/16801/stat : 16801 (java) S 16785 16787 16741 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 195906027 1759096832 380634 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.47
Current children cumulated vsize (Kb) 1717868

Sending SIGTERM to -16787
Sleeping 2 seconds

Child status: 143
Real time (s): 1764.66
CPU time (s): 1800.74
CPU user time (s): 1794.74
CPU system time (s): 5.99809
CPU usage (%): 102.045
Max. virtual memory (cumulated for all children) (Kb): 1719916

Launcher Data (download as text)

Begin job on node9 on Sat Jun  3 02:32:48 UTC 2006


FILE ID= 44535-1149301967

PBS_JOBID= 307414

BENCH NAME= HOME/pub/bench/PB06//final/normalized-PB06/OPT-BIGINT/mps-v2-20-10/plato.asu.edu/pub/lptestset/fome/normalized-mps-v2-20-10-fome11.opb
COMMAND LINE= java -server -Xms1500M -Xmx1500M -jar ROOT/solvers/PB/PB06final/user5/sat4jPseudoPlus.jar ROOT/tmp/node9/44535-1149301967/instance-44535-1149301967.opb 539934271
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node9/watcher-44535-1149301967 -o ROOT/results/node9/solver-44535-1149301967 -C 1800 -M 1800 -S 64  java -server -Xms1500M -Xmx1500M -jar ROOT/solvers/PB/PB06final/user5/sat4jPseudoPlus.jar ROOT/tmp/node9/44535-1149301967/instance-44535-1149301967.opb 539934271

MD5SUM SOLVER= e9637a7554f3ecdf74c1815f89d00213
MD5SUM BENCH=  d5dba1ae5450ecccd67bf40744af7c62

RANDOM SEED= 539934271


/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.234
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.234
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:       1534888 kB
Buffers:         21120 kB
Cached:         438012 kB
SwapCached:       3744 kB
Active:          78748 kB
Inactive:       389012 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1534888 kB
SwapTotal:     4192956 kB
SwapFree:      4180864 kB
Dirty:             180 kB
Writeback:           0 kB
Mapped:          14720 kB
Slab:            39332 kB
Committed_AS:   291544 kB
PageTables:       1424 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB


End job on node9 on Sat Jun  3 03:02:13 UTC 2006