Trace number 43901

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.58 1790.58

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-greenbea.opb
MD5SUM542c2b53b45e753224c38b905fee77fb
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 variables155427
Total number of constraints2674
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 constraints2674
Minimum length of a constraint11
Maximum length of a constraint7267
Number of terms in the objective function 15205
Biggest coefficient in the objective function 24902
Number of bits for the biggest coefficient in the objective function 15
Sum of the numbers in the objective function 537080
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 537080
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-22.EL.rootsmp
0.15	c os.arch	i386
0.15	c Free memory 1548419056
0.15	c Max memory 1551040512
0.15	c Total memory 1551040512
0.15	c Number of processors 2
0.21	c Cutting planes based inference
0.21	c --- Begin Solver configuration ---
0.21	c org.sat4j.minisat.uip.FirstUIP@1037c71
0.21	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@1df073d
0.21	c org.sat4j.minisat.learning.MiniSATLearning@1546e25
0.21	c conflictBoundIncFactor=1.5 learntBoundIncFactor=1.1 initLearntBoundConstraintFactor=10000.0 initConflictBound=100 
0.21	c VSIDS like heuristics from MiniSAT using a heap
0.21	c No reason simplification
0.21	c --- End Solver configuration ---
0.21	c solving ROOT/tmp/node73/43901-1149324188/instance-43901-1149324188.opb
0.21	c reading problem ... 
23.33	c ... done. Time 23.122 ms.
23.33	c #vars     155427
23.33	c #constraints  4611
1790.47	c starts		: 4
1790.47	c conflicts		: 547
1790.47	c decisions		: 14281
1790.47	c propagations		: 230869
1790.47	c inspects		: 1085639
1790.47	c learnt literals	: 0
1790.47	c learnt binary clauses	: 0
1790.47	c learnt ternary clauses	: 0
1790.47	c learnt clauses	: 546
1790.47	c root simplifications	: 0
1790.47	c removed literals (reason simplification)	: 0
1790.47	c reason swapping (by a shorter reason)	: 0
1790.47	c Calls to reduceDB	: 0
1790.47	c speed (decisions/second)	: 8.081771844014616
1790.47	c non guided choices	537
1790.47	s UNKNOWN
1790.47	c Total wall clock time (ms): 1790.255

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

Current StackSize limit: 67108864 bytes

/proc/loadavg: 0.91 0.97 0.99 3/64 23870
/proc/meminfo: memFree=1768920/2055920 swapFree=4182212/4192956
[pid=23870] ppid=23868 vsize=172 CPUtime=0
/proc/23870/stat : 23870 (java) R 23868 23870 23824 0 -1 0 201 0 0 0 0 0 0 0 18 0 1 0 198083547 176128 24 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 7709476 0 0 4096 0 0 0 0 17 1 0 0
/proc/23870/statm: 43 24 18 14 0 3 0

[startup+10.0029 s]
/proc/loadavg: 1.00 0.98 0.99 2/75 23881
/proc/meminfo: memFree=1566168/2055920 swapFree=4182212/4192956
[pid=23870] ppid=23868 vsize=1709736 CPUtime=11.11
/proc/23870/stat : 23870 (java) R 23868 23870 23824 0 -1 0 55416 0 1 0 1086 25 0 0 24 0 12 0 198083547 1750769664 52501 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071425715 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23870/statm: 427434 52501 1885 14 0 414181 0
[pid=23870/tid=23871] ppid=23868 vsize=1709736 CPUtime=0.56
/proc/23870/task/23871/stat : 23871 (java) S 23868 23870 23824 0 -1 64 8989 0 0 0 52 4 0 0 16 0 12 0 198083550 1750769664 52501 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23870/tid=23872] ppid=23868 vsize=1709736 CPUtime=0.55
/proc/23870/task/23872/stat : 23872 (java) S 23868 23870 23824 0 -1 64 8628 0 0 0 49 6 0 0 16 0 12 0 198083550 1750769664 52501 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23870/tid=23873] ppid=23868 vsize=1709736 CPUtime=0
/proc/23870/task/23873/stat : 23873 (java) S 23868 23870 23824 0 -1 64 29 0 0 0 0 0 0 0 16 0 12 0 198083553 1750769664 52501 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=23870/tid=23874] ppid=23868 vsize=1709736 CPUtime=0
/proc/23870/task/23874/stat : 23874 (java) S 23868 23870 23824 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 198083554 1750769664 52501 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23870/tid=23875] ppid=23868 vsize=1709736 CPUtime=0
/proc/23870/task/23875/stat : 23875 (java) S 23868 23870 23824 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 198083554 1750769664 52501 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23870/tid=23876] ppid=23868 vsize=1709736 CPUtime=0
/proc/23870/task/23876/stat : 23876 (java) S 23868 23870 23824 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 198083557 1750769664 52501 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23870/tid=23877] ppid=23868 vsize=1709736 CPUtime=0
/proc/23870/task/23877/stat : 23877 (java) S 23868 23870 23824 0 -1 64 2 0 0 0 0 0 0 0 17 0 12 0 198083557 1750769664 52501 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23870/tid=23878] ppid=23868 vsize=1709736 CPUtime=0.32
/proc/23870/task/23878/stat : 23878 (java) S 23868 23870 23824 0 -1 64 431 0 0 0 32 0 0 0 16 0 12 0 198083557 1750769664 52501 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23870/tid=23879] ppid=23868 vsize=1709736 CPUtime=0.45
/proc/23870/task/23879/stat : 23879 (java) S 23868 23870 23824 0 -1 64 592 0 0 0 45 0 0 0 16 0 12 0 198083557 1750769664 52501 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23870/tid=23880] ppid=23868 vsize=1709736 CPUtime=0
/proc/23870/task/23880/stat : 23880 (java) S 23868 23870 23824 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 198083557 1750769664 52501 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23870/tid=23881] ppid=23868 vsize=1709736 CPUtime=0
/proc/23870/task/23881/stat : 23881 (java) S 23868 23870 23824 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 198083557 1750769664 52501 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 11.11
Current children cumulated vsize (Kb) 1709736

[startup+20.0109 s]
/proc/loadavg: 1.00 0.98 0.99 2/75 23881
/proc/meminfo: memFree=1493784/2055920 swapFree=4182212/4192956
[pid=23870] ppid=23868 vsize=1709736 CPUtime=21.76
/proc/23870/stat : 23870 (java) R 23868 23870 23824 0 -1 0 75661 0 1 0 2141 35 0 0 18 0 12 0 198083547 1750769664 70603 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4152709490 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23870/statm: 427434 70603 1885 14 0 414181 0
[pid=23870/tid=23871] ppid=23868 vsize=1709736 CPUtime=1.2
/proc/23870/task/23871/stat : 23871 (java) S 23868 23870 23824 0 -1 64 19281 0 0 0 111 9 0 0 15 0 12 0 198083550 1750769664 70603 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23870/tid=23872] ppid=23868 vsize=1709736 CPUtime=1.19
/proc/23870/task/23872/stat : 23872 (java) S 23868 23870 23824 0 -1 64 18562 0 0 0 109 10 0 0 16 0 12 0 198083550 1750769664 70603 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23870/tid=23873] ppid=23868 vsize=1709736 CPUtime=0
/proc/23870/task/23873/stat : 23873 (java) S 23868 23870 23824 0 -1 64 29 0 0 0 0 0 0 0 16 0 12 0 198083553 1750769664 70603 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=23870/tid=23874] ppid=23868 vsize=1709736 CPUtime=0
/proc/23870/task/23874/stat : 23874 (java) S 23868 23870 23824 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 198083554 1750769664 70603 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23870/tid=23875] ppid=23868 vsize=1709736 CPUtime=0
/proc/23870/task/23875/stat : 23875 (java) S 23868 23870 23824 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 198083554 1750769664 70603 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23870/tid=23876] ppid=23868 vsize=1709736 CPUtime=0
/proc/23870/task/23876/stat : 23876 (java) S 23868 23870 23824 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 198083557 1750769664 70603 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23870/tid=23877] ppid=23868 vsize=1709736 CPUtime=0
/proc/23870/task/23877/stat : 23877 (java) S 23868 23870 23824 0 -1 64 2 0 0 0 0 0 0 0 17 0 12 0 198083557 1750769664 70603 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23870/tid=23878] ppid=23868 vsize=1709736 CPUtime=0.32
/proc/23870/task/23878/stat : 23878 (java) S 23868 23870 23824 0 -1 64 431 0 0 0 32 0 0 0 16 0 12 0 198083557 1750769664 70603 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23870/tid=23879] ppid=23868 vsize=1709736 CPUtime=0.45
/proc/23870/task/23879/stat : 23879 (java) S 23868 23870 23824 0 -1 64 592 0 0 0 45 0 0 0 16 0 12 0 198083557 1750769664 70603 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23870/tid=23880] ppid=23868 vsize=1709736 CPUtime=0
/proc/23870/task/23880/stat : 23880 (java) S 23868 23870 23824 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 198083557 1750769664 70603 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23870/tid=23881] ppid=23868 vsize=1709736 CPUtime=0
/proc/23870/task/23881/stat : 23881 (java) S 23868 23870 23824 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 198083557 1750769664 70603 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 21.76
Current children cumulated vsize (Kb) 1709736

[startup+30.0189 s]
/proc/loadavg: 1.00 0.98 0.99 2/76 23882
/proc/meminfo: memFree=1461328/2055920 swapFree=4182212/4192956
[pid=23870] ppid=23868 vsize=1711616 CPUtime=32.47
/proc/23870/stat : 23870 (java) R 23868 23870 23824 0 -1 0 85101 0 1 0 3206 41 0 0 25 0 13 0 198083547 1752694784 78706 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071586107 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23870/statm: 427904 78706 1904 14 0 414651 0
[pid=23870/tid=23871] ppid=23868 vsize=1711616 CPUtime=1.51
/proc/23870/task/23871/stat : 23871 (java) S 23868 23870 23824 0 -1 64 23219 0 0 0 140 11 0 0 16 0 13 0 198083550 1752694784 78706 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23870/tid=23872] ppid=23868 vsize=1711616 CPUtime=1.49
/proc/23870/task/23872/stat : 23872 (java) S 23868 23870 23824 0 -1 64 23220 0 0 0 137 12 0 0 17 0 13 0 198083550 1752694784 78706 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23870/tid=23873] ppid=23868 vsize=1711616 CPUtime=0
/proc/23870/task/23873/stat : 23873 (java) S 23868 23870 23824 0 -1 64 29 0 0 0 0 0 0 0 16 0 13 0 198083553 1752694784 78706 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=23870/tid=23874] ppid=23868 vsize=1711616 CPUtime=0
/proc/23870/task/23874/stat : 23874 (java) S 23868 23870 23824 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 198083554 1752694784 78706 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23870/tid=23875] ppid=23868 vsize=1711616 CPUtime=0
/proc/23870/task/23875/stat : 23875 (java) S 23868 23870 23824 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 198083554 1752694784 78706 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23870/tid=23876] ppid=23868 vsize=1711616 CPUtime=0
/proc/23870/task/23876/stat : 23876 (java) S 23868 23870 23824 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 198083557 1752694784 78706 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23870/tid=23877] ppid=23868 vsize=1711616 CPUtime=0
/proc/23870/task/23877/stat : 23877 (java) S 23868 23870 23824 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 198083557 1752694784 78706 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23870/tid=23878] ppid=23868 vsize=1711616 CPUtime=0.57
/proc/23870/task/23878/stat : 23878 (java) S 23868 23870 23824 0 -1 64 1156 0 0 0 57 0 0 0 17 0 13 0 198083557 1752694784 78706 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23870/tid=23879] ppid=23868 vsize=1711616 CPUtime=0.69
/proc/23870/task/23879/stat : 23879 (java) S 23868 23870 23824 0 -1 64 655 0 0 0 69 0 0 0 17 0 13 0 198083557 1752694784 78706 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23870/tid=23880] ppid=23868 vsize=1711616 CPUtime=0
/proc/23870/task/23880/stat : 23880 (java) S 23868 23870 23824 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 198083557 1752694784 78706 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23870/tid=23881] ppid=23868 vsize=1711616 CPUtime=0
/proc/23870/task/23881/stat : 23881 (java) S 23868 23870 23824 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 198083557 1752694784 78706 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23870/tid=23882] ppid=23868 vsize=1711616 CPUtime=0
/proc/23870/task/23882/stat : 23882 (java) S 23868 23870 23824 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 198085935 1752694784 78706 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 32.47
Current children cumulated vsize (Kb) 1711616

[startup+40.0268 s]
/proc/loadavg: 1.00 0.98 0.99 3/76 23882
/proc/meminfo: memFree=1454992/2055920 swapFree=4182212/4192956
[pid=23870] ppid=23868 vsize=1710524 CPUtime=42.68
/proc/23870/stat : 23870 (java) R 23868 23870 23824 0 -1 0 87310 0 1 0 4226 42 0 0 25 0 13 0 198083547 1751576576 80293 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071586399 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23870/statm: 427631 80293 1908 14 0 414378 0
[pid=23870/tid=23871] ppid=23868 vsize=1710524 CPUtime=1.54
/proc/23870/task/23871/stat : 23871 (java) S 23868 23870 23824 0 -1 64 24054 0 0 0 143 11 0 0 16 0 13 0 198083550 1751576576 80293 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23870/tid=23872] ppid=23868 vsize=1710524 CPUtime=1.53
/proc/23870/task/23872/stat : 23872 (java) S 23868 23870 23824 0 -1 64 24573 0 0 0 140 13 0 0 17 0 13 0 198083550 1751576576 80293 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23870/tid=23873] ppid=23868 vsize=1710524 CPUtime=0
/proc/23870/task/23873/stat : 23873 (java) S 23868 23870 23824 0 -1 64 29 0 0 0 0 0 0 0 16 0 13 0 198083553 1751576576 80293 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=23870/tid=23874] ppid=23868 vsize=1710524 CPUtime=0
/proc/23870/task/23874/stat : 23874 (java) S 23868 23870 23824 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 198083554 1751576576 80293 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23870/tid=23875] ppid=23868 vsize=1710524 CPUtime=0
/proc/23870/task/23875/stat : 23875 (java) S 23868 23870 23824 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 198083554 1751576576 80293 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23870/tid=23876] ppid=23868 vsize=1710524 CPUtime=0
/proc/23870/task/23876/stat : 23876 (java) S 23868 23870 23824 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 198083557 1751576576 80293 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23870/tid=23877] ppid=23868 vsize=1710524 CPUtime=0
/proc/23870/task/23877/stat : 23877 (java) S 23868 23870 23824 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 198083557 1751576576 80293 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23870/tid=23878] ppid=23868 vsize=1710524 CPUtime=0.66
/proc/23870/task/23878/stat : 23878 (java) R 23868 23870 23824 0 -1 64 1163 0 0 0 66 0 0 0 17 0 13 0 198083557 1751576576 80293 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4154326040 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23870/tid=23879] ppid=23868 vsize=1710524 CPUtime=0.8
/proc/23870/task/23879/stat : 23879 (java) S 23868 23870 23824 0 -1 64 661 0 0 0 80 0 0 0 17 0 13 0 198083557 1751576576 80293 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23870/tid=23880] ppid=23868 vsize=1710524 CPUtime=0
/proc/23870/task/23880/stat : 23880 (java) S 23868 23870 23824 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 198083557 1751576576 80293 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23870/tid=23881] ppid=23868 vsize=1710524 CPUtime=0
/proc/23870/task/23881/stat : 23881 (java) S 23868 23870 23824 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 198083557 1751576576 80293 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23870/tid=23882] ppid=23868 vsize=1710524 CPUtime=0
/proc/23870/task/23882/stat : 23882 (java) S 23868 23870 23824 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 198085935 1751576576 80293 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 42.68
Current children cumulated vsize (Kb) 1710524

[startup+50.0468 s]
/proc/loadavg: 1.00 0.98 0.99 2/76 23882
/proc/meminfo: memFree=1454416/2055920 swapFree=4182212/4192956
[pid=23870] ppid=23868 vsize=1710524 CPUtime=52.71
/proc/23870/stat : 23870 (java) R 23868 23870 23824 0 -1 0 87568 0 1 0 5229 42 0 0 25 0 13 0 198083547 1751576576 80441 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071586107 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23870/statm: 427631 80441 1908 14 0 414378 0
[pid=23870/tid=23871] ppid=23868 vsize=1710524 CPUtime=1.56
/proc/23870/task/23871/stat : 23871 (java) S 23868 23870 23824 0 -1 64 24188 0 0 0 145 11 0 0 16 0 13 0 198083550 1751576576 80441 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23870/tid=23872] ppid=23868 vsize=1710524 CPUtime=1.55
/proc/23870/task/23872/stat : 23872 (java) S 23868 23870 23824 0 -1 64 24690 0 0 0 142 13 0 0 16 0 13 0 198083550 1751576576 80441 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23870/tid=23873] ppid=23868 vsize=1710524 CPUtime=0
/proc/23870/task/23873/stat : 23873 (java) S 23868 23870 23824 0 -1 64 29 0 0 0 0 0 0 0 16 0 13 0 198083553 1751576576 80441 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=23870/tid=23874] ppid=23868 vsize=1710524 CPUtime=0
/proc/23870/task/23874/stat : 23874 (java) S 23868 23870 23824 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 198083554 1751576576 80441 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23870/tid=23875] ppid=23868 vsize=1710524 CPUtime=0
/proc/23870/task/23875/stat : 23875 (java) S 23868 23870 23824 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 198083554 1751576576 80441 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23870/tid=23876] ppid=23868 vsize=1710524 CPUtime=0
/proc/23870/task/23876/stat : 23876 (java) S 23868 23870 23824 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 198083557 1751576576 80441 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23870/tid=23877] ppid=23868 vsize=1710524 CPUtime=0
/proc/23870/task/23877/stat : 23877 (java) S 23868 23870 23824 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 198083557 1751576576 80441 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23870/tid=23878] ppid=23868 vsize=1710524 CPUtime=0.66
/proc/23870/task/23878/stat : 23878 (java) S 23868 23870 23824 0 -1 64 1165 0 0 0 66 0 0 0 16 0 13 0 198083557 1751576576 80441 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23870/tid=23879] ppid=23868 vsize=1710524 CPUtime=0.82
/proc/23870/task/23879/stat : 23879 (java) S 23868 23870 23824 0 -1 64 663 0 0 0 82 0 0 0 17 0 13 0 198083557 1751576576 80441 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23870/tid=23880] ppid=23868 vsize=1710524 CPUtime=0
/proc/23870/task/23880/stat : 23880 (java) S 23868 23870 23824 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 198083557 1751576576 80441 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23870/tid=23881] ppid=23868 vsize=1710524 CPUtime=0
/proc/23870/task/23881/stat : 23881 (java) S 23868 23870 23824 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 198083557 1751576576 80441 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23870/tid=23882] ppid=23868 vsize=1710524 CPUtime=0
/proc/23870/task/23882/stat : 23882 (java) S 23868 23870 23824 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 198085935 1751576576 80441 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 52.71
Current children cumulated vsize (Kb) 1710524

[startup+60.0548 s]
/proc/loadavg: 1.00 0.98 0.99 2/76 23882
/proc/meminfo: memFree=1453968/2055920 swapFree=4182212/4192956
[pid=23870] ppid=23868 vsize=1710524 CPUtime=62.72
/proc/23870/stat : 23870 (java) R 23868 23870 23824 0 -1 0 87731 0 1 0 6230 42 0 0 19 0 13 0 198083547 1751576576 80600 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071586096 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23870/statm: 427631 80600 1908 14 0 414378 0
[pid=23870/tid=23871] ppid=23868 vsize=1710524 CPUtime=1.57
/proc/23870/task/23871/stat : 23871 (java) S 23868 23870 23824 0 -1 64 24247 0 0 0 146 11 0 0 16 0 13 0 198083550 1751576576 80600 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23870/tid=23872] ppid=23868 vsize=1710524 CPUtime=1.56
/proc/23870/task/23872/stat : 23872 (java) S 23868 23870 23824 0 -1 64 24792 0 0 0 143 13 0 0 16 0 13 0 198083550 1751576576 80600 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23870/tid=23873] ppid=23868 vsize=1710524 CPUtime=0.01
/proc/23870/task/23873/stat : 23873 (java) S 23868 23870 23824 0 -1 64 29 0 0 0 1 0 0 0 16 0 13 0 198083553 1751576576 80600 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=23870/tid=23874] ppid=23868 vsize=1710524 CPUtime=0
/proc/23870/task/23874/stat : 23874 (java) S 23868 23870 23824 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 198083554 1751576576 80600 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23870/tid=23875] ppid=23868 vsize=1710524 CPUtime=0
/proc/23870/task/23875/stat : 23875 (java) S 23868 23870 23824 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 198083554 1751576576 80600 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23870/tid=23876] ppid=23868 vsize=1710524 CPUtime=0
/proc/23870/task/23876/stat : 23876 (java) S 23868 23870 23824 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 198083557 1751576576 80600 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23870/tid=23877] ppid=23868 vsize=1710524 CPUtime=0
/proc/23870/task/23877/stat : 23877 (java) S 23868 23870 23824 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 198083557 1751576576 80600 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23870/tid=23878] ppid=23868 vsize=1710524 CPUtime=0.66
/proc/23870/task/23878/stat : 23878 (java) S 23868 23870 23824 0 -1 64 1165 0 0 0 66 0 0 0 16 0 13 0 198083557 1751576576 80600 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0

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

[pid=23870/tid=23874] ppid=23868 vsize=1710524 CPUtime=0
/proc/23870/task/23874/stat : 23874 (java) S 23868 23870 23824 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 198083554 1751576576 152779 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23870/tid=23875] ppid=23868 vsize=1710524 CPUtime=0
/proc/23870/task/23875/stat : 23875 (java) S 23868 23870 23824 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 198083554 1751576576 152779 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23870/tid=23876] ppid=23868 vsize=1710524 CPUtime=0
/proc/23870/task/23876/stat : 23876 (java) S 23868 23870 23824 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 198083557 1751576576 152779 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23870/tid=23877] ppid=23868 vsize=1710524 CPUtime=0.01
/proc/23870/task/23877/stat : 23877 (java) S 23868 23870 23824 0 -1 64 2 0 0 0 1 0 0 0 16 0 13 0 198083557 1751576576 152779 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23870/tid=23878] ppid=23868 vsize=1710524 CPUtime=0.74
/proc/23870/task/23878/stat : 23878 (java) S 23868 23870 23824 0 -1 64 1167 0 0 0 74 0 0 0 16 0 13 0 198083557 1751576576 152780 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23870/tid=23879] ppid=23868 vsize=1710524 CPUtime=0.95
/proc/23870/task/23879/stat : 23879 (java) S 23868 23870 23824 0 -1 64 802 0 0 0 95 0 0 0 17 0 13 0 198083557 1751576576 152780 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23870/tid=23880] ppid=23868 vsize=1710524 CPUtime=0
/proc/23870/task/23880/stat : 23880 (java) S 23868 23870 23824 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 198083557 1751576576 152780 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23870/tid=23881] ppid=23868 vsize=1710524 CPUtime=0
/proc/23870/task/23881/stat : 23881 (java) S 23868 23870 23824 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 198083557 1751576576 152780 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23870/tid=23882] ppid=23868 vsize=1710524 CPUtime=0
/proc/23870/task/23882/stat : 23882 (java) S 23868 23870 23824 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 198085935 1751576576 152780 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1796.35
Current children cumulated vsize (Kb) 1710524

[startup+1787.41 s]
/proc/loadavg: 1.00 1.00 1.00 2/76 24077
/proc/meminfo: memFree=1161944/2055920 swapFree=4182212/4192956
[pid=23870] ppid=23868 vsize=1710524 CPUtime=1797.38
/proc/23870/stat : 23870 (java) R 23868 23870 23824 0 -1 0 199230 0 1 0 179554 184 0 0 25 0 13 0 198083547 1751576576 153143 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071586099 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23870/statm: 427631 153143 1908 14 0 414378 0
[pid=23870/tid=23871] ppid=23868 vsize=1710524 CPUtime=9.58
/proc/23870/task/23871/stat : 23871 (java) S 23868 23870 23824 0 -1 64 67086 0 0 0 886 72 0 0 16 0 13 0 198083550 1751576576 153143 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23870/tid=23872] ppid=23868 vsize=1710524 CPUtime=9.57
/proc/23870/task/23872/stat : 23872 (java) S 23868 23870 23824 0 -1 64 69811 0 0 0 891 66 0 0 17 0 13 0 198083550 1751576576 153143 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23870/tid=23873] ppid=23868 vsize=1710524 CPUtime=0.19
/proc/23870/task/23873/stat : 23873 (java) S 23868 23870 23824 0 -1 64 96 0 0 0 10 9 0 0 16 0 13 0 198083553 1751576576 153143 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=23870/tid=23874] ppid=23868 vsize=1710524 CPUtime=0
/proc/23870/task/23874/stat : 23874 (java) S 23868 23870 23824 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 198083554 1751576576 153143 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23870/tid=23875] ppid=23868 vsize=1710524 CPUtime=0
/proc/23870/task/23875/stat : 23875 (java) S 23868 23870 23824 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 198083554 1751576576 153143 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23870/tid=23876] ppid=23868 vsize=1710524 CPUtime=0
/proc/23870/task/23876/stat : 23876 (java) S 23868 23870 23824 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 198083557 1751576576 153143 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23870/tid=23877] ppid=23868 vsize=1710524 CPUtime=0.01
/proc/23870/task/23877/stat : 23877 (java) S 23868 23870 23824 0 -1 64 2 0 0 0 1 0 0 0 16 0 13 0 198083557 1751576576 153143 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23870/tid=23878] ppid=23868 vsize=1710524 CPUtime=0.74
/proc/23870/task/23878/stat : 23878 (java) S 23868 23870 23824 0 -1 64 1167 0 0 0 74 0 0 0 16 0 13 0 198083557 1751576576 153143 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23870/tid=23879] ppid=23868 vsize=1710524 CPUtime=0.95
/proc/23870/task/23879/stat : 23879 (java) S 23868 23870 23824 0 -1 64 802 0 0 0 95 0 0 0 17 0 13 0 198083557 1751576576 153143 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23870/tid=23880] ppid=23868 vsize=1710524 CPUtime=0
/proc/23870/task/23880/stat : 23880 (java) S 23868 23870 23824 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 198083557 1751576576 153143 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23870/tid=23881] ppid=23868 vsize=1710524 CPUtime=0
/proc/23870/task/23881/stat : 23881 (java) S 23868 23870 23824 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 198083557 1751576576 153143 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23870/tid=23882] ppid=23868 vsize=1710524 CPUtime=0
/proc/23870/task/23882/stat : 23882 (java) S 23868 23870 23824 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 198085935 1751576576 153143 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1797.38
Current children cumulated vsize (Kb) 1710524

[startup+1788.42 s]
/proc/loadavg: 1.00 1.00 1.00 2/76 24077
/proc/meminfo: memFree=1161944/2055920 swapFree=4182212/4192956
[pid=23870] ppid=23868 vsize=1710524 CPUtime=1798.38
/proc/23870/stat : 23870 (java) R 23868 23870 23824 0 -1 0 199230 0 1 0 179654 184 0 0 25 0 13 0 198083547 1751576576 153143 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071586116 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23870/statm: 427631 153143 1908 14 0 414378 0
[pid=23870/tid=23871] ppid=23868 vsize=1710524 CPUtime=9.58
/proc/23870/task/23871/stat : 23871 (java) S 23868 23870 23824 0 -1 64 67086 0 0 0 886 72 0 0 16 0 13 0 198083550 1751576576 153143 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23870/tid=23872] ppid=23868 vsize=1710524 CPUtime=9.57
/proc/23870/task/23872/stat : 23872 (java) S 23868 23870 23824 0 -1 64 69811 0 0 0 891 66 0 0 17 0 13 0 198083550 1751576576 153143 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23870/tid=23873] ppid=23868 vsize=1710524 CPUtime=0.19
/proc/23870/task/23873/stat : 23873 (java) S 23868 23870 23824 0 -1 64 96 0 0 0 10 9 0 0 16 0 13 0 198083553 1751576576 153143 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=23870/tid=23874] ppid=23868 vsize=1710524 CPUtime=0
/proc/23870/task/23874/stat : 23874 (java) S 23868 23870 23824 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 198083554 1751576576 153143 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23870/tid=23875] ppid=23868 vsize=1710524 CPUtime=0
/proc/23870/task/23875/stat : 23875 (java) S 23868 23870 23824 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 198083554 1751576576 153143 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23870/tid=23876] ppid=23868 vsize=1710524 CPUtime=0
/proc/23870/task/23876/stat : 23876 (java) S 23868 23870 23824 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 198083557 1751576576 153143 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23870/tid=23877] ppid=23868 vsize=1710524 CPUtime=0.01
/proc/23870/task/23877/stat : 23877 (java) S 23868 23870 23824 0 -1 64 2 0 0 0 1 0 0 0 16 0 13 0 198083557 1751576576 153143 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23870/tid=23878] ppid=23868 vsize=1710524 CPUtime=0.74
/proc/23870/task/23878/stat : 23878 (java) S 23868 23870 23824 0 -1 64 1167 0 0 0 74 0 0 0 16 0 13 0 198083557 1751576576 153143 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23870/tid=23879] ppid=23868 vsize=1710524 CPUtime=0.95
/proc/23870/task/23879/stat : 23879 (java) S 23868 23870 23824 0 -1 64 802 0 0 0 95 0 0 0 17 0 13 0 198083557 1751576576 153143 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23870/tid=23880] ppid=23868 vsize=1710524 CPUtime=0
/proc/23870/task/23880/stat : 23880 (java) S 23868 23870 23824 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 198083557 1751576576 153143 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23870/tid=23881] ppid=23868 vsize=1710524 CPUtime=0
/proc/23870/task/23881/stat : 23881 (java) S 23868 23870 23824 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 198083557 1751576576 153143 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23870/tid=23882] ppid=23868 vsize=1710524 CPUtime=0
/proc/23870/task/23882/stat : 23882 (java) S 23868 23870 23824 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 198085935 1751576576 153143 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1798.38
Current children cumulated vsize (Kb) 1710524

[startup+1789.42 s]
/proc/loadavg: 1.00 1.00 1.00 2/76 24077
/proc/meminfo: memFree=1161944/2055920 swapFree=4182212/4192956
[pid=23870] ppid=23868 vsize=1710524 CPUtime=1799.39
/proc/23870/stat : 23870 (java) R 23868 23870 23824 0 -1 0 199230 0 1 0 179755 184 0 0 25 0 13 0 198083547 1751576576 153143 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071590480 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23870/statm: 427631 153143 1908 14 0 414378 0
[pid=23870/tid=23871] ppid=23868 vsize=1710524 CPUtime=9.58
/proc/23870/task/23871/stat : 23871 (java) S 23868 23870 23824 0 -1 64 67086 0 0 0 886 72 0 0 16 0 13 0 198083550 1751576576 153143 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23870/tid=23872] ppid=23868 vsize=1710524 CPUtime=9.57
/proc/23870/task/23872/stat : 23872 (java) S 23868 23870 23824 0 -1 64 69811 0 0 0 891 66 0 0 17 0 13 0 198083550 1751576576 153143 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23870/tid=23873] ppid=23868 vsize=1710524 CPUtime=0.19
/proc/23870/task/23873/stat : 23873 (java) S 23868 23870 23824 0 -1 64 96 0 0 0 10 9 0 0 16 0 13 0 198083553 1751576576 153143 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=23870/tid=23874] ppid=23868 vsize=1710524 CPUtime=0
/proc/23870/task/23874/stat : 23874 (java) S 23868 23870 23824 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 198083554 1751576576 153143 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23870/tid=23875] ppid=23868 vsize=1710524 CPUtime=0
/proc/23870/task/23875/stat : 23875 (java) S 23868 23870 23824 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 198083554 1751576576 153143 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23870/tid=23876] ppid=23868 vsize=1710524 CPUtime=0
/proc/23870/task/23876/stat : 23876 (java) S 23868 23870 23824 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 198083557 1751576576 153143 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23870/tid=23877] ppid=23868 vsize=1710524 CPUtime=0.01
/proc/23870/task/23877/stat : 23877 (java) S 23868 23870 23824 0 -1 64 2 0 0 0 1 0 0 0 16 0 13 0 198083557 1751576576 153143 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23870/tid=23878] ppid=23868 vsize=1710524 CPUtime=0.74
/proc/23870/task/23878/stat : 23878 (java) S 23868 23870 23824 0 -1 64 1167 0 0 0 74 0 0 0 16 0 13 0 198083557 1751576576 153143 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23870/tid=23879] ppid=23868 vsize=1710524 CPUtime=0.95
/proc/23870/task/23879/stat : 23879 (java) S 23868 23870 23824 0 -1 64 802 0 0 0 95 0 0 0 17 0 13 0 198083557 1751576576 153143 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23870/tid=23880] ppid=23868 vsize=1710524 CPUtime=0
/proc/23870/task/23880/stat : 23880 (java) S 23868 23870 23824 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 198083557 1751576576 153143 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23870/tid=23881] ppid=23868 vsize=1710524 CPUtime=0
/proc/23870/task/23881/stat : 23881 (java) S 23868 23870 23824 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 198083557 1751576576 153143 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23870/tid=23882] ppid=23868 vsize=1710524 CPUtime=0
/proc/23870/task/23882/stat : 23882 (java) S 23868 23870 23824 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 198085935 1751576576 153143 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1799.39
Current children cumulated vsize (Kb) 1710524

[startup+1790.43 s]
/proc/loadavg: 1.00 1.00 1.00 2/76 24077
/proc/meminfo: memFree=1161944/2055920 swapFree=4182212/4192956
[pid=23870] ppid=23868 vsize=1710524 CPUtime=1800.39
/proc/23870/stat : 23870 (java) R 23868 23870 23824 0 -1 0 199230 0 1 0 179855 184 0 0 25 0 13 0 198083547 1751576576 153143 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071586096 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23870/statm: 427631 153143 1908 14 0 414378 0
[pid=23870/tid=23871] ppid=23868 vsize=1710524 CPUtime=9.58
/proc/23870/task/23871/stat : 23871 (java) S 23868 23870 23824 0 -1 64 67086 0 0 0 886 72 0 0 16 0 13 0 198083550 1751576576 153143 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23870/tid=23872] ppid=23868 vsize=1710524 CPUtime=9.57
/proc/23870/task/23872/stat : 23872 (java) S 23868 23870 23824 0 -1 64 69811 0 0 0 891 66 0 0 17 0 13 0 198083550 1751576576 153143 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23870/tid=23873] ppid=23868 vsize=1710524 CPUtime=0.19
/proc/23870/task/23873/stat : 23873 (java) S 23868 23870 23824 0 -1 64 96 0 0 0 10 9 0 0 16 0 13 0 198083553 1751576576 153143 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=23870/tid=23874] ppid=23868 vsize=1710524 CPUtime=0
/proc/23870/task/23874/stat : 23874 (java) S 23868 23870 23824 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 198083554 1751576576 153143 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23870/tid=23875] ppid=23868 vsize=1710524 CPUtime=0
/proc/23870/task/23875/stat : 23875 (java) S 23868 23870 23824 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 198083554 1751576576 153143 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23870/tid=23876] ppid=23868 vsize=1710524 CPUtime=0
/proc/23870/task/23876/stat : 23876 (java) S 23868 23870 23824 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 198083557 1751576576 153143 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23870/tid=23877] ppid=23868 vsize=1710524 CPUtime=0.01
/proc/23870/task/23877/stat : 23877 (java) S 23868 23870 23824 0 -1 64 2 0 0 0 1 0 0 0 16 0 13 0 198083557 1751576576 153143 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23870/tid=23878] ppid=23868 vsize=1710524 CPUtime=0.74
/proc/23870/task/23878/stat : 23878 (java) S 23868 23870 23824 0 -1 64 1167 0 0 0 74 0 0 0 16 0 13 0 198083557 1751576576 153143 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23870/tid=23879] ppid=23868 vsize=1710524 CPUtime=0.95
/proc/23870/task/23879/stat : 23879 (java) S 23868 23870 23824 0 -1 64 802 0 0 0 95 0 0 0 17 0 13 0 198083557 1751576576 153143 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23870/tid=23880] ppid=23868 vsize=1710524 CPUtime=0
/proc/23870/task/23880/stat : 23880 (java) S 23868 23870 23824 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 198083557 1751576576 153143 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23870/tid=23881] ppid=23868 vsize=1710524 CPUtime=0
/proc/23870/task/23881/stat : 23881 (java) S 23868 23870 23824 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 198083557 1751576576 153143 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23870/tid=23882] ppid=23868 vsize=1710524 CPUtime=0
/proc/23870/task/23882/stat : 23882 (java) S 23868 23870 23824 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 198085935 1751576576 153143 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.39
Current children cumulated vsize (Kb) 1710524



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1790.43 s]
/proc/loadavg: 1.00 1.00 1.00 2/76 24077
/proc/meminfo: memFree=1161880/2055920 swapFree=4182212/4192956
[pid=23870] ppid=23868 vsize=1710524 CPUtime=1800.4
/proc/23870/stat : 23870 (java) R 23868 23870 23824 0 -1 0 199230 0 1 0 179856 184 0 0 25 0 13 0 198083547 1751576576 153143 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071586393 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23870/statm: 427631 153143 1908 14 0 414378 0
[pid=23870/tid=23871] ppid=23868 vsize=1710524 CPUtime=9.58
/proc/23870/task/23871/stat : 23871 (java) S 23868 23870 23824 0 -1 64 67086 0 0 0 886 72 0 0 16 0 13 0 198083550 1751576576 153143 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23870/tid=23872] ppid=23868 vsize=1710524 CPUtime=9.57
/proc/23870/task/23872/stat : 23872 (java) S 23868 23870 23824 0 -1 64 69811 0 0 0 891 66 0 0 17 0 13 0 198083550 1751576576 153143 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23870/tid=23873] ppid=23868 vsize=1710524 CPUtime=0.19
/proc/23870/task/23873/stat : 23873 (java) S 23868 23870 23824 0 -1 64 96 0 0 0 10 9 0 0 16 0 13 0 198083553 1751576576 153143 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=23870/tid=23874] ppid=23868 vsize=1710524 CPUtime=0
/proc/23870/task/23874/stat : 23874 (java) S 23868 23870 23824 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 198083554 1751576576 153143 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23870/tid=23875] ppid=23868 vsize=1710524 CPUtime=0
/proc/23870/task/23875/stat : 23875 (java) S 23868 23870 23824 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 198083554 1751576576 153143 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23870/tid=23876] ppid=23868 vsize=1710524 CPUtime=0
/proc/23870/task/23876/stat : 23876 (java) S 23868 23870 23824 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 198083557 1751576576 153143 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23870/tid=23877] ppid=23868 vsize=1710524 CPUtime=0.01
/proc/23870/task/23877/stat : 23877 (java) S 23868 23870 23824 0 -1 64 2 0 0 0 1 0 0 0 16 0 13 0 198083557 1751576576 153143 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23870/tid=23878] ppid=23868 vsize=1710524 CPUtime=0.74
/proc/23870/task/23878/stat : 23878 (java) S 23868 23870 23824 0 -1 64 1167 0 0 0 74 0 0 0 16 0 13 0 198083557 1751576576 153143 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23870/tid=23879] ppid=23868 vsize=1710524 CPUtime=0.95
/proc/23870/task/23879/stat : 23879 (java) S 23868 23870 23824 0 -1 64 802 0 0 0 95 0 0 0 17 0 13 0 198083557 1751576576 153143 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23870/tid=23880] ppid=23868 vsize=1710524 CPUtime=0
/proc/23870/task/23880/stat : 23880 (java) S 23868 23870 23824 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 198083557 1751576576 153143 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23870/tid=23881] ppid=23868 vsize=1710524 CPUtime=0
/proc/23870/task/23881/stat : 23881 (java) S 23868 23870 23824 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 198083557 1751576576 153143 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23870/tid=23882] ppid=23868 vsize=1710524 CPUtime=0
/proc/23870/task/23882/stat : 23882 (java) S 23868 23870 23824 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 198085935 1751576576 153143 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.4
Current children cumulated vsize (Kb) 1710524

Sending SIGTERM to -23870
Sleeping 2 seconds

Child status: 143
Real time (s): 1790.58
CPU time (s): 1800.58
CPU user time (s): 1798.64
CPU system time (s): 1.9447
CPU usage (%): 100.558
Max. virtual memory (cumulated for all children) (Kb): 1711616

Launcher Data (download as text)

Begin job on node73 on Sat Jun  3 08:43:08 UTC 2006


FILE ID= 43901-1149324188

PBS_JOBID= 309532

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-greenbea.opb
COMMAND LINE= java -server -Xms1500M -Xmx1500M -jar ROOT/solvers/PB/PB06final/user5/sat4jPseudoPlus.jar ROOT/tmp/node73/43901-1149324188/instance-43901-1149324188.opb 47431668
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node73/watcher-43901-1149324188 -o ROOT/results/node73/solver-43901-1149324188 -C 1800 -M 1800 -S 64  java -server -Xms1500M -Xmx1500M -jar ROOT/solvers/PB/PB06final/user5/sat4jPseudoPlus.jar ROOT/tmp/node73/43901-1149324188/instance-43901-1149324188.opb 47431668

MD5SUM SOLVER= e9637a7554f3ecdf74c1815f89d00213
MD5SUM BENCH=  542c2b53b45e753224c38b905fee77fb

RANDOM SEED= 47431668


/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.261
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.261
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:       1769128 kB
Buffers:         24984 kB
Cached:         198292 kB
SwapCached:       2348 kB
Active:          37024 kB
Inactive:       194820 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1769128 kB
SwapTotal:     4192956 kB
SwapFree:      4182212 kB
Dirty:             160 kB
Writeback:           0 kB
Mapped:          15068 kB
Slab:            40944 kB
Committed_AS:   345688 kB
PageTables:       1416 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB


End job on node73 on Sat Jun  3 09:12:58 UTC 2006