Trace number 44054

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.61 1787.48

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/MIPLIB/
miplib2003/normalized-reduced-mps-v2-20-10-gesa2-o.opb
MD5SUM2ee0b4368a56ab3fadfc3737456bcd30
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark1259
Best CPU time to get the best result obtained on this benchmark1800.64
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 799
Optimality of the best value was proved NO
Number of variables16224
Total number of constraints1488
Number of constraints which are clauses192
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints1296
Minimum length of a constraint2
Maximum length of a constraint309
Number of terms in the objective function 10368
Biggest coefficient in the objective function 1219
Number of bits for the biggest coefficient in the objective function 11
Sum of the numbers in the objective function 532440
Number of bits of the sum of numbers in the objective function 20
Biggest number in a constraint 262144
Number of bits of the biggest number in a constraint 19
Biggest sum of numbers in a constraint 532440
Number of bits of the biggest sum of numbers20
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data (download as text)

0.15	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.15	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.15	c no version file found!!!
0.15	c sun.arch.data.model	32
0.15	c java.version	1.5.0_06
0.15	c os.name	Linux
0.15	c os.version	2.6.9-34.ELsmp
0.15	c os.arch	i386
0.15	c Free memory 1548419056
0.15	c Max memory 1551040512
0.15	c Total memory 1551040512
0.15	c Number of processors 2
0.21	c Cutting planes based inference
0.21	c --- Begin Solver configuration ---
0.21	c org.sat4j.minisat.uip.FirstUIP@1037c71
0.21	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@1df073d
0.21	c org.sat4j.minisat.learning.MiniSATLearning@1546e25
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/node81/44054-1149361331/instance-44054-1149361331.opb
0.21	c reading problem ... 
1.66	c ... done. Time 1.446 ms.
1.66	c #vars     16224
1.66	c #constraints  1608
1787.34	c starts		: 13
1787.34	c conflicts		: 35128
1787.34	c decisions		: 695461
1787.34	c propagations		: 1524142
1787.34	c inspects		: 105062945
1787.34	c learnt literals	: 0
1787.34	c learnt binary clauses	: 0
1787.34	c learnt ternary clauses	: 0
1787.34	c learnt clauses	: 35127
1787.34	c root simplifications	: 0
1787.34	c removed literals (reason simplification)	: 0
1787.34	c reason swapping (by a shorter reason)	: 0
1787.34	c Calls to reduceDB	: 0
1787.34	c speed (decisions/second)	: 389.4730534495639
1787.34	c non guided choices	19496
1787.34	s UNKNOWN
1787.34	c Total wall clock time (ms): 1787.129

Verifier Data (download as text)

ERROR: no interpretation found !

Watcher Data (download as text)

Enforcing CPU limit (will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime (will send SIGXCPU) limit: 1830 seconds
Enforcing Stack size limit: 67108864 bytes
Enforcing memory limit (will send SIGKILL): 1843200 Kb
Enforcing VSIZE limit: 1887436800 bytes
runsolver version 3.0.0 (c) roussel@cril.univ-artois.fr

command line: runsolver --timestamp -w ROOT/results/node81/watcher-44054-1149361331 -o ROOT/results/node81/solver-44054-1149361331 -C 1800 -M 1800 -S 64 java -server -Xms1500M -Xmx1500M -jar ROOT/solvers/PB/PB06final/user5/sat4jPseudoPlus.jar ROOT/tmp/node81/44054-1149361331/instance-44054-1149361331.opb 292455608 

Current StackSize limit: 67108864 bytes

/proc/loadavg: 0.99 0.97 0.96 2/68 3158
/proc/meminfo: memFree=1260768/2055892 swapFree=4085344/4096564
[pid=3158] ppid=3156 vsize=296 CPUtime=0
/proc/3158/stat : 3158 (java) R 3156 3158 3112 0 -1 0 54 0 0 0 0 0 0 0 19 0 1 0 201772541 303104 36 18446744073709551615 134512640 134570276 4294956624 18446744073709551615 10063652 0 0 4096 0 0 0 0 17 1 0 0
/proc/3158/statm: 78 38 30 14 0 5 0

[startup+10.0016 s]
/proc/loadavg: 0.99 0.97 0.96 2/80 3170
/proc/meminfo: memFree=1091712/2055892 swapFree=4085344/4096564
[pid=3158] ppid=3156 vsize=1713016 CPUtime=11.28
/proc/3158/stat : 3158 (java) R 3156 3158 3112 0 -1 0 46047 0 1 0 1108 20 0 0 25 0 13 0 201772541 1754128384 44035 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071540912 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/3158/statm: 428254 44035 1910 14 0 415000 0
[pid=3158/tid=3159] ppid=3156 vsize=1713016 CPUtime=0.22
/proc/3158/task/3159/stat : 3159 (java) S 3156 3158 3112 0 -1 64 3698 0 0 0 21 1 0 0 16 0 13 0 201772545 1754128384 44035 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3158/tid=3160] ppid=3156 vsize=1713016 CPUtime=0.23
/proc/3158/task/3160/stat : 3160 (java) S 3156 3158 3112 0 -1 64 3621 0 0 0 21 2 0 0 16 0 13 0 201772545 1754128384 44035 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3158/tid=3161] ppid=3156 vsize=1713016 CPUtime=0
/proc/3158/task/3161/stat : 3161 (java) S 3156 3158 3112 0 -1 64 26 0 0 0 0 0 0 0 17 0 13 0 201772547 1754128384 44035 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=3158/tid=3162] ppid=3156 vsize=1713016 CPUtime=0
/proc/3158/task/3162/stat : 3162 (java) S 3156 3158 3112 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 201772548 1754128384 44035 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3158/tid=3163] ppid=3156 vsize=1713016 CPUtime=0
/proc/3158/task/3163/stat : 3163 (java) S 3156 3158 3112 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 201772548 1754128384 44035 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3158/tid=3164] ppid=3156 vsize=1713016 CPUtime=0
/proc/3158/task/3164/stat : 3164 (java) S 3156 3158 3112 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 201772551 1754128384 44035 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3158/tid=3165] ppid=3156 vsize=1713016 CPUtime=0
/proc/3158/task/3165/stat : 3165 (java) S 3156 3158 3112 0 -1 64 3 0 0 0 0 0 0 0 17 0 13 0 201772551 1754128384 44035 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3158/tid=3166] ppid=3156 vsize=1713016 CPUtime=0.64
/proc/3158/task/3166/stat : 3166 (java) S 3156 3158 3112 0 -1 64 614 0 0 0 64 0 0 0 16 0 13 0 201772551 1754128384 44035 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3158/tid=3167] ppid=3156 vsize=1713016 CPUtime=0.86
/proc/3158/task/3167/stat : 3167 (java) S 3156 3158 3112 0 -1 64 1537 0 0 0 86 0 0 0 16 0 13 0 201772551 1754128384 44035 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3158/tid=3168] ppid=3156 vsize=1713016 CPUtime=0
/proc/3158/task/3168/stat : 3168 (java) S 3156 3158 3112 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 201772551 1754128384 44035 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3158/tid=3169] ppid=3156 vsize=1713016 CPUtime=0
/proc/3158/task/3169/stat : 3169 (java) S 3156 3158 3112 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 201772551 1754128384 44035 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3158/tid=3170] ppid=3156 vsize=1713016 CPUtime=0
/proc/3158/task/3170/stat : 3170 (java) S 3156 3158 3112 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 201772716 1754128384 44035 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 11.28
Current children cumulated vsize (Kb) 1713016

[startup+20.0077 s]
/proc/loadavg: 0.99 0.97 0.96 2/80 3170
/proc/meminfo: memFree=1062272/2055892 swapFree=4085344/4096564
[pid=3158] ppid=3156 vsize=1712312 CPUtime=21.49
/proc/3158/stat : 3158 (java) R 3156 3158 3112 0 -1 0 54050 0 1 0 2125 24 0 0 25 0 13 0 201772541 1753407488 51391 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071540623 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/3158/statm: 428078 51391 1910 14 0 414824 0
[pid=3158/tid=3159] ppid=3156 vsize=1712312 CPUtime=0.39
/proc/3158/task/3159/stat : 3159 (java) S 3156 3158 3112 0 -1 64 7823 0 0 0 36 3 0 0 16 0 13 0 201772545 1753407488 51391 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3158/tid=3160] ppid=3156 vsize=1712312 CPUtime=0.38
/proc/3158/task/3160/stat : 3160 (java) S 3156 3158 3112 0 -1 64 7490 0 0 0 35 3 0 0 16 0 13 0 201772545 1753407488 51391 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3158/tid=3161] ppid=3156 vsize=1712312 CPUtime=0
/proc/3158/task/3161/stat : 3161 (java) S 3156 3158 3112 0 -1 64 26 0 0 0 0 0 0 0 16 0 13 0 201772547 1753407488 51391 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=3158/tid=3162] ppid=3156 vsize=1712312 CPUtime=0
/proc/3158/task/3162/stat : 3162 (java) S 3156 3158 3112 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 201772548 1753407488 51391 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3158/tid=3163] ppid=3156 vsize=1712312 CPUtime=0
/proc/3158/task/3163/stat : 3163 (java) S 3156 3158 3112 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 201772548 1753407488 51391 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3158/tid=3164] ppid=3156 vsize=1712312 CPUtime=0
/proc/3158/task/3164/stat : 3164 (java) S 3156 3158 3112 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 201772551 1753407488 51391 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3158/tid=3165] ppid=3156 vsize=1712312 CPUtime=0
/proc/3158/task/3165/stat : 3165 (java) S 3156 3158 3112 0 -1 64 3 0 0 0 0 0 0 0 17 0 13 0 201772551 1753407488 51391 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3158/tid=3166] ppid=3156 vsize=1712312 CPUtime=0.65
/proc/3158/task/3166/stat : 3166 (java) S 3156 3158 3112 0 -1 64 615 0 0 0 65 0 0 0 16 0 13 0 201772551 1753407488 51391 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3158/tid=3167] ppid=3156 vsize=1712312 CPUtime=0.9
/proc/3158/task/3167/stat : 3167 (java) S 3156 3158 3112 0 -1 64 1539 0 0 0 90 0 0 0 17 0 13 0 201772551 1753407488 51391 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3158/tid=3168] ppid=3156 vsize=1712312 CPUtime=0
/proc/3158/task/3168/stat : 3168 (java) S 3156 3158 3112 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 201772551 1753407488 51391 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3158/tid=3169] ppid=3156 vsize=1712312 CPUtime=0
/proc/3158/task/3169/stat : 3169 (java) S 3156 3158 3112 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 201772551 1753407488 51391 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3158/tid=3170] ppid=3156 vsize=1712312 CPUtime=0
/proc/3158/task/3170/stat : 3170 (java) S 3156 3158 3112 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 201772716 1753407488 51391 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 21.49
Current children cumulated vsize (Kb) 1712312

[startup+30.0148 s]
/proc/loadavg: 0.99 0.97 0.96 2/80 3170
/proc/meminfo: memFree=1051968/2055892 swapFree=4085344/4096564
[pid=3158] ppid=3156 vsize=1712312 CPUtime=31.57
/proc/3158/stat : 3158 (java) R 3156 3158 3112 0 -1 0 56978 0 1 0 3132 25 0 0 25 0 13 0 201772541 1753407488 53965 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071409539 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/3158/statm: 428078 53965 1910 14 0 414824 0
[pid=3158/tid=3159] ppid=3156 vsize=1712312 CPUtime=0.46
/proc/3158/task/3159/stat : 3159 (java) S 3156 3158 3112 0 -1 64 9206 0 0 0 43 3 0 0 16 0 13 0 201772545 1753407488 53965 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3158/tid=3160] ppid=3156 vsize=1712312 CPUtime=0.46
/proc/3158/task/3160/stat : 3160 (java) S 3156 3158 3112 0 -1 64 9030 0 0 0 42 4 0 0 16 0 13 0 201772545 1753407488 53965 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3158/tid=3161] ppid=3156 vsize=1712312 CPUtime=0
/proc/3158/task/3161/stat : 3161 (java) S 3156 3158 3112 0 -1 64 26 0 0 0 0 0 0 0 16 0 13 0 201772547 1753407488 53965 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=3158/tid=3162] ppid=3156 vsize=1712312 CPUtime=0
/proc/3158/task/3162/stat : 3162 (java) S 3156 3158 3112 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 201772548 1753407488 53965 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3158/tid=3163] ppid=3156 vsize=1712312 CPUtime=0
/proc/3158/task/3163/stat : 3163 (java) S 3156 3158 3112 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 201772548 1753407488 53965 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3158/tid=3164] ppid=3156 vsize=1712312 CPUtime=0
/proc/3158/task/3164/stat : 3164 (java) S 3156 3158 3112 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 201772551 1753407488 53965 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3158/tid=3165] ppid=3156 vsize=1712312 CPUtime=0
/proc/3158/task/3165/stat : 3165 (java) S 3156 3158 3112 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 201772551 1753407488 53965 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3158/tid=3166] ppid=3156 vsize=1712312 CPUtime=0.65
/proc/3158/task/3166/stat : 3166 (java) S 3156 3158 3112 0 -1 64 615 0 0 0 65 0 0 0 16 0 13 0 201772551 1753407488 53965 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3158/tid=3167] ppid=3156 vsize=1712312 CPUtime=0.9
/proc/3158/task/3167/stat : 3167 (java) S 3156 3158 3112 0 -1 64 1539 0 0 0 90 0 0 0 17 0 13 0 201772551 1753407488 53965 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3158/tid=3168] ppid=3156 vsize=1712312 CPUtime=0
/proc/3158/task/3168/stat : 3168 (java) S 3156 3158 3112 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 201772551 1753407488 53965 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3158/tid=3169] ppid=3156 vsize=1712312 CPUtime=0
/proc/3158/task/3169/stat : 3169 (java) S 3156 3158 3112 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 201772551 1753407488 53965 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3158/tid=3170] ppid=3156 vsize=1712312 CPUtime=0
/proc/3158/task/3170/stat : 3170 (java) S 3156 3158 3112 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 201772716 1753407488 53965 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 31.57
Current children cumulated vsize (Kb) 1712312

[startup+40.0219 s]
/proc/loadavg: 1.06 0.99 0.96 2/80 3170
/proc/meminfo: memFree=1044864/2055892 swapFree=4085344/4096564
[pid=3158] ppid=3156 vsize=1712312 CPUtime=41.65
/proc/3158/stat : 3158 (java) R 3156 3158 3112 0 -1 0 59647 0 1 0 4138 27 0 0 25 0 13 0 201772541 1753407488 55700 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071540619 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/3158/statm: 428078 55700 1910 14 0 414824 0
[pid=3158/tid=3159] ppid=3156 vsize=1712312 CPUtime=0.54
/proc/3158/task/3159/stat : 3159 (java) S 3156 3158 3112 0 -1 64 10418 0 0 0 49 5 0 0 16 0 13 0 201772545 1753407488 55700 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3158/tid=3160] ppid=3156 vsize=1712312 CPUtime=0.54
/proc/3158/task/3160/stat : 3160 (java) S 3156 3158 3112 0 -1 64 10482 0 0 0 49 5 0 0 16 0 13 0 201772545 1753407488 55700 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3158/tid=3161] ppid=3156 vsize=1712312 CPUtime=0
/proc/3158/task/3161/stat : 3161 (java) S 3156 3158 3112 0 -1 64 26 0 0 0 0 0 0 0 16 0 13 0 201772547 1753407488 55700 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=3158/tid=3162] ppid=3156 vsize=1712312 CPUtime=0
/proc/3158/task/3162/stat : 3162 (java) S 3156 3158 3112 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 201772548 1753407488 55700 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3158/tid=3163] ppid=3156 vsize=1712312 CPUtime=0
/proc/3158/task/3163/stat : 3163 (java) S 3156 3158 3112 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 201772548 1753407488 55700 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3158/tid=3164] ppid=3156 vsize=1712312 CPUtime=0
/proc/3158/task/3164/stat : 3164 (java) S 3156 3158 3112 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 201772551 1753407488 55700 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3158/tid=3165] ppid=3156 vsize=1712312 CPUtime=0
/proc/3158/task/3165/stat : 3165 (java) S 3156 3158 3112 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 201772551 1753407488 55700 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3158/tid=3166] ppid=3156 vsize=1712312 CPUtime=0.65
/proc/3158/task/3166/stat : 3166 (java) S 3156 3158 3112 0 -1 64 615 0 0 0 65 0 0 0 16 0 13 0 201772551 1753407488 55700 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3158/tid=3167] ppid=3156 vsize=1712312 CPUtime=0.9
/proc/3158/task/3167/stat : 3167 (java) S 3156 3158 3112 0 -1 64 1539 0 0 0 90 0 0 0 17 0 13 0 201772551 1753407488 55700 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3158/tid=3168] ppid=3156 vsize=1712312 CPUtime=0
/proc/3158/task/3168/stat : 3168 (java) S 3156 3158 3112 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 201772551 1753407488 55700 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3158/tid=3169] ppid=3156 vsize=1712312 CPUtime=0
/proc/3158/task/3169/stat : 3169 (java) S 3156 3158 3112 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 201772551 1753407488 55700 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3158/tid=3170] ppid=3156 vsize=1712312 CPUtime=0
/proc/3158/task/3170/stat : 3170 (java) S 3156 3158 3112 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 201772716 1753407488 55700 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 41.65
Current children cumulated vsize (Kb) 1712312

[startup+50.029 s]
/proc/loadavg: 1.05 0.99 0.96 2/80 3170
/proc/meminfo: memFree=1046080/2055892 swapFree=4085344/4096564
[pid=3158] ppid=3156 vsize=1712312 CPUtime=51.7
/proc/3158/stat : 3158 (java) R 3156 3158 3112 0 -1 0 61101 0 1 0 5143 27 0 0 19 0 13 0 201772541 1753407488 55387 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071570111 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/3158/statm: 428078 55387 1910 14 0 414824 0
[pid=3158/tid=3159] ppid=3156 vsize=1712312 CPUtime=0.59
/proc/3158/task/3159/stat : 3159 (java) S 3156 3158 3112 0 -1 64 11102 0 0 0 54 5 0 0 16 0 13 0 201772545 1753407488 55387 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3158/tid=3160] ppid=3156 vsize=1712312 CPUtime=0.58
/proc/3158/task/3160/stat : 3160 (java) S 3156 3158 3112 0 -1 64 11248 0 0 0 53 5 0 0 16 0 13 0 201772545 1753407488 55387 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3158/tid=3161] ppid=3156 vsize=1712312 CPUtime=0
/proc/3158/task/3161/stat : 3161 (java) S 3156 3158 3112 0 -1 64 26 0 0 0 0 0 0 0 15 0 13 0 201772547 1753407488 55387 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=3158/tid=3162] ppid=3156 vsize=1712312 CPUtime=0
/proc/3158/task/3162/stat : 3162 (java) S 3156 3158 3112 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 201772548 1753407488 55387 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3158/tid=3163] ppid=3156 vsize=1712312 CPUtime=0
/proc/3158/task/3163/stat : 3163 (java) S 3156 3158 3112 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 201772548 1753407488 55387 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3158/tid=3164] ppid=3156 vsize=1712312 CPUtime=0
/proc/3158/task/3164/stat : 3164 (java) S 3156 3158 3112 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 201772551 1753407488 55387 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3158/tid=3165] ppid=3156 vsize=1712312 CPUtime=0
/proc/3158/task/3165/stat : 3165 (java) S 3156 3158 3112 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 201772551 1753407488 55387 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3158/tid=3166] ppid=3156 vsize=1712312 CPUtime=0.65
/proc/3158/task/3166/stat : 3166 (java) S 3156 3158 3112 0 -1 64 615 0 0 0 65 0 0 0 16 0 13 0 201772551 1753407488 55387 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3158/tid=3167] ppid=3156 vsize=1712312 CPUtime=0.9
/proc/3158/task/3167/stat : 3167 (java) S 3156 3158 3112 0 -1 64 1539 0 0 0 90 0 0 0 17 0 13 0 201772551 1753407488 55387 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3158/tid=3168] ppid=3156 vsize=1712312 CPUtime=0
/proc/3158/task/3168/stat : 3168 (java) S 3156 3158 3112 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 201772551 1753407488 55387 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3158/tid=3169] ppid=3156 vsize=1712312 CPUtime=0
/proc/3158/task/3169/stat : 3169 (java) S 3156 3158 3112 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 201772551 1753407488 55387 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3158/tid=3170] ppid=3156 vsize=1712312 CPUtime=0
/proc/3158/task/3170/stat : 3170 (java) S 3156 3158 3112 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 201772716 1753407488 55387 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 51.7
Current children cumulated vsize (Kb) 1712312

[startup+60.0362 s]
/proc/loadavg: 1.04 0.99 0.96 2/80 3170
/proc/meminfo: memFree=1046976/2055892 swapFree=4085344/4096564
[pid=3158] ppid=3156 vsize=1712312 CPUtime=61.77
/proc/3158/stat : 3158 (java) R 3156 3158 3112 0 -1 0 63067 0 1 0 6148 29 0 0 25 0 13 0 201772541 1753407488 55156 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071541062 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/3158/statm: 428078 55156 1910 14 0 414824 0
[pid=3158/tid=3159] ppid=3156 vsize=1712312 CPUtime=0.64
/proc/3158/task/3159/stat : 3159 (java) S 3156 3158 3112 0 -1 64 12170 0 0 0 59 5 0 0 17 0 13 0 201772545 1753407488 55156 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3158/tid=3160] ppid=3156 vsize=1712312 CPUtime=0.64
/proc/3158/task/3160/stat : 3160 (java) S 3156 3158 3112 0 -1 64 12141 0 0 0 59 5 0 0 16 0 13 0 201772545 1753407488 55156 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3158/tid=3161] ppid=3156 vsize=1712312 CPUtime=0
/proc/3158/task/3161/stat : 3161 (java) S 3156 3158 3112 0 -1 64 26 0 0 0 0 0 0 0 16 0 13 0 201772547 1753407488 55156 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=3158/tid=3162] ppid=3156 vsize=1712312 CPUtime=0
/proc/3158/task/3162/stat : 3162 (java) S 3156 3158 3112 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 201772548 1753407488 55156 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3158/tid=3163] ppid=3156 vsize=1712312 CPUtime=0
/proc/3158/task/3163/stat : 3163 (java) S 3156 3158 3112 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 201772548 1753407488 55156 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3158/tid=3164] ppid=3156 vsize=1712312 CPUtime=0
/proc/3158/task/3164/stat : 3164 (java) S 3156 3158 3112 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 201772551 1753407488 55156 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0

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

[pid=3158/tid=3162] ppid=3156 vsize=1712312 CPUtime=0
/proc/3158/task/3162/stat : 3162 (java) S 3156 3158 3112 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 201772548 1753407488 202379 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3158/tid=3163] ppid=3156 vsize=1712312 CPUtime=0
/proc/3158/task/3163/stat : 3163 (java) S 3156 3158 3112 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 201772548 1753407488 202379 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3158/tid=3164] ppid=3156 vsize=1712312 CPUtime=0
/proc/3158/task/3164/stat : 3164 (java) S 3156 3158 3112 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 201772551 1753407488 202379 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3158/tid=3165] ppid=3156 vsize=1712312 CPUtime=0.01
/proc/3158/task/3165/stat : 3165 (java) S 3156 3158 3112 0 -1 64 3 0 0 0 1 0 0 0 16 0 13 0 201772551 1753407488 202379 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3158/tid=3166] ppid=3156 vsize=1712312 CPUtime=0.73
/proc/3158/task/3166/stat : 3166 (java) S 3156 3158 3112 0 -1 64 618 0 0 0 73 0 0 0 17 0 13 0 201772551 1753407488 202379 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3158/tid=3167] ppid=3156 vsize=1712312 CPUtime=0.94
/proc/3158/task/3167/stat : 3167 (java) S 3156 3158 3112 0 -1 64 1539 0 0 0 94 0 0 0 17 0 13 0 201772551 1753407488 202379 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3158/tid=3168] ppid=3156 vsize=1712312 CPUtime=0
/proc/3158/task/3168/stat : 3168 (java) S 3156 3158 3112 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 201772551 1753407488 202379 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3158/tid=3169] ppid=3156 vsize=1712312 CPUtime=0
/proc/3158/task/3169/stat : 3169 (java) S 3156 3158 3112 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 201772551 1753407488 202379 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3158/tid=3170] ppid=3156 vsize=1712312 CPUtime=0
/proc/3158/task/3170/stat : 3170 (java) S 3156 3158 3112 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 201772716 1753407488 202379 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1796.39
Current children cumulated vsize (Kb) 1712312

[startup+1784.32 s]
/proc/loadavg: 1.00 1.00 0.99 2/80 3170
/proc/meminfo: memFree=456128/2055892 swapFree=4085344/4096564
[pid=3158] ppid=3156 vsize=1712312 CPUtime=1797.41
/proc/3158/stat : 3158 (java) R 3156 3158 3112 0 -1 0 329631 0 1 0 179580 161 0 0 25 0 13 0 201772541 1753407488 202424 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071445738 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/3158/statm: 428078 202424 1910 14 0 414824 0
[pid=3158/tid=3159] ppid=3156 vsize=1712312 CPUtime=12.8
/proc/3158/task/3159/stat : 3159 (java) S 3156 3158 3112 0 -1 64 110553 0 0 0 1229 51 0 0 16 0 13 0 201772545 1753407488 202424 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3158/tid=3160] ppid=3156 vsize=1712312 CPUtime=12.68
/proc/3158/task/3160/stat : 3160 (java) S 3156 3158 3112 0 -1 64 108276 0 0 0 1222 46 0 0 16 0 13 0 201772545 1753407488 202424 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3158/tid=3161] ppid=3156 vsize=1712312 CPUtime=0.31
/proc/3158/task/3161/stat : 3161 (java) S 3156 3158 3112 0 -1 64 299 0 0 0 17 14 0 0 15 0 13 0 201772547 1753407488 202424 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=3158/tid=3162] ppid=3156 vsize=1712312 CPUtime=0
/proc/3158/task/3162/stat : 3162 (java) S 3156 3158 3112 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 201772548 1753407488 202424 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3158/tid=3163] ppid=3156 vsize=1712312 CPUtime=0
/proc/3158/task/3163/stat : 3163 (java) S 3156 3158 3112 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 201772548 1753407488 202424 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3158/tid=3164] ppid=3156 vsize=1712312 CPUtime=0
/proc/3158/task/3164/stat : 3164 (java) S 3156 3158 3112 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 201772551 1753407488 202424 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3158/tid=3165] ppid=3156 vsize=1712312 CPUtime=0.01
/proc/3158/task/3165/stat : 3165 (java) S 3156 3158 3112 0 -1 64 3 0 0 0 1 0 0 0 16 0 13 0 201772551 1753407488 202424 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3158/tid=3166] ppid=3156 vsize=1712312 CPUtime=0.73
/proc/3158/task/3166/stat : 3166 (java) S 3156 3158 3112 0 -1 64 618 0 0 0 73 0 0 0 17 0 13 0 201772551 1753407488 202424 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3158/tid=3167] ppid=3156 vsize=1712312 CPUtime=0.94
/proc/3158/task/3167/stat : 3167 (java) S 3156 3158 3112 0 -1 64 1539 0 0 0 94 0 0 0 17 0 13 0 201772551 1753407488 202424 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3158/tid=3168] ppid=3156 vsize=1712312 CPUtime=0
/proc/3158/task/3168/stat : 3168 (java) S 3156 3158 3112 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 201772551 1753407488 202424 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3158/tid=3169] ppid=3156 vsize=1712312 CPUtime=0
/proc/3158/task/3169/stat : 3169 (java) S 3156 3158 3112 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 201772551 1753407488 202424 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3158/tid=3170] ppid=3156 vsize=1712312 CPUtime=0
/proc/3158/task/3170/stat : 3170 (java) S 3156 3158 3112 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 201772716 1753407488 202424 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1797.41
Current children cumulated vsize (Kb) 1712312

[startup+1785.32 s]
/proc/loadavg: 1.00 1.00 0.99 2/80 3170
/proc/meminfo: memFree=456448/2055892 swapFree=4085344/4096564
[pid=3158] ppid=3156 vsize=1712312 CPUtime=1798.43
/proc/3158/stat : 3158 (java) R 3156 3158 3112 0 -1 0 329725 0 1 0 179682 161 0 0 25 0 13 0 201772541 1753407488 202348 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071622468 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/3158/statm: 428078 202348 1910 14 0 414824 0
[pid=3158/tid=3159] ppid=3156 vsize=1712312 CPUtime=12.81
/proc/3158/task/3159/stat : 3159 (java) S 3156 3158 3112 0 -1 64 110609 0 0 0 1230 51 0 0 16 0 13 0 201772545 1753407488 202348 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3158/tid=3160] ppid=3156 vsize=1712312 CPUtime=12.71
/proc/3158/task/3160/stat : 3160 (java) S 3156 3158 3112 0 -1 64 108313 0 0 0 1224 47 0 0 16 0 13 0 201772545 1753407488 202348 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3158/tid=3161] ppid=3156 vsize=1712312 CPUtime=0.31
/proc/3158/task/3161/stat : 3161 (java) S 3156 3158 3112 0 -1 64 299 0 0 0 17 14 0 0 16 0 13 0 201772547 1753407488 202348 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=3158/tid=3162] ppid=3156 vsize=1712312 CPUtime=0
/proc/3158/task/3162/stat : 3162 (java) S 3156 3158 3112 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 201772548 1753407488 202348 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3158/tid=3163] ppid=3156 vsize=1712312 CPUtime=0
/proc/3158/task/3163/stat : 3163 (java) S 3156 3158 3112 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 201772548 1753407488 202348 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3158/tid=3164] ppid=3156 vsize=1712312 CPUtime=0
/proc/3158/task/3164/stat : 3164 (java) S 3156 3158 3112 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 201772551 1753407488 202348 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3158/tid=3165] ppid=3156 vsize=1712312 CPUtime=0.01
/proc/3158/task/3165/stat : 3165 (java) S 3156 3158 3112 0 -1 64 3 0 0 0 1 0 0 0 16 0 13 0 201772551 1753407488 202348 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3158/tid=3166] ppid=3156 vsize=1712312 CPUtime=0.73
/proc/3158/task/3166/stat : 3166 (java) S 3156 3158 3112 0 -1 64 618 0 0 0 73 0 0 0 17 0 13 0 201772551 1753407488 202348 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3158/tid=3167] ppid=3156 vsize=1712312 CPUtime=0.94
/proc/3158/task/3167/stat : 3167 (java) S 3156 3158 3112 0 -1 64 1539 0 0 0 94 0 0 0 17 0 13 0 201772551 1753407488 202348 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3158/tid=3168] ppid=3156 vsize=1712312 CPUtime=0
/proc/3158/task/3168/stat : 3168 (java) S 3156 3158 3112 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 201772551 1753407488 202348 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3158/tid=3169] ppid=3156 vsize=1712312 CPUtime=0
/proc/3158/task/3169/stat : 3169 (java) S 3156 3158 3112 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 201772551 1753407488 202348 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3158/tid=3170] ppid=3156 vsize=1712312 CPUtime=0
/proc/3158/task/3170/stat : 3170 (java) S 3156 3158 3112 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 201772716 1753407488 202348 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1798.43
Current children cumulated vsize (Kb) 1712312

[startup+1786.33 s]
/proc/loadavg: 1.00 1.00 0.99 2/80 3170
/proc/meminfo: memFree=456448/2055892 swapFree=4085344/4096564
[pid=3158] ppid=3156 vsize=1712312 CPUtime=1799.44
/proc/3158/stat : 3158 (java) R 3156 3158 3112 0 -1 0 329725 0 1 0 179783 161 0 0 25 0 13 0 201772541 1753407488 202348 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071570272 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/3158/statm: 428078 202348 1910 14 0 414824 0
[pid=3158/tid=3159] ppid=3156 vsize=1712312 CPUtime=12.81
/proc/3158/task/3159/stat : 3159 (java) S 3156 3158 3112 0 -1 64 110609 0 0 0 1230 51 0 0 16 0 13 0 201772545 1753407488 202348 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3158/tid=3160] ppid=3156 vsize=1712312 CPUtime=12.71
/proc/3158/task/3160/stat : 3160 (java) S 3156 3158 3112 0 -1 64 108313 0 0 0 1224 47 0 0 16 0 13 0 201772545 1753407488 202348 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3158/tid=3161] ppid=3156 vsize=1712312 CPUtime=0.31
/proc/3158/task/3161/stat : 3161 (java) S 3156 3158 3112 0 -1 64 299 0 0 0 17 14 0 0 16 0 13 0 201772547 1753407488 202348 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=3158/tid=3162] ppid=3156 vsize=1712312 CPUtime=0
/proc/3158/task/3162/stat : 3162 (java) S 3156 3158 3112 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 201772548 1753407488 202348 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3158/tid=3163] ppid=3156 vsize=1712312 CPUtime=0
/proc/3158/task/3163/stat : 3163 (java) S 3156 3158 3112 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 201772548 1753407488 202348 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3158/tid=3164] ppid=3156 vsize=1712312 CPUtime=0
/proc/3158/task/3164/stat : 3164 (java) S 3156 3158 3112 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 201772551 1753407488 202348 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3158/tid=3165] ppid=3156 vsize=1712312 CPUtime=0.01
/proc/3158/task/3165/stat : 3165 (java) S 3156 3158 3112 0 -1 64 3 0 0 0 1 0 0 0 16 0 13 0 201772551 1753407488 202348 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3158/tid=3166] ppid=3156 vsize=1712312 CPUtime=0.73
/proc/3158/task/3166/stat : 3166 (java) S 3156 3158 3112 0 -1 64 618 0 0 0 73 0 0 0 17 0 13 0 201772551 1753407488 202348 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3158/tid=3167] ppid=3156 vsize=1712312 CPUtime=0.94
/proc/3158/task/3167/stat : 3167 (java) S 3156 3158 3112 0 -1 64 1539 0 0 0 94 0 0 0 17 0 13 0 201772551 1753407488 202348 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3158/tid=3168] ppid=3156 vsize=1712312 CPUtime=0
/proc/3158/task/3168/stat : 3168 (java) S 3156 3158 3112 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 201772551 1753407488 202348 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3158/tid=3169] ppid=3156 vsize=1712312 CPUtime=0
/proc/3158/task/3169/stat : 3169 (java) S 3156 3158 3112 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 201772551 1753407488 202348 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3158/tid=3170] ppid=3156 vsize=1712312 CPUtime=0
/proc/3158/task/3170/stat : 3170 (java) S 3156 3158 3112 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 201772716 1753407488 202348 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1799.44
Current children cumulated vsize (Kb) 1712312

[startup+1787.34 s]
/proc/loadavg: 1.00 1.00 0.99 2/80 3170
/proc/meminfo: memFree=456320/2055892 swapFree=4085344/4096564
[pid=3158] ppid=3156 vsize=1712312 CPUtime=1800.46
/proc/3158/stat : 3158 (java) R 3156 3158 3112 0 -1 0 329812 0 1 0 179885 161 0 0 25 0 13 0 201772541 1753407488 202430 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071570298 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/3158/statm: 428078 202430 1910 14 0 414824 0
[pid=3158/tid=3159] ppid=3156 vsize=1712312 CPUtime=12.83
/proc/3158/task/3159/stat : 3159 (java) S 3156 3158 3112 0 -1 64 110655 0 0 0 1232 51 0 0 16 0 13 0 201772545 1753407488 202430 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3158/tid=3160] ppid=3156 vsize=1712312 CPUtime=12.72
/proc/3158/task/3160/stat : 3160 (java) S 3156 3158 3112 0 -1 64 108353 0 0 0 1225 47 0 0 16 0 13 0 201772545 1753407488 202430 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3158/tid=3161] ppid=3156 vsize=1712312 CPUtime=0.31
/proc/3158/task/3161/stat : 3161 (java) S 3156 3158 3112 0 -1 64 299 0 0 0 17 14 0 0 16 0 13 0 201772547 1753407488 202430 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=3158/tid=3162] ppid=3156 vsize=1712312 CPUtime=0
/proc/3158/task/3162/stat : 3162 (java) S 3156 3158 3112 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 201772548 1753407488 202430 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3158/tid=3163] ppid=3156 vsize=1712312 CPUtime=0
/proc/3158/task/3163/stat : 3163 (java) S 3156 3158 3112 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 201772548 1753407488 202430 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3158/tid=3164] ppid=3156 vsize=1712312 CPUtime=0
/proc/3158/task/3164/stat : 3164 (java) S 3156 3158 3112 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 201772551 1753407488 202430 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3158/tid=3165] ppid=3156 vsize=1712312 CPUtime=0.01
/proc/3158/task/3165/stat : 3165 (java) S 3156 3158 3112 0 -1 64 3 0 0 0 1 0 0 0 16 0 13 0 201772551 1753407488 202430 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3158/tid=3166] ppid=3156 vsize=1712312 CPUtime=0.73
/proc/3158/task/3166/stat : 3166 (java) S 3156 3158 3112 0 -1 64 618 0 0 0 73 0 0 0 17 0 13 0 201772551 1753407488 202430 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3158/tid=3167] ppid=3156 vsize=1712312 CPUtime=0.94
/proc/3158/task/3167/stat : 3167 (java) S 3156 3158 3112 0 -1 64 1539 0 0 0 94 0 0 0 17 0 13 0 201772551 1753407488 202430 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3158/tid=3168] ppid=3156 vsize=1712312 CPUtime=0
/proc/3158/task/3168/stat : 3168 (java) S 3156 3158 3112 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 201772551 1753407488 202430 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3158/tid=3169] ppid=3156 vsize=1712312 CPUtime=0
/proc/3158/task/3169/stat : 3169 (java) S 3156 3158 3112 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 201772551 1753407488 202430 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3158/tid=3170] ppid=3156 vsize=1712312 CPUtime=0
/proc/3158/task/3170/stat : 3170 (java) S 3156 3158 3112 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 201772716 1753407488 202430 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.46
Current children cumulated vsize (Kb) 1712312



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1787.34 s]
/proc/loadavg: 1.00 1.00 0.99 2/80 3170
/proc/meminfo: memFree=456320/2055892 swapFree=4085344/4096564
[pid=3158] ppid=3156 vsize=1712312 CPUtime=1800.46
/proc/3158/stat : 3158 (java) R 3156 3158 3112 0 -1 0 329812 0 1 0 179885 161 0 0 25 0 13 0 201772541 1753407488 202430 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071570281 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/3158/statm: 428078 202430 1910 14 0 414824 0
[pid=3158/tid=3159] ppid=3156 vsize=1712312 CPUtime=12.83
/proc/3158/task/3159/stat : 3159 (java) S 3156 3158 3112 0 -1 64 110655 0 0 0 1232 51 0 0 16 0 13 0 201772545 1753407488 202430 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3158/tid=3160] ppid=3156 vsize=1712312 CPUtime=12.72
/proc/3158/task/3160/stat : 3160 (java) S 3156 3158 3112 0 -1 64 108353 0 0 0 1225 47 0 0 16 0 13 0 201772545 1753407488 202430 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3158/tid=3161] ppid=3156 vsize=1712312 CPUtime=0.31
/proc/3158/task/3161/stat : 3161 (java) S 3156 3158 3112 0 -1 64 299 0 0 0 17 14 0 0 16 0 13 0 201772547 1753407488 202430 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=3158/tid=3162] ppid=3156 vsize=1712312 CPUtime=0
/proc/3158/task/3162/stat : 3162 (java) S 3156 3158 3112 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 201772548 1753407488 202430 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3158/tid=3163] ppid=3156 vsize=1712312 CPUtime=0
/proc/3158/task/3163/stat : 3163 (java) S 3156 3158 3112 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 201772548 1753407488 202430 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3158/tid=3164] ppid=3156 vsize=1712312 CPUtime=0
/proc/3158/task/3164/stat : 3164 (java) S 3156 3158 3112 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 201772551 1753407488 202430 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3158/tid=3165] ppid=3156 vsize=1712312 CPUtime=0.01
/proc/3158/task/3165/stat : 3165 (java) S 3156 3158 3112 0 -1 64 3 0 0 0 1 0 0 0 16 0 13 0 201772551 1753407488 202430 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3158/tid=3166] ppid=3156 vsize=1712312 CPUtime=0.73
/proc/3158/task/3166/stat : 3166 (java) S 3156 3158 3112 0 -1 64 618 0 0 0 73 0 0 0 17 0 13 0 201772551 1753407488 202430 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3158/tid=3167] ppid=3156 vsize=1712312 CPUtime=0.94
/proc/3158/task/3167/stat : 3167 (java) S 3156 3158 3112 0 -1 64 1539 0 0 0 94 0 0 0 17 0 13 0 201772551 1753407488 202430 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3158/tid=3168] ppid=3156 vsize=1712312 CPUtime=0
/proc/3158/task/3168/stat : 3168 (java) S 3156 3158 3112 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 201772551 1753407488 202430 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3158/tid=3169] ppid=3156 vsize=1712312 CPUtime=0
/proc/3158/task/3169/stat : 3169 (java) S 3156 3158 3112 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 201772551 1753407488 202430 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3158/tid=3170] ppid=3156 vsize=1712312 CPUtime=0
/proc/3158/task/3170/stat : 3170 (java) S 3156 3158 3112 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 201772716 1753407488 202430 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.46
Current children cumulated vsize (Kb) 1712312

Sending SIGTERM to -3158
Sleeping 2 seconds

Child status: 143
Real time (s): 1787.48
CPU time (s): 1800.61
CPU user time (s): 1798.87
CPU system time (s): 1.73773
CPU usage (%): 100.734
Max. virtual memory (cumulated for all children) (Kb): 1713016

Launcher Data (download as text)

Begin job on node81 on Sat Jun  3 19:02:11 UTC 2006


FILE ID= 44054-1149361331

PBS_JOBID= 311528

BENCH NAME= HOME/pub/bench/PB06//final/normalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/MIPLIB/miplib2003/normalized-reduced-mps-v2-20-10-gesa2-o.opb
COMMAND LINE= java -server -Xms1500M -Xmx1500M -jar ROOT/solvers/PB/PB06final/user5/sat4jPseudoPlus.jar ROOT/tmp/node81/44054-1149361331/instance-44054-1149361331.opb 292455608
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node81/watcher-44054-1149361331 -o ROOT/results/node81/solver-44054-1149361331 -C 1800 -M 1800 -S 64  java -server -Xms1500M -Xmx1500M -jar ROOT/solvers/PB/PB06final/user5/sat4jPseudoPlus.jar ROOT/tmp/node81/44054-1149361331/instance-44054-1149361331.opb 292455608

MD5SUM SOLVER= e9637a7554f3ecdf74c1815f89d00213
MD5SUM BENCH=  2ee0b4368a56ab3fadfc3737456bcd30

RANDOM SEED= 292455608


/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.248
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 6006.19
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.248
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5999.42
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055892 kB
MemFree:       1260912 kB
Buffers:         38088 kB
Cached:         678512 kB
SwapCached:       2636 kB
Active:          46180 kB
Inactive:       679396 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055892 kB
LowFree:       1260912 kB
SwapTotal:     4096564 kB
SwapFree:      4085344 kB
Dirty:             152 kB
Writeback:           0 kB
Mapped:          16520 kB
Slab:            55952 kB
Committed_AS:   315076 kB
PageTables:       1288 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264388 kB
VmallocChunk: 536606243 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB


End job on node81 on Sat Jun  3 19:31:58 UTC 2006