Trace number 2663373

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

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

Solver answer on this benchmark

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

General information on the benchmark

Name/OPT-BIGINT-LIN/aries-da_nrp/
normalized-aries-da_network_1000_5__369_766__1024.opb
MD5SUM27407827fbebab1f7933182f4b9808e6
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 variables5120998
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 constraint1024
Maximum length of a constraint41985
Number of terms in the objective function 5120000
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 175851328512
Number of bits of the sum of numbers in the objective function 38
Biggest number in a constraint 122979
Number of bits of the biggest number in a constraint 17
Biggest sum of numbers in a constraint 175851328512
Number of bits of the biggest sum of numbers38
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.08/0.15	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.08/0.15	c This is free software under the dual EPL/GNU LGPL licenses.
0.08/0.15	c See www.sat4j.org for details.
0.08/0.16	c version 2.2.0.v20100531
0.08/0.16	c java.runtime.name	Java(TM) SE Runtime Environment
0.08/0.16	c java.vm.name		Java HotSpot(TM) Server VM
0.08/0.16	c java.vm.version	11.2-b01
0.08/0.16	c java.vm.vendor	Sun Microsystems Inc.
0.08/0.16	c sun.arch.data.model	32
0.08/0.16	c java.version		1.6.0_12
0.08/0.16	c os.name		Linux
0.08/0.16	c os.version		2.6.18-164.el5
0.08/0.16	c os.arch		i386
0.08/0.16	c Free memory 		1393557488
0.08/0.16	c Max memory 		1395916800
0.08/0.16	c Total memory 		1395916800
0.08/0.16	c Number of processors 	2
0.22/0.22	c Pseudo Boolean Optimization
0.22/0.22	c ManyCore solver with 2 solvers running in parallel
0.22/0.22	c --- Begin Solver configuration ---
0.22/0.22	c Stops conflict analysis at the first Unique Implication Point
0.22/0.22	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@1f436f5
0.22/0.22	c Learn all clauses as in MiniSAT
0.22/0.22	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.22/0.22	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.22/0.22	c Expensive reason simplification
0.22/0.22	c Armin Biere (Picosat) restarts strategy
0.22/0.22	c Glucose learned constraints deletion strategy
0.22/0.22	c timeout=2147483s
0.22/0.22	c DB Simplification allowed=false
0.22/0.22	c --- End Solver configuration ---
0.22/0.22	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.22/0.22	c --- Begin Solver configuration ---
0.22/0.22	c Stops conflict analysis at the first Unique Implication Point
0.22/0.22	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@18385e3
0.22/0.22	c Learn all clauses as in MiniSAT
0.22/0.22	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.22/0.22	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.22/0.22	c No reason simplification
0.22/0.22	c Armin Biere (Picosat) restarts strategy
0.22/0.22	c Glucose learned constraints deletion strategy
0.22/0.22	c timeout=2147483s
0.22/0.22	c DB Simplification allowed=false
0.22/0.22	c --- End Solver configuration ---
0.22/0.22	
0.22/0.22	c solving HOME/instance-2663373-1276693899.opb
0.22/0.22	c reading problem ... 
172.23/155.06	Exception in thread "main" java.lang.OutOfMemoryError: GC overhead limit exceeded
172.23/155.06		at org.sat4j.pb.constraints.AbstractPBDataStructureFactory$1.nice(Unknown Source)
172.23/155.06		at org.sat4j.pb.constraints.AbstractPBDataStructureFactory.createPseudoBooleanConstraint(Unknown Source)
172.23/155.06		at org.sat4j.pb.core.PBSolver.addPseudoBoolean(Unknown Source)
172.23/155.06		at org.sat4j.multicore.ManyCorePB.addPseudoBoolean(Unknown Source)
180.02/162.83		at org.sat4j.pb.PBSolverDecorator.addPseudoBoolean(Unknown Source)
180.02/162.83		at org.sat4j.pb.reader.OPBReader2005.endConstraint(Unknown Source)
180.02/162.83		at org.sat4j.pb.reader.OPBReader2010.endConstraint(Unknown Source)
180.02/162.83		at org.sat4j.pb.reader.OPBReader2005.readConstraint(Unknown Source)
180.02/162.83		at org.sat4j.pb.reader.OPBReader2005.parse(Unknown Source)
180.02/162.83		at org.sat4j.pb.reader.OPBReader2005.parseInstance(Unknown Source)
180.02/162.83		at org.sat4j.pb.reader.OPBReader2005.parseInstance(Unknown Source)
180.02/162.83		at org.sat4j.pb.reader.OPBReader2010.parseInstance(Unknown Source)
180.02/162.83		at org.sat4j.reader.Reader.parseInstance(Unknown Source)
180.02/162.83		at org.sat4j.reader.Reader.parseInstance(Unknown Source)
180.02/162.83		at org.sat4j.AbstractLauncher.readProblem(Unknown Source)
180.02/162.83		at org.sat4j.AbstractLauncher.run(Unknown Source)
180.02/162.83		at org.sat4j.multicore.MultiCoreLauncher.main(Unknown Source)
188.82/171.61	c starts		: 0
205.32/188.13	Exception in thread "Thread-0" java.lang.OutOfMemoryError: GC overhead limit exceeded
205.32/188.13		at java.lang.StringBuffer.toString(Unknown Source)
205.32/188.13		at org.sat4j.minisat.core.SolverStats.printStat(Unknown Source)
205.32/188.13		at org.sat4j.pb.core.PBSolverStats.printStat(Unknown Source)
205.32/188.13		at org.sat4j.minisat.core.Solver.printStat(Unknown Source)
205.32/188.13		at org.sat4j.multicore.ManyCore.printStat(Unknown Source)
205.32/188.13		at org.sat4j.tools.SolverDecorator.printStat(Unknown Source)
205.32/188.13		at org.sat4j.AbstractOptimizationLauncher.displayAnswer(Unknown Source)
205.32/188.13		at org.sat4j.AbstractOptimizationLauncher.displayResult(Unknown Source)
205.32/188.13		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-2663373-1276693899/watcher-2663373-1276693899 -o /tmp/evaluation-result-2663373-1276693899/solver-2663373-1276693899 -C 1800 -W 2000 -M 1800 java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2663373-1276693899.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.25 1.05 1.07 2/106 12865
/proc/meminfo: memFree=1417772/2059040 swapFree=4136232/4192956
[pid=12865] ppid=12863 vsize=248 CPUtime=0
/proc/12865/stat : 12865 (java) R 12863 12865 12534 0 -1 4194304 282 0 0 0 0 0 0 0 18 0 1 0 44992660 253952 28 1992294400 134512640 134550932 4289525616 18446744073709551615 6382164 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/12865/statm: 62 28 21 10 0 23 0

[startup+0.104 s]
/proc/loadavg: 1.25 1.05 1.07 2/106 12865
/proc/meminfo: memFree=1417772/2059040 swapFree=4136232/4192956
[pid=12865] ppid=12863 vsize=1525204 CPUtime=0.08
/proc/12865/stat : 12865 (java) S 12863 12865 12534 0 -1 4202496 3957 0 1 0 6 2 0 0 15 0 12 0 44992660 1561808896 3396 1992294400 134512640 134550932 4289525616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/12865/statm: 381301 3396 1075 10 0 378604 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1525204

[startup+0.2 s]
/proc/loadavg: 1.25 1.05 1.07 2/106 12865
/proc/meminfo: memFree=1417772/2059040 swapFree=4136232/4192956
[pid=12865] ppid=12863 vsize=1525816 CPUtime=0.22
/proc/12865/stat : 12865 (java) S 12863 12865 12534 0 -1 4202496 4950 0 1 0 19 3 0 0 15 0 12 0 44992660 1562435584 4387 1992294400 134512640 134550932 4289525616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/12865/statm: 381454 4387 1338 10 0 378757 0
Current children cumulated CPU time (s) 0.22
Current children cumulated vsize (KiB) 1525816

[startup+0.300999 s]
/proc/loadavg: 1.25 1.05 1.07 2/106 12865
/proc/meminfo: memFree=1417772/2059040 swapFree=4136232/4192956
[pid=12865] ppid=12863 vsize=1526108 CPUtime=0.34
/proc/12865/stat : 12865 (java) S 12863 12865 12534 0 -1 4202496 18824 0 1 0 26 8 0 0 15 0 12 0 44992660 1562734592 18262 1992294400 134512640 134550932 4289525616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/12865/statm: 381527 18278 1350 10 0 378830 0
Current children cumulated CPU time (s) 0.34
Current children cumulated vsize (KiB) 1526108

[startup+0.713999 s]
/proc/loadavg: 1.25 1.05 1.07 2/106 12865
/proc/meminfo: memFree=1417772/2059040 swapFree=4136232/4192956
[pid=12865] ppid=12863 vsize=1526108 CPUtime=1.05
/proc/12865/stat : 12865 (java) S 12863 12865 12534 0 -1 4202496 80056 0 1 0 66 39 0 0 15 0 12 0 44992660 1562734592 79492 1992294400 134512640 134550932 4289525616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/12865/statm: 381527 79505 1361 10 0 378830 0
Current children cumulated CPU time (s) 1.05
Current children cumulated vsize (KiB) 1526108

[startup+1.502 s]
/proc/loadavg: 1.25 1.05 1.07 3/118 12877
/proc/meminfo: memFree=1024040/2059040 swapFree=4136232/4192956
[pid=12865] ppid=12863 vsize=1527564 CPUtime=2.12
/proc/12865/stat : 12865 (java) S 12863 12865 12534 0 -1 4202496 99715 0 1 0 163 49 0 0 15 0 12 0 44992660 1564225536 99150 1992294400 134512640 134550932 4289525616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/12865/statm: 381891 99150 1407 10 0 379194 0
[pid=12865/tid=12867] ppid=12863 vsize=1527564 CPUtime=0.96
/proc/12865/task/12867/stat : 12867 (java) R 12863 12865 12534 0 -1 4202560 30037 0 1 0 84 12 0 0 24 0 12 0 44992662 1564225536 99150 1992294400 134512640 134550932 4289525616 18446744073709551615 4109694648 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=12865/tid=12868] ppid=12863 vsize=1527564 CPUtime=0.38
/proc/12865/task/12868/stat : 12868 (java) S 12863 12865 12534 0 -1 4202560 40054 0 0 0 18 20 0 0 16 0 12 0 44992663 1564225536 99150 1992294400 134512640 134550932 4289525616 18446744073709551615 4294960144 0 4 0 16800975 18446604437860770112 0 0 -1 0 0 0 0
[pid=12865/tid=12869] ppid=12863 vsize=1527564 CPUtime=0.38
/proc/12865/task/12869/stat : 12869 (java) S 12863 12865 12534 0 -1 4202560 27591 0 0 0 24 14 0 0 16 0 12 0 44992663 1564225536 99150 1992294400 134512640 134550932 4289525616 18446744073709551615 4294960144 0 4 0 16800975 18446604437860770112 0 0 -1 1 0 0 0
[pid=12865/tid=12870] ppid=12863 vsize=1527564 CPUtime=0
/proc/12865/task/12870/stat : 12870 (java) S 12863 12865 12534 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 12 0 44992665 1564225536 99150 1992294400 134512640 134550932 4289525616 18446744073709551615 4294960144 0 0 0 16800975 18446604437860770112 0 0 -1 1 0 0 0
[pid=12865/tid=12871] ppid=12863 vsize=1527564 CPUtime=0
/proc/12865/task/12871/stat : 12871 (java) S 12863 12865 12534 0 -1 4202560 12 0 0 0 0 0 0 0 16 0 12 0 44992666 1564225536 99150 1992294400 134512640 134550932 4289525616 18446744073709551615 4294960144 0 4 0 16800975 18446604437860770112 0 0 -1 1 0 0 0
[pid=12865/tid=12872] ppid=12863 vsize=1527564 CPUtime=0
/proc/12865/task/12872/stat : 12872 (java) S 12863 12865 12534 0 -1 4202560 7 0 0 0 0 0 0 0 17 0 12 0 44992666 1564225536 99150 1992294400 134512640 134550932 4289525616 18446744073709551615 4294960144 0 4 0 16800975 18446604437860770112 0 0 -1 1 0 0 0
[pid=12865/tid=12873] ppid=12863 vsize=1527564 CPUtime=0
/proc/12865/task/12873/stat : 12873 (java) S 12863 12865 12534 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 12 0 44992670 1564225536 99150 1992294400 134512640 134550932 4289525616 18446744073709551615 4294960144 0 4 0 16800975 18446604437860770112 0 0 -1 1 0 0 0
[pid=12865/tid=12874] ppid=12863 vsize=1527564 CPUtime=0.14
/proc/12865/task/12874/stat : 12874 (java) S 12863 12865 12534 0 -1 4202560 62 0 0 0 14 0 0 0 15 0 12 0 44992670 1564225536 99150 1992294400 134512640 134550932 4289525616 18446744073709551615 4294960144 0 4 0 16800975 18446604437860770112 0 0 -1 1 0 0 0
[pid=12865/tid=12875] ppid=12863 vsize=1527564 CPUtime=0.21
/proc/12865/task/12875/stat : 12875 (java) S 12863 12865 12534 0 -1 4202560 898 0 0 0 21 0 0 0 16 0 12 0 44992670 1564225536 99150 1992294400 134512640 134550932 4289525616 18446744073709551615 4294960144 0 4 0 16800975 18446604437860770112 0 0 -1 0 0 0 0
[pid=12865/tid=12876] ppid=12863 vsize=1527564 CPUtime=0
/proc/12865/task/12876/stat : 12876 (java) S 12863 12865 12534 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 12 0 44992670 1564225536 99150 1992294400 134512640 134550932 4289525616 18446744073709551615 4294960144 0 4 0 16800975 18446604437860770112 0 0 -1 1 0 0 0
[pid=12865/tid=12877] ppid=12863 vsize=1527564 CPUtime=0
/proc/12865/task/12877/stat : 12877 (java) S 12863 12865 12534 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 12 0 44992670 1564225536 99150 1992294400 134512640 134550932 4289525616 18446744073709551615 4294960144 0 4 0 16800975 18446604437860770112 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.12
Current children cumulated vsize (KiB) 1527564

[startup+3.102 s]
/proc/loadavg: 1.25 1.05 1.07 2/118 12877
/proc/meminfo: memFree=967496/2059040 swapFree=4136232/4192956
[pid=12865] ppid=12863 vsize=1527564 CPUtime=3.83
/proc/12865/stat : 12865 (java) S 12863 12865 12534 0 -1 4202496 114153 0 1 0 327 56 0 0 15 0 12 0 44992660 1564225536 113470 1992294400 134512640 134550932 4289525616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/12865/statm: 381891 113470 1407 10 0 379194 0
[pid=12865/tid=12867] ppid=12863 vsize=1527564 CPUtime=2.44
/proc/12865/task/12867/stat : 12867 (java) R 12863 12865 12534 0 -1 4202560 32006 0 1 0 231 13 0 0 25 0 12 0 44992662 1564225536 113470 1992294400 134512640 134550932 4289525616 18446744073709551615 4109694757 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=12865/tid=12868] ppid=12863 vsize=1527564 CPUtime=0.5
/proc/12865/task/12868/stat : 12868 (java) S 12863 12865 12534 0 -1 4202560 43023 0 0 0 28 22 0 0 16 0 12 0 44992663 1564225536 113470 1992294400 134512640 134550932 4289525616 18446744073709551615 4294960144 0 4 0 16800975 18446604437860770112 0 0 -1 0 0 0 0
[pid=12865/tid=12869] ppid=12863 vsize=1527564 CPUtime=0.5
/proc/12865/task/12869/stat : 12869 (java) S 12863 12865 12534 0 -1 4202560 37087 0 0 0 31 19 0 0 16 0 12 0 44992663 1564225536 113470 1992294400 134512640 134550932 4289525616 18446744073709551615 4294960144 0 4 0 16800975 18446604437860770112 0 0 -1 1 0 0 0
[pid=12865/tid=12870] ppid=12863 vsize=1527564 CPUtime=0
/proc/12865/task/12870/stat : 12870 (java) S 12863 12865 12534 0 -1 4202560 15 0 0 0 0 0 0 0 15 0 12 0 44992665 1564225536 113470 1992294400 134512640 134550932 4289525616 18446744073709551615 4294960144 0 0 0 16800975 18446604437860770112 0 0 -1 1 0 0 0
[pid=12865/tid=12871] ppid=12863 vsize=1527564 CPUtime=0
/proc/12865/task/12871/stat : 12871 (java) S 12863 12865 12534 0 -1 4202560 12 0 0 0 0 0 0 0 16 0 12 0 44992666 1564225536 113470 1992294400 134512640 134550932 4289525616 18446744073709551615 4294960144 0 4 0 16800975 18446604437860770112 0 0 -1 1 0 0 0
[pid=12865/tid=12872] ppid=12863 vsize=1527564 CPUtime=0
/proc/12865/task/12872/stat : 12872 (java) S 12863 12865 12534 0 -1 4202560 7 0 0 0 0 0 0 0 17 0 12 0 44992666 1564225536 113470 1992294400 134512640 134550932 4289525616 18446744073709551615 4294960144 0 4 0 16800975 18446604437860770112 0 0 -1 1 0 0 0
[pid=12865/tid=12873] ppid=12863 vsize=1527564 CPUtime=0
/proc/12865/task/12873/stat : 12873 (java) S 12863 12865 12534 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 12 0 44992670 1564225536 113470 1992294400 134512640 134550932 4289525616 18446744073709551615 4294960144 0 4 0 16800975 18446604437860770112 0 0 -1 1 0 0 0
[pid=12865/tid=12874] ppid=12863 vsize=1527564 CPUtime=0.14
/proc/12865/task/12874/stat : 12874 (java) S 12863 12865 12534 0 -1 4202560 62 0 0 0 14 0 0 0 15 0 12 0 44992670 1564225536 113470 1992294400 134512640 134550932 4289525616 18446744073709551615 4294960144 0 4 0 16800975 18446604437860770112 0 0 -1 1 0 0 0
[pid=12865/tid=12875] ppid=12863 vsize=1527564 CPUtime=0.21
/proc/12865/task/12875/stat : 12875 (java) S 12863 12865 12534 0 -1 4202560 898 0 0 0 21 0 0 0 16 0 12 0 44992670 1564225536 113470 1992294400 134512640 134550932 4289525616 18446744073709551615 4294960144 0 4 0 16800975 18446604437860770112 0 0 -1 0 0 0 0
[pid=12865/tid=12876] ppid=12863 vsize=1527564 CPUtime=0
/proc/12865/task/12876/stat : 12876 (java) S 12863 12865 12534 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 12 0 44992670 1564225536 113470 1992294400 134512640 134550932 4289525616 18446744073709551615 4294960144 0 4 0 16800975 18446604437860770112 0 0 -1 1 0 0 0
[pid=12865/tid=12877] ppid=12863 vsize=1527564 CPUtime=0
/proc/12865/task/12877/stat : 12877 (java) S 12863 12865 12534 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 12 0 44992670 1564225536 113470 1992294400 134512640 134550932 4289525616 18446744073709551615 4294960144 0 4 0 16800975 18446604437860770112 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3.83
Current children cumulated vsize (KiB) 1527564

[startup+6.30199 s]
/proc/loadavg: 1.31 1.07 1.08 2/118 12877
/proc/meminfo: memFree=930544/2059040 swapFree=4136232/4192956
[pid=12865] ppid=12863 vsize=1527564 CPUtime=7.33
/proc/12865/stat : 12865 (java) S 12863 12865 12534 0 -1 4202496 126422 0 1 0 670 63 0 0 15 0 12 0 44992660 1564225536 123554 1992294400 134512640 134550932 4289525616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/12865/statm: 381891 123554 1407 10 0 379194 0
[pid=12865/tid=12867] ppid=12863 vsize=1527564 CPUtime=5.34
/proc/12865/task/12867/stat : 12867 (java) R 12863 12865 12534 0 -1 4202560 32009 0 1 0 521 13 0 0 25 0 12 0 44992662 1564225536 123554 1992294400 134512640 134550932 4289525616 18446744073709551615 4109694757 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=12865/tid=12868] ppid=12863 vsize=1527564 CPUtime=0.8
/proc/12865/task/12868/stat : 12868 (java) S 12863 12865 12534 0 -1 4202560 50575 0 0 0 54 26 0 0 16 0 12 0 44992663 1564225536 123554 1992294400 134512640 134550932 4289525616 18446744073709551615 4294960144 0 4 0 16800975 18446604437860770112 0 0 -1 0 0 0 0
[pid=12865/tid=12869] ppid=12863 vsize=1527564 CPUtime=0.79
/proc/12865/task/12869/stat : 12869 (java) S 12863 12865 12534 0 -1 4202560 41801 0 0 0 58 21 0 0 16 0 12 0 44992663 1564225536 123554 1992294400 134512640 134550932 4289525616 18446744073709551615 4294960144 0 4 0 16800975 18446604437860770112 0 0 -1 1 0 0 0
[pid=12865/tid=12870] ppid=12863 vsize=1527564 CPUtime=0
/proc/12865/task/12870/stat : 12870 (java) S 12863 12865 12534 0 -1 4202560 15 0 0 0 0 0 0 0 15 0 12 0 44992665 1564225536 123554 1992294400 134512640 134550932 4289525616 18446744073709551615 4294960144 0 0 0 16800975 18446604437860770112 0 0 -1 1 0 0 0
[pid=12865/tid=12871] ppid=12863 vsize=1527564 CPUtime=0
/proc/12865/task/12871/stat : 12871 (java) S 12863 12865 12534 0 -1 4202560 12 0 0 0 0 0 0 0 16 0 12 0 44992666 1564225536 123554 1992294400 134512640 134550932 4289525616 18446744073709551615 4294960144 0 4 0 16800975 18446604437860770112 0 0 -1 1 0 0 0
[pid=12865/tid=12872] ppid=12863 vsize=1527564 CPUtime=0
/proc/12865/task/12872/stat : 12872 (java) S 12863 12865 12534 0 -1 4202560 7 0 0 0 0 0 0 0 17 0 12 0 44992666 1564225536 123554 1992294400 134512640 134550932 4289525616 18446744073709551615 4294960144 0 4 0 16800975 18446604437860770112 0 0 -1 1 0 0 0
[pid=12865/tid=12873] ppid=12863 vsize=1527564 CPUtime=0
/proc/12865/task/12873/stat : 12873 (java) S 12863 12865 12534 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 12 0 44992670 1564225536 123554 1992294400 134512640 134550932 4289525616 18446744073709551615 4294960144 0 4 0 16800975 18446604437860770112 0 0 -1 1 0 0 0
[pid=12865/tid=12874] ppid=12863 vsize=1527564 CPUtime=0.14
/proc/12865/task/12874/stat : 12874 (java) S 12863 12865 12534 0 -1 4202560 62 0 0 0 14 0 0 0 15 0 12 0 44992670 1564225536 123554 1992294400 134512640 134550932 4289525616 18446744073709551615 4294960144 0 4 0 16800975 18446604437860770112 0 0 -1 1 0 0 0
[pid=12865/tid=12875] ppid=12863 vsize=1527564 CPUtime=0.21
/proc/12865/task/12875/stat : 12875 (java) S 12863 12865 12534 0 -1 4202560 898 0 0 0 21 0 0 0 16 0 12 0 44992670 1564225536 123554 1992294400 134512640 134550932 4289525616 18446744073709551615 4294960144 0 4 0 16800975 18446604437860770112 0 0 -1 0 0 0 0
[pid=12865/tid=12876] ppid=12863 vsize=1527564 CPUtime=0
/proc/12865/task/12876/stat : 12876 (java) S 12863 12865 12534 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 12 0 44992670 1564225536 123554 1992294400 134512640 134550932 4289525616 18446744073709551615 4294960144 0 4 0 16800975 18446604437860770112 0 0 -1 1 0 0 0
[pid=12865/tid=12877] ppid=12863 vsize=1527564 CPUtime=0
/proc/12865/task/12877/stat : 12877 (java) S 12863 12865 12534 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 12 0 44992670 1564225536 123554 1992294400 134512640 134550932 4289525616 18446744073709551615 4294960144 0 4 0 16800975 18446604437860770112 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 7.33
Current children cumulated vsize (KiB) 1527564

[startup+12.702 s]
/proc/loadavg: 1.36 1.08 1.08 2/118 12877
/proc/meminfo: memFree=815720/2059040 swapFree=4136232/4192956
[pid=12865] ppid=12863 vsize=1531412 CPUtime=15.29
/proc/12865/stat : 12865 (java) S 12863 12865 12534 0 -1 4202496 158039 0 1 0 1450 79 0 0 15 0 12 0 44992660 1568165888 152680 1992294400 134512640 134550932 4289525616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/12865/statm: 382853 152680 1412 10 0 380156 0
[pid=12865/tid=12867] ppid=12863 vsize=1531412 CPUtime=10.11
/proc/12865/task/12867/stat : 12867 (java) S 12863 12865 12534 0 -1 4202560 32019 0 1 0 996 15 0 0 25 0 12 0 44992662 1568165888 152680 1992294400 134512640 134550932 4289525616 18446744073709551615 4294960144 0 4 0 16800975 18446604437860770112 0 0 -1 0 0 0 0
[pid=12865/tid=12868] ppid=12863 vsize=1531412 CPUtime=2.4
/proc/12865/task/12868/stat : 12868 (java) R 12863 12865 12534 0 -1 4202560 66003 0 0 0 206 34 0 0 16 0 12 0 44992663 1568165888 152680 1992294400 134512640 134550932 4289525616 18446744073709551615 106206121 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=12865/tid=12869] ppid=12863 vsize=1531412 CPUtime=2.37
/proc/12865/task/12869/stat : 12869 (java) R 12863 12865 12534 0 -1 4202560 57975 0 0 0 209 28 0 0 16 0 12 0 44992663 1568165888 152680 1992294400 134512640 134550932 4289525616 18446744073709551615 106195496 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=12865/tid=12870] ppid=12863 vsize=1531412 CPUtime=0
/proc/12865/task/12870/stat : 12870 (java) S 12863 12865 12534 0 -1 4202560 15 0 0 0 0 0 0 0 15 0 12 0 44992665 1568165888 152680 1992294400 134512640 134550932 4289525616 18446744073709551615 4294960144 0 0 0 16800975 18446604437860770112 0 0 -1 1 0 0 0
[pid=12865/tid=12871] ppid=12863 vsize=1531412 CPUtime=0
/proc/12865/task/12871/stat : 12871 (java) S 12863 12865 12534 0 -1 4202560 12 0 0 0 0 0 0 0 16 0 12 0 44992666 1568165888 152680 1992294400 134512640 134550932 4289525616 18446744073709551615 4294960144 0 4 0 16800975 18446604437860770112 0 0 -1 1 0 0 0
[pid=12865/tid=12872] ppid=12863 vsize=1531412 CPUtime=0
/proc/12865/task/12872/stat : 12872 (java) S 12863 12865 12534 0 -1 4202560 7 0 0 0 0 0 0 0 17 0 12 0 44992666 1568165888 152680 1992294400 134512640 134550932 4289525616 18446744073709551615 4294960144 0 4 0 16800975 18446604437860770112 0 0 -1 1 0 0 0
[pid=12865/tid=12873] ppid=12863 vsize=1531412 CPUtime=0
/proc/12865/task/12873/stat : 12873 (java) S 12863 12865 12534 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 12 0 44992670 1568165888 152680 1992294400 134512640 134550932 4289525616 18446744073709551615 4294960144 0 4 0 16800975 18446604437860770112 0 0 -1 1 0 0 0
[pid=12865/tid=12874] ppid=12863 vsize=1531412 CPUtime=0.14
/proc/12865/task/12874/stat : 12874 (java) S 12863 12865 12534 0 -1 4202560 67 0 0 0 14 0 0 0 15 0 12 0 44992670 1568165888 152680 1992294400 134512640 134550932 4289525616 18446744073709551615 4294960144 0 4 0 16800975 18446604437860770112 0 0 -1 1 0 0 0
[pid=12865/tid=12875] ppid=12863 vsize=1531412 CPUtime=0.21
/proc/12865/task/12875/stat : 12875 (java) S 12863 12865 12534 0 -1 4202560 898 0 0 0 21 0 0 0 16 0 12 0 44992670 1568165888 152680 1992294400 134512640 134550932 4289525616 18446744073709551615 4294960144 0 4 0 16800975 18446604437860770112 0 0 -1 0 0 0 0
[pid=12865/tid=12876] ppid=12863 vsize=1531412 CPUtime=0
/proc/12865/task/12876/stat : 12876 (java) S 12863 12865 12534 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 12 0 44992670 1568165888 152680 1992294400 134512640 134550932 4289525616 18446744073709551615 4294960144 0 4 0 16800975 18446604437860770112 0 0 -1 1 0 0 0
[pid=12865/tid=12877] ppid=12863 vsize=1531412 CPUtime=0
/proc/12865/task/12877/stat : 12877 (java) S 12863 12865 12534 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 12 0 44992670 1568165888 152680 1992294400 134512640 134550932 4289525616 18446744073709551615 4294960144 0 4 0 16800975 18446604437860770112 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 15.29
Current children cumulated vsize (KiB) 1531412

[startup+25.51 s]
/proc/loadavg: 1.35 1.09 1.08 5/118 12877
/proc/meminfo: memFree=656132/2059040 swapFree=4136232/4192956
[pid=12865] ppid=12863 vsize=1531412 CPUtime=31.48
/proc/12865/stat : 12865 (java) S 12863 12865 12534 0 -1 4202496 200935 0 1 0 3046 102 0 0 15 0 12 0 44992660 1568165888 194348 1992294400 134512640 134550932 4289525616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/12865/statm: 382853 194348 1412 10 0 380156 0
[pid=12865/tid=12867] ppid=12863 vsize=1531412 CPUtime=19.4
/proc/12865/task/12867/stat : 12867 (java) S 12863 12865 12534 0 -1 4202560 32033 0 1 0 1923 17 0 0 25 0 12 0 44992662 1568165888 194348 1992294400 134512640 134550932 4289525616 18446744073709551615 4294960144 0 4 0 16800975 18446604437860770112 0 0 -1 0 0 0 0
[pid=12865/tid=12868] ppid=12863 vsize=1531412 CPUtime=5.85
/proc/12865/task/12868/stat : 12868 (java) R 12863 12865 12534 0 -1 4202560 89058 0 0 0 540 45 0 0 16 0 12 0 44992663 1568165888 194348 1992294400 134512640 134550932 4289525616 18446744073709551615 106195352 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=12865/tid=12869] ppid=12863 vsize=1531412 CPUtime=5.78
/proc/12865/task/12869/stat : 12869 (java) R 12863 12865 12534 0 -1 4202560 77800 0 0 0 541 37 0 0 16 0 12 0 44992663 1568165888 194348 1992294400 134512640 134550932 4289525616 18446744073709551615 106207513 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=12865/tid=12870] ppid=12863 vsize=1531412 CPUtime=0
/proc/12865/task/12870/stat : 12870 (java) S 12863 12865 12534 0 -1 4202560 15 0 0 0 0 0 0 0 15 0 12 0 44992665 1568165888 194348 1992294400 134512640 134550932 4289525616 18446744073709551615 4294960144 0 0 0 16800975 18446604437860770112 0 0 -1 1 0 0 0
[pid=12865/tid=12871] ppid=12863 vsize=1531412 CPUtime=0
/proc/12865/task/12871/stat : 12871 (java) S 12863 12865 12534 0 -1 4202560 12 0 0 0 0 0 0 0 16 0 12 0 44992666 1568165888 194348 1992294400 134512640 134550932 4289525616 18446744073709551615 4294960144 0 4 0 16800975 18446604437860770112 0 0 -1 1 0 0 0
[pid=12865/tid=12872] ppid=12863 vsize=1531412 CPUtime=0
/proc/12865/task/12872/stat : 12872 (java) S 12863 12865 12534 0 -1 4202560 7 0 0 0 0 0 0 0 17 0 12 0 44992666 1568165888 194348 1992294400 134512640 134550932 4289525616 18446744073709551615 4294960144 0 4 0 16800975 18446604437860770112 0 0 -1 1 0 0 0
[pid=12865/tid=12873] ppid=12863 vsize=1531412 CPUtime=0
/proc/12865/task/12873/stat : 12873 (java) S 12863 12865 12534 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 12 0 44992670 1568165888 194348 1992294400 134512640 134550932 4289525616 18446744073709551615 4294960144 0 4 0 16800975 18446604437860770112 0 0 -1 1 0 0 0
[pid=12865/tid=12874] ppid=12863 vsize=1531412 CPUtime=0.14

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

[pid=12865] ppid=12863 vsize=1564632 CPUtime=196.52
/proc/12865/stat : 12865 (java) S 12863 12865 12534 0 -1 4202496 845709 0 1 0 19275 377 0 0 15 0 13 0 44992660 1602183168 359553 1992294400 134512640 134550932 4289525616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/12865/statm: 391158 359553 1424 10 0 388461 0
[pid=12865/tid=12867] ppid=12863 vsize=1564632 CPUtime=40.84
/proc/12865/task/12867/stat : 12867 (java) S 12863 12865 12534 0 -1 4202560 32111 0 1 0 4064 20 0 0 16 0 13 0 44992662 1602183168 359553 1992294400 134512640 134550932 4289525616 18446744073709551615 4294960144 0 4 0 16800975 18446604437860770112 0 0 -1 0 0 0 0
[pid=12865/tid=12868] ppid=12863 vsize=1564632 CPUtime=17.04
/proc/12865/task/12868/stat : 12868 (java) S 12863 12865 12534 0 -1 4202560 172048 0 0 0 1618 86 0 0 16 0 13 0 44992663 1602183168 359553 1992294400 134512640 134550932 4289525616 18446744073709551615 4294960144 0 4 0 16800975 18446604437860770112 0 0 -1 0 0 0 0
[pid=12865/tid=12869] ppid=12863 vsize=1564632 CPUtime=17.17
/proc/12865/task/12869/stat : 12869 (java) S 12863 12865 12534 0 -1 4202560 159123 0 0 0 1645 72 0 0 16 0 13 0 44992663 1602183168 359553 1992294400 134512640 134550932 4289525616 18446744073709551615 4294960144 0 4 0 16800975 18446604437860770112 0 0 -1 0 0 0 0
[pid=12865/tid=12870] ppid=12863 vsize=1564632 CPUtime=120.48
/proc/12865/task/12870/stat : 12870 (java) R 12863 12865 12534 0 -1 4202560 480252 0 0 0 11853 195 0 0 25 0 13 0 44992665 1602183168 359553 1992294400 134512640 134550932 4289525616 18446744073709551615 105886114 0 0 0 16800975 0 0 0 -1 0 0 0 0
[pid=12865/tid=12871] ppid=12863 vsize=1564632 CPUtime=0
/proc/12865/task/12871/stat : 12871 (java) S 12863 12865 12534 0 -1 4202560 12 0 0 0 0 0 0 0 15 0 13 0 44992666 1602183168 359553 1992294400 134512640 134550932 4289525616 18446744073709551615 4294960144 0 4 0 16800975 18446604437860770112 0 0 -1 1 0 0 0
[pid=12865/tid=12872] ppid=12863 vsize=1564632 CPUtime=0
/proc/12865/task/12872/stat : 12872 (java) S 12863 12865 12534 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 13 0 44992666 1602183168 359553 1992294400 134512640 134550932 4289525616 18446744073709551615 4294960144 0 4 0 16800975 18446604437860770112 0 0 -1 1 0 0 0
[pid=12865/tid=12873] ppid=12863 vsize=1564632 CPUtime=0
/proc/12865/task/12873/stat : 12873 (java) S 12863 12865 12534 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 44992670 1602183168 359553 1992294400 134512640 134550932 4289525616 18446744073709551615 4294960144 0 4 0 16800975 18446604437860770112 0 0 -1 1 0 0 0
[pid=12865/tid=12874] ppid=12863 vsize=1564632 CPUtime=0.4
/proc/12865/task/12874/stat : 12874 (java) S 12863 12865 12534 0 -1 4202560 117 0 0 0 40 0 0 0 16 0 13 0 44992670 1602183168 359553 1992294400 134512640 134550932 4289525616 18446744073709551615 4294960144 0 4 0 16800975 18446604437860770112 0 0 -1 0 0 0 0
[pid=12865/tid=12875] ppid=12863 vsize=1564632 CPUtime=0.51
/proc/12865/task/12875/stat : 12875 (java) S 12863 12865 12534 0 -1 4202560 980 0 0 0 51 0 0 0 15 0 13 0 44992670 1602183168 359553 1992294400 134512640 134550932 4289525616 18446744073709551615 4294960144 0 4 0 16800975 18446604437860770112 0 0 -1 1 0 0 0
[pid=12865/tid=12876] ppid=12863 vsize=1564632 CPUtime=0
/proc/12865/task/12876/stat : 12876 (java) S 12863 12865 12534 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 13 0 44992670 1602183168 359553 1992294400 134512640 134550932 4289525616 18446744073709551615 4294960144 0 4 0 16800975 18446604437860770112 0 0 -1 1 0 0 0
[pid=12865/tid=12877] ppid=12863 vsize=1564632 CPUtime=0
/proc/12865/task/12877/stat : 12877 (java) S 12863 12865 12534 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 13 0 44992670 1602183168 359553 1992294400 134512640 134550932 4289525616 18446744073709551615 4294960144 0 4 0 16800975 18446604437860770112 0 0 -1 0 0 0 0
[pid=12865/tid=12885] ppid=12863 vsize=1564632 CPUtime=0
/proc/12865/task/12885/stat : 12885 (java) S 12863 12865 12534 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 13 0 45008944 1602183168 359553 1992294400 134512640 134550932 4289525616 18446744073709551615 4294960144 0 4 0 16800975 18446604437860770112 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 196.52
Current children cumulated vsize (KiB) 1564632

[startup+185.702 s]
/proc/loadavg: 1.05 1.09 1.08 2/119 12885
/proc/meminfo: memFree=50356/2059040 swapFree=4136232/4192956
[pid=12865] ppid=12863 vsize=1564632 CPUtime=202.92
/proc/12865/stat : 12865 (java) S 12863 12865 12534 0 -1 4202496 877223 0 1 0 19901 391 0 0 15 0 13 0 44992660 1602183168 359553 1992294400 134512640 134550932 4289525616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/12865/statm: 391158 359553 1424 10 0 388461 0
[pid=12865/tid=12867] ppid=12863 vsize=1564632 CPUtime=40.84
/proc/12865/task/12867/stat : 12867 (java) S 12863 12865 12534 0 -1 4202560 32111 0 1 0 4064 20 0 0 16 0 13 0 44992662 1602183168 359553 1992294400 134512640 134550932 4289525616 18446744073709551615 4294960144 0 4 0 16800975 18446604437860770112 0 0 -1 0 0 0 0
[pid=12865/tid=12868] ppid=12863 vsize=1564632 CPUtime=17.04
/proc/12865/task/12868/stat : 12868 (java) S 12863 12865 12534 0 -1 4202560 172048 0 0 0 1618 86 0 0 16 0 13 0 44992663 1602183168 359553 1992294400 134512640 134550932 4289525616 18446744073709551615 4294960144 0 4 0 16800975 18446604437860770112 0 0 -1 0 0 0 0
[pid=12865/tid=12869] ppid=12863 vsize=1564632 CPUtime=17.17
/proc/12865/task/12869/stat : 12869 (java) S 12863 12865 12534 0 -1 4202560 159123 0 0 0 1645 72 0 0 16 0 13 0 44992663 1602183168 359553 1992294400 134512640 134550932 4289525616 18446744073709551615 4294960144 0 4 0 16800975 18446604437860770112 0 0 -1 0 0 0 0
[pid=12865/tid=12870] ppid=12863 vsize=1564632 CPUtime=126.87
/proc/12865/task/12870/stat : 12870 (java) R 12863 12865 12534 0 -1 4202560 511764 0 0 0 12479 208 0 0 25 0 13 0 44992665 1602183168 359553 1992294400 134512640 134550932 4289525616 18446744073709551615 106157718 0 0 0 16800975 0 0 0 -1 0 0 0 0
[pid=12865/tid=12871] ppid=12863 vsize=1564632 CPUtime=0
/proc/12865/task/12871/stat : 12871 (java) S 12863 12865 12534 0 -1 4202560 12 0 0 0 0 0 0 0 15 0 13 0 44992666 1602183168 359553 1992294400 134512640 134550932 4289525616 18446744073709551615 4294960144 0 4 0 16800975 18446604437860770112 0 0 -1 1 0 0 0
[pid=12865/tid=12872] ppid=12863 vsize=1564632 CPUtime=0
/proc/12865/task/12872/stat : 12872 (java) S 12863 12865 12534 0 -1 4202560 9 0 0 0 0 0 0 0 15 0 13 0 44992666 1602183168 359553 1992294400 134512640 134550932 4289525616 18446744073709551615 4294960144 0 4 0 16800975 18446604437860770112 0 0 -1 1 0 0 0
[pid=12865/tid=12873] ppid=12863 vsize=1564632 CPUtime=0
/proc/12865/task/12873/stat : 12873 (java) S 12863 12865 12534 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 44992670 1602183168 359553 1992294400 134512640 134550932 4289525616 18446744073709551615 4294960144 0 4 0 16800975 18446604437860770112 0 0 -1 1 0 0 0
[pid=12865/tid=12874] ppid=12863 vsize=1564632 CPUtime=0.4
/proc/12865/task/12874/stat : 12874 (java) S 12863 12865 12534 0 -1 4202560 117 0 0 0 40 0 0 0 16 0 13 0 44992670 1602183168 359553 1992294400 134512640 134550932 4289525616 18446744073709551615 4294960144 0 4 0 16800975 18446604437860770112 0 0 -1 0 0 0 0
[pid=12865/tid=12875] ppid=12863 vsize=1564632 CPUtime=0.51
/proc/12865/task/12875/stat : 12875 (java) S 12863 12865 12534 0 -1 4202560 980 0 0 0 51 0 0 0 15 0 13 0 44992670 1602183168 359553 1992294400 134512640 134550932 4289525616 18446744073709551615 4294960144 0 4 0 16800975 18446604437860770112 0 0 -1 1 0 0 0
[pid=12865/tid=12876] ppid=12863 vsize=1564632 CPUtime=0
/proc/12865/task/12876/stat : 12876 (java) S 12863 12865 12534 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 13 0 44992670 1602183168 359553 1992294400 134512640 134550932 4289525616 18446744073709551615 4294960144 0 4 0 16800975 18446604437860770112 0 0 -1 1 0 0 0
[pid=12865/tid=12877] ppid=12863 vsize=1564632 CPUtime=0
/proc/12865/task/12877/stat : 12877 (java) S 12863 12865 12534 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 13 0 44992670 1602183168 359553 1992294400 134512640 134550932 4289525616 18446744073709551615 4294960144 0 4 0 16800975 18446604437860770112 0 0 -1 0 0 0 0
[pid=12865/tid=12885] ppid=12863 vsize=1564632 CPUtime=0
/proc/12865/task/12885/stat : 12885 (java) S 12863 12865 12534 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 13 0 45008944 1602183168 359553 1992294400 134512640 134550932 4289525616 18446744073709551615 4294960144 0 4 0 16800975 18446604437860770112 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 202.92
Current children cumulated vsize (KiB) 1564632

[startup+187.301 s]
/proc/loadavg: 1.05 1.09 1.08 2/119 12885
/proc/meminfo: memFree=50356/2059040 swapFree=4136232/4192956
[pid=12865] ppid=12863 vsize=1564632 CPUtime=204.52
/proc/12865/stat : 12865 (java) S 12863 12865 12534 0 -1 4202496 877223 0 1 0 20061 391 0 0 15 0 13 0 44992660 1602183168 359553 1992294400 134512640 134550932 4289525616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/12865/statm: 391158 359553 1424 10 0 388461 0
[pid=12865/tid=12867] ppid=12863 vsize=1564632 CPUtime=40.84
/proc/12865/task/12867/stat : 12867 (java) S 12863 12865 12534 0 -1 4202560 32111 0 1 0 4064 20 0 0 16 0 13 0 44992662 1602183168 359553 1992294400 134512640 134550932 4289525616 18446744073709551615 4294960144 0 4 0 16800975 18446604437860770112 0 0 -1 0 0 0 0
[pid=12865/tid=12868] ppid=12863 vsize=1564632 CPUtime=17.04
/proc/12865/task/12868/stat : 12868 (java) S 12863 12865 12534 0 -1 4202560 172048 0 0 0 1618 86 0 0 16 0 13 0 44992663 1602183168 359553 1992294400 134512640 134550932 4289525616 18446744073709551615 4294960144 0 4 0 16800975 18446604437860770112 0 0 -1 0 0 0 0
[pid=12865/tid=12869] ppid=12863 vsize=1564632 CPUtime=17.17
/proc/12865/task/12869/stat : 12869 (java) S 12863 12865 12534 0 -1 4202560 159123 0 0 0 1645 72 0 0 16 0 13 0 44992663 1602183168 359553 1992294400 134512640 134550932 4289525616 18446744073709551615 4294960144 0 4 0 16800975 18446604437860770112 0 0 -1 0 0 0 0
[pid=12865/tid=12870] ppid=12863 vsize=1564632 CPUtime=128.48
/proc/12865/task/12870/stat : 12870 (java) R 12863 12865 12534 0 -1 4202560 511764 0 0 0 12639 209 0 0 25 0 13 0 44992665 1602183168 359553 1992294400 134512640 134550932 4289525616 18446744073709551615 106159178 0 0 0 16800975 0 0 0 -1 0 0 0 0
[pid=12865/tid=12871] ppid=12863 vsize=1564632 CPUtime=0
/proc/12865/task/12871/stat : 12871 (java) S 12863 12865 12534 0 -1 4202560 12 0 0 0 0 0 0 0 15 0 13 0 44992666 1602183168 359553 1992294400 134512640 134550932 4289525616 18446744073709551615 4294960144 0 4 0 16800975 18446604437860770112 0 0 -1 1 0 0 0
[pid=12865/tid=12872] ppid=12863 vsize=1564632 CPUtime=0
/proc/12865/task/12872/stat : 12872 (java) S 12863 12865 12534 0 -1 4202560 9 0 0 0 0 0 0 0 15 0 13 0 44992666 1602183168 359553 1992294400 134512640 134550932 4289525616 18446744073709551615 4294960144 0 4 0 16800975 18446604437860770112 0 0 -1 1 0 0 0
[pid=12865/tid=12873] ppid=12863 vsize=1564632 CPUtime=0
/proc/12865/task/12873/stat : 12873 (java) S 12863 12865 12534 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 44992670 1602183168 359553 1992294400 134512640 134550932 4289525616 18446744073709551615 4294960144 0 4 0 16800975 18446604437860770112 0 0 -1 1 0 0 0
[pid=12865/tid=12874] ppid=12863 vsize=1564632 CPUtime=0.4
/proc/12865/task/12874/stat : 12874 (java) S 12863 12865 12534 0 -1 4202560 117 0 0 0 40 0 0 0 16 0 13 0 44992670 1602183168 359553 1992294400 134512640 134550932 4289525616 18446744073709551615 4294960144 0 4 0 16800975 18446604437860770112 0 0 -1 0 0 0 0
[pid=12865/tid=12875] ppid=12863 vsize=1564632 CPUtime=0.51
/proc/12865/task/12875/stat : 12875 (java) S 12863 12865 12534 0 -1 4202560 980 0 0 0 51 0 0 0 15 0 13 0 44992670 1602183168 359553 1992294400 134512640 134550932 4289525616 18446744073709551615 4294960144 0 4 0 16800975 18446604437860770112 0 0 -1 1 0 0 0
[pid=12865/tid=12876] ppid=12863 vsize=1564632 CPUtime=0
/proc/12865/task/12876/stat : 12876 (java) S 12863 12865 12534 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 13 0 44992670 1602183168 359553 1992294400 134512640 134550932 4289525616 18446744073709551615 4294960144 0 4 0 16800975 18446604437860770112 0 0 -1 1 0 0 0
[pid=12865/tid=12877] ppid=12863 vsize=1564632 CPUtime=0
/proc/12865/task/12877/stat : 12877 (java) S 12863 12865 12534 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 13 0 44992670 1602183168 359553 1992294400 134512640 134550932 4289525616 18446744073709551615 4294960144 0 4 0 16800975 18446604437860770112 0 0 -1 0 0 0 0
[pid=12865/tid=12885] ppid=12863 vsize=1564632 CPUtime=0
/proc/12865/task/12885/stat : 12885 (java) S 12863 12865 12534 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 13 0 45008944 1602183168 359553 1992294400 134512640 134550932 4289525616 18446744073709551615 4294960144 0 4 0 16800975 18446604437860770112 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 204.52
Current children cumulated vsize (KiB) 1564632

[startup+188.102 s]
/proc/loadavg: 1.05 1.09 1.08 2/119 12885
/proc/meminfo: memFree=50356/2059040 swapFree=4136232/4192956
[pid=12865] ppid=12863 vsize=1564632 CPUtime=205.32
/proc/12865/stat : 12865 (java) S 12863 12865 12534 0 -1 4202496 877223 0 1 0 20141 391 0 0 15 0 13 0 44992660 1602183168 359553 1992294400 134512640 134550932 4289525616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/12865/statm: 391158 359553 1424 10 0 388461 0
[pid=12865/tid=12867] ppid=12863 vsize=1564632 CPUtime=40.84
/proc/12865/task/12867/stat : 12867 (java) S 12863 12865 12534 0 -1 4202560 32111 0 1 0 4064 20 0 0 16 0 13 0 44992662 1602183168 359553 1992294400 134512640 134550932 4289525616 18446744073709551615 4294960144 0 4 0 16800975 18446604437860770112 0 0 -1 0 0 0 0
[pid=12865/tid=12868] ppid=12863 vsize=1564632 CPUtime=17.04
/proc/12865/task/12868/stat : 12868 (java) S 12863 12865 12534 0 -1 4202560 172048 0 0 0 1618 86 0 0 16 0 13 0 44992663 1602183168 359553 1992294400 134512640 134550932 4289525616 18446744073709551615 4294960144 0 4 0 16800975 18446604437860770112 0 0 -1 0 0 0 0
[pid=12865/tid=12869] ppid=12863 vsize=1564632 CPUtime=17.17
/proc/12865/task/12869/stat : 12869 (java) S 12863 12865 12534 0 -1 4202560 159123 0 0 0 1645 72 0 0 16 0 13 0 44992663 1602183168 359553 1992294400 134512640 134550932 4289525616 18446744073709551615 4294960144 0 4 0 16800975 18446604437860770112 0 0 -1 0 0 0 0
[pid=12865/tid=12870] ppid=12863 vsize=1564632 CPUtime=129.28
/proc/12865/task/12870/stat : 12870 (java) R 12863 12865 12534 0 -1 4202560 511764 0 0 0 12719 209 0 0 25 0 13 0 44992665 1602183168 359553 1992294400 134512640 134550932 4289525616 18446744073709551615 105697721 0 0 0 16800975 0 0 0 -1 0 0 0 0
[pid=12865/tid=12871] ppid=12863 vsize=1564632 CPUtime=0
/proc/12865/task/12871/stat : 12871 (java) S 12863 12865 12534 0 -1 4202560 12 0 0 0 0 0 0 0 15 0 13 0 44992666 1602183168 359553 1992294400 134512640 134550932 4289525616 18446744073709551615 4294960144 0 4 0 16800975 18446604437860770112 0 0 -1 1 0 0 0
[pid=12865/tid=12872] ppid=12863 vsize=1564632 CPUtime=0
/proc/12865/task/12872/stat : 12872 (java) S 12863 12865 12534 0 -1 4202560 9 0 0 0 0 0 0 0 15 0 13 0 44992666 1602183168 359553 1992294400 134512640 134550932 4289525616 18446744073709551615 4294960144 0 4 0 16800975 18446604437860770112 0 0 -1 1 0 0 0
[pid=12865/tid=12873] ppid=12863 vsize=1564632 CPUtime=0
/proc/12865/task/12873/stat : 12873 (java) S 12863 12865 12534 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 44992670 1602183168 359553 1992294400 134512640 134550932 4289525616 18446744073709551615 4294960144 0 4 0 16800975 18446604437860770112 0 0 -1 1 0 0 0
[pid=12865/tid=12874] ppid=12863 vsize=1564632 CPUtime=0.4
/proc/12865/task/12874/stat : 12874 (java) S 12863 12865 12534 0 -1 4202560 117 0 0 0 40 0 0 0 16 0 13 0 44992670 1602183168 359553 1992294400 134512640 134550932 4289525616 18446744073709551615 4294960144 0 4 0 16800975 18446604437860770112 0 0 -1 0 0 0 0
[pid=12865/tid=12875] ppid=12863 vsize=1564632 CPUtime=0.51
/proc/12865/task/12875/stat : 12875 (java) S 12863 12865 12534 0 -1 4202560 980 0 0 0 51 0 0 0 15 0 13 0 44992670 1602183168 359553 1992294400 134512640 134550932 4289525616 18446744073709551615 4294960144 0 4 0 16800975 18446604437860770112 0 0 -1 1 0 0 0
[pid=12865/tid=12876] ppid=12863 vsize=1564632 CPUtime=0
/proc/12865/task/12876/stat : 12876 (java) S 12863 12865 12534 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 13 0 44992670 1602183168 359553 1992294400 134512640 134550932 4289525616 18446744073709551615 4294960144 0 4 0 16800975 18446604437860770112 0 0 -1 1 0 0 0
[pid=12865/tid=12877] ppid=12863 vsize=1564632 CPUtime=0
/proc/12865/task/12877/stat : 12877 (java) S 12863 12865 12534 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 13 0 44992670 1602183168 359553 1992294400 134512640 134550932 4289525616 18446744073709551615 4294960144 0 4 0 16800975 18446604437860770112 0 0 -1 0 0 0 0
[pid=12865/tid=12885] ppid=12863 vsize=1564632 CPUtime=0
/proc/12865/task/12885/stat : 12885 (java) S 12863 12865 12534 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 13 0 45008944 1602183168 359553 1992294400 134512640 134550932 4289525616 18446744073709551615 4294960144 0 4 0 16800975 18446604437860770112 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 205.32
Current children cumulated vsize (KiB) 1564632

[startup+188.502 s]
/proc/loadavg: 1.05 1.09 1.08 2/118 12885
/proc/meminfo: memFree=82356/2059040 swapFree=4136232/4192956
[pid=12865] ppid=12863 vsize=1532628 CPUtime=205.71
/proc/12865/stat : 12865 (java) S 12863 12865 12534 0 -1 4202496 877226 0 1 0 20180 391 0 0 15 0 12 0 44992660 1569411072 351554 1992294400 134512640 134550932 4289525616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/12865/statm: 383157 351554 1425 10 0 380460 0
[pid=12865/tid=12867] ppid=12863 vsize=1532628 CPUtime=40.84
/proc/12865/task/12867/stat : 12867 (java) S 12863 12865 12534 0 -1 4202560 32112 0 1 0 4064 20 0 0 15 0 12 0 44992662 1569411072 351554 1992294400 134512640 134550932 4289525616 18446744073709551615 4294960144 0 4 0 16800975 18446604437860770112 0 0 -1 0 0 0 0
[pid=12865/tid=12868] ppid=12863 vsize=1532628 CPUtime=17.04
/proc/12865/task/12868/stat : 12868 (java) S 12863 12865 12534 0 -1 4202560 172048 0 0 0 1618 86 0 0 16 0 12 0 44992663 1569411072 351554 1992294400 134512640 134550932 4289525616 18446744073709551615 4294960144 0 4 0 16800975 18446604437860770112 0 0 -1 0 0 0 0
[pid=12865/tid=12869] ppid=12863 vsize=1532628 CPUtime=17.17
/proc/12865/task/12869/stat : 12869 (java) S 12863 12865 12534 0 -1 4202560 159123 0 0 0 1645 72 0 0 16 0 12 0 44992663 1569411072 351554 1992294400 134512640 134550932 4289525616 18446744073709551615 4294960144 0 4 0 16800975 18446604437860770112 0 0 -1 0 0 0 0
[pid=12865/tid=12870] ppid=12863 vsize=1532628 CPUtime=129.68
/proc/12865/task/12870/stat : 12870 (java) R 12863 12865 12534 0 -1 4202560 511764 0 0 0 12759 209 0 0 25 0 12 0 44992665 1569411072 351554 1992294400 134512640 134550932 4289525616 18446744073709551615 106158102 0 0 0 16800975 0 0 0 -1 0 0 0 0
[pid=12865/tid=12871] ppid=12863 vsize=1532628 CPUtime=0
/proc/12865/task/12871/stat : 12871 (java) S 12863 12865 12534 0 -1 4202560 12 0 0 0 0 0 0 0 15 0 12 0 44992666 1569411072 351554 1992294400 134512640 134550932 4289525616 18446744073709551615 4294960144 0 4 0 16800975 18446604437860770112 0 0 -1 1 0 0 0
[pid=12865/tid=12872] ppid=12863 vsize=1532628 CPUtime=0
/proc/12865/task/12872/stat : 12872 (java) S 12863 12865 12534 0 -1 4202560 9 0 0 0 0 0 0 0 15 0 12 0 44992666 1569411072 351554 1992294400 134512640 134550932 4289525616 18446744073709551615 4294960144 0 4 0 16800975 18446604437860770112 0 0 -1 1 0 0 0
[pid=12865/tid=12873] ppid=12863 vsize=1532628 CPUtime=0
/proc/12865/task/12873/stat : 12873 (java) S 12863 12865 12534 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 12 0 44992670 1569411072 351554 1992294400 134512640 134550932 4289525616 18446744073709551615 4294960144 0 4 0 16800975 18446604437860770112 0 0 -1 1 0 0 0
[pid=12865/tid=12874] ppid=12863 vsize=1532628 CPUtime=0.4
/proc/12865/task/12874/stat : 12874 (java) S 12863 12865 12534 0 -1 4202560 117 0 0 0 40 0 0 0 16 0 12 0 44992670 1569411072 351554 1992294400 134512640 134550932 4289525616 18446744073709551615 4294960144 0 4 0 16800975 18446604437860770112 0 0 -1 0 0 0 0
[pid=12865/tid=12875] ppid=12863 vsize=1532628 CPUtime=0.51
/proc/12865/task/12875/stat : 12875 (java) S 12863 12865 12534 0 -1 4202560 980 0 0 0 51 0 0 0 15 0 12 0 44992670 1569411072 351554 1992294400 134512640 134550932 4289525616 18446744073709551615 4294960144 0 4 0 16800975 18446604437860770112 0 0 -1 1 0 0 0
[pid=12865/tid=12876] ppid=12863 vsize=1532628 CPUtime=0
/proc/12865/task/12876/stat : 12876 (java) S 12863 12865 12534 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 12 0 44992670 1569411072 351554 1992294400 134512640 134550932 4289525616 18446744073709551615 4294960144 0 4 0 16800975 18446604437860770112 0 0 -1 1 0 0 0
[pid=12865/tid=12877] ppid=12863 vsize=1532628 CPUtime=0
/proc/12865/task/12877/stat : 12877 (java) S 12863 12865 12534 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 12 0 44992670 1569411072 351554 1992294400 134512640 134550932 4289525616 18446744073709551615 4294960144 0 4 0 16800975 18446604437860770112 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 205.71
Current children cumulated vsize (KiB) 1532628

[startup+188.702 s]
/proc/loadavg: 1.05 1.09 1.08 2/118 12885
/proc/meminfo: memFree=82356/2059040 swapFree=4136232/4192956
[pid=12865] ppid=12863 vsize=0 CPUtime=205.89
/proc/12865/stat : 12865 (java) Z 12863 12865 12534 0 -1 4202524 877231 0 1 0 20185 404 0 0 15 0 2 0 44992660 0 0 1992294400 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/12865/statm: 0 0 0 0 0 0 0
[pid=12865/tid=12876] ppid=12863 vsize=0 CPUtime=0.12
/proc/12865/task/12876/stat : 12876 (java) R 12863 12865 12534 0 -1 4203588 0 0 0 0 0 12 0 0 18 0 2 0 44992670 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) 205.89
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 188.708
CPU time (s): 205.9
CPU user time (s): 201.85
CPU system time (s): 4.04938
CPU usage (%): 109.11
Max. virtual memory (cumulated for all children) (KiB): 1580636

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 201.85
system time used= 4.04938
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 877231
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= 4601
involuntary context switches= 4739

runsolver used 0.416936 second user time and 1.09783 second system time

The end

Launcher Data

Begin job on node011 at 2010-06-16 15:11:51
IDJOB=2663373
IDBENCH=71914
IDSOLVER=1166
FILE ID=node011/2663373-1276693899
PBS_JOBID= 11172617
Free space on /tmp= 62112 MiB

SOLVER NAME= SAT4J PB RES // CP 2.2.0 2010-05-31
BENCH NAME= PB09/normalized-PB09/OPT-BIGINT-LIN/aries-da_nrp/normalized-aries-da_network_1000_5__369_766__1024.opb
COMMAND LINE= java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2663373-1276693899/watcher-2663373-1276693899 -o /tmp/evaluation-result-2663373-1276693899/solver-2663373-1276693899 -C 1800 -W 2000 -M 1800  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2663373-1276693899.opb

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

MD5SUM BENCH= 27407827fbebab1f7933182f4b9808e6
RANDOM SEED=1115968046

node011.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.264
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.52
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.264
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.45
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1417796 kB
Buffers:        131516 kB
Cached:         417788 kB
SwapCached:      10072 kB
Active:         361500 kB
Inactive:       201384 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1417796 kB
SwapTotal:     4192956 kB
SwapFree:      4136232 kB
Dirty:          214412 kB
Writeback:           0 kB
AnonPages:       12084 kB
Mapped:           9272 kB
Slab:            56156 kB
PageTables:       4008 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   182568 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= 62112 MiB
End job on node011 at 2010-06-16 15:15:00