Trace number 42633

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds, and are wall clock time (not CPU time).

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerObjective functionCPU timeWall clock time
SAT4JPSEUDO 2006.2 Heuristics? (TO) 1800.35 1788.44

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/MIPLIB/
miplib2003/normalized-reduced-mps-v2-20-10-a1c1s1.opb
MD5SUM8e26f63addeab9c605a48fae9909490e
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark11.2703
Has Objective FunctionYES
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables107520
Total number of constraints3312
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 constraints3312
Minimum length of a constraint50
Maximum length of a constraint820
Number of terms in the objective function 41280
Biggest coefficient in the objective function 2704
Number of bits for the biggest coefficient in the objective function 12
Sum of the numbers in the objective function 560432
Number of bits of the sum of numbers in the objective function 20
Biggest number in a constraint 261600
Number of bits of the biggest number in a constraint 18
Biggest sum of numbers in a constraint 560432
Number of bits of the biggest sum of numbers20
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data (download as text)

0.15	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.15	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.15	c no version file found!!!
0.15	c sun.arch.data.model	32
0.15	c java.version	1.5.0_06
0.15	c os.name	Linux
0.15	c os.version	2.6.9-34.ELsmp
0.15	c os.arch	i386
0.15	c Free memory 1548419056
0.15	c Max memory 1551040512
0.15	c Total memory 1551040512
0.15	c Number of processors 2
0.20	c Cutting planes based inference
0.20	c --- Begin Solver configuration ---
0.20	c org.sat4j.minisat.uip.FirstUIP@1df073d
0.20	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@1546e25
0.20	c org.sat4j.minisat.learning.MiniSATLearning@b66cc
0.20	c conflictBoundIncFactor=1.5 learntBoundIncFactor=1.1 initLearntBoundConstraintFactor=10000.0 initConflictBound=100 
0.20	c VSIDS like heuristics from MiniSAT using a heap
0.20	c No reason simplification
0.20	c --- End Solver configuration ---
0.20	c solving ROOT/tmp/node88/42633-1149268621/instance-42633-1149268621.opb
0.20	c reading problem ... 
13.86	c ... done. Time 13.657 ms.
13.86	c #vars     107520
13.86	c #constraints  4560
1788.33	c starts		: 4
1788.33	c conflicts		: 622
1788.33	c decisions		: 25678
1788.33	c propagations		: 271540
1788.33	c inspects		: 671163
1788.33	c learnt literals	: 0
1788.33	c learnt binary clauses	: 0
1788.33	c learnt ternary clauses	: 0
1788.33	c learnt clauses	: 621
1788.33	c root simplifications	: 0
1788.33	c removed literals (reason simplification)	: 0
1788.33	c reason swapping (by a shorter reason)	: 0
1788.33	c Calls to reduceDB	: 0
1788.33	c speed (decisions/second)	: 14.473825868793117
1788.33	c non guided choices	0
1788.33	s UNKNOWN
1788.33	c Total wall clock time (ms): 1788.13

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

Current StackSize limit: 67108864 bytes

/proc/loadavg: 1.02 1.01 1.00 2/68 25061
/proc/meminfo: memFree=1828400/2055888 swapFree=4085336/4096564
[pid=25061] ppid=25059 vsize=168 CPUtime=0
/proc/25061/stat : 25061 (java) R 25059 25061 25015 0 -1 0 40 0 0 0 0 0 0 0 19 0 1 0 192501295 172032 23 18446744073709551615 134512640 134570276 4294956608 18446744073709551615 9540027 0 0 4096 0 0 0 0 17 1 0 0
/proc/25061/statm: 42 23 18 14 0 2 0

[startup+10.0026 s]
/proc/loadavg: 1.01 1.01 1.00 2/79 25072
/proc/meminfo: memFree=1620376/2055888 swapFree=4085336/4096564
[pid=25061] ppid=25059 vsize=1712572 CPUtime=11.14
/proc/25061/stat : 25061 (java) R 25059 25061 25015 0 -1 0 56503 0 1 0 1086 28 0 0 24 0 12 0 192501295 1753673728 53768 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071413467 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/25061/statm: 428143 53768 1887 14 0 414889 0
[pid=25061/tid=25062] ppid=25059 vsize=1712572 CPUtime=0.55
/proc/25061/task/25062/stat : 25062 (java) S 25059 25061 25015 0 -1 64 8955 0 0 0 51 4 0 0 16 0 12 0 192501299 1753673728 53768 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25061/tid=25063] ppid=25059 vsize=1712572 CPUtime=0.55
/proc/25061/task/25063/stat : 25063 (java) S 25059 25061 25015 0 -1 64 8691 0 0 0 50 5 0 0 16 0 12 0 192501299 1753673728 53768 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25061/tid=25064] ppid=25059 vsize=1712572 CPUtime=0
/proc/25061/task/25064/stat : 25064 (java) S 25059 25061 25015 0 -1 64 23 0 0 0 0 0 0 0 16 0 12 0 192501302 1753673728 53768 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=25061/tid=25065] ppid=25059 vsize=1712572 CPUtime=0
/proc/25061/task/25065/stat : 25065 (java) S 25059 25061 25015 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 192501302 1753673728 53768 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25061/tid=25066] ppid=25059 vsize=1712572 CPUtime=0
/proc/25061/task/25066/stat : 25066 (java) S 25059 25061 25015 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 192501302 1753673728 53768 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25061/tid=25067] ppid=25059 vsize=1712572 CPUtime=0
/proc/25061/task/25067/stat : 25067 (java) S 25059 25061 25015 0 -1 64 0 0 0 0 0 0 0 0 24 0 12 0 192501305 1753673728 53768 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25061/tid=25068] ppid=25059 vsize=1712572 CPUtime=0
/proc/25061/task/25068/stat : 25068 (java) S 25059 25061 25015 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 192501305 1753673728 53768 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25061/tid=25069] ppid=25059 vsize=1712572 CPUtime=0.31
/proc/25061/task/25069/stat : 25069 (java) S 25059 25061 25015 0 -1 64 763 0 0 0 31 0 0 0 16 0 12 0 192501305 1753673728 53768 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25061/tid=25070] ppid=25059 vsize=1712572 CPUtime=0.47
/proc/25061/task/25070/stat : 25070 (java) S 25059 25061 25015 0 -1 64 1584 0 0 0 47 0 0 0 16 0 12 0 192501305 1753673728 53768 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25061/tid=25071] ppid=25059 vsize=1712572 CPUtime=0
/proc/25061/task/25071/stat : 25071 (java) S 25059 25061 25015 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 192501305 1753673728 53768 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25061/tid=25072] ppid=25059 vsize=1712572 CPUtime=0
/proc/25061/task/25072/stat : 25072 (java) S 25059 25061 25015 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 192501305 1753673728 53768 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 11.14
Current children cumulated vsize (Kb) 1712572

[startup+20.0096 s]
/proc/loadavg: 1.01 1.01 1.00 2/80 25073
/proc/meminfo: memFree=1603024/2055888 swapFree=4085336/4096564
[pid=25061] ppid=25059 vsize=1712000 CPUtime=21.81
/proc/25061/stat : 25061 (java) R 25059 25061 25015 0 -1 0 62467 0 1 0 2150 31 0 0 19 0 13 0 192501295 1753088000 58050 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071646376 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/25061/statm: 428000 58050 1909 14 0 414746 0
[pid=25061/tid=25062] ppid=25059 vsize=1712000 CPUtime=0.68
/proc/25061/task/25062/stat : 25062 (java) S 25059 25061 25015 0 -1 64 10990 0 0 0 63 5 0 0 16 0 13 0 192501299 1753088000 58050 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25061/tid=25063] ppid=25059 vsize=1712000 CPUtime=0.69
/proc/25061/task/25063/stat : 25063 (java) S 25059 25061 25015 0 -1 64 11087 0 0 0 63 6 0 0 16 0 13 0 192501299 1753088000 58050 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25061/tid=25064] ppid=25059 vsize=1712000 CPUtime=0
/proc/25061/task/25064/stat : 25064 (java) S 25059 25061 25015 0 -1 64 26 0 0 0 0 0 0 0 16 0 13 0 192501302 1753088000 58050 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=25061/tid=25065] ppid=25059 vsize=1712000 CPUtime=0
/proc/25061/task/25065/stat : 25065 (java) S 25059 25061 25015 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 192501302 1753088000 58050 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25061/tid=25066] ppid=25059 vsize=1712000 CPUtime=0
/proc/25061/task/25066/stat : 25066 (java) S 25059 25061 25015 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 192501302 1753088000 58050 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25061/tid=25067] ppid=25059 vsize=1712000 CPUtime=0
/proc/25061/task/25067/stat : 25067 (java) S 25059 25061 25015 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 192501305 1753088000 58050 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25061/tid=25068] ppid=25059 vsize=1712000 CPUtime=0
/proc/25061/task/25068/stat : 25068 (java) S 25059 25061 25015 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 192501305 1753088000 58050 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25061/tid=25069] ppid=25059 vsize=1712000 CPUtime=0.67
/proc/25061/task/25069/stat : 25069 (java) S 25059 25061 25015 0 -1 64 1155 0 0 0 67 0 0 0 16 0 13 0 192501305 1753088000 58050 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25061/tid=25070] ppid=25059 vsize=1712000 CPUtime=0.84
/proc/25061/task/25070/stat : 25070 (java) S 25059 25061 25015 0 -1 64 2321 0 0 0 84 0 0 0 15 0 13 0 192501305 1753088000 58050 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25061/tid=25071] ppid=25059 vsize=1712000 CPUtime=0
/proc/25061/task/25071/stat : 25071 (java) S 25059 25061 25015 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 192501305 1753088000 58050 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25061/tid=25072] ppid=25059 vsize=1712000 CPUtime=0
/proc/25061/task/25072/stat : 25072 (java) S 25059 25061 25015 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 192501305 1753088000 58050 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25061/tid=25073] ppid=25059 vsize=1712000 CPUtime=0
/proc/25061/task/25073/stat : 25073 (java) S 25059 25061 25015 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 192502731 1753088000 58050 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 21.81
Current children cumulated vsize (Kb) 1712000

[startup+30.0166 s]
/proc/loadavg: 1.01 1.00 1.00 2/80 25073
/proc/meminfo: memFree=1597392/2055888 swapFree=4085336/4096564
[pid=25061] ppid=25059 vsize=1712000 CPUtime=32.01
/proc/25061/stat : 25061 (java) R 25059 25061 25015 0 -1 0 64635 0 1 0 3168 33 0 0 17 0 13 0 192501295 1753088000 59545 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071646383 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/25061/statm: 428000 59545 1909 14 0 414746 0
[pid=25061/tid=25062] ppid=25059 vsize=1712000 CPUtime=0.72
/proc/25061/task/25062/stat : 25062 (java) S 25059 25061 25015 0 -1 64 11629 0 0 0 66 6 0 0 16 0 13 0 192501299 1753088000 59545 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25061/tid=25063] ppid=25059 vsize=1712000 CPUtime=0.72
/proc/25061/task/25063/stat : 25063 (java) S 25059 25061 25015 0 -1 64 12091 0 0 0 66 6 0 0 16 0 13 0 192501299 1753088000 59545 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25061/tid=25064] ppid=25059 vsize=1712000 CPUtime=0
/proc/25061/task/25064/stat : 25064 (java) S 25059 25061 25015 0 -1 64 26 0 0 0 0 0 0 0 16 0 13 0 192501302 1753088000 59545 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=25061/tid=25065] ppid=25059 vsize=1712000 CPUtime=0
/proc/25061/task/25065/stat : 25065 (java) S 25059 25061 25015 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 192501302 1753088000 59545 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25061/tid=25066] ppid=25059 vsize=1712000 CPUtime=0
/proc/25061/task/25066/stat : 25066 (java) S 25059 25061 25015 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 192501302 1753088000 59545 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25061/tid=25067] ppid=25059 vsize=1712000 CPUtime=0
/proc/25061/task/25067/stat : 25067 (java) S 25059 25061 25015 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 192501305 1753088000 59545 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25061/tid=25068] ppid=25059 vsize=1712000 CPUtime=0
/proc/25061/task/25068/stat : 25068 (java) S 25059 25061 25015 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 192501305 1753088000 59545 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25061/tid=25069] ppid=25059 vsize=1712000 CPUtime=0.83
/proc/25061/task/25069/stat : 25069 (java) S 25059 25061 25015 0 -1 64 1668 0 0 0 83 0 0 0 16 0 13 0 192501305 1753088000 59545 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25061/tid=25070] ppid=25059 vsize=1712000 CPUtime=0.88
/proc/25061/task/25070/stat : 25070 (java) S 25059 25061 25015 0 -1 64 2323 0 0 0 88 0 0 0 17 0 13 0 192501305 1753088000 59545 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25061/tid=25071] ppid=25059 vsize=1712000 CPUtime=0
/proc/25061/task/25071/stat : 25071 (java) S 25059 25061 25015 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 192501305 1753088000 59545 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25061/tid=25072] ppid=25059 vsize=1712000 CPUtime=0
/proc/25061/task/25072/stat : 25072 (java) S 25059 25061 25015 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 192501305 1753088000 59545 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25061/tid=25073] ppid=25059 vsize=1712000 CPUtime=0
/proc/25061/task/25073/stat : 25073 (java) S 25059 25061 25015 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 192502731 1753088000 59545 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 32.01
Current children cumulated vsize (Kb) 1712000

[startup+40.0226 s]
/proc/loadavg: 1.01 1.00 1.00 2/80 25073
/proc/meminfo: memFree=1597008/2055888 swapFree=4085336/4096564
[pid=25061] ppid=25059 vsize=1712000 CPUtime=42.06
/proc/25061/stat : 25061 (java) R 25059 25061 25015 0 -1 0 64749 0 1 0 4173 33 0 0 25 0 13 0 192501295 1753088000 59649 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071659779 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/25061/statm: 428000 59649 1909 14 0 414746 0
[pid=25061/tid=25062] ppid=25059 vsize=1712000 CPUtime=0.73
/proc/25061/task/25062/stat : 25062 (java) S 25059 25061 25015 0 -1 64 11663 0 0 0 67 6 0 0 16 0 13 0 192501299 1753088000 59649 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25061/tid=25063] ppid=25059 vsize=1712000 CPUtime=0.72
/proc/25061/task/25063/stat : 25063 (java) S 25059 25061 25015 0 -1 64 12161 0 0 0 66 6 0 0 16 0 13 0 192501299 1753088000 59649 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25061/tid=25064] ppid=25059 vsize=1712000 CPUtime=0
/proc/25061/task/25064/stat : 25064 (java) S 25059 25061 25015 0 -1 64 26 0 0 0 0 0 0 0 16 0 13 0 192501302 1753088000 59649 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=25061/tid=25065] ppid=25059 vsize=1712000 CPUtime=0
/proc/25061/task/25065/stat : 25065 (java) S 25059 25061 25015 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 192501302 1753088000 59649 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25061/tid=25066] ppid=25059 vsize=1712000 CPUtime=0
/proc/25061/task/25066/stat : 25066 (java) S 25059 25061 25015 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 192501302 1753088000 59649 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25061/tid=25067] ppid=25059 vsize=1712000 CPUtime=0
/proc/25061/task/25067/stat : 25067 (java) S 25059 25061 25015 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 192501305 1753088000 59649 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25061/tid=25068] ppid=25059 vsize=1712000 CPUtime=0
/proc/25061/task/25068/stat : 25068 (java) S 25059 25061 25015 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 192501305 1753088000 59649 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25061/tid=25069] ppid=25059 vsize=1712000 CPUtime=0.85
/proc/25061/task/25069/stat : 25069 (java) S 25059 25061 25015 0 -1 64 1669 0 0 0 85 0 0 0 16 0 13 0 192501305 1753088000 59649 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25061/tid=25070] ppid=25059 vsize=1712000 CPUtime=0.91
/proc/25061/task/25070/stat : 25070 (java) S 25059 25061 25015 0 -1 64 2325 0 0 0 91 0 0 0 16 0 13 0 192501305 1753088000 59649 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25061/tid=25071] ppid=25059 vsize=1712000 CPUtime=0
/proc/25061/task/25071/stat : 25071 (java) S 25059 25061 25015 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 192501305 1753088000 59649 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25061/tid=25072] ppid=25059 vsize=1712000 CPUtime=0
/proc/25061/task/25072/stat : 25072 (java) S 25059 25061 25015 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 192501305 1753088000 59649 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25061/tid=25073] ppid=25059 vsize=1712000 CPUtime=0
/proc/25061/task/25073/stat : 25073 (java) S 25059 25061 25015 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 192502731 1753088000 59649 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 42.06
Current children cumulated vsize (Kb) 1712000

[startup+50.0296 s]
/proc/loadavg: 1.00 1.00 1.00 2/80 25073
/proc/meminfo: memFree=1595472/2055888 swapFree=4085336/4096564
[pid=25061] ppid=25059 vsize=1712032 CPUtime=52.2
/proc/25061/stat : 25061 (java) R 25059 25061 25015 0 -1 0 65756 0 1 0 5186 34 0 0 25 0 13 0 192501295 1753120768 59994 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071659779 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/25061/statm: 428008 59994 1909 14 0 414754 0
[pid=25061/tid=25062] ppid=25059 vsize=1712032 CPUtime=0.74
/proc/25061/task/25062/stat : 25062 (java) S 25059 25061 25015 0 -1 64 11920 0 0 0 68 6 0 0 16 0 13 0 192501299 1753120768 59994 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25061/tid=25063] ppid=25059 vsize=1712032 CPUtime=0.74
/proc/25061/task/25063/stat : 25063 (java) S 25059 25061 25015 0 -1 64 12270 0 0 0 67 7 0 0 16 0 13 0 192501299 1753120768 59994 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25061/tid=25064] ppid=25059 vsize=1712032 CPUtime=0
/proc/25061/task/25064/stat : 25064 (java) S 25059 25061 25015 0 -1 64 26 0 0 0 0 0 0 0 16 0 13 0 192501302 1753120768 59994 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=25061/tid=25065] ppid=25059 vsize=1712032 CPUtime=0
/proc/25061/task/25065/stat : 25065 (java) S 25059 25061 25015 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 192501302 1753120768 59994 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25061/tid=25066] ppid=25059 vsize=1712032 CPUtime=0
/proc/25061/task/25066/stat : 25066 (java) S 25059 25061 25015 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 192501302 1753120768 59994 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25061/tid=25067] ppid=25059 vsize=1712032 CPUtime=0
/proc/25061/task/25067/stat : 25067 (java) S 25059 25061 25015 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 192501305 1753120768 59994 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25061/tid=25068] ppid=25059 vsize=1712032 CPUtime=0
/proc/25061/task/25068/stat : 25068 (java) S 25059 25061 25015 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 192501305 1753120768 59994 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25061/tid=25069] ppid=25059 vsize=1712032 CPUtime=0.87
/proc/25061/task/25069/stat : 25069 (java) S 25059 25061 25015 0 -1 64 1676 0 0 0 87 0 0 0 16 0 13 0 192501305 1753120768 59994 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25061/tid=25070] ppid=25059 vsize=1712032 CPUtime=1
/proc/25061/task/25070/stat : 25070 (java) S 25059 25061 25015 0 -1 64 2957 0 0 0 100 0 0 0 17 0 13 0 192501305 1753120768 59994 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25061/tid=25071] ppid=25059 vsize=1712032 CPUtime=0
/proc/25061/task/25071/stat : 25071 (java) S 25059 25061 25015 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 192501305 1753120768 59994 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25061/tid=25072] ppid=25059 vsize=1712032 CPUtime=0
/proc/25061/task/25072/stat : 25072 (java) S 25059 25061 25015 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 192501305 1753120768 59994 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25061/tid=25073] ppid=25059 vsize=1712032 CPUtime=0
/proc/25061/task/25073/stat : 25073 (java) S 25059 25061 25015 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 192502731 1753120768 59994 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 52.2
Current children cumulated vsize (Kb) 1712032

[startup+60.0356 s]
/proc/loadavg: 1.00 1.00 1.00 2/80 25073
/proc/meminfo: memFree=1595472/2055888 swapFree=4085336/4096564
[pid=25061] ppid=25059 vsize=1712000 CPUtime=62.23
/proc/25061/stat : 25061 (java) R 25059 25061 25015 0 -1 0 65973 0 1 0 6189 34 0 0 25 0 13 0 192501295 1753088000 59988 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071646624 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/25061/statm: 428000 59988 1909 14 0 414746 0
[pid=25061/tid=25062] ppid=25059 vsize=1712000 CPUtime=0.74
/proc/25061/task/25062/stat : 25062 (java) S 25059 25061 25015 0 -1 64 11922 0 0 0 68 6 0 0 16 0 13 0 192501299 1753088000 59988 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25061/tid=25063] ppid=25059 vsize=1712000 CPUtime=0.75
/proc/25061/task/25063/stat : 25063 (java) S 25059 25061 25015 0 -1 64 12270 0 0 0 68 7 0 0 16 0 13 0 192501299 1753088000 59988 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25061/tid=25064] ppid=25059 vsize=1712000 CPUtime=0
/proc/25061/task/25064/stat : 25064 (java) S 25059 25061 25015 0 -1 64 26 0 0 0 0 0 0 0 16 0 13 0 192501302 1753088000 59988 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=25061/tid=25065] ppid=25059 vsize=1712000 CPUtime=0
/proc/25061/task/25065/stat : 25065 (java) S 25059 25061 25015 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 192501302 1753088000 59988 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25061/tid=25066] ppid=25059 vsize=1712000 CPUtime=0
/proc/25061/task/25066/stat : 25066 (java) S 25059 25061 25015 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 192501302 1753088000 59988 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25061/tid=25067] ppid=25059 vsize=1712000 CPUtime=0
/proc/25061/task/25067/stat : 25067 (java) S 25059 25061 25015 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 192501305 1753088000 59988 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25061/tid=25068] ppid=25059 vsize=1712000 CPUtime=0
/proc/25061/task/25068/stat : 25068 (java) S 25059 25061 25015 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 192501305 1753088000 59988 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0

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

[pid=25061/tid=25065] ppid=25059 vsize=1712000 CPUtime=0
/proc/25061/task/25065/stat : 25065 (java) S 25059 25061 25015 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 192501302 1753088000 111146 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25061/tid=25066] ppid=25059 vsize=1712000 CPUtime=0
/proc/25061/task/25066/stat : 25066 (java) S 25059 25061 25015 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 192501302 1753088000 111146 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25061/tid=25067] ppid=25059 vsize=1712000 CPUtime=0
/proc/25061/task/25067/stat : 25067 (java) S 25059 25061 25015 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 192501305 1753088000 111146 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25061/tid=25068] ppid=25059 vsize=1712000 CPUtime=0
/proc/25061/task/25068/stat : 25068 (java) S 25059 25061 25015 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 192501305 1753088000 111146 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25061/tid=25069] ppid=25059 vsize=1712000 CPUtime=0.93
/proc/25061/task/25069/stat : 25069 (java) S 25059 25061 25015 0 -1 64 1889 0 0 0 92 1 0 0 17 0 13 0 192501305 1753088000 111146 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25061/tid=25070] ppid=25059 vsize=1712000 CPUtime=1.01
/proc/25061/task/25070/stat : 25070 (java) S 25059 25061 25015 0 -1 64 2957 0 0 0 101 0 0 0 16 0 13 0 192501305 1753088000 111146 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25061/tid=25071] ppid=25059 vsize=1712000 CPUtime=0
/proc/25061/task/25071/stat : 25071 (java) S 25059 25061 25015 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 192501305 1753088000 111146 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25061/tid=25072] ppid=25059 vsize=1712000 CPUtime=0
/proc/25061/task/25072/stat : 25072 (java) S 25059 25061 25015 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 192501305 1753088000 111146 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25061/tid=25073] ppid=25059 vsize=1712000 CPUtime=0
/proc/25061/task/25073/stat : 25073 (java) S 25059 25061 25015 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 192502731 1753088000 111146 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1796.17
Current children cumulated vsize (Kb) 1712000

[startup+1785.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/80 25075
/proc/meminfo: memFree=1389328/2055888 swapFree=4085336/4096564
[pid=25061] ppid=25059 vsize=1712000 CPUtime=1797.17
/proc/25061/stat : 25061 (java) R 25059 25061 25015 0 -1 0 147702 0 1 0 179589 128 0 0 25 0 13 0 192501295 1753088000 111146 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071660143 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/25061/statm: 428000 111146 1909 14 0 414746 0
[pid=25061/tid=25062] ppid=25059 vsize=1712000 CPUtime=11.28
/proc/25061/task/25062/stat : 25062 (java) S 25059 25061 25015 0 -1 64 37641 0 0 0 1085 43 0 0 16 0 13 0 192501299 1753088000 111146 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25061/tid=25063] ppid=25059 vsize=1712000 CPUtime=11.21
/proc/25061/task/25063/stat : 25063 (java) S 25059 25061 25015 0 -1 64 38184 0 0 0 1081 40 0 0 16 0 13 0 192501299 1753088000 111146 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25061/tid=25064] ppid=25059 vsize=1712000 CPUtime=0.2
/proc/25061/task/25064/stat : 25064 (java) S 25059 25061 25015 0 -1 64 122 0 0 0 11 9 0 0 16 0 13 0 192501302 1753088000 111146 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=25061/tid=25065] ppid=25059 vsize=1712000 CPUtime=0
/proc/25061/task/25065/stat : 25065 (java) S 25059 25061 25015 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 192501302 1753088000 111146 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25061/tid=25066] ppid=25059 vsize=1712000 CPUtime=0
/proc/25061/task/25066/stat : 25066 (java) S 25059 25061 25015 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 192501302 1753088000 111146 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25061/tid=25067] ppid=25059 vsize=1712000 CPUtime=0
/proc/25061/task/25067/stat : 25067 (java) S 25059 25061 25015 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 192501305 1753088000 111146 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25061/tid=25068] ppid=25059 vsize=1712000 CPUtime=0
/proc/25061/task/25068/stat : 25068 (java) S 25059 25061 25015 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 192501305 1753088000 111146 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25061/tid=25069] ppid=25059 vsize=1712000 CPUtime=0.93
/proc/25061/task/25069/stat : 25069 (java) S 25059 25061 25015 0 -1 64 1889 0 0 0 92 1 0 0 17 0 13 0 192501305 1753088000 111146 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25061/tid=25070] ppid=25059 vsize=1712000 CPUtime=1.01
/proc/25061/task/25070/stat : 25070 (java) S 25059 25061 25015 0 -1 64 2957 0 0 0 101 0 0 0 16 0 13 0 192501305 1753088000 111146 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25061/tid=25071] ppid=25059 vsize=1712000 CPUtime=0
/proc/25061/task/25071/stat : 25071 (java) S 25059 25061 25015 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 192501305 1753088000 111146 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25061/tid=25072] ppid=25059 vsize=1712000 CPUtime=0
/proc/25061/task/25072/stat : 25072 (java) S 25059 25061 25015 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 192501305 1753088000 111146 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25061/tid=25073] ppid=25059 vsize=1712000 CPUtime=0
/proc/25061/task/25073/stat : 25073 (java) S 25059 25061 25015 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 192502731 1753088000 111146 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1797.17
Current children cumulated vsize (Kb) 1712000

[startup+1786.32 s]
/proc/loadavg: 1.00 1.00 1.00 2/80 25075
/proc/meminfo: memFree=1389328/2055888 swapFree=4085336/4096564
[pid=25061] ppid=25059 vsize=1712000 CPUtime=1798.18
/proc/25061/stat : 25061 (java) R 25059 25061 25015 0 -1 0 147702 0 1 0 179690 128 0 0 25 0 13 0 192501295 1753088000 111146 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071660143 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/25061/statm: 428000 111146 1909 14 0 414746 0
[pid=25061/tid=25062] ppid=25059 vsize=1712000 CPUtime=11.28
/proc/25061/task/25062/stat : 25062 (java) S 25059 25061 25015 0 -1 64 37641 0 0 0 1085 43 0 0 16 0 13 0 192501299 1753088000 111146 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25061/tid=25063] ppid=25059 vsize=1712000 CPUtime=11.21
/proc/25061/task/25063/stat : 25063 (java) S 25059 25061 25015 0 -1 64 38184 0 0 0 1081 40 0 0 16 0 13 0 192501299 1753088000 111146 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25061/tid=25064] ppid=25059 vsize=1712000 CPUtime=0.2
/proc/25061/task/25064/stat : 25064 (java) S 25059 25061 25015 0 -1 64 122 0 0 0 11 9 0 0 16 0 13 0 192501302 1753088000 111146 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=25061/tid=25065] ppid=25059 vsize=1712000 CPUtime=0
/proc/25061/task/25065/stat : 25065 (java) S 25059 25061 25015 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 192501302 1753088000 111146 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25061/tid=25066] ppid=25059 vsize=1712000 CPUtime=0
/proc/25061/task/25066/stat : 25066 (java) S 25059 25061 25015 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 192501302 1753088000 111146 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25061/tid=25067] ppid=25059 vsize=1712000 CPUtime=0
/proc/25061/task/25067/stat : 25067 (java) S 25059 25061 25015 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 192501305 1753088000 111146 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25061/tid=25068] ppid=25059 vsize=1712000 CPUtime=0
/proc/25061/task/25068/stat : 25068 (java) S 25059 25061 25015 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 192501305 1753088000 111146 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25061/tid=25069] ppid=25059 vsize=1712000 CPUtime=0.93
/proc/25061/task/25069/stat : 25069 (java) S 25059 25061 25015 0 -1 64 1889 0 0 0 92 1 0 0 17 0 13 0 192501305 1753088000 111146 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25061/tid=25070] ppid=25059 vsize=1712000 CPUtime=1.01
/proc/25061/task/25070/stat : 25070 (java) S 25059 25061 25015 0 -1 64 2957 0 0 0 101 0 0 0 16 0 13 0 192501305 1753088000 111146 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25061/tid=25071] ppid=25059 vsize=1712000 CPUtime=0
/proc/25061/task/25071/stat : 25071 (java) S 25059 25061 25015 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 192501305 1753088000 111146 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25061/tid=25072] ppid=25059 vsize=1712000 CPUtime=0
/proc/25061/task/25072/stat : 25072 (java) S 25059 25061 25015 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 192501305 1753088000 111146 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25061/tid=25073] ppid=25059 vsize=1712000 CPUtime=0
/proc/25061/task/25073/stat : 25073 (java) S 25059 25061 25015 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 192502731 1753088000 111146 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1798.18
Current children cumulated vsize (Kb) 1712000

[startup+1787.32 s]
/proc/loadavg: 1.00 1.00 1.00 2/80 25075
/proc/meminfo: memFree=1389328/2055888 swapFree=4085336/4096564
[pid=25061] ppid=25059 vsize=1712000 CPUtime=1799.18
/proc/25061/stat : 25061 (java) R 25059 25061 25015 0 -1 0 147702 0 1 0 179790 128 0 0 25 0 13 0 192501295 1753088000 111146 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071660148 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/25061/statm: 428000 111146 1909 14 0 414746 0
[pid=25061/tid=25062] ppid=25059 vsize=1712000 CPUtime=11.28
/proc/25061/task/25062/stat : 25062 (java) S 25059 25061 25015 0 -1 64 37641 0 0 0 1085 43 0 0 16 0 13 0 192501299 1753088000 111146 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25061/tid=25063] ppid=25059 vsize=1712000 CPUtime=11.21
/proc/25061/task/25063/stat : 25063 (java) S 25059 25061 25015 0 -1 64 38184 0 0 0 1081 40 0 0 16 0 13 0 192501299 1753088000 111146 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25061/tid=25064] ppid=25059 vsize=1712000 CPUtime=0.2
/proc/25061/task/25064/stat : 25064 (java) S 25059 25061 25015 0 -1 64 122 0 0 0 11 9 0 0 16 0 13 0 192501302 1753088000 111146 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=25061/tid=25065] ppid=25059 vsize=1712000 CPUtime=0
/proc/25061/task/25065/stat : 25065 (java) S 25059 25061 25015 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 192501302 1753088000 111146 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25061/tid=25066] ppid=25059 vsize=1712000 CPUtime=0
/proc/25061/task/25066/stat : 25066 (java) S 25059 25061 25015 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 192501302 1753088000 111146 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25061/tid=25067] ppid=25059 vsize=1712000 CPUtime=0
/proc/25061/task/25067/stat : 25067 (java) S 25059 25061 25015 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 192501305 1753088000 111146 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25061/tid=25068] ppid=25059 vsize=1712000 CPUtime=0
/proc/25061/task/25068/stat : 25068 (java) S 25059 25061 25015 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 192501305 1753088000 111146 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25061/tid=25069] ppid=25059 vsize=1712000 CPUtime=0.93
/proc/25061/task/25069/stat : 25069 (java) S 25059 25061 25015 0 -1 64 1889 0 0 0 92 1 0 0 17 0 13 0 192501305 1753088000 111146 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25061/tid=25070] ppid=25059 vsize=1712000 CPUtime=1.01
/proc/25061/task/25070/stat : 25070 (java) S 25059 25061 25015 0 -1 64 2957 0 0 0 101 0 0 0 16 0 13 0 192501305 1753088000 111146 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25061/tid=25071] ppid=25059 vsize=1712000 CPUtime=0
/proc/25061/task/25071/stat : 25071 (java) S 25059 25061 25015 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 192501305 1753088000 111146 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25061/tid=25072] ppid=25059 vsize=1712000 CPUtime=0
/proc/25061/task/25072/stat : 25072 (java) S 25059 25061 25015 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 192501305 1753088000 111146 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25061/tid=25073] ppid=25059 vsize=1712000 CPUtime=0
/proc/25061/task/25073/stat : 25073 (java) S 25059 25061 25015 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 192502731 1753088000 111146 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1799.18
Current children cumulated vsize (Kb) 1712000

[startup+1788.33 s]
/proc/loadavg: 1.00 1.00 1.00 2/80 25075
/proc/meminfo: memFree=1389328/2055888 swapFree=4085336/4096564
[pid=25061] ppid=25059 vsize=1712000 CPUtime=1800.23
/proc/25061/stat : 25061 (java) R 25059 25061 25015 0 -1 0 147704 0 1 0 179894 129 0 0 25 0 13 0 192501295 1753088000 111147 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071659802 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/25061/statm: 428000 111147 1909 14 0 414746 0
[pid=25061/tid=25062] ppid=25059 vsize=1712000 CPUtime=11.31
/proc/25061/task/25062/stat : 25062 (java) S 25059 25061 25015 0 -1 64 37641 0 0 0 1088 43 0 0 16 0 13 0 192501299 1753088000 111147 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25061/tid=25063] ppid=25059 vsize=1712000 CPUtime=11.25
/proc/25061/task/25063/stat : 25063 (java) S 25059 25061 25015 0 -1 64 38185 0 0 0 1085 40 0 0 17 0 13 0 192501299 1753088000 111147 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25061/tid=25064] ppid=25059 vsize=1712000 CPUtime=0.2
/proc/25061/task/25064/stat : 25064 (java) S 25059 25061 25015 0 -1 64 122 0 0 0 11 9 0 0 15 0 13 0 192501302 1753088000 111147 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=25061/tid=25065] ppid=25059 vsize=1712000 CPUtime=0
/proc/25061/task/25065/stat : 25065 (java) S 25059 25061 25015 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 192501302 1753088000 111147 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25061/tid=25066] ppid=25059 vsize=1712000 CPUtime=0
/proc/25061/task/25066/stat : 25066 (java) S 25059 25061 25015 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 192501302 1753088000 111147 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25061/tid=25067] ppid=25059 vsize=1712000 CPUtime=0
/proc/25061/task/25067/stat : 25067 (java) S 25059 25061 25015 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 192501305 1753088000 111147 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25061/tid=25068] ppid=25059 vsize=1712000 CPUtime=0
/proc/25061/task/25068/stat : 25068 (java) S 25059 25061 25015 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 192501305 1753088000 111147 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25061/tid=25069] ppid=25059 vsize=1712000 CPUtime=0.93
/proc/25061/task/25069/stat : 25069 (java) S 25059 25061 25015 0 -1 64 1889 0 0 0 92 1 0 0 17 0 13 0 192501305 1753088000 111147 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25061/tid=25070] ppid=25059 vsize=1712000 CPUtime=1.01
/proc/25061/task/25070/stat : 25070 (java) S 25059 25061 25015 0 -1 64 2957 0 0 0 101 0 0 0 16 0 13 0 192501305 1753088000 111147 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25061/tid=25071] ppid=25059 vsize=1712000 CPUtime=0
/proc/25061/task/25071/stat : 25071 (java) S 25059 25061 25015 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 192501305 1753088000 111147 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25061/tid=25072] ppid=25059 vsize=1712000 CPUtime=0
/proc/25061/task/25072/stat : 25072 (java) S 25059 25061 25015 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 192501305 1753088000 111147 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25061/tid=25073] ppid=25059 vsize=1712000 CPUtime=0
/proc/25061/task/25073/stat : 25073 (java) S 25059 25061 25015 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 192502731 1753088000 111147 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.23
Current children cumulated vsize (Kb) 1712000



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1788.33 s]
/proc/loadavg: 1.00 1.00 1.00 2/80 25075
/proc/meminfo: memFree=1389328/2055888 swapFree=4085336/4096564
[pid=25061] ppid=25059 vsize=1712000 CPUtime=1800.23
/proc/25061/stat : 25061 (java) R 25059 25061 25015 0 -1 0 147704 0 1 0 179894 129 0 0 25 0 13 0 192501295 1753088000 111147 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071660148 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/25061/statm: 428000 111147 1909 14 0 414746 0
[pid=25061/tid=25062] ppid=25059 vsize=1712000 CPUtime=11.31
/proc/25061/task/25062/stat : 25062 (java) S 25059 25061 25015 0 -1 64 37641 0 0 0 1088 43 0 0 16 0 13 0 192501299 1753088000 111147 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25061/tid=25063] ppid=25059 vsize=1712000 CPUtime=11.25
/proc/25061/task/25063/stat : 25063 (java) S 25059 25061 25015 0 -1 64 38185 0 0 0 1085 40 0 0 17 0 13 0 192501299 1753088000 111147 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25061/tid=25064] ppid=25059 vsize=1712000 CPUtime=0.2
/proc/25061/task/25064/stat : 25064 (java) S 25059 25061 25015 0 -1 64 122 0 0 0 11 9 0 0 15 0 13 0 192501302 1753088000 111147 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=25061/tid=25065] ppid=25059 vsize=1712000 CPUtime=0
/proc/25061/task/25065/stat : 25065 (java) S 25059 25061 25015 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 192501302 1753088000 111147 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25061/tid=25066] ppid=25059 vsize=1712000 CPUtime=0
/proc/25061/task/25066/stat : 25066 (java) S 25059 25061 25015 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 192501302 1753088000 111147 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25061/tid=25067] ppid=25059 vsize=1712000 CPUtime=0
/proc/25061/task/25067/stat : 25067 (java) S 25059 25061 25015 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 192501305 1753088000 111147 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25061/tid=25068] ppid=25059 vsize=1712000 CPUtime=0
/proc/25061/task/25068/stat : 25068 (java) S 25059 25061 25015 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 192501305 1753088000 111147 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25061/tid=25069] ppid=25059 vsize=1712000 CPUtime=0.93
/proc/25061/task/25069/stat : 25069 (java) S 25059 25061 25015 0 -1 64 1889 0 0 0 92 1 0 0 17 0 13 0 192501305 1753088000 111147 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25061/tid=25070] ppid=25059 vsize=1712000 CPUtime=1.01
/proc/25061/task/25070/stat : 25070 (java) S 25059 25061 25015 0 -1 64 2957 0 0 0 101 0 0 0 16 0 13 0 192501305 1753088000 111147 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25061/tid=25071] ppid=25059 vsize=1712000 CPUtime=0
/proc/25061/task/25071/stat : 25071 (java) S 25059 25061 25015 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 192501305 1753088000 111147 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25061/tid=25072] ppid=25059 vsize=1712000 CPUtime=0
/proc/25061/task/25072/stat : 25072 (java) S 25059 25061 25015 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 192501305 1753088000 111147 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25061/tid=25073] ppid=25059 vsize=1712000 CPUtime=0
/proc/25061/task/25073/stat : 25073 (java) S 25059 25061 25015 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 192502731 1753088000 111147 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.23
Current children cumulated vsize (Kb) 1712000

Sending SIGTERM to -25061
Sleeping 2 seconds

Child status: 143
Real time (s): 1788.44
CPU time (s): 1800.35
CPU user time (s): 1798.99
CPU system time (s): 1.36079
CPU usage (%): 100.666
Max. virtual memory (cumulated for all children) (Kb): 1712572

Launcher Data (download as text)

Begin job on node88 on Fri Jun  2 17:17:02 UTC 2006


FILE ID= 42633-1149268621

PBS_JOBID= 301306

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

MD5SUM SOLVER= 3cef94aa015dc0dd234d31843a257d70
MD5SUM BENCH=  8e26f63addeab9c605a48fae9909490e

RANDOM SEED= 850880014


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


/proc/meminfo:
MemTotal:      2055888 kB
MemFree:       1828608 kB
Buffers:          6640 kB
Cached:         160488 kB
SwapCached:       2396 kB
Active:         107536 kB
Inactive:        68272 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055888 kB
LowFree:       1828608 kB
SwapTotal:     4096564 kB
SwapFree:      4085336 kB
Dirty:             164 kB
Writeback:           0 kB
Mapped:          16796 kB
Slab:            38012 kB
Committed_AS:   284056 kB
PageTables:       1280 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264388 kB
VmallocChunk: 536606243 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB


End job on node88 on Fri Jun  2 17:46:50 UTC 2006