Trace number 42220

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 NameAnswerCPU timeWall clock time
SAT4JPSEUDO 2006.2 Heuristics? (TO) 1800.87 1765.64

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB05/aloul/
FPGA_SAT05/normalized-fpga35_33_sat_pb.cnf.cr.opb
MD5SUMd807de21f10c00acae1479f7b1348df5
Bench CategorySATUNSAT-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark0.033994
Has Objective FunctionNO
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved NO
Number of variables1733
Total number of constraints1256
Number of constraints which are clauses1188
Number of constraints which are cardinality constraints (but not clauses)68
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint17
Maximum length of a constraint35
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 36
Number of bits of the biggest sum of numbers6
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data (download as text)

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

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

Current StackSize limit: 67108864 bytes

/proc/loadavg: 0.84 0.94 0.90 3/67 7454
/proc/meminfo: memFree=1644744/2055920 swapFree=4192812/4192956
[pid=7454] ppid=7452 vsize=1784 CPUtime=0
/proc/7454/stat : 7454 (java) D 7452 7454 7409 0 -1 0 165 0 0 0 0 0 0 0 19 0 1 0 188396223 1826816 137 18446744073709551615 134512640 134570276 4294956608 18446744073709551615 4294960144 0 2147483391 4096 0 18446744072099781622 0 0 17 1 0 0
/proc/7454/statm: 446 137 102 14 0 91 0

[startup+10.0025 s]
/proc/loadavg: 0.87 0.94 0.90 2/79 7466
/proc/meminfo: memFree=1453032/2055920 swapFree=4192812/4192956
[pid=7454] ppid=7452 vsize=1712836 CPUtime=11.43
/proc/7454/stat : 7454 (java) R 7452 7454 7409 0 -1 0 52698 0 1 0 1119 24 0 0 17 0 13 0 188396223 1753944064 49715 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071499153 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/7454/statm: 428209 49715 1910 14 0 414956 0
[pid=7454/tid=7455] ppid=7452 vsize=1712836 CPUtime=0.29
/proc/7454/task/7455/stat : 7455 (java) S 7452 7454 7409 0 -1 64 6321 0 0 0 26 3 0 0 16 0 13 0 188396226 1753944064 49715 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7454/tid=7456] ppid=7452 vsize=1712836 CPUtime=0.29
/proc/7454/task/7456/stat : 7456 (java) S 7452 7454 7409 0 -1 64 6755 0 0 0 26 3 0 0 16 0 13 0 188396226 1753944064 49715 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7454/tid=7457] ppid=7452 vsize=1712836 CPUtime=0
/proc/7454/task/7457/stat : 7457 (java) S 7452 7454 7409 0 -1 64 24 0 0 0 0 0 0 0 16 0 13 0 188396229 1753944064 49715 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=7454/tid=7458] ppid=7452 vsize=1712836 CPUtime=0
/proc/7454/task/7458/stat : 7458 (java) S 7452 7454 7409 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 188396229 1753944064 49715 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7454/tid=7459] ppid=7452 vsize=1712836 CPUtime=0
/proc/7454/task/7459/stat : 7459 (java) S 7452 7454 7409 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 188396229 1753944064 49715 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7454/tid=7460] ppid=7452 vsize=1712836 CPUtime=0
/proc/7454/task/7460/stat : 7460 (java) S 7452 7454 7409 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 188396232 1753944064 49715 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7454/tid=7461] ppid=7452 vsize=1712836 CPUtime=0
/proc/7454/task/7461/stat : 7461 (java) S 7452 7454 7409 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 188396232 1753944064 49715 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7454/tid=7462] ppid=7452 vsize=1712836 CPUtime=0.74
/proc/7454/task/7462/stat : 7462 (java) S 7452 7454 7409 0 -1 64 2019 0 0 0 74 0 0 0 16 0 13 0 188396232 1753944064 49715 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7454/tid=7463] ppid=7452 vsize=1712836 CPUtime=0.9
/proc/7454/task/7463/stat : 7463 (java) S 7452 7454 7409 0 -1 64 1034 0 0 0 90 0 0 0 17 0 13 0 188396232 1753944064 49715 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7454/tid=7464] ppid=7452 vsize=1712836 CPUtime=0
/proc/7454/task/7464/stat : 7464 (java) S 7452 7454 7409 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 188396232 1753944064 49715 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7454/tid=7465] ppid=7452 vsize=1712836 CPUtime=0
/proc/7454/task/7465/stat : 7465 (java) S 7452 7454 7409 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 188396232 1753944064 49715 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7454/tid=7466] ppid=7452 vsize=1712836 CPUtime=0
/proc/7454/task/7466/stat : 7466 (java) S 7452 7454 7409 0 -1 64 4 0 0 0 0 0 0 0 20 0 13 0 188396303 1753944064 49715 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 11.43
Current children cumulated vsize (Kb) 1712836

[startup+20.0138 s]
/proc/loadavg: 0.89 0.94 0.90 2/79 7466
/proc/meminfo: memFree=1441384/2055920 swapFree=4192812/4192956
[pid=7454] ppid=7452 vsize=1712836 CPUtime=21.51
/proc/7454/stat : 7454 (java) R 7452 7454 7409 0 -1 0 56064 0 1 0 2126 25 0 0 25 0 13 0 188396223 1753944064 52621 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071626785 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/7454/statm: 428209 52621 1910 14 0 414956 0
[pid=7454/tid=7455] ppid=7452 vsize=1712836 CPUtime=0.37
/proc/7454/task/7455/stat : 7455 (java) S 7452 7454 7409 0 -1 64 8101 0 0 0 34 3 0 0 15 0 13 0 188396226 1753944064 52621 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7454/tid=7456] ppid=7452 vsize=1712836 CPUtime=0.38
/proc/7454/task/7456/stat : 7456 (java) S 7452 7454 7409 0 -1 64 8328 0 0 0 34 4 0 0 16 0 13 0 188396226 1753944064 52621 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7454/tid=7457] ppid=7452 vsize=1712836 CPUtime=0
/proc/7454/task/7457/stat : 7457 (java) S 7452 7454 7409 0 -1 64 24 0 0 0 0 0 0 0 17 0 13 0 188396229 1753944064 52621 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=7454/tid=7458] ppid=7452 vsize=1712836 CPUtime=0
/proc/7454/task/7458/stat : 7458 (java) S 7452 7454 7409 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 188396229 1753944064 52621 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7454/tid=7459] ppid=7452 vsize=1712836 CPUtime=0
/proc/7454/task/7459/stat : 7459 (java) S 7452 7454 7409 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 188396229 1753944064 52621 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7454/tid=7460] ppid=7452 vsize=1712836 CPUtime=0
/proc/7454/task/7460/stat : 7460 (java) S 7452 7454 7409 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 188396232 1753944064 52621 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7454/tid=7461] ppid=7452 vsize=1712836 CPUtime=0
/proc/7454/task/7461/stat : 7461 (java) S 7452 7454 7409 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 188396232 1753944064 52621 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7454/tid=7462] ppid=7452 vsize=1712836 CPUtime=0.74
/proc/7454/task/7462/stat : 7462 (java) S 7452 7454 7409 0 -1 64 2019 0 0 0 74 0 0 0 16 0 13 0 188396232 1753944064 52621 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7454/tid=7463] ppid=7452 vsize=1712836 CPUtime=0.9
/proc/7454/task/7463/stat : 7463 (java) S 7452 7454 7409 0 -1 64 1034 0 0 0 90 0 0 0 17 0 13 0 188396232 1753944064 52621 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7454/tid=7464] ppid=7452 vsize=1712836 CPUtime=0
/proc/7454/task/7464/stat : 7464 (java) S 7452 7454 7409 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 188396232 1753944064 52621 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7454/tid=7465] ppid=7452 vsize=1712836 CPUtime=0
/proc/7454/task/7465/stat : 7465 (java) S 7452 7454 7409 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 188396232 1753944064 52621 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7454/tid=7466] ppid=7452 vsize=1712836 CPUtime=0
/proc/7454/task/7466/stat : 7466 (java) S 7452 7454 7409 0 -1 64 4 0 0 0 0 0 0 0 20 0 13 0 188396303 1753944064 52621 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 21.51
Current children cumulated vsize (Kb) 1712836

[startup+30.0227 s]
/proc/loadavg: 0.90 0.94 0.90 3/79 7466
/proc/meminfo: memFree=1431144/2055920 swapFree=4192812/4192956
[pid=7454] ppid=7452 vsize=1712836 CPUtime=31.61
/proc/7454/stat : 7454 (java) S 7452 7454 7409 0 -1 0 61064 0 1 0 3134 27 0 0 25 0 13 0 188396223 1753944064 55330 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/7454/statm: 428209 55332 1910 14 0 414956 0
[pid=7454/tid=7455] ppid=7452 vsize=1712836 CPUtime=0.47
/proc/7454/task/7455/stat : 7455 (java) R 7452 7454 7409 0 -1 64 10116 0 0 0 43 4 0 0 17 0 13 0 188396226 1753944064 55334 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4154975284 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7454/tid=7456] ppid=7452 vsize=1712836 CPUtime=0.48
/proc/7454/task/7456/stat : 7456 (java) R 7452 7454 7409 0 -1 64 10336 0 0 0 43 5 0 0 16 0 13 0 188396226 1753944064 55336 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4154975950 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7454/tid=7457] ppid=7452 vsize=1712836 CPUtime=0
/proc/7454/task/7457/stat : 7457 (java) S 7452 7454 7409 0 -1 64 36 0 0 0 0 0 0 0 16 0 13 0 188396229 1753944064 55339 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=7454/tid=7458] ppid=7452 vsize=1712836 CPUtime=0
/proc/7454/task/7458/stat : 7458 (java) S 7452 7454 7409 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 188396229 1753944064 55339 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7454/tid=7459] ppid=7452 vsize=1712836 CPUtime=0
/proc/7454/task/7459/stat : 7459 (java) S 7452 7454 7409 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 188396229 1753944064 55340 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7454/tid=7460] ppid=7452 vsize=1712836 CPUtime=0
/proc/7454/task/7460/stat : 7460 (java) S 7452 7454 7409 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 188396232 1753944064 55342 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7454/tid=7461] ppid=7452 vsize=1712836 CPUtime=0
/proc/7454/task/7461/stat : 7461 (java) S 7452 7454 7409 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 188396232 1753944064 55345 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7454/tid=7462] ppid=7452 vsize=1712836 CPUtime=0.74
/proc/7454/task/7462/stat : 7462 (java) S 7452 7454 7409 0 -1 64 2019 0 0 0 74 0 0 0 16 0 13 0 188396232 1753944064 55348 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7454/tid=7463] ppid=7452 vsize=1712836 CPUtime=0.9
/proc/7454/task/7463/stat : 7463 (java) S 7452 7454 7409 0 -1 64 1034 0 0 0 90 0 0 0 17 0 13 0 188396232 1753944064 55349 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7454/tid=7464] ppid=7452 vsize=1712836 CPUtime=0
/proc/7454/task/7464/stat : 7464 (java) S 7452 7454 7409 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 188396232 1753944064 55350 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7454/tid=7465] ppid=7452 vsize=1712836 CPUtime=0
/proc/7454/task/7465/stat : 7465 (java) S 7452 7454 7409 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 188396232 1753944064 55350 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7454/tid=7466] ppid=7452 vsize=1712836 CPUtime=0
/proc/7454/task/7466/stat : 7466 (java) S 7452 7454 7409 0 -1 64 4 0 0 0 0 0 0 0 20 0 13 0 188396303 1753944064 55353 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 31.61
Current children cumulated vsize (Kb) 1712836

[startup+40.0298 s]
/proc/loadavg: 0.92 0.94 0.90 2/79 7466
/proc/meminfo: memFree=1413288/2055920 swapFree=4192812/4192956
[pid=7454] ppid=7452 vsize=1712836 CPUtime=41.73
/proc/7454/stat : 7454 (java) R 7452 7454 7409 0 -1 0 67439 0 1 0 4143 30 0 0 25 0 13 0 188396223 1753944064 59590 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071626776 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/7454/statm: 428209 59590 1910 14 0 414956 0
[pid=7454/tid=7455] ppid=7452 vsize=1712836 CPUtime=0.59
/proc/7454/task/7455/stat : 7455 (java) S 7452 7454 7409 0 -1 64 13397 0 0 0 54 5 0 0 16 0 13 0 188396226 1753944064 59590 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7454/tid=7456] ppid=7452 vsize=1712836 CPUtime=0.61
/proc/7454/task/7456/stat : 7456 (java) S 7452 7454 7409 0 -1 64 13414 0 0 0 54 7 0 0 16 0 13 0 188396226 1753944064 59590 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7454/tid=7457] ppid=7452 vsize=1712836 CPUtime=0
/proc/7454/task/7457/stat : 7457 (java) S 7452 7454 7409 0 -1 64 36 0 0 0 0 0 0 0 16 0 13 0 188396229 1753944064 59590 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=7454/tid=7458] ppid=7452 vsize=1712836 CPUtime=0
/proc/7454/task/7458/stat : 7458 (java) S 7452 7454 7409 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 188396229 1753944064 59590 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7454/tid=7459] ppid=7452 vsize=1712836 CPUtime=0
/proc/7454/task/7459/stat : 7459 (java) S 7452 7454 7409 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 188396229 1753944064 59590 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7454/tid=7460] ppid=7452 vsize=1712836 CPUtime=0
/proc/7454/task/7460/stat : 7460 (java) S 7452 7454 7409 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 188396232 1753944064 59590 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7454/tid=7461] ppid=7452 vsize=1712836 CPUtime=0
/proc/7454/task/7461/stat : 7461 (java) S 7452 7454 7409 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 188396232 1753944064 59590 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7454/tid=7462] ppid=7452 vsize=1712836 CPUtime=0.74
/proc/7454/task/7462/stat : 7462 (java) S 7452 7454 7409 0 -1 64 2019 0 0 0 74 0 0 0 16 0 13 0 188396232 1753944064 59590 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7454/tid=7463] ppid=7452 vsize=1712836 CPUtime=0.9
/proc/7454/task/7463/stat : 7463 (java) S 7452 7454 7409 0 -1 64 1034 0 0 0 90 0 0 0 17 0 13 0 188396232 1753944064 59590 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7454/tid=7464] ppid=7452 vsize=1712836 CPUtime=0
/proc/7454/task/7464/stat : 7464 (java) S 7452 7454 7409 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 188396232 1753944064 59590 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7454/tid=7465] ppid=7452 vsize=1712836 CPUtime=0
/proc/7454/task/7465/stat : 7465 (java) S 7452 7454 7409 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 188396232 1753944064 59590 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7454/tid=7466] ppid=7452 vsize=1712836 CPUtime=0
/proc/7454/task/7466/stat : 7466 (java) S 7452 7454 7409 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 188396303 1753944064 59590 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 41.73
Current children cumulated vsize (Kb) 1712836

[startup+50.0379 s]
/proc/loadavg: 0.93 0.94 0.90 2/79 7466
/proc/meminfo: memFree=1424296/2055920 swapFree=4192812/4192956
[pid=7454] ppid=7452 vsize=1712836 CPUtime=51.79
/proc/7454/stat : 7454 (java) R 7452 7454 7409 0 -1 0 68186 0 1 0 5148 31 0 0 18 0 13 0 188396223 1753944064 56833 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071461985 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/7454/statm: 428209 56833 1910 14 0 414956 0
[pid=7454/tid=7455] ppid=7452 vsize=1712836 CPUtime=0.65
/proc/7454/task/7455/stat : 7455 (java) S 7452 7454 7409 0 -1 64 13798 0 0 0 60 5 0 0 16 0 13 0 188396226 1753944064 56833 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7454/tid=7456] ppid=7452 vsize=1712836 CPUtime=0.67
/proc/7454/task/7456/stat : 7456 (java) S 7452 7454 7409 0 -1 64 13746 0 0 0 60 7 0 0 15 0 13 0 188396226 1753944064 56833 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7454/tid=7457] ppid=7452 vsize=1712836 CPUtime=0.01
/proc/7454/task/7457/stat : 7457 (java) S 7452 7454 7409 0 -1 64 36 0 0 0 1 0 0 0 16 0 13 0 188396229 1753944064 56833 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=7454/tid=7458] ppid=7452 vsize=1712836 CPUtime=0
/proc/7454/task/7458/stat : 7458 (java) S 7452 7454 7409 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 188396229 1753944064 56833 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7454/tid=7459] ppid=7452 vsize=1712836 CPUtime=0
/proc/7454/task/7459/stat : 7459 (java) S 7452 7454 7409 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 188396229 1753944064 56833 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7454/tid=7460] ppid=7452 vsize=1712836 CPUtime=0
/proc/7454/task/7460/stat : 7460 (java) S 7452 7454 7409 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 188396232 1753944064 56833 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7454/tid=7461] ppid=7452 vsize=1712836 CPUtime=0
/proc/7454/task/7461/stat : 7461 (java) S 7452 7454 7409 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 188396232 1753944064 56833 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7454/tid=7462] ppid=7452 vsize=1712836 CPUtime=0.74
/proc/7454/task/7462/stat : 7462 (java) S 7452 7454 7409 0 -1 64 2019 0 0 0 74 0 0 0 16 0 13 0 188396232 1753944064 56833 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7454/tid=7463] ppid=7452 vsize=1712836 CPUtime=0.9
/proc/7454/task/7463/stat : 7463 (java) S 7452 7454 7409 0 -1 64 1034 0 0 0 90 0 0 0 17 0 13 0 188396232 1753944064 56833 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7454/tid=7464] ppid=7452 vsize=1712836 CPUtime=0
/proc/7454/task/7464/stat : 7464 (java) S 7452 7454 7409 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 188396232 1753944064 56833 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7454/tid=7465] ppid=7452 vsize=1712836 CPUtime=0
/proc/7454/task/7465/stat : 7465 (java) S 7452 7454 7409 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 188396232 1753944064 56833 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7454/tid=7466] ppid=7452 vsize=1712836 CPUtime=0
/proc/7454/task/7466/stat : 7466 (java) S 7452 7454 7409 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 188396303 1753944064 56833 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 51.79
Current children cumulated vsize (Kb) 1712836

[startup+60.0461 s]
/proc/loadavg: 0.94 0.95 0.90 2/79 7466
/proc/meminfo: memFree=1432808/2055920 swapFree=4192812/4192956
[pid=7454] ppid=7452 vsize=1712836 CPUtime=61.85
/proc/7454/stat : 7454 (java) R 7452 7454 7409 0 -1 0 68972 0 1 0 6153 32 0 0 25 0 13 0 188396223 1753944064 54702 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071392311 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/7454/statm: 428209 54702 1910 14 0 414956 0
[pid=7454/tid=7455] ppid=7452 vsize=1712836 CPUtime=0.72
/proc/7454/task/7455/stat : 7455 (java) S 7452 7454 7409 0 -1 64 14252 0 0 0 66 6 0 0 15 0 13 0 188396226 1753944064 54702 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7454/tid=7456] ppid=7452 vsize=1712836 CPUtime=0.73
/proc/7454/task/7456/stat : 7456 (java) S 7452 7454 7409 0 -1 64 14063 0 0 0 66 7 0 0 16 0 13 0 188396226 1753944064 54702 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7454/tid=7457] ppid=7452 vsize=1712836 CPUtime=0.02
/proc/7454/task/7457/stat : 7457 (java) S 7452 7454 7409 0 -1 64 36 0 0 0 1 1 0 0 16 0 13 0 188396229 1753944064 54702 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=7454/tid=7458] ppid=7452 vsize=1712836 CPUtime=0
/proc/7454/task/7458/stat : 7458 (java) S 7452 7454 7409 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 188396229 1753944064 54702 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7454/tid=7459] ppid=7452 vsize=1712836 CPUtime=0
/proc/7454/task/7459/stat : 7459 (java) S 7452 7454 7409 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 188396229 1753944064 54702 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7454/tid=7460] ppid=7452 vsize=1712836 CPUtime=0
/proc/7454/task/7460/stat : 7460 (java) S 7452 7454 7409 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 188396232 1753944064 54702 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0

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

[pid=7454/tid=7458] ppid=7452 vsize=1712836 CPUtime=0
/proc/7454/task/7458/stat : 7458 (java) S 7452 7454 7409 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 188396229 1753944064 288942 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7454/tid=7459] ppid=7452 vsize=1712836 CPUtime=0
/proc/7454/task/7459/stat : 7459 (java) S 7452 7454 7409 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 188396229 1753944064 288942 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7454/tid=7460] ppid=7452 vsize=1712836 CPUtime=0
/proc/7454/task/7460/stat : 7460 (java) S 7452 7454 7409 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 188396232 1753944064 288942 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7454/tid=7461] ppid=7452 vsize=1712836 CPUtime=0
/proc/7454/task/7461/stat : 7461 (java) S 7452 7454 7409 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 188396232 1753944064 288942 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7454/tid=7462] ppid=7452 vsize=1712836 CPUtime=0.74
/proc/7454/task/7462/stat : 7462 (java) S 7452 7454 7409 0 -1 64 2019 0 0 0 74 0 0 0 16 0 13 0 188396232 1753944064 288942 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7454/tid=7463] ppid=7452 vsize=1712836 CPUtime=0.9
/proc/7454/task/7463/stat : 7463 (java) S 7452 7454 7409 0 -1 64 1034 0 0 0 90 0 0 0 17 0 13 0 188396232 1753944064 288942 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7454/tid=7464] ppid=7452 vsize=1712836 CPUtime=0
/proc/7454/task/7464/stat : 7464 (java) S 7452 7454 7409 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 188396232 1753944064 288942 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7454/tid=7465] ppid=7452 vsize=1712836 CPUtime=0
/proc/7454/task/7465/stat : 7465 (java) S 7452 7454 7409 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 188396232 1753944064 288942 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7454/tid=7466] ppid=7452 vsize=1712836 CPUtime=0
/proc/7454/task/7466/stat : 7466 (java) S 7452 7454 7409 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 188396303 1753944064 288942 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1796.41
Current children cumulated vsize (Kb) 1712836

[startup+1762.38 s]
/proc/loadavg: 1.00 1.01 0.97 2/79 7661
/proc/meminfo: memFree=493032/2055920 swapFree=4192812/4192956
[pid=7454] ppid=7452 vsize=1712836 CPUtime=1797.45
/proc/7454/stat : 7454 (java) R 7452 7454 7409 0 -1 0 334087 0 1 0 179566 179 0 0 25 0 13 0 188396223 1753944064 288973 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071392254 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/7454/statm: 428209 288973 1910 14 0 414956 0
[pid=7454/tid=7455] ppid=7452 vsize=1712836 CPUtime=34.88
/proc/7454/task/7455/stat : 7455 (java) S 7452 7454 7409 0 -1 64 130696 0 0 0 3428 60 0 0 16 0 13 0 188396226 1753944064 288973 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7454/tid=7456] ppid=7452 vsize=1712836 CPUtime=34.96
/proc/7454/task/7456/stat : 7456 (java) S 7452 7454 7409 0 -1 64 146776 0 0 0 3428 68 0 0 16 0 13 0 188396226 1753944064 288973 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7454/tid=7457] ppid=7452 vsize=1712836 CPUtime=0.4
/proc/7454/task/7457/stat : 7457 (java) S 7452 7454 7409 0 -1 64 72 0 0 0 25 15 0 0 16 0 13 0 188396229 1753944064 288973 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=7454/tid=7458] ppid=7452 vsize=1712836 CPUtime=0
/proc/7454/task/7458/stat : 7458 (java) S 7452 7454 7409 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 188396229 1753944064 288973 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7454/tid=7459] ppid=7452 vsize=1712836 CPUtime=0
/proc/7454/task/7459/stat : 7459 (java) S 7452 7454 7409 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 188396229 1753944064 288973 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7454/tid=7460] ppid=7452 vsize=1712836 CPUtime=0
/proc/7454/task/7460/stat : 7460 (java) S 7452 7454 7409 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 188396232 1753944064 288973 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7454/tid=7461] ppid=7452 vsize=1712836 CPUtime=0
/proc/7454/task/7461/stat : 7461 (java) S 7452 7454 7409 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 188396232 1753944064 288973 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7454/tid=7462] ppid=7452 vsize=1712836 CPUtime=0.74
/proc/7454/task/7462/stat : 7462 (java) S 7452 7454 7409 0 -1 64 2019 0 0 0 74 0 0 0 16 0 13 0 188396232 1753944064 288973 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7454/tid=7463] ppid=7452 vsize=1712836 CPUtime=0.9
/proc/7454/task/7463/stat : 7463 (java) S 7452 7454 7409 0 -1 64 1034 0 0 0 90 0 0 0 17 0 13 0 188396232 1753944064 288973 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7454/tid=7464] ppid=7452 vsize=1712836 CPUtime=0
/proc/7454/task/7464/stat : 7464 (java) S 7452 7454 7409 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 188396232 1753944064 288973 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7454/tid=7465] ppid=7452 vsize=1712836 CPUtime=0
/proc/7454/task/7465/stat : 7465 (java) S 7452 7454 7409 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 188396232 1753944064 288973 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7454/tid=7466] ppid=7452 vsize=1712836 CPUtime=0
/proc/7454/task/7466/stat : 7466 (java) S 7452 7454 7409 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 188396303 1753944064 288973 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1797.45
Current children cumulated vsize (Kb) 1712836

[startup+1763.39 s]
/proc/loadavg: 1.00 1.01 0.97 2/79 7661
/proc/meminfo: memFree=492392/2055920 swapFree=4192812/4192956
[pid=7454] ppid=7452 vsize=1712836 CPUtime=1798.5
/proc/7454/stat : 7454 (java) R 7452 7454 7409 0 -1 0 334266 0 1 0 179671 179 0 0 22 0 13 0 188396223 1753944064 289133 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071626931 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/7454/statm: 428209 289133 1910 14 0 414956 0
[pid=7454/tid=7455] ppid=7452 vsize=1712836 CPUtime=34.92
/proc/7454/task/7455/stat : 7455 (java) S 7452 7454 7409 0 -1 64 130762 0 0 0 3432 60 0 0 16 0 13 0 188396226 1753944064 289133 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7454/tid=7456] ppid=7452 vsize=1712836 CPUtime=35
/proc/7454/task/7456/stat : 7456 (java) S 7452 7454 7409 0 -1 64 146888 0 0 0 3432 68 0 0 16 0 13 0 188396226 1753944064 289133 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7454/tid=7457] ppid=7452 vsize=1712836 CPUtime=0.4
/proc/7454/task/7457/stat : 7457 (java) S 7452 7454 7409 0 -1 64 72 0 0 0 25 15 0 0 16 0 13 0 188396229 1753944064 289133 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=7454/tid=7458] ppid=7452 vsize=1712836 CPUtime=0
/proc/7454/task/7458/stat : 7458 (java) S 7452 7454 7409 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 188396229 1753944064 289133 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7454/tid=7459] ppid=7452 vsize=1712836 CPUtime=0
/proc/7454/task/7459/stat : 7459 (java) S 7452 7454 7409 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 188396229 1753944064 289133 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7454/tid=7460] ppid=7452 vsize=1712836 CPUtime=0
/proc/7454/task/7460/stat : 7460 (java) S 7452 7454 7409 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 188396232 1753944064 289133 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7454/tid=7461] ppid=7452 vsize=1712836 CPUtime=0
/proc/7454/task/7461/stat : 7461 (java) S 7452 7454 7409 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 188396232 1753944064 289133 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7454/tid=7462] ppid=7452 vsize=1712836 CPUtime=0.74
/proc/7454/task/7462/stat : 7462 (java) S 7452 7454 7409 0 -1 64 2019 0 0 0 74 0 0 0 16 0 13 0 188396232 1753944064 289133 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7454/tid=7463] ppid=7452 vsize=1712836 CPUtime=0.9
/proc/7454/task/7463/stat : 7463 (java) S 7452 7454 7409 0 -1 64 1034 0 0 0 90 0 0 0 17 0 13 0 188396232 1753944064 289133 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7454/tid=7464] ppid=7452 vsize=1712836 CPUtime=0
/proc/7454/task/7464/stat : 7464 (java) S 7452 7454 7409 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 188396232 1753944064 289133 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7454/tid=7465] ppid=7452 vsize=1712836 CPUtime=0
/proc/7454/task/7465/stat : 7465 (java) S 7452 7454 7409 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 188396232 1753944064 289133 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7454/tid=7466] ppid=7452 vsize=1712836 CPUtime=0
/proc/7454/task/7466/stat : 7466 (java) S 7452 7454 7409 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 188396303 1753944064 289133 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1798.5
Current children cumulated vsize (Kb) 1712836

[startup+1764.39 s]
/proc/loadavg: 1.00 1.01 0.97 2/79 7661
/proc/meminfo: memFree=491816/2055920 swapFree=4192812/4192956
[pid=7454] ppid=7452 vsize=1712836 CPUtime=1799.54
/proc/7454/stat : 7454 (java) R 7452 7454 7409 0 -1 0 334412 0 1 0 179775 179 0 0 23 0 13 0 188396223 1753944064 289272 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071626759 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/7454/statm: 428209 289272 1910 14 0 414956 0
[pid=7454/tid=7455] ppid=7452 vsize=1712836 CPUtime=34.95
/proc/7454/task/7455/stat : 7455 (java) S 7452 7454 7409 0 -1 64 130803 0 0 0 3435 60 0 0 17 0 13 0 188396226 1753944064 289272 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7454/tid=7456] ppid=7452 vsize=1712836 CPUtime=35.03
/proc/7454/task/7456/stat : 7456 (java) S 7452 7454 7409 0 -1 64 146992 0 0 0 3435 68 0 0 16 0 13 0 188396226 1753944064 289272 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7454/tid=7457] ppid=7452 vsize=1712836 CPUtime=0.4
/proc/7454/task/7457/stat : 7457 (java) S 7452 7454 7409 0 -1 64 72 0 0 0 25 15 0 0 16 0 13 0 188396229 1753944064 289272 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=7454/tid=7458] ppid=7452 vsize=1712836 CPUtime=0
/proc/7454/task/7458/stat : 7458 (java) S 7452 7454 7409 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 188396229 1753944064 289272 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7454/tid=7459] ppid=7452 vsize=1712836 CPUtime=0
/proc/7454/task/7459/stat : 7459 (java) S 7452 7454 7409 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 188396229 1753944064 289272 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7454/tid=7460] ppid=7452 vsize=1712836 CPUtime=0
/proc/7454/task/7460/stat : 7460 (java) S 7452 7454 7409 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 188396232 1753944064 289272 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7454/tid=7461] ppid=7452 vsize=1712836 CPUtime=0
/proc/7454/task/7461/stat : 7461 (java) S 7452 7454 7409 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 188396232 1753944064 289272 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7454/tid=7462] ppid=7452 vsize=1712836 CPUtime=0.74
/proc/7454/task/7462/stat : 7462 (java) S 7452 7454 7409 0 -1 64 2019 0 0 0 74 0 0 0 16 0 13 0 188396232 1753944064 289272 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7454/tid=7463] ppid=7452 vsize=1712836 CPUtime=0.9
/proc/7454/task/7463/stat : 7463 (java) S 7452 7454 7409 0 -1 64 1034 0 0 0 90 0 0 0 17 0 13 0 188396232 1753944064 289272 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7454/tid=7464] ppid=7452 vsize=1712836 CPUtime=0
/proc/7454/task/7464/stat : 7464 (java) S 7452 7454 7409 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 188396232 1753944064 289272 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7454/tid=7465] ppid=7452 vsize=1712836 CPUtime=0
/proc/7454/task/7465/stat : 7465 (java) S 7452 7454 7409 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 188396232 1753944064 289272 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7454/tid=7466] ppid=7452 vsize=1712836 CPUtime=0
/proc/7454/task/7466/stat : 7466 (java) S 7452 7454 7409 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 188396303 1753944064 289272 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1799.54
Current children cumulated vsize (Kb) 1712836

[startup+1765.4 s]
/proc/loadavg: 1.00 1.01 0.97 2/79 7661
/proc/meminfo: memFree=491560/2055920 swapFree=4192812/4192956
[pid=7454] ppid=7452 vsize=1712836 CPUtime=1800.58
/proc/7454/stat : 7454 (java) R 7452 7454 7409 0 -1 0 334469 0 1 0 179879 179 0 0 25 0 13 0 188396223 1753944064 289328 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071392250 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/7454/statm: 428209 289328 1910 14 0 414956 0
[pid=7454/tid=7455] ppid=7452 vsize=1712836 CPUtime=34.99
/proc/7454/task/7455/stat : 7455 (java) S 7452 7454 7409 0 -1 64 130823 0 0 0 3439 60 0 0 16 0 13 0 188396226 1753944064 289328 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7454/tid=7456] ppid=7452 vsize=1712836 CPUtime=35.07
/proc/7454/task/7456/stat : 7456 (java) S 7452 7454 7409 0 -1 64 147028 0 0 0 3439 68 0 0 16 0 13 0 188396226 1753944064 289328 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7454/tid=7457] ppid=7452 vsize=1712836 CPUtime=0.41
/proc/7454/task/7457/stat : 7457 (java) S 7452 7454 7409 0 -1 64 72 0 0 0 26 15 0 0 16 0 13 0 188396229 1753944064 289328 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=7454/tid=7458] ppid=7452 vsize=1712836 CPUtime=0
/proc/7454/task/7458/stat : 7458 (java) S 7452 7454 7409 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 188396229 1753944064 289328 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7454/tid=7459] ppid=7452 vsize=1712836 CPUtime=0
/proc/7454/task/7459/stat : 7459 (java) S 7452 7454 7409 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 188396229 1753944064 289328 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7454/tid=7460] ppid=7452 vsize=1712836 CPUtime=0
/proc/7454/task/7460/stat : 7460 (java) S 7452 7454 7409 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 188396232 1753944064 289328 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7454/tid=7461] ppid=7452 vsize=1712836 CPUtime=0
/proc/7454/task/7461/stat : 7461 (java) S 7452 7454 7409 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 188396232 1753944064 289328 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7454/tid=7462] ppid=7452 vsize=1712836 CPUtime=0.74
/proc/7454/task/7462/stat : 7462 (java) S 7452 7454 7409 0 -1 64 2019 0 0 0 74 0 0 0 16 0 13 0 188396232 1753944064 289328 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7454/tid=7463] ppid=7452 vsize=1712836 CPUtime=0.9
/proc/7454/task/7463/stat : 7463 (java) S 7452 7454 7409 0 -1 64 1034 0 0 0 90 0 0 0 17 0 13 0 188396232 1753944064 289328 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7454/tid=7464] ppid=7452 vsize=1712836 CPUtime=0
/proc/7454/task/7464/stat : 7464 (java) S 7452 7454 7409 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 188396232 1753944064 289328 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7454/tid=7465] ppid=7452 vsize=1712836 CPUtime=0
/proc/7454/task/7465/stat : 7465 (java) S 7452 7454 7409 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 188396232 1753944064 289328 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7454/tid=7466] ppid=7452 vsize=1712836 CPUtime=0
/proc/7454/task/7466/stat : 7466 (java) S 7452 7454 7409 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 188396303 1753944064 289328 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.58
Current children cumulated vsize (Kb) 1712836



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1765.4 s]
/proc/loadavg: 1.00 1.01 0.97 2/79 7661
/proc/meminfo: memFree=491560/2055920 swapFree=4192812/4192956
[pid=7454] ppid=7452 vsize=1712836 CPUtime=1800.59
/proc/7454/stat : 7454 (java) R 7452 7454 7409 0 -1 0 334469 0 1 0 179880 179 0 0 25 0 13 0 188396223 1753944064 289328 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071491594 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/7454/statm: 428209 289328 1910 14 0 414956 0
[pid=7454/tid=7455] ppid=7452 vsize=1712836 CPUtime=34.99
/proc/7454/task/7455/stat : 7455 (java) S 7452 7454 7409 0 -1 64 130823 0 0 0 3439 60 0 0 16 0 13 0 188396226 1753944064 289328 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7454/tid=7456] ppid=7452 vsize=1712836 CPUtime=35.07
/proc/7454/task/7456/stat : 7456 (java) S 7452 7454 7409 0 -1 64 147028 0 0 0 3439 68 0 0 16 0 13 0 188396226 1753944064 289328 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7454/tid=7457] ppid=7452 vsize=1712836 CPUtime=0.41
/proc/7454/task/7457/stat : 7457 (java) S 7452 7454 7409 0 -1 64 72 0 0 0 26 15 0 0 16 0 13 0 188396229 1753944064 289328 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=7454/tid=7458] ppid=7452 vsize=1712836 CPUtime=0
/proc/7454/task/7458/stat : 7458 (java) S 7452 7454 7409 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 188396229 1753944064 289328 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7454/tid=7459] ppid=7452 vsize=1712836 CPUtime=0
/proc/7454/task/7459/stat : 7459 (java) S 7452 7454 7409 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 188396229 1753944064 289328 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7454/tid=7460] ppid=7452 vsize=1712836 CPUtime=0
/proc/7454/task/7460/stat : 7460 (java) S 7452 7454 7409 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 188396232 1753944064 289328 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7454/tid=7461] ppid=7452 vsize=1712836 CPUtime=0
/proc/7454/task/7461/stat : 7461 (java) S 7452 7454 7409 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 188396232 1753944064 289328 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7454/tid=7462] ppid=7452 vsize=1712836 CPUtime=0.74
/proc/7454/task/7462/stat : 7462 (java) S 7452 7454 7409 0 -1 64 2019 0 0 0 74 0 0 0 16 0 13 0 188396232 1753944064 289328 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7454/tid=7463] ppid=7452 vsize=1712836 CPUtime=0.9
/proc/7454/task/7463/stat : 7463 (java) S 7452 7454 7409 0 -1 64 1034 0 0 0 90 0 0 0 17 0 13 0 188396232 1753944064 289328 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7454/tid=7464] ppid=7452 vsize=1712836 CPUtime=0
/proc/7454/task/7464/stat : 7464 (java) S 7452 7454 7409 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 188396232 1753944064 289328 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7454/tid=7465] ppid=7452 vsize=1712836 CPUtime=0
/proc/7454/task/7465/stat : 7465 (java) S 7452 7454 7409 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 188396232 1753944064 289328 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7454/tid=7466] ppid=7452 vsize=1712836 CPUtime=0
/proc/7454/task/7466/stat : 7466 (java) S 7452 7454 7409 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 188396303 1753944064 289328 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.59
Current children cumulated vsize (Kb) 1712836

Sending SIGTERM to -7454
Sleeping 2 seconds

Child status: 143
Real time (s): 1765.64
CPU time (s): 1800.87
CPU user time (s): 1798.9
CPU system time (s): 1.9657
CPU usage (%): 101.995
Max. virtual memory (cumulated for all children) (Kb): 1712836

Launcher Data (download as text)

Begin job on node0 on Fri Jun  2 05:49:07 UTC 2006


FILE ID= 42220-1149227347

PBS_JOBID= 296073

BENCH NAME= ROOT/tmp/node0/42220-1149227347/instance-42220-1149227347.opb
COMMAND LINE= java -server -Xms1500M -Xmx1500M -jar ROOT/solvers/PB/PB06final/user5/sat4jPseudoHeuristics.jar ROOT/tmp/node0/42220-1149227347/instance-42220-1149227347.opb 410541123
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node0/watcher-42220-1149227347 -o ROOT/results/node0/solver-42220-1149227347 -C 1800 -M 1800 -S 64  java -server -Xms1500M -Xmx1500M -jar ROOT/solvers/PB/PB06final/user5/sat4jPseudoHeuristics.jar ROOT/tmp/node0/42220-1149227347/instance-42220-1149227347.opb 410541123

MD5SUM SOLVER= 3cef94aa015dc0dd234d31843a257d70
MD5SUM BENCH=  d807de21f10c00acae1479f7b1348df5

RANDOM SEED= 410541123


/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.236
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.236
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:       1644952 kB
Buffers:         29264 kB
Cached:         302508 kB
SwapCached:          0 kB
Active:         104188 kB
Inactive:       245776 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1644952 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:             192 kB
Writeback:           0 kB
Mapped:          29180 kB
Slab:            46636 kB
Committed_AS:   164232 kB
PageTables:       1716 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB


End job on node0 on Fri Jun  2 06:18:33 UTC 2006