Trace number 42344

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.43 1771.53

General information on the benchmark

Namenormalized-PB06/OPT-MEDINT/mps-v2-20-10/MIPLIB/
miplib/normalized-mps-v2-20-10-air06.opb
MD5SUM56f4f4418400a86463858db6d507606d
Bench CategoryOPT-MEDINT (optimisation, medium integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark49649
Best CPU time to get the best result obtained on this benchmark43.2814
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 49649
Optimality of the best value was proved YES
Number of variables8627
Total number of constraints825
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)825
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint461
Number of terms in the objective function 8627
Biggest coefficient in the objective function 1859
Number of bits for the biggest coefficient in the objective function 11
Sum of the numbers in the objective function 4587852
Number of bits of the sum of numbers in the objective function 23
Biggest number in a constraint 1859
Number of bits of the biggest number in a constraint 11
Biggest sum of numbers in a constraint 4587852
Number of bits of the biggest sum of numbers23
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data (download as text)

0.15	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.15	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.15	c no version file found!!!
0.15	c sun.arch.data.model	32
0.15	c java.version	1.5.0_06
0.15	c os.name	Linux
0.15	c os.version	2.6.9-22.EL.rootsmp
0.15	c os.arch	i386
0.15	c Free memory 1548419056
0.15	c Max memory 1551040512
0.15	c Total memory 1551040512
0.15	c Number of processors 2
0.20	c Cutting planes based inference
0.20	c --- Begin Solver configuration ---
0.20	c org.sat4j.minisat.uip.FirstUIP@1df073d
0.20	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@1546e25
0.20	c org.sat4j.minisat.learning.MiniSATLearning@b66cc
0.20	c conflictBoundIncFactor=1.5 learntBoundIncFactor=1.1 initLearntBoundConstraintFactor=10000.0 initConflictBound=100 
0.20	c VSIDS like heuristics from MiniSAT using a heap
0.20	c No reason simplification
0.20	c --- End Solver configuration ---
0.20	c solving ROOT/tmp/node74/42344-1149323471/instance-42344-1149323471.opb
0.20	c reading problem ... 
1.47	c ... done. Time 1.263 ms.
1.47	c #vars     8627
1.47	c #constraints  1628
1771.39	c starts		: 8
1771.39	c conflicts		: 4284
1771.39	c decisions		: 277005
1771.39	c propagations		: 2147813
1771.39	c inspects		: 3553336
1771.39	c learnt literals	: 5
1771.39	c learnt binary clauses	: 9
1771.39	c learnt ternary clauses	: 4
1771.39	c learnt clauses	: 4278
1771.39	c root simplifications	: 0
1771.39	c removed literals (reason simplification)	: 0
1771.39	c reason swapping (by a shorter reason)	: 0
1771.39	c Calls to reduceDB	: 0
1771.39	c speed (decisions/second)	: 156.53157162207293
1771.39	c non guided choices	0
1771.39	s UNKNOWN
1771.39	c Total wall clock time (ms): 1771.186

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

Current StackSize limit: 67108864 bytes

/proc/loadavg: 1.01 1.03 1.00 3/64 8331
/proc/meminfo: memFree=1652264/2055920 swapFree=4182292/4192956
[pid=8331] ppid=8329 vsize=1452 CPUtime=0
/proc/8331/stat : 8331 (java) R 8329 8331 8285 0 -1 0 94 0 0 0 0 0 0 0 19 0 1 0 198011408 1486848 66 18446744073709551615 134512640 134570276 4294956608 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/8331/statm: 363 77 59 14 0 8 0

[startup+10.003 s]
/proc/loadavg: 1.00 1.03 1.00 2/76 8343
/proc/meminfo: memFree=1503056/2055920 swapFree=4182292/4192956
[pid=8331] ppid=8329 vsize=1711944 CPUtime=11.52
/proc/8331/stat : 8331 (java) R 8329 8331 8285 0 -1 0 42796 0 1 0 1133 19 0 0 19 0 13 0 198011408 1753030656 39071 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071688297 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/8331/statm: 427986 39071 1911 14 0 414733 0
[pid=8331/tid=8332] ppid=8329 vsize=1711944 CPUtime=0.09
/proc/8331/task/8332/stat : 8332 (java) S 8329 8331 8285 0 -1 64 1525 0 0 0 9 0 0 0 17 0 13 0 198011411 1753030656 39071 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8331/tid=8333] ppid=8329 vsize=1711944 CPUtime=0.1
/proc/8331/task/8333/stat : 8333 (java) S 8329 8331 8285 0 -1 64 1325 0 0 0 9 1 0 0 17 0 13 0 198011412 1753030656 39071 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8331/tid=8334] ppid=8329 vsize=1711944 CPUtime=0
/proc/8331/task/8334/stat : 8334 (java) S 8329 8331 8285 0 -1 64 17 0 0 0 0 0 0 0 16 0 13 0 198011414 1753030656 39071 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=8331/tid=8335] ppid=8329 vsize=1711944 CPUtime=0
/proc/8331/task/8335/stat : 8335 (java) S 8329 8331 8285 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 198011415 1753030656 39071 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8331/tid=8336] ppid=8329 vsize=1711944 CPUtime=0
/proc/8331/task/8336/stat : 8336 (java) S 8329 8331 8285 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 198011415 1753030656 39071 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8331/tid=8337] ppid=8329 vsize=1711944 CPUtime=0
/proc/8331/task/8337/stat : 8337 (java) S 8329 8331 8285 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 198011418 1753030656 39071 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8331/tid=8338] ppid=8329 vsize=1711944 CPUtime=0
/proc/8331/task/8338/stat : 8338 (java) S 8329 8331 8285 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 198011418 1753030656 39071 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8331/tid=8339] ppid=8329 vsize=1711944 CPUtime=0.82
/proc/8331/task/8339/stat : 8339 (java) S 8329 8331 8285 0 -1 64 1056 0 0 0 82 0 0 0 17 0 13 0 198011418 1753030656 39071 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8331/tid=8340] ppid=8329 vsize=1711944 CPUtime=1.07
/proc/8331/task/8340/stat : 8340 (java) S 8329 8331 8285 0 -1 64 2319 0 0 0 106 1 0 0 17 0 13 0 198011418 1753030656 39071 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8331/tid=8341] ppid=8329 vsize=1711944 CPUtime=0
/proc/8331/task/8341/stat : 8341 (java) S 8329 8331 8285 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 198011418 1753030656 39071 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8331/tid=8342] ppid=8329 vsize=1711944 CPUtime=0
/proc/8331/task/8342/stat : 8342 (java) S 8329 8331 8285 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 198011418 1753030656 39071 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8331/tid=8343] ppid=8329 vsize=1711944 CPUtime=0
/proc/8331/task/8343/stat : 8343 (java) S 8329 8331 8285 0 -1 64 3 0 0 0 0 0 0 0 22 0 13 0 198011584 1753030656 39071 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 11.52
Current children cumulated vsize (Kb) 1711944

[startup+20.011 s]
/proc/loadavg: 1.00 1.03 1.00 2/76 8343
/proc/meminfo: memFree=1468880/2055920 swapFree=4182292/4192956
[pid=8331] ppid=8329 vsize=1712968 CPUtime=21.83
/proc/8331/stat : 8331 (java) R 8329 8331 8285 0 -1 0 52605 0 1 0 2160 23 0 0 18 0 13 0 198011408 1754079232 47616 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071777459 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/8331/statm: 428242 47616 1911 14 0 414989 0
[pid=8331/tid=8332] ppid=8329 vsize=1712968 CPUtime=0.2
/proc/8331/task/8332/stat : 8332 (java) S 8329 8331 8285 0 -1 64 5047 0 0 0 19 1 0 0 16 0 13 0 198011411 1754079232 47616 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8331/tid=8333] ppid=8329 vsize=1712968 CPUtime=0.21
/proc/8331/task/8333/stat : 8333 (java) S 8329 8331 8285 0 -1 64 4762 0 0 0 19 2 0 0 16 0 13 0 198011412 1754079232 47616 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8331/tid=8334] ppid=8329 vsize=1712968 CPUtime=0.01
/proc/8331/task/8334/stat : 8334 (java) S 8329 8331 8285 0 -1 64 28 0 0 0 1 0 0 0 15 0 13 0 198011414 1754079232 47616 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=8331/tid=8335] ppid=8329 vsize=1712968 CPUtime=0
/proc/8331/task/8335/stat : 8335 (java) S 8329 8331 8285 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 198011415 1754079232 47616 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8331/tid=8336] ppid=8329 vsize=1712968 CPUtime=0
/proc/8331/task/8336/stat : 8336 (java) S 8329 8331 8285 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 198011415 1754079232 47616 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8331/tid=8337] ppid=8329 vsize=1712968 CPUtime=0
/proc/8331/task/8337/stat : 8337 (java) S 8329 8331 8285 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 198011418 1754079232 47616 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8331/tid=8338] ppid=8329 vsize=1712968 CPUtime=0
/proc/8331/task/8338/stat : 8338 (java) S 8329 8331 8285 0 -1 64 3 0 0 0 0 0 0 0 17 0 13 0 198011418 1754079232 47616 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8331/tid=8339] ppid=8329 vsize=1712968 CPUtime=0.97
/proc/8331/task/8339/stat : 8339 (java) S 8329 8331 8285 0 -1 64 1071 0 0 0 97 0 0 0 17 0 13 0 198011418 1754079232 47616 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8331/tid=8340] ppid=8329 vsize=1712968 CPUtime=1.18
/proc/8331/task/8340/stat : 8340 (java) S 8329 8331 8285 0 -1 64 2541 0 0 0 117 1 0 0 17 0 13 0 198011418 1754079232 47616 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8331/tid=8341] ppid=8329 vsize=1712968 CPUtime=0
/proc/8331/task/8341/stat : 8341 (java) S 8329 8331 8285 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 198011418 1754079232 47616 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8331/tid=8342] ppid=8329 vsize=1712968 CPUtime=0
/proc/8331/task/8342/stat : 8342 (java) S 8329 8331 8285 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 198011418 1754079232 47616 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8331/tid=8343] ppid=8329 vsize=1712968 CPUtime=0
/proc/8331/task/8343/stat : 8343 (java) S 8329 8331 8285 0 -1 64 3 0 0 0 0 0 0 0 22 0 13 0 198011584 1754079232 47616 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 21.83
Current children cumulated vsize (Kb) 1712968

[startup+30.018 s]
/proc/loadavg: 1.00 1.03 1.00 2/76 8343
/proc/meminfo: memFree=1482576/2055920 swapFree=4182292/4192956
[pid=8331] ppid=8329 vsize=1711944 CPUtime=31.9
/proc/8331/stat : 8331 (java) R 8329 8331 8285 0 -1 0 53804 0 1 0 3166 24 0 0 25 0 13 0 198011408 1753030656 44207 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071487820 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/8331/statm: 427986 44207 1911 14 0 414733 0
[pid=8331/tid=8332] ppid=8329 vsize=1711944 CPUtime=0.26
/proc/8331/task/8332/stat : 8332 (java) S 8329 8331 8285 0 -1 64 5575 0 0 0 24 2 0 0 16 0 13 0 198011411 1753030656 44207 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8331/tid=8333] ppid=8329 vsize=1711944 CPUtime=0.26
/proc/8331/task/8333/stat : 8333 (java) S 8329 8331 8285 0 -1 64 5416 0 0 0 24 2 0 0 16 0 13 0 198011412 1753030656 44207 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8331/tid=8334] ppid=8329 vsize=1711944 CPUtime=0.01
/proc/8331/task/8334/stat : 8334 (java) S 8329 8331 8285 0 -1 64 28 0 0 0 1 0 0 0 16 0 13 0 198011414 1753030656 44207 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=8331/tid=8335] ppid=8329 vsize=1711944 CPUtime=0
/proc/8331/task/8335/stat : 8335 (java) S 8329 8331 8285 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 198011415 1753030656 44207 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8331/tid=8336] ppid=8329 vsize=1711944 CPUtime=0
/proc/8331/task/8336/stat : 8336 (java) S 8329 8331 8285 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 198011415 1753030656 44207 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8331/tid=8337] ppid=8329 vsize=1711944 CPUtime=0
/proc/8331/task/8337/stat : 8337 (java) S 8329 8331 8285 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 198011418 1753030656 44207 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8331/tid=8338] ppid=8329 vsize=1711944 CPUtime=0
/proc/8331/task/8338/stat : 8338 (java) S 8329 8331 8285 0 -1 64 3 0 0 0 0 0 0 0 17 0 13 0 198011418 1753030656 44207 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8331/tid=8339] ppid=8329 vsize=1711944 CPUtime=0.97
/proc/8331/task/8339/stat : 8339 (java) S 8329 8331 8285 0 -1 64 1071 0 0 0 97 0 0 0 16 0 13 0 198011418 1753030656 44207 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8331/tid=8340] ppid=8329 vsize=1711944 CPUtime=1.19
/proc/8331/task/8340/stat : 8340 (java) S 8329 8331 8285 0 -1 64 2541 0 0 0 118 1 0 0 16 0 13 0 198011418 1753030656 44207 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8331/tid=8341] ppid=8329 vsize=1711944 CPUtime=0
/proc/8331/task/8341/stat : 8341 (java) S 8329 8331 8285 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 198011418 1753030656 44207 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8331/tid=8342] ppid=8329 vsize=1711944 CPUtime=0
/proc/8331/task/8342/stat : 8342 (java) S 8329 8331 8285 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 198011418 1753030656 44207 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8331/tid=8343] ppid=8329 vsize=1711944 CPUtime=0
/proc/8331/task/8343/stat : 8343 (java) S 8329 8331 8285 0 -1 64 3 0 0 0 0 0 0 0 22 0 13 0 198011584 1753030656 44207 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 31.9
Current children cumulated vsize (Kb) 1711944

[startup+40.0249 s]
/proc/loadavg: 1.00 1.03 1.00 2/76 8343
/proc/meminfo: memFree=1494928/2055920 swapFree=4182292/4192956
[pid=8331] ppid=8329 vsize=1711944 CPUtime=41.92
/proc/8331/stat : 8331 (java) R 8329 8331 8285 0 -1 0 54003 0 1 0 4168 24 0 0 20 0 13 0 198011408 1753030656 41169 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071577227 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/8331/statm: 427986 41169 1911 14 0 414733 0
[pid=8331/tid=8332] ppid=8329 vsize=1711944 CPUtime=0.28
/proc/8331/task/8332/stat : 8332 (java) S 8329 8331 8285 0 -1 64 5655 0 0 0 26 2 0 0 16 0 13 0 198011411 1753030656 41169 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8331/tid=8333] ppid=8329 vsize=1711944 CPUtime=0.29
/proc/8331/task/8333/stat : 8333 (java) S 8329 8331 8285 0 -1 64 5512 0 0 0 26 3 0 0 16 0 13 0 198011412 1753030656 41169 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8331/tid=8334] ppid=8329 vsize=1711944 CPUtime=0.02
/proc/8331/task/8334/stat : 8334 (java) S 8329 8331 8285 0 -1 64 28 0 0 0 1 1 0 0 16 0 13 0 198011414 1753030656 41169 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=8331/tid=8335] ppid=8329 vsize=1711944 CPUtime=0
/proc/8331/task/8335/stat : 8335 (java) S 8329 8331 8285 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 198011415 1753030656 41169 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8331/tid=8336] ppid=8329 vsize=1711944 CPUtime=0
/proc/8331/task/8336/stat : 8336 (java) S 8329 8331 8285 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 198011415 1753030656 41169 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8331/tid=8337] ppid=8329 vsize=1711944 CPUtime=0
/proc/8331/task/8337/stat : 8337 (java) S 8329 8331 8285 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 198011418 1753030656 41169 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8331/tid=8338] ppid=8329 vsize=1711944 CPUtime=0
/proc/8331/task/8338/stat : 8338 (java) S 8329 8331 8285 0 -1 64 3 0 0 0 0 0 0 0 17 0 13 0 198011418 1753030656 41169 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8331/tid=8339] ppid=8329 vsize=1711944 CPUtime=0.97
/proc/8331/task/8339/stat : 8339 (java) S 8329 8331 8285 0 -1 64 1071 0 0 0 97 0 0 0 16 0 13 0 198011418 1753030656 41169 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8331/tid=8340] ppid=8329 vsize=1711944 CPUtime=1.19
/proc/8331/task/8340/stat : 8340 (java) S 8329 8331 8285 0 -1 64 2541 0 0 0 118 1 0 0 16 0 13 0 198011418 1753030656 41169 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8331/tid=8341] ppid=8329 vsize=1711944 CPUtime=0
/proc/8331/task/8341/stat : 8341 (java) S 8329 8331 8285 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 198011418 1753030656 41169 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8331/tid=8342] ppid=8329 vsize=1711944 CPUtime=0
/proc/8331/task/8342/stat : 8342 (java) S 8329 8331 8285 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 198011418 1753030656 41169 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8331/tid=8343] ppid=8329 vsize=1711944 CPUtime=0
/proc/8331/task/8343/stat : 8343 (java) S 8329 8331 8285 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 198011584 1753030656 41169 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 41.92
Current children cumulated vsize (Kb) 1711944

[startup+50.0319 s]
/proc/loadavg: 1.00 1.02 1.00 2/76 8343
/proc/meminfo: memFree=1498384/2055920 swapFree=4182292/4192956
[pid=8331] ppid=8329 vsize=1711944 CPUtime=52.01
/proc/8331/stat : 8331 (java) R 8329 8331 8285 0 -1 0 55662 0 1 0 5176 25 0 0 25 0 13 0 198011408 1753030656 40277 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071487800 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/8331/statm: 427986 40277 1911 14 0 414733 0
[pid=8331/tid=8332] ppid=8329 vsize=1711944 CPUtime=0.35
/proc/8331/task/8332/stat : 8332 (java) S 8329 8331 8285 0 -1 64 6258 0 0 0 33 2 0 0 16 0 13 0 198011411 1753030656 40277 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8331/tid=8333] ppid=8329 vsize=1711944 CPUtime=0.37
/proc/8331/task/8333/stat : 8333 (java) S 8329 8331 8285 0 -1 64 6548 0 0 0 34 3 0 0 16 0 13 0 198011412 1753030656 40277 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8331/tid=8334] ppid=8329 vsize=1711944 CPUtime=0.02
/proc/8331/task/8334/stat : 8334 (java) S 8329 8331 8285 0 -1 64 28 0 0 0 1 1 0 0 16 0 13 0 198011414 1753030656 40277 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=8331/tid=8335] ppid=8329 vsize=1711944 CPUtime=0
/proc/8331/task/8335/stat : 8335 (java) S 8329 8331 8285 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 198011415 1753030656 40277 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8331/tid=8336] ppid=8329 vsize=1711944 CPUtime=0
/proc/8331/task/8336/stat : 8336 (java) S 8329 8331 8285 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 198011415 1753030656 40277 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8331/tid=8337] ppid=8329 vsize=1711944 CPUtime=0
/proc/8331/task/8337/stat : 8337 (java) S 8329 8331 8285 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 198011418 1753030656 40277 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8331/tid=8338] ppid=8329 vsize=1711944 CPUtime=0
/proc/8331/task/8338/stat : 8338 (java) S 8329 8331 8285 0 -1 64 3 0 0 0 0 0 0 0 17 0 13 0 198011418 1753030656 40277 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8331/tid=8339] ppid=8329 vsize=1711944 CPUtime=0.97
/proc/8331/task/8339/stat : 8339 (java) S 8329 8331 8285 0 -1 64 1071 0 0 0 97 0 0 0 16 0 13 0 198011418 1753030656 40277 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8331/tid=8340] ppid=8329 vsize=1711944 CPUtime=1.21
/proc/8331/task/8340/stat : 8340 (java) S 8329 8331 8285 0 -1 64 2541 0 0 0 120 1 0 0 16 0 13 0 198011418 1753030656 40277 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8331/tid=8341] ppid=8329 vsize=1711944 CPUtime=0
/proc/8331/task/8341/stat : 8341 (java) S 8329 8331 8285 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 198011418 1753030656 40277 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8331/tid=8342] ppid=8329 vsize=1711944 CPUtime=0
/proc/8331/task/8342/stat : 8342 (java) S 8329 8331 8285 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 198011418 1753030656 40277 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8331/tid=8343] ppid=8329 vsize=1711944 CPUtime=0
/proc/8331/task/8343/stat : 8343 (java) S 8329 8331 8285 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 198011584 1753030656 40277 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 52.01
Current children cumulated vsize (Kb) 1711944

[startup+60.0388 s]
/proc/loadavg: 1.00 1.02 1.00 2/76 8343
/proc/meminfo: memFree=1473296/2055920 swapFree=4182292/4192956
[pid=8331] ppid=8329 vsize=1711944 CPUtime=62.07
/proc/8331/stat : 8331 (java) R 8329 8331 8285 0 -1 0 62329 0 1 0 6179 28 0 0 20 0 13 0 198011408 1753030656 46576 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071637784 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/8331/statm: 427986 46576 1911 14 0 414733 0
[pid=8331/tid=8332] ppid=8329 vsize=1711944 CPUtime=0.41
/proc/8331/task/8332/stat : 8332 (java) S 8329 8331 8285 0 -1 64 7118 0 0 0 39 2 0 0 16 0 13 0 198011411 1753030656 46576 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8331/tid=8333] ppid=8329 vsize=1711944 CPUtime=0.43
/proc/8331/task/8333/stat : 8333 (java) S 8329 8331 8285 0 -1 64 7241 0 0 0 40 3 0 0 15 0 13 0 198011412 1753030656 46576 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8331/tid=8334] ppid=8329 vsize=1711944 CPUtime=0.02
/proc/8331/task/8334/stat : 8334 (java) S 8329 8331 8285 0 -1 64 53 0 0 0 1 1 0 0 15 0 13 0 198011414 1753030656 46576 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=8331/tid=8335] ppid=8329 vsize=1711944 CPUtime=0
/proc/8331/task/8335/stat : 8335 (java) S 8329 8331 8285 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 198011415 1753030656 46576 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8331/tid=8336] ppid=8329 vsize=1711944 CPUtime=0
/proc/8331/task/8336/stat : 8336 (java) S 8329 8331 8285 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 198011415 1753030656 46576 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8331/tid=8337] ppid=8329 vsize=1711944 CPUtime=0
/proc/8331/task/8337/stat : 8337 (java) S 8329 8331 8285 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 198011418 1753030656 46576 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0

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

[pid=8331/tid=8335] ppid=8329 vsize=1711944 CPUtime=0
/proc/8331/task/8335/stat : 8335 (java) S 8329 8331 8285 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 198011415 1753030656 157689 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8331/tid=8336] ppid=8329 vsize=1711944 CPUtime=0
/proc/8331/task/8336/stat : 8336 (java) S 8329 8331 8285 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 198011415 1753030656 157689 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8331/tid=8337] ppid=8329 vsize=1711944 CPUtime=0
/proc/8331/task/8337/stat : 8337 (java) S 8329 8331 8285 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 198011418 1753030656 157689 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8331/tid=8338] ppid=8329 vsize=1711944 CPUtime=0.01
/proc/8331/task/8338/stat : 8338 (java) S 8329 8331 8285 0 -1 64 3 0 0 0 1 0 0 0 16 0 13 0 198011418 1753030656 157689 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8331/tid=8339] ppid=8329 vsize=1711944 CPUtime=1
/proc/8331/task/8339/stat : 8339 (java) S 8329 8331 8285 0 -1 64 1072 0 0 0 100 0 0 0 17 0 13 0 198011418 1753030656 157689 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8331/tid=8340] ppid=8329 vsize=1711944 CPUtime=1.29
/proc/8331/task/8340/stat : 8340 (java) S 8329 8331 8285 0 -1 64 2552 0 0 0 128 1 0 0 17 0 13 0 198011418 1753030656 157689 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8331/tid=8341] ppid=8329 vsize=1711944 CPUtime=0
/proc/8331/task/8341/stat : 8341 (java) S 8329 8331 8285 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 198011418 1753030656 157689 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8331/tid=8342] ppid=8329 vsize=1711944 CPUtime=0
/proc/8331/task/8342/stat : 8342 (java) S 8329 8331 8285 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 198011418 1753030656 157689 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8331/tid=8343] ppid=8329 vsize=1711944 CPUtime=0
/proc/8331/task/8343/stat : 8343 (java) S 8329 8331 8285 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 198011584 1753030656 157689 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1796.18
Current children cumulated vsize (Kb) 1711944

[startup+1768.36 s]
/proc/loadavg: 1.07 1.02 1.00 2/76 8345
/proc/meminfo: memFree=1027024/2055920 swapFree=4182292/4192956
[pid=8331] ppid=8329 vsize=1711944 CPUtime=1797.2
/proc/8331/stat : 8331 (java) R 8329 8331 8285 0 -1 0 210504 0 1 0 179491 229 0 0 25 0 13 0 198011408 1753030656 157689 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071487572 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/8331/statm: 427986 157689 1911 14 0 414733 0
[pid=8331/tid=8332] ppid=8329 vsize=1711944 CPUtime=28.24
/proc/8331/task/8332/stat : 8332 (java) S 8329 8331 8285 0 -1 64 71099 0 0 0 2751 73 0 0 16 0 13 0 198011411 1753030656 157689 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8331/tid=8333] ppid=8329 vsize=1711944 CPUtime=28.28
/proc/8331/task/8333/stat : 8333 (java) S 8329 8331 8285 0 -1 64 67549 0 0 0 2743 85 0 0 16 0 13 0 198011412 1753030656 157689 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8331/tid=8334] ppid=8329 vsize=1711944 CPUtime=0.68
/proc/8331/task/8334/stat : 8334 (java) S 8329 8331 8285 0 -1 64 107 0 0 0 41 27 0 0 16 0 13 0 198011414 1753030656 157689 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=8331/tid=8335] ppid=8329 vsize=1711944 CPUtime=0
/proc/8331/task/8335/stat : 8335 (java) S 8329 8331 8285 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 198011415 1753030656 157689 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8331/tid=8336] ppid=8329 vsize=1711944 CPUtime=0
/proc/8331/task/8336/stat : 8336 (java) S 8329 8331 8285 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 198011415 1753030656 157689 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8331/tid=8337] ppid=8329 vsize=1711944 CPUtime=0
/proc/8331/task/8337/stat : 8337 (java) S 8329 8331 8285 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 198011418 1753030656 157689 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8331/tid=8338] ppid=8329 vsize=1711944 CPUtime=0.01
/proc/8331/task/8338/stat : 8338 (java) S 8329 8331 8285 0 -1 64 3 0 0 0 1 0 0 0 16 0 13 0 198011418 1753030656 157689 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8331/tid=8339] ppid=8329 vsize=1711944 CPUtime=1
/proc/8331/task/8339/stat : 8339 (java) S 8329 8331 8285 0 -1 64 1072 0 0 0 100 0 0 0 17 0 13 0 198011418 1753030656 157689 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8331/tid=8340] ppid=8329 vsize=1711944 CPUtime=1.29
/proc/8331/task/8340/stat : 8340 (java) S 8329 8331 8285 0 -1 64 2552 0 0 0 128 1 0 0 17 0 13 0 198011418 1753030656 157689 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8331/tid=8341] ppid=8329 vsize=1711944 CPUtime=0
/proc/8331/task/8341/stat : 8341 (java) S 8329 8331 8285 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 198011418 1753030656 157689 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8331/tid=8342] ppid=8329 vsize=1711944 CPUtime=0
/proc/8331/task/8342/stat : 8342 (java) S 8329 8331 8285 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 198011418 1753030656 157689 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8331/tid=8343] ppid=8329 vsize=1711944 CPUtime=0
/proc/8331/task/8343/stat : 8343 (java) S 8329 8331 8285 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 198011584 1753030656 157689 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1797.2
Current children cumulated vsize (Kb) 1711944

[startup+1769.37 s]
/proc/loadavg: 1.07 1.02 1.00 2/76 8345
/proc/meminfo: memFree=1026960/2055920 swapFree=4182292/4192956
[pid=8331] ppid=8329 vsize=1711944 CPUtime=1798.23
/proc/8331/stat : 8331 (java) R 8329 8331 8285 0 -1 0 210533 0 1 0 179594 229 0 0 24 0 13 0 198011408 1753030656 157716 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071487723 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/8331/statm: 427986 157716 1911 14 0 414733 0
[pid=8331/tid=8332] ppid=8329 vsize=1711944 CPUtime=28.27
/proc/8331/task/8332/stat : 8332 (java) S 8329 8331 8285 0 -1 64 71107 0 0 0 2754 73 0 0 16 0 13 0 198011411 1753030656 157716 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8331/tid=8333] ppid=8329 vsize=1711944 CPUtime=28.31
/proc/8331/task/8333/stat : 8333 (java) S 8329 8331 8285 0 -1 64 67568 0 0 0 2746 85 0 0 16 0 13 0 198011412 1753030656 157716 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8331/tid=8334] ppid=8329 vsize=1711944 CPUtime=0.69
/proc/8331/task/8334/stat : 8334 (java) S 8329 8331 8285 0 -1 64 107 0 0 0 42 27 0 0 15 0 13 0 198011414 1753030656 157716 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=8331/tid=8335] ppid=8329 vsize=1711944 CPUtime=0
/proc/8331/task/8335/stat : 8335 (java) S 8329 8331 8285 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 198011415 1753030656 157716 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8331/tid=8336] ppid=8329 vsize=1711944 CPUtime=0
/proc/8331/task/8336/stat : 8336 (java) S 8329 8331 8285 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 198011415 1753030656 157716 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8331/tid=8337] ppid=8329 vsize=1711944 CPUtime=0
/proc/8331/task/8337/stat : 8337 (java) S 8329 8331 8285 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 198011418 1753030656 157716 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8331/tid=8338] ppid=8329 vsize=1711944 CPUtime=0.01
/proc/8331/task/8338/stat : 8338 (java) S 8329 8331 8285 0 -1 64 3 0 0 0 1 0 0 0 16 0 13 0 198011418 1753030656 157716 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8331/tid=8339] ppid=8329 vsize=1711944 CPUtime=1
/proc/8331/task/8339/stat : 8339 (java) S 8329 8331 8285 0 -1 64 1072 0 0 0 100 0 0 0 17 0 13 0 198011418 1753030656 157716 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8331/tid=8340] ppid=8329 vsize=1711944 CPUtime=1.29
/proc/8331/task/8340/stat : 8340 (java) S 8329 8331 8285 0 -1 64 2552 0 0 0 128 1 0 0 17 0 13 0 198011418 1753030656 157716 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8331/tid=8341] ppid=8329 vsize=1711944 CPUtime=0
/proc/8331/task/8341/stat : 8341 (java) S 8329 8331 8285 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 198011418 1753030656 157716 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8331/tid=8342] ppid=8329 vsize=1711944 CPUtime=0
/proc/8331/task/8342/stat : 8342 (java) S 8329 8331 8285 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 198011418 1753030656 157716 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8331/tid=8343] ppid=8329 vsize=1711944 CPUtime=0
/proc/8331/task/8343/stat : 8343 (java) S 8329 8331 8285 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 198011584 1753030656 157716 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1798.23
Current children cumulated vsize (Kb) 1711944

[startup+1770.37 s]
/proc/loadavg: 1.07 1.02 1.00 2/76 8345
/proc/meminfo: memFree=1026960/2055920 swapFree=4182292/4192956
[pid=8331] ppid=8329 vsize=1711944 CPUtime=1799.25
/proc/8331/stat : 8331 (java) R 8329 8331 8285 0 -1 0 210534 0 1 0 179696 229 0 0 25 0 13 0 198011408 1753030656 157716 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071682050 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/8331/statm: 427986 157716 1911 14 0 414733 0
[pid=8331/tid=8332] ppid=8329 vsize=1711944 CPUtime=28.29
/proc/8331/task/8332/stat : 8332 (java) S 8329 8331 8285 0 -1 64 71107 0 0 0 2756 73 0 0 16 0 13 0 198011411 1753030656 157716 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8331/tid=8333] ppid=8329 vsize=1711944 CPUtime=28.32
/proc/8331/task/8333/stat : 8333 (java) S 8329 8331 8285 0 -1 64 67568 0 0 0 2747 85 0 0 16 0 13 0 198011412 1753030656 157716 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8331/tid=8334] ppid=8329 vsize=1711944 CPUtime=0.69
/proc/8331/task/8334/stat : 8334 (java) S 8329 8331 8285 0 -1 64 107 0 0 0 42 27 0 0 16 0 13 0 198011414 1753030656 157716 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=8331/tid=8335] ppid=8329 vsize=1711944 CPUtime=0
/proc/8331/task/8335/stat : 8335 (java) S 8329 8331 8285 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 198011415 1753030656 157716 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8331/tid=8336] ppid=8329 vsize=1711944 CPUtime=0
/proc/8331/task/8336/stat : 8336 (java) S 8329 8331 8285 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 198011415 1753030656 157716 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8331/tid=8337] ppid=8329 vsize=1711944 CPUtime=0
/proc/8331/task/8337/stat : 8337 (java) S 8329 8331 8285 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 198011418 1753030656 157716 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8331/tid=8338] ppid=8329 vsize=1711944 CPUtime=0.01
/proc/8331/task/8338/stat : 8338 (java) S 8329 8331 8285 0 -1 64 3 0 0 0 1 0 0 0 16 0 13 0 198011418 1753030656 157716 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8331/tid=8339] ppid=8329 vsize=1711944 CPUtime=1
/proc/8331/task/8339/stat : 8339 (java) S 8329 8331 8285 0 -1 64 1072 0 0 0 100 0 0 0 17 0 13 0 198011418 1753030656 157716 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8331/tid=8340] ppid=8329 vsize=1711944 CPUtime=1.29
/proc/8331/task/8340/stat : 8340 (java) S 8329 8331 8285 0 -1 64 2552 0 0 0 128 1 0 0 17 0 13 0 198011418 1753030656 157716 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8331/tid=8341] ppid=8329 vsize=1711944 CPUtime=0
/proc/8331/task/8341/stat : 8341 (java) S 8329 8331 8285 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 198011418 1753030656 157716 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8331/tid=8342] ppid=8329 vsize=1711944 CPUtime=0
/proc/8331/task/8342/stat : 8342 (java) S 8329 8331 8285 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 198011418 1753030656 157716 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8331/tid=8343] ppid=8329 vsize=1711944 CPUtime=0
/proc/8331/task/8343/stat : 8343 (java) S 8329 8331 8285 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 198011584 1753030656 157716 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1799.25
Current children cumulated vsize (Kb) 1711944

[startup+1771.38 s]
/proc/loadavg: 1.07 1.02 1.00 2/76 8345
/proc/meminfo: memFree=1026896/2055920 swapFree=4182292/4192956
[pid=8331] ppid=8329 vsize=1711944 CPUtime=1800.27
/proc/8331/stat : 8331 (java) R 8329 8331 8285 0 -1 0 210535 0 1 0 179798 229 0 0 25 0 13 0 198011408 1753030656 157716 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071717809 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/8331/statm: 427986 157716 1911 14 0 414733 0
[pid=8331/tid=8332] ppid=8329 vsize=1711944 CPUtime=28.3
/proc/8331/task/8332/stat : 8332 (java) S 8329 8331 8285 0 -1 64 71107 0 0 0 2757 73 0 0 16 0 13 0 198011411 1753030656 157716 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8331/tid=8333] ppid=8329 vsize=1711944 CPUtime=28.34
/proc/8331/task/8333/stat : 8333 (java) S 8329 8331 8285 0 -1 64 67568 0 0 0 2749 85 0 0 16 0 13 0 198011412 1753030656 157716 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8331/tid=8334] ppid=8329 vsize=1711944 CPUtime=0.69
/proc/8331/task/8334/stat : 8334 (java) S 8329 8331 8285 0 -1 64 107 0 0 0 42 27 0 0 16 0 13 0 198011414 1753030656 157716 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=8331/tid=8335] ppid=8329 vsize=1711944 CPUtime=0
/proc/8331/task/8335/stat : 8335 (java) S 8329 8331 8285 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 198011415 1753030656 157716 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8331/tid=8336] ppid=8329 vsize=1711944 CPUtime=0
/proc/8331/task/8336/stat : 8336 (java) S 8329 8331 8285 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 198011415 1753030656 157716 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8331/tid=8337] ppid=8329 vsize=1711944 CPUtime=0
/proc/8331/task/8337/stat : 8337 (java) S 8329 8331 8285 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 198011418 1753030656 157716 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8331/tid=8338] ppid=8329 vsize=1711944 CPUtime=0.01
/proc/8331/task/8338/stat : 8338 (java) S 8329 8331 8285 0 -1 64 3 0 0 0 1 0 0 0 16 0 13 0 198011418 1753030656 157716 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8331/tid=8339] ppid=8329 vsize=1711944 CPUtime=1
/proc/8331/task/8339/stat : 8339 (java) S 8329 8331 8285 0 -1 64 1072 0 0 0 100 0 0 0 17 0 13 0 198011418 1753030656 157716 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8331/tid=8340] ppid=8329 vsize=1711944 CPUtime=1.29
/proc/8331/task/8340/stat : 8340 (java) S 8329 8331 8285 0 -1 64 2552 0 0 0 128 1 0 0 17 0 13 0 198011418 1753030656 157716 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8331/tid=8341] ppid=8329 vsize=1711944 CPUtime=0
/proc/8331/task/8341/stat : 8341 (java) S 8329 8331 8285 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 198011418 1753030656 157716 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8331/tid=8342] ppid=8329 vsize=1711944 CPUtime=0
/proc/8331/task/8342/stat : 8342 (java) S 8329 8331 8285 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 198011418 1753030656 157716 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8331/tid=8343] ppid=8329 vsize=1711944 CPUtime=0
/proc/8331/task/8343/stat : 8343 (java) S 8329 8331 8285 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 198011584 1753030656 157716 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.27
Current children cumulated vsize (Kb) 1711944



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1771.39 s]
/proc/loadavg: 1.07 1.02 1.00 2/76 8345
/proc/meminfo: memFree=1026896/2055920 swapFree=4182292/4192956
[pid=8331] ppid=8329 vsize=1711944 CPUtime=1800.28
/proc/8331/stat : 8331 (java) R 8329 8331 8285 0 -1 0 210535 0 1 0 179799 229 0 0 25 0 13 0 198011408 1753030656 157716 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071777155 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/8331/statm: 427986 157716 1911 14 0 414733 0
[pid=8331/tid=8332] ppid=8329 vsize=1711944 CPUtime=28.3
/proc/8331/task/8332/stat : 8332 (java) S 8329 8331 8285 0 -1 64 71107 0 0 0 2757 73 0 0 16 0 13 0 198011411 1753030656 157716 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8331/tid=8333] ppid=8329 vsize=1711944 CPUtime=28.34
/proc/8331/task/8333/stat : 8333 (java) S 8329 8331 8285 0 -1 64 67568 0 0 0 2749 85 0 0 16 0 13 0 198011412 1753030656 157716 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8331/tid=8334] ppid=8329 vsize=1711944 CPUtime=0.69
/proc/8331/task/8334/stat : 8334 (java) S 8329 8331 8285 0 -1 64 107 0 0 0 42 27 0 0 16 0 13 0 198011414 1753030656 157716 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=8331/tid=8335] ppid=8329 vsize=1711944 CPUtime=0
/proc/8331/task/8335/stat : 8335 (java) S 8329 8331 8285 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 198011415 1753030656 157716 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8331/tid=8336] ppid=8329 vsize=1711944 CPUtime=0
/proc/8331/task/8336/stat : 8336 (java) S 8329 8331 8285 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 198011415 1753030656 157716 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8331/tid=8337] ppid=8329 vsize=1711944 CPUtime=0
/proc/8331/task/8337/stat : 8337 (java) S 8329 8331 8285 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 198011418 1753030656 157716 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8331/tid=8338] ppid=8329 vsize=1711944 CPUtime=0.01
/proc/8331/task/8338/stat : 8338 (java) S 8329 8331 8285 0 -1 64 3 0 0 0 1 0 0 0 16 0 13 0 198011418 1753030656 157716 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8331/tid=8339] ppid=8329 vsize=1711944 CPUtime=1
/proc/8331/task/8339/stat : 8339 (java) S 8329 8331 8285 0 -1 64 1072 0 0 0 100 0 0 0 17 0 13 0 198011418 1753030656 157716 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8331/tid=8340] ppid=8329 vsize=1711944 CPUtime=1.29
/proc/8331/task/8340/stat : 8340 (java) S 8329 8331 8285 0 -1 64 2552 0 0 0 128 1 0 0 17 0 13 0 198011418 1753030656 157716 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8331/tid=8341] ppid=8329 vsize=1711944 CPUtime=0
/proc/8331/task/8341/stat : 8341 (java) S 8329 8331 8285 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 198011418 1753030656 157716 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8331/tid=8342] ppid=8329 vsize=1711944 CPUtime=0
/proc/8331/task/8342/stat : 8342 (java) S 8329 8331 8285 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 198011418 1753030656 157716 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8331/tid=8343] ppid=8329 vsize=1711944 CPUtime=0
/proc/8331/task/8343/stat : 8343 (java) S 8329 8331 8285 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 198011584 1753030656 157716 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.28
Current children cumulated vsize (Kb) 1711944

Sending SIGTERM to -8331
Sleeping 2 seconds

Child status: 143
Real time (s): 1771.53
CPU time (s): 1800.43
CPU user time (s): 1798.04
CPU system time (s): 2.39064
CPU usage (%): 101.631
Max. virtual memory (cumulated for all children) (Kb): 1712968

Launcher Data (download as text)

Begin job on node74 on Sat Jun  3 08:31:11 UTC 2006


FILE ID= 42344-1149323471

PBS_JOBID= 309484

BENCH NAME= HOME/pub/bench/PB06//final/normalized-PB06/OPT-MEDINT/mps-v2-20-10/MIPLIB/miplib/normalized-mps-v2-20-10-air06.opb
COMMAND LINE= java -server -Xms1500M -Xmx1500M -jar ROOT/solvers/PB/PB06final/user5/sat4jPseudoHeuristics.jar ROOT/tmp/node74/42344-1149323471/instance-42344-1149323471.opb 851970726
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node74/watcher-42344-1149323471 -o ROOT/results/node74/solver-42344-1149323471 -C 1800 -M 1800 -S 64  java -server -Xms1500M -Xmx1500M -jar ROOT/solvers/PB/PB06final/user5/sat4jPseudoHeuristics.jar ROOT/tmp/node74/42344-1149323471/instance-42344-1149323471.opb 851970726

MD5SUM SOLVER= 3cef94aa015dc0dd234d31843a257d70
MD5SUM BENCH=  56f4f4418400a86463858db6d507606d

RANDOM SEED= 851970726


/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.274
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.274
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:       1652472 kB
Buffers:          9412 kB
Cached:         330984 kB
SwapCached:       2324 kB
Active:         179092 kB
Inactive:       170032 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1652472 kB
SwapTotal:     4192956 kB
SwapFree:      4182292 kB
Dirty:             176 kB
Writeback:           0 kB
Mapped:          15868 kB
Slab:            40304 kB
Committed_AS:   290760 kB
PageTables:       1424 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB


End job on node74 on Sat Jun  3 09:00:42 UTC 2006