Trace number 43650

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) 1800.38 1764.6

General information on the benchmark

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

Solver Data (download as text)

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

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

Current StackSize limit: 67108864 bytes

/proc/loadavg: 0.92 0.97 0.94 2/64 19476
/proc/meminfo: memFree=1500840/2055920 swapFree=4180996/4192956
[pid=19476] ppid=19474 vsize=1452 CPUtime=0
/proc/19476/stat : 19476 (java) R 19474 19476 19431 0 -1 0 105 0 0 0 0 0 0 0 19 0 1 0 188399323 1486848 77 18446744073709551615 134512640 134570276 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/19476/statm: 365 91 71 14 0 10 0

[startup+10.0019 s]
/proc/loadavg: 1.16 1.02 0.96 2/76 19488
/proc/meminfo: memFree=1310744/2055920 swapFree=4180996/4192956
[pid=19476] ppid=19474 vsize=1714192 CPUtime=11.42
/proc/19476/stat : 19476 (java) R 19474 19476 19431 0 -1 0 52216 0 1 0 1120 22 0 0 21 0 13 0 188399323 1755332608 49312 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071625407 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/19476/statm: 428548 49312 1911 14 0 415295 0
[pid=19476/tid=19477] ppid=19474 vsize=1714192 CPUtime=0.26
/proc/19476/task/19477/stat : 19477 (java) S 19474 19476 19431 0 -1 64 6648 0 0 0 23 3 0 0 17 0 13 0 188399327 1755332608 49312 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19476/tid=19478] ppid=19474 vsize=1714192 CPUtime=0.27
/proc/19476/task/19478/stat : 19478 (java) S 19474 19476 19431 0 -1 64 5528 0 0 0 25 2 0 0 17 0 13 0 188399327 1755332608 49312 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19476/tid=19479] ppid=19474 vsize=1714192 CPUtime=0
/proc/19476/task/19479/stat : 19479 (java) S 19474 19476 19431 0 -1 64 24 0 0 0 0 0 0 0 16 0 13 0 188399329 1755332608 49312 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=19476/tid=19480] ppid=19474 vsize=1714192 CPUtime=0
/proc/19476/task/19480/stat : 19480 (java) S 19474 19476 19431 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 188399330 1755332608 49312 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19476/tid=19481] ppid=19474 vsize=1714192 CPUtime=0
/proc/19476/task/19481/stat : 19481 (java) S 19474 19476 19431 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 188399330 1755332608 49312 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19476/tid=19482] ppid=19474 vsize=1714192 CPUtime=0
/proc/19476/task/19482/stat : 19482 (java) S 19474 19476 19431 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 188399333 1755332608 49312 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19476/tid=19483] ppid=19474 vsize=1714192 CPUtime=0
/proc/19476/task/19483/stat : 19483 (java) S 19474 19476 19431 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 188399333 1755332608 49312 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19476/tid=19484] ppid=19474 vsize=1714192 CPUtime=0.81
/proc/19476/task/19484/stat : 19484 (java) S 19474 19476 19431 0 -1 64 1279 0 0 0 81 0 0 0 16 0 13 0 188399333 1755332608 49312 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19476/tid=19485] ppid=19474 vsize=1714192 CPUtime=0.81
/proc/19476/task/19485/stat : 19485 (java) S 19474 19476 19431 0 -1 64 2171 0 0 0 81 0 0 0 16 0 13 0 188399333 1755332608 49312 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19476/tid=19486] ppid=19474 vsize=1714192 CPUtime=0
/proc/19476/task/19486/stat : 19486 (java) S 19474 19476 19431 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 188399333 1755332608 49312 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19476/tid=19487] ppid=19474 vsize=1714192 CPUtime=0
/proc/19476/task/19487/stat : 19487 (java) S 19474 19476 19431 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 188399333 1755332608 49312 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19476/tid=19488] ppid=19474 vsize=1714192 CPUtime=0
/proc/19476/task/19488/stat : 19488 (java) S 19474 19476 19431 0 -1 64 4 0 0 0 0 0 0 0 18 0 13 0 188399401 1755332608 49312 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 11.42
Current children cumulated vsize (Kb) 1714192

[startup+20.0088 s]
/proc/loadavg: 1.13 1.02 0.96 2/76 19488
/proc/meminfo: memFree=1296672/2055920 swapFree=4180996/4192956
[pid=19476] ppid=19474 vsize=1714092 CPUtime=21.53
/proc/19476/stat : 19476 (java) R 19474 19476 19431 0 -1 0 56429 0 1 0 2128 25 0 0 25 0 13 0 188399323 1755230208 52820 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071625526 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/19476/statm: 428523 52820 1911 14 0 415270 0
[pid=19476/tid=19477] ppid=19474 vsize=1714092 CPUtime=0.37
/proc/19476/task/19477/stat : 19477 (java) S 19474 19476 19431 0 -1 64 8624 0 0 0 33 4 0 0 16 0 13 0 188399327 1755230208 52820 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19476/tid=19478] ppid=19474 vsize=1714092 CPUtime=0.37
/proc/19476/task/19478/stat : 19478 (java) S 19474 19476 19431 0 -1 64 7752 0 0 0 34 3 0 0 16 0 13 0 188399327 1755230208 52820 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19476/tid=19479] ppid=19474 vsize=1714092 CPUtime=0
/proc/19476/task/19479/stat : 19479 (java) S 19474 19476 19431 0 -1 64 24 0 0 0 0 0 0 0 16 0 13 0 188399329 1755230208 52820 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=19476/tid=19480] ppid=19474 vsize=1714092 CPUtime=0
/proc/19476/task/19480/stat : 19480 (java) S 19474 19476 19431 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 188399330 1755230208 52820 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19476/tid=19481] ppid=19474 vsize=1714092 CPUtime=0
/proc/19476/task/19481/stat : 19481 (java) S 19474 19476 19431 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 188399330 1755230208 52820 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19476/tid=19482] ppid=19474 vsize=1714092 CPUtime=0
/proc/19476/task/19482/stat : 19482 (java) S 19474 19476 19431 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 188399333 1755230208 52820 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19476/tid=19483] ppid=19474 vsize=1714092 CPUtime=0
/proc/19476/task/19483/stat : 19483 (java) S 19474 19476 19431 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 188399333 1755230208 52820 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19476/tid=19484] ppid=19474 vsize=1714092 CPUtime=0.81
/proc/19476/task/19484/stat : 19484 (java) S 19474 19476 19431 0 -1 64 1279 0 0 0 81 0 0 0 17 0 13 0 188399333 1755230208 52820 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19476/tid=19485] ppid=19474 vsize=1714092 CPUtime=0.81
/proc/19476/task/19485/stat : 19485 (java) S 19474 19476 19431 0 -1 64 2171 0 0 0 81 0 0 0 16 0 13 0 188399333 1755230208 52820 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19476/tid=19486] ppid=19474 vsize=1714092 CPUtime=0
/proc/19476/task/19486/stat : 19486 (java) S 19474 19476 19431 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 188399333 1755230208 52820 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19476/tid=19487] ppid=19474 vsize=1714092 CPUtime=0
/proc/19476/task/19487/stat : 19487 (java) S 19474 19476 19431 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 188399333 1755230208 52820 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19476/tid=19488] ppid=19474 vsize=1714092 CPUtime=0
/proc/19476/task/19488/stat : 19488 (java) S 19474 19476 19431 0 -1 64 4 0 0 0 0 0 0 0 18 0 13 0 188399401 1755230208 52820 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 21.53
Current children cumulated vsize (Kb) 1714092

[startup+30.0156 s]
/proc/loadavg: 1.11 1.02 0.96 2/76 19488
/proc/meminfo: memFree=1288160/2055920 swapFree=4180996/4192956
[pid=19476] ppid=19474 vsize=1714092 CPUtime=31.61
/proc/19476/stat : 19476 (java) R 19474 19476 19431 0 -1 0 60748 0 1 0 3135 26 0 0 23 0 13 0 188399323 1755230208 54960 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071474067 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/19476/statm: 428523 54960 1911 14 0 415270 0
[pid=19476/tid=19477] ppid=19474 vsize=1714092 CPUtime=0.46
/proc/19476/task/19477/stat : 19477 (java) S 19474 19476 19431 0 -1 64 10347 0 0 0 41 5 0 0 16 0 13 0 188399327 1755230208 54960 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19476/tid=19478] ppid=19474 vsize=1714092 CPUtime=0.47
/proc/19476/task/19478/stat : 19478 (java) S 19474 19476 19431 0 -1 64 9906 0 0 0 43 4 0 0 16 0 13 0 188399327 1755230208 54960 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19476/tid=19479] ppid=19474 vsize=1714092 CPUtime=0
/proc/19476/task/19479/stat : 19479 (java) S 19474 19476 19431 0 -1 64 33 0 0 0 0 0 0 0 16 0 13 0 188399329 1755230208 54960 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=19476/tid=19480] ppid=19474 vsize=1714092 CPUtime=0
/proc/19476/task/19480/stat : 19480 (java) S 19474 19476 19431 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 188399330 1755230208 54960 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19476/tid=19481] ppid=19474 vsize=1714092 CPUtime=0
/proc/19476/task/19481/stat : 19481 (java) S 19474 19476 19431 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 188399330 1755230208 54960 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19476/tid=19482] ppid=19474 vsize=1714092 CPUtime=0
/proc/19476/task/19482/stat : 19482 (java) S 19474 19476 19431 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 188399333 1755230208 54960 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19476/tid=19483] ppid=19474 vsize=1714092 CPUtime=0
/proc/19476/task/19483/stat : 19483 (java) S 19474 19476 19431 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 188399333 1755230208 54960 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19476/tid=19484] ppid=19474 vsize=1714092 CPUtime=0.81
/proc/19476/task/19484/stat : 19484 (java) S 19474 19476 19431 0 -1 64 1279 0 0 0 81 0 0 0 17 0 13 0 188399333 1755230208 54960 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19476/tid=19485] ppid=19474 vsize=1714092 CPUtime=0.81
/proc/19476/task/19485/stat : 19485 (java) S 19474 19476 19431 0 -1 64 2171 0 0 0 81 0 0 0 16 0 13 0 188399333 1755230208 54960 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19476/tid=19486] ppid=19474 vsize=1714092 CPUtime=0
/proc/19476/task/19486/stat : 19486 (java) S 19474 19476 19431 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 188399333 1755230208 54960 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19476/tid=19487] ppid=19474 vsize=1714092 CPUtime=0
/proc/19476/task/19487/stat : 19487 (java) S 19474 19476 19431 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 188399333 1755230208 54960 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19476/tid=19488] ppid=19474 vsize=1714092 CPUtime=0
/proc/19476/task/19488/stat : 19488 (java) S 19474 19476 19431 0 -1 64 4 0 0 0 0 0 0 0 18 0 13 0 188399401 1755230208 54960 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 31.61
Current children cumulated vsize (Kb) 1714092

[startup+40.0225 s]
/proc/loadavg: 1.10 1.01 0.96 2/76 19488
/proc/meminfo: memFree=1269088/2055920 swapFree=4180996/4192956
[pid=19476] ppid=19474 vsize=1714092 CPUtime=41.75
/proc/19476/stat : 19476 (java) R 19474 19476 19431 0 -1 0 67263 0 1 0 4145 30 0 0 25 0 13 0 188399323 1755230208 59687 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071651259 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/19476/statm: 428523 59687 1911 14 0 415270 0
[pid=19476/tid=19477] ppid=19474 vsize=1714092 CPUtime=0.59
/proc/19476/task/19477/stat : 19477 (java) S 19474 19476 19431 0 -1 64 13855 0 0 0 52 7 0 0 16 0 13 0 188399327 1755230208 59687 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19476/tid=19478] ppid=19474 vsize=1714092 CPUtime=0.59
/proc/19476/task/19478/stat : 19478 (java) S 19474 19476 19431 0 -1 64 12903 0 0 0 54 5 0 0 16 0 13 0 188399327 1755230208 59687 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19476/tid=19479] ppid=19474 vsize=1714092 CPUtime=0
/proc/19476/task/19479/stat : 19479 (java) S 19474 19476 19431 0 -1 64 33 0 0 0 0 0 0 0 17 0 13 0 188399329 1755230208 59687 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=19476/tid=19480] ppid=19474 vsize=1714092 CPUtime=0
/proc/19476/task/19480/stat : 19480 (java) S 19474 19476 19431 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 188399330 1755230208 59687 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19476/tid=19481] ppid=19474 vsize=1714092 CPUtime=0
/proc/19476/task/19481/stat : 19481 (java) S 19474 19476 19431 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 188399330 1755230208 59687 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19476/tid=19482] ppid=19474 vsize=1714092 CPUtime=0
/proc/19476/task/19482/stat : 19482 (java) S 19474 19476 19431 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 188399333 1755230208 59687 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19476/tid=19483] ppid=19474 vsize=1714092 CPUtime=0
/proc/19476/task/19483/stat : 19483 (java) S 19474 19476 19431 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 188399333 1755230208 59687 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19476/tid=19484] ppid=19474 vsize=1714092 CPUtime=0.81
/proc/19476/task/19484/stat : 19484 (java) S 19474 19476 19431 0 -1 64 1279 0 0 0 81 0 0 0 17 0 13 0 188399333 1755230208 59687 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19476/tid=19485] ppid=19474 vsize=1714092 CPUtime=0.81
/proc/19476/task/19485/stat : 19485 (java) S 19474 19476 19431 0 -1 64 2171 0 0 0 81 0 0 0 16 0 13 0 188399333 1755230208 59687 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19476/tid=19486] ppid=19474 vsize=1714092 CPUtime=0
/proc/19476/task/19486/stat : 19486 (java) S 19474 19476 19431 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 188399333 1755230208 59687 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19476/tid=19487] ppid=19474 vsize=1714092 CPUtime=0
/proc/19476/task/19487/stat : 19487 (java) S 19474 19476 19431 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 188399333 1755230208 59687 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19476/tid=19488] ppid=19474 vsize=1714092 CPUtime=0
/proc/19476/task/19488/stat : 19488 (java) S 19474 19476 19431 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 188399401 1755230208 59687 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 41.75
Current children cumulated vsize (Kb) 1714092

[startup+50.0293 s]
/proc/loadavg: 1.08 1.01 0.96 2/76 19488
/proc/meminfo: memFree=1279136/2055920 swapFree=4180996/4192956
[pid=19476] ppid=19474 vsize=1714092 CPUtime=51.8
/proc/19476/stat : 19476 (java) R 19474 19476 19431 0 -1 0 68102 0 1 0 5149 31 0 0 23 0 13 0 188399323 1755230208 57129 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071651936 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/19476/statm: 428523 57129 1911 14 0 415270 0
[pid=19476/tid=19477] ppid=19474 vsize=1714092 CPUtime=0.64
/proc/19476/task/19477/stat : 19477 (java) S 19474 19476 19431 0 -1 64 14071 0 0 0 57 7 0 0 16 0 13 0 188399327 1755230208 57129 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19476/tid=19478] ppid=19474 vsize=1714092 CPUtime=0.65
/proc/19476/task/19478/stat : 19478 (java) S 19474 19476 19431 0 -1 64 13512 0 0 0 60 5 0 0 15 0 13 0 188399327 1755230208 57129 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19476/tid=19479] ppid=19474 vsize=1714092 CPUtime=0.01
/proc/19476/task/19479/stat : 19479 (java) S 19474 19476 19431 0 -1 64 33 0 0 0 0 1 0 0 15 0 13 0 188399329 1755230208 57129 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=19476/tid=19480] ppid=19474 vsize=1714092 CPUtime=0
/proc/19476/task/19480/stat : 19480 (java) S 19474 19476 19431 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 188399330 1755230208 57129 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19476/tid=19481] ppid=19474 vsize=1714092 CPUtime=0
/proc/19476/task/19481/stat : 19481 (java) S 19474 19476 19431 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 188399330 1755230208 57129 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19476/tid=19482] ppid=19474 vsize=1714092 CPUtime=0
/proc/19476/task/19482/stat : 19482 (java) S 19474 19476 19431 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 188399333 1755230208 57129 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19476/tid=19483] ppid=19474 vsize=1714092 CPUtime=0
/proc/19476/task/19483/stat : 19483 (java) S 19474 19476 19431 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 188399333 1755230208 57129 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19476/tid=19484] ppid=19474 vsize=1714092 CPUtime=0.81
/proc/19476/task/19484/stat : 19484 (java) S 19474 19476 19431 0 -1 64 1279 0 0 0 81 0 0 0 17 0 13 0 188399333 1755230208 57129 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19476/tid=19485] ppid=19474 vsize=1714092 CPUtime=0.81
/proc/19476/task/19485/stat : 19485 (java) S 19474 19476 19431 0 -1 64 2171 0 0 0 81 0 0 0 16 0 13 0 188399333 1755230208 57129 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19476/tid=19486] ppid=19474 vsize=1714092 CPUtime=0
/proc/19476/task/19486/stat : 19486 (java) S 19474 19476 19431 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 188399333 1755230208 57129 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19476/tid=19487] ppid=19474 vsize=1714092 CPUtime=0
/proc/19476/task/19487/stat : 19487 (java) S 19474 19476 19431 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 188399333 1755230208 57129 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19476/tid=19488] ppid=19474 vsize=1714092 CPUtime=0
/proc/19476/task/19488/stat : 19488 (java) S 19474 19476 19431 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 188399401 1755230208 57129 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 51.8
Current children cumulated vsize (Kb) 1714092

[startup+60.0361 s]
/proc/loadavg: 1.07 1.01 0.96 2/76 19488
/proc/meminfo: memFree=1288544/2055920 swapFree=4180996/4192956
[pid=19476] ppid=19474 vsize=1714092 CPUtime=61.86
/proc/19476/stat : 19476 (java) R 19474 19476 19431 0 -1 0 68911 0 1 0 6154 32 0 0 25 0 13 0 188399323 1755230208 54805 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071625600 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/19476/statm: 428523 54805 1911 14 0 415270 0
[pid=19476/tid=19477] ppid=19474 vsize=1714092 CPUtime=0.69
/proc/19476/task/19477/stat : 19477 (java) S 19474 19476 19431 0 -1 64 14350 0 0 0 62 7 0 0 16 0 13 0 188399327 1755230208 54805 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19476/tid=19478] ppid=19474 vsize=1714092 CPUtime=0.73
/proc/19476/task/19478/stat : 19478 (java) S 19474 19476 19431 0 -1 64 14027 0 0 0 67 6 0 0 16 0 13 0 188399327 1755230208 54805 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19476/tid=19479] ppid=19474 vsize=1714092 CPUtime=0.02
/proc/19476/task/19479/stat : 19479 (java) S 19474 19476 19431 0 -1 64 33 0 0 0 1 1 0 0 16 0 13 0 188399329 1755230208 54805 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=19476/tid=19480] ppid=19474 vsize=1714092 CPUtime=0
/proc/19476/task/19480/stat : 19480 (java) S 19474 19476 19431 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 188399330 1755230208 54805 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19476/tid=19481] ppid=19474 vsize=1714092 CPUtime=0
/proc/19476/task/19481/stat : 19481 (java) S 19474 19476 19431 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 188399330 1755230208 54805 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19476/tid=19482] ppid=19474 vsize=1714092 CPUtime=0
/proc/19476/task/19482/stat : 19482 (java) S 19474 19476 19431 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 188399333 1755230208 54805 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0

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

[pid=19476/tid=19480] ppid=19474 vsize=1714092 CPUtime=0
/proc/19476/task/19480/stat : 19480 (java) S 19474 19476 19431 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 188399330 1755230208 292732 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19476/tid=19481] ppid=19474 vsize=1714092 CPUtime=0
/proc/19476/task/19481/stat : 19481 (java) S 19474 19476 19431 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 188399330 1755230208 292732 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19476/tid=19482] ppid=19474 vsize=1714092 CPUtime=0
/proc/19476/task/19482/stat : 19482 (java) S 19474 19476 19431 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 188399333 1755230208 292732 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19476/tid=19483] ppid=19474 vsize=1714092 CPUtime=0
/proc/19476/task/19483/stat : 19483 (java) S 19474 19476 19431 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 188399333 1755230208 292732 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19476/tid=19484] ppid=19474 vsize=1714092 CPUtime=0.81
/proc/19476/task/19484/stat : 19484 (java) S 19474 19476 19431 0 -1 64 1279 0 0 0 81 0 0 0 17 0 13 0 188399333 1755230208 292732 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19476/tid=19485] ppid=19474 vsize=1714092 CPUtime=0.81
/proc/19476/task/19485/stat : 19485 (java) S 19474 19476 19431 0 -1 64 2171 0 0 0 81 0 0 0 16 0 13 0 188399333 1755230208 292732 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19476/tid=19486] ppid=19474 vsize=1714092 CPUtime=0
/proc/19476/task/19486/stat : 19486 (java) S 19474 19476 19431 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 188399333 1755230208 292732 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19476/tid=19487] ppid=19474 vsize=1714092 CPUtime=0
/proc/19476/task/19487/stat : 19487 (java) S 19474 19476 19431 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 188399333 1755230208 292732 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19476/tid=19488] ppid=19474 vsize=1714092 CPUtime=0
/proc/19476/task/19488/stat : 19488 (java) S 19474 19476 19431 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 188399401 1755230208 292732 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1795.96
Current children cumulated vsize (Kb) 1714092

[startup+1761.34 s]
/proc/loadavg: 1.04 1.04 1.00 2/76 19683
/proc/meminfo: memFree=333792/2055920 swapFree=4180996/4192956
[pid=19476] ppid=19474 vsize=1714092 CPUtime=1797
/proc/19476/stat : 19476 (java) R 19474 19476 19431 0 -1 0 337563 0 1 0 179514 186 0 0 18 0 13 0 188399323 1755230208 292869 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071625511 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/19476/statm: 428523 292869 1911 14 0 415270 0
[pid=19476/tid=19477] ppid=19474 vsize=1714092 CPUtime=35.72
/proc/19476/task/19477/stat : 19477 (java) S 19474 19476 19431 0 -1 64 145072 0 0 0 3502 70 0 0 17 0 13 0 188399327 1755230208 292869 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19476/tid=19478] ppid=19474 vsize=1714092 CPUtime=35.71
/proc/19476/task/19478/stat : 19478 (java) S 19474 19476 19431 0 -1 64 138812 0 0 0 3507 64 0 0 16 0 13 0 188399327 1755230208 292869 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19476/tid=19479] ppid=19474 vsize=1714092 CPUtime=0.42
/proc/19476/task/19479/stat : 19479 (java) S 19474 19476 19431 0 -1 64 75 0 0 0 27 15 0 0 16 0 13 0 188399329 1755230208 292869 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=19476/tid=19480] ppid=19474 vsize=1714092 CPUtime=0
/proc/19476/task/19480/stat : 19480 (java) S 19474 19476 19431 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 188399330 1755230208 292869 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19476/tid=19481] ppid=19474 vsize=1714092 CPUtime=0
/proc/19476/task/19481/stat : 19481 (java) S 19474 19476 19431 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 188399330 1755230208 292869 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19476/tid=19482] ppid=19474 vsize=1714092 CPUtime=0
/proc/19476/task/19482/stat : 19482 (java) S 19474 19476 19431 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 188399333 1755230208 292869 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19476/tid=19483] ppid=19474 vsize=1714092 CPUtime=0
/proc/19476/task/19483/stat : 19483 (java) S 19474 19476 19431 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 188399333 1755230208 292869 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19476/tid=19484] ppid=19474 vsize=1714092 CPUtime=0.81
/proc/19476/task/19484/stat : 19484 (java) S 19474 19476 19431 0 -1 64 1279 0 0 0 81 0 0 0 17 0 13 0 188399333 1755230208 292869 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19476/tid=19485] ppid=19474 vsize=1714092 CPUtime=0.81
/proc/19476/task/19485/stat : 19485 (java) S 19474 19476 19431 0 -1 64 2171 0 0 0 81 0 0 0 16 0 13 0 188399333 1755230208 292869 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19476/tid=19486] ppid=19474 vsize=1714092 CPUtime=0
/proc/19476/task/19486/stat : 19486 (java) S 19474 19476 19431 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 188399333 1755230208 292869 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19476/tid=19487] ppid=19474 vsize=1714092 CPUtime=0
/proc/19476/task/19487/stat : 19487 (java) S 19474 19476 19431 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 188399333 1755230208 292869 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19476/tid=19488] ppid=19474 vsize=1714092 CPUtime=0
/proc/19476/task/19488/stat : 19488 (java) S 19474 19476 19431 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 188399401 1755230208 292869 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1797
Current children cumulated vsize (Kb) 1714092

[startup+1762.35 s]
/proc/loadavg: 1.04 1.04 1.00 2/76 19683
/proc/meminfo: memFree=333664/2055920 swapFree=4180996/4192956
[pid=19476] ppid=19474 vsize=1714092 CPUtime=1798.04
/proc/19476/stat : 19476 (java) R 19474 19476 19431 0 -1 0 337589 0 1 0 179618 186 0 0 19 0 13 0 188399323 1755230208 292894 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071625604 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/19476/statm: 428523 292894 1911 14 0 415270 0
[pid=19476/tid=19477] ppid=19474 vsize=1714092 CPUtime=35.76
/proc/19476/task/19477/stat : 19477 (java) S 19474 19476 19431 0 -1 64 145092 0 0 0 3506 70 0 0 16 0 13 0 188399327 1755230208 292894 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19476/tid=19478] ppid=19474 vsize=1714092 CPUtime=35.75
/proc/19476/task/19478/stat : 19478 (java) S 19474 19476 19431 0 -1 64 138817 0 0 0 3511 64 0 0 16 0 13 0 188399327 1755230208 292894 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19476/tid=19479] ppid=19474 vsize=1714092 CPUtime=0.42
/proc/19476/task/19479/stat : 19479 (java) S 19474 19476 19431 0 -1 64 75 0 0 0 27 15 0 0 16 0 13 0 188399329 1755230208 292894 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=19476/tid=19480] ppid=19474 vsize=1714092 CPUtime=0
/proc/19476/task/19480/stat : 19480 (java) S 19474 19476 19431 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 188399330 1755230208 292894 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19476/tid=19481] ppid=19474 vsize=1714092 CPUtime=0
/proc/19476/task/19481/stat : 19481 (java) S 19474 19476 19431 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 188399330 1755230208 292894 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19476/tid=19482] ppid=19474 vsize=1714092 CPUtime=0
/proc/19476/task/19482/stat : 19482 (java) S 19474 19476 19431 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 188399333 1755230208 292894 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19476/tid=19483] ppid=19474 vsize=1714092 CPUtime=0
/proc/19476/task/19483/stat : 19483 (java) S 19474 19476 19431 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 188399333 1755230208 292894 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19476/tid=19484] ppid=19474 vsize=1714092 CPUtime=0.81
/proc/19476/task/19484/stat : 19484 (java) S 19474 19476 19431 0 -1 64 1279 0 0 0 81 0 0 0 17 0 13 0 188399333 1755230208 292894 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19476/tid=19485] ppid=19474 vsize=1714092 CPUtime=0.81
/proc/19476/task/19485/stat : 19485 (java) S 19474 19476 19431 0 -1 64 2171 0 0 0 81 0 0 0 16 0 13 0 188399333 1755230208 292894 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19476/tid=19486] ppid=19474 vsize=1714092 CPUtime=0
/proc/19476/task/19486/stat : 19486 (java) S 19474 19476 19431 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 188399333 1755230208 292894 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19476/tid=19487] ppid=19474 vsize=1714092 CPUtime=0
/proc/19476/task/19487/stat : 19487 (java) S 19474 19476 19431 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 188399333 1755230208 292894 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19476/tid=19488] ppid=19474 vsize=1714092 CPUtime=0
/proc/19476/task/19488/stat : 19488 (java) S 19474 19476 19431 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 188399401 1755230208 292894 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1798.04
Current children cumulated vsize (Kb) 1714092

[startup+1763.36 s]
/proc/loadavg: 1.04 1.04 1.00 2/76 19683
/proc/meminfo: memFree=332896/2055920 swapFree=4180996/4192956
[pid=19476] ppid=19474 vsize=1714092 CPUtime=1799.09
/proc/19476/stat : 19476 (java) R 19474 19476 19431 0 -1 0 337820 0 1 0 179723 186 0 0 19 0 13 0 188399323 1755230208 293099 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071579425 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/19476/statm: 428523 293099 1911 14 0 415270 0
[pid=19476/tid=19477] ppid=19474 vsize=1714092 CPUtime=35.79
/proc/19476/task/19477/stat : 19477 (java) S 19474 19476 19431 0 -1 64 145197 0 0 0 3509 70 0 0 16 0 13 0 188399327 1755230208 293099 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19476/tid=19478] ppid=19474 vsize=1714092 CPUtime=35.79
/proc/19476/task/19478/stat : 19478 (java) S 19474 19476 19431 0 -1 64 138942 0 0 0 3515 64 0 0 16 0 13 0 188399327 1755230208 293099 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19476/tid=19479] ppid=19474 vsize=1714092 CPUtime=0.42
/proc/19476/task/19479/stat : 19479 (java) S 19474 19476 19431 0 -1 64 75 0 0 0 27 15 0 0 16 0 13 0 188399329 1755230208 293099 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=19476/tid=19480] ppid=19474 vsize=1714092 CPUtime=0
/proc/19476/task/19480/stat : 19480 (java) S 19474 19476 19431 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 188399330 1755230208 293099 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19476/tid=19481] ppid=19474 vsize=1714092 CPUtime=0
/proc/19476/task/19481/stat : 19481 (java) S 19474 19476 19431 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 188399330 1755230208 293099 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19476/tid=19482] ppid=19474 vsize=1714092 CPUtime=0
/proc/19476/task/19482/stat : 19482 (java) S 19474 19476 19431 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 188399333 1755230208 293099 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19476/tid=19483] ppid=19474 vsize=1714092 CPUtime=0
/proc/19476/task/19483/stat : 19483 (java) S 19474 19476 19431 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 188399333 1755230208 293099 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19476/tid=19484] ppid=19474 vsize=1714092 CPUtime=0.81
/proc/19476/task/19484/stat : 19484 (java) S 19474 19476 19431 0 -1 64 1279 0 0 0 81 0 0 0 17 0 13 0 188399333 1755230208 293099 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19476/tid=19485] ppid=19474 vsize=1714092 CPUtime=0.81
/proc/19476/task/19485/stat : 19485 (java) S 19474 19476 19431 0 -1 64 2171 0 0 0 81 0 0 0 16 0 13 0 188399333 1755230208 293099 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19476/tid=19486] ppid=19474 vsize=1714092 CPUtime=0
/proc/19476/task/19486/stat : 19486 (java) S 19474 19476 19431 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 188399333 1755230208 293099 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19476/tid=19487] ppid=19474 vsize=1714092 CPUtime=0
/proc/19476/task/19487/stat : 19487 (java) S 19474 19476 19431 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 188399333 1755230208 293099 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19476/tid=19488] ppid=19474 vsize=1714092 CPUtime=0
/proc/19476/task/19488/stat : 19488 (java) S 19474 19476 19431 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 188399401 1755230208 293099 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1799.09
Current children cumulated vsize (Kb) 1714092

[startup+1764.36 s]
/proc/loadavg: 1.04 1.04 1.00 2/76 19683
/proc/meminfo: memFree=332512/2055920 swapFree=4180996/4192956
[pid=19476] ppid=19474 vsize=1714092 CPUtime=1800.14
/proc/19476/stat : 19476 (java) R 19474 19476 19431 0 -1 0 337907 0 1 0 179827 187 0 0 20 0 13 0 188399323 1755230208 293185 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071514295 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/19476/statm: 428523 293185 1911 14 0 415270 0
[pid=19476/tid=19477] ppid=19474 vsize=1714092 CPUtime=35.83
/proc/19476/task/19477/stat : 19477 (java) S 19474 19476 19431 0 -1 64 145202 0 0 0 3513 70 0 0 17 0 13 0 188399327 1755230208 293185 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19476/tid=19478] ppid=19474 vsize=1714092 CPUtime=35.83
/proc/19476/task/19478/stat : 19478 (java) S 19474 19476 19431 0 -1 64 139023 0 0 0 3518 65 0 0 16 0 13 0 188399327 1755230208 293185 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19476/tid=19479] ppid=19474 vsize=1714092 CPUtime=0.42
/proc/19476/task/19479/stat : 19479 (java) S 19474 19476 19431 0 -1 64 75 0 0 0 27 15 0 0 16 0 13 0 188399329 1755230208 293185 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=19476/tid=19480] ppid=19474 vsize=1714092 CPUtime=0
/proc/19476/task/19480/stat : 19480 (java) S 19474 19476 19431 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 188399330 1755230208 293185 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19476/tid=19481] ppid=19474 vsize=1714092 CPUtime=0
/proc/19476/task/19481/stat : 19481 (java) S 19474 19476 19431 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 188399330 1755230208 293185 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19476/tid=19482] ppid=19474 vsize=1714092 CPUtime=0
/proc/19476/task/19482/stat : 19482 (java) S 19474 19476 19431 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 188399333 1755230208 293185 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19476/tid=19483] ppid=19474 vsize=1714092 CPUtime=0
/proc/19476/task/19483/stat : 19483 (java) S 19474 19476 19431 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 188399333 1755230208 293185 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19476/tid=19484] ppid=19474 vsize=1714092 CPUtime=0.81
/proc/19476/task/19484/stat : 19484 (java) S 19474 19476 19431 0 -1 64 1279 0 0 0 81 0 0 0 17 0 13 0 188399333 1755230208 293185 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19476/tid=19485] ppid=19474 vsize=1714092 CPUtime=0.81
/proc/19476/task/19485/stat : 19485 (java) S 19474 19476 19431 0 -1 64 2171 0 0 0 81 0 0 0 16 0 13 0 188399333 1755230208 293185 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19476/tid=19486] ppid=19474 vsize=1714092 CPUtime=0
/proc/19476/task/19486/stat : 19486 (java) S 19474 19476 19431 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 188399333 1755230208 293185 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19476/tid=19487] ppid=19474 vsize=1714092 CPUtime=0
/proc/19476/task/19487/stat : 19487 (java) S 19474 19476 19431 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 188399333 1755230208 293185 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19476/tid=19488] ppid=19474 vsize=1714092 CPUtime=0
/proc/19476/task/19488/stat : 19488 (java) S 19474 19476 19431 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 188399401 1755230208 293185 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.14
Current children cumulated vsize (Kb) 1714092



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1764.37 s]
/proc/loadavg: 1.04 1.04 1.00 2/76 19683
/proc/meminfo: memFree=332512/2055920 swapFree=4180996/4192956
[pid=19476] ppid=19474 vsize=1714092 CPUtime=1800.14
/proc/19476/stat : 19476 (java) R 19474 19476 19431 0 -1 0 337907 0 1 0 179827 187 0 0 20 0 13 0 188399323 1755230208 293185 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071489772 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/19476/statm: 428523 293185 1911 14 0 415270 0
[pid=19476/tid=19477] ppid=19474 vsize=1714092 CPUtime=35.83
/proc/19476/task/19477/stat : 19477 (java) S 19474 19476 19431 0 -1 64 145202 0 0 0 3513 70 0 0 17 0 13 0 188399327 1755230208 293185 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19476/tid=19478] ppid=19474 vsize=1714092 CPUtime=35.83
/proc/19476/task/19478/stat : 19478 (java) S 19474 19476 19431 0 -1 64 139023 0 0 0 3518 65 0 0 16 0 13 0 188399327 1755230208 293185 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19476/tid=19479] ppid=19474 vsize=1714092 CPUtime=0.42
/proc/19476/task/19479/stat : 19479 (java) S 19474 19476 19431 0 -1 64 75 0 0 0 27 15 0 0 16 0 13 0 188399329 1755230208 293185 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=19476/tid=19480] ppid=19474 vsize=1714092 CPUtime=0
/proc/19476/task/19480/stat : 19480 (java) S 19474 19476 19431 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 188399330 1755230208 293185 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19476/tid=19481] ppid=19474 vsize=1714092 CPUtime=0
/proc/19476/task/19481/stat : 19481 (java) S 19474 19476 19431 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 188399330 1755230208 293185 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19476/tid=19482] ppid=19474 vsize=1714092 CPUtime=0
/proc/19476/task/19482/stat : 19482 (java) S 19474 19476 19431 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 188399333 1755230208 293185 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19476/tid=19483] ppid=19474 vsize=1714092 CPUtime=0
/proc/19476/task/19483/stat : 19483 (java) S 19474 19476 19431 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 188399333 1755230208 293185 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19476/tid=19484] ppid=19474 vsize=1714092 CPUtime=0.81
/proc/19476/task/19484/stat : 19484 (java) S 19474 19476 19431 0 -1 64 1279 0 0 0 81 0 0 0 17 0 13 0 188399333 1755230208 293185 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19476/tid=19485] ppid=19474 vsize=1714092 CPUtime=0.81
/proc/19476/task/19485/stat : 19485 (java) S 19474 19476 19431 0 -1 64 2171 0 0 0 81 0 0 0 16 0 13 0 188399333 1755230208 293185 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19476/tid=19486] ppid=19474 vsize=1714092 CPUtime=0
/proc/19476/task/19486/stat : 19486 (java) S 19474 19476 19431 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 188399333 1755230208 293185 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19476/tid=19487] ppid=19474 vsize=1714092 CPUtime=0
/proc/19476/task/19487/stat : 19487 (java) S 19474 19476 19431 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 188399333 1755230208 293185 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19476/tid=19488] ppid=19474 vsize=1714092 CPUtime=0
/proc/19476/task/19488/stat : 19488 (java) S 19474 19476 19431 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 188399401 1755230208 293185 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.14
Current children cumulated vsize (Kb) 1714092

Sending SIGTERM to -19476
Sleeping 2 seconds

Child status: 143
Real time (s): 1764.6
CPU time (s): 1800.38
CPU user time (s): 1798.32
CPU system time (s): 2.05269
CPU usage (%): 102.027
Max. virtual memory (cumulated for all children) (Kb): 1714192

Launcher Data (download as text)

Begin job on node17 on Fri Jun  2 05:49:20 UTC 2006


FILE ID= 43650-1149227360

PBS_JOBID= 296075

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

MD5SUM SOLVER= e9637a7554f3ecdf74c1815f89d00213
MD5SUM BENCH=  d807de21f10c00acae1479f7b1348df5

RANDOM SEED= 851936064


/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.278
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.278
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1501048 kB
Buffers:         32532 kB
Cached:         458892 kB
SwapCached:       3752 kB
Active:         331644 kB
Inactive:       168528 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1501048 kB
SwapTotal:     4192956 kB
SwapFree:      4180996 kB
Dirty:             264 kB
Writeback:           0 kB
Mapped:          14704 kB
Slab:            40668 kB
Committed_AS:   206540 kB
PageTables:       1476 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB


End job on node17 on Fri Jun  2 06:18:45 UTC 2006