Trace number 43409

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SAT4JPSEUDO 2006.2? (TO) 1801.22 1753.54

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/
prestwich/robin/normalized-robin12.opb
MD5SUM8ef9ab9b1b524024010be24ca1127d40
Bench CategorySATUNSAT-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark4.05238
Has Objective FunctionNO
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved NO
Number of variables4356
Total number of constraints600
Number of constraints which are clauses264
Number of constraints which are cardinality constraints (but not clauses)336
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint66
Maximum length of a constraint121
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 123
Number of bits of the biggest sum of numbers7
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.17	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.17	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@1037c71
0.22	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@1df073d
0.22	c org.sat4j.minisat.learning.MiniSATLearning@1546e25
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/node83/43409-1149204801/instance-43409-1149204801.opb
0.22	c reading problem ... 
0.90	c ... done. Time 0.681 ms.
0.90	c #vars     4356
0.90	c #constraints  600
1753.33	c starts		: 10
1753.33	c conflicts		: 9925
1753.33	c decisions		: 86123
1753.33	c propagations		: 914724
1753.33	c inspects		: 34367568
1753.33	c learnt literals	: 0
1753.33	c learnt binary clauses	: 0
1753.33	c learnt ternary clauses	: 0
1753.33	c learnt clauses	: 9924
1753.33	c root simplifications	: 0
1753.33	c removed literals (reason simplification)	: 0
1753.33	c reason swapping (by a shorter reason)	: 0
1753.33	c Calls to reduceDB	: 0
1753.33	c speed (decisions/second)	: 49.14543448996839
1753.33	c non guided choices	617
1753.33	s UNKNOWN
1753.33	c Total wall clock time (ms): 1753.105

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

Current StackSize limit: 67108864 bytes

/proc/loadavg: 0.09 0.05 0.19 2/67 17616
/proc/meminfo: memFree=1637536/2055888 swapFree=4085416/4096564
[pid=17616] ppid=17614 vsize=18544 CPUtime=0
/proc/17616/stat : 17616 (runsolver) R 17614 17616 17571 0 -1 4194368 18 0 0 0 0 0 0 0 19 0 1 0 186119442 18989056 280 18446744073709551615 4194304 4262084 548682068944 18446744073709551615 242290848791 0 0 4096 24578 0 0 0 17 1 0 0
/proc/17616/statm: 0 0 0 0 0 0 0

[startup+10.0017 s]
/proc/loadavg: 0.31 0.10 0.20 2/79 17628
/proc/meminfo: memFree=1461120/2055888 swapFree=4085416/4096564
[pid=17616] ppid=17614 vsize=1712432 CPUtime=11.11
/proc/17616/stat : 17616 (java) R 17614 17616 17571 0 -1 0 48360 0 1 0 1087 24 0 0 19 0 13 0 186119442 1753530368 45920 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071456357 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/17616/statm: 428108 45920 1907 14 0 414854 0
[pid=17616/tid=17617] ppid=17614 vsize=1712432 CPUtime=0.14
/proc/17616/task/17617/stat : 17617 (java) S 17614 17616 17571 0 -1 64 3513 0 0 0 12 2 0 0 16 0 13 0 186119447 1753530368 45920 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17616/tid=17618] ppid=17614 vsize=1712432 CPUtime=0.14
/proc/17616/task/17618/stat : 17618 (java) S 17614 17616 17571 0 -1 64 4010 0 0 0 12 2 0 0 16 0 13 0 186119447 1753530368 45920 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17616/tid=17619] ppid=17614 vsize=1712432 CPUtime=0
/proc/17616/task/17619/stat : 17619 (java) S 17614 17616 17571 0 -1 64 34 0 0 0 0 0 0 0 16 0 13 0 186119450 1753530368 45920 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=17616/tid=17620] ppid=17614 vsize=1712432 CPUtime=0
/proc/17616/task/17620/stat : 17620 (java) S 17614 17616 17571 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 186119450 1753530368 45920 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17616/tid=17621] ppid=17614 vsize=1712432 CPUtime=0
/proc/17616/task/17621/stat : 17621 (java) S 17614 17616 17571 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 186119450 1753530368 45920 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17616/tid=17622] ppid=17614 vsize=1712432 CPUtime=0
/proc/17616/task/17622/stat : 17622 (java) S 17614 17616 17571 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 186119454 1753530368 45920 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17616/tid=17623] ppid=17614 vsize=1712432 CPUtime=0
/proc/17616/task/17623/stat : 17623 (java) S 17614 17616 17571 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 186119454 1753530368 45920 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17616/tid=17624] ppid=17614 vsize=1712432 CPUtime=0.74
/proc/17616/task/17624/stat : 17624 (java) S 17614 17616 17571 0 -1 64 1065 0 0 0 74 0 0 0 17 0 13 0 186119454 1753530368 45920 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17616/tid=17625] ppid=17614 vsize=1712432 CPUtime=0.74
/proc/17616/task/17625/stat : 17625 (java) S 17614 17616 17571 0 -1 64 647 0 0 0 74 0 0 0 17 0 13 0 186119454 1753530368 45920 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17616/tid=17626] ppid=17614 vsize=1712432 CPUtime=0
/proc/17616/task/17626/stat : 17626 (java) S 17614 17616 17571 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 186119454 1753530368 45920 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17616/tid=17627] ppid=17614 vsize=1712432 CPUtime=0
/proc/17616/task/17627/stat : 17627 (java) S 17614 17616 17571 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 186119455 1753530368 45920 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17616/tid=17628] ppid=17614 vsize=1712432 CPUtime=0
/proc/17616/task/17628/stat : 17628 (java) S 17614 17616 17571 0 -1 64 4 0 0 0 0 0 0 0 20 0 13 0 186119535 1753530368 45920 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 11.11
Current children cumulated vsize (Kb) 1712432

[startup+20.0086 s]
/proc/loadavg: 0.41 0.13 0.21 2/79 17628
/proc/meminfo: memFree=1447424/2055888 swapFree=4085416/4096564
[pid=17616] ppid=17614 vsize=1712432 CPUtime=21.22
/proc/17616/stat : 17616 (java) R 17614 17616 17571 0 -1 0 52987 0 1 0 2096 26 0 0 19 0 13 0 186119442 1753530368 49328 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071456496 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/17616/statm: 428108 49328 1909 14 0 414854 0
[pid=17616/tid=17617] ppid=17614 vsize=1712432 CPUtime=0.23
/proc/17616/task/17617/stat : 17617 (java) S 17614 17616 17571 0 -1 64 5595 0 0 0 21 2 0 0 16 0 13 0 186119447 1753530368 49328 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17616/tid=17618] ppid=17614 vsize=1712432 CPUtime=0.23
/proc/17616/task/17618/stat : 17618 (java) S 17614 17616 17571 0 -1 64 6067 0 0 0 20 3 0 0 15 0 13 0 186119447 1753530368 49328 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17616/tid=17619] ppid=17614 vsize=1712432 CPUtime=0
/proc/17616/task/17619/stat : 17619 (java) S 17614 17616 17571 0 -1 64 39 0 0 0 0 0 0 0 16 0 13 0 186119450 1753530368 49328 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=17616/tid=17620] ppid=17614 vsize=1712432 CPUtime=0
/proc/17616/task/17620/stat : 17620 (java) S 17614 17616 17571 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 186119450 1753530368 49328 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17616/tid=17621] ppid=17614 vsize=1712432 CPUtime=0
/proc/17616/task/17621/stat : 17621 (java) S 17614 17616 17571 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 186119450 1753530368 49328 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17616/tid=17622] ppid=17614 vsize=1712432 CPUtime=0
/proc/17616/task/17622/stat : 17622 (java) S 17614 17616 17571 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 186119454 1753530368 49328 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17616/tid=17623] ppid=17614 vsize=1712432 CPUtime=0
/proc/17616/task/17623/stat : 17623 (java) S 17614 17616 17571 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 186119454 1753530368 49328 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17616/tid=17624] ppid=17614 vsize=1712432 CPUtime=0.75
/proc/17616/task/17624/stat : 17624 (java) S 17614 17616 17571 0 -1 64 1067 0 0 0 75 0 0 0 17 0 13 0 186119454 1753530368 49328 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17616/tid=17625] ppid=17614 vsize=1712432 CPUtime=0.76
/proc/17616/task/17625/stat : 17625 (java) S 17614 17616 17571 0 -1 64 647 0 0 0 76 0 0 0 16 0 13 0 186119454 1753530368 49328 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17616/tid=17626] ppid=17614 vsize=1712432 CPUtime=0
/proc/17616/task/17626/stat : 17626 (java) S 17614 17616 17571 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 186119454 1753530368 49328 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17616/tid=17627] ppid=17614 vsize=1712432 CPUtime=0
/proc/17616/task/17627/stat : 17627 (java) S 17614 17616 17571 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 186119455 1753530368 49328 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17616/tid=17628] ppid=17614 vsize=1712432 CPUtime=0
/proc/17616/task/17628/stat : 17628 (java) S 17614 17616 17571 0 -1 64 4 0 0 0 0 0 0 0 20 0 13 0 186119535 1753530368 49328 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 21.22
Current children cumulated vsize (Kb) 1712432

[startup+30.0145 s]
/proc/loadavg: 0.58 0.17 0.23 2/79 17628
/proc/meminfo: memFree=1455488/2055888 swapFree=4085416/4096564
[pid=17616] ppid=17614 vsize=1712432 CPUtime=31.26
/proc/17616/stat : 17616 (java) R 17614 17616 17571 0 -1 0 54475 0 1 0 3099 27 0 0 20 0 13 0 186119442 1753530368 47323 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071456427 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/17616/statm: 428108 47323 1909 14 0 414854 0
[pid=17616/tid=17617] ppid=17614 vsize=1712432 CPUtime=0.29
/proc/17616/task/17617/stat : 17617 (java) S 17614 17616 17571 0 -1 64 6376 0 0 0 26 3 0 0 16 0 13 0 186119447 1753530368 47323 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17616/tid=17618] ppid=17614 vsize=1712432 CPUtime=0.28
/proc/17616/task/17618/stat : 17618 (java) S 17614 17616 17571 0 -1 64 6742 0 0 0 24 4 0 0 16 0 13 0 186119447 1753530368 47323 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17616/tid=17619] ppid=17614 vsize=1712432 CPUtime=0.01
/proc/17616/task/17619/stat : 17619 (java) S 17614 17616 17571 0 -1 64 51 0 0 0 1 0 0 0 15 0 13 0 186119450 1753530368 47323 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=17616/tid=17620] ppid=17614 vsize=1712432 CPUtime=0
/proc/17616/task/17620/stat : 17620 (java) S 17614 17616 17571 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 186119450 1753530368 47323 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17616/tid=17621] ppid=17614 vsize=1712432 CPUtime=0
/proc/17616/task/17621/stat : 17621 (java) S 17614 17616 17571 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 186119450 1753530368 47323 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17616/tid=17622] ppid=17614 vsize=1712432 CPUtime=0
/proc/17616/task/17622/stat : 17622 (java) S 17614 17616 17571 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 186119454 1753530368 47323 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17616/tid=17623] ppid=17614 vsize=1712432 CPUtime=0
/proc/17616/task/17623/stat : 17623 (java) S 17614 17616 17571 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 186119454 1753530368 47323 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17616/tid=17624] ppid=17614 vsize=1712432 CPUtime=0.76
/proc/17616/task/17624/stat : 17624 (java) S 17614 17616 17571 0 -1 64 1067 0 0 0 76 0 0 0 17 0 13 0 186119454 1753530368 47323 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17616/tid=17625] ppid=17614 vsize=1712432 CPUtime=0.76
/proc/17616/task/17625/stat : 17625 (java) S 17614 17616 17571 0 -1 64 647 0 0 0 76 0 0 0 16 0 13 0 186119454 1753530368 47323 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17616/tid=17626] ppid=17614 vsize=1712432 CPUtime=0
/proc/17616/task/17626/stat : 17626 (java) S 17614 17616 17571 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 186119454 1753530368 47323 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17616/tid=17627] ppid=17614 vsize=1712432 CPUtime=0
/proc/17616/task/17627/stat : 17627 (java) S 17614 17616 17571 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 186119455 1753530368 47323 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17616/tid=17628] ppid=17614 vsize=1712432 CPUtime=0
/proc/17616/task/17628/stat : 17628 (java) S 17614 17616 17571 0 -1 64 4 0 0 0 0 0 0 0 20 0 13 0 186119535 1753530368 47323 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 31.26
Current children cumulated vsize (Kb) 1712432

[startup+40.0214 s]
/proc/loadavg: 0.72 0.22 0.24 2/79 17628
/proc/meminfo: memFree=1431808/2055888 swapFree=4085416/4096564
[pid=17616] ppid=17614 vsize=1712432 CPUtime=41.38
/proc/17616/stat : 17616 (java) R 17614 17616 17571 0 -1 0 62157 0 1 0 4108 30 0 0 17 0 13 0 186119442 1753530368 53234 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071540249 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/17616/statm: 428108 53234 1911 14 0 414854 0
[pid=17616/tid=17617] ppid=17614 vsize=1712432 CPUtime=0.37
/proc/17616/task/17617/stat : 17617 (java) S 17614 17616 17571 0 -1 64 7775 0 0 0 34 3 0 0 16 0 13 0 186119447 1753530368 53234 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17616/tid=17618] ppid=17614 vsize=1712432 CPUtime=0.36
/proc/17616/task/17618/stat : 17618 (java) S 17614 17616 17571 0 -1 64 8004 0 0 0 32 4 0 0 15 0 13 0 186119447 1753530368 53234 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17616/tid=17619] ppid=17614 vsize=1712432 CPUtime=0.02
/proc/17616/task/17619/stat : 17619 (java) S 17614 17616 17571 0 -1 64 59 0 0 0 1 1 0 0 16 0 13 0 186119450 1753530368 53234 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=17616/tid=17620] ppid=17614 vsize=1712432 CPUtime=0
/proc/17616/task/17620/stat : 17620 (java) S 17614 17616 17571 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 186119450 1753530368 53234 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17616/tid=17621] ppid=17614 vsize=1712432 CPUtime=0
/proc/17616/task/17621/stat : 17621 (java) S 17614 17616 17571 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 186119450 1753530368 53234 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17616/tid=17622] ppid=17614 vsize=1712432 CPUtime=0
/proc/17616/task/17622/stat : 17622 (java) S 17614 17616 17571 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 186119454 1753530368 53234 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17616/tid=17623] ppid=17614 vsize=1712432 CPUtime=0
/proc/17616/task/17623/stat : 17623 (java) S 17614 17616 17571 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 186119454 1753530368 53234 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17616/tid=17624] ppid=17614 vsize=1712432 CPUtime=0.79
/proc/17616/task/17624/stat : 17624 (java) S 17614 17616 17571 0 -1 64 1073 0 0 0 79 0 0 0 17 0 13 0 186119454 1753530368 53234 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17616/tid=17625] ppid=17614 vsize=1712432 CPUtime=0.76
/proc/17616/task/17625/stat : 17625 (java) S 17614 17616 17571 0 -1 64 647 0 0 0 76 0 0 0 16 0 13 0 186119454 1753530368 53234 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17616/tid=17626] ppid=17614 vsize=1712432 CPUtime=0
/proc/17616/task/17626/stat : 17626 (java) S 17614 17616 17571 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 186119454 1753530368 53234 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17616/tid=17627] ppid=17614 vsize=1712432 CPUtime=0
/proc/17616/task/17627/stat : 17627 (java) S 17614 17616 17571 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 186119455 1753530368 53234 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17616/tid=17628] ppid=17614 vsize=1712432 CPUtime=0
/proc/17616/task/17628/stat : 17628 (java) S 17614 17616 17571 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 186119535 1753530368 53234 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 41.38
Current children cumulated vsize (Kb) 1712432

[startup+50.0283 s]
/proc/loadavg: 0.76 0.24 0.25 2/79 17628
/proc/meminfo: memFree=1426240/2055888 swapFree=4085416/4096564
[pid=17616] ppid=17614 vsize=1712432 CPUtime=51.47
/proc/17616/stat : 17616 (java) R 17614 17616 17571 0 -1 0 65370 0 1 0 5115 32 0 0 25 0 13 0 186119442 1753530368 54650 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071675362 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/17616/statm: 428108 54650 1911 14 0 414854 0
[pid=17616/tid=17617] ppid=17614 vsize=1712432 CPUtime=0.45
/proc/17616/task/17617/stat : 17617 (java) S 17614 17616 17571 0 -1 64 9046 0 0 0 42 3 0 0 15 0 13 0 186119447 1753530368 54650 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17616/tid=17618] ppid=17614 vsize=1712432 CPUtime=0.45
/proc/17616/task/17618/stat : 17618 (java) S 17614 17616 17571 0 -1 64 9250 0 0 0 40 5 0 0 17 0 13 0 186119447 1753530368 54650 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17616/tid=17619] ppid=17614 vsize=1712432 CPUtime=0.02
/proc/17616/task/17619/stat : 17619 (java) S 17614 17616 17571 0 -1 64 64 0 0 0 1 1 0 0 16 0 13 0 186119450 1753530368 54650 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=17616/tid=17620] ppid=17614 vsize=1712432 CPUtime=0
/proc/17616/task/17620/stat : 17620 (java) S 17614 17616 17571 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 186119450 1753530368 54650 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17616/tid=17621] ppid=17614 vsize=1712432 CPUtime=0
/proc/17616/task/17621/stat : 17621 (java) S 17614 17616 17571 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 186119450 1753530368 54650 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17616/tid=17622] ppid=17614 vsize=1712432 CPUtime=0
/proc/17616/task/17622/stat : 17622 (java) S 17614 17616 17571 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 186119454 1753530368 54650 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17616/tid=17623] ppid=17614 vsize=1712432 CPUtime=0
/proc/17616/task/17623/stat : 17623 (java) S 17614 17616 17571 0 -1 64 3 0 0 0 0 0 0 0 17 0 13 0 186119454 1753530368 54650 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17616/tid=17624] ppid=17614 vsize=1712432 CPUtime=0.79
/proc/17616/task/17624/stat : 17624 (java) S 17614 17616 17571 0 -1 64 1073 0 0 0 79 0 0 0 17 0 13 0 186119454 1753530368 54650 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17616/tid=17625] ppid=17614 vsize=1712432 CPUtime=0.76
/proc/17616/task/17625/stat : 17625 (java) S 17614 17616 17571 0 -1 64 647 0 0 0 76 0 0 0 16 0 13 0 186119454 1753530368 54650 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17616/tid=17626] ppid=17614 vsize=1712432 CPUtime=0
/proc/17616/task/17626/stat : 17626 (java) S 17614 17616 17571 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 186119454 1753530368 54650 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17616/tid=17627] ppid=17614 vsize=1712432 CPUtime=0
/proc/17616/task/17627/stat : 17627 (java) S 17614 17616 17571 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 186119455 1753530368 54650 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17616/tid=17628] ppid=17614 vsize=1712432 CPUtime=0
/proc/17616/task/17628/stat : 17628 (java) S 17614 17616 17571 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 186119535 1753530368 54650 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 51.47
Current children cumulated vsize (Kb) 1712432

[startup+60.0352 s]
/proc/loadavg: 0.80 0.27 0.25 2/79 17628
/proc/meminfo: memFree=1407680/2055888 swapFree=4085416/4096564
[pid=17616] ppid=17614 vsize=1712432 CPUtime=61.6
/proc/17616/stat : 17616 (java) R 17614 17616 17571 0 -1 0 70357 0 1 0 6126 34 0 0 25 0 13 0 186119442 1753530368 59286 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071491032 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/17616/statm: 428108 59286 1911 14 0 414854 0
[pid=17616/tid=17617] ppid=17614 vsize=1712432 CPUtime=0.59
/proc/17616/task/17617/stat : 17617 (java) S 17614 17616 17571 0 -1 64 11032 0 0 0 56 3 0 0 16 0 13 0 186119447 1753530368 59286 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17616/tid=17618] ppid=17614 vsize=1712432 CPUtime=0.59
/proc/17616/task/17618/stat : 17618 (java) S 17614 17616 17571 0 -1 64 11099 0 0 0 53 6 0 0 15 0 13 0 186119447 1753530368 59286 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17616/tid=17619] ppid=17614 vsize=1712432 CPUtime=0.02
/proc/17616/task/17619/stat : 17619 (java) S 17614 17616 17571 0 -1 64 64 0 0 0 1 1 0 0 16 0 13 0 186119450 1753530368 59286 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=17616/tid=17620] ppid=17614 vsize=1712432 CPUtime=0
/proc/17616/task/17620/stat : 17620 (java) S 17614 17616 17571 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 186119450 1753530368 59286 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17616/tid=17621] ppid=17614 vsize=1712432 CPUtime=0
/proc/17616/task/17621/stat : 17621 (java) S 17614 17616 17571 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 186119450 1753530368 59286 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17616/tid=17622] ppid=17614 vsize=1712432 CPUtime=0
/proc/17616/task/17622/stat : 17622 (java) S 17614 17616 17571 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 186119454 1753530368 59286 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0

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

[pid=17616/tid=17620] ppid=17614 vsize=1712432 CPUtime=0
/proc/17616/task/17620/stat : 17620 (java) S 17614 17616 17571 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 186119450 1753530368 278660 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17616/tid=17621] ppid=17614 vsize=1712432 CPUtime=0
/proc/17616/task/17621/stat : 17621 (java) S 17614 17616 17571 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 186119450 1753530368 278660 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17616/tid=17622] ppid=17614 vsize=1712432 CPUtime=0
/proc/17616/task/17622/stat : 17622 (java) S 17614 17616 17571 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 186119454 1753530368 278660 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17616/tid=17623] ppid=17614 vsize=1712432 CPUtime=0.01
/proc/17616/task/17623/stat : 17623 (java) S 17614 17616 17571 0 -1 64 3 0 0 0 1 0 0 0 16 0 13 0 186119454 1753530368 278660 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17616/tid=17624] ppid=17614 vsize=1712432 CPUtime=0.84
/proc/17616/task/17624/stat : 17624 (java) S 17614 17616 17571 0 -1 64 1075 0 0 0 84 0 0 0 17 0 13 0 186119454 1753530368 278660 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17616/tid=17625] ppid=17614 vsize=1712432 CPUtime=0.81
/proc/17616/task/17625/stat : 17625 (java) S 17614 17616 17571 0 -1 64 648 0 0 0 81 0 0 0 16 0 13 0 186119454 1753530368 278660 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17616/tid=17626] ppid=17614 vsize=1712432 CPUtime=0
/proc/17616/task/17626/stat : 17626 (java) S 17614 17616 17571 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 186119454 1753530368 278660 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17616/tid=17627] ppid=17614 vsize=1712432 CPUtime=0
/proc/17616/task/17627/stat : 17627 (java) S 17614 17616 17571 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 186119455 1753530368 278660 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17616/tid=17628] ppid=17614 vsize=1712432 CPUtime=0
/proc/17616/task/17628/stat : 17628 (java) S 17614 17616 17571 0 -1 64 12 0 0 0 0 0 0 0 16 0 13 0 186119535 1753530368 278660 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1796.82
Current children cumulated vsize (Kb) 1712432

[startup+1750.3 s]
/proc/loadavg: 1.05 1.03 0.88 2/79 17825
/proc/meminfo: memFree=526784/2055888 swapFree=4085416/4096564
[pid=17616] ppid=17614 vsize=1712432 CPUtime=1797.86
/proc/17616/stat : 17616 (java) R 17614 17616 17571 0 -1 0 320591 0 1 0 179589 197 0 0 25 0 13 0 186119442 1753530368 278796 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071529534 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/17616/statm: 428108 278796 1911 14 0 414854 0
[pid=17616/tid=17617] ppid=17614 vsize=1712432 CPUtime=47.82
/proc/17616/task/17617/stat : 17617 (java) S 17614 17616 17571 0 -1 64 135673 0 0 0 4712 70 0 0 16 0 13 0 186119447 1753530368 278796 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17616/tid=17618] ppid=17614 vsize=1712432 CPUtime=47.73
/proc/17616/task/17618/stat : 17618 (java) S 17614 17616 17571 0 -1 64 132150 0 0 0 4705 68 0 0 17 0 13 0 186119447 1753530368 278796 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17616/tid=17619] ppid=17614 vsize=1712432 CPUtime=0.62
/proc/17616/task/17619/stat : 17619 (java) S 17614 17616 17571 0 -1 64 88 0 0 0 37 25 0 0 16 0 13 0 186119450 1753530368 278796 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=17616/tid=17620] ppid=17614 vsize=1712432 CPUtime=0
/proc/17616/task/17620/stat : 17620 (java) S 17614 17616 17571 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 186119450 1753530368 278796 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17616/tid=17621] ppid=17614 vsize=1712432 CPUtime=0
/proc/17616/task/17621/stat : 17621 (java) S 17614 17616 17571 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 186119450 1753530368 278796 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17616/tid=17622] ppid=17614 vsize=1712432 CPUtime=0
/proc/17616/task/17622/stat : 17622 (java) S 17614 17616 17571 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 186119454 1753530368 278796 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17616/tid=17623] ppid=17614 vsize=1712432 CPUtime=0.01
/proc/17616/task/17623/stat : 17623 (java) S 17614 17616 17571 0 -1 64 3 0 0 0 1 0 0 0 16 0 13 0 186119454 1753530368 278796 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17616/tid=17624] ppid=17614 vsize=1712432 CPUtime=0.84
/proc/17616/task/17624/stat : 17624 (java) S 17614 17616 17571 0 -1 64 1075 0 0 0 84 0 0 0 17 0 13 0 186119454 1753530368 278796 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17616/tid=17625] ppid=17614 vsize=1712432 CPUtime=0.81
/proc/17616/task/17625/stat : 17625 (java) S 17614 17616 17571 0 -1 64 648 0 0 0 81 0 0 0 16 0 13 0 186119454 1753530368 278796 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17616/tid=17626] ppid=17614 vsize=1712432 CPUtime=0
/proc/17616/task/17626/stat : 17626 (java) S 17614 17616 17571 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 186119454 1753530368 278796 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17616/tid=17627] ppid=17614 vsize=1712432 CPUtime=0
/proc/17616/task/17627/stat : 17627 (java) S 17614 17616 17571 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 186119455 1753530368 278796 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17616/tid=17628] ppid=17614 vsize=1712432 CPUtime=0
/proc/17616/task/17628/stat : 17628 (java) S 17614 17616 17571 0 -1 64 12 0 0 0 0 0 0 0 16 0 13 0 186119535 1753530368 278796 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1797.86
Current children cumulated vsize (Kb) 1712432

[startup+1751.31 s]
/proc/loadavg: 1.05 1.03 0.88 2/79 17825
/proc/meminfo: memFree=525568/2055888 swapFree=4085416/4096564
[pid=17616] ppid=17614 vsize=1712432 CPUtime=1798.94
/proc/17616/stat : 17616 (java) R 17614 17616 17571 0 -1 0 320904 0 1 0 179697 197 0 0 25 0 13 0 186119442 1753530368 279090 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071529580 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/17616/statm: 428108 279090 1911 14 0 414854 0
[pid=17616/tid=17617] ppid=17614 vsize=1712432 CPUtime=47.9
/proc/17616/task/17617/stat : 17617 (java) S 17614 17616 17571 0 -1 64 135828 0 0 0 4720 70 0 0 16 0 13 0 186119447 1753530368 279090 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17616/tid=17618] ppid=17614 vsize=1712432 CPUtime=47.81
/proc/17616/task/17618/stat : 17618 (java) S 17614 17616 17571 0 -1 64 132306 0 0 0 4713 68 0 0 16 0 13 0 186119447 1753530368 279090 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17616/tid=17619] ppid=17614 vsize=1712432 CPUtime=0.62
/proc/17616/task/17619/stat : 17619 (java) S 17614 17616 17571 0 -1 64 88 0 0 0 37 25 0 0 15 0 13 0 186119450 1753530368 279090 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=17616/tid=17620] ppid=17614 vsize=1712432 CPUtime=0
/proc/17616/task/17620/stat : 17620 (java) S 17614 17616 17571 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 186119450 1753530368 279090 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17616/tid=17621] ppid=17614 vsize=1712432 CPUtime=0
/proc/17616/task/17621/stat : 17621 (java) S 17614 17616 17571 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 186119450 1753530368 279090 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17616/tid=17622] ppid=17614 vsize=1712432 CPUtime=0
/proc/17616/task/17622/stat : 17622 (java) S 17614 17616 17571 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 186119454 1753530368 279090 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17616/tid=17623] ppid=17614 vsize=1712432 CPUtime=0.01
/proc/17616/task/17623/stat : 17623 (java) S 17614 17616 17571 0 -1 64 3 0 0 0 1 0 0 0 16 0 13 0 186119454 1753530368 279090 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17616/tid=17624] ppid=17614 vsize=1712432 CPUtime=0.84
/proc/17616/task/17624/stat : 17624 (java) S 17614 17616 17571 0 -1 64 1075 0 0 0 84 0 0 0 17 0 13 0 186119454 1753530368 279090 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17616/tid=17625] ppid=17614 vsize=1712432 CPUtime=0.81
/proc/17616/task/17625/stat : 17625 (java) S 17614 17616 17571 0 -1 64 648 0 0 0 81 0 0 0 16 0 13 0 186119454 1753530368 279090 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17616/tid=17626] ppid=17614 vsize=1712432 CPUtime=0
/proc/17616/task/17626/stat : 17626 (java) S 17614 17616 17571 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 186119454 1753530368 279090 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17616/tid=17627] ppid=17614 vsize=1712432 CPUtime=0
/proc/17616/task/17627/stat : 17627 (java) S 17614 17616 17571 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 186119455 1753530368 279090 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17616/tid=17628] ppid=17614 vsize=1712432 CPUtime=0
/proc/17616/task/17628/stat : 17628 (java) S 17614 17616 17571 0 -1 64 12 0 0 0 0 0 0 0 16 0 13 0 186119535 1753530368 279090 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1798.94
Current children cumulated vsize (Kb) 1712432

[startup+1752.32 s]
/proc/loadavg: 1.05 1.03 0.88 2/79 17825
/proc/meminfo: memFree=525568/2055888 swapFree=4085416/4096564
[pid=17616] ppid=17614 vsize=1712432 CPUtime=1799.95
/proc/17616/stat : 17616 (java) R 17614 17616 17571 0 -1 0 320904 0 1 0 179798 197 0 0 25 0 13 0 186119442 1753530368 279090 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071511263 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/17616/statm: 428108 279090 1911 14 0 414854 0
[pid=17616/tid=17617] ppid=17614 vsize=1712432 CPUtime=47.9
/proc/17616/task/17617/stat : 17617 (java) S 17614 17616 17571 0 -1 64 135828 0 0 0 4720 70 0 0 16 0 13 0 186119447 1753530368 279090 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17616/tid=17618] ppid=17614 vsize=1712432 CPUtime=47.81
/proc/17616/task/17618/stat : 17618 (java) S 17614 17616 17571 0 -1 64 132306 0 0 0 4713 68 0 0 16 0 13 0 186119447 1753530368 279090 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17616/tid=17619] ppid=17614 vsize=1712432 CPUtime=0.62
/proc/17616/task/17619/stat : 17619 (java) S 17614 17616 17571 0 -1 64 88 0 0 0 37 25 0 0 16 0 13 0 186119450 1753530368 279090 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=17616/tid=17620] ppid=17614 vsize=1712432 CPUtime=0
/proc/17616/task/17620/stat : 17620 (java) S 17614 17616 17571 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 186119450 1753530368 279090 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17616/tid=17621] ppid=17614 vsize=1712432 CPUtime=0
/proc/17616/task/17621/stat : 17621 (java) S 17614 17616 17571 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 186119450 1753530368 279090 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17616/tid=17622] ppid=17614 vsize=1712432 CPUtime=0
/proc/17616/task/17622/stat : 17622 (java) S 17614 17616 17571 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 186119454 1753530368 279090 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17616/tid=17623] ppid=17614 vsize=1712432 CPUtime=0.01
/proc/17616/task/17623/stat : 17623 (java) S 17614 17616 17571 0 -1 64 3 0 0 0 1 0 0 0 16 0 13 0 186119454 1753530368 279090 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17616/tid=17624] ppid=17614 vsize=1712432 CPUtime=0.84
/proc/17616/task/17624/stat : 17624 (java) S 17614 17616 17571 0 -1 64 1075 0 0 0 84 0 0 0 17 0 13 0 186119454 1753530368 279090 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17616/tid=17625] ppid=17614 vsize=1712432 CPUtime=0.81
/proc/17616/task/17625/stat : 17625 (java) S 17614 17616 17571 0 -1 64 648 0 0 0 81 0 0 0 16 0 13 0 186119454 1753530368 279090 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17616/tid=17626] ppid=17614 vsize=1712432 CPUtime=0
/proc/17616/task/17626/stat : 17626 (java) S 17614 17616 17571 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 186119454 1753530368 279090 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17616/tid=17627] ppid=17614 vsize=1712432 CPUtime=0
/proc/17616/task/17627/stat : 17627 (java) S 17614 17616 17571 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 186119455 1753530368 279090 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17616/tid=17628] ppid=17614 vsize=1712432 CPUtime=0
/proc/17616/task/17628/stat : 17628 (java) S 17614 17616 17571 0 -1 64 12 0 0 0 0 0 0 0 16 0 13 0 186119535 1753530368 279090 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1799.95
Current children cumulated vsize (Kb) 1712432

[startup+1753.32 s]
/proc/loadavg: 1.05 1.03 0.88 2/79 17825
/proc/meminfo: memFree=525504/2055888 swapFree=4085416/4096564
[pid=17616] ppid=17614 vsize=1712432 CPUtime=1801
/proc/17616/stat : 17616 (java) R 17614 17616 17571 0 -1 0 320926 0 1 0 179903 197 0 0 25 0 13 0 186119442 1753530368 279111 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071675362 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/17616/statm: 428108 279111 1911 14 0 414854 0
[pid=17616/tid=17617] ppid=17614 vsize=1712432 CPUtime=47.94
/proc/17616/task/17617/stat : 17617 (java) S 17614 17616 17571 0 -1 64 135849 0 0 0 4724 70 0 0 16 0 13 0 186119447 1753530368 279111 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17616/tid=17618] ppid=17614 vsize=1712432 CPUtime=47.86
/proc/17616/task/17618/stat : 17618 (java) S 17614 17616 17571 0 -1 64 132306 0 0 0 4718 68 0 0 16 0 13 0 186119447 1753530368 279111 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17616/tid=17619] ppid=17614 vsize=1712432 CPUtime=0.62
/proc/17616/task/17619/stat : 17619 (java) S 17614 17616 17571 0 -1 64 88 0 0 0 37 25 0 0 15 0 13 0 186119450 1753530368 279111 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=17616/tid=17620] ppid=17614 vsize=1712432 CPUtime=0
/proc/17616/task/17620/stat : 17620 (java) S 17614 17616 17571 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 186119450 1753530368 279111 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17616/tid=17621] ppid=17614 vsize=1712432 CPUtime=0
/proc/17616/task/17621/stat : 17621 (java) S 17614 17616 17571 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 186119450 1753530368 279111 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17616/tid=17622] ppid=17614 vsize=1712432 CPUtime=0
/proc/17616/task/17622/stat : 17622 (java) S 17614 17616 17571 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 186119454 1753530368 279111 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17616/tid=17623] ppid=17614 vsize=1712432 CPUtime=0.01
/proc/17616/task/17623/stat : 17623 (java) S 17614 17616 17571 0 -1 64 3 0 0 0 1 0 0 0 16 0 13 0 186119454 1753530368 279111 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17616/tid=17624] ppid=17614 vsize=1712432 CPUtime=0.84
/proc/17616/task/17624/stat : 17624 (java) S 17614 17616 17571 0 -1 64 1075 0 0 0 84 0 0 0 17 0 13 0 186119454 1753530368 279111 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17616/tid=17625] ppid=17614 vsize=1712432 CPUtime=0.81
/proc/17616/task/17625/stat : 17625 (java) S 17614 17616 17571 0 -1 64 648 0 0 0 81 0 0 0 16 0 13 0 186119454 1753530368 279111 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17616/tid=17626] ppid=17614 vsize=1712432 CPUtime=0
/proc/17616/task/17626/stat : 17626 (java) S 17614 17616 17571 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 186119454 1753530368 279111 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17616/tid=17627] ppid=17614 vsize=1712432 CPUtime=0
/proc/17616/task/17627/stat : 17627 (java) S 17614 17616 17571 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 186119455 1753530368 279111 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17616/tid=17628] ppid=17614 vsize=1712432 CPUtime=0
/proc/17616/task/17628/stat : 17628 (java) S 17614 17616 17571 0 -1 64 12 0 0 0 0 0 0 0 16 0 13 0 186119535 1753530368 279111 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1801
Current children cumulated vsize (Kb) 1712432



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1753.33 s]
/proc/loadavg: 1.05 1.03 0.88 2/79 17825
/proc/meminfo: memFree=525504/2055888 swapFree=4085416/4096564
[pid=17616] ppid=17614 vsize=1712432 CPUtime=1801
/proc/17616/stat : 17616 (java) R 17614 17616 17571 0 -1 0 320926 0 1 0 179903 197 0 0 25 0 13 0 186119442 1753530368 279111 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071540298 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/17616/statm: 428108 279111 1911 14 0 414854 0
[pid=17616/tid=17617] ppid=17614 vsize=1712432 CPUtime=47.94
/proc/17616/task/17617/stat : 17617 (java) S 17614 17616 17571 0 -1 64 135849 0 0 0 4724 70 0 0 16 0 13 0 186119447 1753530368 279111 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17616/tid=17618] ppid=17614 vsize=1712432 CPUtime=47.86
/proc/17616/task/17618/stat : 17618 (java) S 17614 17616 17571 0 -1 64 132306 0 0 0 4718 68 0 0 16 0 13 0 186119447 1753530368 279111 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17616/tid=17619] ppid=17614 vsize=1712432 CPUtime=0.62
/proc/17616/task/17619/stat : 17619 (java) S 17614 17616 17571 0 -1 64 88 0 0 0 37 25 0 0 15 0 13 0 186119450 1753530368 279111 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=17616/tid=17620] ppid=17614 vsize=1712432 CPUtime=0
/proc/17616/task/17620/stat : 17620 (java) S 17614 17616 17571 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 186119450 1753530368 279111 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17616/tid=17621] ppid=17614 vsize=1712432 CPUtime=0
/proc/17616/task/17621/stat : 17621 (java) S 17614 17616 17571 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 186119450 1753530368 279111 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17616/tid=17622] ppid=17614 vsize=1712432 CPUtime=0
/proc/17616/task/17622/stat : 17622 (java) S 17614 17616 17571 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 186119454 1753530368 279111 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17616/tid=17623] ppid=17614 vsize=1712432 CPUtime=0.01
/proc/17616/task/17623/stat : 17623 (java) S 17614 17616 17571 0 -1 64 3 0 0 0 1 0 0 0 16 0 13 0 186119454 1753530368 279111 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17616/tid=17624] ppid=17614 vsize=1712432 CPUtime=0.84
/proc/17616/task/17624/stat : 17624 (java) S 17614 17616 17571 0 -1 64 1075 0 0 0 84 0 0 0 17 0 13 0 186119454 1753530368 279111 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17616/tid=17625] ppid=17614 vsize=1712432 CPUtime=0.81
/proc/17616/task/17625/stat : 17625 (java) S 17614 17616 17571 0 -1 64 648 0 0 0 81 0 0 0 16 0 13 0 186119454 1753530368 279111 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17616/tid=17626] ppid=17614 vsize=1712432 CPUtime=0
/proc/17616/task/17626/stat : 17626 (java) S 17614 17616 17571 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 186119454 1753530368 279111 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17616/tid=17627] ppid=17614 vsize=1712432 CPUtime=0
/proc/17616/task/17627/stat : 17627 (java) S 17614 17616 17571 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 186119455 1753530368 279111 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17616/tid=17628] ppid=17614 vsize=1712432 CPUtime=0
/proc/17616/task/17628/stat : 17628 (java) S 17614 17616 17571 0 -1 64 12 0 0 0 0 0 0 0 16 0 13 0 186119535 1753530368 279111 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1801
Current children cumulated vsize (Kb) 1712432

Sending SIGTERM to -17616
Sleeping 2 seconds

Child status: 143
Real time (s): 1753.54
CPU time (s): 1801.22
CPU user time (s): 1799.08
CPU system time (s): 2.13768
CPU usage (%): 102.719
Max. virtual memory (cumulated for all children) (Kb): 1712432

Launcher Data (download as text)

Begin job on node83 on Thu Jun  1 23:33:21 UTC 2006


FILE ID= 43409-1149204801

PBS_JOBID= 292940

BENCH NAME= ROOT/tmp/node83/43409-1149204801/instance-43409-1149204801.opb
COMMAND LINE= java -server -Xms1500M -Xmx1500M -jar ROOT/solvers/PB/PB06final/user5/sat4jPseudoPlus.jar ROOT/tmp/node83/43409-1149204801/instance-43409-1149204801.opb 791703003
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node83/watcher-43409-1149204801 -o ROOT/results/node83/solver-43409-1149204801 -C 1800 -M 1800 -S 64  java -server -Xms1500M -Xmx1500M -jar ROOT/solvers/PB/PB06final/user5/sat4jPseudoPlus.jar ROOT/tmp/node83/43409-1149204801/instance-43409-1149204801.opb 791703003

MD5SUM SOLVER= e9637a7554f3ecdf74c1815f89d00213
MD5SUM BENCH=  8ef9ab9b1b524024010be24ca1127d40

RANDOM SEED= 791703003


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


/proc/meminfo:
MemTotal:      2055888 kB
MemFree:       1637872 kB
Buffers:         26800 kB
Cached:         317728 kB
SwapCached:       2884 kB
Active:          84868 kB
Inactive:       268940 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055888 kB
LowFree:       1637872 kB
SwapTotal:     4096564 kB
SwapFree:      4085416 kB
Dirty:             256 kB
Writeback:           0 kB
Mapped:          16884 kB
Slab:            50888 kB
Committed_AS:   182248 kB
PageTables:       1284 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264388 kB
VmallocChunk: 536606243 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB


End job on node83 on Fri Jun  2 00:02:35 UTC 2006