Trace number 43142

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 Heuristics? (TO) 1800.76 1792.51

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/plato.asu.edu/
pub/milp/normalized-mps-v2-20-10-dano3_5.opb
MD5SUM143c67a6efdf0b74421c6a96157a0df7
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 variables404336
Total number of constraints3663
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)5
Number of constraints which are nor clauses,nor cardinality constraints3658
Minimum length of a constraint11
Maximum length of a constraint15900
Number of terms in the objective function 30
Biggest coefficient in the objective function 536870912
Number of bits for the biggest coefficient in the objective function 30
Sum of the numbers in the objective function 1073741823
Number of bits of the sum of numbers in the objective function 30
Biggest number in a constraint 134217728000
Number of bits of the biggest number in a constraint 37
Biggest sum of numbers in a constraint 569083166190
Number of bits of the biggest sum of numbers40
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data (download as text)

0.15	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.15	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.15	c no version file found!!!
0.15	c sun.arch.data.model	32
0.15	c java.version	1.5.0_06
0.15	c os.name	Linux
0.15	c os.version	2.6.9-22.EL.rootsmp
0.15	c os.arch	i386
0.15	c Free memory 1548419056
0.15	c Max memory 1551040512
0.15	c Total memory 1551040512
0.15	c Number of processors 2
0.21	c Cutting planes based inference
0.21	c --- Begin Solver configuration ---
0.21	c org.sat4j.minisat.uip.FirstUIP@1df073d
0.21	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@1546e25
0.21	c org.sat4j.minisat.learning.MiniSATLearning@b66cc
0.21	c conflictBoundIncFactor=1.5 learntBoundIncFactor=1.1 initLearntBoundConstraintFactor=10000.0 initConflictBound=100 
0.21	c VSIDS like heuristics from MiniSAT using a heap
0.21	c No reason simplification
0.21	c --- End Solver configuration ---
0.21	c solving ROOT/tmp/node1/43142-1149305011/instance-43142-1149305011.opb
0.21	c reading problem ... 
68.13	c ... done. Time 67.921 ms.
68.13	c #vars     404336
68.13	c #constraints  4887
1792.37	c starts		: 2
1792.37	c conflicts		: 196
1792.37	c decisions		: 6739
1792.37	c propagations		: 400260
1792.37	c inspects		: 1797333
1792.37	c learnt literals	: 0
1792.37	c learnt binary clauses	: 0
1792.37	c learnt ternary clauses	: 0
1792.37	c learnt clauses	: 195
1792.37	c root simplifications	: 0
1792.37	c removed literals (reason simplification)	: 0
1792.37	c reason swapping (by a shorter reason)	: 0
1792.37	c Calls to reduceDB	: 0
1792.37	c speed (decisions/second)	: 3.908606241706029
1792.37	c non guided choices	4124
1792.37	s UNKNOWN
1792.37	c Total wall clock time (ms): 1792.163

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

Current StackSize limit: 67108864 bytes

/proc/loadavg: 0.92 0.98 0.97 3/64 3155
/proc/meminfo: memFree=1485448/2055920 swapFree=4181372/4192956
[pid=3155] ppid=3153 vsize=1500 CPUtime=0
/proc/3155/stat : 3155 (java) R 3153 3155 3109 0 -1 0 73 0 0 0 0 0 0 0 18 0 1 0 196162783 1536000 56 18446744073709551615 134512640 134570276 4294956608 18446744073709551615 5798881 0 0 4096 0 0 0 0 17 1 0 0
/proc/3155/statm: 375 67 54 14 0 8 0

[startup+10.0034 s]
/proc/loadavg: 1.01 1.00 0.97 3/75 3166
/proc/meminfo: memFree=1265600/2055920 swapFree=4181372/4192956
[pid=3155] ppid=3153 vsize=1712352 CPUtime=11.19
/proc/3155/stat : 3155 (java) S 3153 3155 3109 0 -1 0 60262 0 1 0 1091 28 0 0 21 0 12 0 196162783 1753448448 56789 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/3155/statm: 428088 56789 1880 14 0 414835 0
[pid=3155/tid=3156] ppid=3153 vsize=1712352 CPUtime=0.56
/proc/3155/task/3156/stat : 3156 (java) R 3153 3155 3109 0 -1 64 12021 0 0 0 49 7 0 0 17 0 12 0 196162787 1753448448 56789 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4154976005 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3155/tid=3157] ppid=3153 vsize=1712352 CPUtime=0.55
/proc/3155/task/3157/stat : 3157 (java) R 3153 3155 3109 0 -1 64 9458 0 0 0 49 6 0 0 17 0 12 0 196162787 1753448448 56789 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4154975950 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3155/tid=3158] ppid=3153 vsize=1712352 CPUtime=0
/proc/3155/task/3158/stat : 3158 (java) S 3153 3155 3109 0 -1 64 22 0 0 0 0 0 0 0 16 0 12 0 196162789 1753448448 56789 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=3155/tid=3159] ppid=3153 vsize=1712352 CPUtime=0
/proc/3155/task/3159/stat : 3159 (java) S 3153 3155 3109 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 196162790 1753448448 56789 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3155/tid=3160] ppid=3153 vsize=1712352 CPUtime=0
/proc/3155/task/3160/stat : 3160 (java) S 3153 3155 3109 0 -1 64 5 0 0 0 0 0 0 0 15 0 12 0 196162790 1753448448 56789 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3155/tid=3161] ppid=3153 vsize=1712352 CPUtime=0
/proc/3155/task/3161/stat : 3161 (java) S 3153 3155 3109 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 196162793 1753448448 56789 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3155/tid=3162] ppid=3153 vsize=1712352 CPUtime=0
/proc/3155/task/3162/stat : 3162 (java) S 3153 3155 3109 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 196162793 1753448448 56789 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3155/tid=3163] ppid=3153 vsize=1712352 CPUtime=0.42
/proc/3155/task/3163/stat : 3163 (java) S 3153 3155 3109 0 -1 64 1000 0 0 0 42 0 0 0 17 0 12 0 196162793 1753448448 56789 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3155/tid=3164] ppid=3153 vsize=1712352 CPUtime=0.39
/proc/3155/task/3164/stat : 3164 (java) S 3153 3155 3109 0 -1 64 1271 0 0 0 39 0 0 0 16 0 12 0 196162793 1753448448 56789 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3155/tid=3165] ppid=3153 vsize=1712352 CPUtime=0
/proc/3155/task/3165/stat : 3165 (java) S 3153 3155 3109 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 196162793 1753448448 56789 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3155/tid=3166] ppid=3153 vsize=1712352 CPUtime=0
/proc/3155/task/3166/stat : 3166 (java) S 3153 3155 3109 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 196162793 1753448448 56789 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 11.19
Current children cumulated vsize (Kb) 1712352

[startup+20.0306 s]
/proc/loadavg: 1.00 1.00 0.97 2/75 3166
/proc/meminfo: memFree=1174208/2055920 swapFree=4181372/4192956
[pid=3155] ppid=3153 vsize=1711840 CPUtime=21.9
/proc/3155/stat : 3155 (java) R 3153 3155 3109 0 -1 0 86278 0 1 0 2148 42 0 0 21 0 12 0 196162783 1752924160 79634 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071347428 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/3155/statm: 427960 79634 1880 14 0 414707 0
[pid=3155/tid=3156] ppid=3153 vsize=1711840 CPUtime=1.28
/proc/3155/task/3156/stat : 3156 (java) S 3153 3155 3109 0 -1 64 25872 0 0 0 115 13 0 0 16 0 12 0 196162787 1752924160 79634 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3155/tid=3157] ppid=3153 vsize=1711840 CPUtime=1.27
/proc/3155/task/3157/stat : 3157 (java) S 3153 3155 3109 0 -1 64 21606 0 0 0 114 13 0 0 16 0 12 0 196162787 1752924160 79634 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3155/tid=3158] ppid=3153 vsize=1711840 CPUtime=0
/proc/3155/task/3158/stat : 3158 (java) S 3153 3155 3109 0 -1 64 23 0 0 0 0 0 0 0 16 0 12 0 196162789 1752924160 79634 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=3155/tid=3159] ppid=3153 vsize=1711840 CPUtime=0
/proc/3155/task/3159/stat : 3159 (java) S 3153 3155 3109 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 196162790 1752924160 79634 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3155/tid=3160] ppid=3153 vsize=1711840 CPUtime=0
/proc/3155/task/3160/stat : 3160 (java) S 3153 3155 3109 0 -1 64 5 0 0 0 0 0 0 0 15 0 12 0 196162790 1752924160 79634 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3155/tid=3161] ppid=3153 vsize=1711840 CPUtime=0
/proc/3155/task/3161/stat : 3161 (java) S 3153 3155 3109 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 196162793 1752924160 79634 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3155/tid=3162] ppid=3153 vsize=1711840 CPUtime=0
/proc/3155/task/3162/stat : 3162 (java) S 3153 3155 3109 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 196162793 1752924160 79634 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3155/tid=3163] ppid=3153 vsize=1711840 CPUtime=0.42
/proc/3155/task/3163/stat : 3163 (java) S 3153 3155 3109 0 -1 64 1000 0 0 0 42 0 0 0 17 0 12 0 196162793 1752924160 79634 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3155/tid=3164] ppid=3153 vsize=1711840 CPUtime=0.39
/proc/3155/task/3164/stat : 3164 (java) S 3153 3155 3109 0 -1 64 1271 0 0 0 39 0 0 0 16 0 12 0 196162793 1752924160 79634 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3155/tid=3165] ppid=3153 vsize=1711840 CPUtime=0
/proc/3155/task/3165/stat : 3165 (java) S 3153 3155 3109 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 196162793 1752924160 79634 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3155/tid=3166] ppid=3153 vsize=1711840 CPUtime=0
/proc/3155/task/3166/stat : 3166 (java) S 3153 3155 3109 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 196162793 1752924160 79634 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 21.9
Current children cumulated vsize (Kb) 1711840

[startup+30.0378 s]
/proc/loadavg: 1.00 1.00 0.97 2/75 3166
/proc/meminfo: memFree=1135616/2055920 swapFree=4181372/4192956
[pid=3155] ppid=3153 vsize=1711840 CPUtime=32.34
/proc/3155/stat : 3155 (java) R 3153 3155 3109 0 -1 0 97235 0 1 0 3186 48 0 0 17 0 12 0 196162783 1752924160 89279 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071342343 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/3155/statm: 427960 89279 1880 14 0 414707 0
[pid=3155/tid=3156] ppid=3153 vsize=1711840 CPUtime=1.68
/proc/3155/task/3156/stat : 3156 (java) S 3153 3155 3109 0 -1 64 32488 0 0 0 153 15 0 0 16 0 12 0 196162787 1752924160 89279 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3155/tid=3157] ppid=3153 vsize=1711840 CPUtime=1.67
/proc/3155/task/3157/stat : 3157 (java) S 3153 3155 3109 0 -1 64 25919 0 0 0 151 16 0 0 17 0 12 0 196162787 1752924160 89279 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3155/tid=3158] ppid=3153 vsize=1711840 CPUtime=0
/proc/3155/task/3158/stat : 3158 (java) S 3153 3155 3109 0 -1 64 23 0 0 0 0 0 0 0 16 0 12 0 196162789 1752924160 89279 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=3155/tid=3159] ppid=3153 vsize=1711840 CPUtime=0
/proc/3155/task/3159/stat : 3159 (java) S 3153 3155 3109 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 196162790 1752924160 89279 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3155/tid=3160] ppid=3153 vsize=1711840 CPUtime=0
/proc/3155/task/3160/stat : 3160 (java) S 3153 3155 3109 0 -1 64 5 0 0 0 0 0 0 0 15 0 12 0 196162790 1752924160 89279 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3155/tid=3161] ppid=3153 vsize=1711840 CPUtime=0
/proc/3155/task/3161/stat : 3161 (java) S 3153 3155 3109 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 196162793 1752924160 89279 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3155/tid=3162] ppid=3153 vsize=1711840 CPUtime=0
/proc/3155/task/3162/stat : 3162 (java) S 3153 3155 3109 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 196162793 1752924160 89279 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3155/tid=3163] ppid=3153 vsize=1711840 CPUtime=0.43
/proc/3155/task/3163/stat : 3163 (java) S 3153 3155 3109 0 -1 64 1000 0 0 0 43 0 0 0 17 0 12 0 196162793 1752924160 89279 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3155/tid=3164] ppid=3153 vsize=1711840 CPUtime=0.42
/proc/3155/task/3164/stat : 3164 (java) S 3153 3155 3109 0 -1 64 1279 0 0 0 42 0 0 0 17 0 12 0 196162793 1752924160 89279 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3155/tid=3165] ppid=3153 vsize=1711840 CPUtime=0
/proc/3155/task/3165/stat : 3165 (java) S 3153 3155 3109 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 196162793 1752924160 89279 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3155/tid=3166] ppid=3153 vsize=1711840 CPUtime=0
/proc/3155/task/3166/stat : 3166 (java) S 3153 3155 3109 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 196162793 1752924160 89279 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 32.34
Current children cumulated vsize (Kb) 1711840

[startup+40.0449 s]
/proc/loadavg: 1.00 1.00 0.97 2/75 3166
/proc/meminfo: memFree=1118336/2055920 swapFree=4181372/4192956
[pid=3155] ppid=3153 vsize=1711416 CPUtime=42.69
/proc/3155/stat : 3155 (java) R 3153 3155 3109 0 -1 0 101990 0 1 0 4217 52 0 0 22 0 12 0 196162783 1752489984 93612 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071351206 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/3155/statm: 427854 93612 1884 14 0 414601 0
[pid=3155/tid=3156] ppid=3153 vsize=1711416 CPUtime=1.92
/proc/3155/task/3156/stat : 3156 (java) S 3153 3155 3109 0 -1 64 35017 0 0 0 176 16 0 0 16 0 12 0 196162787 1752489984 93612 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3155/tid=3157] ppid=3153 vsize=1711416 CPUtime=1.92
/proc/3155/task/3157/stat : 3157 (java) S 3153 3155 3109 0 -1 64 28119 0 0 0 174 18 0 0 16 0 12 0 196162787 1752489984 93612 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3155/tid=3158] ppid=3153 vsize=1711416 CPUtime=0
/proc/3155/task/3158/stat : 3158 (java) S 3153 3155 3109 0 -1 64 23 0 0 0 0 0 0 0 15 0 12 0 196162789 1752489984 93612 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=3155/tid=3159] ppid=3153 vsize=1711416 CPUtime=0
/proc/3155/task/3159/stat : 3159 (java) S 3153 3155 3109 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 196162790 1752489984 93612 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3155/tid=3160] ppid=3153 vsize=1711416 CPUtime=0
/proc/3155/task/3160/stat : 3160 (java) S 3153 3155 3109 0 -1 64 5 0 0 0 0 0 0 0 15 0 12 0 196162790 1752489984 93612 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3155/tid=3161] ppid=3153 vsize=1711416 CPUtime=0
/proc/3155/task/3161/stat : 3161 (java) S 3153 3155 3109 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 196162793 1752489984 93612 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3155/tid=3162] ppid=3153 vsize=1711416 CPUtime=0
/proc/3155/task/3162/stat : 3162 (java) S 3153 3155 3109 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 196162793 1752489984 93612 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3155/tid=3163] ppid=3153 vsize=1711416 CPUtime=0.47
/proc/3155/task/3163/stat : 3163 (java) S 3153 3155 3109 0 -1 64 1002 0 0 0 47 0 0 0 16 0 12 0 196162793 1752489984 93612 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3155/tid=3164] ppid=3153 vsize=1711416 CPUtime=0.49
/proc/3155/task/3164/stat : 3164 (java) S 3153 3155 3109 0 -1 64 1282 0 0 0 49 0 0 0 17 0 12 0 196162793 1752489984 93612 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3155/tid=3165] ppid=3153 vsize=1711416 CPUtime=0
/proc/3155/task/3165/stat : 3165 (java) S 3153 3155 3109 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 196162793 1752489984 93612 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3155/tid=3166] ppid=3153 vsize=1711416 CPUtime=0
/proc/3155/task/3166/stat : 3166 (java) S 3153 3155 3109 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 196162793 1752489984 93612 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 42.69
Current children cumulated vsize (Kb) 1711416

[startup+50.0531 s]
/proc/loadavg: 1.00 1.00 0.97 2/75 3166
/proc/meminfo: memFree=1083456/2055920 swapFree=4181372/4192956
[pid=3155] ppid=3153 vsize=1711416 CPUtime=53.05
/proc/3155/stat : 3155 (java) R 3153 3155 3109 0 -1 0 111657 0 1 0 5248 57 0 0 22 0 12 0 196162783 1752489984 102319 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071402488 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/3155/statm: 427854 102319 1884 14 0 414601 0
[pid=3155/tid=3156] ppid=3153 vsize=1711416 CPUtime=2.29
/proc/3155/task/3156/stat : 3156 (java) S 3153 3155 3109 0 -1 64 39881 0 0 0 211 18 0 0 16 0 12 0 196162787 1752489984 102319 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3155/tid=3157] ppid=3153 vsize=1711416 CPUtime=2.29
/proc/3155/task/3157/stat : 3157 (java) S 3153 3155 3109 0 -1 64 32905 0 0 0 209 20 0 0 16 0 12 0 196162787 1752489984 102319 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3155/tid=3158] ppid=3153 vsize=1711416 CPUtime=0
/proc/3155/task/3158/stat : 3158 (java) S 3153 3155 3109 0 -1 64 23 0 0 0 0 0 0 0 16 0 12 0 196162789 1752489984 102319 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=3155/tid=3159] ppid=3153 vsize=1711416 CPUtime=0
/proc/3155/task/3159/stat : 3159 (java) S 3153 3155 3109 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 196162790 1752489984 102319 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3155/tid=3160] ppid=3153 vsize=1711416 CPUtime=0
/proc/3155/task/3160/stat : 3160 (java) S 3153 3155 3109 0 -1 64 5 0 0 0 0 0 0 0 15 0 12 0 196162790 1752489984 102319 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3155/tid=3161] ppid=3153 vsize=1711416 CPUtime=0
/proc/3155/task/3161/stat : 3161 (java) S 3153 3155 3109 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 196162793 1752489984 102319 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3155/tid=3162] ppid=3153 vsize=1711416 CPUtime=0
/proc/3155/task/3162/stat : 3162 (java) S 3153 3155 3109 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 196162793 1752489984 102319 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3155/tid=3163] ppid=3153 vsize=1711416 CPUtime=0.47
/proc/3155/task/3163/stat : 3163 (java) S 3153 3155 3109 0 -1 64 1002 0 0 0 47 0 0 0 16 0 12 0 196162793 1752489984 102319 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3155/tid=3164] ppid=3153 vsize=1711416 CPUtime=0.49
/proc/3155/task/3164/stat : 3164 (java) S 3153 3155 3109 0 -1 64 1282 0 0 0 49 0 0 0 17 0 12 0 196162793 1752489984 102319 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3155/tid=3165] ppid=3153 vsize=1711416 CPUtime=0
/proc/3155/task/3165/stat : 3165 (java) S 3153 3155 3109 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 196162793 1752489984 102319 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3155/tid=3166] ppid=3153 vsize=1711416 CPUtime=0
/proc/3155/task/3166/stat : 3166 (java) S 3153 3155 3109 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 196162793 1752489984 102319 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 53.05
Current children cumulated vsize (Kb) 1711416

[startup+60.0663 s]
/proc/loadavg: 1.00 1.00 0.97 2/75 3166
/proc/meminfo: memFree=1010560/2055920 swapFree=4181372/4192956
[pid=3155] ppid=3153 vsize=1711416 CPUtime=63.9
/proc/3155/stat : 3155 (java) R 3153 3155 3109 0 -1 0 133179 0 1 0 6321 69 0 0 16 0 12 0 196162783 1752489984 120503 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071439483 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/3155/statm: 427854 120503 1885 14 0 414601 0
[pid=3155/tid=3156] ppid=3153 vsize=1711416 CPUtime=3.14
/proc/3155/task/3156/stat : 3156 (java) R 3153 3155 3109 0 -1 64 51214 0 0 0 290 24 0 0 17 0 12 0 196162787 1752489984 120503 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3155/tid=3157] ppid=3153 vsize=1711416 CPUtime=3.13
/proc/3155/task/3157/stat : 3157 (java) S 3153 3155 3109 0 -1 64 43070 0 0 0 288 25 0 0 16 0 12 0 196162787 1752489984 120503 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3155/tid=3158] ppid=3153 vsize=1711416 CPUtime=0.01
/proc/3155/task/3158/stat : 3158 (java) S 3153 3155 3109 0 -1 64 27 0 0 0 0 1 0 0 16 0 12 0 196162789 1752489984 120503 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=3155/tid=3159] ppid=3153 vsize=1711416 CPUtime=0
/proc/3155/task/3159/stat : 3159 (java) S 3153 3155 3109 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 196162790 1752489984 120503 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3155/tid=3160] ppid=3153 vsize=1711416 CPUtime=0
/proc/3155/task/3160/stat : 3160 (java) S 3153 3155 3109 0 -1 64 5 0 0 0 0 0 0 0 15 0 12 0 196162790 1752489984 120503 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3155/tid=3161] ppid=3153 vsize=1711416 CPUtime=0
/proc/3155/task/3161/stat : 3161 (java) S 3153 3155 3109 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 196162793 1752489984 120503 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3155/tid=3162] ppid=3153 vsize=1711416 CPUtime=0
/proc/3155/task/3162/stat : 3162 (java) S 3153 3155 3109 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 196162793 1752489984 120503 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3155/tid=3163] ppid=3153 vsize=1711416 CPUtime=0.48
/proc/3155/task/3163/stat : 3163 (java) S 3153 3155 3109 0 -1 64 1002 0 0 0 48 0 0 0 17 0 12 0 196162793 1752489984 120503 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3155/tid=3164] ppid=3153 vsize=1711416 CPUtime=0.49
/proc/3155/task/3164/stat : 3164 (java) S 3153 3155 3109 0 -1 64 1282 0 0 0 49 0 0 0 17 0 12 0 196162793 1752489984 120503 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3155/tid=3165] ppid=3153 vsize=1711416 CPUtime=0
/proc/3155/task/3165/stat : 3165 (java) S 3153 3155 3109 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 196162793 1752489984 120503 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3155/tid=3166] ppid=3153 vsize=1711416 CPUtime=0
/proc/3155/task/3166/stat : 3166 (java) S 3153 3155 3109 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 196162793 1752489984 120503 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0

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

[pid=3155/tid=3159] ppid=3153 vsize=1711932 CPUtime=0
/proc/3155/task/3159/stat : 3159 (java) S 3153 3155 3109 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 196162790 1753018368 161656 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3155/tid=3160] ppid=3153 vsize=1711932 CPUtime=0
/proc/3155/task/3160/stat : 3160 (java) S 3153 3155 3109 0 -1 64 5 0 0 0 0 0 0 0 15 0 13 0 196162790 1753018368 161656 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3155/tid=3161] ppid=3153 vsize=1711932 CPUtime=0
/proc/3155/task/3161/stat : 3161 (java) S 3153 3155 3109 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 196162793 1753018368 161656 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3155/tid=3162] ppid=3153 vsize=1711932 CPUtime=0
/proc/3155/task/3162/stat : 3162 (java) S 3153 3155 3109 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 196162793 1753018368 161656 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3155/tid=3163] ppid=3153 vsize=1711932 CPUtime=0.94
/proc/3155/task/3163/stat : 3163 (java) S 3153 3155 3109 0 -1 64 1462 0 0 0 94 0 0 0 17 0 13 0 196162793 1753018368 161656 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3155/tid=3164] ppid=3153 vsize=1711932 CPUtime=0.92
/proc/3155/task/3164/stat : 3164 (java) S 3153 3155 3109 0 -1 64 2056 0 0 0 92 0 0 0 16 0 13 0 196162793 1753018368 161656 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3155/tid=3165] ppid=3153 vsize=1711932 CPUtime=0
/proc/3155/task/3165/stat : 3165 (java) S 3153 3155 3109 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 196162793 1753018368 161656 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3155/tid=3166] ppid=3153 vsize=1711932 CPUtime=0
/proc/3155/task/3166/stat : 3166 (java) S 3153 3155 3109 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 196162793 1753018368 161656 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3155/tid=3167] ppid=3153 vsize=1711932 CPUtime=0
/proc/3155/task/3167/stat : 3167 (java) S 3153 3155 3109 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 196169674 1753018368 161656 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1796.57
Current children cumulated vsize (Kb) 1711932

[startup+1789.35 s]
/proc/loadavg: 1.00 1.00 0.98 2/76 3169
/proc/meminfo: memFree=844408/2055920 swapFree=4181372/4192956
[pid=3155] ppid=3153 vsize=1711932 CPUtime=1797.6
/proc/3155/stat : 3155 (java) R 3153 3155 3109 0 -1 0 196804 0 1 0 179615 145 0 0 25 0 13 0 196162783 1753018368 161656 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071710967 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/3155/statm: 427983 161656 1908 14 0 414730 0
[pid=3155/tid=3156] ppid=3153 vsize=1711932 CPUtime=7.4
/proc/3155/task/3156/stat : 3156 (java) S 3153 3155 3109 0 -1 64 84165 0 0 0 681 59 0 0 16 0 13 0 196162787 1753018368 161656 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3155/tid=3157] ppid=3153 vsize=1711932 CPUtime=7.38
/proc/3155/task/3157/stat : 3157 (java) S 3153 3155 3109 0 -1 64 72202 0 0 0 681 57 0 0 16 0 13 0 196162787 1753018368 161656 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3155/tid=3158] ppid=3153 vsize=1711932 CPUtime=0.09
/proc/3155/task/3158/stat : 3158 (java) S 3153 3155 3109 0 -1 64 33 0 0 0 5 4 0 0 15 0 13 0 196162789 1753018368 161656 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=3155/tid=3159] ppid=3153 vsize=1711932 CPUtime=0
/proc/3155/task/3159/stat : 3159 (java) S 3153 3155 3109 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 196162790 1753018368 161656 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3155/tid=3160] ppid=3153 vsize=1711932 CPUtime=0
/proc/3155/task/3160/stat : 3160 (java) S 3153 3155 3109 0 -1 64 5 0 0 0 0 0 0 0 15 0 13 0 196162790 1753018368 161656 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3155/tid=3161] ppid=3153 vsize=1711932 CPUtime=0
/proc/3155/task/3161/stat : 3161 (java) S 3153 3155 3109 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 196162793 1753018368 161656 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3155/tid=3162] ppid=3153 vsize=1711932 CPUtime=0
/proc/3155/task/3162/stat : 3162 (java) S 3153 3155 3109 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 196162793 1753018368 161656 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3155/tid=3163] ppid=3153 vsize=1711932 CPUtime=0.94
/proc/3155/task/3163/stat : 3163 (java) S 3153 3155 3109 0 -1 64 1462 0 0 0 94 0 0 0 17 0 13 0 196162793 1753018368 161656 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3155/tid=3164] ppid=3153 vsize=1711932 CPUtime=0.92
/proc/3155/task/3164/stat : 3164 (java) S 3153 3155 3109 0 -1 64 2056 0 0 0 92 0 0 0 16 0 13 0 196162793 1753018368 161656 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3155/tid=3165] ppid=3153 vsize=1711932 CPUtime=0
/proc/3155/task/3165/stat : 3165 (java) S 3153 3155 3109 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 196162793 1753018368 161656 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3155/tid=3166] ppid=3153 vsize=1711932 CPUtime=0
/proc/3155/task/3166/stat : 3166 (java) S 3153 3155 3109 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 196162793 1753018368 161656 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3155/tid=3167] ppid=3153 vsize=1711932 CPUtime=0
/proc/3155/task/3167/stat : 3167 (java) S 3153 3155 3109 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 196169674 1753018368 161656 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1797.6
Current children cumulated vsize (Kb) 1711932

[startup+1790.35 s]
/proc/loadavg: 1.00 1.00 0.98 2/76 3169
/proc/meminfo: memFree=844408/2055920 swapFree=4181372/4192956
[pid=3155] ppid=3153 vsize=1711932 CPUtime=1798.6
/proc/3155/stat : 3155 (java) R 3153 3155 3109 0 -1 0 196804 0 1 0 179715 145 0 0 25 0 13 0 196162783 1753018368 161656 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071710991 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/3155/statm: 427983 161656 1908 14 0 414730 0
[pid=3155/tid=3156] ppid=3153 vsize=1711932 CPUtime=7.4
/proc/3155/task/3156/stat : 3156 (java) S 3153 3155 3109 0 -1 64 84165 0 0 0 681 59 0 0 16 0 13 0 196162787 1753018368 161656 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3155/tid=3157] ppid=3153 vsize=1711932 CPUtime=7.38
/proc/3155/task/3157/stat : 3157 (java) S 3153 3155 3109 0 -1 64 72202 0 0 0 681 57 0 0 16 0 13 0 196162787 1753018368 161656 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3155/tid=3158] ppid=3153 vsize=1711932 CPUtime=0.09
/proc/3155/task/3158/stat : 3158 (java) S 3153 3155 3109 0 -1 64 33 0 0 0 5 4 0 0 16 0 13 0 196162789 1753018368 161656 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=3155/tid=3159] ppid=3153 vsize=1711932 CPUtime=0
/proc/3155/task/3159/stat : 3159 (java) S 3153 3155 3109 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 196162790 1753018368 161656 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3155/tid=3160] ppid=3153 vsize=1711932 CPUtime=0
/proc/3155/task/3160/stat : 3160 (java) S 3153 3155 3109 0 -1 64 5 0 0 0 0 0 0 0 15 0 13 0 196162790 1753018368 161656 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3155/tid=3161] ppid=3153 vsize=1711932 CPUtime=0
/proc/3155/task/3161/stat : 3161 (java) S 3153 3155 3109 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 196162793 1753018368 161656 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3155/tid=3162] ppid=3153 vsize=1711932 CPUtime=0
/proc/3155/task/3162/stat : 3162 (java) S 3153 3155 3109 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 196162793 1753018368 161656 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3155/tid=3163] ppid=3153 vsize=1711932 CPUtime=0.94
/proc/3155/task/3163/stat : 3163 (java) S 3153 3155 3109 0 -1 64 1462 0 0 0 94 0 0 0 17 0 13 0 196162793 1753018368 161656 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3155/tid=3164] ppid=3153 vsize=1711932 CPUtime=0.92
/proc/3155/task/3164/stat : 3164 (java) S 3153 3155 3109 0 -1 64 2056 0 0 0 92 0 0 0 16 0 13 0 196162793 1753018368 161656 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3155/tid=3165] ppid=3153 vsize=1711932 CPUtime=0
/proc/3155/task/3165/stat : 3165 (java) S 3153 3155 3109 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 196162793 1753018368 161656 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3155/tid=3166] ppid=3153 vsize=1711932 CPUtime=0
/proc/3155/task/3166/stat : 3166 (java) S 3153 3155 3109 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 196162793 1753018368 161656 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3155/tid=3167] ppid=3153 vsize=1711932 CPUtime=0
/proc/3155/task/3167/stat : 3167 (java) S 3153 3155 3109 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 196169674 1753018368 161656 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1798.6
Current children cumulated vsize (Kb) 1711932

[startup+1791.36 s]
/proc/loadavg: 1.00 1.00 0.98 2/76 3169
/proc/meminfo: memFree=844408/2055920 swapFree=4181372/4192956
[pid=3155] ppid=3153 vsize=1711932 CPUtime=1799.61
/proc/3155/stat : 3155 (java) R 3153 3155 3109 0 -1 0 196804 0 1 0 179816 145 0 0 25 0 13 0 196162783 1753018368 161656 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071710974 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/3155/statm: 427983 161656 1908 14 0 414730 0
[pid=3155/tid=3156] ppid=3153 vsize=1711932 CPUtime=7.4
/proc/3155/task/3156/stat : 3156 (java) S 3153 3155 3109 0 -1 64 84165 0 0 0 681 59 0 0 16 0 13 0 196162787 1753018368 161656 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3155/tid=3157] ppid=3153 vsize=1711932 CPUtime=7.38
/proc/3155/task/3157/stat : 3157 (java) S 3153 3155 3109 0 -1 64 72202 0 0 0 681 57 0 0 16 0 13 0 196162787 1753018368 161656 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3155/tid=3158] ppid=3153 vsize=1711932 CPUtime=0.09
/proc/3155/task/3158/stat : 3158 (java) S 3153 3155 3109 0 -1 64 33 0 0 0 5 4 0 0 16 0 13 0 196162789 1753018368 161656 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=3155/tid=3159] ppid=3153 vsize=1711932 CPUtime=0
/proc/3155/task/3159/stat : 3159 (java) S 3153 3155 3109 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 196162790 1753018368 161656 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3155/tid=3160] ppid=3153 vsize=1711932 CPUtime=0
/proc/3155/task/3160/stat : 3160 (java) S 3153 3155 3109 0 -1 64 5 0 0 0 0 0 0 0 15 0 13 0 196162790 1753018368 161656 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3155/tid=3161] ppid=3153 vsize=1711932 CPUtime=0
/proc/3155/task/3161/stat : 3161 (java) S 3153 3155 3109 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 196162793 1753018368 161656 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3155/tid=3162] ppid=3153 vsize=1711932 CPUtime=0
/proc/3155/task/3162/stat : 3162 (java) S 3153 3155 3109 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 196162793 1753018368 161656 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3155/tid=3163] ppid=3153 vsize=1711932 CPUtime=0.94
/proc/3155/task/3163/stat : 3163 (java) S 3153 3155 3109 0 -1 64 1462 0 0 0 94 0 0 0 17 0 13 0 196162793 1753018368 161656 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3155/tid=3164] ppid=3153 vsize=1711932 CPUtime=0.92
/proc/3155/task/3164/stat : 3164 (java) S 3153 3155 3109 0 -1 64 2056 0 0 0 92 0 0 0 16 0 13 0 196162793 1753018368 161656 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3155/tid=3165] ppid=3153 vsize=1711932 CPUtime=0
/proc/3155/task/3165/stat : 3165 (java) S 3153 3155 3109 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 196162793 1753018368 161656 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3155/tid=3166] ppid=3153 vsize=1711932 CPUtime=0
/proc/3155/task/3166/stat : 3166 (java) S 3153 3155 3109 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 196162793 1753018368 161656 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3155/tid=3167] ppid=3153 vsize=1711932 CPUtime=0
/proc/3155/task/3167/stat : 3167 (java) S 3153 3155 3109 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 196169674 1753018368 161656 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1799.61
Current children cumulated vsize (Kb) 1711932

[startup+1792.36 s]
/proc/loadavg: 1.00 1.00 0.98 2/76 3169
/proc/meminfo: memFree=844408/2055920 swapFree=4181372/4192956
[pid=3155] ppid=3153 vsize=1711932 CPUtime=1800.61
/proc/3155/stat : 3155 (java) R 3153 3155 3109 0 -1 0 196804 0 1 0 179916 145 0 0 25 0 13 0 196162783 1753018368 161656 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071710967 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/3155/statm: 427983 161656 1908 14 0 414730 0
[pid=3155/tid=3156] ppid=3153 vsize=1711932 CPUtime=7.4
/proc/3155/task/3156/stat : 3156 (java) S 3153 3155 3109 0 -1 64 84165 0 0 0 681 59 0 0 16 0 13 0 196162787 1753018368 161656 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3155/tid=3157] ppid=3153 vsize=1711932 CPUtime=7.38
/proc/3155/task/3157/stat : 3157 (java) S 3153 3155 3109 0 -1 64 72202 0 0 0 681 57 0 0 16 0 13 0 196162787 1753018368 161656 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3155/tid=3158] ppid=3153 vsize=1711932 CPUtime=0.09
/proc/3155/task/3158/stat : 3158 (java) S 3153 3155 3109 0 -1 64 33 0 0 0 5 4 0 0 16 0 13 0 196162789 1753018368 161656 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=3155/tid=3159] ppid=3153 vsize=1711932 CPUtime=0
/proc/3155/task/3159/stat : 3159 (java) S 3153 3155 3109 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 196162790 1753018368 161656 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3155/tid=3160] ppid=3153 vsize=1711932 CPUtime=0
/proc/3155/task/3160/stat : 3160 (java) S 3153 3155 3109 0 -1 64 5 0 0 0 0 0 0 0 15 0 13 0 196162790 1753018368 161656 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3155/tid=3161] ppid=3153 vsize=1711932 CPUtime=0
/proc/3155/task/3161/stat : 3161 (java) S 3153 3155 3109 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 196162793 1753018368 161656 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3155/tid=3162] ppid=3153 vsize=1711932 CPUtime=0
/proc/3155/task/3162/stat : 3162 (java) S 3153 3155 3109 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 196162793 1753018368 161656 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3155/tid=3163] ppid=3153 vsize=1711932 CPUtime=0.94
/proc/3155/task/3163/stat : 3163 (java) S 3153 3155 3109 0 -1 64 1462 0 0 0 94 0 0 0 17 0 13 0 196162793 1753018368 161656 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3155/tid=3164] ppid=3153 vsize=1711932 CPUtime=0.92
/proc/3155/task/3164/stat : 3164 (java) S 3153 3155 3109 0 -1 64 2056 0 0 0 92 0 0 0 16 0 13 0 196162793 1753018368 161656 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3155/tid=3165] ppid=3153 vsize=1711932 CPUtime=0
/proc/3155/task/3165/stat : 3165 (java) S 3153 3155 3109 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 196162793 1753018368 161656 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3155/tid=3166] ppid=3153 vsize=1711932 CPUtime=0
/proc/3155/task/3166/stat : 3166 (java) S 3153 3155 3109 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 196162793 1753018368 161656 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3155/tid=3167] ppid=3153 vsize=1711932 CPUtime=0
/proc/3155/task/3167/stat : 3167 (java) S 3153 3155 3109 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 196169674 1753018368 161656 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.61
Current children cumulated vsize (Kb) 1711932



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1792.37 s]
/proc/loadavg: 1.00 1.00 0.98 2/76 3169
/proc/meminfo: memFree=844408/2055920 swapFree=4181372/4192956
[pid=3155] ppid=3153 vsize=1711932 CPUtime=1800.62
/proc/3155/stat : 3155 (java) R 3153 3155 3109 0 -1 0 196804 0 1 0 179917 145 0 0 25 0 13 0 196162783 1753018368 161656 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071710982 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/3155/statm: 427983 161656 1908 14 0 414730 0
[pid=3155/tid=3156] ppid=3153 vsize=1711932 CPUtime=7.4
/proc/3155/task/3156/stat : 3156 (java) S 3153 3155 3109 0 -1 64 84165 0 0 0 681 59 0 0 16 0 13 0 196162787 1753018368 161656 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3155/tid=3157] ppid=3153 vsize=1711932 CPUtime=7.38
/proc/3155/task/3157/stat : 3157 (java) S 3153 3155 3109 0 -1 64 72202 0 0 0 681 57 0 0 16 0 13 0 196162787 1753018368 161656 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3155/tid=3158] ppid=3153 vsize=1711932 CPUtime=0.09
/proc/3155/task/3158/stat : 3158 (java) S 3153 3155 3109 0 -1 64 33 0 0 0 5 4 0 0 16 0 13 0 196162789 1753018368 161656 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=3155/tid=3159] ppid=3153 vsize=1711932 CPUtime=0
/proc/3155/task/3159/stat : 3159 (java) S 3153 3155 3109 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 196162790 1753018368 161656 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3155/tid=3160] ppid=3153 vsize=1711932 CPUtime=0
/proc/3155/task/3160/stat : 3160 (java) S 3153 3155 3109 0 -1 64 5 0 0 0 0 0 0 0 15 0 13 0 196162790 1753018368 161656 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3155/tid=3161] ppid=3153 vsize=1711932 CPUtime=0
/proc/3155/task/3161/stat : 3161 (java) S 3153 3155 3109 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 196162793 1753018368 161656 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3155/tid=3162] ppid=3153 vsize=1711932 CPUtime=0
/proc/3155/task/3162/stat : 3162 (java) S 3153 3155 3109 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 196162793 1753018368 161656 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3155/tid=3163] ppid=3153 vsize=1711932 CPUtime=0.94
/proc/3155/task/3163/stat : 3163 (java) S 3153 3155 3109 0 -1 64 1462 0 0 0 94 0 0 0 17 0 13 0 196162793 1753018368 161656 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3155/tid=3164] ppid=3153 vsize=1711932 CPUtime=0.92
/proc/3155/task/3164/stat : 3164 (java) S 3153 3155 3109 0 -1 64 2056 0 0 0 92 0 0 0 16 0 13 0 196162793 1753018368 161656 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3155/tid=3165] ppid=3153 vsize=1711932 CPUtime=0
/proc/3155/task/3165/stat : 3165 (java) S 3153 3155 3109 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 196162793 1753018368 161656 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3155/tid=3166] ppid=3153 vsize=1711932 CPUtime=0
/proc/3155/task/3166/stat : 3166 (java) S 3153 3155 3109 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 196162793 1753018368 161656 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3155/tid=3167] ppid=3153 vsize=1711932 CPUtime=0
/proc/3155/task/3167/stat : 3167 (java) S 3153 3155 3109 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 196169674 1753018368 161656 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.62
Current children cumulated vsize (Kb) 1711932

Sending SIGTERM to -3155
Sleeping 2 seconds

Child status: 143
Real time (s): 1792.51
CPU time (s): 1800.76
CPU user time (s): 1799.2
CPU system time (s): 1.56276
CPU usage (%): 100.46
Max. virtual memory (cumulated for all children) (Kb): 1712412

Launcher Data (download as text)

Begin job on node1 on Sat Jun  3 03:23:32 UTC 2006


FILE ID= 43142-1149305011

PBS_JOBID= 307561

BENCH NAME= HOME/pub/bench/PB06//final/normalized-PB06/OPT-BIGINT/mps-v2-20-10/plato.asu.edu/pub/milp/normalized-mps-v2-20-10-dano3_5.opb
COMMAND LINE= java -server -Xms1500M -Xmx1500M -jar ROOT/solvers/PB/PB06final/user5/sat4jPseudoHeuristics.jar ROOT/tmp/node1/43142-1149305011/instance-43142-1149305011.opb 204911930
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node1/watcher-43142-1149305011 -o ROOT/results/node1/solver-43142-1149305011 -C 1800 -M 1800 -S 64  java -server -Xms1500M -Xmx1500M -jar ROOT/solvers/PB/PB06final/user5/sat4jPseudoHeuristics.jar ROOT/tmp/node1/43142-1149305011/instance-43142-1149305011.opb 204911930

MD5SUM SOLVER= 3cef94aa015dc0dd234d31843a257d70
MD5SUM BENCH=  143c67a6efdf0b74421c6a96157a0df7

RANDOM SEED= 204911930


/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.231
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.231
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:       1485720 kB
Buffers:         26184 kB
Cached:         474176 kB
SwapCached:       3452 kB
Active:          90424 kB
Inactive:       418880 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1485720 kB
SwapTotal:     4192956 kB
SwapFree:      4181372 kB
Dirty:             252 kB
Writeback:           0 kB
Mapped:          14908 kB
Slab:            46928 kB
Committed_AS:   278624 kB
PageTables:       1468 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB


End job on node1 on Sat Jun  3 03:53:25 UTC 2006