Trace number 2661472

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? (exit code) 206.414 186.788

General information on the benchmark

Name/OPT-BIGINT-LIN/aries-da_nrp/
normalized-aries-da_network_1000_5__369_766__2048.opb
MD5SUM08161da552551f1a32b034498343cbe2
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
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 variables10240998
Total number of constraints6000
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)5002
Number of constraints which are nor clauses,nor cardinality constraints998
Minimum length of a constraint2048
Maximum length of a constraint83969
Number of terms in the objective function 10240000
Biggest coefficient in the objective function 122979
Number of bits for the biggest coefficient in the objective function 17
Sum of the numbers in the objective function 351702657024
Number of bits of the sum of numbers in the objective function 39
Biggest number in a constraint 122979
Number of bits of the biggest number in a constraint 17
Biggest sum of numbers in a constraint 351702657024
Number of bits of the biggest sum of numbers39
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.15	c version 2.2.0.v20100526
0.08/0.15	c java.runtime.name	Java(TM) SE Runtime Environment
0.08/0.15	c java.vm.name		Java HotSpot(TM) Server VM
0.08/0.15	c java.vm.version	11.2-b01
0.08/0.15	c java.vm.vendor	Sun Microsystems Inc.
0.08/0.15	c sun.arch.data.model	32
0.08/0.15	c java.version		1.6.0_12
0.08/0.15	c os.name		Linux
0.08/0.15	c os.version		2.6.18-164.el5
0.08/0.15	c os.arch		i386
0.08/0.15	c Free memory 		1393557488
0.08/0.15	c Max memory 		1395916800
0.08/0.15	c Total memory 		1395916800
0.08/0.15	c Number of processors 	2
0.23/0.22	c Pseudo Boolean Optimization
0.23/0.22	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.23/0.22	c --- Begin Solver configuration ---
0.23/0.22	c Stops conflict analysis at the first Unique Implication Point
0.23/0.22	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@16fd0b7
0.23/0.22	c Learn all clauses as in MiniSAT
0.23/0.22	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.23/0.22	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.23/0.22	c No reason simplification
0.23/0.22	c Armin Biere (Picosat) restarts strategy
0.23/0.22	c Glucose learned constraints deletion strategy
0.23/0.22	c timeout=2147483s
0.23/0.22	c DB Simplification allowed=false
0.23/0.22	c --- End Solver configuration ---
0.23/0.22	c solving HOME/instance-2661472-1276692497.opb
0.23/0.22	c reading problem ... 
197.38/177.72	Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
197.38/177.72		at java.math.BigInteger.negate(Unknown Source)
197.38/177.72		at org.sat4j.pb.constraints.pb.Pseudos.niceCheckedParametersForCompetition(Unknown Source)
197.38/177.72		at org.sat4j.pb.constraints.pb.Pseudos.niceParametersForCompetition(Unknown Source)
197.38/177.72		at org.sat4j.pb.constraints.AbstractPBDataStructureFactory$1.nice(Unknown Source)
197.38/177.72		at org.sat4j.pb.constraints.AbstractPBDataStructureFactory.createPseudoBooleanConstraint(Unknown Source)
197.38/177.72		at org.sat4j.pb.core.PBSolver.addPseudoBoolean(Unknown Source)
197.38/177.72		at org.sat4j.pb.PBSolverDecorator.addPseudoBoolean(Unknown Source)
197.38/177.72		at org.sat4j.pb.reader.OPBReader2005.endConstraint(Unknown Source)
197.38/177.72		at org.sat4j.pb.reader.OPBReader2010.endConstraint(Unknown Source)
197.38/177.72		at org.sat4j.pb.reader.OPBReader2005.readConstraint(Unknown Source)
197.38/177.72		at org.sat4j.pb.reader.OPBReader2005.parse(Unknown Source)
197.38/177.72		at org.sat4j.pb.reader.OPBReader2005.parseInstance(Unknown Source)
197.38/177.72		at org.sat4j.pb.reader.OPBReader2005.parseInstance(Unknown Source)
197.38/177.72		at org.sat4j.pb.reader.OPBReader2010.parseInstance(Unknown Source)
197.38/177.72		at org.sat4j.reader.Reader.parseInstance(Unknown Source)
197.38/177.72		at org.sat4j.reader.Reader.parseInstance(Unknown Source)
197.38/177.72		at org.sat4j.AbstractLauncher.readProblem(Unknown Source)
197.38/177.72		at org.sat4j.AbstractLauncher.run(Unknown Source)
197.38/177.72		at org.sat4j.pb.LanceurPseudo2007.main(Unknown Source)
205.77/186.19	Exception in thread "Thread-0" java.lang.OutOfMemoryError: Java heap space
205.77/186.19		at org.sat4j.minisat.core.SolverStats.printStat(Unknown Source)
205.77/186.19		at org.sat4j.pb.core.PBSolverStats.printStat(Unknown Source)
205.77/186.19		at org.sat4j.minisat.core.Solver.printStat(Unknown Source)
205.77/186.19		at org.sat4j.tools.SolverDecorator.printStat(Unknown Source)
205.77/186.19		at org.sat4j.AbstractOptimizationLauncher.displayAnswer(Unknown Source)
205.77/186.19		at org.sat4j.AbstractOptimizationLauncher.displayResult(Unknown Source)
205.77/186.19		at org.sat4j.AbstractLauncher$1.run(Unknown Source)

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2661472-1276692497/watcher-2661472-1276692497 -o /tmp/evaluation-result-2661472-1276692497/solver-2661472-1276692497 -C 1800 -W 2000 -M 1800 java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar CuttingPlanes HOME/instance-2661472-1276692497.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.15 1.05 1.01 2/106 8905
/proc/meminfo: memFree=1213320/2059040 swapFree=4139776/4192956
[pid=8905] ppid=8903 vsize=248 CPUtime=0
/proc/8905/stat : 8905 (java) R 8903 8905 8251 0 -1 4194304 282 0 0 0 0 0 0 0 18 0 1 0 44853622 253952 29 1992294400 134512640 134550932 4290364368 18446744073709551615 11690580 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/8905/statm: 62 29 21 10 0 23 0

[startup+0.0420011 s]
/proc/loadavg: 1.15 1.05 1.01 2/106 8905
/proc/meminfo: memFree=1213320/2059040 swapFree=4139776/4192956
[pid=8905] ppid=8903 vsize=1520328 CPUtime=0.03
/proc/8905/stat : 8905 (java) S 8903 8905 8251 0 -1 4202496 3357 0 1 0 2 1 0 0 18 0 4 0 44853622 1556815872 2801 1992294400 134512640 134550932 4290364368 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0 0
/proc/8905/statm: 380082 2801 945 10 0 377392 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 1520328

[startup+0.101965 s]
/proc/loadavg: 1.15 1.05 1.01 2/106 8905
/proc/meminfo: memFree=1213320/2059040 swapFree=4139776/4192956
[pid=8905] ppid=8903 vsize=1524024 CPUtime=0.08
/proc/8905/stat : 8905 (java) S 8903 8905 8251 0 -1 4202496 3925 0 1 0 7 1 0 0 18 0 12 0 44853622 1560600576 3366 1992294400 134512640 134550932 4290364368 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/8905/statm: 381006 3366 1072 10 0 378308 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1524024

[startup+0.301993 s]
/proc/loadavg: 1.15 1.05 1.01 2/106 8905
/proc/meminfo: memFree=1213320/2059040 swapFree=4139776/4192956
[pid=8905] ppid=8903 vsize=1526396 CPUtime=0.33
/proc/8905/stat : 8905 (java) S 8903 8905 8251 0 -1 4202496 18036 0 1 0 26 7 0 0 18 0 12 0 44853622 1563029504 17475 1992294400 134512640 134550932 4290364368 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/8905/statm: 381599 17490 1349 10 0 378901 0
Current children cumulated CPU time (s) 0.33
Current children cumulated vsize (KiB) 1526396

[startup+0.701049 s]
/proc/loadavg: 1.15 1.05 1.01 2/106 8905
/proc/meminfo: memFree=1213320/2059040 swapFree=4139776/4192956
[pid=8905] ppid=8903 vsize=1526396 CPUtime=0.98
/proc/8905/stat : 8905 (java) S 8903 8905 8251 0 -1 4202496 90286 0 1 0 55 43 0 0 18 0 12 0 44853622 1563029504 89723 1992294400 134512640 134550932 4290364368 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/8905/statm: 381599 89723 1356 10 0 378901 0
Current children cumulated CPU time (s) 0.98
Current children cumulated vsize (KiB) 1526396

[startup+1.50115 s]
/proc/loadavg: 1.15 1.05 1.01 4/118 8917
/proc/meminfo: memFree=854804/2059040 swapFree=4139776/4192956
[pid=8905] ppid=8903 vsize=1528364 CPUtime=2.05
/proc/8905/stat : 8905 (java) S 8903 8905 8251 0 -1 4202496 92603 0 1 0 160 45 0 0 18 0 12 0 44853622 1565044736 92040 1992294400 134512640 134550932 4290364368 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/8905/statm: 382091 92040 1408 10 0 379393 0
[pid=8905/tid=8907] ppid=8903 vsize=1528364 CPUtime=1.15
/proc/8905/task/8907/stat : 8907 (java) R 8903 8905 8251 0 -1 4202560 47794 0 1 0 97 18 0 0 25 0 12 0 44853624 1565044736 92040 1992294400 134512640 134550932 4290364368 18446744073709551615 4109462949 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=8905/tid=8908] ppid=8903 vsize=1528364 CPUtime=0.26
/proc/8905/task/8908/stat : 8908 (java) S 8903 8905 8251 0 -1 4202560 20046 0 0 0 14 12 0 0 17 0 12 0 44853625 1565044736 92040 1992294400 134512640 134550932 4290364368 18446744073709551615 4294960144 0 4 0 16800975 18446604437797292096 0 0 -1 0 0 0 0
[pid=8905/tid=8909] ppid=8903 vsize=1528364 CPUtime=0.26
/proc/8905/task/8909/stat : 8909 (java) S 8903 8905 8251 0 -1 4202560 22535 0 0 0 13 13 0 0 18 0 12 0 44853625 1565044736 92040 1992294400 134512640 134550932 4290364368 18446744073709551615 4294960144 0 4 0 16800975 18446604437797292096 0 0 -1 1 0 0 0
[pid=8905/tid=8910] ppid=8903 vsize=1528364 CPUtime=0
/proc/8905/task/8910/stat : 8910 (java) S 8903 8905 8251 0 -1 4202560 9 0 0 0 0 0 0 0 16 0 12 0 44853627 1565044736 92040 1992294400 134512640 134550932 4290364368 18446744073709551615 4294960144 0 0 0 16800975 18446604437797292096 0 0 -1 1 0 0 0
[pid=8905/tid=8911] ppid=8903 vsize=1528364 CPUtime=0
/proc/8905/task/8911/stat : 8911 (java) S 8903 8905 8251 0 -1 4202560 11 0 0 0 0 0 0 0 17 0 12 0 44853628 1565044736 92040 1992294400 134512640 134550932 4290364368 18446744073709551615 4294960144 0 4 0 16800975 18446604437797292096 0 0 -1 1 0 0 0
[pid=8905/tid=8912] ppid=8903 vsize=1528364 CPUtime=0
/proc/8905/task/8912/stat : 8912 (java) S 8903 8905 8251 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 12 0 44853628 1565044736 92040 1992294400 134512640 134550932 4290364368 18446744073709551615 4294960144 0 4 0 16800975 18446604437797292096 0 0 -1 1 0 0 0
[pid=8905/tid=8913] ppid=8903 vsize=1528364 CPUtime=0
/proc/8905/task/8913/stat : 8913 (java) S 8903 8905 8251 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 44853632 1565044736 92040 1992294400 134512640 134550932 4290364368 18446744073709551615 4294960144 0 4 0 16800975 18446604437797292096 0 0 -1 1 0 0 0
[pid=8905/tid=8914] ppid=8903 vsize=1528364 CPUtime=0.09
/proc/8905/task/8914/stat : 8914 (java) S 8903 8905 8251 0 -1 4202560 132 0 0 0 9 0 0 0 19 0 12 0 44853632 1565044736 92040 1992294400 134512640 134550932 4290364368 18446744073709551615 4294960144 0 4 0 16800975 18446604437797292096 0 0 -1 0 0 0 0
[pid=8905/tid=8915] ppid=8903 vsize=1528364 CPUtime=0.24
/proc/8905/task/8915/stat : 8915 (java) S 8903 8905 8251 0 -1 4202560 1027 0 0 0 24 0 0 0 15 0 12 0 44853632 1565044736 92040 1992294400 134512640 134550932 4290364368 18446744073709551615 4294960144 0 4 0 16800975 18446604437797292096 0 0 -1 1 0 0 0
[pid=8905/tid=8916] ppid=8903 vsize=1528364 CPUtime=0
/proc/8905/task/8916/stat : 8916 (java) S 8903 8905 8251 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 12 0 44853632 1565044736 92040 1992294400 134512640 134550932 4290364368 18446744073709551615 4294960144 0 4 0 16800975 18446604437797292096 0 0 -1 1 0 0 0
[pid=8905/tid=8917] ppid=8903 vsize=1528364 CPUtime=0
/proc/8905/task/8917/stat : 8917 (java) S 8903 8905 8251 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 12 0 44853632 1565044736 92040 1992294400 134512640 134550932 4290364368 18446744073709551615 4294960144 0 4 0 16800975 18446604437797292096 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2.05
Current children cumulated vsize (KiB) 1528364

[startup+3.10135 s]
/proc/loadavg: 1.15 1.05 1.01 2/118 8917
/proc/meminfo: memFree=753620/2059040 swapFree=4139776/4192956
[pid=8905] ppid=8903 vsize=1528364 CPUtime=3.79
/proc/8905/stat : 8905 (java) S 8903 8905 8251 0 -1 4202496 116635 0 1 0 322 57 0 0 18 0 12 0 44853622 1565044736 116071 1992294400 134512640 134550932 4290364368 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/8905/statm: 382091 116071 1408 10 0 379393 0
[pid=8905/tid=8907] ppid=8903 vsize=1528364 CPUtime=2.57
/proc/8905/task/8907/stat : 8907 (java) R 8903 8905 8251 0 -1 4202560 52000 0 1 0 237 20 0 0 25 0 12 0 44853624 1565044736 116071 1992294400 134512640 134550932 4290364368 18446744073709551615 4109437525 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=8905/tid=8908] ppid=8903 vsize=1528364 CPUtime=0.43
/proc/8905/task/8908/stat : 8908 (java) S 8903 8905 8251 0 -1 4202560 27347 0 0 0 28 15 0 0 16 0 12 0 44853625 1565044736 116071 1992294400 134512640 134550932 4290364368 18446744073709551615 4294960144 0 4 0 16800975 18446604437797292096 0 0 -1 0 0 0 0
[pid=8905/tid=8909] ppid=8903 vsize=1528364 CPUtime=0.41
/proc/8905/task/8909/stat : 8909 (java) S 8903 8905 8251 0 -1 4202560 35056 0 0 0 21 20 0 0 18 0 12 0 44853625 1565044736 116071 1992294400 134512640 134550932 4290364368 18446744073709551615 4294960144 0 4 0 16800975 18446604437797292096 0 0 -1 1 0 0 0
[pid=8905/tid=8910] ppid=8903 vsize=1528364 CPUtime=0
/proc/8905/task/8910/stat : 8910 (java) S 8903 8905 8251 0 -1 4202560 13 0 0 0 0 0 0 0 15 0 12 0 44853627 1565044736 116071 1992294400 134512640 134550932 4290364368 18446744073709551615 4294960144 0 0 0 16800975 18446604437797292096 0 0 -1 1 0 0 0
[pid=8905/tid=8911] ppid=8903 vsize=1528364 CPUtime=0
/proc/8905/task/8911/stat : 8911 (java) S 8903 8905 8251 0 -1 4202560 11 0 0 0 0 0 0 0 17 0 12 0 44853628 1565044736 116071 1992294400 134512640 134550932 4290364368 18446744073709551615 4294960144 0 4 0 16800975 18446604437797292096 0 0 -1 1 0 0 0
[pid=8905/tid=8912] ppid=8903 vsize=1528364 CPUtime=0
/proc/8905/task/8912/stat : 8912 (java) S 8903 8905 8251 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 12 0 44853628 1565044736 116071 1992294400 134512640 134550932 4290364368 18446744073709551615 4294960144 0 4 0 16800975 18446604437797292096 0 0 -1 1 0 0 0
[pid=8905/tid=8913] ppid=8903 vsize=1528364 CPUtime=0
/proc/8905/task/8913/stat : 8913 (java) S 8903 8905 8251 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 44853632 1565044736 116071 1992294400 134512640 134550932 4290364368 18446744073709551615 4294960144 0 4 0 16800975 18446604437797292096 0 0 -1 1 0 0 0
[pid=8905/tid=8914] ppid=8903 vsize=1528364 CPUtime=0.09
/proc/8905/task/8914/stat : 8914 (java) S 8903 8905 8251 0 -1 4202560 132 0 0 0 9 0 0 0 19 0 12 0 44853632 1565044736 116071 1992294400 134512640 134550932 4290364368 18446744073709551615 4294960144 0 4 0 16800975 18446604437797292096 0 0 -1 0 0 0 0
[pid=8905/tid=8915] ppid=8903 vsize=1528364 CPUtime=0.24
/proc/8905/task/8915/stat : 8915 (java) S 8903 8905 8251 0 -1 4202560 1027 0 0 0 24 0 0 0 15 0 12 0 44853632 1565044736 116071 1992294400 134512640 134550932 4290364368 18446744073709551615 4294960144 0 4 0 16800975 18446604437797292096 0 0 -1 1 0 0 0
[pid=8905/tid=8916] ppid=8903 vsize=1528364 CPUtime=0
/proc/8905/task/8916/stat : 8916 (java) S 8903 8905 8251 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 12 0 44853632 1565044736 116071 1992294400 134512640 134550932 4290364368 18446744073709551615 4294960144 0 4 0 16800975 18446604437797292096 0 0 -1 1 0 0 0
[pid=8905/tid=8917] ppid=8903 vsize=1528364 CPUtime=0
/proc/8905/task/8917/stat : 8917 (java) S 8903 8905 8251 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 12 0 44853632 1565044736 116071 1992294400 134512640 134550932 4290364368 18446744073709551615 4294960144 0 4 0 16800975 18446604437797292096 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3.79
Current children cumulated vsize (KiB) 1528364

[startup+6.30179 s]
/proc/loadavg: 1.22 1.07 1.02 2/118 8917
/proc/meminfo: memFree=710220/2059040 swapFree=4139776/4192956
[pid=8905] ppid=8903 vsize=1527676 CPUtime=7.43
/proc/8905/stat : 8905 (java) S 8903 8905 8251 0 -1 4202496 133778 0 1 0 676 67 0 0 18 0 12 0 44853622 1564340224 130189 1992294400 134512640 134550932 4290364368 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/8905/statm: 381919 130191 1408 10 0 379221 0
[pid=8905/tid=8907] ppid=8903 vsize=1527676 CPUtime=5.33
/proc/8905/task/8907/stat : 8907 (java) S 8903 8905 8251 0 -1 4202560 52005 0 1 0 511 22 0 0 25 0 12 0 44853624 1564340224 130192 1992294400 134512640 134550932 4290364368 18446744073709551615 4294960144 0 4 0 16800975 18446604437797292096 0 0 -1 1 0 0 0
[pid=8905/tid=8908] ppid=8903 vsize=1527676 CPUtime=0.87
/proc/8905/task/8908/stat : 8908 (java) R 8903 8905 8251 0 -1 4202560 37151 0 0 0 67 20 0 0 16 0 12 0 44853625 1564340224 130193 1992294400 134512640 134550932 4290364368 18446744073709551615 106197499 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=8905/tid=8909] ppid=8903 vsize=1527676 CPUtime=0.86
/proc/8905/task/8909/stat : 8909 (java) R 8903 8905 8251 0 -1 4202560 42392 0 0 0 63 23 0 0 18 0 12 0 44853625 1564340224 130195 1992294400 134512640 134550932 4290364368 18446744073709551615 106195352 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=8905/tid=8910] ppid=8903 vsize=1527676 CPUtime=0
/proc/8905/task/8910/stat : 8910 (java) S 8903 8905 8251 0 -1 4202560 17 0 0 0 0 0 0 0 15 0 12 0 44853627 1564340224 130196 1992294400 134512640 134550932 4290364368 18446744073709551615 4294960144 0 0 0 16800975 18446604437797292096 0 0 -1 1 0 0 0
[pid=8905/tid=8911] ppid=8903 vsize=1527676 CPUtime=0
/proc/8905/task/8911/stat : 8911 (java) S 8903 8905 8251 0 -1 4202560 11 0 0 0 0 0 0 0 17 0 12 0 44853628 1564340224 130197 1992294400 134512640 134550932 4290364368 18446744073709551615 4294960144 0 4 0 16800975 18446604437797292096 0 0 -1 1 0 0 0
[pid=8905/tid=8912] ppid=8903 vsize=1527676 CPUtime=0
/proc/8905/task/8912/stat : 8912 (java) S 8903 8905 8251 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 12 0 44853628 1564340224 130199 1992294400 134512640 134550932 4290364368 18446744073709551615 4294960144 0 4 0 16800975 18446604437797292096 0 0 -1 1 0 0 0
[pid=8905/tid=8913] ppid=8903 vsize=1527676 CPUtime=0
/proc/8905/task/8913/stat : 8913 (java) S 8903 8905 8251 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 44853632 1564340224 130200 1992294400 134512640 134550932 4290364368 18446744073709551615 4294960144 0 4 0 16800975 18446604437797292096 0 0 -1 1 0 0 0
[pid=8905/tid=8914] ppid=8903 vsize=1527676 CPUtime=0.09
/proc/8905/task/8914/stat : 8914 (java) S 8903 8905 8251 0 -1 4202560 132 0 0 0 9 0 0 0 19 0 12 0 44853632 1564340224 130201 1992294400 134512640 134550932 4290364368 18446744073709551615 4294960144 0 4 0 16800975 18446604437797292096 0 0 -1 0 0 0 0
[pid=8905/tid=8915] ppid=8903 vsize=1527676 CPUtime=0.24
/proc/8905/task/8915/stat : 8915 (java) S 8903 8905 8251 0 -1 4202560 1027 0 0 0 24 0 0 0 15 0 12 0 44853632 1564340224 130202 1992294400 134512640 134550932 4290364368 18446744073709551615 4294960144 0 4 0 16800975 18446604437797292096 0 0 -1 1 0 0 0
[pid=8905/tid=8916] ppid=8903 vsize=1527676 CPUtime=0
/proc/8905/task/8916/stat : 8916 (java) S 8903 8905 8251 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 12 0 44853632 1564340224 130204 1992294400 134512640 134550932 4290364368 18446744073709551615 4294960144 0 4 0 16800975 18446604437797292096 0 0 -1 1 0 0 0
[pid=8905/tid=8917] ppid=8903 vsize=1527676 CPUtime=0
/proc/8905/task/8917/stat : 8917 (java) S 8903 8905 8251 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 12 0 44853632 1564340224 130205 1992294400 134512640 134550932 4290364368 18446744073709551615 4294960144 0 4 0 16800975 18446604437797292096 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 7.43
Current children cumulated vsize (KiB) 1527676

[startup+12.7182 s]
/proc/loadavg: 1.20 1.07 1.02 3/118 8917
/proc/meminfo: memFree=617344/2059040 swapFree=4139776/4192956
[pid=8905] ppid=8903 vsize=1529604 CPUtime=15.46
/proc/8905/stat : 8905 (java) S 8903 8905 8251 0 -1 4202496 158374 0 1 0 1463 83 0 0 18 0 12 0 44853622 1566314496 152967 1992294400 134512640 134550932 4290364368 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/8905/statm: 382401 152969 1413 10 0 379703 0
[pid=8905/tid=8907] ppid=8903 vsize=1529604 CPUtime=9.78
/proc/8905/task/8907/stat : 8907 (java) S 8903 8905 8251 0 -1 4202560 52011 0 1 0 955 23 0 0 20 0 12 0 44853624 1566314496 152970 1992294400 134512640 134550932 4290364368 18446744073709551615 4294960144 0 4 0 16800975 18446604437797292096 0 0 -1 0 0 0 0
[pid=8905/tid=8908] ppid=8903 vsize=1529604 CPUtime=2.62
/proc/8905/task/8908/stat : 8908 (java) R 8903 8905 8251 0 -1 4202560 48475 0 0 0 235 27 0 0 15 0 12 0 44853625 1566314496 152971 1992294400 134512640 134550932 4290364368 18446744073709551615 104198138 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=8905/tid=8909] ppid=8903 vsize=1529604 CPUtime=2.68
/proc/8905/task/8909/stat : 8909 (java) R 8903 8905 8251 0 -1 4202560 55652 0 0 0 237 31 0 0 16 0 12 0 44853625 1566314496 152973 1992294400 134512640 134550932 4290364368 18446744073709551615 106195352 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=8905/tid=8910] ppid=8903 vsize=1529604 CPUtime=0
/proc/8905/task/8910/stat : 8910 (java) S 8903 8905 8251 0 -1 4202560 18 0 0 0 0 0 0 0 15 0 12 0 44853627 1566314496 152974 1992294400 134512640 134550932 4290364368 18446744073709551615 4294960144 0 0 0 16800975 18446604437797292096 0 0 -1 1 0 0 0
[pid=8905/tid=8911] ppid=8903 vsize=1529604 CPUtime=0
/proc/8905/task/8911/stat : 8911 (java) S 8903 8905 8251 0 -1 4202560 11 0 0 0 0 0 0 0 17 0 12 0 44853628 1566314496 152975 1992294400 134512640 134550932 4290364368 18446744073709551615 4294960144 0 4 0 16800975 18446604437797292096 0 0 -1 1 0 0 0
[pid=8905/tid=8912] ppid=8903 vsize=1529604 CPUtime=0
/proc/8905/task/8912/stat : 8912 (java) S 8903 8905 8251 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 12 0 44853628 1566314496 152976 1992294400 134512640 134550932 4290364368 18446744073709551615 4294960144 0 4 0 16800975 18446604437797292096 0 0 -1 1 0 0 0
[pid=8905/tid=8913] ppid=8903 vsize=1529604 CPUtime=0
/proc/8905/task/8913/stat : 8913 (java) S 8903 8905 8251 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 44853632 1566314496 152978 1992294400 134512640 134550932 4290364368 18446744073709551615 4294960144 0 4 0 16800975 18446604437797292096 0 0 -1 1 0 0 0
[pid=8905/tid=8914] ppid=8903 vsize=1529604 CPUtime=0.09
/proc/8905/task/8914/stat : 8914 (java) S 8903 8905 8251 0 -1 4202560 132 0 0 0 9 0 0 0 19 0 12 0 44853632 1566314496 152979 1992294400 134512640 134550932 4290364368 18446744073709551615 4294960144 0 4 0 16800975 18446604437797292096 0 0 -1 0 0 0 0
[pid=8905/tid=8915] ppid=8903 vsize=1529604 CPUtime=0.24
/proc/8905/task/8915/stat : 8915 (java) S 8903 8905 8251 0 -1 4202560 1032 0 0 0 24 0 0 0 15 0 12 0 44853632 1566314496 152980 1992294400 134512640 134550932 4290364368 18446744073709551615 4294960144 0 4 0 16800975 18446604437797292096 0 0 -1 1 0 0 0
[pid=8905/tid=8916] ppid=8903 vsize=1529604 CPUtime=0
/proc/8905/task/8916/stat : 8916 (java) S 8903 8905 8251 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 12 0 44853632 1566314496 152981 1992294400 134512640 134550932 4290364368 18446744073709551615 4294960144 0 4 0 16800975 18446604437797292096 0 0 -1 1 0 0 0
[pid=8905/tid=8917] ppid=8903 vsize=1529604 CPUtime=0
/proc/8905/task/8917/stat : 8917 (java) S 8903 8905 8251 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 12 0 44853632 1566314496 152982 1992294400 134512640 134550932 4290364368 18446744073709551615 4294960144 0 4 0 16800975 18446604437797292096 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 15.46
Current children cumulated vsize (KiB) 1529604

[startup+25.5023 s]
/proc/loadavg: 1.23 1.08 1.02 2/118 8917
/proc/meminfo: memFree=453540/2059040 swapFree=4139776/4192956
[pid=8905] ppid=8903 vsize=1530244 CPUtime=31.39
/proc/8905/stat : 8905 (java) S 8903 8905 8251 0 -1 4202496 198523 0 1 0 3031 108 0 0 18 0 12 0 44853622 1566969856 191655 1992294400 134512640 134550932 4290364368 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/8905/statm: 382561 191655 1413 10 0 379863 0
[pid=8905/tid=8907] ppid=8903 vsize=1530244 CPUtime=18.39
/proc/8905/task/8907/stat : 8907 (java) R 8903 8905 8251 0 -1 4202560 52027 0 1 0 1813 26 0 0 16 0 12 0 44853624 1566969856 191655 1992294400 134512640 134550932 4290364368 18446744073709551615 4109416394 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=8905/tid=8908] ppid=8903 vsize=1530244 CPUtime=6.44
/proc/8905/task/8908/stat : 8908 (java) S 8903 8905 8251 0 -1 4202560 73062 0 0 0 602 42 0 0 16 0 12 0 44853625 1566969856 191655 1992294400 134512640 134550932 4290364368 18446744073709551615 4294960144 0 4 0 16800975 18446604437797292096 0 0 -1 0 0 0 0
[pid=8905/tid=8909] ppid=8903 vsize=1530244 CPUtime=6.15
/proc/8905/task/8909/stat : 8909 (java) S 8903 8905 8251 0 -1 4202560 71188 0 0 0 577 38 0 0 16 0 12 0 44853625 1566969856 191655 1992294400 134512640 134550932 4290364368 18446744073709551615 4294960144 0 4 0 16800975 18446604437797292096 0 0 -1 1 0 0 0
[pid=8905/tid=8910] ppid=8903 vsize=1530244 CPUtime=0
/proc/8905/task/8910/stat : 8910 (java) S 8903 8905 8251 0 -1 4202560 18 0 0 0 0 0 0 0 15 0 12 0 44853627 1566969856 191655 1992294400 134512640 134550932 4290364368 18446744073709551615 4294960144 0 0 0 16800975 18446604437797292096 0 0 -1 1 0 0 0
[pid=8905/tid=8911] ppid=8903 vsize=1530244 CPUtime=0
/proc/8905/task/8911/stat : 8911 (java) S 8903 8905 8251 0 -1 4202560 11 0 0 0 0 0 0 0 17 0 12 0 44853628 1566969856 191655 1992294400 134512640 134550932 4290364368 18446744073709551615 4294960144 0 4 0 16800975 18446604437797292096 0 0 -1 1 0 0 0
[pid=8905/tid=8912] ppid=8903 vsize=1530244 CPUtime=0
/proc/8905/task/8912/stat : 8912 (java) S 8903 8905 8251 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 12 0 44853628 1566969856 191655 1992294400 134512640 134550932 4290364368 18446744073709551615 4294960144 0 4 0 16800975 18446604437797292096 0 0 -1 1 0 0 0
[pid=8905/tid=8913] ppid=8903 vsize=1530244 CPUtime=0
/proc/8905/task/8913/stat : 8913 (java) S 8903 8905 8251 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 44853632 1566969856 191655 1992294400 134512640 134550932 4290364368 18446744073709551615 4294960144 0 4 0 16800975 18446604437797292096 0 0 -1 1 0 0 0
[pid=8905/tid=8914] ppid=8903 vsize=1530244 CPUtime=0.12

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

[pid=8905] ppid=8903 vsize=1606808 CPUtime=198.78
/proc/8905/stat : 8905 (java) S 8903 8905 8251 0 -1 4202496 1182371 0 3 0 19362 516 0 0 18 0 13 0 44853622 1645371392 370130 1992294400 134512640 134550932 4290364368 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/8905/statm: 401702 370130 1425 10 0 399004 0
[pid=8905/tid=8907] ppid=8903 vsize=1606808 CPUtime=55.84
/proc/8905/task/8907/stat : 8907 (java) S 8903 8905 8251 0 -1 4202560 52106 0 2 0 5548 36 0 0 17 0 13 0 44853624 1645371392 370130 1992294400 134512640 134550932 4290364368 18446744073709551615 4294960144 0 4 0 16800975 18446604437797292096 0 0 -1 0 0 0 0
[pid=8905/tid=8908] ppid=8903 vsize=1606808 CPUtime=19.69
/proc/8905/task/8908/stat : 8908 (java) S 8903 8905 8251 0 -1 4202560 141481 0 0 0 1886 83 0 0 16 0 13 0 44853625 1645371392 370130 1992294400 134512640 134550932 4290364368 18446744073709551615 4294960144 0 4 0 16800975 18446604437797292096 0 0 -1 1 0 0 0
[pid=8905/tid=8909] ppid=8903 vsize=1606808 CPUtime=22.28
/proc/8905/task/8909/stat : 8909 (java) S 8903 8905 8251 0 -1 4202560 159174 0 0 0 2155 73 0 0 16 0 13 0 44853625 1645371392 370130 1992294400 134512640 134550932 4290364368 18446744073709551615 4294960144 0 4 0 16800975 18446604437797292096 0 0 -1 1 0 0 0
[pid=8905/tid=8910] ppid=8903 vsize=1606808 CPUtime=99.49
/proc/8905/task/8910/stat : 8910 (java) R 8903 8905 8251 0 -1 4202560 822326 0 1 0 9631 318 0 0 25 0 13 0 44853627 1645371392 370130 1992294400 134512640 134550932 4290364368 18446744073709551615 104177752 0 0 0 16800975 0 0 0 -1 1 0 0 0
[pid=8905/tid=8911] ppid=8903 vsize=1606808 CPUtime=0
/proc/8905/task/8911/stat : 8911 (java) S 8903 8905 8251 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 13 0 44853628 1645371392 370130 1992294400 134512640 134550932 4290364368 18446744073709551615 4294960144 0 4 0 16800975 18446604437797292096 0 0 -1 0 0 0 0
[pid=8905/tid=8912] ppid=8903 vsize=1606808 CPUtime=0
/proc/8905/task/8912/stat : 8912 (java) S 8903 8905 8251 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 44853628 1645371392 370130 1992294400 134512640 134550932 4290364368 18446744073709551615 4294960144 0 4 0 16800975 18446604437797292096 0 0 -1 1 0 0 0
[pid=8905/tid=8913] ppid=8903 vsize=1606808 CPUtime=0
/proc/8905/task/8913/stat : 8913 (java) S 8903 8905 8251 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 44853632 1645371392 370130 1992294400 134512640 134550932 4290364368 18446744073709551615 4294960144 0 4 0 16800975 18446604437797292096 0 0 -1 1 0 0 0
[pid=8905/tid=8914] ppid=8903 vsize=1606808 CPUtime=0.35
/proc/8905/task/8914/stat : 8914 (java) S 8903 8905 8251 0 -1 4202560 698 0 0 0 35 0 0 0 16 0 13 0 44853632 1645371392 370130 1992294400 134512640 134550932 4290364368 18446744073709551615 4294960144 0 4 0 16800975 18446604437797292096 0 0 -1 0 0 0 0
[pid=8905/tid=8915] ppid=8903 vsize=1606808 CPUtime=1.06
/proc/8905/task/8915/stat : 8915 (java) S 8903 8905 8251 0 -1 4202560 5510 0 0 0 104 2 0 0 16 0 13 0 44853632 1645371392 370130 1992294400 134512640 134550932 4290364368 18446744073709551615 4294960144 0 4 0 16800975 18446604437797292096 0 0 -1 0 0 0 0
[pid=8905/tid=8916] ppid=8903 vsize=1606808 CPUtime=0
/proc/8905/task/8916/stat : 8916 (java) S 8903 8905 8251 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 44853632 1645371392 370130 1992294400 134512640 134550932 4290364368 18446744073709551615 4294960144 0 4 0 16800975 18446604437797292096 0 0 -1 1 0 0 0
[pid=8905/tid=8917] ppid=8903 vsize=1606808 CPUtime=0
/proc/8905/task/8917/stat : 8917 (java) S 8903 8905 8251 0 -1 4202560 12 0 0 0 0 0 0 0 15 0 13 0 44853632 1645371392 370130 1992294400 134512640 134550932 4290364368 18446744073709551615 4294960144 0 4 0 16800975 18446604437797292096 0 0 -1 1 0 0 0
[pid=8905/tid=8922] ppid=8903 vsize=1606808 CPUtime=0
/proc/8905/task/8922/stat : 8922 (java) S 8903 8905 8251 0 -1 4202560 4 0 0 0 0 0 0 0 17 0 13 0 44871395 1645371392 370130 1992294400 134512640 134550932 4290364368 18446744073709551615 4294960144 0 4 0 16800975 18446604437797292096 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 198.78
Current children cumulated vsize (KiB) 1606808

[startup+182.302 s]
/proc/loadavg: 1.08 1.11 1.04 2/119 8922
/proc/meminfo: memFree=41184/2059040 swapFree=4139252/4192956
[pid=8905] ppid=8903 vsize=1558808 CPUtime=201.98
/proc/8905/stat : 8905 (java) S 8903 8905 8251 0 -1 4202496 1188374 0 3 0 19679 519 0 0 18 0 13 0 44853622 1596219392 358130 1992294400 134512640 134550932 4290364368 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/8905/statm: 389702 358130 1425 10 0 387004 0
[pid=8905/tid=8907] ppid=8903 vsize=1558808 CPUtime=55.84
/proc/8905/task/8907/stat : 8907 (java) S 8903 8905 8251 0 -1 4202560 52106 0 2 0 5548 36 0 0 17 0 13 0 44853624 1596219392 358130 1992294400 134512640 134550932 4290364368 18446744073709551615 4294960144 0 4 0 16800975 18446604437797292096 0 0 -1 0 0 0 0
[pid=8905/tid=8908] ppid=8903 vsize=1558808 CPUtime=19.69
/proc/8905/task/8908/stat : 8908 (java) S 8903 8905 8251 0 -1 4202560 141481 0 0 0 1886 83 0 0 16 0 13 0 44853625 1596219392 358130 1992294400 134512640 134550932 4290364368 18446744073709551615 4294960144 0 4 0 16800975 18446604437797292096 0 0 -1 1 0 0 0
[pid=8905/tid=8909] ppid=8903 vsize=1558808 CPUtime=22.28
/proc/8905/task/8909/stat : 8909 (java) S 8903 8905 8251 0 -1 4202560 159174 0 0 0 2155 73 0 0 16 0 13 0 44853625 1596219392 358130 1992294400 134512640 134550932 4290364368 18446744073709551615 4294960144 0 4 0 16800975 18446604437797292096 0 0 -1 1 0 0 0
[pid=8905/tid=8910] ppid=8903 vsize=1558808 CPUtime=102.69
/proc/8905/task/8910/stat : 8910 (java) R 8903 8905 8251 0 -1 4202560 828328 0 1 0 9948 321 0 0 25 0 13 0 44853627 1596219392 358130 1992294400 134512640 134550932 4290364368 18446744073709551615 105696579 0 0 0 16800975 0 0 0 -1 1 0 0 0
[pid=8905/tid=8911] ppid=8903 vsize=1558808 CPUtime=0
/proc/8905/task/8911/stat : 8911 (java) S 8903 8905 8251 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 13 0 44853628 1596219392 358130 1992294400 134512640 134550932 4290364368 18446744073709551615 4294960144 0 4 0 16800975 18446604437797292096 0 0 -1 0 0 0 0
[pid=8905/tid=8912] ppid=8903 vsize=1558808 CPUtime=0
/proc/8905/task/8912/stat : 8912 (java) S 8903 8905 8251 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 44853628 1596219392 358130 1992294400 134512640 134550932 4290364368 18446744073709551615 4294960144 0 4 0 16800975 18446604437797292096 0 0 -1 1 0 0 0
[pid=8905/tid=8913] ppid=8903 vsize=1558808 CPUtime=0
/proc/8905/task/8913/stat : 8913 (java) S 8903 8905 8251 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 44853632 1596219392 358130 1992294400 134512640 134550932 4290364368 18446744073709551615 4294960144 0 4 0 16800975 18446604437797292096 0 0 -1 1 0 0 0
[pid=8905/tid=8914] ppid=8903 vsize=1558808 CPUtime=0.35
/proc/8905/task/8914/stat : 8914 (java) S 8903 8905 8251 0 -1 4202560 698 0 0 0 35 0 0 0 16 0 13 0 44853632 1596219392 358130 1992294400 134512640 134550932 4290364368 18446744073709551615 4294960144 0 4 0 16800975 18446604437797292096 0 0 -1 0 0 0 0
[pid=8905/tid=8915] ppid=8903 vsize=1558808 CPUtime=1.06
/proc/8905/task/8915/stat : 8915 (java) S 8903 8905 8251 0 -1 4202560 5510 0 0 0 104 2 0 0 16 0 13 0 44853632 1596219392 358130 1992294400 134512640 134550932 4290364368 18446744073709551615 4294960144 0 4 0 16800975 18446604437797292096 0 0 -1 0 0 0 0
[pid=8905/tid=8916] ppid=8903 vsize=1558808 CPUtime=0
/proc/8905/task/8916/stat : 8916 (java) S 8903 8905 8251 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 44853632 1596219392 358130 1992294400 134512640 134550932 4290364368 18446744073709551615 4294960144 0 4 0 16800975 18446604437797292096 0 0 -1 1 0 0 0
[pid=8905/tid=8917] ppid=8903 vsize=1558808 CPUtime=0
/proc/8905/task/8917/stat : 8917 (java) S 8903 8905 8251 0 -1 4202560 12 0 0 0 0 0 0 0 15 0 13 0 44853632 1596219392 358130 1992294400 134512640 134550932 4290364368 18446744073709551615 4294960144 0 4 0 16800975 18446604437797292096 0 0 -1 1 0 0 0
[pid=8905/tid=8922] ppid=8903 vsize=1558808 CPUtime=0
/proc/8905/task/8922/stat : 8922 (java) S 8903 8905 8251 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 13 0 44871395 1596219392 358130 1992294400 134512640 134550932 4290364368 18446744073709551615 4294960144 0 4 0 16800975 18446604437797292096 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 201.98
Current children cumulated vsize (KiB) 1558808

[startup+183.902 s]
/proc/loadavg: 1.08 1.11 1.04 2/119 8922
/proc/meminfo: memFree=41184/2059040 swapFree=4139252/4192956
[pid=8905] ppid=8903 vsize=1606808 CPUtime=203.57
/proc/8905/stat : 8905 (java) S 8903 8905 8251 0 -1 4202496 1212376 0 3 0 19830 527 0 0 18 0 13 0 44853622 1645371392 370130 1992294400 134512640 134550932 4290364368 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/8905/statm: 401702 370130 1425 10 0 399004 0
[pid=8905/tid=8907] ppid=8903 vsize=1606808 CPUtime=55.84
/proc/8905/task/8907/stat : 8907 (java) S 8903 8905 8251 0 -1 4202560 52106 0 2 0 5548 36 0 0 17 0 13 0 44853624 1645371392 370130 1992294400 134512640 134550932 4290364368 18446744073709551615 4294960144 0 4 0 16800975 18446604437797292096 0 0 -1 0 0 0 0
[pid=8905/tid=8908] ppid=8903 vsize=1606808 CPUtime=19.69
/proc/8905/task/8908/stat : 8908 (java) S 8903 8905 8251 0 -1 4202560 141481 0 0 0 1886 83 0 0 16 0 13 0 44853625 1645371392 370130 1992294400 134512640 134550932 4290364368 18446744073709551615 4294960144 0 4 0 16800975 18446604437797292096 0 0 -1 1 0 0 0
[pid=8905/tid=8909] ppid=8903 vsize=1606808 CPUtime=22.28
/proc/8905/task/8909/stat : 8909 (java) S 8903 8905 8251 0 -1 4202560 159174 0 0 0 2155 73 0 0 16 0 13 0 44853625 1645371392 370130 1992294400 134512640 134550932 4290364368 18446744073709551615 4294960144 0 4 0 16800975 18446604437797292096 0 0 -1 1 0 0 0
[pid=8905/tid=8910] ppid=8903 vsize=1606808 CPUtime=104.28
/proc/8905/task/8910/stat : 8910 (java) R 8903 8905 8251 0 -1 4202560 852330 0 1 0 10099 329 0 0 25 0 13 0 44853627 1645371392 370130 1992294400 134512640 134550932 4290364368 18446744073709551615 105886114 0 0 0 16800975 0 0 0 -1 1 0 0 0
[pid=8905/tid=8911] ppid=8903 vsize=1606808 CPUtime=0
/proc/8905/task/8911/stat : 8911 (java) S 8903 8905 8251 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 13 0 44853628 1645371392 370130 1992294400 134512640 134550932 4290364368 18446744073709551615 4294960144 0 4 0 16800975 18446604437797292096 0 0 -1 0 0 0 0
[pid=8905/tid=8912] ppid=8903 vsize=1606808 CPUtime=0
/proc/8905/task/8912/stat : 8912 (java) S 8903 8905 8251 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 44853628 1645371392 370130 1992294400 134512640 134550932 4290364368 18446744073709551615 4294960144 0 4 0 16800975 18446604437797292096 0 0 -1 1 0 0 0
[pid=8905/tid=8913] ppid=8903 vsize=1606808 CPUtime=0
/proc/8905/task/8913/stat : 8913 (java) S 8903 8905 8251 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 44853632 1645371392 370130 1992294400 134512640 134550932 4290364368 18446744073709551615 4294960144 0 4 0 16800975 18446604437797292096 0 0 -1 1 0 0 0
[pid=8905/tid=8914] ppid=8903 vsize=1606808 CPUtime=0.35
/proc/8905/task/8914/stat : 8914 (java) S 8903 8905 8251 0 -1 4202560 698 0 0 0 35 0 0 0 16 0 13 0 44853632 1645371392 370130 1992294400 134512640 134550932 4290364368 18446744073709551615 4294960144 0 4 0 16800975 18446604437797292096 0 0 -1 0 0 0 0
[pid=8905/tid=8915] ppid=8903 vsize=1606808 CPUtime=1.06
/proc/8905/task/8915/stat : 8915 (java) S 8903 8905 8251 0 -1 4202560 5510 0 0 0 104 2 0 0 16 0 13 0 44853632 1645371392 370130 1992294400 134512640 134550932 4290364368 18446744073709551615 4294960144 0 4 0 16800975 18446604437797292096 0 0 -1 0 0 0 0
[pid=8905/tid=8916] ppid=8903 vsize=1606808 CPUtime=0
/proc/8905/task/8916/stat : 8916 (java) S 8903 8905 8251 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 44853632 1645371392 370130 1992294400 134512640 134550932 4290364368 18446744073709551615 4294960144 0 4 0 16800975 18446604437797292096 0 0 -1 1 0 0 0
[pid=8905/tid=8917] ppid=8903 vsize=1606808 CPUtime=0
/proc/8905/task/8917/stat : 8917 (java) S 8903 8905 8251 0 -1 4202560 12 0 0 0 0 0 0 0 15 0 13 0 44853632 1645371392 370130 1992294400 134512640 134550932 4290364368 18446744073709551615 4294960144 0 4 0 16800975 18446604437797292096 0 0 -1 1 0 0 0
[pid=8905/tid=8922] ppid=8903 vsize=1606808 CPUtime=0
/proc/8905/task/8922/stat : 8922 (java) S 8903 8905 8251 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 13 0 44871395 1645371392 370130 1992294400 134512640 134550932 4290364368 18446744073709551615 4294960144 0 4 0 16800975 18446604437797292096 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 203.57
Current children cumulated vsize (KiB) 1606808

[startup+185.502 s]
/proc/loadavg: 1.08 1.11 1.04 2/119 8922
/proc/meminfo: memFree=41308/2059040 swapFree=4139252/4192956
[pid=8905] ppid=8903 vsize=1606808 CPUtime=205.17
/proc/8905/stat : 8905 (java) S 8903 8905 8251 0 -1 4202496 1212376 0 3 0 19990 527 0 0 18 0 13 0 44853622 1645371392 370130 1992294400 134512640 134550932 4290364368 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/8905/statm: 401702 370130 1425 10 0 399004 0
[pid=8905/tid=8907] ppid=8903 vsize=1606808 CPUtime=55.84
/proc/8905/task/8907/stat : 8907 (java) S 8903 8905 8251 0 -1 4202560 52106 0 2 0 5548 36 0 0 17 0 13 0 44853624 1645371392 370130 1992294400 134512640 134550932 4290364368 18446744073709551615 4294960144 0 4 0 16800975 18446604437797292096 0 0 -1 0 0 0 0
[pid=8905/tid=8908] ppid=8903 vsize=1606808 CPUtime=19.69
/proc/8905/task/8908/stat : 8908 (java) S 8903 8905 8251 0 -1 4202560 141481 0 0 0 1886 83 0 0 16 0 13 0 44853625 1645371392 370130 1992294400 134512640 134550932 4290364368 18446744073709551615 4294960144 0 4 0 16800975 18446604437797292096 0 0 -1 1 0 0 0
[pid=8905/tid=8909] ppid=8903 vsize=1606808 CPUtime=22.28
/proc/8905/task/8909/stat : 8909 (java) S 8903 8905 8251 0 -1 4202560 159174 0 0 0 2155 73 0 0 16 0 13 0 44853625 1645371392 370130 1992294400 134512640 134550932 4290364368 18446744073709551615 4294960144 0 4 0 16800975 18446604437797292096 0 0 -1 1 0 0 0
[pid=8905/tid=8910] ppid=8903 vsize=1606808 CPUtime=105.88
/proc/8905/task/8910/stat : 8910 (java) R 8903 8905 8251 0 -1 4202560 852330 0 1 0 10259 329 0 0 25 0 13 0 44853627 1645371392 370130 1992294400 134512640 134550932 4290364368 18446744073709551615 106159152 0 0 0 16800975 0 0 0 -1 1 0 0 0
[pid=8905/tid=8911] ppid=8903 vsize=1606808 CPUtime=0
/proc/8905/task/8911/stat : 8911 (java) S 8903 8905 8251 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 13 0 44853628 1645371392 370130 1992294400 134512640 134550932 4290364368 18446744073709551615 4294960144 0 4 0 16800975 18446604437797292096 0 0 -1 0 0 0 0
[pid=8905/tid=8912] ppid=8903 vsize=1606808 CPUtime=0
/proc/8905/task/8912/stat : 8912 (java) S 8903 8905 8251 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 44853628 1645371392 370130 1992294400 134512640 134550932 4290364368 18446744073709551615 4294960144 0 4 0 16800975 18446604437797292096 0 0 -1 1 0 0 0
[pid=8905/tid=8913] ppid=8903 vsize=1606808 CPUtime=0
/proc/8905/task/8913/stat : 8913 (java) S 8903 8905 8251 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 44853632 1645371392 370130 1992294400 134512640 134550932 4290364368 18446744073709551615 4294960144 0 4 0 16800975 18446604437797292096 0 0 -1 1 0 0 0
[pid=8905/tid=8914] ppid=8903 vsize=1606808 CPUtime=0.35
/proc/8905/task/8914/stat : 8914 (java) S 8903 8905 8251 0 -1 4202560 698 0 0 0 35 0 0 0 16 0 13 0 44853632 1645371392 370130 1992294400 134512640 134550932 4290364368 18446744073709551615 4294960144 0 4 0 16800975 18446604437797292096 0 0 -1 0 0 0 0
[pid=8905/tid=8915] ppid=8903 vsize=1606808 CPUtime=1.06
/proc/8905/task/8915/stat : 8915 (java) S 8903 8905 8251 0 -1 4202560 5510 0 0 0 104 2 0 0 16 0 13 0 44853632 1645371392 370130 1992294400 134512640 134550932 4290364368 18446744073709551615 4294960144 0 4 0 16800975 18446604437797292096 0 0 -1 0 0 0 0
[pid=8905/tid=8916] ppid=8903 vsize=1606808 CPUtime=0
/proc/8905/task/8916/stat : 8916 (java) S 8903 8905 8251 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 44853632 1645371392 370130 1992294400 134512640 134550932 4290364368 18446744073709551615 4294960144 0 4 0 16800975 18446604437797292096 0 0 -1 1 0 0 0
[pid=8905/tid=8917] ppid=8903 vsize=1606808 CPUtime=0
/proc/8905/task/8917/stat : 8917 (java) S 8903 8905 8251 0 -1 4202560 12 0 0 0 0 0 0 0 15 0 13 0 44853632 1645371392 370130 1992294400 134512640 134550932 4290364368 18446744073709551615 4294960144 0 4 0 16800975 18446604437797292096 0 0 -1 1 0 0 0
[pid=8905/tid=8922] ppid=8903 vsize=1606808 CPUtime=0
/proc/8905/task/8922/stat : 8922 (java) S 8903 8905 8251 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 13 0 44871395 1645371392 370130 1992294400 134512640 134550932 4290364368 18446744073709551615 4294960144 0 4 0 16800975 18446604437797292096 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 205.17
Current children cumulated vsize (KiB) 1606808

[startup+186.302 s]
/proc/loadavg: 1.07 1.11 1.04 2/119 8922
/proc/meminfo: memFree=41308/2059040 swapFree=4139252/4192956
[pid=8905] ppid=8903 vsize=1542804 CPUtime=205.96
/proc/8905/stat : 8905 (java) S 8903 8905 8251 0 -1 4202496 1212377 0 4 0 20068 528 0 0 18 0 12 0 44853622 1579831296 354130 1992294400 134512640 134550932 4290364368 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/8905/statm: 385701 354130 1426 10 0 383003 0
[pid=8905/tid=8907] ppid=8903 vsize=1542804 CPUtime=55.84
/proc/8905/task/8907/stat : 8907 (java) S 8903 8905 8251 0 -1 4202560 52106 0 2 0 5548 36 0 0 15 0 12 0 44853624 1579831296 354130 1992294400 134512640 134550932 4290364368 18446744073709551615 4294960144 0 4 0 16800975 18446604437797292096 0 0 -1 0 0 0 0
[pid=8905/tid=8908] ppid=8903 vsize=1542804 CPUtime=19.69
/proc/8905/task/8908/stat : 8908 (java) S 8903 8905 8251 0 -1 4202560 141481 0 0 0 1886 83 0 0 16 0 12 0 44853625 1579831296 354130 1992294400 134512640 134550932 4290364368 18446744073709551615 4294960144 0 4 0 16800975 18446604437797292096 0 0 -1 1 0 0 0
[pid=8905/tid=8909] ppid=8903 vsize=1542804 CPUtime=22.28
/proc/8905/task/8909/stat : 8909 (java) S 8903 8905 8251 0 -1 4202560 159174 0 0 0 2155 73 0 0 16 0 12 0 44853625 1579831296 354130 1992294400 134512640 134550932 4290364368 18446744073709551615 4294960144 0 4 0 16800975 18446604437797292096 0 0 -1 1 0 0 0
[pid=8905/tid=8910] ppid=8903 vsize=1542804 CPUtime=106.67
/proc/8905/task/8910/stat : 8910 (java) R 8903 8905 8251 0 -1 4202560 852330 0 1 0 10337 330 0 0 25 0 12 0 44853627 1579831296 354130 1992294400 134512640 134550932 4290364368 18446744073709551615 106158102 0 0 0 16800975 0 0 0 -1 1 0 0 0
[pid=8905/tid=8911] ppid=8903 vsize=1542804 CPUtime=0
/proc/8905/task/8911/stat : 8911 (java) S 8903 8905 8251 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 12 0 44853628 1579831296 354130 1992294400 134512640 134550932 4290364368 18446744073709551615 4294960144 0 4 0 16800975 18446604437797292096 0 0 -1 0 0 0 0
[pid=8905/tid=8912] ppid=8903 vsize=1542804 CPUtime=0
/proc/8905/task/8912/stat : 8912 (java) S 8903 8905 8251 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 12 0 44853628 1579831296 354130 1992294400 134512640 134550932 4290364368 18446744073709551615 4294960144 0 4 0 16800975 18446604437797292096 0 0 -1 1 0 0 0
[pid=8905/tid=8913] ppid=8903 vsize=1542804 CPUtime=0
/proc/8905/task/8913/stat : 8913 (java) S 8903 8905 8251 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 44853632 1579831296 354130 1992294400 134512640 134550932 4290364368 18446744073709551615 4294960144 0 4 0 16800975 18446604437797292096 0 0 -1 1 0 0 0
[pid=8905/tid=8914] ppid=8903 vsize=1542804 CPUtime=0.35
/proc/8905/task/8914/stat : 8914 (java) S 8903 8905 8251 0 -1 4202560 698 0 0 0 35 0 0 0 16 0 12 0 44853632 1579831296 354130 1992294400 134512640 134550932 4290364368 18446744073709551615 4294960144 0 4 0 16800975 18446604437797292096 0 0 -1 0 0 0 0
[pid=8905/tid=8915] ppid=8903 vsize=1542804 CPUtime=1.06
/proc/8905/task/8915/stat : 8915 (java) S 8903 8905 8251 0 -1 4202560 5510 0 0 0 104 2 0 0 16 0 12 0 44853632 1579831296 354130 1992294400 134512640 134550932 4290364368 18446744073709551615 4294960144 0 4 0 16800975 18446604437797292096 0 0 -1 0 0 0 0
[pid=8905/tid=8916] ppid=8903 vsize=1542804 CPUtime=0
/proc/8905/task/8916/stat : 8916 (java) S 8903 8905 8251 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 12 0 44853632 1579831296 354130 1992294400 134512640 134550932 4290364368 18446744073709551615 4294960144 0 4 0 16800975 18446604437797292096 0 0 -1 1 0 0 0
[pid=8905/tid=8917] ppid=8903 vsize=1542804 CPUtime=0
/proc/8905/task/8917/stat : 8917 (java) S 8903 8905 8251 0 -1 4202560 12 0 0 0 0 0 0 0 15 0 12 0 44853632 1579831296 354130 1992294400 134512640 134550932 4290364368 18446744073709551615 4294960144 0 4 0 16800975 18446604437797292096 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 205.96
Current children cumulated vsize (KiB) 1542804

[startup+186.702 s]
/proc/loadavg: 1.07 1.11 1.04 2/119 8922
/proc/meminfo: memFree=41308/2059040 swapFree=4139252/4192956
[pid=8905] ppid=8903 vsize=0 CPUtime=206.32
/proc/8905/stat : 8905 (java) Z 8903 8905 8251 0 -1 4202524 1212383 0 4 0 20099 533 0 0 18 0 2 0 44853622 0 0 1992294400 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/8905/statm: 0 0 0 0 0 0 0
[pid=8905/tid=8916] ppid=8903 vsize=0 CPUtime=0.05
/proc/8905/task/8916/stat : 8916 (java) R 8903 8905 8251 0 -1 4203588 0 0 0 0 0 5 0 0 18 0 2 0 44853632 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) 206.32
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 186.788
CPU time (s): 206.414
CPU user time (s): 200.991
CPU system time (s): 5.42217
CPU usage (%): 110.507
Max. virtual memory (cumulated for all children) (KiB): 1638812

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 200.991
system time used= 5.42218
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1212383
page faults= 4
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 5888
involuntary context switches= 3457

runsolver used 0.362944 second user time and 1.04284 second system time

The end

Launcher Data

Begin job on node013 at 2010-06-16 14:48:41
IDJOB=2661472
IDBENCH=71894
IDSOLVER=1165
FILE ID=node013/2661472-1276692497
PBS_JOBID= 11172588
Free space on /tmp= 62048 MiB

SOLVER NAME= SAT4J PB CuttingPlanes 2.2.0 2010-05-26
BENCH NAME= PB09/normalized-PB09/OPT-BIGINT-LIN/aries-da_nrp/normalized-aries-da_network_1000_5__369_766__2048.opb
COMMAND LINE= java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar CuttingPlanes BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2661472-1276692497/watcher-2661472-1276692497 -o /tmp/evaluation-result-2661472-1276692497/solver-2661472-1276692497 -C 1800 -W 2000 -M 1800  java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar CuttingPlanes HOME/instance-2661472-1276692497.opb

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

MD5SUM BENCH= 08161da552551f1a32b034498343cbe2
RANDOM SEED=1412968970

node013.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.253
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.50
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.253
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.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1213344 kB
Buffers:         53668 kB
Cached:         681264 kB
SwapCached:       6572 kB
Active:         608988 kB
Inactive:       139732 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1213344 kB
SwapTotal:     4192956 kB
SwapFree:      4139776 kB
Dirty:          296888 kB
Writeback:           0 kB
AnonPages:       12248 kB
Mapped:          13032 kB
Slab:            74700 kB
PageTables:       4008 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   182592 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= 62044 MiB
End job on node013 at 2010-06-16 14:51:48