Trace number 2660519

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 CuttingPlanes 2.2.0 2010-05-26? 328.717 311.078

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/MIPLIB/
miplib2003/normalized-mps-v2-20-10-ds.opb
MD5SUM7478f253a8ff3e29c2a001743623a20c
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
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 764056
Optimality of the best value was proved NO
Number of variables1354640
Total number of constraints656
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 constraints656
Minimum length of a constraint640
Maximum length of a constraint129180
Number of terms in the objective function 1354640
Biggest coefficient in the objective function 1732247552
Number of bits for the biggest coefficient in the objective function 31
Sum of the numbers in the objective function 49715233983525
Number of bits of the sum of numbers in the objective function 46
Biggest number in a constraint 1732247552
Number of bits of the biggest number in a constraint 31
Biggest sum of numbers in a constraint 49715233983525
Number of bits of the biggest sum of numbers46
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.v20100526
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 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@16fd0b7
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	c solving HOME/instance-2660519-1276569841.opb
0.22/0.22	c reading problem ... 
328.54/310.93	Exception in thread "main" java.lang.OutOfMemoryError: GC overhead limit exceeded
328.54/310.93		at java.math.BigInteger.subtract(Unknown Source)
328.54/310.93		at org.sat4j.pb.constraints.pb.MaxWatchPb.computePropagation(Unknown Source)
328.54/310.93		at org.sat4j.pb.constraints.pb.MaxWatchPb.normalizedMaxWatchPbNew(Unknown Source)
328.54/310.93		at org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure.constructPB(Unknown Source)
328.54/310.93		at org.sat4j.pb.constraints.AbstractPBClauseCardConstrDataStructure.constraintFactory(Unknown Source)
328.54/310.93		at org.sat4j.pb.constraints.AbstractPBDataStructureFactory.createPseudoBooleanConstraint(Unknown Source)
328.54/310.93		at org.sat4j.pb.core.PBSolver.addPseudoBoolean(Unknown Source)
328.54/310.93		at org.sat4j.pb.PBSolverDecorator.addPseudoBoolean(Unknown Source)
328.54/310.93		at org.sat4j.pb.reader.OPBReader2005.endConstraint(Unknown Source)
328.54/310.93		at org.sat4j.pb.reader.OPBReader2010.endConstraint(Unknown Source)
328.54/310.93		at org.sat4j.pb.reader.OPBReader2005.readConstraint(Unknown Source)
328.54/310.93		at org.sat4j.pb.reader.OPBReader2005.parse(Unknown Source)
328.54/310.93		at org.sat4j.pb.reader.OPBReader2005.parseInstance(Unknown Source)
328.54/310.93		at org.sat4j.pb.reader.OPBReader2005.parseInstance(Unknown Source)
328.54/310.93		at org.sat4j.pb.reader.OPBReader2010.parseInstance(Unknown Source)
328.54/310.93		at org.sat4j.reader.Reader.parseInstance(Unknown Source)
328.54/310.93		at org.sat4j.reader.Reader.parseInstance(Unknown Source)
328.54/310.93		at org.sat4j.AbstractLauncher.readProblem(Unknown Source)
328.54/310.93		at org.sat4j.AbstractLauncher.run(Unknown Source)
328.54/310.93		at org.sat4j.pb.LanceurPseudo2007.main(Unknown Source)
328.54/310.93	c starts		: 0
328.54/310.93	c conflicts		: 0
328.54/310.93	c decisions		: 0
328.54/310.93	c propagations		: 0
328.54/310.93	c inspects		: 0
328.54/310.93	c learnt literals	: 0
328.54/310.93	c learnt binary clauses	: 0
328.54/310.93	c learnt ternary clauses	: 0
328.54/310.93	c learnt clauses	: 0
328.54/310.93	c ignored clauses	: 0
328.54/310.93	c root simplifications	: 0
328.54/310.93	c removed literals (reason simplification)	: 0
328.54/310.93	c reason swapping (by a shorter reason)	: 0
328.54/310.93	c Calls to reduceDB	: 0
328.54/310.93	c number of reductions to clauses (during analyze)	: 0
328.54/310.93	c number of learned constraints concerned by reduction	: 0
328.54/310.93	c number of learning phase by resolution	: 0
328.54/310.93	c number of learning phase by cutting planes	: 0
328.54/310.93	c speed (assignments/second)	: 0.0
328.54/310.93	c non guided choices	0
328.54/310.93	c learnt constraints type 
328.54/310.93	c constraints type 
328.54/310.93	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 470
328.54/310.93	c org.sat4j.pb.constraints.pb.MaxWatchPb => 470
328.54/310.93	s UNKNOWN
328.54/310.93	c Total wall clock time (in seconds): 310.71

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-2660519-1276569841/watcher-2660519-1276569841 -o /tmp/evaluation-result-2660519-1276569841/solver-2660519-1276569841 -C 1800 -W 2000 -M 1800 java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar CuttingPlanes HOME/instance-2660519-1276569841.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.30 1.06 1.02 2/106 2287
/proc/meminfo: memFree=1468128/2059040 swapFree=4140216/4192956
[pid=2287] ppid=2285 vsize=248 CPUtime=0
/proc/2287/stat : 2287 (java) R 2285 2287 1382 0 -1 4194304 283 0 0 0 0 0 0 0 18 0 1 0 32587573 253952 29 1992294400 134512640 134550932 4293529632 18446744073709551615 2323028 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/2287/statm: 62 29 21 10 0 23 0

[startup+0.0930011 s]
/proc/loadavg: 1.30 1.06 1.02 2/106 2287
/proc/meminfo: memFree=1468128/2059040 swapFree=4140216/4192956
[pid=2287] ppid=2285 vsize=1521796 CPUtime=0.08
/proc/2287/stat : 2287 (java) S 2285 2287 1382 0 -1 4202496 3851 0 1 0 6 2 0 0 18 0 7 0 32587573 1558319104 3292 1992294400 134512640 134550932 4293529632 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 1 0 0 0
/proc/2287/statm: 380449 3292 1045 10 0 377759 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1521796

[startup+0.100001 s]
/proc/loadavg: 1.30 1.06 1.02 2/106 2287
/proc/meminfo: memFree=1468128/2059040 swapFree=4140216/4192956
[pid=2287] ppid=2285 vsize=1523476 CPUtime=0.08
/proc/2287/stat : 2287 (java) S 2285 2287 1382 0 -1 4202496 3904 0 1 0 6 2 0 0 18 0 11 0 32587573 1560039424 3343 1992294400 134512640 134550932 4293529632 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/2287/statm: 380869 3343 1061 10 0 378179 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1523476

[startup+0.300004 s]
/proc/loadavg: 1.30 1.06 1.02 2/106 2287
/proc/meminfo: memFree=1468128/2059040 swapFree=4140216/4192956
[pid=2287] ppid=2285 vsize=1526480 CPUtime=0.34
/proc/2287/stat : 2287 (java) S 2285 2287 1382 0 -1 4202496 12820 0 1 0 27 7 0 0 18 0 12 0 32587573 1563115520 12257 1992294400 134512640 134550932 4293529632 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/2287/statm: 381620 12257 1350 10 0 378922 0
Current children cumulated CPU time (s) 0.34
Current children cumulated vsize (KiB) 1526480

[startup+0.700011 s]
/proc/loadavg: 1.30 1.06 1.02 2/106 2287
/proc/meminfo: memFree=1468128/2059040 swapFree=4140216/4192956
[pid=2287] ppid=2285 vsize=1527580 CPUtime=1.01
/proc/2287/stat : 2287 (java) S 2285 2287 1382 0 -1 4202496 16107 0 1 0 92 9 0 0 18 0 12 0 32587573 1564241920 15497 1992294400 134512640 134550932 4293529632 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/2287/statm: 381895 15497 1401 10 0 379197 0
Current children cumulated CPU time (s) 1.01
Current children cumulated vsize (KiB) 1527580

[startup+1.50102 s]
/proc/loadavg: 1.30 1.06 1.02 2/118 2299
/proc/meminfo: memFree=1392208/2059040 swapFree=4140216/4192956
[pid=2287] ppid=2285 vsize=1527580 CPUtime=1.8
/proc/2287/stat : 2287 (java) S 2285 2287 1382 0 -1 4202496 30190 0 1 0 165 15 0 0 18 0 12 0 32587573 1564241920 29580 1992294400 134512640 134550932 4293529632 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/2287/statm: 381895 29582 1401 10 0 379197 0
[pid=2287/tid=2289] ppid=2285 vsize=1527580 CPUtime=1.45
/proc/2287/task/2289/stat : 2289 (java) R 2285 2287 1382 0 -1 4202560 28127 0 1 0 131 14 0 0 25 0 12 0 32587575 1564241920 29582 1992294400 134512640 134550932 4293529632 18446744073709551615 4109522424 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=2287/tid=2290] ppid=2285 vsize=1527580 CPUtime=0
/proc/2287/task/2290/stat : 2290 (java) S 2285 2287 1382 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 12 0 32587576 1564241920 29583 1992294400 134512640 134550932 4293529632 18446744073709551615 4294960144 0 4 0 16800975 18446604437838755072 0 0 -1 0 0 0 0
[pid=2287/tid=2291] ppid=2285 vsize=1527580 CPUtime=0
/proc/2287/task/2291/stat : 2291 (java) S 2285 2287 1382 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 12 0 32587576 1564241920 29584 1992294400 134512640 134550932 4293529632 18446744073709551615 4294960144 0 4 0 16800975 18446604437838755072 0 0 -1 0 0 0 0
[pid=2287/tid=2292] ppid=2285 vsize=1527580 CPUtime=0
/proc/2287/task/2292/stat : 2292 (java) S 2285 2287 1382 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 12 0 32587578 1564241920 29585 1992294400 134512640 134550932 4293529632 18446744073709551615 4294960144 0 0 0 16800975 18446604437838755072 0 0 -1 0 0 0 0
[pid=2287/tid=2293] ppid=2285 vsize=1527580 CPUtime=0
/proc/2287/task/2293/stat : 2293 (java) S 2285 2287 1382 0 -1 4202560 10 0 0 0 0 0 0 0 23 0 12 0 32587579 1564241920 29586 1992294400 134512640 134550932 4293529632 18446744073709551615 4294960144 0 4 0 16800975 18446604437838755072 0 0 -1 1 0 0 0
[pid=2287/tid=2294] ppid=2285 vsize=1527580 CPUtime=0
/proc/2287/task/2294/stat : 2294 (java) S 2285 2287 1382 0 -1 4202560 4 0 0 0 0 0 0 0 24 0 12 0 32587579 1564241920 29587 1992294400 134512640 134550932 4293529632 18446744073709551615 4294960144 0 4 0 16800975 18446604437838755072 0 0 -1 1 0 0 0
[pid=2287/tid=2295] ppid=2285 vsize=1527580 CPUtime=0
/proc/2287/task/2295/stat : 2295 (java) S 2285 2287 1382 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 32587583 1564241920 29588 1992294400 134512640 134550932 4293529632 18446744073709551615 4294960144 0 4 0 16800975 18446604437838755072 0 0 -1 1 0 0 0
[pid=2287/tid=2296] ppid=2285 vsize=1527580 CPUtime=0.04
/proc/2287/task/2296/stat : 2296 (java) S 2285 2287 1382 0 -1 4202560 81 0 0 0 4 0 0 0 23 0 12 0 32587583 1564241920 29589 1992294400 134512640 134550932 4293529632 18446744073709551615 4294960144 0 4 0 16800975 18446604437838755072 0 0 -1 0 0 0 0
[pid=2287/tid=2297] ppid=2285 vsize=1527580 CPUtime=0.28
/proc/2287/task/2297/stat : 2297 (java) S 2285 2287 1382 0 -1 4202560 918 0 0 0 28 0 0 0 16 0 12 0 32587583 1564241920 29590 1992294400 134512640 134550932 4293529632 18446744073709551615 4294960144 0 4 0 16800975 18446604437838755072 0 0 -1 0 0 0 0
[pid=2287/tid=2298] ppid=2285 vsize=1527580 CPUtime=0
/proc/2287/task/2298/stat : 2298 (java) S 2285 2287 1382 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 32587583 1564241920 29591 1992294400 134512640 134550932 4293529632 18446744073709551615 4294960144 0 4 0 16800975 18446604437838755072 0 0 -1 1 0 0 0
[pid=2287/tid=2299] ppid=2285 vsize=1527580 CPUtime=0
/proc/2287/task/2299/stat : 2299 (java) S 2285 2287 1382 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 32587584 1564241920 29592 1992294400 134512640 134550932 4293529632 18446744073709551615 4294960144 0 4 0 16800975 18446604437838755072 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1.8
Current children cumulated vsize (KiB) 1527580

[startup+3.10005 s]
/proc/loadavg: 1.30 1.06 1.02 2/118 2299
/proc/meminfo: memFree=1299952/2059040 swapFree=4140216/4192956
[pid=2287] ppid=2285 vsize=1527580 CPUtime=3.51
/proc/2287/stat : 2287 (java) S 2285 2287 1382 0 -1 4202496 45171 0 1 0 329 22 0 0 18 0 12 0 32587573 1564241920 44278 1992294400 134512640 134550932 4293529632 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/2287/statm: 381895 44278 1412 10 0 379197 0
[pid=2287/tid=2289] ppid=2285 vsize=1527580 CPUtime=2.94
/proc/2287/task/2289/stat : 2289 (java) R 2285 2287 1382 0 -1 4202560 31866 0 1 0 279 15 0 0 25 0 12 0 32587575 1564241920 44278 1992294400 134512640 134550932 4293529632 18446744073709551615 4109511129 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=2287/tid=2290] ppid=2285 vsize=1527580 CPUtime=0.1
/proc/2287/task/2290/stat : 2290 (java) S 2285 2287 1382 0 -1 4202560 8564 0 0 0 6 4 0 0 18 0 12 0 32587576 1564241920 44278 1992294400 134512640 134550932 4293529632 18446744073709551615 4294960144 0 4 0 16800975 18446604437838755072 0 0 -1 0 0 0 0
[pid=2287/tid=2291] ppid=2285 vsize=1527580 CPUtime=0.09
/proc/2287/task/2291/stat : 2291 (java) S 2285 2287 1382 0 -1 4202560 2669 0 0 0 9 0 0 0 18 0 12 0 32587576 1564241920 44278 1992294400 134512640 134550932 4293529632 18446744073709551615 4294960144 0 4 0 16800975 18446604437838755072 0 0 -1 1 0 0 0
[pid=2287/tid=2292] ppid=2285 vsize=1527580 CPUtime=0
/proc/2287/task/2292/stat : 2292 (java) S 2285 2287 1382 0 -1 4202560 9 0 0 0 0 0 0 0 15 0 12 0 32587578 1564241920 44278 1992294400 134512640 134550932 4293529632 18446744073709551615 4294960144 0 0 0 16800975 18446604437838755072 0 0 -1 0 0 0 0
[pid=2287/tid=2293] ppid=2285 vsize=1527580 CPUtime=0
/proc/2287/task/2293/stat : 2293 (java) S 2285 2287 1382 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 12 0 32587579 1564241920 44278 1992294400 134512640 134550932 4293529632 18446744073709551615 4294960144 0 4 0 16800975 18446604437838755072 0 0 -1 1 0 0 0
[pid=2287/tid=2294] ppid=2285 vsize=1527580 CPUtime=0
/proc/2287/task/2294/stat : 2294 (java) S 2285 2287 1382 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 12 0 32587579 1564241920 44278 1992294400 134512640 134550932 4293529632 18446744073709551615 4294960144 0 4 0 16800975 18446604437838755072 0 0 -1 1 0 0 0
[pid=2287/tid=2295] ppid=2285 vsize=1527580 CPUtime=0
/proc/2287/task/2295/stat : 2295 (java) S 2285 2287 1382 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 32587583 1564241920 44278 1992294400 134512640 134550932 4293529632 18446744073709551615 4294960144 0 4 0 16800975 18446604437838755072 0 0 -1 1 0 0 0
[pid=2287/tid=2296] ppid=2285 vsize=1527580 CPUtime=0.04
/proc/2287/task/2296/stat : 2296 (java) S 2285 2287 1382 0 -1 4202560 81 0 0 0 4 0 0 0 23 0 12 0 32587583 1564241920 44278 1992294400 134512640 134550932 4293529632 18446744073709551615 4294960144 0 4 0 16800975 18446604437838755072 0 0 -1 0 0 0 0
[pid=2287/tid=2297] ppid=2285 vsize=1527580 CPUtime=0.28
/proc/2287/task/2297/stat : 2297 (java) S 2285 2287 1382 0 -1 4202560 918 0 0 0 28 0 0 0 16 0 12 0 32587583 1564241920 44278 1992294400 134512640 134550932 4293529632 18446744073709551615 4294960144 0 4 0 16800975 18446604437838755072 0 0 -1 0 0 0 0
[pid=2287/tid=2298] ppid=2285 vsize=1527580 CPUtime=0
/proc/2287/task/2298/stat : 2298 (java) S 2285 2287 1382 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 32587583 1564241920 44278 1992294400 134512640 134550932 4293529632 18446744073709551615 4294960144 0 4 0 16800975 18446604437838755072 0 0 -1 1 0 0 0
[pid=2287/tid=2299] ppid=2285 vsize=1527580 CPUtime=0
/proc/2287/task/2299/stat : 2299 (java) S 2285 2287 1382 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 32587584 1564241920 44278 1992294400 134512640 134550932 4293529632 18446744073709551615 4294960144 0 4 0 16800975 18446604437838755072 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3.51
Current children cumulated vsize (KiB) 1527580

[startup+6.3011 s]
/proc/loadavg: 1.27 1.06 1.02 2/118 2299
/proc/meminfo: memFree=1244648/2059040 swapFree=4140216/4192956
[pid=2287] ppid=2285 vsize=1527580 CPUtime=7.15
/proc/2287/stat : 2287 (java) S 2285 2287 1382 0 -1 4202496 67887 0 1 0 683 32 0 0 18 0 12 0 32587573 1564241920 63938 1992294400 134512640 134550932 4293529632 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/2287/statm: 381895 63938 1412 10 0 379197 0
[pid=2287/tid=2289] ppid=2285 vsize=1527580 CPUtime=5.69
/proc/2287/task/2289/stat : 2289 (java) R 2285 2287 1382 0 -1 4202560 31996 0 1 0 553 16 0 0 25 0 12 0 32587575 1564241920 63938 1992294400 134512640 134550932 4293529632 18446744073709551615 4109515811 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=2287/tid=2290] ppid=2285 vsize=1527580 CPUtime=0.54
/proc/2287/task/2290/stat : 2290 (java) S 2285 2287 1382 0 -1 4202560 21350 0 0 0 45 9 0 0 18 0 12 0 32587576 1564241920 63938 1992294400 134512640 134550932 4293529632 18446744073709551615 4294960144 0 4 0 16800975 18446604437838755072 0 0 -1 0 0 0 0
[pid=2287/tid=2291] ppid=2285 vsize=1527580 CPUtime=0.53
/proc/2287/task/2291/stat : 2291 (java) S 2285 2287 1382 0 -1 4202560 12469 0 0 0 49 4 0 0 18 0 12 0 32587576 1564241920 63938 1992294400 134512640 134550932 4293529632 18446744073709551615 4294960144 0 4 0 16800975 18446604437838755072 0 0 -1 1 0 0 0
[pid=2287/tid=2292] ppid=2285 vsize=1527580 CPUtime=0
/proc/2287/task/2292/stat : 2292 (java) S 2285 2287 1382 0 -1 4202560 9 0 0 0 0 0 0 0 15 0 12 0 32587578 1564241920 63938 1992294400 134512640 134550932 4293529632 18446744073709551615 4294960144 0 0 0 16800975 18446604437838755072 0 0 -1 0 0 0 0
[pid=2287/tid=2293] ppid=2285 vsize=1527580 CPUtime=0
/proc/2287/task/2293/stat : 2293 (java) S 2285 2287 1382 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 12 0 32587579 1564241920 63938 1992294400 134512640 134550932 4293529632 18446744073709551615 4294960144 0 4 0 16800975 18446604437838755072 0 0 -1 1 0 0 0
[pid=2287/tid=2294] ppid=2285 vsize=1527580 CPUtime=0
/proc/2287/task/2294/stat : 2294 (java) S 2285 2287 1382 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 12 0 32587579 1564241920 63938 1992294400 134512640 134550932 4293529632 18446744073709551615 4294960144 0 4 0 16800975 18446604437838755072 0 0 -1 1 0 0 0
[pid=2287/tid=2295] ppid=2285 vsize=1527580 CPUtime=0
/proc/2287/task/2295/stat : 2295 (java) S 2285 2287 1382 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 32587583 1564241920 63938 1992294400 134512640 134550932 4293529632 18446744073709551615 4294960144 0 4 0 16800975 18446604437838755072 0 0 -1 1 0 0 0
[pid=2287/tid=2296] ppid=2285 vsize=1527580 CPUtime=0.04
/proc/2287/task/2296/stat : 2296 (java) S 2285 2287 1382 0 -1 4202560 81 0 0 0 4 0 0 0 18 0 12 0 32587583 1564241920 63938 1992294400 134512640 134550932 4293529632 18446744073709551615 4294960144 0 4 0 16800975 18446604437838755072 0 0 -1 0 0 0 0
[pid=2287/tid=2297] ppid=2285 vsize=1527580 CPUtime=0.28
/proc/2287/task/2297/stat : 2297 (java) S 2285 2287 1382 0 -1 4202560 918 0 0 0 28 0 0 0 16 0 12 0 32587583 1564241920 63938 1992294400 134512640 134550932 4293529632 18446744073709551615 4294960144 0 4 0 16800975 18446604437838755072 0 0 -1 0 0 0 0
[pid=2287/tid=2298] ppid=2285 vsize=1527580 CPUtime=0
/proc/2287/task/2298/stat : 2298 (java) S 2285 2287 1382 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 32587583 1564241920 63938 1992294400 134512640 134550932 4293529632 18446744073709551615 4294960144 0 4 0 16800975 18446604437838755072 0 0 -1 1 0 0 0
[pid=2287/tid=2299] ppid=2285 vsize=1527580 CPUtime=0
/proc/2287/task/2299/stat : 2299 (java) S 2285 2287 1382 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 32587584 1564241920 63938 1992294400 134512640 134550932 4293529632 18446744073709551615 4294960144 0 4 0 16800975 18446604437838755072 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 7.15
Current children cumulated vsize (KiB) 1527580

[startup+12.7002 s]
/proc/loadavg: 1.25 1.06 1.02 3/118 2299
/proc/meminfo: memFree=1136148/2059040 swapFree=4140216/4192956
[pid=2287] ppid=2285 vsize=1532052 CPUtime=15.74
/proc/2287/stat : 2287 (java) S 2285 2287 1382 0 -1 4202496 95499 0 1 0 1527 47 0 0 18 0 12 0 32587573 1568821248 87742 1992294400 134512640 134550932 4293529632 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/2287/statm: 383013 87742 1418 10 0 380315 0
[pid=2287/tid=2289] ppid=2285 vsize=1532052 CPUtime=10.39
/proc/2287/task/2289/stat : 2289 (java) R 2285 2287 1382 0 -1 4202560 32017 0 1 0 1021 18 0 0 18 0 12 0 32587575 1568821248 87742 1992294400 134512640 134550932 4293529632 18446744073709551615 4109679955 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=2287/tid=2290] ppid=2285 vsize=1532052 CPUtime=2.22
/proc/2287/task/2290/stat : 2290 (java) S 2285 2287 1382 0 -1 4202560 36647 0 0 0 207 15 0 0 16 0 12 0 32587576 1568821248 87742 1992294400 134512640 134550932 4293529632 18446744073709551615 4294960144 0 4 0 16800975 18446604437838755072 0 0 -1 0 0 0 0
[pid=2287/tid=2291] ppid=2285 vsize=1532052 CPUtime=2.16
/proc/2287/task/2291/stat : 2291 (java) S 2285 2287 1382 0 -1 4202560 24143 0 0 0 205 11 0 0 16 0 12 0 32587576 1568821248 87742 1992294400 134512640 134550932 4293529632 18446744073709551615 4294960144 0 4 0 16800975 18446604437838755072 0 0 -1 1 0 0 0
[pid=2287/tid=2292] ppid=2285 vsize=1532052 CPUtime=0
/proc/2287/task/2292/stat : 2292 (java) S 2285 2287 1382 0 -1 4202560 9 0 0 0 0 0 0 0 15 0 12 0 32587578 1568821248 87742 1992294400 134512640 134550932 4293529632 18446744073709551615 4294960144 0 0 0 16800975 18446604437838755072 0 0 -1 1 0 0 0
[pid=2287/tid=2293] ppid=2285 vsize=1532052 CPUtime=0
/proc/2287/task/2293/stat : 2293 (java) S 2285 2287 1382 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 12 0 32587579 1568821248 87742 1992294400 134512640 134550932 4293529632 18446744073709551615 4294960144 0 4 0 16800975 18446604437838755072 0 0 -1 1 0 0 0
[pid=2287/tid=2294] ppid=2285 vsize=1532052 CPUtime=0
/proc/2287/task/2294/stat : 2294 (java) S 2285 2287 1382 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 12 0 32587579 1568821248 87742 1992294400 134512640 134550932 4293529632 18446744073709551615 4294960144 0 4 0 16800975 18446604437838755072 0 0 -1 1 0 0 0
[pid=2287/tid=2295] ppid=2285 vsize=1532052 CPUtime=0
/proc/2287/task/2295/stat : 2295 (java) S 2285 2287 1382 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 32587583 1568821248 87742 1992294400 134512640 134550932 4293529632 18446744073709551615 4294960144 0 4 0 16800975 18446604437838755072 0 0 -1 1 0 0 0
[pid=2287/tid=2296] ppid=2285 vsize=1532052 CPUtime=0.26
/proc/2287/task/2296/stat : 2296 (java) S 2285 2287 1382 0 -1 4202560 268 0 0 0 26 0 0 0 15 0 12 0 32587583 1568821248 87742 1992294400 134512640 134550932 4293529632 18446744073709551615 4294960144 0 4 0 16800975 18446604437838755072 0 0 -1 0 0 0 0
[pid=2287/tid=2297] ppid=2285 vsize=1532052 CPUtime=0.66
/proc/2287/task/2297/stat : 2297 (java) S 2285 2287 1382 0 -1 4202560 1351 0 0 0 66 0 0 0 15 0 12 0 32587583 1568821248 87742 1992294400 134512640 134550932 4293529632 18446744073709551615 4294960144 0 4 0 16800975 18446604437838755072 0 0 -1 0 0 0 0
[pid=2287/tid=2298] ppid=2285 vsize=1532052 CPUtime=0
/proc/2287/task/2298/stat : 2298 (java) S 2285 2287 1382 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 32587583 1568821248 87742 1992294400 134512640 134550932 4293529632 18446744073709551615 4294960144 0 4 0 16800975 18446604437838755072 0 0 -1 1 0 0 0
[pid=2287/tid=2299] ppid=2285 vsize=1532052 CPUtime=0
/proc/2287/task/2299/stat : 2299 (java) S 2285 2287 1382 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 32587584 1568821248 87742 1992294400 134512640 134550932 4293529632 18446744073709551615 4294960144 0 4 0 16800975 18446604437838755072 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 15.74
Current children cumulated vsize (KiB) 1532052

[startup+25.5014 s]
/proc/loadavg: 1.27 1.07 1.02 1/118 2299
/proc/meminfo: memFree=971104/2059040 swapFree=4140216/4192956
[pid=2287] ppid=2285 vsize=1532052 CPUtime=30.67
/proc/2287/stat : 2287 (java) S 2285 2287 1382 0 -1 4202496 136530 0 1 0 2994 73 0 0 18 0 12 0 32587573 1568821248 126384 1992294400 134512640 134550932 4293529632 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/2287/statm: 383013 126384 1418 10 0 380315 0
[pid=2287/tid=2289] ppid=2285 vsize=1532052 CPUtime=20.78
/proc/2287/task/2289/stat : 2289 (java) R 2285 2287 1382 0 -1 4202560 32038 0 1 0 2058 20 0 0 16 0 12 0 32587575 1568821248 126384 1992294400 134512640 134550932 4293529632 18446744073709551615 4109543627 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=2287/tid=2290] ppid=2285 vsize=1532052 CPUtime=4.58
/proc/2287/task/2290/stat : 2290 (java) S 2285 2287 1382 0 -1 4202560 60933 0 0 0 431 27 0 0 16 0 12 0 32587576 1568821248 126384 1992294400 134512640 134550932 4293529632 18446744073709551615 4294960144 0 4 0 16800975 18446604437838755072 0 0 -1 0 0 0 0
[pid=2287/tid=2291] ppid=2285 vsize=1532052 CPUtime=4.3
/proc/2287/task/2291/stat : 2291 (java) S 2285 2287 1382 0 -1 4202560 40863 0 0 0 407 23 0 0 16 0 12 0 32587576 1568821248 126384 1992294400 134512640 134550932 4293529632 18446744073709551615 4294960144 0 4 0 16800975 18446604437838755072 0 0 -1 0 0 0 0
[pid=2287/tid=2292] ppid=2285 vsize=1532052 CPUtime=0
/proc/2287/task/2292/stat : 2292 (java) S 2285 2287 1382 0 -1 4202560 10 0 0 0 0 0 0 0 15 0 12 0 32587578 1568821248 126384 1992294400 134512640 134550932 4293529632 18446744073709551615 4294960144 0 0 0 16800975 18446604437838755072 0 0 -1 0 0 0 0
[pid=2287/tid=2293] ppid=2285 vsize=1532052 CPUtime=0
/proc/2287/task/2293/stat : 2293 (java) S 2285 2287 1382 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 12 0 32587579 1568821248 126384 1992294400 134512640 134550932 4293529632 18446744073709551615 4294960144 0 4 0 16800975 18446604437838755072 0 0 -1 1 0 0 0
[pid=2287/tid=2294] ppid=2285 vsize=1532052 CPUtime=0
/proc/2287/task/2294/stat : 2294 (java) S 2285 2287 1382 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 12 0 32587579 1568821248 126384 1992294400 134512640 134550932 4293529632 18446744073709551615 4294960144 0 4 0 16800975 18446604437838755072 0 0 -1 1 0 0 0
[pid=2287/tid=2295] ppid=2285 vsize=1532052 CPUtime=0
/proc/2287/task/2295/stat : 2295 (java) S 2285 2287 1382 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 32587583 1568821248 126384 1992294400 134512640 134550932 4293529632 18446744073709551615 4294960144 0 4 0 16800975 18446604437838755072 0 0 -1 1 0 0 0
[pid=2287/tid=2296] ppid=2285 vsize=1532052 CPUtime=0.29

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

[pid=2287/tid=2299] ppid=2285 vsize=1548056 CPUtime=0
/proc/2287/task/2299/stat : 2299 (java) S 2285 2287 1382 0 -1 4202560 19 0 0 0 0 0 0 0 15 0 12 0 32587584 1585209344 355475 1992294400 134512640 134550932 4293529632 18446744073709551615 4294960144 0 4 0 16800975 18446604437838755072 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 318.35
Current children cumulated vsize (KiB) 1548056

[startup+307.101 s]
/proc/loadavg: 1.01 1.07 1.03 2/118 2310
/proc/meminfo: memFree=59084/2059040 swapFree=4140216/4192956
[pid=2287] ppid=2285 vsize=1540056 CPUtime=324.74
/proc/2287/stat : 2287 (java) S 2285 2287 1382 0 -1 4202496 656492 0 1 0 32116 358 0 0 18 0 12 0 32587573 1577017344 353478 1992294400 134512640 134550932 4293529632 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/2287/statm: 385014 353478 1425 10 0 382316 0
[pid=2287/tid=2289] ppid=2285 vsize=1540056 CPUtime=113.18
/proc/2287/task/2289/stat : 2289 (java) S 2285 2287 1382 0 -1 4202560 32151 0 1 0 11277 41 0 0 18 0 12 0 32587575 1577017344 353478 1992294400 134512640 134550932 4293529632 18446744073709551615 4294960144 0 4 0 16800975 18446604437838755072 0 0 -1 1 0 0 0
[pid=2287/tid=2290] ppid=2285 vsize=1540056 CPUtime=18.61
/proc/2287/task/2290/stat : 2290 (java) S 2285 2287 1382 0 -1 4202560 174948 0 0 0 1781 80 0 0 16 0 12 0 32587576 1577017344 353478 1992294400 134512640 134550932 4293529632 18446744073709551615 4294960144 0 4 0 16800975 18446604437838755072 0 0 -1 0 0 0 0
[pid=2287/tid=2291] ppid=2285 vsize=1540056 CPUtime=17.18
/proc/2287/task/2291/stat : 2291 (java) S 2285 2287 1382 0 -1 4202560 170545 0 0 0 1587 131 0 0 16 0 12 0 32587576 1577017344 353478 1992294400 134512640 134550932 4293529632 18446744073709551615 4294960144 0 4 0 16800975 18446604437838755072 0 0 -1 0 0 0 0
[pid=2287/tid=2292] ppid=2285 vsize=1540056 CPUtime=174.76
/proc/2287/task/2292/stat : 2292 (java) R 2285 2287 1382 0 -1 4202560 276142 0 0 0 17372 104 0 0 25 0 12 0 32587578 1577017344 353478 1992294400 134512640 134550932 4293529632 18446744073709551615 105696579 0 0 0 16800975 0 0 0 -1 1 0 0 0
[pid=2287/tid=2293] ppid=2285 vsize=1540056 CPUtime=0
/proc/2287/task/2293/stat : 2293 (java) S 2285 2287 1382 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 12 0 32587579 1577017344 353478 1992294400 134512640 134550932 4293529632 18446744073709551615 4294960144 0 4 0 16800975 18446604437838755072 0 0 -1 0 0 0 0
[pid=2287/tid=2294] ppid=2285 vsize=1540056 CPUtime=0
/proc/2287/task/2294/stat : 2294 (java) S 2285 2287 1382 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 12 0 32587579 1577017344 353478 1992294400 134512640 134550932 4293529632 18446744073709551615 4294960144 0 4 0 16800975 18446604437838755072 0 0 -1 1 0 0 0
[pid=2287/tid=2295] ppid=2285 vsize=1540056 CPUtime=0
/proc/2287/task/2295/stat : 2295 (java) S 2285 2287 1382 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 32587583 1577017344 353478 1992294400 134512640 134550932 4293529632 18446744073709551615 4294960144 0 4 0 16800975 18446604437838755072 0 0 -1 1 0 0 0
[pid=2287/tid=2296] ppid=2285 vsize=1540056 CPUtime=0.31
/proc/2287/task/2296/stat : 2296 (java) S 2285 2287 1382 0 -1 4202560 273 0 0 0 31 0 0 0 15 0 12 0 32587583 1577017344 353478 1992294400 134512640 134550932 4293529632 18446744073709551615 4294960144 0 4 0 16800975 18446604437838755072 0 0 -1 1 0 0 0
[pid=2287/tid=2297] ppid=2285 vsize=1540056 CPUtime=0.66
/proc/2287/task/2297/stat : 2297 (java) S 2285 2287 1382 0 -1 4202560 1351 0 0 0 66 0 0 0 15 0 12 0 32587583 1577017344 353478 1992294400 134512640 134550932 4293529632 18446744073709551615 4294960144 0 4 0 16800975 18446604437838755072 0 0 -1 1 0 0 0
[pid=2287/tid=2298] ppid=2285 vsize=1540056 CPUtime=0
/proc/2287/task/2298/stat : 2298 (java) S 2285 2287 1382 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 32587583 1577017344 353478 1992294400 134512640 134550932 4293529632 18446744073709551615 4294960144 0 4 0 16800975 18446604437838755072 0 0 -1 1 0 0 0
[pid=2287/tid=2299] ppid=2285 vsize=1540056 CPUtime=0
/proc/2287/task/2299/stat : 2299 (java) S 2285 2287 1382 0 -1 4202560 19 0 0 0 0 0 0 0 15 0 12 0 32587584 1577017344 353478 1992294400 134512640 134550932 4293529632 18446744073709551615 4294960144 0 4 0 16800975 18446604437838755072 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 324.74
Current children cumulated vsize (KiB) 1540056

[startup+308.701 s]
/proc/loadavg: 1.01 1.07 1.03 2/118 2310
/proc/meminfo: memFree=51148/2059040 swapFree=4140216/4192956
[pid=2287] ppid=2285 vsize=1548056 CPUtime=326.34
/proc/2287/stat : 2287 (java) S 2285 2287 1382 0 -1 4202496 660493 0 1 0 32274 360 0 0 18 0 12 0 32587573 1585209344 355478 1992294400 134512640 134550932 4293529632 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/2287/statm: 387014 355478 1425 10 0 384316 0
[pid=2287/tid=2289] ppid=2285 vsize=1548056 CPUtime=113.18
/proc/2287/task/2289/stat : 2289 (java) S 2285 2287 1382 0 -1 4202560 32151 0 1 0 11277 41 0 0 18 0 12 0 32587575 1585209344 355478 1992294400 134512640 134550932 4293529632 18446744073709551615 4294960144 0 4 0 16800975 18446604437838755072 0 0 -1 1 0 0 0
[pid=2287/tid=2290] ppid=2285 vsize=1548056 CPUtime=18.61
/proc/2287/task/2290/stat : 2290 (java) S 2285 2287 1382 0 -1 4202560 174948 0 0 0 1781 80 0 0 16 0 12 0 32587576 1585209344 355478 1992294400 134512640 134550932 4293529632 18446744073709551615 4294960144 0 4 0 16800975 18446604437838755072 0 0 -1 0 0 0 0
[pid=2287/tid=2291] ppid=2285 vsize=1548056 CPUtime=17.18
/proc/2287/task/2291/stat : 2291 (java) S 2285 2287 1382 0 -1 4202560 170545 0 0 0 1587 131 0 0 16 0 12 0 32587576 1585209344 355478 1992294400 134512640 134550932 4293529632 18446744073709551615 4294960144 0 4 0 16800975 18446604437838755072 0 0 -1 0 0 0 0
[pid=2287/tid=2292] ppid=2285 vsize=1548056 CPUtime=176.35
/proc/2287/task/2292/stat : 2292 (java) R 2285 2287 1382 0 -1 4202560 280143 0 0 0 17530 105 0 0 25 0 12 0 32587578 1585209344 355478 1992294400 134512640 134550932 4293529632 18446744073709551615 106157706 0 0 0 16800975 0 0 0 -1 1 0 0 0
[pid=2287/tid=2293] ppid=2285 vsize=1548056 CPUtime=0
/proc/2287/task/2293/stat : 2293 (java) S 2285 2287 1382 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 12 0 32587579 1585209344 355478 1992294400 134512640 134550932 4293529632 18446744073709551615 4294960144 0 4 0 16800975 18446604437838755072 0 0 -1 0 0 0 0
[pid=2287/tid=2294] ppid=2285 vsize=1548056 CPUtime=0
/proc/2287/task/2294/stat : 2294 (java) S 2285 2287 1382 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 12 0 32587579 1585209344 355478 1992294400 134512640 134550932 4293529632 18446744073709551615 4294960144 0 4 0 16800975 18446604437838755072 0 0 -1 1 0 0 0
[pid=2287/tid=2295] ppid=2285 vsize=1548056 CPUtime=0
/proc/2287/task/2295/stat : 2295 (java) S 2285 2287 1382 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 32587583 1585209344 355478 1992294400 134512640 134550932 4293529632 18446744073709551615 4294960144 0 4 0 16800975 18446604437838755072 0 0 -1 1 0 0 0
[pid=2287/tid=2296] ppid=2285 vsize=1548056 CPUtime=0.31
/proc/2287/task/2296/stat : 2296 (java) S 2285 2287 1382 0 -1 4202560 273 0 0 0 31 0 0 0 15 0 12 0 32587583 1585209344 355478 1992294400 134512640 134550932 4293529632 18446744073709551615 4294960144 0 4 0 16800975 18446604437838755072 0 0 -1 1 0 0 0
[pid=2287/tid=2297] ppid=2285 vsize=1548056 CPUtime=0.66
/proc/2287/task/2297/stat : 2297 (java) S 2285 2287 1382 0 -1 4202560 1351 0 0 0 66 0 0 0 15 0 12 0 32587583 1585209344 355478 1992294400 134512640 134550932 4293529632 18446744073709551615 4294960144 0 4 0 16800975 18446604437838755072 0 0 -1 1 0 0 0
[pid=2287/tid=2298] ppid=2285 vsize=1548056 CPUtime=0
/proc/2287/task/2298/stat : 2298 (java) S 2285 2287 1382 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 32587583 1585209344 355478 1992294400 134512640 134550932 4293529632 18446744073709551615 4294960144 0 4 0 16800975 18446604437838755072 0 0 -1 1 0 0 0
[pid=2287/tid=2299] ppid=2285 vsize=1548056 CPUtime=0
/proc/2287/task/2299/stat : 2299 (java) S 2285 2287 1382 0 -1 4202560 19 0 0 0 0 0 0 0 15 0 12 0 32587584 1585209344 355478 1992294400 134512640 134550932 4293529632 18446744073709551615 4294960144 0 4 0 16800975 18446604437838755072 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 326.34
Current children cumulated vsize (KiB) 1548056

[startup+310.302 s]
/proc/loadavg: 1.01 1.07 1.03 2/118 2310
/proc/meminfo: memFree=51148/2059040 swapFree=4140216/4192956
[pid=2287] ppid=2285 vsize=1548056 CPUtime=327.94
/proc/2287/stat : 2287 (java) S 2285 2287 1382 0 -1 4202496 660493 0 1 0 32434 360 0 0 18 0 12 0 32587573 1585209344 355478 1992294400 134512640 134550932 4293529632 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/2287/statm: 387014 355478 1425 10 0 384316 0
[pid=2287/tid=2289] ppid=2285 vsize=1548056 CPUtime=113.18
/proc/2287/task/2289/stat : 2289 (java) S 2285 2287 1382 0 -1 4202560 32151 0 1 0 11277 41 0 0 18 0 12 0 32587575 1585209344 355478 1992294400 134512640 134550932 4293529632 18446744073709551615 4294960144 0 4 0 16800975 18446604437838755072 0 0 -1 1 0 0 0
[pid=2287/tid=2290] ppid=2285 vsize=1548056 CPUtime=18.61
/proc/2287/task/2290/stat : 2290 (java) S 2285 2287 1382 0 -1 4202560 174948 0 0 0 1781 80 0 0 16 0 12 0 32587576 1585209344 355478 1992294400 134512640 134550932 4293529632 18446744073709551615 4294960144 0 4 0 16800975 18446604437838755072 0 0 -1 0 0 0 0
[pid=2287/tid=2291] ppid=2285 vsize=1548056 CPUtime=17.18
/proc/2287/task/2291/stat : 2291 (java) S 2285 2287 1382 0 -1 4202560 170545 0 0 0 1587 131 0 0 16 0 12 0 32587576 1585209344 355478 1992294400 134512640 134550932 4293529632 18446744073709551615 4294960144 0 4 0 16800975 18446604437838755072 0 0 -1 0 0 0 0
[pid=2287/tid=2292] ppid=2285 vsize=1548056 CPUtime=177.95
/proc/2287/task/2292/stat : 2292 (java) R 2285 2287 1382 0 -1 4202560 280143 0 0 0 17690 105 0 0 25 0 12 0 32587578 1585209344 355478 1992294400 134512640 134550932 4293529632 18446744073709551615 106158851 0 0 0 16800975 0 0 0 -1 1 0 0 0
[pid=2287/tid=2293] ppid=2285 vsize=1548056 CPUtime=0
/proc/2287/task/2293/stat : 2293 (java) S 2285 2287 1382 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 12 0 32587579 1585209344 355478 1992294400 134512640 134550932 4293529632 18446744073709551615 4294960144 0 4 0 16800975 18446604437838755072 0 0 -1 0 0 0 0
[pid=2287/tid=2294] ppid=2285 vsize=1548056 CPUtime=0
/proc/2287/task/2294/stat : 2294 (java) S 2285 2287 1382 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 12 0 32587579 1585209344 355478 1992294400 134512640 134550932 4293529632 18446744073709551615 4294960144 0 4 0 16800975 18446604437838755072 0 0 -1 1 0 0 0
[pid=2287/tid=2295] ppid=2285 vsize=1548056 CPUtime=0
/proc/2287/task/2295/stat : 2295 (java) S 2285 2287 1382 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 32587583 1585209344 355478 1992294400 134512640 134550932 4293529632 18446744073709551615 4294960144 0 4 0 16800975 18446604437838755072 0 0 -1 1 0 0 0
[pid=2287/tid=2296] ppid=2285 vsize=1548056 CPUtime=0.31
/proc/2287/task/2296/stat : 2296 (java) S 2285 2287 1382 0 -1 4202560 273 0 0 0 31 0 0 0 15 0 12 0 32587583 1585209344 355478 1992294400 134512640 134550932 4293529632 18446744073709551615 4294960144 0 4 0 16800975 18446604437838755072 0 0 -1 1 0 0 0
[pid=2287/tid=2297] ppid=2285 vsize=1548056 CPUtime=0.66
/proc/2287/task/2297/stat : 2297 (java) S 2285 2287 1382 0 -1 4202560 1351 0 0 0 66 0 0 0 15 0 12 0 32587583 1585209344 355478 1992294400 134512640 134550932 4293529632 18446744073709551615 4294960144 0 4 0 16800975 18446604437838755072 0 0 -1 1 0 0 0
[pid=2287/tid=2298] ppid=2285 vsize=1548056 CPUtime=0
/proc/2287/task/2298/stat : 2298 (java) S 2285 2287 1382 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 32587583 1585209344 355478 1992294400 134512640 134550932 4293529632 18446744073709551615 4294960144 0 4 0 16800975 18446604437838755072 0 0 -1 1 0 0 0
[pid=2287/tid=2299] ppid=2285 vsize=1548056 CPUtime=0
/proc/2287/task/2299/stat : 2299 (java) S 2285 2287 1382 0 -1 4202560 19 0 0 0 0 0 0 0 15 0 12 0 32587584 1585209344 355478 1992294400 134512640 134550932 4293529632 18446744073709551615 4294960144 0 4 0 16800975 18446604437838755072 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 327.94
Current children cumulated vsize (KiB) 1548056

[startup+310.702 s]
/proc/loadavg: 1.01 1.07 1.03 2/118 2310
/proc/meminfo: memFree=51148/2059040 swapFree=4140216/4192956
[pid=2287] ppid=2285 vsize=1548056 CPUtime=328.34
/proc/2287/stat : 2287 (java) S 2285 2287 1382 0 -1 4202496 660493 0 1 0 32474 360 0 0 18 0 12 0 32587573 1585209344 355478 1992294400 134512640 134550932 4293529632 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/2287/statm: 387014 355478 1425 10 0 384316 0
[pid=2287/tid=2289] ppid=2285 vsize=1548056 CPUtime=113.18
/proc/2287/task/2289/stat : 2289 (java) S 2285 2287 1382 0 -1 4202560 32151 0 1 0 11277 41 0 0 18 0 12 0 32587575 1585209344 355478 1992294400 134512640 134550932 4293529632 18446744073709551615 4294960144 0 4 0 16800975 18446604437838755072 0 0 -1 1 0 0 0
[pid=2287/tid=2290] ppid=2285 vsize=1548056 CPUtime=18.61
/proc/2287/task/2290/stat : 2290 (java) S 2285 2287 1382 0 -1 4202560 174948 0 0 0 1781 80 0 0 16 0 12 0 32587576 1585209344 355478 1992294400 134512640 134550932 4293529632 18446744073709551615 4294960144 0 4 0 16800975 18446604437838755072 0 0 -1 0 0 0 0
[pid=2287/tid=2291] ppid=2285 vsize=1548056 CPUtime=17.18
/proc/2287/task/2291/stat : 2291 (java) S 2285 2287 1382 0 -1 4202560 170545 0 0 0 1587 131 0 0 16 0 12 0 32587576 1585209344 355478 1992294400 134512640 134550932 4293529632 18446744073709551615 4294960144 0 4 0 16800975 18446604437838755072 0 0 -1 0 0 0 0
[pid=2287/tid=2292] ppid=2285 vsize=1548056 CPUtime=178.35
/proc/2287/task/2292/stat : 2292 (java) R 2285 2287 1382 0 -1 4202560 280143 0 0 0 17730 105 0 0 25 0 12 0 32587578 1585209344 355478 1992294400 134512640 134550932 4293529632 18446744073709551615 106159263 0 0 0 16800975 0 0 0 -1 1 0 0 0
[pid=2287/tid=2293] ppid=2285 vsize=1548056 CPUtime=0
/proc/2287/task/2293/stat : 2293 (java) S 2285 2287 1382 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 12 0 32587579 1585209344 355478 1992294400 134512640 134550932 4293529632 18446744073709551615 4294960144 0 4 0 16800975 18446604437838755072 0 0 -1 0 0 0 0
[pid=2287/tid=2294] ppid=2285 vsize=1548056 CPUtime=0
/proc/2287/task/2294/stat : 2294 (java) S 2285 2287 1382 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 12 0 32587579 1585209344 355478 1992294400 134512640 134550932 4293529632 18446744073709551615 4294960144 0 4 0 16800975 18446604437838755072 0 0 -1 1 0 0 0
[pid=2287/tid=2295] ppid=2285 vsize=1548056 CPUtime=0
/proc/2287/task/2295/stat : 2295 (java) S 2285 2287 1382 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 32587583 1585209344 355478 1992294400 134512640 134550932 4293529632 18446744073709551615 4294960144 0 4 0 16800975 18446604437838755072 0 0 -1 1 0 0 0
[pid=2287/tid=2296] ppid=2285 vsize=1548056 CPUtime=0.31
/proc/2287/task/2296/stat : 2296 (java) S 2285 2287 1382 0 -1 4202560 273 0 0 0 31 0 0 0 15 0 12 0 32587583 1585209344 355478 1992294400 134512640 134550932 4293529632 18446744073709551615 4294960144 0 4 0 16800975 18446604437838755072 0 0 -1 1 0 0 0
[pid=2287/tid=2297] ppid=2285 vsize=1548056 CPUtime=0.66
/proc/2287/task/2297/stat : 2297 (java) S 2285 2287 1382 0 -1 4202560 1351 0 0 0 66 0 0 0 15 0 12 0 32587583 1585209344 355478 1992294400 134512640 134550932 4293529632 18446744073709551615 4294960144 0 4 0 16800975 18446604437838755072 0 0 -1 1 0 0 0
[pid=2287/tid=2298] ppid=2285 vsize=1548056 CPUtime=0
/proc/2287/task/2298/stat : 2298 (java) S 2285 2287 1382 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 32587583 1585209344 355478 1992294400 134512640 134550932 4293529632 18446744073709551615 4294960144 0 4 0 16800975 18446604437838755072 0 0 -1 1 0 0 0
[pid=2287/tid=2299] ppid=2285 vsize=1548056 CPUtime=0
/proc/2287/task/2299/stat : 2299 (java) S 2285 2287 1382 0 -1 4202560 19 0 0 0 0 0 0 0 15 0 12 0 32587584 1585209344 355478 1992294400 134512640 134550932 4293529632 18446744073709551615 4294960144 0 4 0 16800975 18446604437838755072 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 328.34
Current children cumulated vsize (KiB) 1548056

[startup+310.902 s]
/proc/loadavg: 1.01 1.07 1.03 2/118 2310
/proc/meminfo: memFree=51148/2059040 swapFree=4140216/4192956
[pid=2287] ppid=2285 vsize=1548056 CPUtime=328.54
/proc/2287/stat : 2287 (java) S 2285 2287 1382 0 -1 4202496 660493 0 1 0 32494 360 0 0 18 0 12 0 32587573 1585209344 355478 1992294400 134512640 134550932 4293529632 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/2287/statm: 387014 355478 1425 10 0 384316 0
[pid=2287/tid=2289] ppid=2285 vsize=1548056 CPUtime=113.18
/proc/2287/task/2289/stat : 2289 (java) S 2285 2287 1382 0 -1 4202560 32151 0 1 0 11277 41 0 0 18 0 12 0 32587575 1585209344 355478 1992294400 134512640 134550932 4293529632 18446744073709551615 4294960144 0 4 0 16800975 18446604437838755072 0 0 -1 1 0 0 0
[pid=2287/tid=2290] ppid=2285 vsize=1548056 CPUtime=18.61
/proc/2287/task/2290/stat : 2290 (java) S 2285 2287 1382 0 -1 4202560 174948 0 0 0 1781 80 0 0 16 0 12 0 32587576 1585209344 355478 1992294400 134512640 134550932 4293529632 18446744073709551615 4294960144 0 4 0 16800975 18446604437838755072 0 0 -1 0 0 0 0
[pid=2287/tid=2291] ppid=2285 vsize=1548056 CPUtime=17.18
/proc/2287/task/2291/stat : 2291 (java) S 2285 2287 1382 0 -1 4202560 170545 0 0 0 1587 131 0 0 16 0 12 0 32587576 1585209344 355478 1992294400 134512640 134550932 4293529632 18446744073709551615 4294960144 0 4 0 16800975 18446604437838755072 0 0 -1 0 0 0 0
[pid=2287/tid=2292] ppid=2285 vsize=1548056 CPUtime=178.55
/proc/2287/task/2292/stat : 2292 (java) R 2285 2287 1382 0 -1 4202560 280143 0 0 0 17750 105 0 0 25 0 12 0 32587578 1585209344 355478 1992294400 134512640 134550932 4293529632 18446744073709551615 105697721 0 0 0 16800975 0 0 0 -1 1 0 0 0
[pid=2287/tid=2293] ppid=2285 vsize=1548056 CPUtime=0
/proc/2287/task/2293/stat : 2293 (java) S 2285 2287 1382 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 12 0 32587579 1585209344 355478 1992294400 134512640 134550932 4293529632 18446744073709551615 4294960144 0 4 0 16800975 18446604437838755072 0 0 -1 0 0 0 0
[pid=2287/tid=2294] ppid=2285 vsize=1548056 CPUtime=0
/proc/2287/task/2294/stat : 2294 (java) S 2285 2287 1382 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 12 0 32587579 1585209344 355478 1992294400 134512640 134550932 4293529632 18446744073709551615 4294960144 0 4 0 16800975 18446604437838755072 0 0 -1 1 0 0 0
[pid=2287/tid=2295] ppid=2285 vsize=1548056 CPUtime=0
/proc/2287/task/2295/stat : 2295 (java) S 2285 2287 1382 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 32587583 1585209344 355478 1992294400 134512640 134550932 4293529632 18446744073709551615 4294960144 0 4 0 16800975 18446604437838755072 0 0 -1 1 0 0 0
[pid=2287/tid=2296] ppid=2285 vsize=1548056 CPUtime=0.31
/proc/2287/task/2296/stat : 2296 (java) S 2285 2287 1382 0 -1 4202560 273 0 0 0 31 0 0 0 15 0 12 0 32587583 1585209344 355478 1992294400 134512640 134550932 4293529632 18446744073709551615 4294960144 0 4 0 16800975 18446604437838755072 0 0 -1 1 0 0 0
[pid=2287/tid=2297] ppid=2285 vsize=1548056 CPUtime=0.66
/proc/2287/task/2297/stat : 2297 (java) S 2285 2287 1382 0 -1 4202560 1351 0 0 0 66 0 0 0 15 0 12 0 32587583 1585209344 355478 1992294400 134512640 134550932 4293529632 18446744073709551615 4294960144 0 4 0 16800975 18446604437838755072 0 0 -1 1 0 0 0
[pid=2287/tid=2298] ppid=2285 vsize=1548056 CPUtime=0
/proc/2287/task/2298/stat : 2298 (java) S 2285 2287 1382 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 32587583 1585209344 355478 1992294400 134512640 134550932 4293529632 18446744073709551615 4294960144 0 4 0 16800975 18446604437838755072 0 0 -1 1 0 0 0
[pid=2287/tid=2299] ppid=2285 vsize=1548056 CPUtime=0
/proc/2287/task/2299/stat : 2299 (java) S 2285 2287 1382 0 -1 4202560 19 0 0 0 0 0 0 0 15 0 12 0 32587584 1585209344 355478 1992294400 134512640 134550932 4293529632 18446744073709551615 4294960144 0 4 0 16800975 18446604437838755072 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 328.54
Current children cumulated vsize (KiB) 1548056

[startup+311.002 s]
/proc/loadavg: 1.01 1.07 1.03 2/118 2310
/proc/meminfo: memFree=51148/2059040 swapFree=4140216/4192956
[pid=2287] ppid=2285 vsize=0 CPUtime=328.63
/proc/2287/stat : 2287 (java) Z 2285 2287 1382 0 -1 4202524 660508 0 1 0 32498 365 0 0 18 0 2 0 32587573 0 0 1992294400 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/2287/statm: 0 0 0 0 0 0 0
[pid=2287/tid=2289] ppid=2285 vsize=0 CPUtime=113.24
/proc/2287/task/2289/stat : 2289 (java) R 2285 2287 1382 0 -1 4202564 32156 0 1 0 11277 47 0 0 19 0 2 0 32587575 0 0 1992294400 0 0 0 0 0 256 0 0 16800975 18446744073709551615 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 328.63
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 311.078
CPU time (s): 328.717
CPU user time (s): 324.982
CPU system time (s): 3.73543
CPU usage (%): 105.67
Max. virtual memory (cumulated for all children) (KiB): 1556060

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 324.982
system time used= 3.73543
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 660508
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= 7800
involuntary context switches= 6027

runsolver used 0.658899 second user time and 1.62975 second system time

The end

Launcher Data

Begin job on node010 at 2010-06-15 04:44:19
IDJOB=2660519
IDBENCH=2520
IDSOLVER=1165
FILE ID=node010/2660519-1276569841
PBS_JOBID= 11173512
Free space on /tmp= 62244 MiB

SOLVER NAME= SAT4J PB CuttingPlanes 2.2.0 2010-05-26
BENCH NAME= PB06//final/normalized-PB06/OPT-BIGINT/mps-v2-20-10/MIPLIB/miplib2003/normalized-mps-v2-20-10-ds.opb
COMMAND LINE= java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar CuttingPlanes BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2660519-1276569841/watcher-2660519-1276569841 -o /tmp/evaluation-result-2660519-1276569841/solver-2660519-1276569841 -C 1800 -W 2000 -M 1800  java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar CuttingPlanes HOME/instance-2660519-1276569841.opb

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

MD5SUM BENCH= 7478f253a8ff3e29c2a001743623a20c
RANDOM SEED=592992981

node010.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.267
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.53
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.267
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.46
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1468152 kB
Buffers:         43452 kB
Cached:         455508 kB
SwapCached:       6052 kB
Active:         378916 kB
Inactive:       132704 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1468152 kB
SwapTotal:     4192956 kB
SwapFree:      4140216 kB
Dirty:          211492 kB
Writeback:           0 kB
AnonPages:       10960 kB
Mapped:          12964 kB
Slab:            57100 kB
PageTables:       4012 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   182932 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= 62244 MiB
End job on node010 at 2010-06-15 04:49:31