Trace number 2663338

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) 216.027 198.213

General information on the benchmark

Name/OPT-BIGINT-LIN/aries-da_nrp/
normalized-aries-da_network_1000_5__369_766__512.opb
MD5SUM7d1adc3133a79c22930d70932a76965e
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 variables2560998
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 constraint512
Maximum length of a constraint20993
Number of terms in the objective function 2560000
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 87925664256
Number of bits of the sum of numbers in the objective function 37
Biggest number in a constraint 122979
Number of bits of the biggest number in a constraint 17
Biggest sum of numbers in a constraint 87925664256
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.v20100531
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.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-2663338-1276691544.opb
0.22/0.22	c reading problem ... 
187.25/169.50	Exception in thread "main" java.lang.OutOfMemoryError: GC overhead limit exceeded
187.25/169.50		at java.math.BigInteger.negate(Unknown Source)
187.25/169.50		at org.sat4j.pb.constraints.pb.Pseudos.niceCheckedParametersForCompetition(Unknown Source)
187.25/169.50		at org.sat4j.pb.constraints.pb.Pseudos.niceParametersForCompetition(Unknown Source)
187.25/169.50		at org.sat4j.pb.constraints.AbstractPBDataStructureFactory$1.nice(Unknown Source)
187.25/169.50		at org.sat4j.pb.constraints.AbstractPBDataStructureFactory.createPseudoBooleanConstraint(Unknown Source)
187.25/169.50		at org.sat4j.pb.core.PBSolver.addPseudoBoolean(Unknown Source)
187.25/169.50		at org.sat4j.multicore.ManyCorePB.addPseudoBoolean(Unknown Source)
187.25/169.50		at org.sat4j.pb.PBSolverDecorator.addPseudoBoolean(Unknown Source)
187.25/169.50		at org.sat4j.pb.reader.OPBReader2005.endConstraint(Unknown Source)
187.25/169.50		at org.sat4j.pb.reader.OPBReader2010.endConstraint(Unknown Source)
187.25/169.50		at org.sat4j.pb.reader.OPBReader2005.readConstraint(Unknown Source)
187.25/169.50		at org.sat4j.pb.reader.OPBReader2005.parse(Unknown Source)
187.25/169.50		at org.sat4j.pb.reader.OPBReader2005.parseInstance(Unknown Source)
187.25/169.50		at org.sat4j.pb.reader.OPBReader2005.parseInstance(Unknown Source)
187.25/169.50		at org.sat4j.pb.reader.OPBReader2010.parseInstance(Unknown Source)
187.25/169.50		at org.sat4j.reader.Reader.parseInstance(Unknown Source)
187.25/169.50		at org.sat4j.reader.Reader.parseInstance(Unknown Source)
187.25/169.50		at org.sat4j.AbstractLauncher.readProblem(Unknown Source)
187.25/169.50		at org.sat4j.AbstractLauncher.run(Unknown Source)
187.25/169.50		at org.sat4j.multicore.MultiCoreLauncher.main(Unknown Source)
215.34/197.58	Exception in thread "Thread-0" java.lang.OutOfMemoryError: Java heap space
215.34/197.58		at java.util.Arrays.copyOfRange(Unknown Source)
215.34/197.58		at java.lang.String.<init>(Unknown Source)
215.34/197.58		at java.lang.StringBuffer.toString(Unknown Source)
215.34/197.58		at org.sat4j.minisat.core.SolverStats.printStat(Unknown Source)
215.34/197.58		at org.sat4j.pb.core.PBSolverStats.printStat(Unknown Source)
215.34/197.58		at org.sat4j.minisat.core.Solver.printStat(Unknown Source)
215.34/197.58		at org.sat4j.multicore.ManyCore.printStat(Unknown Source)
215.34/197.58		at org.sat4j.tools.SolverDecorator.printStat(Unknown Source)
215.34/197.58		at org.sat4j.AbstractOptimizationLauncher.displayAnswer(Unknown Source)
215.34/197.58		at org.sat4j.AbstractOptimizationLauncher.displayResult(Unknown Source)
215.34/197.58		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-2663338-1276691544/watcher-2663338-1276691544 -o /tmp/evaluation-result-2663338-1276691544/solver-2663338-1276691544 -C 1800 -W 2000 -M 1800 java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2663338-1276691544.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.10 1.05 3/106 9553
/proc/meminfo: memFree=1591524/2059040 swapFree=4136680/4192956
[pid=9553] ppid=9551 vsize=1752 CPUtime=0
/proc/9553/stat : 9553 (java6) R 9551 9553 8831 0 -1 4194304 160 0 0 0 0 0 0 0 22 0 1 0 42810416 1794048 78 1992294400 134512640 134550932 4287722816 18446744073709551615 6924720 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/9553/statm: 438 80 64 10 0 30 0

[startup+0.0713761 s]
/proc/loadavg: 1.09 1.10 1.05 3/106 9553
/proc/meminfo: memFree=1591524/2059040 swapFree=4136680/4192956
[pid=9553] ppid=9551 vsize=1521796 CPUtime=0.05
/proc/9553/stat : 9553 (java) S 9551 9553 8831 0 -1 4202496 3702 0 1 0 4 1 0 0 15 0 7 0 42810416 1558319104 3143 1992294400 134512640 134550932 4287542832 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0
/proc/9553/statm: 380449 3143 1033 10 0 377759 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 1521796

[startup+0.100375 s]
/proc/loadavg: 1.09 1.10 1.05 3/106 9553
/proc/meminfo: memFree=1591524/2059040 swapFree=4136680/4192956
[pid=9553] ppid=9551 vsize=1524180 CPUtime=0.08
/proc/9553/stat : 9553 (java) S 9551 9553 8831 0 -1 4202496 3948 0 1 0 6 2 0 0 15 0 12 0 42810416 1560760320 3387 1992294400 134512640 134550932 4287542832 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/9553/statm: 381045 3387 1075 10 0 378348 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1524180

[startup+0.300367 s]
/proc/loadavg: 1.09 1.10 1.05 3/106 9553
/proc/meminfo: memFree=1591524/2059040 swapFree=4136680/4192956
[pid=9553] ppid=9551 vsize=1525792 CPUtime=0.34
/proc/9553/stat : 9553 (java) S 9551 9553 8831 0 -1 4202496 18294 0 1 0 26 8 0 0 15 0 12 0 42810416 1562411008 17730 1992294400 134512640 134550932 4287542832 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/9553/statm: 381448 17730 1350 10 0 378751 0
Current children cumulated CPU time (s) 0.34
Current children cumulated vsize (KiB) 1525792

[startup+0.700352 s]
/proc/loadavg: 1.09 1.10 1.05 3/106 9553
/proc/meminfo: memFree=1591524/2059040 swapFree=4136680/4192956
[pid=9553] ppid=9551 vsize=1525936 CPUtime=1.02
/proc/9553/stat : 9553 (java) S 9551 9553 8831 0 -1 4202496 68678 0 1 0 69 33 0 0 15 0 12 0 42810416 1562558464 68113 1992294400 134512640 134550932 4287542832 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/9553/statm: 381484 68113 1380 10 0 378787 0
Current children cumulated CPU time (s) 1.02
Current children cumulated vsize (KiB) 1525936

[startup+1.50132 s]
/proc/loadavg: 1.09 1.10 1.05 2/118 9565
/proc/meminfo: memFree=1322536/2059040 swapFree=4136680/4192956
[pid=9553] ppid=9551 vsize=1528020 CPUtime=2.03
/proc/9553/stat : 9553 (java) S 9551 9553 8831 0 -1 4202496 69138 0 1 0 169 34 0 0 15 0 12 0 42810416 1564692480 68537 1992294400 134512640 134550932 4287542832 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/9553/statm: 382005 68537 1407 10 0 379308 0
[pid=9553/tid=9555] ppid=9551 vsize=1528020 CPUtime=1.25
/proc/9553/task/9555/stat : 9555 (java) R 9551 9553 8831 0 -1 4202560 31292 0 1 0 112 13 0 0 25 0 12 0 42810418 1564692480 68537 1992294400 134512640 134550932 4287542832 18446744073709551615 4109155722 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=9553/tid=9556] ppid=9551 vsize=1528020 CPUtime=0.21
/proc/9553/task/9556/stat : 9556 (java) S 9551 9553 8831 0 -1 4202560 16282 0 0 0 13 8 0 0 16 0 12 0 42810420 1564692480 68537 1992294400 134512640 134550932 4287542832 18446744073709551615 4294960144 0 4 0 16800975 18446604437871879104 0 0 -1 0 0 0 0
[pid=9553/tid=9557] ppid=9551 vsize=1528020 CPUtime=0.2
/proc/9553/task/9557/stat : 9557 (java) S 9551 9553 8831 0 -1 4202560 19424 0 0 0 9 11 0 0 16 0 12 0 42810420 1564692480 68537 1992294400 134512640 134550932 4287542832 18446744073709551615 4294960144 0 4 0 16800975 18446604437871879104 0 0 -1 1 0 0 0
[pid=9553/tid=9558] ppid=9551 vsize=1528020 CPUtime=0
/proc/9553/task/9558/stat : 9558 (java) S 9551 9553 8831 0 -1 4202560 9 0 0 0 0 0 0 0 15 0 12 0 42810421 1564692480 68537 1992294400 134512640 134550932 4287542832 18446744073709551615 4294960144 0 0 0 16800975 18446604437871879104 0 0 -1 0 0 0 0
[pid=9553/tid=9559] ppid=9551 vsize=1528020 CPUtime=0
/proc/9553/task/9559/stat : 9559 (java) S 9551 9553 8831 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 12 0 42810422 1564692480 68537 1992294400 134512640 134550932 4287542832 18446744073709551615 4294960144 0 4 0 16800975 18446604437871879104 0 0 -1 0 0 0 0
[pid=9553/tid=9560] ppid=9551 vsize=1528020 CPUtime=0
/proc/9553/task/9560/stat : 9560 (java) S 9551 9553 8831 0 -1 4202560 7 0 0 0 0 0 0 0 16 0 12 0 42810422 1564692480 68537 1992294400 134512640 134550932 4287542832 18446744073709551615 4294960144 0 4 0 16800975 18446604437871879104 0 0 -1 0 0 0 0
[pid=9553/tid=9561] ppid=9551 vsize=1528020 CPUtime=0
/proc/9553/task/9561/stat : 9561 (java) S 9551 9553 8831 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 12 0 42810426 1564692480 68537 1992294400 134512640 134550932 4287542832 18446744073709551615 4294960144 0 4 0 16800975 18446604437871879104 0 0 -1 0 0 0 0
[pid=9553/tid=9562] ppid=9551 vsize=1528020 CPUtime=0.21
/proc/9553/task/9562/stat : 9562 (java) S 9551 9553 8831 0 -1 4202560 381 0 0 0 21 0 0 0 18 0 12 0 42810426 1564692480 68537 1992294400 134512640 134550932 4287542832 18446744073709551615 4294960144 0 4 0 16800975 18446604437871879104 0 0 -1 0 0 0 0
[pid=9553/tid=9563] ppid=9551 vsize=1528020 CPUtime=0.12
/proc/9553/task/9563/stat : 9563 (java) S 9551 9553 8831 0 -1 4202560 688 0 0 0 12 0 0 0 18 0 12 0 42810426 1564692480 68537 1992294400 134512640 134550932 4287542832 18446744073709551615 4294960144 0 4 0 16800975 18446604437871879104 0 0 -1 0 0 0 0
[pid=9553/tid=9564] ppid=9551 vsize=1528020 CPUtime=0
/proc/9553/task/9564/stat : 9564 (java) S 9551 9553 8831 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 12 0 42810426 1564692480 68537 1992294400 134512640 134550932 4287542832 18446744073709551615 4294960144 0 4 0 16800975 18446604437871879104 0 0 -1 0 0 0 0
[pid=9553/tid=9565] ppid=9551 vsize=1528020 CPUtime=0
/proc/9553/task/9565/stat : 9565 (java) R 9551 9553 8831 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 12 0 42810426 1564692480 68537 1992294400 134512640 134550932 4287542832 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.03
Current children cumulated vsize (KiB) 1528020

[startup+3.10126 s]
/proc/loadavg: 1.09 1.10 1.05 3/118 9565
/proc/meminfo: memFree=1286080/2059040 swapFree=4136680/4192956
[pid=9553] ppid=9551 vsize=1528020 CPUtime=3.74
/proc/9553/stat : 9553 (java) S 9551 9553 8831 0 -1 4202496 79793 0 1 0 334 40 0 0 15 0 12 0 42810416 1564692480 78803 1992294400 134512640 134550932 4287542832 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/9553/statm: 382005 78803 1407 10 0 379308 0
[pid=9553/tid=9555] ppid=9551 vsize=1528020 CPUtime=2.73
/proc/9553/task/9555/stat : 9555 (java) R 9551 9553 8831 0 -1 4202560 32006 0 1 0 258 15 0 0 25 0 12 0 42810418 1564692480 78803 1992294400 134512640 134550932 4287542832 18446744073709551615 4109156096 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=9553/tid=9556] ppid=9551 vsize=1528020 CPUtime=0.32
/proc/9553/task/9556/stat : 9556 (java) S 9551 9553 8831 0 -1 4202560 19753 0 0 0 23 9 0 0 16 0 12 0 42810420 1564692480 78803 1992294400 134512640 134550932 4287542832 18446744073709551615 4294960144 0 4 0 16800975 18446604437871879104 0 0 -1 0 0 0 0
[pid=9553/tid=9557] ppid=9551 vsize=1528020 CPUtime=0.32
/proc/9553/task/9557/stat : 9557 (java) S 9551 9553 8831 0 -1 4202560 25891 0 0 0 18 14 0 0 16 0 12 0 42810420 1564692480 78803 1992294400 134512640 134550932 4287542832 18446744073709551615 4294960144 0 4 0 16800975 18446604437871879104 0 0 -1 1 0 0 0
[pid=9553/tid=9558] ppid=9551 vsize=1528020 CPUtime=0
/proc/9553/task/9558/stat : 9558 (java) S 9551 9553 8831 0 -1 4202560 12 0 0 0 0 0 0 0 16 0 12 0 42810421 1564692480 78803 1992294400 134512640 134550932 4287542832 18446744073709551615 4294960144 0 0 0 16800975 18446604437871879104 0 0 -1 0 0 0 0
[pid=9553/tid=9559] ppid=9551 vsize=1528020 CPUtime=0
/proc/9553/task/9559/stat : 9559 (java) S 9551 9553 8831 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 12 0 42810422 1564692480 78803 1992294400 134512640 134550932 4287542832 18446744073709551615 4294960144 0 4 0 16800975 18446604437871879104 0 0 -1 0 0 0 0
[pid=9553/tid=9560] ppid=9551 vsize=1528020 CPUtime=0
/proc/9553/task/9560/stat : 9560 (java) S 9551 9553 8831 0 -1 4202560 7 0 0 0 0 0 0 0 16 0 12 0 42810422 1564692480 78803 1992294400 134512640 134550932 4287542832 18446744073709551615 4294960144 0 4 0 16800975 18446604437871879104 0 0 -1 0 0 0 0
[pid=9553/tid=9561] ppid=9551 vsize=1528020 CPUtime=0
/proc/9553/task/9561/stat : 9561 (java) S 9551 9553 8831 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 12 0 42810426 1564692480 78803 1992294400 134512640 134550932 4287542832 18446744073709551615 4294960144 0 4 0 16800975 18446604437871879104 0 0 -1 0 0 0 0
[pid=9553/tid=9562] ppid=9551 vsize=1528020 CPUtime=0.21
/proc/9553/task/9562/stat : 9562 (java) S 9551 9553 8831 0 -1 4202560 381 0 0 0 21 0 0 0 18 0 12 0 42810426 1564692480 78803 1992294400 134512640 134550932 4287542832 18446744073709551615 4294960144 0 4 0 16800975 18446604437871879104 0 0 -1 0 0 0 0
[pid=9553/tid=9563] ppid=9551 vsize=1528020 CPUtime=0.12
/proc/9553/task/9563/stat : 9563 (java) S 9551 9553 8831 0 -1 4202560 688 0 0 0 12 0 0 0 18 0 12 0 42810426 1564692480 78803 1992294400 134512640 134550932 4287542832 18446744073709551615 4294960144 0 4 0 16800975 18446604437871879104 0 0 -1 0 0 0 0
[pid=9553/tid=9564] ppid=9551 vsize=1528020 CPUtime=0
/proc/9553/task/9564/stat : 9564 (java) S 9551 9553 8831 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 12 0 42810426 1564692480 78803 1992294400 134512640 134550932 4287542832 18446744073709551615 4294960144 0 4 0 16800975 18446604437871879104 0 0 -1 0 0 0 0
[pid=9553/tid=9565] ppid=9551 vsize=1528020 CPUtime=0
/proc/9553/task/9565/stat : 9565 (java) S 9551 9553 8831 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 12 0 42810426 1564692480 78803 1992294400 134512640 134550932 4287542832 18446744073709551615 4294960144 0 4 0 16800975 18446604437871879104 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3.74
Current children cumulated vsize (KiB) 1528020

[startup+6.30114 s]
/proc/loadavg: 1.24 1.13 1.06 2/118 9565
/proc/meminfo: memFree=1241068/2059040 swapFree=4136680/4192956
[pid=9553] ppid=9551 vsize=1528020 CPUtime=7.22
/proc/9553/stat : 9553 (java) S 9551 9553 8831 0 -1 4202496 91823 0 1 0 674 48 0 0 15 0 12 0 42810416 1564692480 89731 1992294400 134512640 134550932 4287542832 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/9553/statm: 382005 89731 1407 10 0 379308 0
[pid=9553/tid=9555] ppid=9551 vsize=1528020 CPUtime=5.64
/proc/9553/task/9555/stat : 9555 (java) R 9551 9553 8831 0 -1 4202560 32010 0 1 0 547 17 0 0 25 0 12 0 42810418 1564692480 89731 1992294400 134512640 134550932 4287542832 18446744073709551615 4109185110 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=9553/tid=9556] ppid=9551 vsize=1528020 CPUtime=0.6
/proc/9553/task/9556/stat : 9556 (java) S 9551 9553 8831 0 -1 4202560 27300 0 0 0 48 12 0 0 16 0 12 0 42810420 1564692480 89731 1992294400 134512640 134550932 4287542832 18446744073709551615 4294960144 0 4 0 16800975 18446604437871879104 0 0 -1 0 0 0 0
[pid=9553/tid=9557] ppid=9551 vsize=1528020 CPUtime=0.59
/proc/9553/task/9557/stat : 9557 (java) S 9551 9553 8831 0 -1 4202560 30370 0 0 0 43 16 0 0 16 0 12 0 42810420 1564692480 89731 1992294400 134512640 134550932 4287542832 18446744073709551615 4294960144 0 4 0 16800975 18446604437871879104 0 0 -1 1 0 0 0
[pid=9553/tid=9558] ppid=9551 vsize=1528020 CPUtime=0
/proc/9553/task/9558/stat : 9558 (java) S 9551 9553 8831 0 -1 4202560 12 0 0 0 0 0 0 0 15 0 12 0 42810421 1564692480 89731 1992294400 134512640 134550932 4287542832 18446744073709551615 4294960144 0 0 0 16800975 18446604437871879104 0 0 -1 0 0 0 0
[pid=9553/tid=9559] ppid=9551 vsize=1528020 CPUtime=0
/proc/9553/task/9559/stat : 9559 (java) S 9551 9553 8831 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 12 0 42810422 1564692480 89731 1992294400 134512640 134550932 4287542832 18446744073709551615 4294960144 0 4 0 16800975 18446604437871879104 0 0 -1 0 0 0 0
[pid=9553/tid=9560] ppid=9551 vsize=1528020 CPUtime=0
/proc/9553/task/9560/stat : 9560 (java) S 9551 9553 8831 0 -1 4202560 7 0 0 0 0 0 0 0 16 0 12 0 42810422 1564692480 89731 1992294400 134512640 134550932 4287542832 18446744073709551615 4294960144 0 4 0 16800975 18446604437871879104 0 0 -1 0 0 0 0
[pid=9553/tid=9561] ppid=9551 vsize=1528020 CPUtime=0
/proc/9553/task/9561/stat : 9561 (java) S 9551 9553 8831 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 12 0 42810426 1564692480 89731 1992294400 134512640 134550932 4287542832 18446744073709551615 4294960144 0 4 0 16800975 18446604437871879104 0 0 -1 0 0 0 0
[pid=9553/tid=9562] ppid=9551 vsize=1528020 CPUtime=0.21
/proc/9553/task/9562/stat : 9562 (java) S 9551 9553 8831 0 -1 4202560 381 0 0 0 21 0 0 0 18 0 12 0 42810426 1564692480 89731 1992294400 134512640 134550932 4287542832 18446744073709551615 4294960144 0 4 0 16800975 18446604437871879104 0 0 -1 0 0 0 0
[pid=9553/tid=9563] ppid=9551 vsize=1528020 CPUtime=0.12
/proc/9553/task/9563/stat : 9563 (java) S 9551 9553 8831 0 -1 4202560 688 0 0 0 12 0 0 0 18 0 12 0 42810426 1564692480 89731 1992294400 134512640 134550932 4287542832 18446744073709551615 4294960144 0 4 0 16800975 18446604437871879104 0 0 -1 0 0 0 0
[pid=9553/tid=9564] ppid=9551 vsize=1528020 CPUtime=0
/proc/9553/task/9564/stat : 9564 (java) S 9551 9553 8831 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 12 0 42810426 1564692480 89731 1992294400 134512640 134550932 4287542832 18446744073709551615 4294960144 0 4 0 16800975 18446604437871879104 0 0 -1 0 0 0 0
[pid=9553/tid=9565] ppid=9551 vsize=1528020 CPUtime=0
/proc/9553/task/9565/stat : 9565 (java) S 9551 9553 8831 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 12 0 42810426 1564692480 89731 1992294400 134512640 134550932 4287542832 18446744073709551615 4294960144 0 4 0 16800975 18446604437871879104 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 7.22
Current children cumulated vsize (KiB) 1528020

[startup+12.7009 s]
/proc/loadavg: 1.22 1.13 1.06 2/118 9565
/proc/meminfo: memFree=1143108/2059040 swapFree=4136680/4192956
[pid=9553] ppid=9551 vsize=1530588 CPUtime=15.15
/proc/9553/stat : 9553 (java) S 9551 9553 8831 0 -1 4202496 119769 0 1 0 1453 62 0 0 15 0 12 0 42810416 1567322112 116274 1992294400 134512640 134550932 4287542832 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/9553/statm: 382647 116274 1412 10 0 379950 0
[pid=9553/tid=9555] ppid=9551 vsize=1530588 CPUtime=10.44
/proc/9553/task/9555/stat : 9555 (java) R 9551 9553 8831 0 -1 4202560 32018 0 1 0 1025 19 0 0 25 0 12 0 42810418 1567322112 116274 1992294400 134512640 134550932 4287542832 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=9553/tid=9556] ppid=9551 vsize=1530588 CPUtime=2.17
/proc/9553/task/9556/stat : 9556 (java) S 9551 9553 8831 0 -1 4202560 43370 0 0 0 198 19 0 0 16 0 12 0 42810420 1567322112 116274 1992294400 134512640 134550932 4287542832 18446744073709551615 4294960144 0 4 0 16800975 18446604437871879104 0 0 -1 1 0 0 0
[pid=9553/tid=9557] ppid=9551 vsize=1530588 CPUtime=2.16
/proc/9553/task/9557/stat : 9557 (java) S 9551 9553 8831 0 -1 4202560 42233 0 0 0 195 21 0 0 16 0 12 0 42810420 1567322112 116274 1992294400 134512640 134550932 4287542832 18446744073709551615 4294960144 0 4 0 16800975 18446604437871879104 0 0 -1 0 0 0 0
[pid=9553/tid=9558] ppid=9551 vsize=1530588 CPUtime=0
/proc/9553/task/9558/stat : 9558 (java) S 9551 9553 8831 0 -1 4202560 12 0 0 0 0 0 0 0 15 0 12 0 42810421 1567322112 116274 1992294400 134512640 134550932 4287542832 18446744073709551615 4294960144 0 0 0 16800975 18446604437871879104 0 0 -1 0 0 0 0
[pid=9553/tid=9559] ppid=9551 vsize=1530588 CPUtime=0
/proc/9553/task/9559/stat : 9559 (java) S 9551 9553 8831 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 12 0 42810422 1567322112 116274 1992294400 134512640 134550932 4287542832 18446744073709551615 4294960144 0 4 0 16800975 18446604437871879104 0 0 -1 0 0 0 0
[pid=9553/tid=9560] ppid=9551 vsize=1530588 CPUtime=0
/proc/9553/task/9560/stat : 9560 (java) S 9551 9553 8831 0 -1 4202560 7 0 0 0 0 0 0 0 16 0 12 0 42810422 1567322112 116274 1992294400 134512640 134550932 4287542832 18446744073709551615 4294960144 0 4 0 16800975 18446604437871879104 0 0 -1 0 0 0 0
[pid=9553/tid=9561] ppid=9551 vsize=1530588 CPUtime=0
/proc/9553/task/9561/stat : 9561 (java) S 9551 9553 8831 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 12 0 42810426 1567322112 116274 1992294400 134512640 134550932 4287542832 18446744073709551615 4294960144 0 4 0 16800975 18446604437871879104 0 0 -1 0 0 0 0
[pid=9553/tid=9562] ppid=9551 vsize=1530588 CPUtime=0.22
/proc/9553/task/9562/stat : 9562 (java) S 9551 9553 8831 0 -1 4202560 386 0 0 0 22 0 0 0 15 0 12 0 42810426 1567322112 116274 1992294400 134512640 134550932 4287542832 18446744073709551615 4294960144 0 4 0 16800975 18446604437871879104 0 0 -1 0 0 0 0
[pid=9553/tid=9563] ppid=9551 vsize=1530588 CPUtime=0.12
/proc/9553/task/9563/stat : 9563 (java) S 9551 9553 8831 0 -1 4202560 688 0 0 0 12 0 0 0 18 0 12 0 42810426 1567322112 116274 1992294400 134512640 134550932 4287542832 18446744073709551615 4294960144 0 4 0 16800975 18446604437871879104 0 0 -1 0 0 0 0
[pid=9553/tid=9564] ppid=9551 vsize=1530588 CPUtime=0
/proc/9553/task/9564/stat : 9564 (java) S 9551 9553 8831 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 12 0 42810426 1567322112 116274 1992294400 134512640 134550932 4287542832 18446744073709551615 4294960144 0 4 0 16800975 18446604437871879104 0 0 -1 0 0 0 0
[pid=9553/tid=9565] ppid=9551 vsize=1530588 CPUtime=0
/proc/9553/task/9565/stat : 9565 (java) S 9551 9553 8831 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 12 0 42810426 1567322112 116274 1992294400 134512640 134550932 4287542832 18446744073709551615 4294960144 0 4 0 16800975 18446604437871879104 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 15.15
Current children cumulated vsize (KiB) 1530588

[startup+25.5014 s]
/proc/loadavg: 1.17 1.12 1.06 3/118 9565
/proc/meminfo: memFree=850344/2059040 swapFree=4136680/4192956
[pid=9553] ppid=9551 vsize=1531600 CPUtime=33.18
/proc/9553/stat : 9553 (java) S 9551 9553 8831 0 -1 4202496 198320 0 1 0 3212 106 0 0 15 0 12 0 42810416 1568358400 187870 1992294400 134512640 134550932 4287542832 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/9553/statm: 382900 187870 1423 10 0 380203 0
[pid=9553/tid=9555] ppid=9551 vsize=1531600 CPUtime=18.16
/proc/9553/task/9555/stat : 9555 (java) R 9551 9553 8831 0 -1 4202560 32061 0 1 0 1795 21 0 0 16 0 12 0 42810418 1568358400 187870 1992294400 134512640 134550932 4287542832 18446744073709551615 4109263450 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=9553/tid=9556] ppid=9551 vsize=1531600 CPUtime=7.16
/proc/9553/task/9556/stat : 9556 (java) S 9551 9553 8831 0 -1 4202560 82982 0 0 0 675 41 0 0 16 0 12 0 42810420 1568358400 187870 1992294400 134512640 134550932 4287542832 18446744073709551615 4294960144 0 4 0 16800975 18446604437871879104 0 0 -1 0 0 0 0
[pid=9553/tid=9557] ppid=9551 vsize=1531600 CPUtime=7.01
/proc/9553/task/9557/stat : 9557 (java) S 9551 9553 8831 0 -1 4202560 80851 0 0 0 660 41 0 0 16 0 12 0 42810420 1568358400 187870 1992294400 134512640 134550932 4287542832 18446744073709551615 4294960144 0 4 0 16800975 18446604437871879104 0 0 -1 1 0 0 0
[pid=9553/tid=9558] ppid=9551 vsize=1531600 CPUtime=0
/proc/9553/task/9558/stat : 9558 (java) S 9551 9553 8831 0 -1 4202560 12 0 0 0 0 0 0 0 15 0 12 0 42810421 1568358400 187870 1992294400 134512640 134550932 4287542832 18446744073709551615 4294960144 0 0 0 16800975 18446604437871879104 0 0 -1 1 0 0 0
[pid=9553/tid=9559] ppid=9551 vsize=1531600 CPUtime=0
/proc/9553/task/9559/stat : 9559 (java) S 9551 9553 8831 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 12 0 42810422 1568358400 187870 1992294400 134512640 134550932 4287542832 18446744073709551615 4294960144 0 4 0 16800975 18446604437871879104 0 0 -1 0 0 0 0
[pid=9553/tid=9560] ppid=9551 vsize=1531600 CPUtime=0
/proc/9553/task/9560/stat : 9560 (java) S 9551 9553 8831 0 -1 4202560 7 0 0 0 0 0 0 0 16 0 12 0 42810422 1568358400 187870 1992294400 134512640 134550932 4287542832 18446744073709551615 4294960144 0 4 0 16800975 18446604437871879104 0 0 -1 0 0 0 0
[pid=9553/tid=9561] ppid=9551 vsize=1531600 CPUtime=0
/proc/9553/task/9561/stat : 9561 (java) S 9551 9553 8831 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 12 0 42810426 1568358400 187870 1992294400 134512640 134550932 4287542832 18446744073709551615 4294960144 0 4 0 16800975 18446604437871879104 0 0 -1 0 0 0 0
[pid=9553/tid=9562] ppid=9551 vsize=1531600 CPUtime=0.58

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

/proc/loadavg: 1.01 1.06 1.05 2/119 9572
/proc/meminfo: memFree=176644/2059040 swapFree=4136680/4192956
[pid=9553] ppid=9551 vsize=1547928 CPUtime=209.84
/proc/9553/stat : 9553 (java) S 9551 9553 8831 0 -1 4202496 620865 0 1 0 20693 291 0 0 15 0 13 0 42810416 1585078272 355345 1992294400 134512640 134550932 4287542832 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/9553/statm: 386982 355345 1424 10 0 384285 0
[pid=9553/tid=9555] ppid=9551 vsize=1547928 CPUtime=35.46
/proc/9553/task/9555/stat : 9555 (java) S 9551 9553 8831 0 -1 4202560 32111 0 1 0 3522 24 0 0 17 0 13 0 42810418 1585078272 355345 1992294400 134512640 134550932 4287542832 18446744073709551615 4294960144 0 4 0 16800975 18446604437871879104 0 0 -1 0 0 0 0
[pid=9553/tid=9556] ppid=9551 vsize=1547928 CPUtime=18.08
/proc/9553/task/9556/stat : 9556 (java) S 9551 9553 8831 0 -1 4202560 174617 0 0 0 1720 88 0 0 16 0 13 0 42810420 1585078272 355345 1992294400 134512640 134550932 4287542832 18446744073709551615 4294960144 0 4 0 16800975 18446604437871879104 0 0 -1 0 0 0 0
[pid=9553/tid=9557] ppid=9551 vsize=1547928 CPUtime=17.35
/proc/9553/task/9557/stat : 9557 (java) S 9551 9553 8831 0 -1 4202560 166053 0 0 0 1651 84 0 0 16 0 13 0 42810420 1585078272 355345 1992294400 134512640 134550932 4287542832 18446744073709551615 4294960144 0 4 0 16800975 18446604437871879104 0 0 -1 0 0 0 0
[pid=9553/tid=9558] ppid=9551 vsize=1547928 CPUtime=138.09
/proc/9553/task/9558/stat : 9558 (java) R 9551 9553 8831 0 -1 4202560 245651 0 0 0 13718 91 0 0 25 0 13 0 42810421 1585078272 355345 1992294400 134512640 134550932 4287542832 18446744073709551615 105886155 0 0 0 16800975 0 0 0 -1 0 0 0 0
[pid=9553/tid=9559] ppid=9551 vsize=1547928 CPUtime=0
/proc/9553/task/9559/stat : 9559 (java) S 9551 9553 8831 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 13 0 42810422 1585078272 355345 1992294400 134512640 134550932 4287542832 18446744073709551615 4294960144 0 4 0 16800975 18446604437871879104 0 0 -1 1 0 0 0
[pid=9553/tid=9560] ppid=9551 vsize=1547928 CPUtime=0
/proc/9553/task/9560/stat : 9560 (java) S 9551 9553 8831 0 -1 4202560 8 0 0 0 0 0 0 0 15 0 13 0 42810422 1585078272 355345 1992294400 134512640 134550932 4287542832 18446744073709551615 4294960144 0 4 0 16800975 18446604437871879104 0 0 -1 0 0 0 0
[pid=9553/tid=9561] ppid=9551 vsize=1547928 CPUtime=0
/proc/9553/task/9561/stat : 9561 (java) S 9551 9553 8831 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 13 0 42810426 1585078272 355345 1992294400 134512640 134550932 4287542832 18446744073709551615 4294960144 0 4 0 16800975 18446604437871879104 0 0 -1 0 0 0 0
[pid=9553/tid=9562] ppid=9551 vsize=1547928 CPUtime=0.58
/proc/9553/task/9562/stat : 9562 (java) S 9551 9553 8831 0 -1 4202560 659 0 0 0 58 0 0 0 15 0 13 0 42810426 1585078272 355345 1992294400 134512640 134550932 4287542832 18446744073709551615 4294960144 0 4 0 16800975 18446604437871879104 0 0 -1 0 0 0 0
[pid=9553/tid=9563] ppid=9551 vsize=1547928 CPUtime=0.21
/proc/9553/task/9563/stat : 9563 (java) S 9551 9553 8831 0 -1 4202560 693 0 0 0 21 0 0 0 15 0 13 0 42810426 1585078272 355345 1992294400 134512640 134550932 4287542832 18446744073709551615 4294960144 0 4 0 16800975 18446604437871879104 0 0 -1 0 0 0 0
[pid=9553/tid=9564] ppid=9551 vsize=1547928 CPUtime=0
/proc/9553/task/9564/stat : 9564 (java) S 9551 9553 8831 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 13 0 42810426 1585078272 355345 1992294400 134512640 134550932 4287542832 18446744073709551615 4294960144 0 4 0 16800975 18446604437871879104 0 0 -1 0 0 0 0
[pid=9553/tid=9565] ppid=9551 vsize=1547928 CPUtime=0
/proc/9553/task/9565/stat : 9565 (java) S 9551 9553 8831 0 -1 4202560 10 0 0 0 0 0 0 0 15 0 13 0 42810426 1585078272 355345 1992294400 134512640 134550932 4287542832 18446744073709551615 4294960144 0 4 0 16800975 18446604437871879104 0 0 -1 1 0 0 0
[pid=9553/tid=9570] ppid=9551 vsize=1547928 CPUtime=0
/proc/9553/task/9570/stat : 9570 (java) S 9551 9553 8831 0 -1 4202560 8 0 0 0 0 0 0 0 15 0 13 0 42827367 1585078272 355345 1992294400 134512640 134550932 4287542832 18446744073709551615 4294960144 0 4 0 16800975 18446604437871879104 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 209.84
Current children cumulated vsize (KiB) 1547928

[startup+195.201 s]
/proc/loadavg: 1.01 1.06 1.05 2/119 9572
/proc/meminfo: memFree=176644/2059040 swapFree=4136680/4192956
[pid=9553] ppid=9551 vsize=1547928 CPUtime=213.04
/proc/9553/stat : 9553 (java) S 9551 9553 8831 0 -1 4202496 628620 0 1 0 21010 294 0 0 15 0 13 0 42810416 1585078272 355345 1992294400 134512640 134550932 4287542832 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/9553/statm: 386982 355345 1424 10 0 384285 0
[pid=9553/tid=9555] ppid=9551 vsize=1547928 CPUtime=35.46
/proc/9553/task/9555/stat : 9555 (java) S 9551 9553 8831 0 -1 4202560 32111 0 1 0 3522 24 0 0 17 0 13 0 42810418 1585078272 355345 1992294400 134512640 134550932 4287542832 18446744073709551615 4294960144 0 4 0 16800975 18446604437871879104 0 0 -1 0 0 0 0
[pid=9553/tid=9556] ppid=9551 vsize=1547928 CPUtime=18.08
/proc/9553/task/9556/stat : 9556 (java) S 9551 9553 8831 0 -1 4202560 174617 0 0 0 1720 88 0 0 16 0 13 0 42810420 1585078272 355345 1992294400 134512640 134550932 4287542832 18446744073709551615 4294960144 0 4 0 16800975 18446604437871879104 0 0 -1 0 0 0 0
[pid=9553/tid=9557] ppid=9551 vsize=1547928 CPUtime=17.35
/proc/9553/task/9557/stat : 9557 (java) S 9551 9553 8831 0 -1 4202560 166053 0 0 0 1651 84 0 0 16 0 13 0 42810420 1585078272 355345 1992294400 134512640 134550932 4287542832 18446744073709551615 4294960144 0 4 0 16800975 18446604437871879104 0 0 -1 0 0 0 0
[pid=9553/tid=9558] ppid=9551 vsize=1547928 CPUtime=141.29
/proc/9553/task/9558/stat : 9558 (java) R 9551 9553 8831 0 -1 4202560 253406 0 0 0 14035 94 0 0 25 0 13 0 42810421 1585078272 355345 1992294400 134512640 134550932 4287542832 18446744073709551615 105886120 0 0 0 16800975 0 0 0 -1 0 0 0 0
[pid=9553/tid=9559] ppid=9551 vsize=1547928 CPUtime=0
/proc/9553/task/9559/stat : 9559 (java) S 9551 9553 8831 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 13 0 42810422 1585078272 355345 1992294400 134512640 134550932 4287542832 18446744073709551615 4294960144 0 4 0 16800975 18446604437871879104 0 0 -1 1 0 0 0
[pid=9553/tid=9560] ppid=9551 vsize=1547928 CPUtime=0
/proc/9553/task/9560/stat : 9560 (java) S 9551 9553 8831 0 -1 4202560 8 0 0 0 0 0 0 0 15 0 13 0 42810422 1585078272 355345 1992294400 134512640 134550932 4287542832 18446744073709551615 4294960144 0 4 0 16800975 18446604437871879104 0 0 -1 0 0 0 0
[pid=9553/tid=9561] ppid=9551 vsize=1547928 CPUtime=0
/proc/9553/task/9561/stat : 9561 (java) S 9551 9553 8831 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 13 0 42810426 1585078272 355345 1992294400 134512640 134550932 4287542832 18446744073709551615 4294960144 0 4 0 16800975 18446604437871879104 0 0 -1 0 0 0 0
[pid=9553/tid=9562] ppid=9551 vsize=1547928 CPUtime=0.58
/proc/9553/task/9562/stat : 9562 (java) S 9551 9553 8831 0 -1 4202560 659 0 0 0 58 0 0 0 15 0 13 0 42810426 1585078272 355345 1992294400 134512640 134550932 4287542832 18446744073709551615 4294960144 0 4 0 16800975 18446604437871879104 0 0 -1 0 0 0 0
[pid=9553/tid=9563] ppid=9551 vsize=1547928 CPUtime=0.21
/proc/9553/task/9563/stat : 9563 (java) S 9551 9553 8831 0 -1 4202560 693 0 0 0 21 0 0 0 15 0 13 0 42810426 1585078272 355345 1992294400 134512640 134550932 4287542832 18446744073709551615 4294960144 0 4 0 16800975 18446604437871879104 0 0 -1 0 0 0 0
[pid=9553/tid=9564] ppid=9551 vsize=1547928 CPUtime=0
/proc/9553/task/9564/stat : 9564 (java) S 9551 9553 8831 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 13 0 42810426 1585078272 355345 1992294400 134512640 134550932 4287542832 18446744073709551615 4294960144 0 4 0 16800975 18446604437871879104 0 0 -1 0 0 0 0
[pid=9553/tid=9565] ppid=9551 vsize=1547928 CPUtime=0
/proc/9553/task/9565/stat : 9565 (java) S 9551 9553 8831 0 -1 4202560 10 0 0 0 0 0 0 0 15 0 13 0 42810426 1585078272 355345 1992294400 134512640 134550932 4287542832 18446744073709551615 4294960144 0 4 0 16800975 18446604437871879104 0 0 -1 1 0 0 0
[pid=9553/tid=9570] ppid=9551 vsize=1547928 CPUtime=0
/proc/9553/task/9570/stat : 9570 (java) S 9551 9553 8831 0 -1 4202560 8 0 0 0 0 0 0 0 15 0 13 0 42827367 1585078272 355345 1992294400 134512640 134550932 4287542832 18446744073709551615 4294960144 0 4 0 16800975 18446604437871879104 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 213.04
Current children cumulated vsize (KiB) 1547928

[startup+196.801 s]
/proc/loadavg: 1.01 1.06 1.04 2/119 9572
/proc/meminfo: memFree=176644/2059040 swapFree=4136680/4192956
[pid=9553] ppid=9551 vsize=1547928 CPUtime=214.64
/proc/9553/stat : 9553 (java) S 9551 9553 8831 0 -1 4202496 628620 0 1 0 21170 294 0 0 15 0 13 0 42810416 1585078272 355345 1992294400 134512640 134550932 4287542832 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/9553/statm: 386982 355345 1424 10 0 384285 0
[pid=9553/tid=9555] ppid=9551 vsize=1547928 CPUtime=35.46
/proc/9553/task/9555/stat : 9555 (java) S 9551 9553 8831 0 -1 4202560 32111 0 1 0 3522 24 0 0 17 0 13 0 42810418 1585078272 355345 1992294400 134512640 134550932 4287542832 18446744073709551615 4294960144 0 4 0 16800975 18446604437871879104 0 0 -1 0 0 0 0
[pid=9553/tid=9556] ppid=9551 vsize=1547928 CPUtime=18.08
/proc/9553/task/9556/stat : 9556 (java) S 9551 9553 8831 0 -1 4202560 174617 0 0 0 1720 88 0 0 16 0 13 0 42810420 1585078272 355345 1992294400 134512640 134550932 4287542832 18446744073709551615 4294960144 0 4 0 16800975 18446604437871879104 0 0 -1 0 0 0 0
[pid=9553/tid=9557] ppid=9551 vsize=1547928 CPUtime=17.35
/proc/9553/task/9557/stat : 9557 (java) S 9551 9553 8831 0 -1 4202560 166053 0 0 0 1651 84 0 0 16 0 13 0 42810420 1585078272 355345 1992294400 134512640 134550932 4287542832 18446744073709551615 4294960144 0 4 0 16800975 18446604437871879104 0 0 -1 0 0 0 0
[pid=9553/tid=9558] ppid=9551 vsize=1547928 CPUtime=142.89
/proc/9553/task/9558/stat : 9558 (java) R 9551 9553 8831 0 -1 4202560 253406 0 0 0 14195 94 0 0 25 0 13 0 42810421 1585078272 355345 1992294400 134512640 134550932 4287542832 18446744073709551615 106159191 0 0 0 16800975 0 0 0 -1 0 0 0 0
[pid=9553/tid=9559] ppid=9551 vsize=1547928 CPUtime=0
/proc/9553/task/9559/stat : 9559 (java) S 9551 9553 8831 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 13 0 42810422 1585078272 355345 1992294400 134512640 134550932 4287542832 18446744073709551615 4294960144 0 4 0 16800975 18446604437871879104 0 0 -1 1 0 0 0
[pid=9553/tid=9560] ppid=9551 vsize=1547928 CPUtime=0
/proc/9553/task/9560/stat : 9560 (java) S 9551 9553 8831 0 -1 4202560 8 0 0 0 0 0 0 0 15 0 13 0 42810422 1585078272 355345 1992294400 134512640 134550932 4287542832 18446744073709551615 4294960144 0 4 0 16800975 18446604437871879104 0 0 -1 0 0 0 0
[pid=9553/tid=9561] ppid=9551 vsize=1547928 CPUtime=0
/proc/9553/task/9561/stat : 9561 (java) S 9551 9553 8831 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 13 0 42810426 1585078272 355345 1992294400 134512640 134550932 4287542832 18446744073709551615 4294960144 0 4 0 16800975 18446604437871879104 0 0 -1 0 0 0 0
[pid=9553/tid=9562] ppid=9551 vsize=1547928 CPUtime=0.58
/proc/9553/task/9562/stat : 9562 (java) S 9551 9553 8831 0 -1 4202560 659 0 0 0 58 0 0 0 15 0 13 0 42810426 1585078272 355345 1992294400 134512640 134550932 4287542832 18446744073709551615 4294960144 0 4 0 16800975 18446604437871879104 0 0 -1 0 0 0 0
[pid=9553/tid=9563] ppid=9551 vsize=1547928 CPUtime=0.21
/proc/9553/task/9563/stat : 9563 (java) S 9551 9553 8831 0 -1 4202560 693 0 0 0 21 0 0 0 15 0 13 0 42810426 1585078272 355345 1992294400 134512640 134550932 4287542832 18446744073709551615 4294960144 0 4 0 16800975 18446604437871879104 0 0 -1 0 0 0 0
[pid=9553/tid=9564] ppid=9551 vsize=1547928 CPUtime=0
/proc/9553/task/9564/stat : 9564 (java) S 9551 9553 8831 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 13 0 42810426 1585078272 355345 1992294400 134512640 134550932 4287542832 18446744073709551615 4294960144 0 4 0 16800975 18446604437871879104 0 0 -1 0 0 0 0
[pid=9553/tid=9565] ppid=9551 vsize=1547928 CPUtime=0
/proc/9553/task/9565/stat : 9565 (java) S 9551 9553 8831 0 -1 4202560 10 0 0 0 0 0 0 0 15 0 13 0 42810426 1585078272 355345 1992294400 134512640 134550932 4287542832 18446744073709551615 4294960144 0 4 0 16800975 18446604437871879104 0 0 -1 1 0 0 0
[pid=9553/tid=9570] ppid=9551 vsize=1547928 CPUtime=0
/proc/9553/task/9570/stat : 9570 (java) S 9551 9553 8831 0 -1 4202560 8 0 0 0 0 0 0 0 15 0 13 0 42827367 1585078272 355345 1992294400 134512640 134550932 4287542832 18446744073709551615 4294960144 0 4 0 16800975 18446604437871879104 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 214.64
Current children cumulated vsize (KiB) 1547928

[startup+197.602 s]
/proc/loadavg: 1.01 1.06 1.04 2/119 9572
/proc/meminfo: memFree=176644/2059040 swapFree=4136680/4192956
[pid=9553] ppid=9551 vsize=1531924 CPUtime=215.44
/proc/9553/stat : 9553 (java) S 9551 9553 8831 0 -1 4202496 628623 0 1 0 21250 294 0 0 15 0 12 0 42810416 1568690176 351346 1992294400 134512640 134550932 4287542832 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/9553/statm: 382981 351346 1425 10 0 380284 0
[pid=9553/tid=9555] ppid=9551 vsize=1531924 CPUtime=35.47
/proc/9553/task/9555/stat : 9555 (java) S 9551 9553 8831 0 -1 4202560 32112 0 1 0 3523 24 0 0 15 0 12 0 42810418 1568690176 351346 1992294400 134512640 134550932 4287542832 18446744073709551615 4294960144 0 4 0 16800975 18446604437871879104 0 0 -1 0 0 0 0
[pid=9553/tid=9556] ppid=9551 vsize=1531924 CPUtime=18.08
/proc/9553/task/9556/stat : 9556 (java) S 9551 9553 8831 0 -1 4202560 174617 0 0 0 1720 88 0 0 16 0 12 0 42810420 1568690176 351346 1992294400 134512640 134550932 4287542832 18446744073709551615 4294960144 0 4 0 16800975 18446604437871879104 0 0 -1 0 0 0 0
[pid=9553/tid=9557] ppid=9551 vsize=1531924 CPUtime=17.35
/proc/9553/task/9557/stat : 9557 (java) S 9551 9553 8831 0 -1 4202560 166053 0 0 0 1651 84 0 0 16 0 12 0 42810420 1568690176 351346 1992294400 134512640 134550932 4287542832 18446744073709551615 4294960144 0 4 0 16800975 18446604437871879104 0 0 -1 0 0 0 0
[pid=9553/tid=9558] ppid=9551 vsize=1531924 CPUtime=143.69
/proc/9553/task/9558/stat : 9558 (java) R 9551 9553 8831 0 -1 4202560 253406 0 0 0 14275 94 0 0 25 0 12 0 42810421 1568690176 351346 1992294400 134512640 134550932 4287542832 18446744073709551615 106158410 0 0 0 16800975 0 0 0 -1 0 0 0 0
[pid=9553/tid=9559] ppid=9551 vsize=1531924 CPUtime=0
/proc/9553/task/9559/stat : 9559 (java) S 9551 9553 8831 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 12 0 42810422 1568690176 351346 1992294400 134512640 134550932 4287542832 18446744073709551615 4294960144 0 4 0 16800975 18446604437871879104 0 0 -1 1 0 0 0
[pid=9553/tid=9560] ppid=9551 vsize=1531924 CPUtime=0
/proc/9553/task/9560/stat : 9560 (java) S 9551 9553 8831 0 -1 4202560 8 0 0 0 0 0 0 0 15 0 12 0 42810422 1568690176 351346 1992294400 134512640 134550932 4287542832 18446744073709551615 4294960144 0 4 0 16800975 18446604437871879104 0 0 -1 0 0 0 0
[pid=9553/tid=9561] ppid=9551 vsize=1531924 CPUtime=0
/proc/9553/task/9561/stat : 9561 (java) S 9551 9553 8831 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 12 0 42810426 1568690176 351346 1992294400 134512640 134550932 4287542832 18446744073709551615 4294960144 0 4 0 16800975 18446604437871879104 0 0 -1 0 0 0 0
[pid=9553/tid=9562] ppid=9551 vsize=1531924 CPUtime=0.58
/proc/9553/task/9562/stat : 9562 (java) S 9551 9553 8831 0 -1 4202560 659 0 0 0 58 0 0 0 15 0 12 0 42810426 1568690176 351346 1992294400 134512640 134550932 4287542832 18446744073709551615 4294960144 0 4 0 16800975 18446604437871879104 0 0 -1 0 0 0 0
[pid=9553/tid=9563] ppid=9551 vsize=1531924 CPUtime=0.21
/proc/9553/task/9563/stat : 9563 (java) S 9551 9553 8831 0 -1 4202560 693 0 0 0 21 0 0 0 15 0 12 0 42810426 1568690176 351346 1992294400 134512640 134550932 4287542832 18446744073709551615 4294960144 0 4 0 16800975 18446604437871879104 0 0 -1 0 0 0 0
[pid=9553/tid=9564] ppid=9551 vsize=1531924 CPUtime=0
/proc/9553/task/9564/stat : 9564 (java) S 9551 9553 8831 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 12 0 42810426 1568690176 351346 1992294400 134512640 134550932 4287542832 18446744073709551615 4294960144 0 4 0 16800975 18446604437871879104 0 0 -1 0 0 0 0
[pid=9553/tid=9565] ppid=9551 vsize=1531924 CPUtime=0
/proc/9553/task/9565/stat : 9565 (java) S 9551 9553 8831 0 -1 4202560 10 0 0 0 0 0 0 0 15 0 12 0 42810426 1568690176 351346 1992294400 134512640 134550932 4287542832 18446744073709551615 4294960144 0 4 0 16800975 18446604437871879104 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 215.44
Current children cumulated vsize (KiB) 1531924

[startup+198.002 s]
/proc/loadavg: 1.01 1.06 1.04 2/118 9572
/proc/meminfo: memFree=192772/2059040 swapFree=4136680/4192956
[pid=9553] ppid=9551 vsize=1531924 CPUtime=215.85
/proc/9553/stat : 9553 (java) S 9551 9553 8831 0 -1 4202496 628623 0 1 0 21290 295 0 0 15 0 12 0 42810416 1568690176 351346 1992294400 134512640 134550932 4287542832 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/9553/statm: 382981 351346 1425 10 0 380284 0
[pid=9553/tid=9555] ppid=9551 vsize=1531924 CPUtime=35.47
/proc/9553/task/9555/stat : 9555 (java) S 9551 9553 8831 0 -1 4202560 32112 0 1 0 3523 24 0 0 15 0 12 0 42810418 1568690176 351346 1992294400 134512640 134550932 4287542832 18446744073709551615 4294960144 0 4 0 16800975 18446604437871879104 0 0 -1 0 0 0 0
[pid=9553/tid=9556] ppid=9551 vsize=1531924 CPUtime=18.08
/proc/9553/task/9556/stat : 9556 (java) S 9551 9553 8831 0 -1 4202560 174617 0 0 0 1720 88 0 0 16 0 12 0 42810420 1568690176 351346 1992294400 134512640 134550932 4287542832 18446744073709551615 4294960144 0 4 0 16800975 18446604437871879104 0 0 -1 0 0 0 0
[pid=9553/tid=9557] ppid=9551 vsize=1531924 CPUtime=17.35
/proc/9553/task/9557/stat : 9557 (java) S 9551 9553 8831 0 -1 4202560 166053 0 0 0 1651 84 0 0 16 0 12 0 42810420 1568690176 351346 1992294400 134512640 134550932 4287542832 18446744073709551615 4294960144 0 4 0 16800975 18446604437871879104 0 0 -1 0 0 0 0
[pid=9553/tid=9558] ppid=9551 vsize=1531924 CPUtime=144.09
/proc/9553/task/9558/stat : 9558 (java) R 9551 9553 8831 0 -1 4202560 253406 0 0 0 14315 94 0 0 25 0 12 0 42810421 1568690176 351346 1992294400 134512640 134550932 4287542832 18446744073709551615 106158102 0 0 0 16800975 0 0 0 -1 0 0 0 0
[pid=9553/tid=9559] ppid=9551 vsize=1531924 CPUtime=0
/proc/9553/task/9559/stat : 9559 (java) S 9551 9553 8831 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 12 0 42810422 1568690176 351346 1992294400 134512640 134550932 4287542832 18446744073709551615 4294960144 0 4 0 16800975 18446604437871879104 0 0 -1 1 0 0 0
[pid=9553/tid=9560] ppid=9551 vsize=1531924 CPUtime=0
/proc/9553/task/9560/stat : 9560 (java) S 9551 9553 8831 0 -1 4202560 8 0 0 0 0 0 0 0 15 0 12 0 42810422 1568690176 351346 1992294400 134512640 134550932 4287542832 18446744073709551615 4294960144 0 4 0 16800975 18446604437871879104 0 0 -1 0 0 0 0
[pid=9553/tid=9561] ppid=9551 vsize=1531924 CPUtime=0
/proc/9553/task/9561/stat : 9561 (java) S 9551 9553 8831 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 12 0 42810426 1568690176 351346 1992294400 134512640 134550932 4287542832 18446744073709551615 4294960144 0 4 0 16800975 18446604437871879104 0 0 -1 0 0 0 0
[pid=9553/tid=9562] ppid=9551 vsize=1531924 CPUtime=0.58
/proc/9553/task/9562/stat : 9562 (java) S 9551 9553 8831 0 -1 4202560 659 0 0 0 58 0 0 0 15 0 12 0 42810426 1568690176 351346 1992294400 134512640 134550932 4287542832 18446744073709551615 4294960144 0 4 0 16800975 18446604437871879104 0 0 -1 0 0 0 0
[pid=9553/tid=9563] ppid=9551 vsize=1531924 CPUtime=0.21
/proc/9553/task/9563/stat : 9563 (java) S 9551 9553 8831 0 -1 4202560 693 0 0 0 21 0 0 0 15 0 12 0 42810426 1568690176 351346 1992294400 134512640 134550932 4287542832 18446744073709551615 4294960144 0 4 0 16800975 18446604437871879104 0 0 -1 0 0 0 0
[pid=9553/tid=9564] ppid=9551 vsize=1531924 CPUtime=0
/proc/9553/task/9564/stat : 9564 (java) S 9551 9553 8831 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 12 0 42810426 1568690176 351346 1992294400 134512640 134550932 4287542832 18446744073709551615 4294960144 0 4 0 16800975 18446604437871879104 0 0 -1 0 0 0 0
[pid=9553/tid=9565] ppid=9551 vsize=1531924 CPUtime=0
/proc/9553/task/9565/stat : 9565 (java) S 9551 9553 8831 0 -1 4202560 10 0 0 0 0 0 0 0 15 0 12 0 42810426 1568690176 351346 1992294400 134512640 134550932 4287542832 18446744073709551615 4294960144 0 4 0 16800975 18446604437871879104 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 215.85
Current children cumulated vsize (KiB) 1531924

[startup+198.202 s]
/proc/loadavg: 1.01 1.06 1.04 2/118 9572
/proc/meminfo: memFree=192772/2059040 swapFree=4136680/4192956
[pid=9553] ppid=9551 vsize=0 CPUtime=216.01
/proc/9553/stat : 9553 (java) Z 9551 9553 8831 0 -1 4202524 628628 0 1 0 21295 306 0 0 15 0 2 0 42810416 0 0 1992294400 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/9553/statm: 0 0 0 0 0 0 0
[pid=9553/tid=9558] ppid=9551 vsize=0 CPUtime=144.26
/proc/9553/task/9558/stat : 9558 (java) R 9551 9553 8831 0 -1 4203588 253406 0 0 0 14320 106 0 0 25 0 2 0 42810421 0 0 1992294400 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 216.01
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 198.213
CPU time (s): 216.027
CPU user time (s): 212.953
CPU system time (s): 3.07453
CPU usage (%): 108.988
Max. virtual memory (cumulated for all children) (KiB): 1555932

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 212.953
system time used= 3.07453
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 628628
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= 4723
involuntary context switches= 3733

runsolver used 0.460929 second user time and 1.11083 second system time

The end

Launcher Data

Begin job on node026 at 2010-06-16 14:32:30
IDJOB=2663338
IDBENCH=71878
IDSOLVER=1166
FILE ID=node026/2663338-1276691544
PBS_JOBID= 11172584
Free space on /tmp= 62436 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__512.opb
COMMAND LINE= java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2663338-1276691544/watcher-2663338-1276691544 -o /tmp/evaluation-result-2663338-1276691544/solver-2663338-1276691544 -C 1800 -W 2000 -M 1800  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2663338-1276691544.opb

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

MD5SUM BENCH= 7d1adc3133a79c22930d70932a76965e
RANDOM SEED=81635889

node026.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.201
cache size	: 2048 KB
physical id	: 0
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 6000.40
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.201
cache size	: 2048 KB
physical id	: 3
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5599.46
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1591920 kB
Buffers:         86948 kB
Cached:         277072 kB
SwapCached:       9808 kB
Active:         216996 kB
Inactive:       160552 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1591920 kB
SwapTotal:     4192956 kB
SwapFree:      4136680 kB
Dirty:          125820 kB
Writeback:           0 kB
AnonPages:       11716 kB
Mapped:           9436 kB
Slab:            67792 kB
PageTables:       4016 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   181348 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= 62436 MiB
End job on node026 at 2010-06-16 14:35:48