Trace number 2662137

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? 210.899 194.742

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/
plato.asu.edu/pub/lptestset/fome/normalized-mps-v2-20-10-fome12.opb
MD5SUMd6efb238990ec55ca510b102fead8acf
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 variables1466812
Total number of constraints24336
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 constraints24336
Minimum length of a constraint13
Maximum length of a constraint6840
Number of terms in the objective function 748132
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 3531010623397850041104
Number of bits of the sum of numbers in the objective function 72
Biggest number in a constraint 53687091200000000000
Number of bits of the biggest number in a constraint 66
Biggest sum of numbers in a constraint 4277072243466308763648
Number of bits of the biggest sum of numbers72
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.25/0.22	c Pseudo Boolean Optimization
0.25/0.22	c ManyCore solver with 2 solvers running in parallel
0.25/0.22	c --- Begin Solver configuration ---
0.25/0.22	c Stops conflict analysis at the first Unique Implication Point
0.25/0.22	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@1f436f5
0.25/0.22	c Learn all clauses as in MiniSAT
0.25/0.22	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.25/0.22	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.25/0.22	c Expensive reason simplification
0.25/0.22	c Armin Biere (Picosat) restarts strategy
0.25/0.22	c Glucose learned constraints deletion strategy
0.25/0.22	c timeout=2147483s
0.25/0.22	c DB Simplification allowed=false
0.25/0.22	c --- End Solver configuration ---
0.25/0.22	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.25/0.22	c --- Begin Solver configuration ---
0.25/0.22	c Stops conflict analysis at the first Unique Implication Point
0.25/0.22	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@18385e3
0.25/0.22	c Learn all clauses as in MiniSAT
0.25/0.22	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.25/0.22	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.25/0.22	c No reason simplification
0.25/0.22	c Armin Biere (Picosat) restarts strategy
0.25/0.22	c Glucose learned constraints deletion strategy
0.25/0.22	c timeout=2147483s
0.25/0.22	c DB Simplification allowed=false
0.25/0.22	c --- End Solver configuration ---
0.25/0.22	
0.25/0.22	c solving HOME/instance-2662137-1276517514.opb
0.25/0.22	c reading problem ... 
210.65/194.60	Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
210.65/194.60		at java.lang.String.substring(Unknown Source)
210.65/194.60		at java.lang.String.substring(Unknown Source)
210.65/194.60		at org.sat4j.pb.reader.OPBReader2007.translateVarToId(Unknown Source)
210.65/194.60		at org.sat4j.pb.reader.OPBReader2005.constraintTerm(Unknown Source)
210.65/194.60		at org.sat4j.pb.reader.OPBReader2005.readConstraint(Unknown Source)
210.65/194.60		at org.sat4j.pb.reader.OPBReader2005.parse(Unknown Source)
210.65/194.60		at org.sat4j.pb.reader.OPBReader2005.parseInstance(Unknown Source)
210.65/194.60		at org.sat4j.pb.reader.OPBReader2005.parseInstance(Unknown Source)
210.65/194.60		at org.sat4j.pb.reader.OPBReader2010.parseInstance(Unknown Source)
210.65/194.60		at org.sat4j.reader.Reader.parseInstance(Unknown Source)
210.65/194.60		at org.sat4j.reader.Reader.parseInstance(Unknown Source)
210.65/194.60		at org.sat4j.AbstractLauncher.readProblem(Unknown Source)
210.65/194.60		at org.sat4j.AbstractLauncher.run(Unknown Source)
210.65/194.60		at org.sat4j.multicore.MultiCoreLauncher.main(Unknown Source)
210.65/194.60	c starts		: 0
210.65/194.60	c conflicts		: 0
210.65/194.60	c decisions		: 0
210.65/194.60	c propagations		: 0
210.65/194.60	c inspects		: 0
210.65/194.60	c learnt literals	: 0
210.65/194.60	c learnt binary clauses	: 0
210.65/194.60	c learnt ternary clauses	: 0
210.65/194.60	c learnt clauses	: 0
210.65/194.60	c ignored clauses	: 0
210.65/194.60	c root simplifications	: 0
210.65/194.60	c removed literals (reason simplification)	: 0
210.65/194.60	c reason swapping (by a shorter reason)	: 0
210.65/194.60	c Calls to reduceDB	: 0
210.65/194.60	c number of reductions to clauses (during analyze)	: 0
210.65/194.60	c number of learned constraints concerned by reduction	: 0
210.65/194.60	c number of learning phase by resolution	: 0
210.65/194.60	c number of learning phase by cutting planes	: 0
210.65/194.60	c speed (assignments/second)	: 0.0
210.65/194.60	c non guided choices	0
210.65/194.60	c learnt constraints type 
210.65/194.60	c constraints type 
210.65/194.60	c org.sat4j.pb.constraints.pb.MaxWatchPb => 47930
210.65/194.60	c constraints type 
210.65/194.60	c org.sat4j.pb.constraints.pb.MaxWatchPb => 47930
210.65/194.60	s UNKNOWN
210.65/194.60	c Total wall clock time (in seconds): 194.382

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-2662137-1276517514/watcher-2662137-1276517514 -o /tmp/evaluation-result-2662137-1276517514/solver-2662137-1276517514 -C 1800 -W 2000 -M 1800 java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2662137-1276517514.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.02 1.03 1.00 3/106 29222
/proc/meminfo: memFree=1626612/2059040 swapFree=4134576/4192956
[pid=29222] ppid=29220 vsize=1832 CPUtime=0
/proc/29222/stat : 29222 (java6) R 29220 29222 28710 0 -1 4194304 241 0 0 0 0 0 0 0 19 0 1 0 27338597 1875968 144 1992294400 134512640 134550932 4287973088 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/29222/statm: 458 144 107 10 0 63 0

[startup+0.0301759 s]
/proc/loadavg: 1.02 1.03 1.00 3/106 29222
/proc/meminfo: memFree=1626612/2059040 swapFree=4134576/4192956
[pid=29222] ppid=29220 vsize=1517712 CPUtime=0.01
/proc/29222/stat : 29222 (java) S 29220 29222 28710 0 -1 4202496 2620 0 1 0 0 1 0 0 18 0 3 0 27338597 1554137088 2064 1992294400 134512640 134550932 4290982016 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0
/proc/29222/statm: 379428 2064 419 10 0 377139 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 1517712

[startup+0.10092 s]
/proc/loadavg: 1.02 1.03 1.00 3/106 29222
/proc/meminfo: memFree=1626612/2059040 swapFree=4134576/4192956
[pid=29222] ppid=29220 vsize=1525204 CPUtime=0.08
/proc/29222/stat : 29222 (java) S 29220 29222 28710 0 -1 4202496 3954 0 1 0 6 2 0 0 18 0 12 0 27338597 1561808896 3393 1992294400 134512640 134550932 4290982016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/29222/statm: 381301 3393 1075 10 0 378604 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1525204

[startup+0.301373 s]
/proc/loadavg: 1.02 1.03 1.00 3/106 29222
/proc/meminfo: memFree=1626612/2059040 swapFree=4134576/4192956
[pid=29222] ppid=29220 vsize=1526104 CPUtime=0.35
/proc/29222/stat : 29222 (java) S 29220 29222 28710 0 -1 4202496 19399 0 1 0 26 9 0 0 18 0 12 0 27338597 1562730496 18836 1992294400 134512640 134550932 4290982016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/29222/statm: 381526 18850 1350 10 0 378829 0
Current children cumulated CPU time (s) 0.35
Current children cumulated vsize (KiB) 1526104

[startup+0.700366 s]
/proc/loadavg: 1.02 1.03 1.00 3/106 29222
/proc/meminfo: memFree=1626612/2059040 swapFree=4134576/4192956
[pid=29222] ppid=29220 vsize=1527436 CPUtime=1.05
/proc/29222/stat : 29222 (java) S 29220 29222 28710 0 -1 4202496 24488 0 1 0 95 10 0 0 18 0 12 0 27338597 1564094464 23879 1992294400 134512640 134550932 4290982016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/29222/statm: 381859 23880 1400 10 0 379162 0
Current children cumulated CPU time (s) 1.05
Current children cumulated vsize (KiB) 1527436

[startup+1.50135 s]
/proc/loadavg: 1.02 1.03 1.00 2/118 29234
/proc/meminfo: memFree=1515784/2059040 swapFree=4134576/4192956
[pid=29222] ppid=29220 vsize=1527436 CPUtime=1.98
/proc/29222/stat : 29222 (java) S 29220 29222 28710 0 -1 4202496 52503 0 1 0 175 23 0 0 18 0 12 0 27338597 1564094464 51891 1992294400 134512640 134550932 4290982016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/29222/statm: 381859 51891 1411 10 0 379162 0
[pid=29222/tid=29224] ppid=29220 vsize=1527436 CPUtime=1.33
/proc/29222/task/29224/stat : 29224 (java) R 29220 29222 28710 0 -1 4202560 32014 0 1 0 120 13 0 0 18 0 12 0 27338599 1564094464 51891 1992294400 134512640 134550932 4290982016 18446744073709551615 4108923610 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=29222/tid=29225] ppid=29220 vsize=1527436 CPUtime=0.12
/proc/29222/task/29225/stat : 29225 (java) S 29220 29222 28710 0 -1 4202560 11845 0 0 0 7 5 0 0 18 0 12 0 27338600 1564094464 51891 1992294400 134512640 134550932 4290982016 18446744073709551615 4294960144 0 4 0 16800975 18446604437829809280 0 0 -1 1 0 0 0
[pid=29222/tid=29226] ppid=29220 vsize=1527436 CPUtime=0.12
/proc/29222/task/29226/stat : 29226 (java) S 29220 29222 28710 0 -1 4202560 6612 0 0 0 9 3 0 0 18 0 12 0 27338600 1564094464 51891 1992294400 134512640 134550932 4290982016 18446744073709551615 4294960144 0 4 0 16800975 18446604437829809280 0 0 -1 0 0 0 0
[pid=29222/tid=29227] ppid=29220 vsize=1527436 CPUtime=0
/proc/29222/task/29227/stat : 29227 (java) S 29220 29222 28710 0 -1 4202560 8 0 0 0 0 0 0 0 15 0 12 0 27338602 1564094464 51891 1992294400 134512640 134550932 4290982016 18446744073709551615 4294960144 0 0 0 16800975 18446604437829809280 0 0 -1 0 0 0 0
[pid=29222/tid=29228] ppid=29220 vsize=1527436 CPUtime=0
/proc/29222/task/29228/stat : 29228 (java) S 29220 29222 28710 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 12 0 27338602 1564094464 51891 1992294400 134512640 134550932 4290982016 18446744073709551615 4294960144 0 4 0 16800975 18446604437829809280 0 0 -1 1 0 0 0
[pid=29222/tid=29229] ppid=29220 vsize=1527436 CPUtime=0
/proc/29222/task/29229/stat : 29229 (java) S 29220 29222 28710 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 12 0 27338602 1564094464 51891 1992294400 134512640 134550932 4290982016 18446744073709551615 4294960144 0 4 0 16800975 18446604437829809280 0 0 -1 1 0 0 0
[pid=29222/tid=29230] ppid=29220 vsize=1527436 CPUtime=0
/proc/29222/task/29230/stat : 29230 (java) S 29220 29222 28710 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 12 0 27338607 1564094464 51891 1992294400 134512640 134550932 4290982016 18446744073709551615 4294960144 0 4 0 16800975 18446604437829809280 0 0 -1 0 0 0 0
[pid=29222/tid=29231] ppid=29220 vsize=1527436 CPUtime=0.18
/proc/29222/task/29231/stat : 29231 (java) S 29220 29222 28710 0 -1 4202560 364 0 0 0 18 0 0 0 22 0 12 0 27338607 1564094464 51891 1992294400 134512640 134550932 4290982016 18446744073709551615 4294960144 0 4 0 16800975 18446604437829809280 0 0 -1 1 0 0 0
[pid=29222/tid=29232] ppid=29220 vsize=1527436 CPUtime=0.18
/proc/29222/task/29232/stat : 29232 (java) S 29220 29222 28710 0 -1 4202560 597 0 0 0 18 0 0 0 21 0 12 0 27338607 1564094464 51891 1992294400 134512640 134550932 4290982016 18446744073709551615 4294960144 0 4 0 16800975 18446604437829809280 0 0 -1 1 0 0 0
[pid=29222/tid=29233] ppid=29220 vsize=1527436 CPUtime=0
/proc/29222/task/29233/stat : 29233 (java) S 29220 29222 28710 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 12 0 27338607 1564094464 51891 1992294400 134512640 134550932 4290982016 18446744073709551615 4294960144 0 4 0 16800975 18446604437829809280 0 0 -1 0 0 0 0
[pid=29222/tid=29234] ppid=29220 vsize=1527436 CPUtime=0
/proc/29222/task/29234/stat : 29234 (java) S 29220 29222 28710 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 27338607 1564094464 51891 1992294400 134512640 134550932 4290982016 18446744073709551615 4294960144 0 4 0 16800975 18446604437829809280 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1.98
Current children cumulated vsize (KiB) 1527436

[startup+3.10133 s]
/proc/loadavg: 1.02 1.03 1.00 2/118 29234
/proc/meminfo: memFree=1422536/2059040 swapFree=4134576/4192956
[pid=29222] ppid=29220 vsize=1527436 CPUtime=3.64
/proc/29222/stat : 29222 (java) S 29220 29222 28710 0 -1 4202496 58451 0 1 0 337 27 0 0 18 0 12 0 27338597 1564094464 57664 1992294400 134512640 134550932 4290982016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/29222/statm: 381859 57667 1411 10 0 379162 0
[pid=29222/tid=29224] ppid=29220 vsize=1527436 CPUtime=2.87
/proc/29222/task/29224/stat : 29224 (java) S 29220 29222 28710 0 -1 4202560 32015 0 1 0 272 15 0 0 20 0 12 0 27338599 1564094464 57668 1992294400 134512640 134550932 4290982016 18446744073709551615 4294960144 0 4 0 16800975 18446604437829809280 0 0 -1 0 0 0 0
[pid=29222/tid=29225] ppid=29220 vsize=1527436 CPUtime=0.19
/proc/29222/task/29225/stat : 29225 (java) R 29220 29222 28710 0 -1 4202560 15565 0 0 0 12 7 0 0 18 0 12 0 27338600 1564094464 57669 1992294400 134512640 134550932 4290982016 18446744073709551615 106197558 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=29222/tid=29226] ppid=29220 vsize=1527436 CPUtime=0.18
/proc/29222/task/29226/stat : 29226 (java) R 29220 29222 28710 0 -1 4202560 8846 0 0 0 14 4 0 0 18 0 12 0 27338600 1564094464 57671 1992294400 134512640 134550932 4290982016 18446744073709551615 106195352 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=29222/tid=29227] ppid=29220 vsize=1527436 CPUtime=0
/proc/29222/task/29227/stat : 29227 (java) S 29220 29222 28710 0 -1 4202560 8 0 0 0 0 0 0 0 15 0 12 0 27338602 1564094464 57672 1992294400 134512640 134550932 4290982016 18446744073709551615 4294960144 0 0 0 16800975 18446604437829809280 0 0 -1 0 0 0 0
[pid=29222/tid=29228] ppid=29220 vsize=1527436 CPUtime=0
/proc/29222/task/29228/stat : 29228 (java) S 29220 29222 28710 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 12 0 27338602 1564094464 57674 1992294400 134512640 134550932 4290982016 18446744073709551615 4294960144 0 4 0 16800975 18446604437829809280 0 0 -1 1 0 0 0
[pid=29222/tid=29229] ppid=29220 vsize=1527436 CPUtime=0
/proc/29222/task/29229/stat : 29229 (java) S 29220 29222 28710 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 12 0 27338602 1564094464 57676 1992294400 134512640 134550932 4290982016 18446744073709551615 4294960144 0 4 0 16800975 18446604437829809280 0 0 -1 1 0 0 0
[pid=29222/tid=29230] ppid=29220 vsize=1527436 CPUtime=0
/proc/29222/task/29230/stat : 29230 (java) S 29220 29222 28710 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 12 0 27338607 1564094464 57677 1992294400 134512640 134550932 4290982016 18446744073709551615 4294960144 0 4 0 16800975 18446604437829809280 0 0 -1 0 0 0 0
[pid=29222/tid=29231] ppid=29220 vsize=1527436 CPUtime=0.18
/proc/29222/task/29231/stat : 29231 (java) S 29220 29222 28710 0 -1 4202560 364 0 0 0 18 0 0 0 22 0 12 0 27338607 1564094464 57679 1992294400 134512640 134550932 4290982016 18446744073709551615 4294960144 0 4 0 16800975 18446604437829809280 0 0 -1 1 0 0 0
[pid=29222/tid=29232] ppid=29220 vsize=1527436 CPUtime=0.18
/proc/29222/task/29232/stat : 29232 (java) S 29220 29222 28710 0 -1 4202560 597 0 0 0 18 0 0 0 21 0 12 0 27338607 1564094464 57680 1992294400 134512640 134550932 4290982016 18446744073709551615 4294960144 0 4 0 16800975 18446604437829809280 0 0 -1 1 0 0 0
[pid=29222/tid=29233] ppid=29220 vsize=1527436 CPUtime=0
/proc/29222/task/29233/stat : 29233 (java) S 29220 29222 28710 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 12 0 27338607 1564094464 57681 1992294400 134512640 134550932 4290982016 18446744073709551615 4294960144 0 4 0 16800975 18446604437829809280 0 0 -1 0 0 0 0
[pid=29222/tid=29234] ppid=29220 vsize=1527436 CPUtime=0
/proc/29222/task/29234/stat : 29234 (java) S 29220 29222 28710 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 27338607 1564094464 57683 1992294400 134512640 134550932 4290982016 18446744073709551615 4294960144 0 4 0 16800975 18446604437829809280 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3.64
Current children cumulated vsize (KiB) 1527436

[startup+6.30127 s]
/proc/loadavg: 1.01 1.03 1.00 2/118 29234
/proc/meminfo: memFree=1369836/2059040 swapFree=4134576/4192956
[pid=29222] ppid=29220 vsize=1540204 CPUtime=7.59
/proc/29222/stat : 29222 (java) S 29220 29222 28710 0 -1 4202496 72408 0 1 0 725 34 0 0 18 0 12 0 27338597 1577168896 68627 1992294400 134512640 134550932 4290982016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/29222/statm: 385051 68628 1417 10 0 382354 0
[pid=29222/tid=29224] ppid=29220 vsize=1540204 CPUtime=5.69
/proc/29222/task/29224/stat : 29224 (java) R 29220 29222 28710 0 -1 4202560 32028 0 1 0 554 15 0 0 25 0 12 0 27338599 1577168896 68630 1992294400 134512640 134550932 4290982016 18446744073709551615 4108625776 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=29222/tid=29225] ppid=29220 vsize=1540204 CPUtime=0.4
/proc/29222/task/29225/stat : 29225 (java) S 29220 29222 28710 0 -1 4202560 19790 0 0 0 31 9 0 0 18 0 12 0 27338600 1577168896 68632 1992294400 134512640 134550932 4290982016 18446744073709551615 4294960144 0 4 0 16800975 18446604437829809280 0 0 -1 1 0 0 0
[pid=29222/tid=29226] ppid=29220 vsize=1540204 CPUtime=0.39
/proc/29222/task/29226/stat : 29226 (java) S 29220 29222 28710 0 -1 4202560 14124 0 0 0 33 6 0 0 18 0 12 0 27338600 1577168896 68632 1992294400 134512640 134550932 4290982016 18446744073709551615 4294960144 0 4 0 16800975 18446604437829809280 0 0 -1 0 0 0 0
[pid=29222/tid=29227] ppid=29220 vsize=1540204 CPUtime=0
/proc/29222/task/29227/stat : 29227 (java) S 29220 29222 28710 0 -1 4202560 8 0 0 0 0 0 0 0 15 0 12 0 27338602 1577168896 68634 1992294400 134512640 134550932 4290982016 18446744073709551615 4294960144 0 0 0 16800975 18446604437829809280 0 0 -1 0 0 0 0
[pid=29222/tid=29228] ppid=29220 vsize=1540204 CPUtime=0
/proc/29222/task/29228/stat : 29228 (java) S 29220 29222 28710 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 12 0 27338602 1577168896 68634 1992294400 134512640 134550932 4290982016 18446744073709551615 4294960144 0 4 0 16800975 18446604437829809280 0 0 -1 1 0 0 0
[pid=29222/tid=29229] ppid=29220 vsize=1540204 CPUtime=0
/proc/29222/task/29229/stat : 29229 (java) S 29220 29222 28710 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 12 0 27338602 1577168896 68636 1992294400 134512640 134550932 4290982016 18446744073709551615 4294960144 0 4 0 16800975 18446604437829809280 0 0 -1 1 0 0 0
[pid=29222/tid=29230] ppid=29220 vsize=1540204 CPUtime=0
/proc/29222/task/29230/stat : 29230 (java) S 29220 29222 28710 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 12 0 27338607 1577168896 68636 1992294400 134512640 134550932 4290982016 18446744073709551615 4294960144 0 4 0 16800975 18446604437829809280 0 0 -1 0 0 0 0
[pid=29222/tid=29231] ppid=29220 vsize=1540204 CPUtime=0.66
/proc/29222/task/29231/stat : 29231 (java) R 29220 29222 28710 0 -1 4202560 4099 0 0 0 65 1 0 0 17 0 12 0 27338607 1577168896 68638 1992294400 134512640 134550932 4290982016 18446744073709551615 104161253 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=29222/tid=29232] ppid=29220 vsize=1540204 CPUtime=0.4
/proc/29222/task/29232/stat : 29232 (java) S 29220 29222 28710 0 -1 4202560 1307 0 0 0 40 0 0 0 16 0 12 0 27338607 1577168896 68639 1992294400 134512640 134550932 4290982016 18446744073709551615 4294960144 0 4 0 16800975 18446604437829809280 0 0 -1 1 0 0 0
[pid=29222/tid=29233] ppid=29220 vsize=1540204 CPUtime=0
/proc/29222/task/29233/stat : 29233 (java) S 29220 29222 28710 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 12 0 27338607 1577168896 68640 1992294400 134512640 134550932 4290982016 18446744073709551615 4294960144 0 4 0 16800975 18446604437829809280 0 0 -1 0 0 0 0
[pid=29222/tid=29234] ppid=29220 vsize=1540204 CPUtime=0
/proc/29222/task/29234/stat : 29234 (java) S 29220 29222 28710 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 27338607 1577168896 68642 1992294400 134512640 134550932 4290982016 18446744073709551615 4294960144 0 4 0 16800975 18446604437829809280 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 7.59
Current children cumulated vsize (KiB) 1540204

[startup+12.7162 s]
/proc/loadavg: 1.01 1.03 1.00 2/118 29234
/proc/meminfo: memFree=1162508/2059040 swapFree=4134576/4192956
[pid=29222] ppid=29220 vsize=1539624 CPUtime=16.73
/proc/29222/stat : 29222 (java) S 29220 29222 28710 0 -1 4202496 135651 0 1 0 1611 62 0 0 18 0 12 0 27338597 1576574976 121761 1992294400 134512640 134550932 4290982016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/29222/statm: 384906 121764 1418 10 0 382209 0
[pid=29222/tid=29224] ppid=29220 vsize=1539624 CPUtime=9.78
/proc/29222/task/29224/stat : 29224 (java) S 29220 29222 28710 0 -1 4202560 32039 0 1 0 962 16 0 0 25 0 12 0 27338599 1576574976 121764 1992294400 134512640 134550932 4290982016 18446744073709551615 4294960144 0 4 0 16800975 18446604437829809280 0 0 -1 1 0 0 0
[pid=29222/tid=29225] ppid=29220 vsize=1539624 CPUtime=2.64
/proc/29222/task/29225/stat : 29225 (java) R 29220 29222 28710 0 -1 4202560 54820 0 0 0 241 23 0 0 16 0 12 0 27338600 1576574976 121764 1992294400 134512640 134550932 4290982016 18446744073709551615 106190138 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=29222/tid=29226] ppid=29220 vsize=1539624 CPUtime=2.61
/proc/29222/task/29226/stat : 29226 (java) R 29220 29222 28710 0 -1 4202560 39242 0 0 0 244 17 0 0 16 0 12 0 27338600 1576574976 121764 1992294400 134512640 134550932 4290982016 18446744073709551615 106197499 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=29222/tid=29227] ppid=29220 vsize=1539624 CPUtime=0
/proc/29222/task/29227/stat : 29227 (java) S 29220 29222 28710 0 -1 4202560 8 0 0 0 0 0 0 0 15 0 12 0 27338602 1576574976 121766 1992294400 134512640 134550932 4290982016 18446744073709551615 4294960144 0 0 0 16800975 18446604437829809280 0 0 -1 0 0 0 0
[pid=29222/tid=29228] ppid=29220 vsize=1539624 CPUtime=0
/proc/29222/task/29228/stat : 29228 (java) S 29220 29222 28710 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 12 0 27338602 1576574976 121767 1992294400 134512640 134550932 4290982016 18446744073709551615 4294960144 0 4 0 16800975 18446604437829809280 0 0 -1 1 0 0 0
[pid=29222/tid=29229] ppid=29220 vsize=1539624 CPUtime=0
/proc/29222/task/29229/stat : 29229 (java) S 29220 29222 28710 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 12 0 27338602 1576574976 121769 1992294400 134512640 134550932 4290982016 18446744073709551615 4294960144 0 4 0 16800975 18446604437829809280 0 0 -1 1 0 0 0
[pid=29222/tid=29230] ppid=29220 vsize=1539624 CPUtime=0
/proc/29222/task/29230/stat : 29230 (java) S 29220 29222 28710 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 12 0 27338607 1576574976 121772 1992294400 134512640 134550932 4290982016 18446744073709551615 4294960144 0 4 0 16800975 18446604437829809280 0 0 -1 0 0 0 0
[pid=29222/tid=29231] ppid=29220 vsize=1539624 CPUtime=0.86
/proc/29222/task/29231/stat : 29231 (java) S 29220 29222 28710 0 -1 4202560 5086 0 0 0 85 1 0 0 16 0 12 0 27338607 1576574976 121774 1992294400 134512640 134550932 4290982016 18446744073709551615 4294960144 0 4 0 16800975 18446604437829809280 0 0 -1 0 0 0 0
[pid=29222/tid=29232] ppid=29220 vsize=1539624 CPUtime=0.77
/proc/29222/task/29232/stat : 29232 (java) S 29220 29222 28710 0 -1 4202560 3396 0 0 0 76 1 0 0 16 0 12 0 27338607 1576574976 121777 1992294400 134512640 134550932 4290982016 18446744073709551615 4294960144 0 4 0 16800975 18446604437829809280 0 0 -1 1 0 0 0
[pid=29222/tid=29233] ppid=29220 vsize=1539624 CPUtime=0
/proc/29222/task/29233/stat : 29233 (java) S 29220 29222 28710 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 12 0 27338607 1576574976 121779 1992294400 134512640 134550932 4290982016 18446744073709551615 4294960144 0 4 0 16800975 18446604437829809280 0 0 -1 0 0 0 0
[pid=29222/tid=29234] ppid=29220 vsize=1539624 CPUtime=0
/proc/29222/task/29234/stat : 29234 (java) S 29220 29222 28710 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 27338607 1576574976 121781 1992294400 134512640 134550932 4290982016 18446744073709551615 4294960144 0 4 0 16800975 18446604437829809280 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 16.73
Current children cumulated vsize (KiB) 1539624

[startup+25.519 s]
/proc/loadavg: 1.01 1.03 1.00 2/118 29236
/proc/meminfo: memFree=828204/2059040 swapFree=4134576/4192956
[pid=29222] ppid=29220 vsize=1532808 CPUtime=33.89
/proc/29222/stat : 29222 (java) S 29220 29222 28710 0 -1 4202496 227488 0 1 0 3286 103 0 0 18 0 12 0 27338597 1569595392 201976 1992294400 134512640 134550932 4290982016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/29222/statm: 383202 201976 1418 10 0 380505 0
[pid=29222/tid=29224] ppid=29220 vsize=1532808 CPUtime=18.08
/proc/29222/task/29224/stat : 29224 (java) R 29220 29222 28710 0 -1 4202560 32062 0 1 0 1790 18 0 0 25 0 12 0 27338599 1569595392 201976 1992294400 134512640 134550932 4290982016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=29222/tid=29225] ppid=29220 vsize=1532808 CPUtime=7.06
/proc/29222/task/29225/stat : 29225 (java) R 29220 29222 28710 0 -1 4202560 104526 0 0 0 661 45 0 0 16 0 12 0 27338600 1569595392 201976 1992294400 134512640 134550932 4290982016 18446744073709551615 106195352 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=29222/tid=29226] ppid=29220 vsize=1532808 CPUtime=6.99
/proc/29222/task/29226/stat : 29226 (java) R 29220 29222 28710 0 -1 4202560 81274 0 0 0 665 34 0 0 15 0 12 0 27338600 1569595392 201976 1992294400 134512640 134550932 4290982016 18446744073709551615 106195548 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=29222/tid=29227] ppid=29220 vsize=1532808 CPUtime=0
/proc/29222/task/29227/stat : 29227 (java) S 29220 29222 28710 0 -1 4202560 8 0 0 0 0 0 0 0 15 0 12 0 27338602 1569595392 201977 1992294400 134512640 134550932 4290982016 18446744073709551615 4294960144 0 0 0 16800975 18446604437829809280 0 0 -1 0 0 0 0
[pid=29222/tid=29228] ppid=29220 vsize=1532808 CPUtime=0
/proc/29222/task/29228/stat : 29228 (java) S 29220 29222 28710 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 12 0 27338602 1569595392 201980 1992294400 134512640 134550932 4290982016 18446744073709551615 4294960144 0 4 0 16800975 18446604437829809280 0 0 -1 1 0 0 0
[pid=29222/tid=29229] ppid=29220 vsize=1532808 CPUtime=0
/proc/29222/task/29229/stat : 29229 (java) S 29220 29222 28710 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 12 0 27338602 1569595392 201982 1992294400 134512640 134550932 4290982016 18446744073709551615 4294960144 0 4 0 16800975 18446604437829809280 0 0 -1 1 0 0 0
[pid=29222/tid=29230] ppid=29220 vsize=1532808 CPUtime=0
/proc/29222/task/29230/stat : 29230 (java) S 29220 29222 28710 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 12 0 27338607 1569595392 201985 1992294400 134512640 134550932 4290982016 18446744073709551615 4294960144 0 4 0 16800975 18446604437829809280 0 0 -1 0 0 0 0
[pid=29222/tid=29231] ppid=29220 vsize=1532808 CPUtime=0.87

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

[pid=29222/tid=29234] ppid=29220 vsize=1550092 CPUtime=0
/proc/29222/task/29234/stat : 29234 (java) S 29220 29222 28710 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 12 0 27338607 1587294208 355989 1992294400 134512640 134550932 4290982016 18446744073709551615 4294960144 0 4 0 16800975 18446604437829809280 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 195.25
Current children cumulated vsize (KiB) 1550092

[startup+185.5 s]
/proc/loadavg: 1.08 1.05 1.00 2/118 29240
/proc/meminfo: memFree=212172/2059040 swapFree=4134576/4192956
[pid=29222] ppid=29220 vsize=1550092 CPUtime=201.65
/proc/29222/stat : 29222 (java) S 29220 29222 28710 0 -1 4202496 599229 0 1 0 19896 269 0 0 18 0 12 0 27338597 1587294208 355992 1992294400 134512640 134550932 4290982016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/29222/statm: 387523 355992 1425 10 0 384826 0
[pid=29222/tid=29224] ppid=29220 vsize=1550092 CPUtime=34.49
/proc/29222/task/29224/stat : 29224 (java) S 29220 29222 28710 0 -1 4202560 32119 0 1 0 3425 24 0 0 15 0 12 0 27338599 1587294208 355992 1992294400 134512640 134550932 4290982016 18446744073709551615 4294960144 0 4 0 16800975 18446604437829809280 0 0 -1 0 0 0 0
[pid=29222/tid=29225] ppid=29220 vsize=1550092 CPUtime=15.05
/proc/29222/task/29225/stat : 29225 (java) S 29220 29222 28710 0 -1 4202560 182282 0 0 0 1424 81 0 0 16 0 12 0 27338600 1587294208 355992 1992294400 134512640 134550932 4290982016 18446744073709551615 4294960144 0 4 0 16800975 18446604437829809280 0 0 -1 1 0 0 0
[pid=29222/tid=29226] ppid=29220 vsize=1550092 CPUtime=15
/proc/29222/task/29226/stat : 29226 (java) S 29220 29222 28710 0 -1 4202560 168999 0 0 0 1421 79 0 0 16 0 12 0 27338600 1587294208 355992 1992294400 134512640 134550932 4290982016 18446744073709551615 4294960144 0 4 0 16800975 18446604437829809280 0 0 -1 1 0 0 0
[pid=29222/tid=29227] ppid=29220 vsize=1550092 CPUtime=135.34
/proc/29222/task/29227/stat : 29227 (java) R 29220 29222 28710 0 -1 4202560 206201 0 0 0 13454 80 0 0 25 0 12 0 27338602 1587294208 355992 1992294400 134512640 134550932 4290982016 18446744073709551615 105696579 0 0 0 16800975 0 0 0 -1 0 0 0 0
[pid=29222/tid=29228] ppid=29220 vsize=1550092 CPUtime=0
/proc/29222/task/29228/stat : 29228 (java) S 29220 29222 28710 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 12 0 27338602 1587294208 355992 1992294400 134512640 134550932 4290982016 18446744073709551615 4294960144 0 4 0 16800975 18446604437829809280 0 0 -1 1 0 0 0
[pid=29222/tid=29229] ppid=29220 vsize=1550092 CPUtime=0
/proc/29222/task/29229/stat : 29229 (java) S 29220 29222 28710 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 12 0 27338602 1587294208 355992 1992294400 134512640 134550932 4290982016 18446744073709551615 4294960144 0 4 0 16800975 18446604437829809280 0 0 -1 1 0 0 0
[pid=29222/tid=29230] ppid=29220 vsize=1550092 CPUtime=0
/proc/29222/task/29230/stat : 29230 (java) S 29220 29222 28710 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 12 0 27338607 1587294208 355992 1992294400 134512640 134550932 4290982016 18446744073709551615 4294960144 0 4 0 16800975 18446604437829809280 0 0 -1 0 0 0 0
[pid=29222/tid=29231] ppid=29220 vsize=1550092 CPUtime=0.87
/proc/29222/task/29231/stat : 29231 (java) S 29220 29222 28710 0 -1 4202560 5086 0 0 0 86 1 0 0 15 0 12 0 27338607 1587294208 355992 1992294400 134512640 134550932 4290982016 18446744073709551615 4294960144 0 4 0 16800975 18446604437829809280 0 0 -1 0 0 0 0
[pid=29222/tid=29232] ppid=29220 vsize=1550092 CPUtime=0.84
/proc/29222/task/29232/stat : 29232 (java) S 29220 29222 28710 0 -1 4202560 3469 0 0 0 83 1 0 0 15 0 12 0 27338607 1587294208 355992 1992294400 134512640 134550932 4290982016 18446744073709551615 4294960144 0 4 0 16800975 18446604437829809280 0 0 -1 1 0 0 0
[pid=29222/tid=29233] ppid=29220 vsize=1550092 CPUtime=0
/proc/29222/task/29233/stat : 29233 (java) S 29220 29222 28710 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 12 0 27338607 1587294208 355992 1992294400 134512640 134550932 4290982016 18446744073709551615 4294960144 0 4 0 16800975 18446604437829809280 0 0 -1 0 0 0 0
[pid=29222/tid=29234] ppid=29220 vsize=1550092 CPUtime=0
/proc/29222/task/29234/stat : 29234 (java) S 29220 29222 28710 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 12 0 27338607 1587294208 355992 1992294400 134512640 134550932 4290982016 18446744073709551615 4294960144 0 4 0 16800975 18446604437829809280 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 201.65
Current children cumulated vsize (KiB) 1550092

[startup+188.701 s]
/proc/loadavg: 1.08 1.05 1.00 2/118 29240
/proc/meminfo: memFree=204112/2059040 swapFree=4134576/4192956
[pid=29222] ppid=29220 vsize=1550092 CPUtime=204.85
/proc/29222/stat : 29222 (java) S 29220 29222 28710 0 -1 4202496 599229 0 1 0 20216 269 0 0 18 0 12 0 27338597 1587294208 355992 1992294400 134512640 134550932 4290982016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/29222/statm: 387523 355992 1425 10 0 384826 0
[pid=29222/tid=29224] ppid=29220 vsize=1550092 CPUtime=34.49
/proc/29222/task/29224/stat : 29224 (java) S 29220 29222 28710 0 -1 4202560 32119 0 1 0 3425 24 0 0 15 0 12 0 27338599 1587294208 355992 1992294400 134512640 134550932 4290982016 18446744073709551615 4294960144 0 4 0 16800975 18446604437829809280 0 0 -1 0 0 0 0
[pid=29222/tid=29225] ppid=29220 vsize=1550092 CPUtime=15.05
/proc/29222/task/29225/stat : 29225 (java) S 29220 29222 28710 0 -1 4202560 182282 0 0 0 1424 81 0 0 16 0 12 0 27338600 1587294208 355992 1992294400 134512640 134550932 4290982016 18446744073709551615 4294960144 0 4 0 16800975 18446604437829809280 0 0 -1 1 0 0 0
[pid=29222/tid=29226] ppid=29220 vsize=1550092 CPUtime=15
/proc/29222/task/29226/stat : 29226 (java) S 29220 29222 28710 0 -1 4202560 168999 0 0 0 1421 79 0 0 16 0 12 0 27338600 1587294208 355992 1992294400 134512640 134550932 4290982016 18446744073709551615 4294960144 0 4 0 16800975 18446604437829809280 0 0 -1 1 0 0 0
[pid=29222/tid=29227] ppid=29220 vsize=1550092 CPUtime=138.54
/proc/29222/task/29227/stat : 29227 (java) R 29220 29222 28710 0 -1 4202560 206201 0 0 0 13774 80 0 0 25 0 12 0 27338602 1587294208 355992 1992294400 134512640 134550932 4290982016 18446744073709551615 104187832 0 0 0 16800975 0 0 0 -1 0 0 0 0
[pid=29222/tid=29228] ppid=29220 vsize=1550092 CPUtime=0
/proc/29222/task/29228/stat : 29228 (java) S 29220 29222 28710 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 12 0 27338602 1587294208 355992 1992294400 134512640 134550932 4290982016 18446744073709551615 4294960144 0 4 0 16800975 18446604437829809280 0 0 -1 1 0 0 0
[pid=29222/tid=29229] ppid=29220 vsize=1550092 CPUtime=0
/proc/29222/task/29229/stat : 29229 (java) S 29220 29222 28710 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 12 0 27338602 1587294208 355992 1992294400 134512640 134550932 4290982016 18446744073709551615 4294960144 0 4 0 16800975 18446604437829809280 0 0 -1 1 0 0 0
[pid=29222/tid=29230] ppid=29220 vsize=1550092 CPUtime=0
/proc/29222/task/29230/stat : 29230 (java) S 29220 29222 28710 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 12 0 27338607 1587294208 355992 1992294400 134512640 134550932 4290982016 18446744073709551615 4294960144 0 4 0 16800975 18446604437829809280 0 0 -1 0 0 0 0
[pid=29222/tid=29231] ppid=29220 vsize=1550092 CPUtime=0.87
/proc/29222/task/29231/stat : 29231 (java) S 29220 29222 28710 0 -1 4202560 5086 0 0 0 86 1 0 0 15 0 12 0 27338607 1587294208 355992 1992294400 134512640 134550932 4290982016 18446744073709551615 4294960144 0 4 0 16800975 18446604437829809280 0 0 -1 0 0 0 0
[pid=29222/tid=29232] ppid=29220 vsize=1550092 CPUtime=0.84
/proc/29222/task/29232/stat : 29232 (java) S 29220 29222 28710 0 -1 4202560 3469 0 0 0 83 1 0 0 15 0 12 0 27338607 1587294208 355992 1992294400 134512640 134550932 4290982016 18446744073709551615 4294960144 0 4 0 16800975 18446604437829809280 0 0 -1 1 0 0 0
[pid=29222/tid=29233] ppid=29220 vsize=1550092 CPUtime=0
/proc/29222/task/29233/stat : 29233 (java) S 29220 29222 28710 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 12 0 27338607 1587294208 355992 1992294400 134512640 134550932 4290982016 18446744073709551615 4294960144 0 4 0 16800975 18446604437829809280 0 0 -1 0 0 0 0
[pid=29222/tid=29234] ppid=29220 vsize=1550092 CPUtime=0
/proc/29222/task/29234/stat : 29234 (java) S 29220 29222 28710 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 12 0 27338607 1587294208 355992 1992294400 134512640 134550932 4290982016 18446744073709551615 4294960144 0 4 0 16800975 18446604437829809280 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 204.85
Current children cumulated vsize (KiB) 1550092

[startup+191.901 s]
/proc/loadavg: 1.07 1.05 1.00 2/118 29240
/proc/meminfo: memFree=204112/2059040 swapFree=4134576/4192956
[pid=29222] ppid=29220 vsize=1550092 CPUtime=208.05
/proc/29222/stat : 29222 (java) S 29220 29222 28710 0 -1 4202496 606733 0 1 0 20533 272 0 0 18 0 12 0 27338597 1587294208 355992 1992294400 134512640 134550932 4290982016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/29222/statm: 387523 355992 1425 10 0 384826 0
[pid=29222/tid=29224] ppid=29220 vsize=1550092 CPUtime=34.49
/proc/29222/task/29224/stat : 29224 (java) S 29220 29222 28710 0 -1 4202560 32119 0 1 0 3425 24 0 0 15 0 12 0 27338599 1587294208 355992 1992294400 134512640 134550932 4290982016 18446744073709551615 4294960144 0 4 0 16800975 18446604437829809280 0 0 -1 0 0 0 0
[pid=29222/tid=29225] ppid=29220 vsize=1550092 CPUtime=15.05
/proc/29222/task/29225/stat : 29225 (java) S 29220 29222 28710 0 -1 4202560 182282 0 0 0 1424 81 0 0 16 0 12 0 27338600 1587294208 355992 1992294400 134512640 134550932 4290982016 18446744073709551615 4294960144 0 4 0 16800975 18446604437829809280 0 0 -1 1 0 0 0
[pid=29222/tid=29226] ppid=29220 vsize=1550092 CPUtime=15
/proc/29222/task/29226/stat : 29226 (java) S 29220 29222 28710 0 -1 4202560 168999 0 0 0 1421 79 0 0 16 0 12 0 27338600 1587294208 355992 1992294400 134512640 134550932 4290982016 18446744073709551615 4294960144 0 4 0 16800975 18446604437829809280 0 0 -1 1 0 0 0
[pid=29222/tid=29227] ppid=29220 vsize=1550092 CPUtime=141.74
/proc/29222/task/29227/stat : 29227 (java) R 29220 29222 28710 0 -1 4202560 213705 0 0 0 14091 83 0 0 25 0 12 0 27338602 1587294208 355992 1992294400 134512640 134550932 4290982016 18446744073709551615 106157743 0 0 0 16800975 0 0 0 -1 0 0 0 0
[pid=29222/tid=29228] ppid=29220 vsize=1550092 CPUtime=0
/proc/29222/task/29228/stat : 29228 (java) S 29220 29222 28710 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 12 0 27338602 1587294208 355992 1992294400 134512640 134550932 4290982016 18446744073709551615 4294960144 0 4 0 16800975 18446604437829809280 0 0 -1 1 0 0 0
[pid=29222/tid=29229] ppid=29220 vsize=1550092 CPUtime=0
/proc/29222/task/29229/stat : 29229 (java) S 29220 29222 28710 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 12 0 27338602 1587294208 355992 1992294400 134512640 134550932 4290982016 18446744073709551615 4294960144 0 4 0 16800975 18446604437829809280 0 0 -1 1 0 0 0
[pid=29222/tid=29230] ppid=29220 vsize=1550092 CPUtime=0
/proc/29222/task/29230/stat : 29230 (java) S 29220 29222 28710 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 12 0 27338607 1587294208 355992 1992294400 134512640 134550932 4290982016 18446744073709551615 4294960144 0 4 0 16800975 18446604437829809280 0 0 -1 0 0 0 0
[pid=29222/tid=29231] ppid=29220 vsize=1550092 CPUtime=0.87
/proc/29222/task/29231/stat : 29231 (java) S 29220 29222 28710 0 -1 4202560 5086 0 0 0 86 1 0 0 15 0 12 0 27338607 1587294208 355992 1992294400 134512640 134550932 4290982016 18446744073709551615 4294960144 0 4 0 16800975 18446604437829809280 0 0 -1 0 0 0 0
[pid=29222/tid=29232] ppid=29220 vsize=1550092 CPUtime=0.84
/proc/29222/task/29232/stat : 29232 (java) S 29220 29222 28710 0 -1 4202560 3469 0 0 0 83 1 0 0 15 0 12 0 27338607 1587294208 355992 1992294400 134512640 134550932 4290982016 18446744073709551615 4294960144 0 4 0 16800975 18446604437829809280 0 0 -1 1 0 0 0
[pid=29222/tid=29233] ppid=29220 vsize=1550092 CPUtime=0
/proc/29222/task/29233/stat : 29233 (java) S 29220 29222 28710 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 12 0 27338607 1587294208 355992 1992294400 134512640 134550932 4290982016 18446744073709551615 4294960144 0 4 0 16800975 18446604437829809280 0 0 -1 0 0 0 0
[pid=29222/tid=29234] ppid=29220 vsize=1550092 CPUtime=0
/proc/29222/task/29234/stat : 29234 (java) S 29220 29222 28710 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 12 0 27338607 1587294208 355992 1992294400 134512640 134550932 4290982016 18446744073709551615 4294960144 0 4 0 16800975 18446604437829809280 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 208.05
Current children cumulated vsize (KiB) 1550092

[startup+193.5 s]
/proc/loadavg: 1.07 1.05 1.00 2/118 29240
/proc/meminfo: memFree=204112/2059040 swapFree=4134576/4192956
[pid=29222] ppid=29220 vsize=1550092 CPUtime=209.66
/proc/29222/stat : 29222 (java) S 29220 29222 28710 0 -1 4202496 606733 0 1 0 20694 272 0 0 18 0 12 0 27338597 1587294208 355992 1992294400 134512640 134550932 4290982016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/29222/statm: 387523 355992 1425 10 0 384826 0
[pid=29222/tid=29224] ppid=29220 vsize=1550092 CPUtime=34.49
/proc/29222/task/29224/stat : 29224 (java) S 29220 29222 28710 0 -1 4202560 32119 0 1 0 3425 24 0 0 15 0 12 0 27338599 1587294208 355992 1992294400 134512640 134550932 4290982016 18446744073709551615 4294960144 0 4 0 16800975 18446604437829809280 0 0 -1 0 0 0 0
[pid=29222/tid=29225] ppid=29220 vsize=1550092 CPUtime=15.05
/proc/29222/task/29225/stat : 29225 (java) S 29220 29222 28710 0 -1 4202560 182282 0 0 0 1424 81 0 0 16 0 12 0 27338600 1587294208 355992 1992294400 134512640 134550932 4290982016 18446744073709551615 4294960144 0 4 0 16800975 18446604437829809280 0 0 -1 1 0 0 0
[pid=29222/tid=29226] ppid=29220 vsize=1550092 CPUtime=15
/proc/29222/task/29226/stat : 29226 (java) S 29220 29222 28710 0 -1 4202560 168999 0 0 0 1421 79 0 0 16 0 12 0 27338600 1587294208 355992 1992294400 134512640 134550932 4290982016 18446744073709551615 4294960144 0 4 0 16800975 18446604437829809280 0 0 -1 1 0 0 0
[pid=29222/tid=29227] ppid=29220 vsize=1550092 CPUtime=143.34
/proc/29222/task/29227/stat : 29227 (java) R 29220 29222 28710 0 -1 4202560 213705 0 0 0 14251 83 0 0 25 0 12 0 27338602 1587294208 355992 1992294400 134512640 134550932 4290982016 18446744073709551615 105886120 0 0 0 16800975 0 0 0 -1 0 0 0 0
[pid=29222/tid=29228] ppid=29220 vsize=1550092 CPUtime=0
/proc/29222/task/29228/stat : 29228 (java) S 29220 29222 28710 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 12 0 27338602 1587294208 355992 1992294400 134512640 134550932 4290982016 18446744073709551615 4294960144 0 4 0 16800975 18446604437829809280 0 0 -1 1 0 0 0
[pid=29222/tid=29229] ppid=29220 vsize=1550092 CPUtime=0
/proc/29222/task/29229/stat : 29229 (java) S 29220 29222 28710 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 12 0 27338602 1587294208 355992 1992294400 134512640 134550932 4290982016 18446744073709551615 4294960144 0 4 0 16800975 18446604437829809280 0 0 -1 1 0 0 0
[pid=29222/tid=29230] ppid=29220 vsize=1550092 CPUtime=0
/proc/29222/task/29230/stat : 29230 (java) S 29220 29222 28710 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 12 0 27338607 1587294208 355992 1992294400 134512640 134550932 4290982016 18446744073709551615 4294960144 0 4 0 16800975 18446604437829809280 0 0 -1 0 0 0 0
[pid=29222/tid=29231] ppid=29220 vsize=1550092 CPUtime=0.87
/proc/29222/task/29231/stat : 29231 (java) S 29220 29222 28710 0 -1 4202560 5086 0 0 0 86 1 0 0 15 0 12 0 27338607 1587294208 355992 1992294400 134512640 134550932 4290982016 18446744073709551615 4294960144 0 4 0 16800975 18446604437829809280 0 0 -1 0 0 0 0
[pid=29222/tid=29232] ppid=29220 vsize=1550092 CPUtime=0.84
/proc/29222/task/29232/stat : 29232 (java) S 29220 29222 28710 0 -1 4202560 3469 0 0 0 83 1 0 0 15 0 12 0 27338607 1587294208 355992 1992294400 134512640 134550932 4290982016 18446744073709551615 4294960144 0 4 0 16800975 18446604437829809280 0 0 -1 1 0 0 0
[pid=29222/tid=29233] ppid=29220 vsize=1550092 CPUtime=0
/proc/29222/task/29233/stat : 29233 (java) S 29220 29222 28710 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 12 0 27338607 1587294208 355992 1992294400 134512640 134550932 4290982016 18446744073709551615 4294960144 0 4 0 16800975 18446604437829809280 0 0 -1 0 0 0 0
[pid=29222/tid=29234] ppid=29220 vsize=1550092 CPUtime=0
/proc/29222/task/29234/stat : 29234 (java) S 29220 29222 28710 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 12 0 27338607 1587294208 355992 1992294400 134512640 134550932 4290982016 18446744073709551615 4294960144 0 4 0 16800975 18446604437829809280 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 209.66
Current children cumulated vsize (KiB) 1550092

[startup+194.3 s]
/proc/loadavg: 1.07 1.05 1.00 2/118 29240
/proc/meminfo: memFree=204112/2059040 swapFree=4134576/4192956
[pid=29222] ppid=29220 vsize=1550092 CPUtime=210.45
/proc/29222/stat : 29222 (java) S 29220 29222 28710 0 -1 4202496 606733 0 1 0 20773 272 0 0 18 0 12 0 27338597 1587294208 355992 1992294400 134512640 134550932 4290982016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/29222/statm: 387523 355992 1425 10 0 384826 0
[pid=29222/tid=29224] ppid=29220 vsize=1550092 CPUtime=34.49
/proc/29222/task/29224/stat : 29224 (java) S 29220 29222 28710 0 -1 4202560 32119 0 1 0 3425 24 0 0 15 0 12 0 27338599 1587294208 355992 1992294400 134512640 134550932 4290982016 18446744073709551615 4294960144 0 4 0 16800975 18446604437829809280 0 0 -1 0 0 0 0
[pid=29222/tid=29225] ppid=29220 vsize=1550092 CPUtime=15.05
/proc/29222/task/29225/stat : 29225 (java) S 29220 29222 28710 0 -1 4202560 182282 0 0 0 1424 81 0 0 16 0 12 0 27338600 1587294208 355992 1992294400 134512640 134550932 4290982016 18446744073709551615 4294960144 0 4 0 16800975 18446604437829809280 0 0 -1 1 0 0 0
[pid=29222/tid=29226] ppid=29220 vsize=1550092 CPUtime=15
/proc/29222/task/29226/stat : 29226 (java) S 29220 29222 28710 0 -1 4202560 168999 0 0 0 1421 79 0 0 16 0 12 0 27338600 1587294208 355992 1992294400 134512640 134550932 4290982016 18446744073709551615 4294960144 0 4 0 16800975 18446604437829809280 0 0 -1 1 0 0 0
[pid=29222/tid=29227] ppid=29220 vsize=1550092 CPUtime=144.14
/proc/29222/task/29227/stat : 29227 (java) R 29220 29222 28710 0 -1 4202560 213705 0 0 0 14331 83 0 0 25 0 12 0 27338602 1587294208 355992 1992294400 134512640 134550932 4290982016 18446744073709551615 104187729 0 0 0 16800975 0 0 0 -1 0 0 0 0
[pid=29222/tid=29228] ppid=29220 vsize=1550092 CPUtime=0
/proc/29222/task/29228/stat : 29228 (java) S 29220 29222 28710 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 12 0 27338602 1587294208 355992 1992294400 134512640 134550932 4290982016 18446744073709551615 4294960144 0 4 0 16800975 18446604437829809280 0 0 -1 1 0 0 0
[pid=29222/tid=29229] ppid=29220 vsize=1550092 CPUtime=0
/proc/29222/task/29229/stat : 29229 (java) S 29220 29222 28710 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 12 0 27338602 1587294208 355992 1992294400 134512640 134550932 4290982016 18446744073709551615 4294960144 0 4 0 16800975 18446604437829809280 0 0 -1 1 0 0 0
[pid=29222/tid=29230] ppid=29220 vsize=1550092 CPUtime=0
/proc/29222/task/29230/stat : 29230 (java) S 29220 29222 28710 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 12 0 27338607 1587294208 355992 1992294400 134512640 134550932 4290982016 18446744073709551615 4294960144 0 4 0 16800975 18446604437829809280 0 0 -1 0 0 0 0
[pid=29222/tid=29231] ppid=29220 vsize=1550092 CPUtime=0.87
/proc/29222/task/29231/stat : 29231 (java) S 29220 29222 28710 0 -1 4202560 5086 0 0 0 86 1 0 0 15 0 12 0 27338607 1587294208 355992 1992294400 134512640 134550932 4290982016 18446744073709551615 4294960144 0 4 0 16800975 18446604437829809280 0 0 -1 0 0 0 0
[pid=29222/tid=29232] ppid=29220 vsize=1550092 CPUtime=0.84
/proc/29222/task/29232/stat : 29232 (java) S 29220 29222 28710 0 -1 4202560 3469 0 0 0 83 1 0 0 15 0 12 0 27338607 1587294208 355992 1992294400 134512640 134550932 4290982016 18446744073709551615 4294960144 0 4 0 16800975 18446604437829809280 0 0 -1 1 0 0 0
[pid=29222/tid=29233] ppid=29220 vsize=1550092 CPUtime=0
/proc/29222/task/29233/stat : 29233 (java) S 29220 29222 28710 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 12 0 27338607 1587294208 355992 1992294400 134512640 134550932 4290982016 18446744073709551615 4294960144 0 4 0 16800975 18446604437829809280 0 0 -1 0 0 0 0
[pid=29222/tid=29234] ppid=29220 vsize=1550092 CPUtime=0
/proc/29222/task/29234/stat : 29234 (java) S 29220 29222 28710 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 12 0 27338607 1587294208 355992 1992294400 134512640 134550932 4290982016 18446744073709551615 4294960144 0 4 0 16800975 18446604437829809280 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 210.45
Current children cumulated vsize (KiB) 1550092

[startup+194.708 s]
/proc/loadavg: 1.07 1.05 1.00 2/118 29240
/proc/meminfo: memFree=220108/2059040 swapFree=4134576/4192956
[pid=29222] ppid=29220 vsize=0 CPUtime=210.85
/proc/29222/stat : 29222 (java) Z 29220 29222 28710 0 -1 4202524 606749 0 1 0 20803 282 0 0 18 0 2 0 27338597 0 0 1992294400 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/29222/statm: 0 0 0 0 0 0 0
[pid=29222/tid=29229] ppid=29220 vsize=0 CPUtime=0.09
/proc/29222/task/29229/stat : 29229 (java) R 29220 29222 28710 0 -1 4203588 7 0 0 0 0 9 0 0 18 0 2 0 27338602 0 0 1992294400 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 210.85
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 194.742
CPU time (s): 210.899
CPU user time (s): 208.036
CPU system time (s): 2.86256
CPU usage (%): 108.296
Max. virtual memory (cumulated for all children) (KiB): 1558096

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 208.036
system time used= 2.86256
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 606749
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= 4849
involuntary context switches= 6293

runsolver used 0.38894 second user time and 1.08683 second system time

The end

Launcher Data

Begin job on node017 at 2010-06-14 14:12:02
IDJOB=2662137
IDBENCH=2279
IDSOLVER=1166
FILE ID=node017/2662137-1276517514
PBS_JOBID= 11173426
Free space on /tmp= 62348 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-fome12.opb
COMMAND LINE= java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2662137-1276517514/watcher-2662137-1276517514 -o /tmp/evaluation-result-2662137-1276517514/solver-2662137-1276517514 -C 1800 -W 2000 -M 1800  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2662137-1276517514.opb

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

MD5SUM BENCH= d6efb238990ec55ca510b102fead8acf
RANDOM SEED=685462541

node017.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.201
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.40
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.201
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.51
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1626636 kB
Buffers:        110256 kB
Cached:         238816 kB
SwapCached:      11540 kB
Active:         182740 kB
Inactive:       180208 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1626636 kB
SwapTotal:     4192956 kB
SwapFree:      4134576 kB
Dirty:           80232 kB
Writeback:           0 kB
AnonPages:       12304 kB
Mapped:           9220 kB
Slab:            47176 kB
PageTables:       3968 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   184232 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= 62348 MiB
End job on node017 at 2010-06-14 14:15:17