Trace number 43970

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.34 1792.36

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/ftp.netlib.org/
lp/data/normalized-reduced-mps-v2-20-10-scfxm2.opb
MD5SUM927ab7fb1c72ef94d2253f029f4e072a
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables27420
Total number of constraints654
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints654
Minimum length of a constraint30
Maximum length of a constraint1710
Number of terms in the objective function 1380
Biggest coefficient in the objective function 10006
Number of bits for the biggest coefficient in the objective function 14
Sum of the numbers in the objective function 525320
Number of bits of the sum of numbers in the objective function 20
Biggest number in a constraint 262145
Number of bits of the biggest number in a constraint 19
Biggest sum of numbers in a constraint 525557
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.14	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.14	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.15	c no version file found!!!
0.15	c sun.arch.data.model	32
0.15	c java.version	1.5.0_06
0.15	c os.name	Linux
0.15	c os.version	2.6.9-34.ELsmp
0.15	c os.arch	i386
0.15	c Free memory 1548419056
0.15	c Max memory 1551040512
0.15	c Total memory 1551040512
0.15	c Number of processors 2
0.20	c Cutting planes based inference
0.20	c --- Begin Solver configuration ---
0.20	c org.sat4j.minisat.uip.FirstUIP@1037c71
0.20	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@1df073d
0.20	c org.sat4j.minisat.learning.MiniSATLearning@1546e25
0.20	c conflictBoundIncFactor=1.5 learntBoundIncFactor=1.1 initLearntBoundConstraintFactor=10000.0 initConflictBound=100 
0.20	c VSIDS like heuristics from MiniSAT using a heap
0.20	c No reason simplification
0.20	c --- End Solver configuration ---
0.20	c solving ROOT/tmp/node91/43970-1149341585/instance-43970-1149341585.opb
0.20	c reading problem ... 
2.50	c ... done. Time 2.302 ms.
2.50	c #vars     27420
2.50	c #constraints  1024
1792.32	c starts		: 6
1792.32	c conflicts		: 1362
1792.32	c decisions		: 29061
1792.32	c propagations		: 83861
1792.32	c inspects		: 945288
1792.32	c learnt literals	: 0
1792.32	c learnt binary clauses	: 0
1792.32	c learnt ternary clauses	: 0
1792.32	c learnt clauses	: 1361
1792.32	c root simplifications	: 0
1792.32	c removed literals (reason simplification)	: 0
1792.32	c reason swapping (by a shorter reason)	: 0
1792.32	c Calls to reduceDB	: 0
1792.32	c speed (decisions/second)	: 16.237209307523056
1792.32	c non guided choices	2084
1792.32	s UNKNOWN
1792.32	c Total wall clock time (ms): 1792.12

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

Current StackSize limit: 67108864 bytes

/proc/loadavg: 1.01 1.00 1.00 2/68 11572
/proc/meminfo: memFree=1452976/2055892 swapFree=4085372/4096564
[pid=11572] ppid=11570 vsize=1788 CPUtime=0
/proc/11572/stat : 11572 (java) D 11570 11572 11526 0 -1 0 176 0 0 0 0 0 0 0 18 0 1 0 199797458 1830912 144 18446744073709551615 134512640 134570276 4294956624 18446744073709551615 4294960144 0 2147483391 4096 0 18446744072100015398 0 0 17 1 0 0
/proc/11572/statm: 447 144 109 14 0 91 0

[startup+10.0025 s]
/proc/loadavg: 1.15 1.04 1.01 2/80 11584
/proc/meminfo: memFree=1244048/2055892 swapFree=4085372/4096564
[pid=11572] ppid=11570 vsize=1713544 CPUtime=11.55
/proc/11572/stat : 11572 (java) R 11570 11572 11526 0 -1 0 56274 0 1 0 1130 25 0 0 25 0 13 0 199797458 1754669056 54033 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071531115 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/11572/statm: 428386 54033 1909 14 0 415132 0
[pid=11572/tid=11573] ppid=11570 vsize=1713544 CPUtime=0.47
/proc/11572/task/11573/stat : 11573 (java) S 11570 11572 11526 0 -1 64 9047 0 0 0 44 3 0 0 15 0 13 0 199797461 1754669056 54033 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11572/tid=11574] ppid=11570 vsize=1713544 CPUtime=0.47
/proc/11572/task/11574/stat : 11574 (java) S 11570 11572 11526 0 -1 64 8344 0 0 0 44 3 0 0 16 0 13 0 199797461 1754669056 54033 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11572/tid=11575] ppid=11570 vsize=1713544 CPUtime=0
/proc/11572/task/11575/stat : 11575 (java) S 11570 11572 11526 0 -1 64 18 0 0 0 0 0 0 0 17 0 13 0 199797464 1754669056 54033 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=11572/tid=11576] ppid=11570 vsize=1713544 CPUtime=0
/proc/11572/task/11576/stat : 11576 (java) S 11570 11572 11526 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 199797464 1754669056 54033 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11572/tid=11577] ppid=11570 vsize=1713544 CPUtime=0
/proc/11572/task/11577/stat : 11577 (java) S 11570 11572 11526 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 199797464 1754669056 54033 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11572/tid=11578] ppid=11570 vsize=1713544 CPUtime=0
/proc/11572/task/11578/stat : 11578 (java) S 11570 11572 11526 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 199797468 1754669056 54033 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11572/tid=11579] ppid=11570 vsize=1713544 CPUtime=0
/proc/11572/task/11579/stat : 11579 (java) S 11570 11572 11526 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 199797468 1754669056 54033 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11572/tid=11580] ppid=11570 vsize=1713544 CPUtime=0.73
/proc/11572/task/11580/stat : 11580 (java) S 11570 11572 11526 0 -1 64 1661 0 0 0 73 0 0 0 16 0 13 0 199797468 1754669056 54033 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11572/tid=11581] ppid=11570 vsize=1713544 CPUtime=0.7
/proc/11572/task/11581/stat : 11581 (java) S 11570 11572 11526 0 -1 64 654 0 0 0 70 0 0 0 15 0 13 0 199797468 1754669056 54033 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11572/tid=11582] ppid=11570 vsize=1713544 CPUtime=0
/proc/11572/task/11582/stat : 11582 (java) S 11570 11572 11526 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 199797468 1754669056 54033 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11572/tid=11583] ppid=11570 vsize=1713544 CPUtime=0
/proc/11572/task/11583/stat : 11583 (java) S 11570 11572 11526 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 199797468 1754669056 54033 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11572/tid=11584] ppid=11570 vsize=1713544 CPUtime=0
/proc/11572/task/11584/stat : 11584 (java) S 11570 11572 11526 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 199797726 1754669056 54033 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 11.55
Current children cumulated vsize (Kb) 1713544

[startup+20.0095 s]
/proc/loadavg: 1.13 1.03 1.01 2/80 11584
/proc/meminfo: memFree=1262608/2055892 swapFree=4085372/4096564
[pid=11572] ppid=11570 vsize=1713544 CPUtime=21.8
/proc/11572/stat : 11572 (java) R 11570 11572 11526 0 -1 0 58525 0 1 0 2154 26 0 0 25 0 13 0 199797458 1754669056 49341 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071586752 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/11572/statm: 428386 49341 1909 14 0 415132 0
[pid=11572/tid=11573] ppid=11570 vsize=1713544 CPUtime=0.5
/proc/11572/task/11573/stat : 11573 (java) S 11570 11572 11526 0 -1 64 9684 0 0 0 47 3 0 0 16 0 13 0 199797461 1754669056 49341 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11572/tid=11574] ppid=11570 vsize=1713544 CPUtime=0.49
/proc/11572/task/11574/stat : 11574 (java) S 11570 11572 11526 0 -1 64 8799 0 0 0 46 3 0 0 17 0 13 0 199797461 1754669056 49341 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11572/tid=11575] ppid=11570 vsize=1713544 CPUtime=0.01
/proc/11572/task/11575/stat : 11575 (java) S 11570 11572 11526 0 -1 64 20 0 0 0 1 0 0 0 17 0 13 0 199797464 1754669056 49341 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=11572/tid=11576] ppid=11570 vsize=1713544 CPUtime=0
/proc/11572/task/11576/stat : 11576 (java) S 11570 11572 11526 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 199797464 1754669056 49341 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11572/tid=11577] ppid=11570 vsize=1713544 CPUtime=0
/proc/11572/task/11577/stat : 11577 (java) S 11570 11572 11526 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 199797464 1754669056 49341 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11572/tid=11578] ppid=11570 vsize=1713544 CPUtime=0
/proc/11572/task/11578/stat : 11578 (java) S 11570 11572 11526 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 199797468 1754669056 49341 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11572/tid=11579] ppid=11570 vsize=1713544 CPUtime=0
/proc/11572/task/11579/stat : 11579 (java) S 11570 11572 11526 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 199797468 1754669056 49341 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11572/tid=11580] ppid=11570 vsize=1713544 CPUtime=0.91
/proc/11572/task/11580/stat : 11580 (java) S 11570 11572 11526 0 -1 64 2798 0 0 0 90 1 0 0 17 0 13 0 199797468 1754669056 49341 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11572/tid=11581] ppid=11570 vsize=1713544 CPUtime=0.76
/proc/11572/task/11581/stat : 11581 (java) S 11570 11572 11526 0 -1 64 660 0 0 0 76 0 0 0 17 0 13 0 199797468 1754669056 49341 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11572/tid=11582] ppid=11570 vsize=1713544 CPUtime=0
/proc/11572/task/11582/stat : 11582 (java) S 11570 11572 11526 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 199797468 1754669056 49341 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11572/tid=11583] ppid=11570 vsize=1713544 CPUtime=0
/proc/11572/task/11583/stat : 11583 (java) S 11570 11572 11526 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 199797468 1754669056 49341 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11572/tid=11584] ppid=11570 vsize=1713544 CPUtime=0
/proc/11572/task/11584/stat : 11584 (java) S 11570 11572 11526 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 199797726 1754669056 49341 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 21.8
Current children cumulated vsize (Kb) 1713544

[startup+30.0165 s]
/proc/loadavg: 1.11 1.03 1.01 2/80 11584
/proc/meminfo: memFree=1291280/2055892 swapFree=4085372/4096564
[pid=11572] ppid=11570 vsize=1713544 CPUtime=31.82
/proc/11572/stat : 11572 (java) R 11570 11572 11526 0 -1 0 58546 0 1 0 3155 27 0 0 25 0 13 0 199797458 1754669056 42183 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071594565 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/11572/statm: 428386 42183 1909 14 0 415132 0
[pid=11572/tid=11573] ppid=11570 vsize=1713544 CPUtime=0.52
/proc/11572/task/11573/stat : 11573 (java) S 11570 11572 11526 0 -1 64 9685 0 0 0 48 4 0 0 15 0 13 0 199797461 1754669056 42183 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11572/tid=11574] ppid=11570 vsize=1713544 CPUtime=0.5
/proc/11572/task/11574/stat : 11574 (java) S 11570 11572 11526 0 -1 64 8802 0 0 0 47 3 0 0 17 0 13 0 199797461 1754669056 42183 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11572/tid=11575] ppid=11570 vsize=1713544 CPUtime=0.01
/proc/11572/task/11575/stat : 11575 (java) S 11570 11572 11526 0 -1 64 24 0 0 0 1 0 0 0 17 0 13 0 199797464 1754669056 42183 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=11572/tid=11576] ppid=11570 vsize=1713544 CPUtime=0
/proc/11572/task/11576/stat : 11576 (java) S 11570 11572 11526 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 199797464 1754669056 42183 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11572/tid=11577] ppid=11570 vsize=1713544 CPUtime=0
/proc/11572/task/11577/stat : 11577 (java) S 11570 11572 11526 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 199797464 1754669056 42183 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11572/tid=11578] ppid=11570 vsize=1713544 CPUtime=0
/proc/11572/task/11578/stat : 11578 (java) S 11570 11572 11526 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 199797468 1754669056 42183 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11572/tid=11579] ppid=11570 vsize=1713544 CPUtime=0
/proc/11572/task/11579/stat : 11579 (java) S 11570 11572 11526 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 199797468 1754669056 42183 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11572/tid=11580] ppid=11570 vsize=1713544 CPUtime=0.91
/proc/11572/task/11580/stat : 11580 (java) S 11570 11572 11526 0 -1 64 2798 0 0 0 90 1 0 0 17 0 13 0 199797468 1754669056 42183 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11572/tid=11581] ppid=11570 vsize=1713544 CPUtime=0.76
/proc/11572/task/11581/stat : 11581 (java) S 11570 11572 11526 0 -1 64 660 0 0 0 76 0 0 0 17 0 13 0 199797468 1754669056 42183 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11572/tid=11582] ppid=11570 vsize=1713544 CPUtime=0
/proc/11572/task/11582/stat : 11582 (java) S 11570 11572 11526 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 199797468 1754669056 42183 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11572/tid=11583] ppid=11570 vsize=1713544 CPUtime=0
/proc/11572/task/11583/stat : 11583 (java) S 11570 11572 11526 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 199797468 1754669056 42183 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11572/tid=11584] ppid=11570 vsize=1713544 CPUtime=0
/proc/11572/task/11584/stat : 11584 (java) S 11570 11572 11526 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 199797726 1754669056 42183 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 31.82
Current children cumulated vsize (Kb) 1713544

[startup+40.0234 s]
/proc/loadavg: 1.09 1.03 1.01 2/80 11584
/proc/meminfo: memFree=1307280/2055892 swapFree=4085372/4096564
[pid=11572] ppid=11570 vsize=1713544 CPUtime=41.84
/proc/11572/stat : 11572 (java) R 11570 11572 11526 0 -1 0 58564 0 1 0 4156 28 0 0 25 0 13 0 199797458 1754669056 38180 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071656610 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/11572/statm: 428386 38180 1909 14 0 415132 0
[pid=11572/tid=11573] ppid=11570 vsize=1713544 CPUtime=0.53
/proc/11572/task/11573/stat : 11573 (java) S 11570 11572 11526 0 -1 64 9687 0 0 0 49 4 0 0 16 0 13 0 199797461 1754669056 38180 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11572/tid=11574] ppid=11570 vsize=1713544 CPUtime=0.51
/proc/11572/task/11574/stat : 11574 (java) S 11570 11572 11526 0 -1 64 8803 0 0 0 48 3 0 0 16 0 13 0 199797461 1754669056 38180 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11572/tid=11575] ppid=11570 vsize=1713544 CPUtime=0.02
/proc/11572/task/11575/stat : 11575 (java) S 11570 11572 11526 0 -1 64 25 0 0 0 1 1 0 0 16 0 13 0 199797464 1754669056 38180 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=11572/tid=11576] ppid=11570 vsize=1713544 CPUtime=0
/proc/11572/task/11576/stat : 11576 (java) S 11570 11572 11526 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 199797464 1754669056 38180 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11572/tid=11577] ppid=11570 vsize=1713544 CPUtime=0
/proc/11572/task/11577/stat : 11577 (java) S 11570 11572 11526 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 199797464 1754669056 38180 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11572/tid=11578] ppid=11570 vsize=1713544 CPUtime=0
/proc/11572/task/11578/stat : 11578 (java) S 11570 11572 11526 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 199797468 1754669056 38180 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11572/tid=11579] ppid=11570 vsize=1713544 CPUtime=0
/proc/11572/task/11579/stat : 11579 (java) S 11570 11572 11526 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 199797468 1754669056 38180 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11572/tid=11580] ppid=11570 vsize=1713544 CPUtime=0.91
/proc/11572/task/11580/stat : 11580 (java) S 11570 11572 11526 0 -1 64 2798 0 0 0 90 1 0 0 17 0 13 0 199797468 1754669056 38180 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11572/tid=11581] ppid=11570 vsize=1713544 CPUtime=0.77
/proc/11572/task/11581/stat : 11581 (java) S 11570 11572 11526 0 -1 64 660 0 0 0 77 0 0 0 17 0 13 0 199797468 1754669056 38180 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11572/tid=11582] ppid=11570 vsize=1713544 CPUtime=0
/proc/11572/task/11582/stat : 11582 (java) S 11570 11572 11526 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 199797468 1754669056 38180 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11572/tid=11583] ppid=11570 vsize=1713544 CPUtime=0
/proc/11572/task/11583/stat : 11583 (java) S 11570 11572 11526 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 199797468 1754669056 38180 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11572/tid=11584] ppid=11570 vsize=1713544 CPUtime=0
/proc/11572/task/11584/stat : 11584 (java) S 11570 11572 11526 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 199797726 1754669056 38180 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 41.84
Current children cumulated vsize (Kb) 1713544

[startup+50.0314 s]
/proc/loadavg: 1.08 1.03 1.01 2/80 11584
/proc/meminfo: memFree=1314896/2055892 swapFree=4085372/4096564
[pid=11572] ppid=11570 vsize=1713544 CPUtime=51.85
/proc/11572/stat : 11572 (java) R 11570 11572 11526 0 -1 0 58581 0 1 0 5157 28 0 0 25 0 13 0 199797458 1754669056 36275 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071586742 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/11572/statm: 428386 36275 1909 14 0 415132 0
[pid=11572/tid=11573] ppid=11570 vsize=1713544 CPUtime=0.54
/proc/11572/task/11573/stat : 11573 (java) S 11570 11572 11526 0 -1 64 9688 0 0 0 50 4 0 0 16 0 13 0 199797461 1754669056 36275 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11572/tid=11574] ppid=11570 vsize=1713544 CPUtime=0.52
/proc/11572/task/11574/stat : 11574 (java) S 11570 11572 11526 0 -1 64 8804 0 0 0 49 3 0 0 15 0 13 0 199797461 1754669056 36275 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11572/tid=11575] ppid=11570 vsize=1713544 CPUtime=0.02
/proc/11572/task/11575/stat : 11575 (java) S 11570 11572 11526 0 -1 64 26 0 0 0 1 1 0 0 16 0 13 0 199797464 1754669056 36275 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=11572/tid=11576] ppid=11570 vsize=1713544 CPUtime=0
/proc/11572/task/11576/stat : 11576 (java) S 11570 11572 11526 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 199797464 1754669056 36275 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11572/tid=11577] ppid=11570 vsize=1713544 CPUtime=0
/proc/11572/task/11577/stat : 11577 (java) S 11570 11572 11526 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 199797464 1754669056 36275 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11572/tid=11578] ppid=11570 vsize=1713544 CPUtime=0
/proc/11572/task/11578/stat : 11578 (java) S 11570 11572 11526 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 199797468 1754669056 36275 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11572/tid=11579] ppid=11570 vsize=1713544 CPUtime=0
/proc/11572/task/11579/stat : 11579 (java) S 11570 11572 11526 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 199797468 1754669056 36275 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11572/tid=11580] ppid=11570 vsize=1713544 CPUtime=0.91
/proc/11572/task/11580/stat : 11580 (java) S 11570 11572 11526 0 -1 64 2798 0 0 0 90 1 0 0 17 0 13 0 199797468 1754669056 36275 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11572/tid=11581] ppid=11570 vsize=1713544 CPUtime=0.77
/proc/11572/task/11581/stat : 11581 (java) S 11570 11572 11526 0 -1 64 660 0 0 0 77 0 0 0 17 0 13 0 199797468 1754669056 36275 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11572/tid=11582] ppid=11570 vsize=1713544 CPUtime=0
/proc/11572/task/11582/stat : 11582 (java) S 11570 11572 11526 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 199797468 1754669056 36275 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11572/tid=11583] ppid=11570 vsize=1713544 CPUtime=0
/proc/11572/task/11583/stat : 11583 (java) S 11570 11572 11526 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 199797468 1754669056 36275 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11572/tid=11584] ppid=11570 vsize=1713544 CPUtime=0
/proc/11572/task/11584/stat : 11584 (java) S 11570 11572 11526 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 199797726 1754669056 36275 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 51.85
Current children cumulated vsize (Kb) 1713544

[startup+60.0384 s]
/proc/loadavg: 1.06 1.03 1.01 2/80 11584
/proc/meminfo: memFree=1318608/2055892 swapFree=4085372/4096564
[pid=11572] ppid=11570 vsize=1713544 CPUtime=61.87
/proc/11572/stat : 11572 (java) R 11570 11572 11526 0 -1 0 58602 0 1 0 6158 29 0 0 25 0 13 0 199797458 1754669056 35351 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071586752 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/11572/statm: 428386 35351 1909 14 0 415132 0
[pid=11572/tid=11573] ppid=11570 vsize=1713544 CPUtime=0.55
/proc/11572/task/11573/stat : 11573 (java) S 11570 11572 11526 0 -1 64 9690 0 0 0 51 4 0 0 16 0 13 0 199797461 1754669056 35351 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11572/tid=11574] ppid=11570 vsize=1713544 CPUtime=0.54
/proc/11572/task/11574/stat : 11574 (java) S 11570 11572 11526 0 -1 64 8804 0 0 0 51 3 0 0 15 0 13 0 199797461 1754669056 35351 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11572/tid=11575] ppid=11570 vsize=1713544 CPUtime=0.02
/proc/11572/task/11575/stat : 11575 (java) S 11570 11572 11526 0 -1 64 30 0 0 0 1 1 0 0 16 0 13 0 199797464 1754669056 35351 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=11572/tid=11576] ppid=11570 vsize=1713544 CPUtime=0
/proc/11572/task/11576/stat : 11576 (java) S 11570 11572 11526 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 199797464 1754669056 35351 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11572/tid=11577] ppid=11570 vsize=1713544 CPUtime=0
/proc/11572/task/11577/stat : 11577 (java) S 11570 11572 11526 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 199797464 1754669056 35351 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11572/tid=11578] ppid=11570 vsize=1713544 CPUtime=0
/proc/11572/task/11578/stat : 11578 (java) S 11570 11572 11526 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 199797468 1754669056 35351 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0

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

[pid=11572/tid=11576] ppid=11570 vsize=1713544 CPUtime=0
/proc/11572/task/11576/stat : 11576 (java) S 11570 11572 11526 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 199797464 1754669056 44964 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11572/tid=11577] ppid=11570 vsize=1713544 CPUtime=0
/proc/11572/task/11577/stat : 11577 (java) S 11570 11572 11526 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 199797464 1754669056 44964 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11572/tid=11578] ppid=11570 vsize=1713544 CPUtime=0
/proc/11572/task/11578/stat : 11578 (java) S 11570 11572 11526 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 199797468 1754669056 44964 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11572/tid=11579] ppid=11570 vsize=1713544 CPUtime=0
/proc/11572/task/11579/stat : 11579 (java) S 11570 11572 11526 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 199797468 1754669056 44964 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11572/tid=11580] ppid=11570 vsize=1713544 CPUtime=0.94
/proc/11572/task/11580/stat : 11580 (java) S 11570 11572 11526 0 -1 64 2799 0 0 0 93 1 0 0 16 0 13 0 199797468 1754669056 44964 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11572/tid=11581] ppid=11570 vsize=1713544 CPUtime=0.77
/proc/11572/task/11581/stat : 11581 (java) S 11570 11572 11526 0 -1 64 660 0 0 0 77 0 0 0 16 0 13 0 199797468 1754669056 44964 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11572/tid=11582] ppid=11570 vsize=1713544 CPUtime=0
/proc/11572/task/11582/stat : 11582 (java) S 11570 11572 11526 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 199797468 1754669056 44964 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11572/tid=11583] ppid=11570 vsize=1713544 CPUtime=0
/proc/11572/task/11583/stat : 11583 (java) S 11570 11572 11526 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 199797468 1754669056 44964 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11572/tid=11584] ppid=11570 vsize=1713544 CPUtime=0
/proc/11572/task/11584/stat : 11584 (java) S 11570 11572 11526 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 199797726 1754669056 44964 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1796.24
Current children cumulated vsize (Kb) 1713544

[startup+1789.29 s]
/proc/loadavg: 1.00 1.00 1.00 2/80 11781
/proc/meminfo: memFree=1279184/2055892 swapFree=4085372/4096564
[pid=11572] ppid=11570 vsize=1713544 CPUtime=1797.25
/proc/11572/stat : 11572 (java) R 11570 11572 11526 0 -1 0 86628 0 1 0 179599 126 0 0 17 0 13 0 199797458 1754669056 44948 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071596233 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/11572/statm: 428386 44948 1910 14 0 415132 0
[pid=11572/tid=11573] ppid=11570 vsize=1713544 CPUtime=7.58
/proc/11572/task/11573/stat : 11573 (java) S 11570 11572 11526 0 -1 64 19682 0 0 0 729 29 0 0 16 0 13 0 199797461 1754669056 44948 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11572/tid=11574] ppid=11570 vsize=1713544 CPUtime=7.68
/proc/11572/task/11574/stat : 11574 (java) S 11570 11572 11526 0 -1 64 18975 0 0 0 740 28 0 0 16 0 13 0 199797461 1754669056 44948 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11572/tid=11575] ppid=11570 vsize=1713544 CPUtime=0.77
/proc/11572/task/11575/stat : 11575 (java) S 11570 11572 11526 0 -1 64 60 0 0 0 44 33 0 0 15 0 13 0 199797464 1754669056 44948 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=11572/tid=11576] ppid=11570 vsize=1713544 CPUtime=0
/proc/11572/task/11576/stat : 11576 (java) S 11570 11572 11526 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 199797464 1754669056 44948 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11572/tid=11577] ppid=11570 vsize=1713544 CPUtime=0
/proc/11572/task/11577/stat : 11577 (java) S 11570 11572 11526 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 199797464 1754669056 44948 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11572/tid=11578] ppid=11570 vsize=1713544 CPUtime=0
/proc/11572/task/11578/stat : 11578 (java) S 11570 11572 11526 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 199797468 1754669056 44948 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11572/tid=11579] ppid=11570 vsize=1713544 CPUtime=0
/proc/11572/task/11579/stat : 11579 (java) S 11570 11572 11526 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 199797468 1754669056 44948 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11572/tid=11580] ppid=11570 vsize=1713544 CPUtime=0.94
/proc/11572/task/11580/stat : 11580 (java) S 11570 11572 11526 0 -1 64 2799 0 0 0 93 1 0 0 16 0 13 0 199797468 1754669056 44948 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11572/tid=11581] ppid=11570 vsize=1713544 CPUtime=0.77
/proc/11572/task/11581/stat : 11581 (java) S 11570 11572 11526 0 -1 64 660 0 0 0 77 0 0 0 16 0 13 0 199797468 1754669056 44948 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11572/tid=11582] ppid=11570 vsize=1713544 CPUtime=0
/proc/11572/task/11582/stat : 11582 (java) S 11570 11572 11526 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 199797468 1754669056 44948 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11572/tid=11583] ppid=11570 vsize=1713544 CPUtime=0
/proc/11572/task/11583/stat : 11583 (java) S 11570 11572 11526 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 199797468 1754669056 44948 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11572/tid=11584] ppid=11570 vsize=1713544 CPUtime=0
/proc/11572/task/11584/stat : 11584 (java) S 11570 11572 11526 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 199797726 1754669056 44948 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1797.25
Current children cumulated vsize (Kb) 1713544

[startup+1790.3 s]
/proc/loadavg: 1.00 1.00 1.00 3/80 11781
/proc/meminfo: memFree=1279248/2055892 swapFree=4085372/4096564
[pid=11572] ppid=11570 vsize=1713544 CPUtime=1798.26
/proc/11572/stat : 11572 (java) R 11570 11572 11526 0 -1 0 86632 0 1 0 179700 126 0 0 17 0 13 0 199797458 1754669056 44934 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071392225 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/11572/statm: 428386 44934 1910 14 0 415132 0
[pid=11572/tid=11573] ppid=11570 vsize=1713544 CPUtime=7.59
/proc/11572/task/11573/stat : 11573 (java) S 11570 11572 11526 0 -1 64 19682 0 0 0 730 29 0 0 16 0 13 0 199797461 1754669056 44934 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11572/tid=11574] ppid=11570 vsize=1713544 CPUtime=7.69
/proc/11572/task/11574/stat : 11574 (java) S 11570 11572 11526 0 -1 64 18977 0 0 0 741 28 0 0 16 0 13 0 199797461 1754669056 44934 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11572/tid=11575] ppid=11570 vsize=1713544 CPUtime=0.77
/proc/11572/task/11575/stat : 11575 (java) S 11570 11572 11526 0 -1 64 60 0 0 0 44 33 0 0 15 0 13 0 199797464 1754669056 44934 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=11572/tid=11576] ppid=11570 vsize=1713544 CPUtime=0
/proc/11572/task/11576/stat : 11576 (java) S 11570 11572 11526 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 199797464 1754669056 44934 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11572/tid=11577] ppid=11570 vsize=1713544 CPUtime=0
/proc/11572/task/11577/stat : 11577 (java) S 11570 11572 11526 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 199797464 1754669056 44934 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11572/tid=11578] ppid=11570 vsize=1713544 CPUtime=0
/proc/11572/task/11578/stat : 11578 (java) S 11570 11572 11526 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 199797468 1754669056 44934 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11572/tid=11579] ppid=11570 vsize=1713544 CPUtime=0
/proc/11572/task/11579/stat : 11579 (java) S 11570 11572 11526 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 199797468 1754669056 44934 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11572/tid=11580] ppid=11570 vsize=1713544 CPUtime=0.94
/proc/11572/task/11580/stat : 11580 (java) S 11570 11572 11526 0 -1 64 2799 0 0 0 93 1 0 0 16 0 13 0 199797468 1754669056 44934 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11572/tid=11581] ppid=11570 vsize=1713544 CPUtime=0.77
/proc/11572/task/11581/stat : 11581 (java) S 11570 11572 11526 0 -1 64 660 0 0 0 77 0 0 0 16 0 13 0 199797468 1754669056 44934 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11572/tid=11582] ppid=11570 vsize=1713544 CPUtime=0
/proc/11572/task/11582/stat : 11582 (java) S 11570 11572 11526 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 199797468 1754669056 44934 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11572/tid=11583] ppid=11570 vsize=1713544 CPUtime=0
/proc/11572/task/11583/stat : 11583 (java) S 11570 11572 11526 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 199797468 1754669056 44934 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11572/tid=11584] ppid=11570 vsize=1713544 CPUtime=0
/proc/11572/task/11584/stat : 11584 (java) S 11570 11572 11526 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 199797726 1754669056 44934 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1798.26
Current children cumulated vsize (Kb) 1713544

[startup+1791.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/80 11781
/proc/meminfo: memFree=1279248/2055892 swapFree=4085372/4096564
[pid=11572] ppid=11570 vsize=1713544 CPUtime=1799.28
/proc/11572/stat : 11572 (java) R 11570 11572 11526 0 -1 0 86636 0 1 0 179801 127 0 0 17 0 13 0 199797458 1754669056 44920 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071594571 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/11572/statm: 428386 44920 1910 14 0 415132 0
[pid=11572/tid=11573] ppid=11570 vsize=1713544 CPUtime=7.6
/proc/11572/task/11573/stat : 11573 (java) S 11570 11572 11526 0 -1 64 19682 0 0 0 731 29 0 0 16 0 13 0 199797461 1754669056 44920 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11572/tid=11574] ppid=11570 vsize=1713544 CPUtime=7.69
/proc/11572/task/11574/stat : 11574 (java) S 11570 11572 11526 0 -1 64 18979 0 0 0 741 28 0 0 16 0 13 0 199797461 1754669056 44920 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11572/tid=11575] ppid=11570 vsize=1713544 CPUtime=0.77
/proc/11572/task/11575/stat : 11575 (java) S 11570 11572 11526 0 -1 64 60 0 0 0 44 33 0 0 15 0 13 0 199797464 1754669056 44920 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=11572/tid=11576] ppid=11570 vsize=1713544 CPUtime=0
/proc/11572/task/11576/stat : 11576 (java) S 11570 11572 11526 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 199797464 1754669056 44920 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11572/tid=11577] ppid=11570 vsize=1713544 CPUtime=0
/proc/11572/task/11577/stat : 11577 (java) S 11570 11572 11526 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 199797464 1754669056 44920 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11572/tid=11578] ppid=11570 vsize=1713544 CPUtime=0
/proc/11572/task/11578/stat : 11578 (java) S 11570 11572 11526 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 199797468 1754669056 44920 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11572/tid=11579] ppid=11570 vsize=1713544 CPUtime=0
/proc/11572/task/11579/stat : 11579 (java) S 11570 11572 11526 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 199797468 1754669056 44920 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11572/tid=11580] ppid=11570 vsize=1713544 CPUtime=0.94
/proc/11572/task/11580/stat : 11580 (java) S 11570 11572 11526 0 -1 64 2799 0 0 0 93 1 0 0 16 0 13 0 199797468 1754669056 44920 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11572/tid=11581] ppid=11570 vsize=1713544 CPUtime=0.77
/proc/11572/task/11581/stat : 11581 (java) S 11570 11572 11526 0 -1 64 660 0 0 0 77 0 0 0 16 0 13 0 199797468 1754669056 44920 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11572/tid=11582] ppid=11570 vsize=1713544 CPUtime=0
/proc/11572/task/11582/stat : 11582 (java) S 11570 11572 11526 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 199797468 1754669056 44920 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11572/tid=11583] ppid=11570 vsize=1713544 CPUtime=0
/proc/11572/task/11583/stat : 11583 (java) S 11570 11572 11526 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 199797468 1754669056 44920 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11572/tid=11584] ppid=11570 vsize=1713544 CPUtime=0
/proc/11572/task/11584/stat : 11584 (java) S 11570 11572 11526 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 199797726 1754669056 44920 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1799.28
Current children cumulated vsize (Kb) 1713544

[startup+1792.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/80 11781
/proc/meminfo: memFree=1279248/2055892 swapFree=4085372/4096564
[pid=11572] ppid=11570 vsize=1713544 CPUtime=1800.29
/proc/11572/stat : 11572 (java) R 11570 11572 11526 0 -1 0 86644 0 1 0 179902 127 0 0 17 0 13 0 199797458 1754669056 44909 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071595345 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/11572/statm: 428386 44909 1910 14 0 415132 0
[pid=11572/tid=11573] ppid=11570 vsize=1713544 CPUtime=7.61
/proc/11572/task/11573/stat : 11573 (java) S 11570 11572 11526 0 -1 64 19685 0 0 0 732 29 0 0 16 0 13 0 199797461 1754669056 44909 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11572/tid=11574] ppid=11570 vsize=1713544 CPUtime=7.7
/proc/11572/task/11574/stat : 11574 (java) S 11570 11572 11526 0 -1 64 18981 0 0 0 742 28 0 0 16 0 13 0 199797461 1754669056 44909 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11572/tid=11575] ppid=11570 vsize=1713544 CPUtime=0.77
/proc/11572/task/11575/stat : 11575 (java) S 11570 11572 11526 0 -1 64 60 0 0 0 44 33 0 0 16 0 13 0 199797464 1754669056 44909 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=11572/tid=11576] ppid=11570 vsize=1713544 CPUtime=0
/proc/11572/task/11576/stat : 11576 (java) S 11570 11572 11526 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 199797464 1754669056 44909 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11572/tid=11577] ppid=11570 vsize=1713544 CPUtime=0
/proc/11572/task/11577/stat : 11577 (java) S 11570 11572 11526 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 199797464 1754669056 44909 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11572/tid=11578] ppid=11570 vsize=1713544 CPUtime=0
/proc/11572/task/11578/stat : 11578 (java) S 11570 11572 11526 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 199797468 1754669056 44909 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11572/tid=11579] ppid=11570 vsize=1713544 CPUtime=0
/proc/11572/task/11579/stat : 11579 (java) S 11570 11572 11526 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 199797468 1754669056 44909 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11572/tid=11580] ppid=11570 vsize=1713544 CPUtime=0.94
/proc/11572/task/11580/stat : 11580 (java) S 11570 11572 11526 0 -1 64 2799 0 0 0 93 1 0 0 16 0 13 0 199797468 1754669056 44909 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11572/tid=11581] ppid=11570 vsize=1713544 CPUtime=0.77
/proc/11572/task/11581/stat : 11581 (java) S 11570 11572 11526 0 -1 64 660 0 0 0 77 0 0 0 16 0 13 0 199797468 1754669056 44909 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11572/tid=11582] ppid=11570 vsize=1713544 CPUtime=0
/proc/11572/task/11582/stat : 11582 (java) S 11570 11572 11526 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 199797468 1754669056 44909 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11572/tid=11583] ppid=11570 vsize=1713544 CPUtime=0
/proc/11572/task/11583/stat : 11583 (java) S 11570 11572 11526 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 199797468 1754669056 44909 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11572/tid=11584] ppid=11570 vsize=1713544 CPUtime=0
/proc/11572/task/11584/stat : 11584 (java) S 11570 11572 11526 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 199797726 1754669056 44909 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.29
Current children cumulated vsize (Kb) 1713544



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1792.32 s]
/proc/loadavg: 1.00 1.00 1.00 2/80 11781
/proc/meminfo: memFree=1279248/2055892 swapFree=4085372/4096564
[pid=11572] ppid=11570 vsize=1713544 CPUtime=1800.3
/proc/11572/stat : 11572 (java) R 11570 11572 11526 0 -1 0 86644 0 1 0 179903 127 0 0 17 0 13 0 199797458 1754669056 44909 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071594499 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/11572/statm: 428386 44909 1910 14 0 415132 0
[pid=11572/tid=11573] ppid=11570 vsize=1713544 CPUtime=7.61
/proc/11572/task/11573/stat : 11573 (java) S 11570 11572 11526 0 -1 64 19685 0 0 0 732 29 0 0 16 0 13 0 199797461 1754669056 44909 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11572/tid=11574] ppid=11570 vsize=1713544 CPUtime=7.7
/proc/11572/task/11574/stat : 11574 (java) S 11570 11572 11526 0 -1 64 18981 0 0 0 742 28 0 0 16 0 13 0 199797461 1754669056 44909 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11572/tid=11575] ppid=11570 vsize=1713544 CPUtime=0.77
/proc/11572/task/11575/stat : 11575 (java) S 11570 11572 11526 0 -1 64 60 0 0 0 44 33 0 0 16 0 13 0 199797464 1754669056 44909 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=11572/tid=11576] ppid=11570 vsize=1713544 CPUtime=0
/proc/11572/task/11576/stat : 11576 (java) S 11570 11572 11526 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 199797464 1754669056 44909 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11572/tid=11577] ppid=11570 vsize=1713544 CPUtime=0
/proc/11572/task/11577/stat : 11577 (java) S 11570 11572 11526 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 199797464 1754669056 44909 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11572/tid=11578] ppid=11570 vsize=1713544 CPUtime=0
/proc/11572/task/11578/stat : 11578 (java) S 11570 11572 11526 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 199797468 1754669056 44909 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11572/tid=11579] ppid=11570 vsize=1713544 CPUtime=0
/proc/11572/task/11579/stat : 11579 (java) S 11570 11572 11526 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 199797468 1754669056 44909 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11572/tid=11580] ppid=11570 vsize=1713544 CPUtime=0.94
/proc/11572/task/11580/stat : 11580 (java) S 11570 11572 11526 0 -1 64 2799 0 0 0 93 1 0 0 16 0 13 0 199797468 1754669056 44909 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11572/tid=11581] ppid=11570 vsize=1713544 CPUtime=0.77
/proc/11572/task/11581/stat : 11581 (java) S 11570 11572 11526 0 -1 64 660 0 0 0 77 0 0 0 16 0 13 0 199797468 1754669056 44909 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11572/tid=11582] ppid=11570 vsize=1713544 CPUtime=0
/proc/11572/task/11582/stat : 11582 (java) S 11570 11572 11526 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 199797468 1754669056 44909 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11572/tid=11583] ppid=11570 vsize=1713544 CPUtime=0
/proc/11572/task/11583/stat : 11583 (java) S 11570 11572 11526 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 199797468 1754669056 44909 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11572/tid=11584] ppid=11570 vsize=1713544 CPUtime=0
/proc/11572/task/11584/stat : 11584 (java) S 11570 11572 11526 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 199797726 1754669056 44909 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.3
Current children cumulated vsize (Kb) 1713544

Sending SIGTERM to -11572
Sleeping 2 seconds

Child status: 143
Real time (s): 1792.36
CPU time (s): 1800.34
CPU user time (s): 1799.04
CPU system time (s): 1.2978
CPU usage (%): 100.445
Max. virtual memory (cumulated for all children) (Kb): 1713544

Launcher Data (download as text)

Begin job on node91 on Sat Jun  3 13:33:05 UTC 2006


FILE ID= 43970-1149341585

PBS_JOBID= 310437

BENCH NAME= HOME/pub/bench/PB06//final/normalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/ftp.netlib.org/lp/data/normalized-reduced-mps-v2-20-10-scfxm2.opb
COMMAND LINE= java -server -Xms1500M -Xmx1500M -jar ROOT/solvers/PB/PB06final/user5/sat4jPseudoPlus.jar ROOT/tmp/node91/43970-1149341585/instance-43970-1149341585.opb 232186777
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node91/watcher-43970-1149341585 -o ROOT/results/node91/solver-43970-1149341585 -C 1800 -M 1800 -S 64  java -server -Xms1500M -Xmx1500M -jar ROOT/solvers/PB/PB06final/user5/sat4jPseudoPlus.jar ROOT/tmp/node91/43970-1149341585/instance-43970-1149341585.opb 232186777

MD5SUM SOLVER= e9637a7554f3ecdf74c1815f89d00213
MD5SUM BENCH=  927ab7fb1c72ef94d2253f029f4e072a

RANDOM SEED= 232186777


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


/proc/meminfo:
MemTotal:      2055892 kB
MemFree:       1453184 kB
Buffers:         35752 kB
Cached:         495220 kB
SwapCached:       2352 kB
Active:          82884 kB
Inactive:       456696 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055892 kB
LowFree:       1453184 kB
SwapTotal:     4096564 kB
SwapFree:      4085372 kB
Dirty:             148 kB
Writeback:           0 kB
Mapped:          16588 kB
Slab:            49656 kB
Committed_AS:   422572 kB
PageTables:       1284 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264388 kB
VmallocChunk: 536606243 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB


End job on node91 on Sat Jun  3 14:02:58 UTC 2006