Trace number 43184

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) 1801 1796.4

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/plato.asu.edu/
pub/unibo/normalized-mps-v2-20-10-A2C1S1.opb
MD5SUMa644593dc228e712d5b0d277ee939168
Bench CategoryOPT-BIGINT (optimisation, big integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables103872
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 constraint31
Maximum length of a constraint725
Number of terms in the objective function 37632
Biggest coefficient in the objective function 31125091123200
Number of bits for the biggest coefficient in the objective function 45
Sum of the numbers in the objective function 14624065344515792
Number of bits of the sum of numbers in the objective function 54
Biggest number in a constraint 31125091123200
Number of bits of the biggest number in a constraint 45
Biggest sum of numbers in a constraint 14624065344515792
Number of bits of the biggest sum of numbers54
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.16	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.16	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.17	c no version file found!!!
0.17	c sun.arch.data.model	32
0.17	c java.version	1.5.0_06
0.17	c os.name	Linux
0.17	c os.version	2.6.9-34.ELsmp
0.17	c os.arch	i386
0.17	c Free memory 1548419056
0.17	c Max memory 1551040512
0.17	c Total memory 1551040512
0.17	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/node88/43184-1149307716/instance-43184-1149307716.opb
0.22	c reading problem ... 
15.10	c ... done. Time 14.882 ms.
15.10	c #vars     103872
15.10	c #constraints  4560
1796.33	c starts		: 10
1796.33	c conflicts		: 9216
1796.33	c decisions		: 684732
1796.33	c propagations		: 1019937
1796.33	c inspects		: 23454675
1796.33	c learnt literals	: 0
1796.33	c learnt binary clauses	: 0
1796.33	c learnt ternary clauses	: 0
1796.33	c learnt clauses	: 9215
1796.33	c root simplifications	: 0
1796.33	c removed literals (reason simplification)	: 0
1796.33	c reason swapping (by a shorter reason)	: 0
1796.33	c Calls to reduceDB	: 0
1796.33	c speed (decisions/second)	: 384.49901788030604
1796.33	c non guided choices	0
1796.33	s UNKNOWN
1796.33	c Total wall clock time (ms): 1796.114

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

Current StackSize limit: 67108864 bytes

/proc/loadavg: 1.07 1.00 0.98 2/68 1407
/proc/meminfo: memFree=1839544/2055888 swapFree=4085336/4096564
[pid=1407] ppid=1405 vsize=172 CPUtime=0
/proc/1407/stat : 1407 (java) R 1405 1407 1361 0 -1 0 197 0 0 0 0 0 0 0 19 0 1 0 196410762 176128 19 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 9507213 0 0 4096 0 0 0 0 17 0 0 0
/proc/1407/statm: 43 24 18 14 0 3 0

[startup+10.0026 s]
/proc/loadavg: 1.06 1.00 0.98 2/79 1418
/proc/meminfo: memFree=1619616/2055888 swapFree=4085336/4096564
[pid=1407] ppid=1405 vsize=1710288 CPUtime=11.09
/proc/1407/stat : 1407 (java) R 1405 1407 1361 0 -1 0 59234 0 1 0 1083 26 0 0 23 0 12 0 196410762 1751334912 56667 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4152705394 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/1407/statm: 427572 56667 1887 14 0 414318 0
[pid=1407/tid=1408] ppid=1405 vsize=1710288 CPUtime=0.64
/proc/1407/task/1408/stat : 1408 (java) S 1405 1407 1361 0 -1 64 11026 0 0 0 59 5 0 0 16 0 12 0 196410767 1751334912 56667 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1407/tid=1409] ppid=1405 vsize=1710288 CPUtime=0.63
/proc/1407/task/1409/stat : 1409 (java) S 1405 1407 1361 0 -1 64 10977 0 0 0 58 5 0 0 16 0 12 0 196410767 1751334912 56667 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1407/tid=1410] ppid=1405 vsize=1710288 CPUtime=0
/proc/1407/task/1410/stat : 1410 (java) S 1405 1407 1361 0 -1 64 20 0 0 0 0 0 0 0 16 0 12 0 196410770 1751334912 56667 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=1407/tid=1411] ppid=1405 vsize=1710288 CPUtime=0
/proc/1407/task/1411/stat : 1411 (java) S 1405 1407 1361 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 196410770 1751334912 56667 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1407/tid=1412] ppid=1405 vsize=1710288 CPUtime=0
/proc/1407/task/1412/stat : 1412 (java) S 1405 1407 1361 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 196410770 1751334912 56667 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1407/tid=1413] ppid=1405 vsize=1710288 CPUtime=0
/proc/1407/task/1413/stat : 1413 (java) S 1405 1407 1361 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 196410773 1751334912 56667 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1407/tid=1414] ppid=1405 vsize=1710288 CPUtime=0
/proc/1407/task/1414/stat : 1414 (java) S 1405 1407 1361 0 -1 64 2 0 0 0 0 0 0 0 17 0 12 0 196410773 1751334912 56667 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1407/tid=1415] ppid=1405 vsize=1710288 CPUtime=0.36
/proc/1407/task/1415/stat : 1415 (java) S 1405 1407 1361 0 -1 64 389 0 0 0 36 0 0 0 16 0 12 0 196410773 1751334912 56667 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1407/tid=1416] ppid=1405 vsize=1710288 CPUtime=0.33
/proc/1407/task/1416/stat : 1416 (java) S 1405 1407 1361 0 -1 64 330 0 0 0 33 0 0 0 16 0 12 0 196410773 1751334912 56667 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1407/tid=1417] ppid=1405 vsize=1710288 CPUtime=0
/proc/1407/task/1417/stat : 1417 (java) S 1405 1407 1361 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 196410773 1751334912 56667 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1407/tid=1418] ppid=1405 vsize=1710288 CPUtime=0
/proc/1407/task/1418/stat : 1418 (java) S 1405 1407 1361 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 196410773 1751334912 56667 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 11.09
Current children cumulated vsize (Kb) 1710288

[startup+20.0096 s]
/proc/loadavg: 1.05 1.00 0.98 2/80 1419
/proc/meminfo: memFree=1608664/2055888 swapFree=4085336/4096564
[pid=1407] ppid=1405 vsize=1712816 CPUtime=21.66
/proc/1407/stat : 1407 (java) R 1405 1407 1361 0 -1 0 63059 0 1 0 2137 29 0 0 21 0 13 0 196410762 1753923584 59429 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071328797 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/1407/statm: 428204 59429 1909 14 0 414950 0
[pid=1407/tid=1408] ppid=1405 vsize=1712816 CPUtime=0.74
/proc/1407/task/1408/stat : 1408 (java) S 1405 1407 1361 0 -1 64 12218 0 0 0 69 5 0 0 16 0 13 0 196410767 1753923584 59429 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1407/tid=1409] ppid=1405 vsize=1712816 CPUtime=0.74
/proc/1407/task/1409/stat : 1409 (java) S 1405 1407 1361 0 -1 64 12237 0 0 0 69 5 0 0 16 0 13 0 196410767 1753923584 59429 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1407/tid=1410] ppid=1405 vsize=1712816 CPUtime=0
/proc/1407/task/1410/stat : 1410 (java) S 1405 1407 1361 0 -1 64 20 0 0 0 0 0 0 0 16 0 13 0 196410770 1753923584 59429 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=1407/tid=1411] ppid=1405 vsize=1712816 CPUtime=0
/proc/1407/task/1411/stat : 1411 (java) S 1405 1407 1361 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 196410770 1753923584 59429 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1407/tid=1412] ppid=1405 vsize=1712816 CPUtime=0
/proc/1407/task/1412/stat : 1412 (java) S 1405 1407 1361 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 196410770 1753923584 59429 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1407/tid=1413] ppid=1405 vsize=1712816 CPUtime=0
/proc/1407/task/1413/stat : 1413 (java) S 1405 1407 1361 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 196410773 1753923584 59429 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1407/tid=1414] ppid=1405 vsize=1712816 CPUtime=0
/proc/1407/task/1414/stat : 1414 (java) S 1405 1407 1361 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 196410773 1753923584 59429 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1407/tid=1415] ppid=1405 vsize=1712816 CPUtime=0.72
/proc/1407/task/1415/stat : 1415 (java) S 1405 1407 1361 0 -1 64 736 0 0 0 72 0 0 0 16 0 13 0 196410773 1753923584 59429 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1407/tid=1416] ppid=1405 vsize=1712816 CPUtime=0.64
/proc/1407/task/1416/stat : 1416 (java) S 1405 1407 1361 0 -1 64 1290 0 0 0 64 0 0 0 16 0 13 0 196410773 1753923584 59429 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1407/tid=1417] ppid=1405 vsize=1712816 CPUtime=0
/proc/1407/task/1417/stat : 1417 (java) S 1405 1407 1361 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 196410773 1753923584 59429 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1407/tid=1418] ppid=1405 vsize=1712816 CPUtime=0
/proc/1407/task/1418/stat : 1418 (java) S 1405 1407 1361 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 196410773 1753923584 59429 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1407/tid=1419] ppid=1405 vsize=1712816 CPUtime=0
/proc/1407/task/1419/stat : 1419 (java) S 1405 1407 1361 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 196412320 1753923584 59429 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 21.66
Current children cumulated vsize (Kb) 1712816

[startup+30.0166 s]
/proc/loadavg: 1.04 1.00 0.98 2/80 1419
/proc/meminfo: memFree=1607256/2055888 swapFree=4085336/4096564
[pid=1407] ppid=1405 vsize=1713824 CPUtime=31.94
/proc/1407/stat : 1407 (java) R 1405 1407 1361 0 -1 0 63731 0 1 0 3165 29 0 0 23 0 13 0 196410762 1754955776 59806 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071672047 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/1407/statm: 428456 59806 1909 14 0 415202 0
[pid=1407/tid=1408] ppid=1405 vsize=1713824 CPUtime=0.76
/proc/1407/task/1408/stat : 1408 (java) S 1405 1407 1361 0 -1 64 12361 0 0 0 71 5 0 0 16 0 13 0 196410767 1754955776 59806 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1407/tid=1409] ppid=1405 vsize=1713824 CPUtime=0.76
/proc/1407/task/1409/stat : 1409 (java) S 1405 1407 1361 0 -1 64 12250 0 0 0 70 6 0 0 16 0 13 0 196410767 1754955776 59806 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1407/tid=1410] ppid=1405 vsize=1713824 CPUtime=0
/proc/1407/task/1410/stat : 1410 (java) S 1405 1407 1361 0 -1 64 21 0 0 0 0 0 0 0 16 0 13 0 196410770 1754955776 59806 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=1407/tid=1411] ppid=1405 vsize=1713824 CPUtime=0
/proc/1407/task/1411/stat : 1411 (java) S 1405 1407 1361 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 196410770 1754955776 59806 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1407/tid=1412] ppid=1405 vsize=1713824 CPUtime=0
/proc/1407/task/1412/stat : 1412 (java) S 1405 1407 1361 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 196410770 1754955776 59806 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1407/tid=1413] ppid=1405 vsize=1713824 CPUtime=0
/proc/1407/task/1413/stat : 1413 (java) S 1405 1407 1361 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 196410773 1754955776 59806 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1407/tid=1414] ppid=1405 vsize=1713824 CPUtime=0
/proc/1407/task/1414/stat : 1414 (java) S 1405 1407 1361 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 196410773 1754955776 59806 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1407/tid=1415] ppid=1405 vsize=1713824 CPUtime=0.85
/proc/1407/task/1415/stat : 1415 (java) S 1405 1407 1361 0 -1 64 1203 0 0 0 85 0 0 0 17 0 13 0 196410773 1754955776 59806 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1407/tid=1416] ppid=1405 vsize=1713824 CPUtime=0.85
/proc/1407/task/1416/stat : 1416 (java) S 1405 1407 1361 0 -1 64 1327 0 0 0 85 0 0 0 17 0 13 0 196410773 1754955776 59806 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1407/tid=1417] ppid=1405 vsize=1713824 CPUtime=0
/proc/1407/task/1417/stat : 1417 (java) S 1405 1407 1361 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 196410773 1754955776 59806 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1407/tid=1418] ppid=1405 vsize=1713824 CPUtime=0
/proc/1407/task/1418/stat : 1418 (java) S 1405 1407 1361 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 196410773 1754955776 59806 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1407/tid=1419] ppid=1405 vsize=1713824 CPUtime=0
/proc/1407/task/1419/stat : 1419 (java) S 1405 1407 1361 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 196412320 1754955776 59806 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 31.94
Current children cumulated vsize (Kb) 1713824

[startup+40.0236 s]
/proc/loadavg: 1.04 1.00 0.98 2/80 1419
/proc/meminfo: memFree=1605208/2055888 swapFree=4085336/4096564
[pid=1407] ppid=1405 vsize=1712816 CPUtime=41.97
/proc/1407/stat : 1407 (java) R 1405 1407 1361 0 -1 0 64494 0 1 0 4168 29 0 0 25 0 13 0 196410762 1753923584 60358 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071672062 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/1407/statm: 428204 60358 1909 14 0 414950 0
[pid=1407/tid=1408] ppid=1405 vsize=1712816 CPUtime=0.78
/proc/1407/task/1408/stat : 1408 (java) S 1405 1407 1361 0 -1 64 12809 0 0 0 72 6 0 0 16 0 13 0 196410767 1753923584 60358 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1407/tid=1409] ppid=1405 vsize=1712816 CPUtime=0.78
/proc/1407/task/1409/stat : 1409 (java) S 1405 1407 1361 0 -1 64 12561 0 0 0 72 6 0 0 16 0 13 0 196410767 1753923584 60358 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1407/tid=1410] ppid=1405 vsize=1712816 CPUtime=0
/proc/1407/task/1410/stat : 1410 (java) S 1405 1407 1361 0 -1 64 21 0 0 0 0 0 0 0 16 0 13 0 196410770 1753923584 60358 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=1407/tid=1411] ppid=1405 vsize=1712816 CPUtime=0
/proc/1407/task/1411/stat : 1411 (java) S 1405 1407 1361 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 196410770 1753923584 60358 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1407/tid=1412] ppid=1405 vsize=1712816 CPUtime=0
/proc/1407/task/1412/stat : 1412 (java) S 1405 1407 1361 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 196410770 1753923584 60358 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1407/tid=1413] ppid=1405 vsize=1712816 CPUtime=0
/proc/1407/task/1413/stat : 1413 (java) S 1405 1407 1361 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 196410773 1753923584 60358 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1407/tid=1414] ppid=1405 vsize=1712816 CPUtime=0
/proc/1407/task/1414/stat : 1414 (java) S 1405 1407 1361 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 196410773 1753923584 60358 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1407/tid=1415] ppid=1405 vsize=1712816 CPUtime=0.86
/proc/1407/task/1415/stat : 1415 (java) S 1405 1407 1361 0 -1 64 1205 0 0 0 86 0 0 0 17 0 13 0 196410773 1753923584 60358 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1407/tid=1416] ppid=1405 vsize=1712816 CPUtime=0.86
/proc/1407/task/1416/stat : 1416 (java) S 1405 1407 1361 0 -1 64 1328 0 0 0 86 0 0 0 16 0 13 0 196410773 1753923584 60358 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1407/tid=1417] ppid=1405 vsize=1712816 CPUtime=0
/proc/1407/task/1417/stat : 1417 (java) S 1405 1407 1361 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 196410773 1753923584 60358 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1407/tid=1418] ppid=1405 vsize=1712816 CPUtime=0
/proc/1407/task/1418/stat : 1418 (java) S 1405 1407 1361 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 196410773 1753923584 60358 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1407/tid=1419] ppid=1405 vsize=1712816 CPUtime=0
/proc/1407/task/1419/stat : 1419 (java) S 1405 1407 1361 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 196412320 1753923584 60358 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 41.97
Current children cumulated vsize (Kb) 1712816

[startup+50.0306 s]
/proc/loadavg: 1.03 1.00 0.98 2/80 1419
/proc/meminfo: memFree=1607896/2055888 swapFree=4085336/4096564
[pid=1407] ppid=1405 vsize=1712816 CPUtime=52.05
/proc/1407/stat : 1407 (java) R 1405 1407 1361 0 -1 0 64627 0 1 0 5175 30 0 0 25 0 13 0 196410762 1753923584 59695 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071671706 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/1407/statm: 428204 59695 1909 14 0 414950 0
[pid=1407/tid=1408] ppid=1405 vsize=1712816 CPUtime=0.79
/proc/1407/task/1408/stat : 1408 (java) S 1405 1407 1361 0 -1 64 12868 0 0 0 73 6 0 0 16 0 13 0 196410767 1753923584 59695 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1407/tid=1409] ppid=1405 vsize=1712816 CPUtime=0.78
/proc/1407/task/1409/stat : 1409 (java) S 1405 1407 1361 0 -1 64 12631 0 0 0 72 6 0 0 16 0 13 0 196410767 1753923584 59695 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1407/tid=1410] ppid=1405 vsize=1712816 CPUtime=0
/proc/1407/task/1410/stat : 1410 (java) S 1405 1407 1361 0 -1 64 21 0 0 0 0 0 0 0 16 0 13 0 196410770 1753923584 59695 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=1407/tid=1411] ppid=1405 vsize=1712816 CPUtime=0
/proc/1407/task/1411/stat : 1411 (java) S 1405 1407 1361 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 196410770 1753923584 59695 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1407/tid=1412] ppid=1405 vsize=1712816 CPUtime=0
/proc/1407/task/1412/stat : 1412 (java) S 1405 1407 1361 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 196410770 1753923584 59695 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1407/tid=1413] ppid=1405 vsize=1712816 CPUtime=0
/proc/1407/task/1413/stat : 1413 (java) S 1405 1407 1361 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 196410773 1753923584 59695 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1407/tid=1414] ppid=1405 vsize=1712816 CPUtime=0
/proc/1407/task/1414/stat : 1414 (java) S 1405 1407 1361 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 196410773 1753923584 59695 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1407/tid=1415] ppid=1405 vsize=1712816 CPUtime=0.9
/proc/1407/task/1415/stat : 1415 (java) S 1405 1407 1361 0 -1 64 1207 0 0 0 90 0 0 0 17 0 13 0 196410773 1753923584 59695 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1407/tid=1416] ppid=1405 vsize=1712816 CPUtime=0.89
/proc/1407/task/1416/stat : 1416 (java) S 1405 1407 1361 0 -1 64 1328 0 0 0 89 0 0 0 17 0 13 0 196410773 1753923584 59695 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1407/tid=1417] ppid=1405 vsize=1712816 CPUtime=0
/proc/1407/task/1417/stat : 1417 (java) S 1405 1407 1361 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 196410773 1753923584 59695 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1407/tid=1418] ppid=1405 vsize=1712816 CPUtime=0
/proc/1407/task/1418/stat : 1418 (java) S 1405 1407 1361 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 196410773 1753923584 59695 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1407/tid=1419] ppid=1405 vsize=1712816 CPUtime=0
/proc/1407/task/1419/stat : 1419 (java) S 1405 1407 1361 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 196412320 1753923584 59695 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 52.05
Current children cumulated vsize (Kb) 1712816

[startup+60.0376 s]
/proc/loadavg: 1.03 1.00 0.98 2/80 1419
/proc/meminfo: memFree=1609560/2055888 swapFree=4085336/4096564
[pid=1407] ppid=1405 vsize=1712816 CPUtime=62.06
/proc/1407/stat : 1407 (java) R 1405 1407 1361 0 -1 0 64734 0 1 0 6176 30 0 0 25 0 13 0 196410762 1753923584 59255 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071068310 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/1407/statm: 428204 59255 1909 14 0 414950 0
[pid=1407/tid=1408] ppid=1405 vsize=1712816 CPUtime=0.8
/proc/1407/task/1408/stat : 1408 (java) S 1405 1407 1361 0 -1 64 12967 0 0 0 74 6 0 0 16 0 13 0 196410767 1753923584 59255 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1407/tid=1409] ppid=1405 vsize=1712816 CPUtime=0.79
/proc/1407/task/1409/stat : 1409 (java) S 1405 1407 1361 0 -1 64 12637 0 0 0 73 6 0 0 16 0 13 0 196410767 1753923584 59255 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1407/tid=1410] ppid=1405 vsize=1712816 CPUtime=0
/proc/1407/task/1410/stat : 1410 (java) S 1405 1407 1361 0 -1 64 21 0 0 0 0 0 0 0 16 0 13 0 196410770 1753923584 59255 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=1407/tid=1411] ppid=1405 vsize=1712816 CPUtime=0
/proc/1407/task/1411/stat : 1411 (java) S 1405 1407 1361 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 196410770 1753923584 59255 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1407/tid=1412] ppid=1405 vsize=1712816 CPUtime=0
/proc/1407/task/1412/stat : 1412 (java) S 1405 1407 1361 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 196410770 1753923584 59255 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1407/tid=1413] ppid=1405 vsize=1712816 CPUtime=0
/proc/1407/task/1413/stat : 1413 (java) S 1405 1407 1361 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 196410773 1753923584 59255 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1407/tid=1414] ppid=1405 vsize=1712816 CPUtime=0
/proc/1407/task/1414/stat : 1414 (java) S 1405 1407 1361 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 196410773 1753923584 59255 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0

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

[pid=1407/tid=1411] ppid=1405 vsize=1712816 CPUtime=0
/proc/1407/task/1411/stat : 1411 (java) S 1405 1407 1361 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 196410770 1753923584 59111 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1407/tid=1412] ppid=1405 vsize=1712816 CPUtime=0
/proc/1407/task/1412/stat : 1412 (java) S 1405 1407 1361 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 196410770 1753923584 59111 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1407/tid=1413] ppid=1405 vsize=1712816 CPUtime=0
/proc/1407/task/1413/stat : 1413 (java) S 1405 1407 1361 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 196410773 1753923584 59111 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1407/tid=1414] ppid=1405 vsize=1712816 CPUtime=0
/proc/1407/task/1414/stat : 1414 (java) S 1405 1407 1361 0 -1 64 3 0 0 0 0 0 0 0 17 0 13 0 196410773 1753923584 59111 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1407/tid=1415] ppid=1405 vsize=1712816 CPUtime=0.92
/proc/1407/task/1415/stat : 1415 (java) S 1405 1407 1361 0 -1 64 1207 0 0 0 92 0 0 0 17 0 13 0 196410773 1753923584 59111 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1407/tid=1416] ppid=1405 vsize=1712816 CPUtime=0.97
/proc/1407/task/1416/stat : 1416 (java) S 1405 1407 1361 0 -1 64 1334 0 0 0 97 0 0 0 17 0 13 0 196410773 1753923584 59111 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1407/tid=1417] ppid=1405 vsize=1712816 CPUtime=0
/proc/1407/task/1417/stat : 1417 (java) S 1405 1407 1361 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 196410773 1753923584 59111 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1407/tid=1418] ppid=1405 vsize=1712816 CPUtime=0
/proc/1407/task/1418/stat : 1418 (java) S 1405 1407 1361 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 196410773 1753923584 59111 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1407/tid=1419] ppid=1405 vsize=1712816 CPUtime=0
/proc/1407/task/1419/stat : 1419 (java) S 1405 1407 1361 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 196412320 1753923584 59111 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1796.9
Current children cumulated vsize (Kb) 1712816

[startup+1793.31 s]
/proc/loadavg: 1.00 1.00 0.99 2/80 1419
/proc/meminfo: memFree=1608920/2055888 swapFree=4085336/4096564
[pid=1407] ppid=1405 vsize=1712816 CPUtime=1797.91
/proc/1407/stat : 1407 (java) R 1405 1407 1361 0 -1 0 93530 0 1 0 179721 70 0 0 25 0 13 0 196410762 1753923584 59111 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071672062 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/1407/statm: 428204 59111 1909 14 0 414950 0
[pid=1407/tid=1408] ppid=1405 vsize=1712816 CPUtime=4.44
/proc/1407/task/1408/stat : 1408 (java) S 1405 1407 1361 0 -1 64 27598 0 0 0 424 20 0 0 16 0 13 0 196410767 1753923584 59111 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1407/tid=1409] ppid=1405 vsize=1712816 CPUtime=4.48
/proc/1407/task/1409/stat : 1409 (java) S 1405 1407 1361 0 -1 64 26246 0 0 0 426 22 0 0 16 0 13 0 196410767 1753923584 59111 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1407/tid=1410] ppid=1405 vsize=1712816 CPUtime=0.15
/proc/1407/task/1410/stat : 1410 (java) S 1405 1407 1361 0 -1 64 29 0 0 0 8 7 0 0 16 0 13 0 196410770 1753923584 59111 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=1407/tid=1411] ppid=1405 vsize=1712816 CPUtime=0
/proc/1407/task/1411/stat : 1411 (java) S 1405 1407 1361 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 196410770 1753923584 59111 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1407/tid=1412] ppid=1405 vsize=1712816 CPUtime=0
/proc/1407/task/1412/stat : 1412 (java) S 1405 1407 1361 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 196410770 1753923584 59111 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1407/tid=1413] ppid=1405 vsize=1712816 CPUtime=0
/proc/1407/task/1413/stat : 1413 (java) S 1405 1407 1361 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 196410773 1753923584 59111 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1407/tid=1414] ppid=1405 vsize=1712816 CPUtime=0
/proc/1407/task/1414/stat : 1414 (java) S 1405 1407 1361 0 -1 64 3 0 0 0 0 0 0 0 17 0 13 0 196410773 1753923584 59111 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1407/tid=1415] ppid=1405 vsize=1712816 CPUtime=0.92
/proc/1407/task/1415/stat : 1415 (java) S 1405 1407 1361 0 -1 64 1207 0 0 0 92 0 0 0 17 0 13 0 196410773 1753923584 59111 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1407/tid=1416] ppid=1405 vsize=1712816 CPUtime=0.97
/proc/1407/task/1416/stat : 1416 (java) S 1405 1407 1361 0 -1 64 1334 0 0 0 97 0 0 0 17 0 13 0 196410773 1753923584 59111 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1407/tid=1417] ppid=1405 vsize=1712816 CPUtime=0
/proc/1407/task/1417/stat : 1417 (java) S 1405 1407 1361 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 196410773 1753923584 59111 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1407/tid=1418] ppid=1405 vsize=1712816 CPUtime=0
/proc/1407/task/1418/stat : 1418 (java) S 1405 1407 1361 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 196410773 1753923584 59111 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1407/tid=1419] ppid=1405 vsize=1712816 CPUtime=0
/proc/1407/task/1419/stat : 1419 (java) S 1405 1407 1361 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 196412320 1753923584 59111 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1797.91
Current children cumulated vsize (Kb) 1712816

[startup+1794.32 s]
/proc/loadavg: 1.00 1.00 0.99 2/80 1419
/proc/meminfo: memFree=1608920/2055888 swapFree=4085336/4096564
[pid=1407] ppid=1405 vsize=1712816 CPUtime=1798.91
/proc/1407/stat : 1407 (java) R 1405 1407 1361 0 -1 0 93530 0 1 0 179821 70 0 0 25 0 13 0 196410762 1753923584 59111 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071629983 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/1407/statm: 428204 59111 1909 14 0 414950 0
[pid=1407/tid=1408] ppid=1405 vsize=1712816 CPUtime=4.44
/proc/1407/task/1408/stat : 1408 (java) S 1405 1407 1361 0 -1 64 27598 0 0 0 424 20 0 0 16 0 13 0 196410767 1753923584 59111 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1407/tid=1409] ppid=1405 vsize=1712816 CPUtime=4.48
/proc/1407/task/1409/stat : 1409 (java) S 1405 1407 1361 0 -1 64 26246 0 0 0 426 22 0 0 16 0 13 0 196410767 1753923584 59111 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1407/tid=1410] ppid=1405 vsize=1712816 CPUtime=0.15
/proc/1407/task/1410/stat : 1410 (java) S 1405 1407 1361 0 -1 64 29 0 0 0 8 7 0 0 16 0 13 0 196410770 1753923584 59111 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=1407/tid=1411] ppid=1405 vsize=1712816 CPUtime=0
/proc/1407/task/1411/stat : 1411 (java) S 1405 1407 1361 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 196410770 1753923584 59111 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1407/tid=1412] ppid=1405 vsize=1712816 CPUtime=0
/proc/1407/task/1412/stat : 1412 (java) S 1405 1407 1361 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 196410770 1753923584 59111 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1407/tid=1413] ppid=1405 vsize=1712816 CPUtime=0
/proc/1407/task/1413/stat : 1413 (java) S 1405 1407 1361 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 196410773 1753923584 59111 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1407/tid=1414] ppid=1405 vsize=1712816 CPUtime=0
/proc/1407/task/1414/stat : 1414 (java) S 1405 1407 1361 0 -1 64 3 0 0 0 0 0 0 0 17 0 13 0 196410773 1753923584 59111 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1407/tid=1415] ppid=1405 vsize=1712816 CPUtime=0.92
/proc/1407/task/1415/stat : 1415 (java) S 1405 1407 1361 0 -1 64 1207 0 0 0 92 0 0 0 17 0 13 0 196410773 1753923584 59111 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1407/tid=1416] ppid=1405 vsize=1712816 CPUtime=0.97
/proc/1407/task/1416/stat : 1416 (java) S 1405 1407 1361 0 -1 64 1334 0 0 0 97 0 0 0 17 0 13 0 196410773 1753923584 59111 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1407/tid=1417] ppid=1405 vsize=1712816 CPUtime=0
/proc/1407/task/1417/stat : 1417 (java) S 1405 1407 1361 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 196410773 1753923584 59111 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1407/tid=1418] ppid=1405 vsize=1712816 CPUtime=0
/proc/1407/task/1418/stat : 1418 (java) S 1405 1407 1361 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 196410773 1753923584 59111 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1407/tid=1419] ppid=1405 vsize=1712816 CPUtime=0
/proc/1407/task/1419/stat : 1419 (java) S 1405 1407 1361 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 196412320 1753923584 59111 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1798.91
Current children cumulated vsize (Kb) 1712816

[startup+1795.32 s]
/proc/loadavg: 1.00 1.00 0.99 2/80 1419
/proc/meminfo: memFree=1608792/2055888 swapFree=4085336/4096564
[pid=1407] ppid=1405 vsize=1712816 CPUtime=1799.92
/proc/1407/stat : 1407 (java) R 1405 1407 1361 0 -1 0 93560 0 1 0 179922 70 0 0 25 0 13 0 196410762 1753923584 59140 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071671683 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/1407/statm: 428204 59140 1909 14 0 414950 0
[pid=1407/tid=1408] ppid=1405 vsize=1712816 CPUtime=4.46
/proc/1407/task/1408/stat : 1408 (java) S 1405 1407 1361 0 -1 64 27605 0 0 0 425 21 0 0 16 0 13 0 196410767 1753923584 59140 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1407/tid=1409] ppid=1405 vsize=1712816 CPUtime=4.49
/proc/1407/task/1409/stat : 1409 (java) S 1405 1407 1361 0 -1 64 26268 0 0 0 427 22 0 0 16 0 13 0 196410767 1753923584 59140 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1407/tid=1410] ppid=1405 vsize=1712816 CPUtime=0.15
/proc/1407/task/1410/stat : 1410 (java) S 1405 1407 1361 0 -1 64 29 0 0 0 8 7 0 0 16 0 13 0 196410770 1753923584 59140 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=1407/tid=1411] ppid=1405 vsize=1712816 CPUtime=0
/proc/1407/task/1411/stat : 1411 (java) S 1405 1407 1361 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 196410770 1753923584 59140 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1407/tid=1412] ppid=1405 vsize=1712816 CPUtime=0
/proc/1407/task/1412/stat : 1412 (java) S 1405 1407 1361 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 196410770 1753923584 59140 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1407/tid=1413] ppid=1405 vsize=1712816 CPUtime=0
/proc/1407/task/1413/stat : 1413 (java) S 1405 1407 1361 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 196410773 1753923584 59140 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1407/tid=1414] ppid=1405 vsize=1712816 CPUtime=0
/proc/1407/task/1414/stat : 1414 (java) S 1405 1407 1361 0 -1 64 3 0 0 0 0 0 0 0 17 0 13 0 196410773 1753923584 59140 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1407/tid=1415] ppid=1405 vsize=1712816 CPUtime=0.92
/proc/1407/task/1415/stat : 1415 (java) S 1405 1407 1361 0 -1 64 1207 0 0 0 92 0 0 0 17 0 13 0 196410773 1753923584 59140 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1407/tid=1416] ppid=1405 vsize=1712816 CPUtime=0.97
/proc/1407/task/1416/stat : 1416 (java) S 1405 1407 1361 0 -1 64 1334 0 0 0 97 0 0 0 17 0 13 0 196410773 1753923584 59140 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1407/tid=1417] ppid=1405 vsize=1712816 CPUtime=0
/proc/1407/task/1417/stat : 1417 (java) S 1405 1407 1361 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 196410773 1753923584 59140 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1407/tid=1418] ppid=1405 vsize=1712816 CPUtime=0
/proc/1407/task/1418/stat : 1418 (java) S 1405 1407 1361 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 196410773 1753923584 59140 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1407/tid=1419] ppid=1405 vsize=1712816 CPUtime=0
/proc/1407/task/1419/stat : 1419 (java) S 1405 1407 1361 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 196412320 1753923584 59140 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1799.92
Current children cumulated vsize (Kb) 1712816

[startup+1796.33 s]
/proc/loadavg: 1.00 1.00 0.99 2/80 1419
/proc/meminfo: memFree=1608792/2055888 swapFree=4085336/4096564
[pid=1407] ppid=1405 vsize=1712816 CPUtime=1800.92
/proc/1407/stat : 1407 (java) R 1405 1407 1361 0 -1 0 93560 0 1 0 180022 70 0 0 25 0 13 0 196410762 1753923584 59140 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071490035 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/1407/statm: 428204 59140 1909 14 0 414950 0
[pid=1407/tid=1408] ppid=1405 vsize=1712816 CPUtime=4.46
/proc/1407/task/1408/stat : 1408 (java) S 1405 1407 1361 0 -1 64 27605 0 0 0 425 21 0 0 16 0 13 0 196410767 1753923584 59140 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1407/tid=1409] ppid=1405 vsize=1712816 CPUtime=4.49
/proc/1407/task/1409/stat : 1409 (java) S 1405 1407 1361 0 -1 64 26268 0 0 0 427 22 0 0 16 0 13 0 196410767 1753923584 59140 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1407/tid=1410] ppid=1405 vsize=1712816 CPUtime=0.15
/proc/1407/task/1410/stat : 1410 (java) S 1405 1407 1361 0 -1 64 29 0 0 0 8 7 0 0 16 0 13 0 196410770 1753923584 59140 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=1407/tid=1411] ppid=1405 vsize=1712816 CPUtime=0
/proc/1407/task/1411/stat : 1411 (java) S 1405 1407 1361 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 196410770 1753923584 59140 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1407/tid=1412] ppid=1405 vsize=1712816 CPUtime=0
/proc/1407/task/1412/stat : 1412 (java) S 1405 1407 1361 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 196410770 1753923584 59140 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1407/tid=1413] ppid=1405 vsize=1712816 CPUtime=0
/proc/1407/task/1413/stat : 1413 (java) S 1405 1407 1361 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 196410773 1753923584 59140 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1407/tid=1414] ppid=1405 vsize=1712816 CPUtime=0
/proc/1407/task/1414/stat : 1414 (java) S 1405 1407 1361 0 -1 64 3 0 0 0 0 0 0 0 17 0 13 0 196410773 1753923584 59140 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1407/tid=1415] ppid=1405 vsize=1712816 CPUtime=0.92
/proc/1407/task/1415/stat : 1415 (java) S 1405 1407 1361 0 -1 64 1207 0 0 0 92 0 0 0 17 0 13 0 196410773 1753923584 59140 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1407/tid=1416] ppid=1405 vsize=1712816 CPUtime=0.97
/proc/1407/task/1416/stat : 1416 (java) S 1405 1407 1361 0 -1 64 1334 0 0 0 97 0 0 0 17 0 13 0 196410773 1753923584 59140 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1407/tid=1417] ppid=1405 vsize=1712816 CPUtime=0
/proc/1407/task/1417/stat : 1417 (java) S 1405 1407 1361 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 196410773 1753923584 59140 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1407/tid=1418] ppid=1405 vsize=1712816 CPUtime=0
/proc/1407/task/1418/stat : 1418 (java) S 1405 1407 1361 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 196410773 1753923584 59140 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1407/tid=1419] ppid=1405 vsize=1712816 CPUtime=0
/proc/1407/task/1419/stat : 1419 (java) S 1405 1407 1361 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 196412320 1753923584 59140 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.92
Current children cumulated vsize (Kb) 1712816



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1796.33 s]
/proc/loadavg: 1.00 1.00 0.99 2/80 1419
/proc/meminfo: memFree=1608792/2055888 swapFree=4085336/4096564
[pid=1407] ppid=1405 vsize=1712816 CPUtime=1800.93
/proc/1407/stat : 1407 (java) R 1405 1407 1361 0 -1 0 93560 0 1 0 180023 70 0 0 25 0 13 0 196410762 1753923584 59140 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071671683 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/1407/statm: 428204 59140 1909 14 0 414950 0
[pid=1407/tid=1408] ppid=1405 vsize=1712816 CPUtime=4.46
/proc/1407/task/1408/stat : 1408 (java) S 1405 1407 1361 0 -1 64 27605 0 0 0 425 21 0 0 16 0 13 0 196410767 1753923584 59140 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1407/tid=1409] ppid=1405 vsize=1712816 CPUtime=4.49
/proc/1407/task/1409/stat : 1409 (java) S 1405 1407 1361 0 -1 64 26268 0 0 0 427 22 0 0 16 0 13 0 196410767 1753923584 59140 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1407/tid=1410] ppid=1405 vsize=1712816 CPUtime=0.15
/proc/1407/task/1410/stat : 1410 (java) S 1405 1407 1361 0 -1 64 29 0 0 0 8 7 0 0 16 0 13 0 196410770 1753923584 59140 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=1407/tid=1411] ppid=1405 vsize=1712816 CPUtime=0
/proc/1407/task/1411/stat : 1411 (java) S 1405 1407 1361 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 196410770 1753923584 59140 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1407/tid=1412] ppid=1405 vsize=1712816 CPUtime=0
/proc/1407/task/1412/stat : 1412 (java) S 1405 1407 1361 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 196410770 1753923584 59140 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1407/tid=1413] ppid=1405 vsize=1712816 CPUtime=0
/proc/1407/task/1413/stat : 1413 (java) S 1405 1407 1361 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 196410773 1753923584 59140 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1407/tid=1414] ppid=1405 vsize=1712816 CPUtime=0
/proc/1407/task/1414/stat : 1414 (java) S 1405 1407 1361 0 -1 64 3 0 0 0 0 0 0 0 17 0 13 0 196410773 1753923584 59140 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1407/tid=1415] ppid=1405 vsize=1712816 CPUtime=0.92
/proc/1407/task/1415/stat : 1415 (java) S 1405 1407 1361 0 -1 64 1207 0 0 0 92 0 0 0 17 0 13 0 196410773 1753923584 59140 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1407/tid=1416] ppid=1405 vsize=1712816 CPUtime=0.97
/proc/1407/task/1416/stat : 1416 (java) S 1405 1407 1361 0 -1 64 1334 0 0 0 97 0 0 0 17 0 13 0 196410773 1753923584 59140 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1407/tid=1417] ppid=1405 vsize=1712816 CPUtime=0
/proc/1407/task/1417/stat : 1417 (java) S 1405 1407 1361 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 196410773 1753923584 59140 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1407/tid=1418] ppid=1405 vsize=1712816 CPUtime=0
/proc/1407/task/1418/stat : 1418 (java) S 1405 1407 1361 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 196410773 1753923584 59140 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1407/tid=1419] ppid=1405 vsize=1712816 CPUtime=0
/proc/1407/task/1419/stat : 1419 (java) S 1405 1407 1361 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 196412320 1753923584 59140 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.93
Current children cumulated vsize (Kb) 1712816

Sending SIGTERM to -1407
Sleeping 2 seconds

Child status: 143
Real time (s): 1796.4
CPU time (s): 1801
CPU user time (s): 1800.25
CPU system time (s): 0.745886
CPU usage (%): 100.256
Max. virtual memory (cumulated for all children) (Kb): 1713824

Launcher Data (download as text)

Begin job on node88 on Sat Jun  3 04:08:36 UTC 2006


FILE ID= 43184-1149307716

PBS_JOBID= 307728

BENCH NAME= HOME/pub/bench/PB06//final/normalized-PB06/OPT-BIGINT/mps-v2-20-10/plato.asu.edu/pub/unibo/normalized-mps-v2-20-10-A2C1S1.opb
COMMAND LINE= java -server -Xms1500M -Xmx1500M -jar ROOT/solvers/PB/PB06final/user5/sat4jPseudoHeuristics.jar ROOT/tmp/node88/43184-1149307716/instance-43184-1149307716.opb 607967523
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node88/watcher-43184-1149307716 -o ROOT/results/node88/solver-43184-1149307716 -C 1800 -M 1800 -S 64  java -server -Xms1500M -Xmx1500M -jar ROOT/solvers/PB/PB06final/user5/sat4jPseudoHeuristics.jar ROOT/tmp/node88/43184-1149307716/instance-43184-1149307716.opb 607967523

MD5SUM SOLVER= 3cef94aa015dc0dd234d31843a257d70
MD5SUM BENCH=  a644593dc228e712d5b0d277ee939168

RANDOM SEED= 607967523


/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:       1839944 kB
Buffers:          8152 kB
Cached:         140032 kB
SwapCached:       2300 kB
Active:          21160 kB
Inactive:       135612 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055888 kB
LowFree:       1839944 kB
SwapTotal:     4096564 kB
SwapFree:      4085336 kB
Dirty:             140 kB
Writeback:           0 kB
Mapped:          16796 kB
Slab:            45776 kB
Committed_AS:   314176 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 Sat Jun  3 04:38:33 UTC 2006