Trace number 2662136

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. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
SAT4J PB RES // CP 2.2.0 2010-05-31? (exit code) 221.058 204.22

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/
plato.asu.edu/pub/lptestset/fome/normalized-mps-v2-20-10-fome13.opb
MD5SUMe3f30a3ccce8a834fba8f93335c22413
Bench CategoryOPT-BIGINT (optimisation, big integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables2933624
Total number of constraints48672
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints48672
Minimum length of a constraint13
Maximum length of a constraint6840
Number of terms in the objective function 1496264
Biggest coefficient in the objective function 2150851580428025856
Number of bits for the biggest coefficient in the objective function 61
Sum of the numbers in the objective function 7062021246795700082208
Number of bits of the sum of numbers in the objective function 73
Biggest number in a constraint 53687091200000000000
Number of bits of the biggest number in a constraint 66
Biggest sum of numbers in a constraint 7062021246795700082208
Number of bits of the biggest sum of numbers73
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.08/0.15	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.08/0.15	c This is free software under the dual EPL/GNU LGPL licenses.
0.08/0.15	c See www.sat4j.org for details.
0.08/0.16	c version 2.2.0.v20100531
0.08/0.16	c java.runtime.name	Java(TM) SE Runtime Environment
0.08/0.16	c java.vm.name		Java HotSpot(TM) Server VM
0.08/0.16	c java.vm.version	11.2-b01
0.08/0.16	c java.vm.vendor	Sun Microsystems Inc.
0.08/0.16	c sun.arch.data.model	32
0.08/0.16	c java.version		1.6.0_12
0.08/0.16	c os.name		Linux
0.08/0.16	c os.version		2.6.18-164.el5
0.08/0.16	c os.arch		i386
0.08/0.16	c Free memory 		1393557488
0.08/0.16	c Max memory 		1395916800
0.08/0.16	c Total memory 		1395916800
0.08/0.16	c Number of processors 	2
0.22/0.22	c Pseudo Boolean Optimization
0.22/0.22	c ManyCore solver with 2 solvers running in parallel
0.22/0.22	c --- Begin Solver configuration ---
0.22/0.22	c Stops conflict analysis at the first Unique Implication Point
0.22/0.22	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@1f436f5
0.22/0.22	c Learn all clauses as in MiniSAT
0.22/0.22	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.22/0.22	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.22/0.22	c Expensive reason simplification
0.22/0.22	c Armin Biere (Picosat) restarts strategy
0.22/0.22	c Glucose learned constraints deletion strategy
0.22/0.22	c timeout=2147483s
0.22/0.22	c DB Simplification allowed=false
0.22/0.22	c --- End Solver configuration ---
0.22/0.22	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.22/0.22	c --- Begin Solver configuration ---
0.22/0.22	c Stops conflict analysis at the first Unique Implication Point
0.22/0.22	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@18385e3
0.22/0.22	c Learn all clauses as in MiniSAT
0.22/0.22	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.22/0.22	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.22/0.22	c No reason simplification
0.22/0.22	c Armin Biere (Picosat) restarts strategy
0.22/0.22	c Glucose learned constraints deletion strategy
0.22/0.22	c timeout=2147483s
0.22/0.22	c DB Simplification allowed=false
0.22/0.22	c --- End Solver configuration ---
0.22/0.22	
0.22/0.22	c solving HOME/instance-2662136-1276517307.opb
0.22/0.22	c reading problem ... 
189.04/172.23	Exception in thread "main" java.lang.OutOfMemoryError: GC overhead limit exceeded
189.04/172.23		at java.math.BigInteger.add(Unknown Source)
189.04/172.23		at org.sat4j.pb.constraints.pb.MaxWatchPb.computeWatches(Unknown Source)
189.04/172.23		at org.sat4j.pb.constraints.pb.MaxWatchPb.normalizedMaxWatchPbNew(Unknown Source)
189.04/172.23		at org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure.constructPB(Unknown Source)
189.04/172.23		at org.sat4j.pb.constraints.AbstractPBClauseCardConstrDataStructure.constraintFactory(Unknown Source)
189.04/172.23		at org.sat4j.pb.constraints.AbstractPBDataStructureFactory.createPseudoBooleanConstraint(Unknown Source)
189.04/172.23		at org.sat4j.pb.core.PBSolver.addPseudoBoolean(Unknown Source)
189.04/172.23		at org.sat4j.multicore.ManyCorePB.addPseudoBoolean(Unknown Source)
189.04/172.23		at org.sat4j.pb.PBSolverDecorator.addPseudoBoolean(Unknown Source)
189.04/172.23		at org.sat4j.pb.reader.OPBReader2005.endConstraint(Unknown Source)
189.04/172.23		at org.sat4j.pb.reader.OPBReader2010.endConstraint(Unknown Source)
189.04/172.23		at org.sat4j.pb.reader.OPBReader2005.readConstraint(Unknown Source)
189.04/172.23		at org.sat4j.pb.reader.OPBReader2005.parse(Unknown Source)
189.04/172.23		at org.sat4j.pb.reader.OPBReader2005.parseInstance(Unknown Source)
189.04/172.23		at org.sat4j.pb.reader.OPBReader2005.parseInstance(Unknown Source)
189.04/172.23		at org.sat4j.pb.reader.OPBReader2010.parseInstance(Unknown Source)
189.04/172.23		at org.sat4j.reader.Reader.parseInstance(Unknown Source)
189.04/172.23		at org.sat4j.reader.Reader.parseInstance(Unknown Source)
189.04/172.23		at org.sat4j.AbstractLauncher.readProblem(Unknown Source)
189.04/172.23		at org.sat4j.AbstractLauncher.run(Unknown Source)
189.04/172.23		at org.sat4j.multicore.MultiCoreLauncher.main(Unknown Source)
199.84/183.07	c starts		: 0
199.84/183.07	c conflicts		: 0
199.84/183.07	c decisions		: 0
199.84/183.07	c propagations		: 0
199.84/183.07	c inspects		: 0
199.84/183.07	c learnt literals	: 0
220.35/203.59	Exception in thread "Thread-0" java.lang.OutOfMemoryError: GC overhead limit exceeded
220.35/203.59		at java.util.Arrays.copyOf(Unknown Source)
220.35/203.59		at java.lang.AbstractStringBuilder.expandCapacity(Unknown Source)
220.35/203.59		at java.lang.AbstractStringBuilder.append(Unknown Source)
220.35/203.59		at java.lang.StringBuffer.append(Unknown Source)
220.35/203.59		at org.sat4j.minisat.core.SolverStats.printStat(Unknown Source)
220.35/203.59		at org.sat4j.pb.core.PBSolverStats.printStat(Unknown Source)
220.35/203.59		at org.sat4j.minisat.core.Solver.printStat(Unknown Source)
220.35/203.59		at org.sat4j.multicore.ManyCore.printStat(Unknown Source)
220.35/203.59		at org.sat4j.tools.SolverDecorator.printStat(Unknown Source)
220.35/203.59		at org.sat4j.AbstractOptimizationLauncher.displayAnswer(Unknown Source)
220.35/203.59		at org.sat4j.AbstractOptimizationLauncher.displayResult(Unknown Source)
220.35/203.59		at org.sat4j.AbstractLauncher$1.run(Unknown Source)

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2662136-1276517307/watcher-2662136-1276517307 -o /tmp/evaluation-result-2662136-1276517307/solver-2662136-1276517307 -C 1800 -W 2000 -M 1800 java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2662136-1276517307.opb 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.09 1.02 1.01 3/107 28487
/proc/meminfo: memFree=1508632/2059040 swapFree=4140108/4192956
[pid=28487] ppid=28485 vsize=248 CPUtime=0
/proc/28487/stat : 28487 (java) R 28485 28487 27788 0 -1 4194304 282 0 0 0 0 0 0 0 18 0 1 0 25387995 253952 28 1992294400 134512640 134550932 4289120240 18446744073709551615 8401374 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/28487/statm: 62 28 21 10 0 23 0

[startup+0.0919969 s]
/proc/loadavg: 1.09 1.02 1.01 3/107 28487
/proc/meminfo: memFree=1508632/2059040 swapFree=4140108/4192956
[pid=28487] ppid=28485 vsize=1521796 CPUtime=0.07
/proc/28487/stat : 28487 (java) S 28485 28487 27788 0 -1 4202496 3841 0 1 0 5 2 0 0 18 0 7 0 25387995 1558319104 3282 1992294400 134512640 134550932 4289120240 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 1 0 0 0
/proc/28487/statm: 380449 3282 1045 10 0 377759 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 1521796

[startup+0.100997 s]
/proc/loadavg: 1.09 1.02 1.01 3/107 28487
/proc/meminfo: memFree=1508632/2059040 swapFree=4140108/4192956
[pid=28487] ppid=28485 vsize=1523992 CPUtime=0.08
/proc/28487/stat : 28487 (java) S 28485 28487 27788 0 -1 4202496 3915 0 1 0 6 2 0 0 18 0 12 0 25387995 1560567808 3354 1992294400 134512640 134550932 4289120240 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/28487/statm: 380998 3354 1062 10 0 378308 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1523992

[startup+0.300991 s]
/proc/loadavg: 1.09 1.02 1.01 3/107 28487
/proc/meminfo: memFree=1508632/2059040 swapFree=4140108/4192956
[pid=28487] ppid=28485 vsize=1526280 CPUtime=0.34
/proc/28487/stat : 28487 (java) S 28485 28487 27788 0 -1 4202496 18139 0 1 0 26 8 0 0 18 0 12 0 25387995 1562910720 17576 1992294400 134512640 134550932 4289120240 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/28487/statm: 381570 17576 1350 10 0 378873 0
Current children cumulated CPU time (s) 0.34
Current children cumulated vsize (KiB) 1526280

[startup+0.701109 s]
/proc/loadavg: 1.09 1.02 1.01 3/107 28487
/proc/meminfo: memFree=1508632/2059040 swapFree=4140108/4192956
[pid=28487] ppid=28485 vsize=1526700 CPUtime=0.97
/proc/28487/stat : 28487 (java) S 28485 28487 27788 0 -1 4202496 63615 0 1 0 67 30 0 0 18 0 12 0 25387995 1563340800 63051 1992294400 134512640 134550932 4289120240 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/28487/statm: 381675 63051 1381 10 0 378978 0
Current children cumulated CPU time (s) 0.97
Current children cumulated vsize (KiB) 1526700

[startup+1.50117 s]
/proc/loadavg: 1.09 1.02 1.01 2/119 28499
/proc/meminfo: memFree=1259980/2059040 swapFree=4140108/4192956
[pid=28487] ppid=28485 vsize=1527652 CPUtime=1.93
/proc/28487/stat : 28487 (java) S 28485 28487 27788 0 -1 4202496 63905 0 1 0 162 31 0 0 18 0 12 0 25387995 1564315648 63341 1992294400 134512640 134550932 4289120240 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/28487/statm: 381913 63341 1411 10 0 379216 0
[pid=28487/tid=28489] ppid=28485 vsize=1527652 CPUtime=1.22
/proc/28487/task/28489/stat : 28489 (java) R 28485 28487 27788 0 -1 4202560 29573 0 1 0 110 12 0 0 25 0 12 0 25387997 1564315648 63341 1992294400 134512640 134550932 4289120240 18446744073709551615 4108939031 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=28487/tid=28490] ppid=28485 vsize=1527652 CPUtime=0.16
/proc/28487/task/28490/stat : 28490 (java) S 28485 28487 27788 0 -1 4202560 13634 0 0 0 8 8 0 0 17 0 12 0 25387998 1564315648 63341 1992294400 134512640 134550932 4289120240 18446744073709551615 4294960144 0 4 0 16800975 18446604437834019904 0 0 -1 0 0 0 0
[pid=28487/tid=28491] ppid=28485 vsize=1527652 CPUtime=0.16
/proc/28487/task/28491/stat : 28491 (java) S 28485 28487 27788 0 -1 4202560 18658 0 0 0 7 9 0 0 18 0 12 0 25387998 1564315648 63341 1992294400 134512640 134550932 4289120240 18446744073709551615 4294960144 0 4 0 16800975 18446604437834019904 0 0 -1 1 0 0 0
[pid=28487/tid=28492] ppid=28485 vsize=1527652 CPUtime=0
/proc/28487/task/28492/stat : 28492 (java) S 28485 28487 27788 0 -1 4202560 9 0 0 0 0 0 0 0 19 0 12 0 25388000 1564315648 63341 1992294400 134512640 134550932 4289120240 18446744073709551615 4294960144 0 0 0 16800975 18446604437834019904 0 0 -1 0 0 0 0
[pid=28487/tid=28493] ppid=28485 vsize=1527652 CPUtime=0
/proc/28487/task/28493/stat : 28493 (java) S 28485 28487 27788 0 -1 4202560 10 0 0 0 0 0 0 0 19 0 12 0 25388001 1564315648 63341 1992294400 134512640 134550932 4289120240 18446744073709551615 4294960144 0 4 0 16800975 18446604437834019904 0 0 -1 1 0 0 0
[pid=28487/tid=28494] ppid=28485 vsize=1527652 CPUtime=0
/proc/28487/task/28494/stat : 28494 (java) S 28485 28487 27788 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 12 0 25388001 1564315648 63341 1992294400 134512640 134550932 4289120240 18446744073709551615 4294960144 0 4 0 16800975 18446604437834019904 0 0 -1 1 0 0 0
[pid=28487/tid=28495] ppid=28485 vsize=1527652 CPUtime=0
/proc/28487/task/28495/stat : 28495 (java) S 28485 28487 27788 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 25388005 1564315648 63341 1992294400 134512640 134550932 4289120240 18446744073709551615 4294960144 0 4 0 16800975 18446604437834019904 0 0 -1 1 0 0 0
[pid=28487/tid=28496] ppid=28485 vsize=1527652 CPUtime=0.09
/proc/28487/task/28496/stat : 28496 (java) S 28485 28487 27788 0 -1 4202560 134 0 0 0 9 0 0 0 19 0 12 0 25388005 1564315648 63341 1992294400 134512640 134550932 4289120240 18446744073709551615 4294960144 0 4 0 16800975 18446604437834019904 0 0 -1 1 0 0 0
[pid=28487/tid=28497] ppid=28485 vsize=1527652 CPUtime=0.24
/proc/28487/task/28497/stat : 28497 (java) S 28485 28487 27788 0 -1 4202560 834 0 0 0 24 0 0 0 15 0 12 0 25388005 1564315648 63341 1992294400 134512640 134550932 4289120240 18446744073709551615 4294960144 0 4 0 16800975 18446604437834019904 0 0 -1 1 0 0 0
[pid=28487/tid=28498] ppid=28485 vsize=1527652 CPUtime=0
/proc/28487/task/28498/stat : 28498 (java) S 28485 28487 27788 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 25388005 1564315648 63341 1992294400 134512640 134550932 4289120240 18446744073709551615 4294960144 0 4 0 16800975 18446604437834019904 0 0 -1 1 0 0 0
[pid=28487/tid=28499] ppid=28485 vsize=1527652 CPUtime=0
/proc/28487/task/28499/stat : 28499 (java) S 28485 28487 27788 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 25388005 1564315648 63341 1992294400 134512640 134550932 4289120240 18446744073709551615 4294960144 0 4 0 16800975 18446604437834019904 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1.93
Current children cumulated vsize (KiB) 1527652

[startup+3.10132 s]
/proc/loadavg: 1.09 1.02 1.01 3/119 28499
/proc/meminfo: memFree=1213356/2059040 swapFree=4140108/4192956
[pid=28487] ppid=28485 vsize=1527652 CPUtime=3.64
/proc/28487/stat : 28487 (java) S 28485 28487 27788 0 -1 4202496 80416 0 1 0 325 39 0 0 18 0 12 0 25387995 1564315648 79773 1992294400 134512640 134550932 4289120240 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/28487/statm: 381913 79773 1411 10 0 379216 0
[pid=28487/tid=28489] ppid=28485 vsize=1527652 CPUtime=2.71
/proc/28487/task/28489/stat : 28489 (java) R 28485 28487 27788 0 -1 4202560 32014 0 1 0 257 14 0 0 25 0 12 0 25387997 1564315648 79773 1992294400 134512640 134550932 4289120240 18446744073709551615 4108939242 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=28487/tid=28490] ppid=28485 vsize=1527652 CPUtime=0.27
/proc/28487/task/28490/stat : 28490 (java) S 28485 28487 27788 0 -1 4202560 24681 0 0 0 14 13 0 0 16 0 12 0 25387998 1564315648 79773 1992294400 134512640 134550932 4289120240 18446744073709551615 4294960144 0 4 0 16800975 18446604437834019904 0 0 -1 0 0 0 0
[pid=28487/tid=28491] ppid=28485 vsize=1527652 CPUtime=0.29
/proc/28487/task/28491/stat : 28491 (java) S 28485 28487 27788 0 -1 4202560 21677 0 0 0 18 11 0 0 18 0 12 0 25387998 1564315648 79773 1992294400 134512640 134550932 4289120240 18446744073709551615 4294960144 0 4 0 16800975 18446604437834019904 0 0 -1 1 0 0 0
[pid=28487/tid=28492] ppid=28485 vsize=1527652 CPUtime=0
/proc/28487/task/28492/stat : 28492 (java) S 28485 28487 27788 0 -1 4202560 13 0 0 0 0 0 0 0 15 0 12 0 25388000 1564315648 79773 1992294400 134512640 134550932 4289120240 18446744073709551615 4294960144 0 0 0 16800975 18446604437834019904 0 0 -1 0 0 0 0
[pid=28487/tid=28493] ppid=28485 vsize=1527652 CPUtime=0
/proc/28487/task/28493/stat : 28493 (java) S 28485 28487 27788 0 -1 4202560 10 0 0 0 0 0 0 0 19 0 12 0 25388001 1564315648 79773 1992294400 134512640 134550932 4289120240 18446744073709551615 4294960144 0 4 0 16800975 18446604437834019904 0 0 -1 1 0 0 0
[pid=28487/tid=28494] ppid=28485 vsize=1527652 CPUtime=0
/proc/28487/task/28494/stat : 28494 (java) S 28485 28487 27788 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 12 0 25388001 1564315648 79773 1992294400 134512640 134550932 4289120240 18446744073709551615 4294960144 0 4 0 16800975 18446604437834019904 0 0 -1 1 0 0 0
[pid=28487/tid=28495] ppid=28485 vsize=1527652 CPUtime=0
/proc/28487/task/28495/stat : 28495 (java) S 28485 28487 27788 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 25388005 1564315648 79773 1992294400 134512640 134550932 4289120240 18446744073709551615 4294960144 0 4 0 16800975 18446604437834019904 0 0 -1 1 0 0 0
[pid=28487/tid=28496] ppid=28485 vsize=1527652 CPUtime=0.09
/proc/28487/task/28496/stat : 28496 (java) S 28485 28487 27788 0 -1 4202560 134 0 0 0 9 0 0 0 19 0 12 0 25388005 1564315648 79773 1992294400 134512640 134550932 4289120240 18446744073709551615 4294960144 0 4 0 16800975 18446604437834019904 0 0 -1 1 0 0 0
[pid=28487/tid=28497] ppid=28485 vsize=1527652 CPUtime=0.24
/proc/28487/task/28497/stat : 28497 (java) S 28485 28487 27788 0 -1 4202560 834 0 0 0 24 0 0 0 15 0 12 0 25388005 1564315648 79773 1992294400 134512640 134550932 4289120240 18446744073709551615 4294960144 0 4 0 16800975 18446604437834019904 0 0 -1 1 0 0 0
[pid=28487/tid=28498] ppid=28485 vsize=1527652 CPUtime=0
/proc/28487/task/28498/stat : 28498 (java) S 28485 28487 27788 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 25388005 1564315648 79773 1992294400 134512640 134550932 4289120240 18446744073709551615 4294960144 0 4 0 16800975 18446604437834019904 0 0 -1 1 0 0 0
[pid=28487/tid=28499] ppid=28485 vsize=1527652 CPUtime=0
/proc/28487/task/28499/stat : 28499 (java) S 28485 28487 27788 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 25388005 1564315648 79773 1992294400 134512640 134550932 4289120240 18446744073709551615 4294960144 0 4 0 16800975 18446604437834019904 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3.64
Current children cumulated vsize (KiB) 1527652

[startup+6.3016 s]
/proc/loadavg: 1.16 1.03 1.01 2/119 28499
/proc/meminfo: memFree=1173924/2059040 swapFree=4140108/4192956
[pid=28487] ppid=28485 vsize=1527360 CPUtime=7.09
/proc/28487/stat : 28487 (java) S 28485 28487 27788 0 -1 4202496 91174 0 1 0 663 46 0 0 18 0 12 0 25387995 1564016640 88693 1992294400 134512640 134550932 4289120240 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/28487/statm: 381840 88693 1411 10 0 379143 0
[pid=28487/tid=28489] ppid=28485 vsize=1527360 CPUtime=5.65
/proc/28487/task/28489/stat : 28489 (java) R 28485 28487 27788 0 -1 4202560 32017 0 1 0 550 15 0 0 25 0 12 0 25387997 1564016640 88693 1992294400 134512640 134550932 4289120240 18446744073709551615 4108964441 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=28487/tid=28490] ppid=28485 vsize=1527360 CPUtime=0.52
/proc/28487/task/28490/stat : 28490 (java) S 28485 28487 27788 0 -1 4202560 30714 0 0 0 36 16 0 0 16 0 12 0 25387998 1564016640 88693 1992294400 134512640 134550932 4289120240 18446744073709551615 4294960144 0 4 0 16800975 18446604437834019904 0 0 -1 0 0 0 0
[pid=28487/tid=28491] ppid=28485 vsize=1527360 CPUtime=0.53
/proc/28487/task/28491/stat : 28491 (java) S 28485 28487 27788 0 -1 4202560 26399 0 0 0 40 13 0 0 18 0 12 0 25387998 1564016640 88693 1992294400 134512640 134550932 4289120240 18446744073709551615 4294960144 0 4 0 16800975 18446604437834019904 0 0 -1 1 0 0 0
[pid=28487/tid=28492] ppid=28485 vsize=1527360 CPUtime=0
/proc/28487/task/28492/stat : 28492 (java) S 28485 28487 27788 0 -1 4202560 13 0 0 0 0 0 0 0 15 0 12 0 25388000 1564016640 88693 1992294400 134512640 134550932 4289120240 18446744073709551615 4294960144 0 0 0 16800975 18446604437834019904 0 0 -1 0 0 0 0
[pid=28487/tid=28493] ppid=28485 vsize=1527360 CPUtime=0
/proc/28487/task/28493/stat : 28493 (java) S 28485 28487 27788 0 -1 4202560 10 0 0 0 0 0 0 0 19 0 12 0 25388001 1564016640 88693 1992294400 134512640 134550932 4289120240 18446744073709551615 4294960144 0 4 0 16800975 18446604437834019904 0 0 -1 1 0 0 0
[pid=28487/tid=28494] ppid=28485 vsize=1527360 CPUtime=0
/proc/28487/task/28494/stat : 28494 (java) S 28485 28487 27788 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 12 0 25388001 1564016640 88693 1992294400 134512640 134550932 4289120240 18446744073709551615 4294960144 0 4 0 16800975 18446604437834019904 0 0 -1 1 0 0 0
[pid=28487/tid=28495] ppid=28485 vsize=1527360 CPUtime=0
/proc/28487/task/28495/stat : 28495 (java) S 28485 28487 27788 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 25388005 1564016640 88693 1992294400 134512640 134550932 4289120240 18446744073709551615 4294960144 0 4 0 16800975 18446604437834019904 0 0 -1 1 0 0 0
[pid=28487/tid=28496] ppid=28485 vsize=1527360 CPUtime=0.09
/proc/28487/task/28496/stat : 28496 (java) S 28485 28487 27788 0 -1 4202560 134 0 0 0 9 0 0 0 18 0 12 0 25388005 1564016640 88693 1992294400 134512640 134550932 4289120240 18446744073709551615 4294960144 0 4 0 16800975 18446604437834019904 0 0 -1 1 0 0 0
[pid=28487/tid=28497] ppid=28485 vsize=1527360 CPUtime=0.24
/proc/28487/task/28497/stat : 28497 (java) S 28485 28487 27788 0 -1 4202560 834 0 0 0 24 0 0 0 15 0 12 0 25388005 1564016640 88693 1992294400 134512640 134550932 4289120240 18446744073709551615 4294960144 0 4 0 16800975 18446604437834019904 0 0 -1 1 0 0 0
[pid=28487/tid=28498] ppid=28485 vsize=1527360 CPUtime=0
/proc/28487/task/28498/stat : 28498 (java) S 28485 28487 27788 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 25388005 1564016640 88693 1992294400 134512640 134550932 4289120240 18446744073709551615 4294960144 0 4 0 16800975 18446604437834019904 0 0 -1 1 0 0 0
[pid=28487/tid=28499] ppid=28485 vsize=1527360 CPUtime=0
/proc/28487/task/28499/stat : 28499 (java) S 28485 28487 27788 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 25388005 1564016640 88693 1992294400 134512640 134550932 4289120240 18446744073709551615 4294960144 0 4 0 16800975 18446604437834019904 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 7.09
Current children cumulated vsize (KiB) 1527360

[startup+12.7022 s]
/proc/loadavg: 1.15 1.03 1.01 4/119 28501
/proc/meminfo: memFree=1089356/2059040 swapFree=4140108/4192956
[pid=28487] ppid=28485 vsize=1546744 CPUtime=15.28
/proc/28487/stat : 28487 (java) S 28485 28487 27788 0 -1 4202496 118725 0 1 0 1467 61 0 0 18 0 12 0 25387995 1583865856 111147 1992294400 134512640 134550932 4289120240 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/28487/statm: 386686 111147 1417 10 0 383989 0
[pid=28487/tid=28489] ppid=28485 vsize=1546744 CPUtime=11.24
/proc/28487/task/28489/stat : 28489 (java) R 28485 28487 27788 0 -1 4202560 32035 0 1 0 1108 16 0 0 25 0 12 0 25387997 1583865856 111147 1992294400 134512640 134550932 4289120240 18446744073709551615 4109038115 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=28487/tid=28490] ppid=28485 vsize=1546744 CPUtime=1.31
/proc/28487/task/28490/stat : 28490 (java) S 28485 28487 27788 0 -1 4202560 45020 0 0 0 108 23 0 0 16 0 12 0 25387998 1583865856 111147 1992294400 134512640 134550932 4289120240 18446744073709551615 4294960144 0 4 0 16800975 18446604437834019904 0 0 -1 0 0 0 0
[pid=28487/tid=28491] ppid=28485 vsize=1546744 CPUtime=1.26
/proc/28487/task/28491/stat : 28491 (java) S 28485 28487 27788 0 -1 4202560 33862 0 0 0 109 17 0 0 16 0 12 0 25387998 1583865856 111147 1992294400 134512640 134550932 4289120240 18446744073709551615 4294960144 0 4 0 16800975 18446604437834019904 0 0 -1 0 0 0 0
[pid=28487/tid=28492] ppid=28485 vsize=1546744 CPUtime=0
/proc/28487/task/28492/stat : 28492 (java) S 28485 28487 27788 0 -1 4202560 13 0 0 0 0 0 0 0 15 0 12 0 25388000 1583865856 111147 1992294400 134512640 134550932 4289120240 18446744073709551615 4294960144 0 0 0 16800975 18446604437834019904 0 0 -1 0 0 0 0
[pid=28487/tid=28493] ppid=28485 vsize=1546744 CPUtime=0
/proc/28487/task/28493/stat : 28493 (java) S 28485 28487 27788 0 -1 4202560 10 0 0 0 0 0 0 0 19 0 12 0 25388001 1583865856 111147 1992294400 134512640 134550932 4289120240 18446744073709551615 4294960144 0 4 0 16800975 18446604437834019904 0 0 -1 1 0 0 0
[pid=28487/tid=28494] ppid=28485 vsize=1546744 CPUtime=0
/proc/28487/task/28494/stat : 28494 (java) S 28485 28487 27788 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 12 0 25388001 1583865856 111147 1992294400 134512640 134550932 4289120240 18446744073709551615 4294960144 0 4 0 16800975 18446604437834019904 0 0 -1 1 0 0 0
[pid=28487/tid=28495] ppid=28485 vsize=1546744 CPUtime=0
/proc/28487/task/28495/stat : 28495 (java) S 28485 28487 27788 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 25388005 1583865856 111147 1992294400 134512640 134550932 4289120240 18446744073709551615 4294960144 0 4 0 16800975 18446604437834019904 0 0 -1 1 0 0 0
[pid=28487/tid=28496] ppid=28485 vsize=1546744 CPUtime=0.69
/proc/28487/task/28496/stat : 28496 (java) R 28485 28487 27788 0 -1 4202560 3068 0 0 0 68 1 0 0 16 0 12 0 25388005 1583865856 111147 1992294400 134512640 134550932 4289120240 18446744073709551615 106261811 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=28487/tid=28497] ppid=28485 vsize=1546744 CPUtime=0.73
/proc/28487/task/28497/stat : 28497 (java) R 28485 28487 27788 0 -1 4202560 3664 0 0 0 72 1 0 0 16 0 12 0 25388005 1583865856 111147 1992294400 134512640 134550932 4289120240 18446744073709551615 104140901 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=28487/tid=28498] ppid=28485 vsize=1546744 CPUtime=0
/proc/28487/task/28498/stat : 28498 (java) S 28485 28487 27788 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 25388005 1583865856 111147 1992294400 134512640 134550932 4289120240 18446744073709551615 4294960144 0 4 0 16800975 18446604437834019904 0 0 -1 1 0 0 0
[pid=28487/tid=28499] ppid=28485 vsize=1546744 CPUtime=0
/proc/28487/task/28499/stat : 28499 (java) S 28485 28487 27788 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 25388005 1583865856 111147 1992294400 134512640 134550932 4289120240 18446744073709551615 4294960144 0 4 0 16800975 18446604437834019904 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 15.28
Current children cumulated vsize (KiB) 1546744

[startup+25.5013 s]
/proc/loadavg: 1.49 1.11 1.04 4/119 28501
/proc/meminfo: memFree=759268/2059040 swapFree=4140108/4192956
[pid=28487] ppid=28485 vsize=1543416 CPUtime=32.98
/proc/28487/stat : 28487 (java) S 28485 28487 27788 0 -1 4202496 207284 0 1 0 3181 117 0 0 18 0 12 0 25387995 1580457984 192334 1992294400 134512640 134550932 4289120240 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/28487/statm: 385854 192334 1418 10 0 383157 0
[pid=28487/tid=28489] ppid=28485 vsize=1543416 CPUtime=19.24
/proc/28487/task/28489/stat : 28489 (java) S 28485 28487 27788 0 -1 4202560 32055 0 1 0 1906 18 0 0 16 0 12 0 25387997 1580457984 192334 1992294400 134512640 134550932 4289120240 18446744073709551615 4294960144 0 4 0 16800975 18446604437834019904 0 0 -1 1 0 0 0
[pid=28487/tid=28490] ppid=28485 vsize=1543416 CPUtime=5.96
/proc/28487/task/28490/stat : 28490 (java) R 28485 28487 27788 0 -1 4202560 87593 0 0 0 552 44 0 0 16 0 12 0 25387998 1580457984 192334 1992294400 134512640 134550932 4289120240 18446744073709551615 104188277 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=28487/tid=28491] ppid=28485 vsize=1543416 CPUtime=5.6
/proc/28487/task/28491/stat : 28491 (java) R 28485 28487 27788 0 -1 4202560 78951 0 0 0 510 50 0 0 16 0 12 0 25387998 1580457984 192334 1992294400 134512640 134550932 4289120240 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=28487/tid=28492] ppid=28485 vsize=1543416 CPUtime=0
/proc/28487/task/28492/stat : 28492 (java) S 28485 28487 27788 0 -1 4202560 13 0 0 0 0 0 0 0 15 0 12 0 25388000 1580457984 192334 1992294400 134512640 134550932 4289120240 18446744073709551615 4294960144 0 0 0 16800975 18446604437834019904 0 0 -1 0 0 0 0
[pid=28487/tid=28493] ppid=28485 vsize=1543416 CPUtime=0
/proc/28487/task/28493/stat : 28493 (java) S 28485 28487 27788 0 -1 4202560 10 0 0 0 0 0 0 0 19 0 12 0 25388001 1580457984 192334 1992294400 134512640 134550932 4289120240 18446744073709551615 4294960144 0 4 0 16800975 18446604437834019904 0 0 -1 1 0 0 0
[pid=28487/tid=28494] ppid=28485 vsize=1543416 CPUtime=0
/proc/28487/task/28494/stat : 28494 (java) S 28485 28487 27788 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 12 0 25388001 1580457984 192334 1992294400 134512640 134550932 4289120240 18446744073709551615 4294960144 0 4 0 16800975 18446604437834019904 0 0 -1 1 0 0 0
[pid=28487/tid=28495] ppid=28485 vsize=1543416 CPUtime=0
/proc/28487/task/28495/stat : 28495 (java) S 28485 28487 27788 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 25388005 1580457984 192334 1992294400 134512640 134550932 4289120240 18446744073709551615 4294960144 0 4 0 16800975 18446604437834019904 0 0 -1 1 0 0 0
[pid=28487/tid=28496] ppid=28485 vsize=1543416 CPUtime=1.16

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

[pid=28487] ppid=28485 vsize=1559100 CPUtime=208.84
/proc/28487/stat : 28487 (java) S 28485 28487 27788 0 -1 4202496 577614 0 1 0 20578 306 0 0 18 0 13 0 25387995 1596518400 358213 1992294400 134512640 134550932 4289120240 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/28487/statm: 389775 358213 1425 10 0 387078 0
[pid=28487/tid=28489] ppid=28485 vsize=1559100 CPUtime=37.58
/proc/28487/task/28489/stat : 28489 (java) S 28485 28487 27788 0 -1 4202560 32111 0 1 0 3734 24 0 0 17 0 13 0 25387997 1596518400 358213 1992294400 134512640 134550932 4289120240 18446744073709551615 4294960144 0 4 0 16800975 18446604437834019904 0 0 -1 1 0 0 0
[pid=28487/tid=28490] ppid=28485 vsize=1559100 CPUtime=16.08
/proc/28487/task/28490/stat : 28490 (java) S 28485 28487 27788 0 -1 4202560 174922 0 0 0 1526 82 0 0 16 0 13 0 25387998 1596518400 358213 1992294400 134512640 134550932 4289120240 18446744073709551615 4294960144 0 4 0 16800975 18446604437834019904 0 0 -1 1 0 0 0
[pid=28487/tid=28491] ppid=28485 vsize=1559100 CPUtime=15.08
/proc/28487/task/28491/stat : 28491 (java) S 28485 28487 27788 0 -1 4202560 164698 0 0 0 1388 120 0 0 16 0 13 0 25387998 1596518400 358213 1992294400 134512640 134550932 4289120240 18446744073709551615 4294960144 0 4 0 16800975 18446604437834019904 0 0 -1 1 0 0 0
[pid=28487/tid=28492] ppid=28485 vsize=1559100 CPUtime=137.89
/proc/28487/task/28492/stat : 28492 (java) R 28485 28487 27788 0 -1 4202560 197194 0 0 0 13715 74 0 0 25 0 13 0 25388000 1596518400 358213 1992294400 134512640 134550932 4289120240 18446744073709551615 104187851 0 0 0 16800975 0 0 0 -1 1 0 0 0
[pid=28487/tid=28493] ppid=28485 vsize=1559100 CPUtime=0
/proc/28487/task/28493/stat : 28493 (java) S 28485 28487 27788 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 25388001 1596518400 358213 1992294400 134512640 134550932 4289120240 18446744073709551615 4294960144 0 4 0 16800975 18446604437834019904 0 0 -1 0 0 0 0
[pid=28487/tid=28494] ppid=28485 vsize=1559100 CPUtime=0
/proc/28487/task/28494/stat : 28494 (java) S 28485 28487 27788 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 25388001 1596518400 358213 1992294400 134512640 134550932 4289120240 18446744073709551615 4294960144 0 4 0 16800975 18446604437834019904 0 0 -1 0 0 0 0
[pid=28487/tid=28495] ppid=28485 vsize=1559100 CPUtime=0
/proc/28487/task/28495/stat : 28495 (java) S 28485 28487 27788 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 25388005 1596518400 358213 1992294400 134512640 134550932 4289120240 18446744073709551615 4294960144 0 4 0 16800975 18446604437834019904 0 0 -1 1 0 0 0
[pid=28487/tid=28496] ppid=28485 vsize=1559100 CPUtime=1.17
/proc/28487/task/28496/stat : 28496 (java) S 28485 28487 27788 0 -1 4202560 3211 0 0 0 116 1 0 0 15 0 13 0 25388005 1596518400 358213 1992294400 134512640 134550932 4289120240 18446744073709551615 4294960144 0 4 0 16800975 18446604437834019904 0 0 -1 0 0 0 0
[pid=28487/tid=28497] ppid=28485 vsize=1559100 CPUtime=0.97
/proc/28487/task/28497/stat : 28497 (java) S 28485 28487 27788 0 -1 4202560 4400 0 0 0 96 1 0 0 15 0 13 0 25388005 1596518400 358213 1992294400 134512640 134550932 4289120240 18446744073709551615 4294960144 0 4 0 16800975 18446604437834019904 0 0 -1 0 0 0 0
[pid=28487/tid=28498] ppid=28485 vsize=1559100 CPUtime=0
/proc/28487/task/28498/stat : 28498 (java) S 28485 28487 27788 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 25388005 1596518400 358213 1992294400 134512640 134550932 4289120240 18446744073709551615 4294960144 0 4 0 16800975 18446604437834019904 0 0 -1 1 0 0 0
[pid=28487/tid=28499] ppid=28485 vsize=1559100 CPUtime=0
/proc/28487/task/28499/stat : 28499 (java) S 28485 28487 27788 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 13 0 25388005 1596518400 358213 1992294400 134512640 134550932 4289120240 18446744073709551615 4294960144 0 4 0 16800975 18446604437834019904 0 0 -1 0 0 0 0
[pid=28487/tid=28506] ppid=28485 vsize=1559100 CPUtime=0
/proc/28487/task/28506/stat : 28506 (java) S 28485 28487 27788 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 13 0 25405219 1596518400 358213 1992294400 134512640 134550932 4289120240 18446744073709551615 4294960144 0 4 0 16800975 18446604437834019904 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 208.84
Current children cumulated vsize (KiB) 1559100

[startup+198.402 s]
/proc/loadavg: 1.05 1.10 1.04 3/120 28506
/proc/meminfo: memFree=77384/2059040 swapFree=4140108/4192956
[pid=28487] ppid=28485 vsize=1559100 CPUtime=215.24
/proc/28487/stat : 28487 (java) S 28485 28487 27788 0 -1 4202496 591621 0 1 0 21212 312 0 0 18 0 13 0 25387995 1596518400 358213 1992294400 134512640 134550932 4289120240 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/28487/statm: 389775 358213 1425 10 0 387078 0
[pid=28487/tid=28489] ppid=28485 vsize=1559100 CPUtime=37.58
/proc/28487/task/28489/stat : 28489 (java) S 28485 28487 27788 0 -1 4202560 32111 0 1 0 3734 24 0 0 17 0 13 0 25387997 1596518400 358213 1992294400 134512640 134550932 4289120240 18446744073709551615 4294960144 0 4 0 16800975 18446604437834019904 0 0 -1 1 0 0 0
[pid=28487/tid=28490] ppid=28485 vsize=1559100 CPUtime=16.08
/proc/28487/task/28490/stat : 28490 (java) S 28485 28487 27788 0 -1 4202560 174922 0 0 0 1526 82 0 0 16 0 13 0 25387998 1596518400 358213 1992294400 134512640 134550932 4289120240 18446744073709551615 4294960144 0 4 0 16800975 18446604437834019904 0 0 -1 1 0 0 0
[pid=28487/tid=28491] ppid=28485 vsize=1559100 CPUtime=15.08
/proc/28487/task/28491/stat : 28491 (java) S 28485 28487 27788 0 -1 4202560 164698 0 0 0 1388 120 0 0 16 0 13 0 25387998 1596518400 358213 1992294400 134512640 134550932 4289120240 18446744073709551615 4294960144 0 4 0 16800975 18446604437834019904 0 0 -1 1 0 0 0
[pid=28487/tid=28492] ppid=28485 vsize=1559100 CPUtime=144.29
/proc/28487/task/28492/stat : 28492 (java) R 28485 28487 27788 0 -1 4202560 211200 0 0 0 14349 80 0 0 25 0 13 0 25388000 1596518400 358213 1992294400 134512640 134550932 4289120240 18446744073709551615 105697124 0 0 0 16800975 0 0 0 -1 1 0 0 0
[pid=28487/tid=28493] ppid=28485 vsize=1559100 CPUtime=0
/proc/28487/task/28493/stat : 28493 (java) S 28485 28487 27788 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 25388001 1596518400 358213 1992294400 134512640 134550932 4289120240 18446744073709551615 4294960144 0 4 0 16800975 18446604437834019904 0 0 -1 0 0 0 0
[pid=28487/tid=28494] ppid=28485 vsize=1559100 CPUtime=0
/proc/28487/task/28494/stat : 28494 (java) S 28485 28487 27788 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 13 0 25388001 1596518400 358213 1992294400 134512640 134550932 4289120240 18446744073709551615 4294960144 0 4 0 16800975 18446604437834019904 0 0 -1 0 0 0 0
[pid=28487/tid=28495] ppid=28485 vsize=1559100 CPUtime=0
/proc/28487/task/28495/stat : 28495 (java) S 28485 28487 27788 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 25388005 1596518400 358213 1992294400 134512640 134550932 4289120240 18446744073709551615 4294960144 0 4 0 16800975 18446604437834019904 0 0 -1 1 0 0 0
[pid=28487/tid=28496] ppid=28485 vsize=1559100 CPUtime=1.17
/proc/28487/task/28496/stat : 28496 (java) S 28485 28487 27788 0 -1 4202560 3211 0 0 0 116 1 0 0 15 0 13 0 25388005 1596518400 358213 1992294400 134512640 134550932 4289120240 18446744073709551615 4294960144 0 4 0 16800975 18446604437834019904 0 0 -1 0 0 0 0
[pid=28487/tid=28497] ppid=28485 vsize=1559100 CPUtime=0.97
/proc/28487/task/28497/stat : 28497 (java) S 28485 28487 27788 0 -1 4202560 4400 0 0 0 96 1 0 0 15 0 13 0 25388005 1596518400 358213 1992294400 134512640 134550932 4289120240 18446744073709551615 4294960144 0 4 0 16800975 18446604437834019904 0 0 -1 0 0 0 0
[pid=28487/tid=28498] ppid=28485 vsize=1559100 CPUtime=0
/proc/28487/task/28498/stat : 28498 (java) S 28485 28487 27788 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 25388005 1596518400 358213 1992294400 134512640 134550932 4289120240 18446744073709551615 4294960144 0 4 0 16800975 18446604437834019904 0 0 -1 1 0 0 0
[pid=28487/tid=28499] ppid=28485 vsize=1559100 CPUtime=0
/proc/28487/task/28499/stat : 28499 (java) S 28485 28487 27788 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 13 0 25388005 1596518400 358213 1992294400 134512640 134550932 4289120240 18446744073709551615 4294960144 0 4 0 16800975 18446604437834019904 0 0 -1 0 0 0 0
[pid=28487/tid=28506] ppid=28485 vsize=1559100 CPUtime=0
/proc/28487/task/28506/stat : 28506 (java) S 28485 28487 27788 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 13 0 25405219 1596518400 358213 1992294400 134512640 134550932 4289120240 18446744073709551615 4294960144 0 4 0 16800975 18446604437834019904 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 215.24
Current children cumulated vsize (KiB) 1559100

[startup+201.602 s]
/proc/loadavg: 1.05 1.09 1.04 2/120 28506
/proc/meminfo: memFree=77384/2059040 swapFree=4140108/4192956
[pid=28487] ppid=28485 vsize=1559100 CPUtime=218.44
/proc/28487/stat : 28487 (java) S 28485 28487 27788 0 -1 4202496 591621 0 1 0 21532 312 0 0 18 0 13 0 25387995 1596518400 358213 1992294400 134512640 134550932 4289120240 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/28487/statm: 389775 358213 1425 10 0 387078 0
[pid=28487/tid=28489] ppid=28485 vsize=1559100 CPUtime=37.58
/proc/28487/task/28489/stat : 28489 (java) S 28485 28487 27788 0 -1 4202560 32111 0 1 0 3734 24 0 0 17 0 13 0 25387997 1596518400 358213 1992294400 134512640 134550932 4289120240 18446744073709551615 4294960144 0 4 0 16800975 18446604437834019904 0 0 -1 1 0 0 0
[pid=28487/tid=28490] ppid=28485 vsize=1559100 CPUtime=16.08
/proc/28487/task/28490/stat : 28490 (java) S 28485 28487 27788 0 -1 4202560 174922 0 0 0 1526 82 0 0 16 0 13 0 25387998 1596518400 358213 1992294400 134512640 134550932 4289120240 18446744073709551615 4294960144 0 4 0 16800975 18446604437834019904 0 0 -1 1 0 0 0
[pid=28487/tid=28491] ppid=28485 vsize=1559100 CPUtime=15.08
/proc/28487/task/28491/stat : 28491 (java) S 28485 28487 27788 0 -1 4202560 164698 0 0 0 1388 120 0 0 16 0 13 0 25387998 1596518400 358213 1992294400 134512640 134550932 4289120240 18446744073709551615 4294960144 0 4 0 16800975 18446604437834019904 0 0 -1 1 0 0 0
[pid=28487/tid=28492] ppid=28485 vsize=1559100 CPUtime=147.49
/proc/28487/task/28492/stat : 28492 (java) R 28485 28487 27788 0 -1 4202560 211200 0 0 0 14669 80 0 0 25 0 13 0 25388000 1596518400 358213 1992294400 134512640 134550932 4289120240 18446744073709551615 105886120 0 0 0 16800975 0 0 0 -1 1 0 0 0
[pid=28487/tid=28493] ppid=28485 vsize=1559100 CPUtime=0
/proc/28487/task/28493/stat : 28493 (java) S 28485 28487 27788 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 25388001 1596518400 358213 1992294400 134512640 134550932 4289120240 18446744073709551615 4294960144 0 4 0 16800975 18446604437834019904 0 0 -1 0 0 0 0
[pid=28487/tid=28494] ppid=28485 vsize=1559100 CPUtime=0
/proc/28487/task/28494/stat : 28494 (java) S 28485 28487 27788 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 13 0 25388001 1596518400 358213 1992294400 134512640 134550932 4289120240 18446744073709551615 4294960144 0 4 0 16800975 18446604437834019904 0 0 -1 0 0 0 0
[pid=28487/tid=28495] ppid=28485 vsize=1559100 CPUtime=0
/proc/28487/task/28495/stat : 28495 (java) S 28485 28487 27788 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 25388005 1596518400 358213 1992294400 134512640 134550932 4289120240 18446744073709551615 4294960144 0 4 0 16800975 18446604437834019904 0 0 -1 1 0 0 0
[pid=28487/tid=28496] ppid=28485 vsize=1559100 CPUtime=1.17
/proc/28487/task/28496/stat : 28496 (java) S 28485 28487 27788 0 -1 4202560 3211 0 0 0 116 1 0 0 15 0 13 0 25388005 1596518400 358213 1992294400 134512640 134550932 4289120240 18446744073709551615 4294960144 0 4 0 16800975 18446604437834019904 0 0 -1 0 0 0 0
[pid=28487/tid=28497] ppid=28485 vsize=1559100 CPUtime=0.97
/proc/28487/task/28497/stat : 28497 (java) S 28485 28487 27788 0 -1 4202560 4400 0 0 0 96 1 0 0 15 0 13 0 25388005 1596518400 358213 1992294400 134512640 134550932 4289120240 18446744073709551615 4294960144 0 4 0 16800975 18446604437834019904 0 0 -1 0 0 0 0
[pid=28487/tid=28498] ppid=28485 vsize=1559100 CPUtime=0
/proc/28487/task/28498/stat : 28498 (java) S 28485 28487 27788 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 25388005 1596518400 358213 1992294400 134512640 134550932 4289120240 18446744073709551615 4294960144 0 4 0 16800975 18446604437834019904 0 0 -1 1 0 0 0
[pid=28487/tid=28499] ppid=28485 vsize=1559100 CPUtime=0
/proc/28487/task/28499/stat : 28499 (java) S 28485 28487 27788 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 13 0 25388005 1596518400 358213 1992294400 134512640 134550932 4289120240 18446744073709551615 4294960144 0 4 0 16800975 18446604437834019904 0 0 -1 0 0 0 0
[pid=28487/tid=28506] ppid=28485 vsize=1559100 CPUtime=0
/proc/28487/task/28506/stat : 28506 (java) S 28485 28487 27788 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 13 0 25405219 1596518400 358213 1992294400 134512640 134550932 4289120240 18446744073709551615 4294960144 0 4 0 16800975 18446604437834019904 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 218.44
Current children cumulated vsize (KiB) 1559100

[startup+203.202 s]
/proc/loadavg: 1.05 1.09 1.04 2/120 28506
/proc/meminfo: memFree=77384/2059040 swapFree=4140108/4192956
[pid=28487] ppid=28485 vsize=1559100 CPUtime=220.04
/proc/28487/stat : 28487 (java) S 28485 28487 27788 0 -1 4202496 591621 0 1 0 21692 312 0 0 18 0 13 0 25387995 1596518400 358213 1992294400 134512640 134550932 4289120240 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/28487/statm: 389775 358213 1425 10 0 387078 0
[pid=28487/tid=28489] ppid=28485 vsize=1559100 CPUtime=37.58
/proc/28487/task/28489/stat : 28489 (java) S 28485 28487 27788 0 -1 4202560 32111 0 1 0 3734 24 0 0 17 0 13 0 25387997 1596518400 358213 1992294400 134512640 134550932 4289120240 18446744073709551615 4294960144 0 4 0 16800975 18446604437834019904 0 0 -1 1 0 0 0
[pid=28487/tid=28490] ppid=28485 vsize=1559100 CPUtime=16.08
/proc/28487/task/28490/stat : 28490 (java) S 28485 28487 27788 0 -1 4202560 174922 0 0 0 1526 82 0 0 16 0 13 0 25387998 1596518400 358213 1992294400 134512640 134550932 4289120240 18446744073709551615 4294960144 0 4 0 16800975 18446604437834019904 0 0 -1 1 0 0 0
[pid=28487/tid=28491] ppid=28485 vsize=1559100 CPUtime=15.08
/proc/28487/task/28491/stat : 28491 (java) S 28485 28487 27788 0 -1 4202560 164698 0 0 0 1388 120 0 0 16 0 13 0 25387998 1596518400 358213 1992294400 134512640 134550932 4289120240 18446744073709551615 4294960144 0 4 0 16800975 18446604437834019904 0 0 -1 1 0 0 0
[pid=28487/tid=28492] ppid=28485 vsize=1559100 CPUtime=149.09
/proc/28487/task/28492/stat : 28492 (java) R 28485 28487 27788 0 -1 4202560 211200 0 0 0 14829 80 0 0 25 0 13 0 25388000 1596518400 358213 1992294400 134512640 134550932 4289120240 18446744073709551615 106159145 0 0 0 16800975 0 0 0 -1 1 0 0 0
[pid=28487/tid=28493] ppid=28485 vsize=1559100 CPUtime=0
/proc/28487/task/28493/stat : 28493 (java) S 28485 28487 27788 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 25388001 1596518400 358213 1992294400 134512640 134550932 4289120240 18446744073709551615 4294960144 0 4 0 16800975 18446604437834019904 0 0 -1 0 0 0 0
[pid=28487/tid=28494] ppid=28485 vsize=1559100 CPUtime=0
/proc/28487/task/28494/stat : 28494 (java) S 28485 28487 27788 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 13 0 25388001 1596518400 358213 1992294400 134512640 134550932 4289120240 18446744073709551615 4294960144 0 4 0 16800975 18446604437834019904 0 0 -1 0 0 0 0
[pid=28487/tid=28495] ppid=28485 vsize=1559100 CPUtime=0
/proc/28487/task/28495/stat : 28495 (java) S 28485 28487 27788 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 25388005 1596518400 358213 1992294400 134512640 134550932 4289120240 18446744073709551615 4294960144 0 4 0 16800975 18446604437834019904 0 0 -1 1 0 0 0
[pid=28487/tid=28496] ppid=28485 vsize=1559100 CPUtime=1.17
/proc/28487/task/28496/stat : 28496 (java) S 28485 28487 27788 0 -1 4202560 3211 0 0 0 116 1 0 0 15 0 13 0 25388005 1596518400 358213 1992294400 134512640 134550932 4289120240 18446744073709551615 4294960144 0 4 0 16800975 18446604437834019904 0 0 -1 0 0 0 0
[pid=28487/tid=28497] ppid=28485 vsize=1559100 CPUtime=0.97
/proc/28487/task/28497/stat : 28497 (java) S 28485 28487 27788 0 -1 4202560 4400 0 0 0 96 1 0 0 15 0 13 0 25388005 1596518400 358213 1992294400 134512640 134550932 4289120240 18446744073709551615 4294960144 0 4 0 16800975 18446604437834019904 0 0 -1 0 0 0 0
[pid=28487/tid=28498] ppid=28485 vsize=1559100 CPUtime=0
/proc/28487/task/28498/stat : 28498 (java) S 28485 28487 27788 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 25388005 1596518400 358213 1992294400 134512640 134550932 4289120240 18446744073709551615 4294960144 0 4 0 16800975 18446604437834019904 0 0 -1 1 0 0 0
[pid=28487/tid=28499] ppid=28485 vsize=1559100 CPUtime=0
/proc/28487/task/28499/stat : 28499 (java) S 28485 28487 27788 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 13 0 25388005 1596518400 358213 1992294400 134512640 134550932 4289120240 18446744073709551615 4294960144 0 4 0 16800975 18446604437834019904 0 0 -1 0 0 0 0
[pid=28487/tid=28506] ppid=28485 vsize=1559100 CPUtime=0
/proc/28487/task/28506/stat : 28506 (java) S 28485 28487 27788 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 13 0 25405219 1596518400 358213 1992294400 134512640 134550932 4289120240 18446744073709551615 4294960144 0 4 0 16800975 18446604437834019904 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 220.04
Current children cumulated vsize (KiB) 1559100

[startup+204.002 s]
/proc/loadavg: 1.04 1.09 1.04 2/120 28506
/proc/meminfo: memFree=77384/2059040 swapFree=4140108/4192956
[pid=28487] ppid=28485 vsize=1543096 CPUtime=220.84
/proc/28487/stat : 28487 (java) S 28485 28487 27788 0 -1 4202496 591624 0 1 0 21772 312 0 0 18 0 12 0 25387995 1580130304 354214 1992294400 134512640 134550932 4289120240 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/28487/statm: 385774 354214 1426 10 0 383077 0
[pid=28487/tid=28489] ppid=28485 vsize=1543096 CPUtime=37.58
/proc/28487/task/28489/stat : 28489 (java) S 28485 28487 27788 0 -1 4202560 32112 0 1 0 3734 24 0 0 15 0 12 0 25387997 1580130304 354214 1992294400 134512640 134550932 4289120240 18446744073709551615 4294960144 0 4 0 16800975 18446604437834019904 0 0 -1 1 0 0 0
[pid=28487/tid=28490] ppid=28485 vsize=1543096 CPUtime=16.08
/proc/28487/task/28490/stat : 28490 (java) S 28485 28487 27788 0 -1 4202560 174922 0 0 0 1526 82 0 0 16 0 12 0 25387998 1580130304 354214 1992294400 134512640 134550932 4289120240 18446744073709551615 4294960144 0 4 0 16800975 18446604437834019904 0 0 -1 1 0 0 0
[pid=28487/tid=28491] ppid=28485 vsize=1543096 CPUtime=15.08
/proc/28487/task/28491/stat : 28491 (java) S 28485 28487 27788 0 -1 4202560 164698 0 0 0 1388 120 0 0 16 0 12 0 25387998 1580130304 354214 1992294400 134512640 134550932 4289120240 18446744073709551615 4294960144 0 4 0 16800975 18446604437834019904 0 0 -1 1 0 0 0
[pid=28487/tid=28492] ppid=28485 vsize=1543096 CPUtime=149.89
/proc/28487/task/28492/stat : 28492 (java) R 28485 28487 27788 0 -1 4202560 211200 0 0 0 14909 80 0 0 25 0 12 0 25388000 1580130304 354214 1992294400 134512640 134550932 4289120240 18446744073709551615 106158092 0 0 0 16800975 0 0 0 -1 1 0 0 0
[pid=28487/tid=28493] ppid=28485 vsize=1543096 CPUtime=0
/proc/28487/task/28493/stat : 28493 (java) S 28485 28487 27788 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 12 0 25388001 1580130304 354214 1992294400 134512640 134550932 4289120240 18446744073709551615 4294960144 0 4 0 16800975 18446604437834019904 0 0 -1 0 0 0 0
[pid=28487/tid=28494] ppid=28485 vsize=1543096 CPUtime=0
/proc/28487/task/28494/stat : 28494 (java) S 28485 28487 27788 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 12 0 25388001 1580130304 354214 1992294400 134512640 134550932 4289120240 18446744073709551615 4294960144 0 4 0 16800975 18446604437834019904 0 0 -1 0 0 0 0
[pid=28487/tid=28495] ppid=28485 vsize=1543096 CPUtime=0
/proc/28487/task/28495/stat : 28495 (java) S 28485 28487 27788 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 25388005 1580130304 354214 1992294400 134512640 134550932 4289120240 18446744073709551615 4294960144 0 4 0 16800975 18446604437834019904 0 0 -1 1 0 0 0
[pid=28487/tid=28496] ppid=28485 vsize=1543096 CPUtime=1.17
/proc/28487/task/28496/stat : 28496 (java) S 28485 28487 27788 0 -1 4202560 3211 0 0 0 116 1 0 0 15 0 12 0 25388005 1580130304 354214 1992294400 134512640 134550932 4289120240 18446744073709551615 4294960144 0 4 0 16800975 18446604437834019904 0 0 -1 0 0 0 0
[pid=28487/tid=28497] ppid=28485 vsize=1543096 CPUtime=0.97
/proc/28487/task/28497/stat : 28497 (java) S 28485 28487 27788 0 -1 4202560 4400 0 0 0 96 1 0 0 15 0 12 0 25388005 1580130304 354214 1992294400 134512640 134550932 4289120240 18446744073709551615 4294960144 0 4 0 16800975 18446604437834019904 0 0 -1 0 0 0 0
[pid=28487/tid=28498] ppid=28485 vsize=1543096 CPUtime=0
/proc/28487/task/28498/stat : 28498 (java) S 28485 28487 27788 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 25388005 1580130304 354214 1992294400 134512640 134550932 4289120240 18446744073709551615 4294960144 0 4 0 16800975 18446604437834019904 0 0 -1 1 0 0 0
[pid=28487/tid=28499] ppid=28485 vsize=1543096 CPUtime=0
/proc/28487/task/28499/stat : 28499 (java) S 28485 28487 27788 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 12 0 25388005 1580130304 354214 1992294400 134512640 134550932 4289120240 18446744073709551615 4294960144 0 4 0 16800975 18446604437834019904 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 220.84
Current children cumulated vsize (KiB) 1543096

[startup+204.201 s]
/proc/loadavg: 1.04 1.09 1.04 2/120 28506
/proc/meminfo: memFree=77384/2059040 swapFree=4140108/4192956
[pid=28487] ppid=28485 vsize=0 CPUtime=221.03
/proc/28487/stat : 28487 (java) Z 28485 28487 27788 0 -1 4202524 591629 0 1 0 21780 323 0 0 18 0 2 0 25387995 0 0 1992294400 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/28487/statm: 0 0 0 0 0 0 0
[pid=28487/tid=28492] ppid=28485 vsize=0 CPUtime=150.09
/proc/28487/task/28492/stat : 28492 (java) R 28485 28487 27788 0 -1 4203588 211200 0 0 0 14917 92 0 0 25 0 2 0 25388000 0 0 1992294400 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 221.03
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 204.22
CPU time (s): 221.058
CPU user time (s): 217.802
CPU system time (s): 3.2565
CPU usage (%): 108.245
Max. virtual memory (cumulated for all children) (KiB): 1567104

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 217.802
system time used= 3.2565
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 591629
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 5022
involuntary context switches= 2650

runsolver used 0.397939 second user time and 1.11383 second system time

The end

Launcher Data

Begin job on node025 at 2010-06-14 14:08:43
IDJOB=2662136
IDBENCH=2278
IDSOLVER=1166
FILE ID=node025/2662136-1276517307
PBS_JOBID= 11173421
Free space on /tmp= 62412 MiB

SOLVER NAME= SAT4J PB RES // CP 2.2.0 2010-05-31
BENCH NAME= PB06//final/normalized-PB06/OPT-BIGINT/mps-v2-20-10/plato.asu.edu/pub/lptestset/fome/normalized-mps-v2-20-10-fome13.opb
COMMAND LINE= java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2662136-1276517307/watcher-2662136-1276517307 -o /tmp/evaluation-result-2662136-1276517307/solver-2662136-1276517307 -C 1800 -W 2000 -M 1800  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2662136-1276517307.opb

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB
MAX NB THREAD= 0

MD5SUM BENCH= e3f30a3ccce8a834fba8f93335c22413
RANDOM SEED=2002639026

node025.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/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.242
cache size	: 2048 KB
physical id	: 0
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 0
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 constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 6000.48
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.242
cache size	: 2048 KB
physical id	: 3
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 6
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 constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5599.44
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1508656 kB
Buffers:        117360 kB
Cached:         333356 kB
SwapCached:       6972 kB
Active:         261920 kB
Inactive:       202400 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1508656 kB
SwapTotal:     4192956 kB
SwapFree:      4140108 kB
Dirty:          163652 kB
Writeback:           0 kB
AnonPages:       11360 kB
Mapped:          12892 kB
Slab:            63804 kB
PageTables:       4072 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   182176 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    264948 kB
VmallocChunk: 34359471699 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 62412 MiB
End job on node025 at 2010-06-14 14:12:07