Trace number 2659974

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 Resolution 2.2.0 2010-05-26? (exit code) 1587.63 1513.92

General information on the benchmark

Name/OPT-BIGINT-LIN/aries-da_nrp/
normalized-aries-da_network_2000_5__647_1792__256.opb
MD5SUMd1969ed58806ec8ac69295cde35dfac4
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 variables2561998
Total number of constraints12000
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)10002
Number of constraints which are nor clauses,nor cardinality constraints1998
Minimum length of a constraint256
Maximum length of a constraint11265
Number of terms in the objective function 2560000
Biggest coefficient in the objective function 130539
Number of bits for the biggest coefficient in the objective function 17
Sum of the numbers in the objective function 88710395136
Number of bits of the sum of numbers in the objective function 37
Biggest number in a constraint 130539
Number of bits of the biggest number in a constraint 17
Biggest sum of numbers in a constraint 88710395136
Number of bits of the biggest sum of numbers37
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.14	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.08/0.14	c This is free software under the dual EPL/GNU LGPL licenses.
0.08/0.14	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.22/0.21	c Pseudo Boolean Optimization
0.22/0.21	c --- Begin Solver configuration ---
0.22/0.21	c Stops conflict analysis at the first Unique Implication Point
0.22/0.21	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@1ac1fe4
0.22/0.21	c Learn all clauses as in MiniSAT
0.22/0.21	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.22/0.21	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.22/0.21	c Expensive reason simplification
0.22/0.21	c Armin Biere (Picosat) restarts strategy
0.22/0.21	c Glucose learned constraints deletion strategy
0.22/0.21	c timeout=2147483s
0.22/0.21	c DB Simplification allowed=false
0.22/0.21	c --- End Solver configuration ---
0.22/0.21	c solving HOME/instance-2659974-1276690977.opb
0.22/0.21	c reading problem ... 
323.99/280.58	c ... done. Wall clock time 280.357s.
323.99/280.58	c #vars     2561998
323.99/280.58	c #constraints  14000
323.99/280.58	c constraints type 
323.99/280.58	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2
323.99/280.58	c org.sat4j.minisat.constraints.card.MinWatchCard => 10002
323.99/280.58	c org.sat4j.pb.constraints.pb.MaxWatchPb => 3996
1559.50/1486.35	Exception in thread "main" java.lang.OutOfMemoryError: GC overhead limit exceeded
1559.50/1486.35		at java.math.BigInteger.add(Unknown Source)
1559.50/1486.35		at org.sat4j.pb.constraints.pb.MaxWatchPb.undo(Unknown Source)
1559.50/1486.35		at org.sat4j.minisat.core.Solver.undoOne(Unknown Source)
1559.50/1486.35		at org.sat4j.minisat.core.Solver.cancel(Unknown Source)
1559.50/1486.35		at org.sat4j.minisat.core.Solver.cancelUntil(Unknown Source)
1559.50/1486.35		at org.sat4j.minisat.core.Solver.search(Unknown Source)
1559.50/1486.35		at org.sat4j.minisat.core.Solver.isSatisfiable(Unknown Source)
1559.50/1486.35		at org.sat4j.tools.SolverDecorator.isSatisfiable(Unknown Source)
1559.50/1486.35		at org.sat4j.pb.PseudoOptDecorator.admitABetterSolution(Unknown Source)
1559.50/1486.35		at org.sat4j.pb.PseudoOptDecorator.admitABetterSolution(Unknown Source)
1559.50/1486.35		at org.sat4j.AbstractOptimizationLauncher.solve(Unknown Source)
1559.50/1486.35		at org.sat4j.AbstractLauncher.run(Unknown Source)
1559.50/1486.35		at org.sat4j.pb.LanceurPseudo2007.main(Unknown Source)
1576.68/1503.58	Exception in thread "Thread-0" java.lang.OutOfMemoryError: GC overhead limit exceeded
1576.68/1503.58		at java.util.Arrays.copyOfRange(Unknown Source)
1576.68/1503.58		at java.lang.String.<init>(Unknown Source)
1576.68/1503.58		at java.lang.StringBuffer.toString(Unknown Source)
1576.68/1503.58		at org.sat4j.minisat.core.SolverStats.printStat(Unknown Source)
1576.68/1503.59		at org.sat4j.pb.core.PBSolverStats.printStat(Unknown Source)
1576.68/1503.59		at org.sat4j.minisat.core.Solver.printStat(Unknown Source)
1576.68/1503.59		at org.sat4j.tools.SolverDecorator.printStat(Unknown Source)
1576.68/1503.59		at org.sat4j.AbstractOptimizationLauncher.displayAnswer(Unknown Source)
1576.68/1503.59		at org.sat4j.AbstractOptimizationLauncher.displayResult(Unknown Source)
1576.68/1503.59		at org.sat4j.AbstractLauncher$1.run(Unknown Source)

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

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


[startup+0 s]
/proc/loadavg: 1.09 1.02 1.01 3/106 8818
/proc/meminfo: memFree=1673492/2059040 swapFree=4139776/4192956
[pid=8818] ppid=8816 vsize=1832 CPUtime=0
/proc/8818/stat : 8818 (java6) S 8816 8818 8251 0 -1 4194304 251 0 0 0 0 0 0 0 16 0 1 0 44699815 1875968 153 1992294400 134512640 134550932 4294008944 18446744073709551615 4294960144 0 2147483391 4096 0 18446744071699379390 0 0 17 1 0 0 0
/proc/8818/statm: 458 153 116 10 0 63 0

[startup+0.0704629 s]
/proc/loadavg: 1.09 1.02 1.01 3/106 8818
/proc/meminfo: memFree=1673492/2059040 swapFree=4139776/4192956
[pid=8818] ppid=8816 vsize=1521796 CPUtime=0.05
/proc/8818/stat : 8818 (java) S 8816 8818 8251 0 -1 4202496 3697 0 1 0 3 2 0 0 15 0 7 0 44699815 1558319104 3138 1992294400 134512640 134550932 4291273024 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0
/proc/8818/statm: 380449 3138 1033 10 0 377759 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 1521796

[startup+0.101466 s]
/proc/loadavg: 1.09 1.02 1.01 3/106 8818
/proc/meminfo: memFree=1673492/2059040 swapFree=4139776/4192956
[pid=8818] ppid=8816 vsize=1524184 CPUtime=0.08
/proc/8818/stat : 8818 (java) S 8816 8818 8251 0 -1 4202496 3959 0 1 0 6 2 0 0 15 0 12 0 44699815 1560764416 3398 1992294400 134512640 134550932 4291273024 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/8818/statm: 381046 3398 1076 10 0 378348 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1524184

[startup+0.300488 s]
/proc/loadavg: 1.09 1.02 1.01 3/106 8818
/proc/meminfo: memFree=1673492/2059040 swapFree=4139776/4192956
[pid=8818] ppid=8816 vsize=1526100 CPUtime=0.32
/proc/8818/stat : 8818 (java) S 8816 8818 8251 0 -1 4202496 19496 0 1 0 25 7 0 0 15 0 12 0 44699815 1562726400 18933 1992294400 134512640 134550932 4291273024 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/8818/statm: 381525 18933 1348 10 0 378827 0
Current children cumulated CPU time (s) 0.32
Current children cumulated vsize (KiB) 1526100

[startup+0.70055 s]
/proc/loadavg: 1.09 1.02 1.01 3/106 8818
/proc/meminfo: memFree=1673492/2059040 swapFree=4139776/4192956
[pid=8818] ppid=8816 vsize=1527624 CPUtime=0.97
/proc/8818/stat : 8818 (java) S 8816 8818 8251 0 -1 4202496 22248 0 1 0 88 9 0 0 15 0 12 0 44699815 1564286976 21685 1992294400 134512640 134550932 4291273024 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/8818/statm: 381906 21685 1396 10 0 379208 0
Current children cumulated CPU time (s) 0.97
Current children cumulated vsize (KiB) 1527624

[startup+1.50604 s]
/proc/loadavg: 1.09 1.02 1.01 2/118 8830
/proc/meminfo: memFree=1568120/2059040 swapFree=4139776/4192956
[pid=8818] ppid=8816 vsize=1527624 CPUtime=1.91
/proc/8818/stat : 8818 (java) S 8816 8818 8251 0 -1 4202496 50796 0 1 0 169 22 0 0 15 0 12 0 44699815 1564286976 50232 1992294400 134512640 134550932 4291273024 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/8818/statm: 381906 50232 1407 10 0 379208 0
[pid=8818/tid=8820] ppid=8816 vsize=1527624 CPUtime=1.28
/proc/8818/task/8820/stat : 8820 (java) R 8816 8818 8251 0 -1 4202560 31987 0 1 0 116 12 0 0 24 0 12 0 44699817 1564286976 50232 1992294400 134512640 134550932 4291273024 18446744073709551615 4108864592 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=8818/tid=8821] ppid=8816 vsize=1527624 CPUtime=0.13
/proc/8818/task/8821/stat : 8821 (java) S 8816 8818 8251 0 -1 4202560 10662 0 0 0 8 5 0 0 16 0 12 0 44699818 1564286976 50232 1992294400 134512640 134550932 4291273024 18446744073709551615 4294960144 0 4 0 16800975 18446604437866042432 0 0 -1 1 0 0 0
[pid=8818/tid=8822] ppid=8816 vsize=1527624 CPUtime=0.12
/proc/8818/task/8822/stat : 8822 (java) S 8816 8818 8251 0 -1 4202560 6101 0 0 0 10 2 0 0 18 0 12 0 44699818 1564286976 50232 1992294400 134512640 134550932 4291273024 18446744073709551615 4294960144 0 4 0 16800975 18446604437866042432 0 0 -1 0 0 0 0
[pid=8818/tid=8823] ppid=8816 vsize=1527624 CPUtime=0
/proc/8818/task/8823/stat : 8823 (java) S 8816 8818 8251 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 12 0 44699820 1564286976 50232 1992294400 134512640 134550932 4291273024 18446744073709551615 4294960144 0 0 0 16800975 18446604437866042432 0 0 -1 0 0 0 0
[pid=8818/tid=8824] ppid=8816 vsize=1527624 CPUtime=0
/proc/8818/task/8824/stat : 8824 (java) S 8816 8818 8251 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 12 0 44699821 1564286976 50232 1992294400 134512640 134550932 4291273024 18446744073709551615 4294960144 0 4 0 16800975 18446604437866042432 0 0 -1 0 0 0 0
[pid=8818/tid=8825] ppid=8816 vsize=1527624 CPUtime=0
/proc/8818/task/8825/stat : 8825 (java) S 8816 8818 8251 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 12 0 44699821 1564286976 50232 1992294400 134512640 134550932 4291273024 18446744073709551615 4294960144 0 4 0 16800975 18446604437866042432 0 0 -1 0 0 0 0
[pid=8818/tid=8826] ppid=8816 vsize=1527624 CPUtime=0
/proc/8818/task/8826/stat : 8826 (java) S 8816 8818 8251 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 12 0 44699825 1564286976 50232 1992294400 134512640 134550932 4291273024 18446744073709551615 4294960144 0 4 0 16800975 18446604437866042432 0 0 -1 0 0 0 0
[pid=8818/tid=8827] ppid=8816 vsize=1527624 CPUtime=0.21
/proc/8818/task/8827/stat : 8827 (java) S 8816 8818 8251 0 -1 4202560 439 0 0 0 21 0 0 0 21 0 12 0 44699825 1564286976 50232 1992294400 134512640 134550932 4291273024 18446744073709551615 4294960144 0 4 0 16800975 18446604437866042432 0 0 -1 1 0 0 0
[pid=8818/tid=8828] ppid=8816 vsize=1527624 CPUtime=0.12
/proc/8818/task/8828/stat : 8828 (java) S 8816 8818 8251 0 -1 4202560 538 0 0 0 12 0 0 0 21 0 12 0 44699825 1564286976 50232 1992294400 134512640 134550932 4291273024 18446744073709551615 4294960144 0 4 0 16800975 18446604437866042432 0 0 -1 0 0 0 0
[pid=8818/tid=8829] ppid=8816 vsize=1527624 CPUtime=0
/proc/8818/task/8829/stat : 8829 (java) S 8816 8818 8251 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 12 0 44699825 1564286976 50232 1992294400 134512640 134550932 4291273024 18446744073709551615 4294960144 0 4 0 16800975 18446604437866042432 0 0 -1 0 0 0 0
[pid=8818/tid=8830] ppid=8816 vsize=1527624 CPUtime=0
/proc/8818/task/8830/stat : 8830 (java) S 8816 8818 8251 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 44699825 1564286976 50232 1992294400 134512640 134550932 4291273024 18446744073709551615 4294960144 0 4 0 16800975 18446604437866042432 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1.91
Current children cumulated vsize (KiB) 1527624

[startup+3.10185 s]
/proc/loadavg: 1.09 1.02 1.01 2/118 8830
/proc/meminfo: memFree=1474996/2059040 swapFree=4139776/4192956
[pid=8818] ppid=8816 vsize=1527624 CPUtime=3.66
/proc/8818/stat : 8818 (java) S 8816 8818 8251 0 -1 4202496 61736 0 1 0 338 28 0 0 15 0 12 0 44699815 1564286976 60130 1992294400 134512640 134550932 4291273024 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/8818/statm: 381906 60130 1407 10 0 379208 0
[pid=8818/tid=8820] ppid=8816 vsize=1527624 CPUtime=2.72
/proc/8818/task/8820/stat : 8820 (java) R 8816 8818 8251 0 -1 4202560 31988 0 1 0 259 13 0 0 24 0 12 0 44699817 1564286976 60130 1992294400 134512640 134550932 4291273024 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=8818/tid=8821] ppid=8816 vsize=1527624 CPUtime=0.29
/proc/8818/task/8821/stat : 8821 (java) S 8816 8818 8251 0 -1 4202560 14804 0 0 0 22 7 0 0 16 0 12 0 44699818 1564286976 60130 1992294400 134512640 134550932 4291273024 18446744073709551615 4294960144 0 4 0 16800975 18446604437866042432 0 0 -1 1 0 0 0
[pid=8818/tid=8822] ppid=8816 vsize=1527624 CPUtime=0.28
/proc/8818/task/8822/stat : 8822 (java) S 8816 8818 8251 0 -1 4202560 12898 0 0 0 22 6 0 0 18 0 12 0 44699818 1564286976 60130 1992294400 134512640 134550932 4291273024 18446744073709551615 4294960144 0 4 0 16800975 18446604437866042432 0 0 -1 0 0 0 0
[pid=8818/tid=8823] ppid=8816 vsize=1527624 CPUtime=0
/proc/8818/task/8823/stat : 8823 (java) S 8816 8818 8251 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 12 0 44699820 1564286976 60130 1992294400 134512640 134550932 4291273024 18446744073709551615 4294960144 0 0 0 16800975 18446604437866042432 0 0 -1 0 0 0 0
[pid=8818/tid=8824] ppid=8816 vsize=1527624 CPUtime=0
/proc/8818/task/8824/stat : 8824 (java) S 8816 8818 8251 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 12 0 44699821 1564286976 60130 1992294400 134512640 134550932 4291273024 18446744073709551615 4294960144 0 4 0 16800975 18446604437866042432 0 0 -1 0 0 0 0
[pid=8818/tid=8825] ppid=8816 vsize=1527624 CPUtime=0
/proc/8818/task/8825/stat : 8825 (java) S 8816 8818 8251 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 12 0 44699821 1564286976 60130 1992294400 134512640 134550932 4291273024 18446744073709551615 4294960144 0 4 0 16800975 18446604437866042432 0 0 -1 0 0 0 0
[pid=8818/tid=8826] ppid=8816 vsize=1527624 CPUtime=0
/proc/8818/task/8826/stat : 8826 (java) S 8816 8818 8251 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 12 0 44699825 1564286976 60130 1992294400 134512640 134550932 4291273024 18446744073709551615 4294960144 0 4 0 16800975 18446604437866042432 0 0 -1 0 0 0 0
[pid=8818/tid=8827] ppid=8816 vsize=1527624 CPUtime=0.21
/proc/8818/task/8827/stat : 8827 (java) S 8816 8818 8251 0 -1 4202560 439 0 0 0 21 0 0 0 21 0 12 0 44699825 1564286976 60130 1992294400 134512640 134550932 4291273024 18446744073709551615 4294960144 0 4 0 16800975 18446604437866042432 0 0 -1 1 0 0 0
[pid=8818/tid=8828] ppid=8816 vsize=1527624 CPUtime=0.12
/proc/8818/task/8828/stat : 8828 (java) S 8816 8818 8251 0 -1 4202560 538 0 0 0 12 0 0 0 21 0 12 0 44699825 1564286976 60130 1992294400 134512640 134550932 4291273024 18446744073709551615 4294960144 0 4 0 16800975 18446604437866042432 0 0 -1 0 0 0 0
[pid=8818/tid=8829] ppid=8816 vsize=1527624 CPUtime=0
/proc/8818/task/8829/stat : 8829 (java) S 8816 8818 8251 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 12 0 44699825 1564286976 60130 1992294400 134512640 134550932 4291273024 18446744073709551615 4294960144 0 4 0 16800975 18446604437866042432 0 0 -1 0 0 0 0
[pid=8818/tid=8830] ppid=8816 vsize=1527624 CPUtime=0
/proc/8818/task/8830/stat : 8830 (java) S 8816 8818 8251 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 44699825 1564286976 60130 1992294400 134512640 134550932 4291273024 18446744073709551615 4294960144 0 4 0 16800975 18446604437866042432 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3.66
Current children cumulated vsize (KiB) 1527624

[startup+6.30227 s]
/proc/loadavg: 1.16 1.03 1.01 2/118 8830
/proc/meminfo: memFree=1422668/2059040 swapFree=4139776/4192956
[pid=8818] ppid=8816 vsize=1527624 CPUtime=7.13
/proc/8818/stat : 8818 (java) S 8816 8818 8251 0 -1 4202496 72477 0 1 0 678 35 0 0 15 0 12 0 44699815 1564286976 69386 1992294400 134512640 134550932 4291273024 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/8818/statm: 381906 69386 1407 10 0 379208 0
[pid=8818/tid=8820] ppid=8816 vsize=1527624 CPUtime=5.64
/proc/8818/task/8820/stat : 8820 (java) R 8816 8818 8251 0 -1 4202560 31992 0 1 0 549 15 0 0 25 0 12 0 44699817 1564286976 69386 1992294400 134512640 134550932 4291273024 18446744073709551615 4108818122 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=8818/tid=8821] ppid=8816 vsize=1527624 CPUtime=0.56
/proc/8818/task/8821/stat : 8821 (java) S 8816 8818 8251 0 -1 4202560 18575 0 0 0 47 9 0 0 16 0 12 0 44699818 1564286976 69386 1992294400 134512640 134550932 4291273024 18446744073709551615 4294960144 0 4 0 16800975 18446604437866042432 0 0 -1 1 0 0 0
[pid=8818/tid=8822] ppid=8816 vsize=1527624 CPUtime=0.56
/proc/8818/task/8822/stat : 8822 (java) S 8816 8818 8251 0 -1 4202560 19864 0 0 0 47 9 0 0 18 0 12 0 44699818 1564286976 69386 1992294400 134512640 134550932 4291273024 18446744073709551615 4294960144 0 4 0 16800975 18446604437866042432 0 0 -1 0 0 0 0
[pid=8818/tid=8823] ppid=8816 vsize=1527624 CPUtime=0
/proc/8818/task/8823/stat : 8823 (java) S 8816 8818 8251 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 12 0 44699820 1564286976 69386 1992294400 134512640 134550932 4291273024 18446744073709551615 4294960144 0 0 0 16800975 18446604437866042432 0 0 -1 0 0 0 0
[pid=8818/tid=8824] ppid=8816 vsize=1527624 CPUtime=0
/proc/8818/task/8824/stat : 8824 (java) S 8816 8818 8251 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 12 0 44699821 1564286976 69386 1992294400 134512640 134550932 4291273024 18446744073709551615 4294960144 0 4 0 16800975 18446604437866042432 0 0 -1 0 0 0 0
[pid=8818/tid=8825] ppid=8816 vsize=1527624 CPUtime=0
/proc/8818/task/8825/stat : 8825 (java) S 8816 8818 8251 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 12 0 44699821 1564286976 69386 1992294400 134512640 134550932 4291273024 18446744073709551615 4294960144 0 4 0 16800975 18446604437866042432 0 0 -1 0 0 0 0
[pid=8818/tid=8826] ppid=8816 vsize=1527624 CPUtime=0
/proc/8818/task/8826/stat : 8826 (java) S 8816 8818 8251 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 12 0 44699825 1564286976 69386 1992294400 134512640 134550932 4291273024 18446744073709551615 4294960144 0 4 0 16800975 18446604437866042432 0 0 -1 0 0 0 0
[pid=8818/tid=8827] ppid=8816 vsize=1527624 CPUtime=0.21
/proc/8818/task/8827/stat : 8827 (java) S 8816 8818 8251 0 -1 4202560 439 0 0 0 21 0 0 0 18 0 12 0 44699825 1564286976 69386 1992294400 134512640 134550932 4291273024 18446744073709551615 4294960144 0 4 0 16800975 18446604437866042432 0 0 -1 1 0 0 0
[pid=8818/tid=8828] ppid=8816 vsize=1527624 CPUtime=0.12
/proc/8818/task/8828/stat : 8828 (java) S 8816 8818 8251 0 -1 4202560 538 0 0 0 12 0 0 0 21 0 12 0 44699825 1564286976 69386 1992294400 134512640 134550932 4291273024 18446744073709551615 4294960144 0 4 0 16800975 18446604437866042432 0 0 -1 0 0 0 0
[pid=8818/tid=8829] ppid=8816 vsize=1527624 CPUtime=0
/proc/8818/task/8829/stat : 8829 (java) S 8816 8818 8251 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 12 0 44699825 1564286976 69386 1992294400 134512640 134550932 4291273024 18446744073709551615 4294960144 0 4 0 16800975 18446604437866042432 0 0 -1 0 0 0 0
[pid=8818/tid=8830] ppid=8816 vsize=1527624 CPUtime=0
/proc/8818/task/8830/stat : 8830 (java) S 8816 8818 8251 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 44699825 1564286976 69386 1992294400 134512640 134550932 4291273024 18446744073709551615 4294960144 0 4 0 16800975 18446604437866042432 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 7.13
Current children cumulated vsize (KiB) 1527624

[startup+12.7021 s]
/proc/loadavg: 1.15 1.03 1.01 2/118 8832
/proc/meminfo: memFree=1319004/2059040 swapFree=4139776/4192956
[pid=8818] ppid=8816 vsize=1530192 CPUtime=14.81
/proc/8818/stat : 8818 (java) S 8816 8818 8251 0 -1 4202496 98927 0 1 0 1429 52 0 0 15 0 12 0 44699815 1566916608 93634 1992294400 134512640 134550932 4291273024 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/8818/statm: 382548 93634 1412 10 0 379850 0
[pid=8818/tid=8820] ppid=8816 vsize=1530192 CPUtime=10.73
/proc/8818/task/8820/stat : 8820 (java) R 8816 8818 8251 0 -1 4202560 32000 0 1 0 1057 16 0 0 23 0 12 0 44699817 1566916608 93634 1992294400 134512640 134550932 4291273024 18446744073709551615 4108818519 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=8818/tid=8821] ppid=8816 vsize=1530192 CPUtime=1.85
/proc/8818/task/8821/stat : 8821 (java) S 8816 8818 8251 0 -1 4202560 32086 0 0 0 169 16 0 0 16 0 12 0 44699818 1566916608 93634 1992294400 134512640 134550932 4291273024 18446744073709551615 4294960144 0 4 0 16800975 18446604437866042432 0 0 -1 1 0 0 0
[pid=8818/tid=8822] ppid=8816 vsize=1530192 CPUtime=1.85
/proc/8818/task/8822/stat : 8822 (java) S 8816 8818 8251 0 -1 4202560 32790 0 0 0 168 17 0 0 16 0 12 0 44699818 1566916608 93634 1992294400 134512640 134550932 4291273024 18446744073709551615 4294960144 0 4 0 16800975 18446604437866042432 0 0 -1 0 0 0 0
[pid=8818/tid=8823] ppid=8816 vsize=1530192 CPUtime=0
/proc/8818/task/8823/stat : 8823 (java) S 8816 8818 8251 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 12 0 44699820 1566916608 93634 1992294400 134512640 134550932 4291273024 18446744073709551615 4294960144 0 0 0 16800975 18446604437866042432 0 0 -1 0 0 0 0
[pid=8818/tid=8824] ppid=8816 vsize=1530192 CPUtime=0
/proc/8818/task/8824/stat : 8824 (java) S 8816 8818 8251 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 12 0 44699821 1566916608 93634 1992294400 134512640 134550932 4291273024 18446744073709551615 4294960144 0 4 0 16800975 18446604437866042432 0 0 -1 0 0 0 0
[pid=8818/tid=8825] ppid=8816 vsize=1530192 CPUtime=0
/proc/8818/task/8825/stat : 8825 (java) S 8816 8818 8251 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 12 0 44699821 1566916608 93634 1992294400 134512640 134550932 4291273024 18446744073709551615 4294960144 0 4 0 16800975 18446604437866042432 0 0 -1 0 0 0 0
[pid=8818/tid=8826] ppid=8816 vsize=1530192 CPUtime=0
/proc/8818/task/8826/stat : 8826 (java) S 8816 8818 8251 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 12 0 44699825 1566916608 93634 1992294400 134512640 134550932 4291273024 18446744073709551615 4294960144 0 4 0 16800975 18446604437866042432 0 0 -1 0 0 0 0
[pid=8818/tid=8827] ppid=8816 vsize=1530192 CPUtime=0.21
/proc/8818/task/8827/stat : 8827 (java) S 8816 8818 8251 0 -1 4202560 444 0 0 0 21 0 0 0 16 0 12 0 44699825 1566916608 93634 1992294400 134512640 134550932 4291273024 18446744073709551615 4294960144 0 4 0 16800975 18446604437866042432 0 0 -1 1 0 0 0
[pid=8818/tid=8828] ppid=8816 vsize=1530192 CPUtime=0.12
/proc/8818/task/8828/stat : 8828 (java) S 8816 8818 8251 0 -1 4202560 538 0 0 0 12 0 0 0 21 0 12 0 44699825 1566916608 93634 1992294400 134512640 134550932 4291273024 18446744073709551615 4294960144 0 4 0 16800975 18446604437866042432 0 0 -1 0 0 0 0
[pid=8818/tid=8829] ppid=8816 vsize=1530192 CPUtime=0
/proc/8818/task/8829/stat : 8829 (java) S 8816 8818 8251 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 12 0 44699825 1566916608 93634 1992294400 134512640 134550932 4291273024 18446744073709551615 4294960144 0 4 0 16800975 18446604437866042432 0 0 -1 0 0 0 0
[pid=8818/tid=8830] ppid=8816 vsize=1530192 CPUtime=0
/proc/8818/task/8830/stat : 8830 (java) S 8816 8818 8251 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 44699825 1566916608 93634 1992294400 134512640 134550932 4291273024 18446744073709551615 4294960144 0 4 0 16800975 18446604437866042432 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 14.81
Current children cumulated vsize (KiB) 1530192

[startup+25.5018 s]
/proc/loadavg: 1.19 1.05 1.01 2/118 8832
/proc/meminfo: memFree=1045212/2059040 swapFree=4139776/4192956
[pid=8818] ppid=8816 vsize=1530192 CPUtime=32.16
/proc/8818/stat : 8818 (java) S 8816 8818 8251 0 -1 4202496 173106 0 1 0 3121 95 0 0 15 0 12 0 44699815 1566916608 162460 1992294400 134512640 134550932 4291273024 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/8818/statm: 382548 162463 1423 10 0 379850 0
[pid=8818/tid=8820] ppid=8816 vsize=1530192 CPUtime=18.89
/proc/8818/task/8820/stat : 8820 (java) S 8816 8818 8251 0 -1 4202560 32040 0 1 0 1870 19 0 0 25 0 12 0 44699817 1566916608 162463 1992294400 134512640 134550932 4291273024 18446744073709551615 4294960144 0 4 0 16800975 18446604437866042432 0 0 -1 1 0 0 0
[pid=8818/tid=8821] ppid=8816 vsize=1530192 CPUtime=6.33
/proc/8818/task/8821/stat : 8821 (java) R 8816 8818 8251 0 -1 4202560 60054 0 0 0 601 32 0 0 16 0 12 0 44699818 1566916608 162463 1992294400 134512640 134550932 4291273024 18446744073709551615 106195352 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=8818/tid=8822] ppid=8816 vsize=1530192 CPUtime=6.18
/proc/8818/task/8822/stat : 8822 (java) R 8816 8818 8251 0 -1 4202560 78873 0 0 0 576 42 0 0 16 0 12 0 44699818 1566916608 162463 1992294400 134512640 134550932 4291273024 18446744073709551615 106207386 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=8818/tid=8823] ppid=8816 vsize=1530192 CPUtime=0
/proc/8818/task/8823/stat : 8823 (java) S 8816 8818 8251 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 12 0 44699820 1566916608 162463 1992294400 134512640 134550932 4291273024 18446744073709551615 4294960144 0 0 0 16800975 18446604437866042432 0 0 -1 0 0 0 0
[pid=8818/tid=8824] ppid=8816 vsize=1530192 CPUtime=0
/proc/8818/task/8824/stat : 8824 (java) S 8816 8818 8251 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 12 0 44699821 1566916608 162463 1992294400 134512640 134550932 4291273024 18446744073709551615 4294960144 0 4 0 16800975 18446604437866042432 0 0 -1 0 0 0 0
[pid=8818/tid=8825] ppid=8816 vsize=1530192 CPUtime=0
/proc/8818/task/8825/stat : 8825 (java) S 8816 8818 8251 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 12 0 44699821 1566916608 162463 1992294400 134512640 134550932 4291273024 18446744073709551615 4294960144 0 4 0 16800975 18446604437866042432 0 0 -1 0 0 0 0
[pid=8818/tid=8826] ppid=8816 vsize=1530192 CPUtime=0
/proc/8818/task/8826/stat : 8826 (java) S 8816 8818 8251 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 12 0 44699825 1566916608 162463 1992294400 134512640 134550932 4291273024 18446744073709551615 4294960144 0 4 0 16800975 18446604437866042432 0 0 -1 0 0 0 0
[pid=8818/tid=8827] ppid=8816 vsize=1530192 CPUtime=0.51

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

/proc/8818/statm: 389978 358362 1442 10 0 387280 0
[pid=8818/tid=8820] ppid=8816 vsize=1559912 CPUtime=454.94
/proc/8818/task/8820/stat : 8820 (java) S 8816 8818 8251 0 -1 4202560 33772 0 1 0 45450 44 0 0 15 0 13 0 44699817 1597349888 358362 1992294400 134512640 134550932 4291273024 18446744073709551615 4294960144 0 4 0 16800975 18446604437866042432 0 0 -1 1 0 0 0
[pid=8818/tid=8821] ppid=8816 vsize=1559912 CPUtime=109.07
/proc/8818/task/8821/stat : 8821 (java) S 8816 8818 8251 0 -1 4202560 143067 0 0 0 10706 201 0 0 16 0 13 0 44699818 1597349888 358362 1992294400 134512640 134550932 4291273024 18446744073709551615 4294960144 0 4 0 16800975 18446604437866042432 0 0 -1 0 0 0 0
[pid=8818/tid=8822] ppid=8816 vsize=1559912 CPUtime=104.53
/proc/8818/task/8822/stat : 8822 (java) S 8816 8818 8251 0 -1 4202560 202945 0 0 0 10161 292 0 0 16 0 13 0 44699818 1597349888 358362 1992294400 134512640 134550932 4291273024 18446744073709551615 4294960144 0 4 0 16800975 18446604437866042432 0 0 -1 1 0 0 0
[pid=8818/tid=8823] ppid=8816 vsize=1559912 CPUtime=906.19
/proc/8818/task/8823/stat : 8823 (java) R 8816 8818 8251 0 -1 4202560 4509406 0 0 0 88956 1663 0 0 25 0 13 0 44699820 1597349888 358362 1992294400 134512640 134550932 4291273024 18446744073709551615 105880850 0 0 0 16800975 0 0 0 -1 0 0 0 0
[pid=8818/tid=8824] ppid=8816 vsize=1559912 CPUtime=0
/proc/8818/task/8824/stat : 8824 (java) S 8816 8818 8251 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 44699821 1597349888 358362 1992294400 134512640 134550932 4291273024 18446744073709551615 4294960144 0 4 0 16800975 18446604437866042432 0 0 -1 0 0 0 0
[pid=8818/tid=8825] ppid=8816 vsize=1559912 CPUtime=0
/proc/8818/task/8825/stat : 8825 (java) S 8816 8818 8251 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 44699821 1597349888 358362 1992294400 134512640 134550932 4291273024 18446744073709551615 4294960144 0 4 0 16800975 18446604437866042432 0 0 -1 0 0 0 0
[pid=8818/tid=8826] ppid=8816 vsize=1559912 CPUtime=0
/proc/8818/task/8826/stat : 8826 (java) S 8816 8818 8251 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 44699825 1597349888 358362 1992294400 134512640 134550932 4291273024 18446744073709551615 4294960144 0 4 0 16800975 18446604437866042432 0 0 -1 0 0 0 0
[pid=8818/tid=8827] ppid=8816 vsize=1559912 CPUtime=1.25
/proc/8818/task/8827/stat : 8827 (java) S 8816 8818 8251 0 -1 4202560 1656 0 0 0 125 0 0 0 15 0 13 0 44699825 1597349888 358362 1992294400 134512640 134550932 4291273024 18446744073709551615 4294960144 0 4 0 16800975 18446604437866042432 0 0 -1 0 0 0 0
[pid=8818/tid=8828] ppid=8816 vsize=1559912 CPUtime=0.98
/proc/8818/task/8828/stat : 8828 (java) S 8816 8818 8251 0 -1 4202560 719 0 0 0 98 0 0 0 16 0 13 0 44699825 1597349888 358362 1992294400 134512640 134550932 4291273024 18446744073709551615 4294960144 0 4 0 16800975 18446604437866042432 0 0 -1 1 0 0 0
[pid=8818/tid=8829] ppid=8816 vsize=1559912 CPUtime=0
/proc/8818/task/8829/stat : 8829 (java) S 8816 8818 8251 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 13 0 44699825 1597349888 358362 1992294400 134512640 134550932 4291273024 18446744073709551615 4294960144 0 4 0 16800975 18446604437866042432 0 0 -1 0 0 0 0
[pid=8818/tid=8830] ppid=8816 vsize=1559912 CPUtime=0.03
/proc/8818/task/8830/stat : 8830 (java) S 8816 8818 8251 0 -1 4202560 84 0 0 0 1 2 0 0 15 0 13 0 44699825 1597349888 358362 1992294400 134512640 134550932 4291273024 18446744073709551615 4294960144 0 4 0 16800975 18446604437866042432 0 0 -1 0 0 0 0
[pid=8818/tid=8843] ppid=8816 vsize=1559912 CPUtime=0
/proc/8818/task/8843/stat : 8843 (java) S 8816 8818 8251 0 -1 4202560 4 0 0 0 0 0 0 0 17 0 13 0 44739585 1597349888 358362 1992294400 134512640 134550932 4291273024 18446744073709551615 4294960144 0 4 0 16800975 18446604437866042432 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1577.07
Current children cumulated vsize (KiB) 1559912

[startup+1510.31 s]
/proc/loadavg: 1.03 1.02 1.01 2/119 8874
/proc/meminfo: memFree=241436/2059040 swapFree=4139776/4192956
[pid=8818] ppid=8816 vsize=1559912 CPUtime=1584.06
/proc/8818/stat : 8818 (java) S 8816 8818 8251 0 -1 4202496 4913548 0 1 0 156189 2217 0 0 15 0 13 0 44699815 1597349888 358368 1992294400 134512640 134550932 4291273024 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/8818/statm: 389978 358368 1442 10 0 387280 0
[pid=8818/tid=8820] ppid=8816 vsize=1559912 CPUtime=454.95
/proc/8818/task/8820/stat : 8820 (java) S 8816 8818 8251 0 -1 4202560 33772 0 1 0 45451 44 0 0 15 0 13 0 44699817 1597349888 358368 1992294400 134512640 134550932 4291273024 18446744073709551615 4294960144 0 4 0 16800975 18446604437866042432 0 0 -1 1 0 0 0
[pid=8818/tid=8821] ppid=8816 vsize=1559912 CPUtime=109.65
/proc/8818/task/8821/stat : 8821 (java) S 8816 8818 8251 0 -1 4202560 143067 0 0 0 10762 203 0 0 16 0 13 0 44699818 1597349888 358368 1992294400 134512640 134550932 4291273024 18446744073709551615 4294960144 0 4 0 16800975 18446604437866042432 0 0 -1 0 0 0 0
[pid=8818/tid=8822] ppid=8816 vsize=1559912 CPUtime=105.12
/proc/8818/task/8822/stat : 8822 (java) S 8816 8818 8251 0 -1 4202560 202951 0 0 0 10220 292 0 0 16 0 13 0 44699818 1597349888 358368 1992294400 134512640 134550932 4291273024 18446744073709551615 4294960144 0 4 0 16800975 18446604437866042432 0 0 -1 1 0 0 0
[pid=8818/tid=8823] ppid=8816 vsize=1559912 CPUtime=912
/proc/8818/task/8823/stat : 8823 (java) R 8816 8818 8251 0 -1 4202560 4530223 0 0 0 89529 1671 0 0 21 0 13 0 44699820 1597349888 358368 1992294400 134512640 134550932 4291273024 18446744073709551615 104177858 0 0 0 16800975 0 0 0 -1 0 0 0 0
[pid=8818/tid=8824] ppid=8816 vsize=1559912 CPUtime=0
/proc/8818/task/8824/stat : 8824 (java) S 8816 8818 8251 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 44699821 1597349888 358368 1992294400 134512640 134550932 4291273024 18446744073709551615 4294960144 0 4 0 16800975 18446604437866042432 0 0 -1 0 0 0 0
[pid=8818/tid=8825] ppid=8816 vsize=1559912 CPUtime=0
/proc/8818/task/8825/stat : 8825 (java) S 8816 8818 8251 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 13 0 44699821 1597349888 358368 1992294400 134512640 134550932 4291273024 18446744073709551615 4294960144 0 4 0 16800975 18446604437866042432 0 0 -1 0 0 0 0
[pid=8818/tid=8826] ppid=8816 vsize=1559912 CPUtime=0
/proc/8818/task/8826/stat : 8826 (java) S 8816 8818 8251 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 44699825 1597349888 358368 1992294400 134512640 134550932 4291273024 18446744073709551615 4294960144 0 4 0 16800975 18446604437866042432 0 0 -1 0 0 0 0
[pid=8818/tid=8827] ppid=8816 vsize=1559912 CPUtime=1.25
/proc/8818/task/8827/stat : 8827 (java) S 8816 8818 8251 0 -1 4202560 1656 0 0 0 125 0 0 0 15 0 13 0 44699825 1597349888 358368 1992294400 134512640 134550932 4291273024 18446744073709551615 4294960144 0 4 0 16800975 18446604437866042432 0 0 -1 0 0 0 0
[pid=8818/tid=8828] ppid=8816 vsize=1559912 CPUtime=0.98
/proc/8818/task/8828/stat : 8828 (java) S 8816 8818 8251 0 -1 4202560 719 0 0 0 98 0 0 0 16 0 13 0 44699825 1597349888 358368 1992294400 134512640 134550932 4291273024 18446744073709551615 4294960144 0 4 0 16800975 18446604437866042432 0 0 -1 1 0 0 0
[pid=8818/tid=8829] ppid=8816 vsize=1559912 CPUtime=0
/proc/8818/task/8829/stat : 8829 (java) S 8816 8818 8251 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 13 0 44699825 1597349888 358368 1992294400 134512640 134550932 4291273024 18446744073709551615 4294960144 0 4 0 16800975 18446604437866042432 0 0 -1 0 0 0 0
[pid=8818/tid=8830] ppid=8816 vsize=1559912 CPUtime=0.03
/proc/8818/task/8830/stat : 8830 (java) S 8816 8818 8251 0 -1 4202560 84 0 0 0 1 2 0 0 15 0 13 0 44699825 1597349888 358368 1992294400 134512640 134550932 4291273024 18446744073709551615 4294960144 0 4 0 16800975 18446604437866042432 0 0 -1 0 0 0 0
[pid=8818/tid=8843] ppid=8816 vsize=1559912 CPUtime=0
/proc/8818/task/8843/stat : 8843 (java) S 8816 8818 8251 0 -1 4202560 4 0 0 0 0 0 0 0 17 0 13 0 44739585 1597349888 358368 1992294400 134512640 134550932 4291273024 18446744073709551615 4294960144 0 4 0 16800975 18446604437866042432 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1584.06
Current children cumulated vsize (KiB) 1559912

[startup+1511.9 s]
/proc/loadavg: 1.03 1.02 1.01 2/119 8874
/proc/meminfo: memFree=225316/2059040 swapFree=4139776/4192956
[pid=8818] ppid=8816 vsize=1575912 CPUtime=1585.65
/proc/8818/stat : 8818 (java) S 8816 8818 8251 0 -1 4202496 4921549 0 1 0 156345 2220 0 0 15 0 13 0 44699815 1613733888 362368 1992294400 134512640 134550932 4291273024 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/8818/statm: 393978 362368 1442 10 0 391280 0
[pid=8818/tid=8820] ppid=8816 vsize=1575912 CPUtime=454.95
/proc/8818/task/8820/stat : 8820 (java) S 8816 8818 8251 0 -1 4202560 33772 0 1 0 45451 44 0 0 15 0 13 0 44699817 1613733888 362368 1992294400 134512640 134550932 4291273024 18446744073709551615 4294960144 0 4 0 16800975 18446604437866042432 0 0 -1 1 0 0 0
[pid=8818/tid=8821] ppid=8816 vsize=1575912 CPUtime=109.65
/proc/8818/task/8821/stat : 8821 (java) S 8816 8818 8251 0 -1 4202560 143067 0 0 0 10762 203 0 0 16 0 13 0 44699818 1613733888 362368 1992294400 134512640 134550932 4291273024 18446744073709551615 4294960144 0 4 0 16800975 18446604437866042432 0 0 -1 0 0 0 0
[pid=8818/tid=8822] ppid=8816 vsize=1575912 CPUtime=105.12
/proc/8818/task/8822/stat : 8822 (java) S 8816 8818 8251 0 -1 4202560 202951 0 0 0 10220 292 0 0 16 0 13 0 44699818 1613733888 362368 1992294400 134512640 134550932 4291273024 18446744073709551615 4294960144 0 4 0 16800975 18446604437866042432 0 0 -1 1 0 0 0
[pid=8818/tid=8823] ppid=8816 vsize=1575912 CPUtime=913.6
/proc/8818/task/8823/stat : 8823 (java) R 8816 8818 8251 0 -1 4202560 4538224 0 0 0 89686 1674 0 0 25 0 13 0 44699820 1613733888 362368 1992294400 134512640 134550932 4291273024 18446744073709551615 106158003 0 0 0 16800975 0 0 0 -1 0 0 0 0
[pid=8818/tid=8824] ppid=8816 vsize=1575912 CPUtime=0
/proc/8818/task/8824/stat : 8824 (java) S 8816 8818 8251 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 44699821 1613733888 362368 1992294400 134512640 134550932 4291273024 18446744073709551615 4294960144 0 4 0 16800975 18446604437866042432 0 0 -1 0 0 0 0
[pid=8818/tid=8825] ppid=8816 vsize=1575912 CPUtime=0
/proc/8818/task/8825/stat : 8825 (java) S 8816 8818 8251 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 13 0 44699821 1613733888 362368 1992294400 134512640 134550932 4291273024 18446744073709551615 4294960144 0 4 0 16800975 18446604437866042432 0 0 -1 0 0 0 0
[pid=8818/tid=8826] ppid=8816 vsize=1575912 CPUtime=0
/proc/8818/task/8826/stat : 8826 (java) S 8816 8818 8251 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 44699825 1613733888 362368 1992294400 134512640 134550932 4291273024 18446744073709551615 4294960144 0 4 0 16800975 18446604437866042432 0 0 -1 0 0 0 0
[pid=8818/tid=8827] ppid=8816 vsize=1575912 CPUtime=1.25
/proc/8818/task/8827/stat : 8827 (java) S 8816 8818 8251 0 -1 4202560 1656 0 0 0 125 0 0 0 15 0 13 0 44699825 1613733888 362368 1992294400 134512640 134550932 4291273024 18446744073709551615 4294960144 0 4 0 16800975 18446604437866042432 0 0 -1 0 0 0 0
[pid=8818/tid=8828] ppid=8816 vsize=1575912 CPUtime=0.98
/proc/8818/task/8828/stat : 8828 (java) S 8816 8818 8251 0 -1 4202560 719 0 0 0 98 0 0 0 16 0 13 0 44699825 1613733888 362368 1992294400 134512640 134550932 4291273024 18446744073709551615 4294960144 0 4 0 16800975 18446604437866042432 0 0 -1 1 0 0 0
[pid=8818/tid=8829] ppid=8816 vsize=1575912 CPUtime=0
/proc/8818/task/8829/stat : 8829 (java) S 8816 8818 8251 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 13 0 44699825 1613733888 362368 1992294400 134512640 134550932 4291273024 18446744073709551615 4294960144 0 4 0 16800975 18446604437866042432 0 0 -1 0 0 0 0
[pid=8818/tid=8830] ppid=8816 vsize=1575912 CPUtime=0.03
/proc/8818/task/8830/stat : 8830 (java) S 8816 8818 8251 0 -1 4202560 84 0 0 0 1 2 0 0 15 0 13 0 44699825 1613733888 362368 1992294400 134512640 134550932 4291273024 18446744073709551615 4294960144 0 4 0 16800975 18446604437866042432 0 0 -1 0 0 0 0
[pid=8818/tid=8843] ppid=8816 vsize=1575912 CPUtime=0
/proc/8818/task/8843/stat : 8843 (java) S 8816 8818 8251 0 -1 4202560 4 0 0 0 0 0 0 0 17 0 13 0 44739585 1613733888 362368 1992294400 134512640 134550932 4291273024 18446744073709551615 4294960144 0 4 0 16800975 18446604437866042432 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1585.65
Current children cumulated vsize (KiB) 1575912

[startup+1512.7 s]
/proc/loadavg: 1.03 1.02 1.01 2/119 8874
/proc/meminfo: memFree=225316/2059040 swapFree=4139776/4192956
[pid=8818] ppid=8816 vsize=1575912 CPUtime=1586.45
/proc/8818/stat : 8818 (java) S 8816 8818 8251 0 -1 4202496 4921549 0 1 0 156425 2220 0 0 15 0 13 0 44699815 1613733888 362368 1992294400 134512640 134550932 4291273024 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/8818/statm: 393978 362368 1442 10 0 391280 0
[pid=8818/tid=8820] ppid=8816 vsize=1575912 CPUtime=454.95
/proc/8818/task/8820/stat : 8820 (java) S 8816 8818 8251 0 -1 4202560 33772 0 1 0 45451 44 0 0 15 0 13 0 44699817 1613733888 362368 1992294400 134512640 134550932 4291273024 18446744073709551615 4294960144 0 4 0 16800975 18446604437866042432 0 0 -1 1 0 0 0
[pid=8818/tid=8821] ppid=8816 vsize=1575912 CPUtime=109.65
/proc/8818/task/8821/stat : 8821 (java) S 8816 8818 8251 0 -1 4202560 143067 0 0 0 10762 203 0 0 16 0 13 0 44699818 1613733888 362368 1992294400 134512640 134550932 4291273024 18446744073709551615 4294960144 0 4 0 16800975 18446604437866042432 0 0 -1 0 0 0 0
[pid=8818/tid=8822] ppid=8816 vsize=1575912 CPUtime=105.12
/proc/8818/task/8822/stat : 8822 (java) S 8816 8818 8251 0 -1 4202560 202951 0 0 0 10220 292 0 0 16 0 13 0 44699818 1613733888 362368 1992294400 134512640 134550932 4291273024 18446744073709551615 4294960144 0 4 0 16800975 18446604437866042432 0 0 -1 1 0 0 0
[pid=8818/tid=8823] ppid=8816 vsize=1575912 CPUtime=914.4
/proc/8818/task/8823/stat : 8823 (java) R 8816 8818 8251 0 -1 4202560 4538224 0 0 0 89766 1674 0 0 25 0 13 0 44699820 1613733888 362368 1992294400 134512640 134550932 4291273024 18446744073709551615 104187860 0 0 0 16800975 0 0 0 -1 0 0 0 0
[pid=8818/tid=8824] ppid=8816 vsize=1575912 CPUtime=0
/proc/8818/task/8824/stat : 8824 (java) S 8816 8818 8251 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 44699821 1613733888 362368 1992294400 134512640 134550932 4291273024 18446744073709551615 4294960144 0 4 0 16800975 18446604437866042432 0 0 -1 0 0 0 0
[pid=8818/tid=8825] ppid=8816 vsize=1575912 CPUtime=0
/proc/8818/task/8825/stat : 8825 (java) S 8816 8818 8251 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 13 0 44699821 1613733888 362368 1992294400 134512640 134550932 4291273024 18446744073709551615 4294960144 0 4 0 16800975 18446604437866042432 0 0 -1 0 0 0 0
[pid=8818/tid=8826] ppid=8816 vsize=1575912 CPUtime=0
/proc/8818/task/8826/stat : 8826 (java) S 8816 8818 8251 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 44699825 1613733888 362368 1992294400 134512640 134550932 4291273024 18446744073709551615 4294960144 0 4 0 16800975 18446604437866042432 0 0 -1 0 0 0 0
[pid=8818/tid=8827] ppid=8816 vsize=1575912 CPUtime=1.25
/proc/8818/task/8827/stat : 8827 (java) S 8816 8818 8251 0 -1 4202560 1656 0 0 0 125 0 0 0 15 0 13 0 44699825 1613733888 362368 1992294400 134512640 134550932 4291273024 18446744073709551615 4294960144 0 4 0 16800975 18446604437866042432 0 0 -1 0 0 0 0
[pid=8818/tid=8828] ppid=8816 vsize=1575912 CPUtime=0.98
/proc/8818/task/8828/stat : 8828 (java) S 8816 8818 8251 0 -1 4202560 719 0 0 0 98 0 0 0 16 0 13 0 44699825 1613733888 362368 1992294400 134512640 134550932 4291273024 18446744073709551615 4294960144 0 4 0 16800975 18446604437866042432 0 0 -1 1 0 0 0
[pid=8818/tid=8829] ppid=8816 vsize=1575912 CPUtime=0
/proc/8818/task/8829/stat : 8829 (java) S 8816 8818 8251 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 13 0 44699825 1613733888 362368 1992294400 134512640 134550932 4291273024 18446744073709551615 4294960144 0 4 0 16800975 18446604437866042432 0 0 -1 0 0 0 0
[pid=8818/tid=8830] ppid=8816 vsize=1575912 CPUtime=0.03
/proc/8818/task/8830/stat : 8830 (java) S 8816 8818 8251 0 -1 4202560 84 0 0 0 1 2 0 0 15 0 13 0 44699825 1613733888 362368 1992294400 134512640 134550932 4291273024 18446744073709551615 4294960144 0 4 0 16800975 18446604437866042432 0 0 -1 0 0 0 0
[pid=8818/tid=8843] ppid=8816 vsize=1575912 CPUtime=0
/proc/8818/task/8843/stat : 8843 (java) S 8816 8818 8251 0 -1 4202560 4 0 0 0 0 0 0 0 17 0 13 0 44739585 1613733888 362368 1992294400 134512640 134550932 4291273024 18446744073709551615 4294960144 0 4 0 16800975 18446604437866042432 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1586.45
Current children cumulated vsize (KiB) 1575912

[startup+1513.5 s]
/proc/loadavg: 1.03 1.02 1.01 2/119 8874
/proc/meminfo: memFree=225316/2059040 swapFree=4139776/4192956
[pid=8818] ppid=8816 vsize=1575912 CPUtime=1587.26
/proc/8818/stat : 8818 (java) S 8816 8818 8251 0 -1 4202496 4921549 0 1 0 156506 2220 0 0 15 0 13 0 44699815 1613733888 362368 1992294400 134512640 134550932 4291273024 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/8818/statm: 393978 362368 1442 10 0 391280 0
[pid=8818/tid=8820] ppid=8816 vsize=1575912 CPUtime=454.95
/proc/8818/task/8820/stat : 8820 (java) S 8816 8818 8251 0 -1 4202560 33772 0 1 0 45451 44 0 0 15 0 13 0 44699817 1613733888 362368 1992294400 134512640 134550932 4291273024 18446744073709551615 4294960144 0 4 0 16800975 18446604437866042432 0 0 -1 1 0 0 0
[pid=8818/tid=8821] ppid=8816 vsize=1575912 CPUtime=109.65
/proc/8818/task/8821/stat : 8821 (java) S 8816 8818 8251 0 -1 4202560 143067 0 0 0 10762 203 0 0 16 0 13 0 44699818 1613733888 362368 1992294400 134512640 134550932 4291273024 18446744073709551615 4294960144 0 4 0 16800975 18446604437866042432 0 0 -1 0 0 0 0
[pid=8818/tid=8822] ppid=8816 vsize=1575912 CPUtime=105.12
/proc/8818/task/8822/stat : 8822 (java) S 8816 8818 8251 0 -1 4202560 202951 0 0 0 10220 292 0 0 16 0 13 0 44699818 1613733888 362368 1992294400 134512640 134550932 4291273024 18446744073709551615 4294960144 0 4 0 16800975 18446604437866042432 0 0 -1 1 0 0 0
[pid=8818/tid=8823] ppid=8816 vsize=1575912 CPUtime=915.2
/proc/8818/task/8823/stat : 8823 (java) R 8816 8818 8251 0 -1 4202560 4538224 0 0 0 89846 1674 0 0 25 0 13 0 44699820 1613733888 362368 1992294400 134512640 134550932 4291273024 18446744073709551615 105886146 0 0 0 16800975 0 0 0 -1 0 0 0 0
[pid=8818/tid=8824] ppid=8816 vsize=1575912 CPUtime=0
/proc/8818/task/8824/stat : 8824 (java) S 8816 8818 8251 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 44699821 1613733888 362368 1992294400 134512640 134550932 4291273024 18446744073709551615 4294960144 0 4 0 16800975 18446604437866042432 0 0 -1 0 0 0 0
[pid=8818/tid=8825] ppid=8816 vsize=1575912 CPUtime=0
/proc/8818/task/8825/stat : 8825 (java) S 8816 8818 8251 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 13 0 44699821 1613733888 362368 1992294400 134512640 134550932 4291273024 18446744073709551615 4294960144 0 4 0 16800975 18446604437866042432 0 0 -1 0 0 0 0
[pid=8818/tid=8826] ppid=8816 vsize=1575912 CPUtime=0
/proc/8818/task/8826/stat : 8826 (java) S 8816 8818 8251 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 44699825 1613733888 362368 1992294400 134512640 134550932 4291273024 18446744073709551615 4294960144 0 4 0 16800975 18446604437866042432 0 0 -1 0 0 0 0
[pid=8818/tid=8827] ppid=8816 vsize=1575912 CPUtime=1.25
/proc/8818/task/8827/stat : 8827 (java) S 8816 8818 8251 0 -1 4202560 1656 0 0 0 125 0 0 0 15 0 13 0 44699825 1613733888 362368 1992294400 134512640 134550932 4291273024 18446744073709551615 4294960144 0 4 0 16800975 18446604437866042432 0 0 -1 0 0 0 0
[pid=8818/tid=8828] ppid=8816 vsize=1575912 CPUtime=0.98
/proc/8818/task/8828/stat : 8828 (java) S 8816 8818 8251 0 -1 4202560 719 0 0 0 98 0 0 0 16 0 13 0 44699825 1613733888 362368 1992294400 134512640 134550932 4291273024 18446744073709551615 4294960144 0 4 0 16800975 18446604437866042432 0 0 -1 1 0 0 0
[pid=8818/tid=8829] ppid=8816 vsize=1575912 CPUtime=0
/proc/8818/task/8829/stat : 8829 (java) S 8816 8818 8251 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 13 0 44699825 1613733888 362368 1992294400 134512640 134550932 4291273024 18446744073709551615 4294960144 0 4 0 16800975 18446604437866042432 0 0 -1 0 0 0 0
[pid=8818/tid=8830] ppid=8816 vsize=1575912 CPUtime=0.03
/proc/8818/task/8830/stat : 8830 (java) S 8816 8818 8251 0 -1 4202560 84 0 0 0 1 2 0 0 15 0 13 0 44699825 1613733888 362368 1992294400 134512640 134550932 4291273024 18446744073709551615 4294960144 0 4 0 16800975 18446604437866042432 0 0 -1 0 0 0 0
[pid=8818/tid=8843] ppid=8816 vsize=1575912 CPUtime=0
/proc/8818/task/8843/stat : 8843 (java) S 8816 8818 8251 0 -1 4202560 4 0 0 0 0 0 0 0 17 0 13 0 44739585 1613733888 362368 1992294400 134512640 134550932 4291273024 18446744073709551615 4294960144 0 4 0 16800975 18446604437866042432 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1587.26
Current children cumulated vsize (KiB) 1575912

[startup+1513.9 s]
/proc/loadavg: 1.03 1.02 1.01 2/119 8874
/proc/meminfo: memFree=225316/2059040 swapFree=4139776/4192956
[pid=8818] ppid=8816 vsize=0 CPUtime=1587.61
/proc/8818/stat : 8818 (java) Z 8816 8818 8251 0 -1 4202524 4921555 0 1 0 156530 2231 0 0 15 0 2 0 44699815 0 0 1992294400 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/8818/statm: 0 0 0 0 0 0 0
[pid=8818/tid=8829] ppid=8816 vsize=0 CPUtime=0.1
/proc/8818/task/8829/stat : 8829 (java) R 8816 8818 8251 0 -1 4203588 0 0 0 0 0 10 0 0 18 0 2 0 44699825 0 0 1992294400 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1587.61
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 1513.92
CPU time (s): 1587.63
CPU user time (s): 1565.3
CPU system time (s): 22.3316
CPU usage (%): 104.869
Max. virtual memory (cumulated for all children) (KiB): 1591916

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1565.3
system time used= 22.3316
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 4921555
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= 62898
involuntary context switches= 25036

runsolver used 3.12453 second user time and 8.48371 second system time

The end

Launcher Data

Begin job on node013 at 2010-06-16 14:23:03
IDJOB=2659974
IDBENCH=71873
IDSOLVER=1164
FILE ID=node013/2659974-1276690977
PBS_JOBID= 11172588
Free space on /tmp= 62428 MiB

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

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

MD5SUM BENCH= d1969ed58806ec8ac69295cde35dfac4
RANDOM SEED=737617219

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:       1673640 kB
Buffers:         51664 kB
Cached:         235536 kB
SwapCached:       6572 kB
Active:         218312 kB
Inactive:        82732 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1673640 kB
SwapTotal:     4192956 kB
SwapFree:      4139776 kB
Dirty:          125940 kB
Writeback:           0 kB
AnonPages:       12288 kB
Mapped:          12964 kB
Slab:            62196 kB
PageTables:       3996 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   181436 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= 62428 MiB
End job on node013 at 2010-06-16 14:48:17