Trace number 2661092

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
SAT4J PB CuttingPlanes 2.2.0 2010-05-26OPT0 648.076 639.703

General information on the benchmark

Namenormalized-PB06/OPT-MEDINT/mps-v2-20-10/MIPLIB/
miplib/normalized-mps-v2-20-10-enigma.opb
MD5SUM40c4ca45f28cf4c12979bc2b22100ada
Bench CategoryOPT-MEDINT (optimisation, medium integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark1.16782
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 0
Optimality of the best value was proved YES
Number of variables100
Total number of constraints21
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)20
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint9
Maximum length of a constraint90
Number of terms in the objective function 9
Biggest coefficient in the objective function 9
Number of bits for the biggest coefficient in the objective function 4
Sum of the numbers in the objective function 45
Number of bits of the sum of numbers in the objective function 6
Biggest number in a constraint 900207
Number of bits of the biggest number in a constraint 20
Biggest sum of numbers in a constraint 9508275
Number of bits of the biggest sum of numbers24
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.13	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.08/0.13	c This is free software under the dual EPL/GNU LGPL licenses.
0.08/0.13	c See www.sat4j.org for details.
0.08/0.14	c version 2.2.0.v20100526
0.08/0.14	c java.runtime.name	Java(TM) SE Runtime Environment
0.08/0.14	c java.vm.name		Java HotSpot(TM) Server VM
0.08/0.14	c java.vm.version	11.2-b01
0.08/0.14	c java.vm.vendor	Sun Microsystems Inc.
0.08/0.14	c sun.arch.data.model	32
0.08/0.14	c java.version		1.6.0_12
0.08/0.14	c os.name		Linux
0.08/0.14	c os.version		2.6.18-164.el5
0.08/0.14	c os.arch		i386
0.08/0.14	c Free memory 		1393557488
0.08/0.14	c Max memory 		1395916800
0.08/0.14	c Total memory 		1395916800
0.08/0.14	c Number of processors 	2
0.25/0.20	c Pseudo Boolean Optimization
0.25/0.20	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.25/0.20	c --- Begin Solver configuration ---
0.25/0.20	c Stops conflict analysis at the first Unique Implication Point
0.25/0.20	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@16fd0b7
0.25/0.20	c Learn all clauses as in MiniSAT
0.25/0.20	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.25/0.20	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.25/0.20	c No reason simplification
0.25/0.20	c Armin Biere (Picosat) restarts strategy
0.25/0.20	c Glucose learned constraints deletion strategy
0.25/0.20	c timeout=2147483s
0.25/0.20	c DB Simplification allowed=false
0.25/0.20	c --- End Solver configuration ---
0.25/0.20	c solving HOME/instance-2661092-1276346150.opb
0.25/0.20	c reading problem ... 
0.25/0.25	c ... done. Wall clock time 0.048s.
0.25/0.25	c #vars     100
0.25/0.25	c #constraints  42
0.25/0.25	c constraints type 
0.25/0.25	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 20
0.25/0.25	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 20
0.25/0.25	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2
250.63/246.00	c cleaning 0 clauses out of 5000 with flag 0/5000
648.02/639.60	c SATISFIABLE
648.02/639.60	c OPTIMIZING...
648.02/639.60	c Got one! Elapsed wall clock time (in seconds):639.399
648.02/639.60	o 0
648.02/639.60	c starts		: 28
648.02/639.60	c conflicts		: 7901
648.02/639.61	c decisions		: 9770
648.02/639.61	c propagations		: 128693
648.02/639.61	c inspects		: 230186308
648.02/639.61	c learnt literals	: 0
648.02/639.61	c learnt binary clauses	: 0
648.02/639.61	c learnt ternary clauses	: 0
648.02/639.61	c learnt clauses	: 7901
648.02/639.61	c ignored clauses	: 0
648.02/639.61	c root simplifications	: 0
648.02/639.61	c removed literals (reason simplification)	: 0
648.02/639.61	c reason swapping (by a shorter reason)	: 0
648.02/639.61	c Calls to reduceDB	: 1
648.02/639.61	c number of reductions to clauses (during analyze)	: 0
648.02/639.61	c number of learned constraints concerned by reduction	: 0
648.02/639.61	c number of learning phase by resolution	: 0
648.02/639.61	c number of learning phase by cutting planes	: 0
648.02/639.61	c speed (assignments/second)	: 201.28567071501746
648.02/639.61	c non guided choices	34
648.02/639.62	c learnt constraints type 
648.02/639.62	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 16
648.02/639.62	c org.sat4j.pb.constraints.pb.MaxWatchPb => 7885
648.02/639.62	c constraints type 
648.02/639.62	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 20
648.02/639.62	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 20
648.02/639.62	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2
648.02/639.62	s OPTIMUM FOUND
648.02/639.62	v x1 -x2 -x3 -x4 -x5 -x6 -x7 -x8 -x9 -x10 -x11 -x12 -x13 -x14 -x15 -x16 -x17 -x18 x19 -x20 -x21 -x22 -x23 -x24 -x25 x26 -x27 -x28 -x29 -x30 -x31 -x32 -x33 -x34 -x35 -x36 x37 -x38 -x39 -x40 -x41 -x42 -x43 -x44 x45 -x46 -x47 -x48 -x49 -x50 -x51 -x52 -x53 -x54 -x55 -x56 -x57 -x58 -x59 x60 -x61 x62 -x63 -x64 -x65 -x66 -x67 -x68 -x69 -x70 -x71 -x72 -x73 -x74 -x75 -x76 -x77 x78 -x79 -x80 -x81 -x82 x83 -x84 -x85 -x86 -x87 -x88 -x89 -x90 -x91 -x92 -x93 x94 -x95 -x96 -x97 -x98 -x99 -x100 
648.02/639.62	c objective function=0
648.02/639.62	c Total wall clock time (in seconds): 639.42

Verifier Data

OK	0

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2661092-1276346150/watcher-2661092-1276346150 -o /tmp/evaluation-result-2661092-1276346150/solver-2661092-1276346150 -C 1800 -W 2000 -M 1800 java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar CuttingPlanes HOME/instance-2661092-1276346150.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: 0.99 0.99 0.99 3/106 11331
/proc/meminfo: memFree=1844280/2059040 swapFree=4134460/4192956
[pid=11331] ppid=11329 vsize=248 CPUtime=0
/proc/11331/stat : 11331 (java) R 11329 11331 10975 0 -1 4194304 283 0 0 0 0 0 0 0 20 0 1 0 10201447 253952 28 1992294400 134512640 134550932 4294285296 18446744073709551615 1847774 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/11331/statm: 62 28 21 10 0 23 0

[startup+0.0302501 s]
/proc/loadavg: 0.99 0.99 0.99 3/106 11331
/proc/meminfo: memFree=1844280/2059040 swapFree=4134460/4192956
[pid=11331] ppid=11329 vsize=1520176 CPUtime=0.01
/proc/11331/stat : 11331 (java) S 11329 11331 10975 0 -1 4202496 2921 0 1 0 0 1 0 0 18 0 4 0 10201447 1556660224 2363 1992294400 134512640 134550932 4294285296 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0
/proc/11331/statm: 380044 2363 623 10 0 377354 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 1520176

[startup+0.10126 s]
/proc/loadavg: 0.99 0.99 0.99 3/106 11331
/proc/meminfo: memFree=1844280/2059040 swapFree=4134460/4192956
[pid=11331] ppid=11329 vsize=1524184 CPUtime=0.08
/proc/11331/stat : 11331 (java) S 11329 11331 10975 0 -1 4202496 3996 0 1 0 6 2 0 0 18 0 12 0 10201447 1560764416 3434 1992294400 134512640 134550932 4294285296 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/11331/statm: 381046 3434 1078 10 0 378348 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1524184

[startup+0.300085 s]
/proc/loadavg: 0.99 0.99 0.99 3/106 11331
/proc/meminfo: memFree=1844280/2059040 swapFree=4134460/4192956
[pid=11331] ppid=11329 vsize=1526416 CPUtime=0.37
/proc/11331/stat : 11331 (java) S 11329 11331 10975 0 -1 4202496 5433 0 1 0 34 3 0 0 18 0 13 0 10201447 1563049984 4869 1992294400 134512640 134550932 4294285296 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/11331/statm: 381604 4869 1364 10 0 378906 0
Current children cumulated CPU time (s) 0.37
Current children cumulated vsize (KiB) 1526416

[startup+0.700078 s]
/proc/loadavg: 0.99 0.99 0.99 3/106 11331
/proc/meminfo: memFree=1844280/2059040 swapFree=4134460/4192956
[pid=11331] ppid=11329 vsize=1529924 CPUtime=1.16
/proc/11331/stat : 11331 (java) S 11329 11331 10975 0 -1 4202496 7860 0 1 0 112 4 0 0 18 0 13 0 10201447 1566642176 7130 1992294400 134512640 134550932 4294285296 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/11331/statm: 382481 7135 1396 10 0 379783 0
Current children cumulated CPU time (s) 1.16
Current children cumulated vsize (KiB) 1529924

[startup+1.50107 s]
/proc/loadavg: 0.99 0.99 0.99 6/119 11344
/proc/meminfo: memFree=1806728/2059040 swapFree=4134460/4192956
[pid=11331] ppid=11329 vsize=1536468 CPUtime=2.76
/proc/11331/stat : 11331 (java) S 11329 11331 10975 0 -1 4202496 18706 0 1 0 267 9 0 0 18 0 13 0 10201447 1573343232 16691 1992294400 134512640 134550932 4294285296 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/11331/statm: 384117 16692 1414 10 0 381419 0
[pid=11331/tid=11333] ppid=11329 vsize=1536468 CPUtime=1.47
/proc/11331/task/11333/stat : 11333 (java) R 11329 11331 10975 0 -1 4202560 13232 0 1 0 141 6 0 0 18 0 13 0 10201449 1573343232 16693 1992294400 134512640 134550932 4294285296 18446744073709551615 4109256151 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=11331/tid=11334] ppid=11329 vsize=1536468 CPUtime=0
/proc/11331/task/11334/stat : 11334 (java) S 11329 11331 10975 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 13 0 10201450 1573343232 16694 1992294400 134512640 134550932 4294285296 18446744073709551615 4294960144 0 4 0 16800975 18446604437824150592 0 0 -1 0 0 0 0
[pid=11331/tid=11335] ppid=11329 vsize=1536468 CPUtime=0
/proc/11331/task/11335/stat : 11335 (java) S 11329 11331 10975 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 13 0 10201450 1573343232 16695 1992294400 134512640 134550932 4294285296 18446744073709551615 4294960144 0 4 0 16800975 18446604437824150592 0 0 -1 0 0 0 0
[pid=11331/tid=11336] ppid=11329 vsize=1536468 CPUtime=0
/proc/11331/task/11336/stat : 11336 (java) S 11329 11331 10975 0 -1 4202560 0 0 0 0 0 0 0 0 18 0 13 0 10201452 1573343232 16695 1992294400 134512640 134550932 4294285296 18446744073709551615 4294960144 0 0 0 16800975 18446604437824150592 0 0 -1 1 0 0 0
[pid=11331/tid=11337] ppid=11329 vsize=1536468 CPUtime=0
/proc/11331/task/11337/stat : 11337 (java) S 11329 11331 10975 0 -1 4202560 9 0 0 0 0 0 0 0 23 0 13 0 10201452 1573343232 16696 1992294400 134512640 134550932 4294285296 18446744073709551615 4294960144 0 4 0 16800975 18446604437824150592 0 0 -1 0 0 0 0
[pid=11331/tid=11338] ppid=11329 vsize=1536468 CPUtime=0
/proc/11331/task/11338/stat : 11338 (java) S 11329 11331 10975 0 -1 4202560 4 0 0 0 0 0 0 0 24 0 13 0 10201452 1573343232 16697 1992294400 134512640 134550932 4294285296 18446744073709551615 4294960144 0 4 0 16800975 18446604437824150592 0 0 -1 0 0 0 0
[pid=11331/tid=11339] ppid=11329 vsize=1536468 CPUtime=0
/proc/11331/task/11339/stat : 11339 (java) S 11329 11331 10975 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 13 0 10201456 1573343232 16697 1992294400 134512640 134550932 4294285296 18446744073709551615 4294960144 0 4 0 16800975 18446604437824150592 0 0 -1 0 0 0 0
[pid=11331/tid=11340] ppid=11329 vsize=1536468 CPUtime=1.06
/proc/11331/task/11340/stat : 11340 (java) R 11329 11331 10975 0 -1 4202560 3253 0 0 0 105 1 0 0 19 0 13 0 10201456 1573343232 16698 1992294400 134512640 134550932 4294285296 18446744073709551615 103124788 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=11331/tid=11341] ppid=11329 vsize=1536468 CPUtime=0.2
/proc/11331/task/11341/stat : 11341 (java) R 11329 11331 10975 0 -1 4202560 1153 0 0 0 20 0 0 0 25 0 13 0 10201456 1573343232 16699 1992294400 134512640 134550932 4294285296 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=11331/tid=11342] ppid=11329 vsize=1536468 CPUtime=0
/proc/11331/task/11342/stat : 11342 (java) S 11329 11331 10975 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 10201456 1573343232 16700 1992294400 134512640 134550932 4294285296 18446744073709551615 4294960144 0 4 0 16800975 18446604437824150592 0 0 -1 0 0 0 0
[pid=11331/tid=11343] ppid=11329 vsize=1536468 CPUtime=0
/proc/11331/task/11343/stat : 11343 (java) S 11329 11331 10975 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 13 0 10201456 1573343232 16700 1992294400 134512640 134550932 4294285296 18446744073709551615 4294960144 0 4 0 16800975 18446604437824150592 0 0 -1 0 0 0 0
[pid=11331/tid=11344] ppid=11329 vsize=1536468 CPUtime=0
/proc/11331/task/11344/stat : 11344 (java) S 11329 11331 10975 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 10201473 1573343232 16701 1992294400 134512640 134550932 4294285296 18446744073709551615 4294960144 0 4 0 16800975 18446604437824150592 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.76
Current children cumulated vsize (KiB) 1536468

[startup+3.10104 s]
/proc/loadavg: 0.99 0.99 0.99 4/119 11344
/proc/meminfo: memFree=1747704/2059040 swapFree=4134460/4192956
[pid=11331] ppid=11329 vsize=1545484 CPUtime=5.94
/proc/11331/stat : 11331 (java) S 11329 11331 10975 0 -1 4202496 43709 0 1 0 575 19 0 0 18 0 13 0 10201447 1582575616 38204 1992294400 134512640 134550932 4294285296 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/11331/statm: 386371 38204 1436 10 0 383673 0
[pid=11331/tid=11333] ppid=11329 vsize=1545484 CPUtime=2.85
/proc/11331/task/11333/stat : 11333 (java) R 11329 11331 10975 0 -1 4202560 32083 0 1 0 270 15 0 0 18 0 13 0 10201449 1582575616 38204 1992294400 134512640 134550932 4294285296 18446744073709551615 4109458171 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=11331/tid=11334] ppid=11329 vsize=1545484 CPUtime=0
/proc/11331/task/11334/stat : 11334 (java) S 11329 11331 10975 0 -1 4202560 199 0 0 0 0 0 0 0 18 0 13 0 10201450 1582575616 38204 1992294400 134512640 134550932 4294285296 18446744073709551615 4294960144 0 4 0 16800975 18446604437824150592 0 0 -1 1 0 0 0
[pid=11331/tid=11335] ppid=11329 vsize=1545484 CPUtime=0
/proc/11331/task/11335/stat : 11335 (java) S 11329 11331 10975 0 -1 4202560 186 0 0 0 0 0 0 0 17 0 13 0 10201450 1582575616 38204 1992294400 134512640 134550932 4294285296 18446744073709551615 4294960144 0 4 0 16800975 18446604437824150592 0 0 -1 0 0 0 0
[pid=11331/tid=11336] ppid=11329 vsize=1545484 CPUtime=0
/proc/11331/task/11336/stat : 11336 (java) S 11329 11331 10975 0 -1 4202560 8 0 0 0 0 0 0 0 15 0 13 0 10201452 1582575616 38204 1992294400 134512640 134550932 4294285296 18446744073709551615 4294960144 0 0 0 16800975 18446604437824150592 0 0 -1 1 0 0 0
[pid=11331/tid=11337] ppid=11329 vsize=1545484 CPUtime=0
/proc/11331/task/11337/stat : 11337 (java) S 11329 11331 10975 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 10201452 1582575616 38204 1992294400 134512640 134550932 4294285296 18446744073709551615 4294960144 0 4 0 16800975 18446604437824150592 0 0 -1 1 0 0 0
[pid=11331/tid=11338] ppid=11329 vsize=1545484 CPUtime=0
/proc/11331/task/11338/stat : 11338 (java) S 11329 11331 10975 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 10201452 1582575616 38204 1992294400 134512640 134550932 4294285296 18446744073709551615 4294960144 0 4 0 16800975 18446604437824150592 0 0 -1 1 0 0 0
[pid=11331/tid=11339] ppid=11329 vsize=1545484 CPUtime=0
/proc/11331/task/11339/stat : 11339 (java) S 11329 11331 10975 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 13 0 10201456 1582575616 38204 1992294400 134512640 134550932 4294285296 18446744073709551615 4294960144 0 4 0 16800975 18446604437824150592 0 0 -1 0 0 0 0
[pid=11331/tid=11340] ppid=11329 vsize=1545484 CPUtime=2.06
/proc/11331/task/11340/stat : 11340 (java) R 11329 11331 10975 0 -1 4202560 6551 0 0 0 204 2 0 0 18 0 13 0 10201456 1582575616 38204 1992294400 134512640 134550932 4294285296 18446744073709551615 105497111 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=11331/tid=11341] ppid=11329 vsize=1545484 CPUtime=1
/proc/11331/task/11341/stat : 11341 (java) R 11329 11331 10975 0 -1 4202560 3613 0 0 0 99 1 0 0 18 0 13 0 10201456 1582575616 38204 1992294400 134512640 134550932 4294285296 18446744073709551615 106819994 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=11331/tid=11342] ppid=11329 vsize=1545484 CPUtime=0
/proc/11331/task/11342/stat : 11342 (java) S 11329 11331 10975 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 10201456 1582575616 38204 1992294400 134512640 134550932 4294285296 18446744073709551615 4294960144 0 4 0 16800975 18446604437824150592 0 0 -1 0 0 0 0
[pid=11331/tid=11343] ppid=11329 vsize=1545484 CPUtime=0
/proc/11331/task/11343/stat : 11343 (java) S 11329 11331 10975 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 13 0 10201456 1582575616 38204 1992294400 134512640 134550932 4294285296 18446744073709551615 4294960144 0 4 0 16800975 18446604437824150592 0 0 -1 0 0 0 0
[pid=11331/tid=11344] ppid=11329 vsize=1545484 CPUtime=0
/proc/11331/task/11344/stat : 11344 (java) S 11329 11331 10975 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 10201473 1582575616 38204 1992294400 134512640 134550932 4294285296 18446744073709551615 4294960144 0 4 0 16800975 18446604437824150592 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 5.94
Current children cumulated vsize (KiB) 1545484

[startup+6.30199 s]
/proc/loadavg: 0.99 0.99 0.99 3/119 11344
/proc/meminfo: memFree=1689300/2059040 swapFree=4134460/4192956
[pid=11331] ppid=11329 vsize=1545384 CPUtime=9.67
/proc/11331/stat : 11331 (java) S 11329 11331 10975 0 -1 4202496 49954 0 1 0 945 22 0 0 18 0 13 0 10201447 1582473216 43956 1992294400 134512640 134550932 4294285296 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/11331/statm: 386346 43956 1436 10 0 383648 0
[pid=11331/tid=11333] ppid=11329 vsize=1545384 CPUtime=5.96
/proc/11331/task/11333/stat : 11333 (java) R 11329 11331 10975 0 -1 4202560 35037 0 1 0 580 16 0 0 25 0 13 0 10201449 1582473216 43956 1992294400 134512640 134550932 4294285296 18446744073709551615 4109249760 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=11331/tid=11334] ppid=11329 vsize=1545384 CPUtime=0.05
/proc/11331/task/11334/stat : 11334 (java) S 11329 11331 10975 0 -1 4202560 1642 0 0 0 5 0 0 0 16 0 13 0 10201450 1582473216 43956 1992294400 134512640 134550932 4294285296 18446744073709551615 4294960144 0 4 0 16800975 18446604437824150592 0 0 -1 1 0 0 0
[pid=11331/tid=11335] ppid=11329 vsize=1545384 CPUtime=0.05
/proc/11331/task/11335/stat : 11335 (java) S 11329 11331 10975 0 -1 4202560 1632 0 0 0 5 0 0 0 16 0 13 0 10201450 1582473216 43956 1992294400 134512640 134550932 4294285296 18446744073709551615 4294960144 0 4 0 16800975 18446604437824150592 0 0 -1 0 0 0 0
[pid=11331/tid=11336] ppid=11329 vsize=1545384 CPUtime=0
/proc/11331/task/11336/stat : 11336 (java) S 11329 11331 10975 0 -1 4202560 28 0 0 0 0 0 0 0 16 0 13 0 10201452 1582473216 43956 1992294400 134512640 134550932 4294285296 18446744073709551615 4294960144 0 0 0 16800975 18446604437824150592 0 0 -1 1 0 0 0
[pid=11331/tid=11337] ppid=11329 vsize=1545384 CPUtime=0
/proc/11331/task/11337/stat : 11337 (java) S 11329 11331 10975 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 10201452 1582473216 43956 1992294400 134512640 134550932 4294285296 18446744073709551615 4294960144 0 4 0 16800975 18446604437824150592 0 0 -1 1 0 0 0
[pid=11331/tid=11338] ppid=11329 vsize=1545384 CPUtime=0
/proc/11331/task/11338/stat : 11338 (java) S 11329 11331 10975 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 10201452 1582473216 43956 1992294400 134512640 134550932 4294285296 18446744073709551615 4294960144 0 4 0 16800975 18446604437824150592 0 0 -1 1 0 0 0
[pid=11331/tid=11339] ppid=11329 vsize=1545384 CPUtime=0
/proc/11331/task/11339/stat : 11339 (java) S 11329 11331 10975 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 13 0 10201456 1582473216 43956 1992294400 134512640 134550932 4294285296 18446744073709551615 4294960144 0 4 0 16800975 18446604437824150592 0 0 -1 0 0 0 0
[pid=11331/tid=11340] ppid=11329 vsize=1545384 CPUtime=2.45
/proc/11331/task/11340/stat : 11340 (java) S 11329 11331 10975 0 -1 4202560 6925 0 0 0 243 2 0 0 15 0 13 0 10201456 1582473216 43956 1992294400 134512640 134550932 4294285296 18446744073709551615 4294960144 0 4 0 16800975 18446604437824150592 0 0 -1 0 0 0 0
[pid=11331/tid=11341] ppid=11329 vsize=1545384 CPUtime=1.11
/proc/11331/task/11341/stat : 11341 (java) S 11329 11331 10975 0 -1 4202560 3621 0 0 0 110 1 0 0 15 0 13 0 10201456 1582473216 43956 1992294400 134512640 134550932 4294285296 18446744073709551615 4294960144 0 4 0 16800975 18446604437824150592 0 0 -1 0 0 0 0
[pid=11331/tid=11342] ppid=11329 vsize=1545384 CPUtime=0
/proc/11331/task/11342/stat : 11342 (java) S 11329 11331 10975 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 10201456 1582473216 43956 1992294400 134512640 134550932 4294285296 18446744073709551615 4294960144 0 4 0 16800975 18446604437824150592 0 0 -1 0 0 0 0
[pid=11331/tid=11343] ppid=11329 vsize=1545384 CPUtime=0
/proc/11331/task/11343/stat : 11343 (java) S 11329 11331 10975 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 13 0 10201456 1582473216 43956 1992294400 134512640 134550932 4294285296 18446744073709551615 4294960144 0 4 0 16800975 18446604437824150592 0 0 -1 0 0 0 0
[pid=11331/tid=11344] ppid=11329 vsize=1545384 CPUtime=0
/proc/11331/task/11344/stat : 11344 (java) S 11329 11331 10975 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 10201473 1582473216 43956 1992294400 134512640 134550932 4294285296 18446744073709551615 4294960144 0 4 0 16800975 18446604437824150592 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 9.67
Current children cumulated vsize (KiB) 1545384

[startup+12.7019 s]
/proc/loadavg: 0.99 0.99 0.99 2/119 11344
/proc/meminfo: memFree=1654084/2059040 swapFree=4134460/4192956
[pid=11331] ppid=11329 vsize=1545384 CPUtime=16.13
/proc/11331/stat : 11331 (java) S 11329 11331 10975 0 -1 4202496 55016 0 1 0 1588 25 0 0 18 0 13 0 10201447 1582473216 48735 1992294400 134512640 134550932 4294285296 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/11331/statm: 386346 48735 1436 10 0 383648 0
[pid=11331/tid=11333] ppid=11329 vsize=1545384 CPUtime=12.27
/proc/11331/task/11333/stat : 11333 (java) R 11329 11331 10975 0 -1 4202560 36678 0 1 0 1210 17 0 0 25 0 13 0 10201449 1582473216 48735 1992294400 134512640 134550932 4294285296 18446744073709551615 4109537622 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=11331/tid=11334] ppid=11329 vsize=1545384 CPUtime=0.12
/proc/11331/task/11334/stat : 11334 (java) S 11329 11331 10975 0 -1 4202560 3318 0 0 0 11 1 0 0 16 0 13 0 10201450 1582473216 48735 1992294400 134512640 134550932 4294285296 18446744073709551615 4294960144 0 4 0 16800975 18446604437824150592 0 0 -1 1 0 0 0
[pid=11331/tid=11335] ppid=11329 vsize=1545384 CPUtime=0.12
/proc/11331/task/11335/stat : 11335 (java) S 11329 11331 10975 0 -1 4202560 3377 0 0 0 11 1 0 0 15 0 13 0 10201450 1582473216 48735 1992294400 134512640 134550932 4294285296 18446744073709551615 4294960144 0 4 0 16800975 18446604437824150592 0 0 -1 0 0 0 0
[pid=11331/tid=11336] ppid=11329 vsize=1545384 CPUtime=0
/proc/11331/task/11336/stat : 11336 (java) S 11329 11331 10975 0 -1 4202560 28 0 0 0 0 0 0 0 15 0 13 0 10201452 1582473216 48735 1992294400 134512640 134550932 4294285296 18446744073709551615 4294960144 0 0 0 16800975 18446604437824150592 0 0 -1 1 0 0 0
[pid=11331/tid=11337] ppid=11329 vsize=1545384 CPUtime=0
/proc/11331/task/11337/stat : 11337 (java) S 11329 11331 10975 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 10201452 1582473216 48735 1992294400 134512640 134550932 4294285296 18446744073709551615 4294960144 0 4 0 16800975 18446604437824150592 0 0 -1 1 0 0 0
[pid=11331/tid=11338] ppid=11329 vsize=1545384 CPUtime=0
/proc/11331/task/11338/stat : 11338 (java) S 11329 11331 10975 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 10201452 1582473216 48735 1992294400 134512640 134550932 4294285296 18446744073709551615 4294960144 0 4 0 16800975 18446604437824150592 0 0 -1 1 0 0 0
[pid=11331/tid=11339] ppid=11329 vsize=1545384 CPUtime=0
/proc/11331/task/11339/stat : 11339 (java) S 11329 11331 10975 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 13 0 10201456 1582473216 48735 1992294400 134512640 134550932 4294285296 18446744073709551615 4294960144 0 4 0 16800975 18446604437824150592 0 0 -1 0 0 0 0
[pid=11331/tid=11340] ppid=11329 vsize=1545384 CPUtime=2.45
/proc/11331/task/11340/stat : 11340 (java) S 11329 11331 10975 0 -1 4202560 6925 0 0 0 243 2 0 0 15 0 13 0 10201456 1582473216 48735 1992294400 134512640 134550932 4294285296 18446744073709551615 4294960144 0 4 0 16800975 18446604437824150592 0 0 -1 0 0 0 0
[pid=11331/tid=11341] ppid=11329 vsize=1545384 CPUtime=1.11
/proc/11331/task/11341/stat : 11341 (java) S 11329 11331 10975 0 -1 4202560 3621 0 0 0 110 1 0 0 15 0 13 0 10201456 1582473216 48735 1992294400 134512640 134550932 4294285296 18446744073709551615 4294960144 0 4 0 16800975 18446604437824150592 0 0 -1 0 0 0 0
[pid=11331/tid=11342] ppid=11329 vsize=1545384 CPUtime=0
/proc/11331/task/11342/stat : 11342 (java) S 11329 11331 10975 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 10201456 1582473216 48735 1992294400 134512640 134550932 4294285296 18446744073709551615 4294960144 0 4 0 16800975 18446604437824150592 0 0 -1 0 0 0 0
[pid=11331/tid=11343] ppid=11329 vsize=1545384 CPUtime=0
/proc/11331/task/11343/stat : 11343 (java) S 11329 11331 10975 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 13 0 10201456 1582473216 48735 1992294400 134512640 134550932 4294285296 18446744073709551615 4294960144 0 4 0 16800975 18446604437824150592 0 0 -1 0 0 0 0
[pid=11331/tid=11344] ppid=11329 vsize=1545384 CPUtime=0
/proc/11331/task/11344/stat : 11344 (java) S 11329 11331 10975 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 10201473 1582473216 48735 1992294400 134512640 134550932 4294285296 18446744073709551615 4294960144 0 4 0 16800975 18446604437824150592 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 16.13
Current children cumulated vsize (KiB) 1545384

[startup+25.5017 s]
/proc/loadavg: 0.99 0.99 0.99 2/119 11344
/proc/meminfo: memFree=1646396/2059040 swapFree=4134460/4192956
[pid=11331] ppid=11329 vsize=1545384 CPUtime=28.99
/proc/11331/stat : 11331 (java) S 11329 11331 10975 0 -1 4202496 57063 0 1 0 2873 26 0 0 18 0 13 0 10201447 1582473216 50619 1992294400 134512640 134550932 4294285296 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/11331/statm: 386346 50619 1436 10 0 383648 0
[pid=11331/tid=11333] ppid=11329 vsize=1545384 CPUtime=24.99
/proc/11331/task/11333/stat : 11333 (java) R 11329 11331 10975 0 -1 4202560 36929 0 1 0 2482 17 0 0 25 0 13 0 10201449 1582473216 50619 1992294400 134512640 134550932 4294285296 18446744073709551615 4109463256 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=11331/tid=11334] ppid=11329 vsize=1545384 CPUtime=0.19
/proc/11331/task/11334/stat : 11334 (java) S 11329 11331 10975 0 -1 4202560 3997 0 0 0 17 2 0 0 16 0 13 0 10201450 1582473216 50619 1992294400 134512640 134550932 4294285296 18446744073709551615 4294960144 0 4 0 16800975 18446604437824150592 0 0 -1 1 0 0 0
[pid=11331/tid=11335] ppid=11329 vsize=1545384 CPUtime=0.19
/proc/11331/task/11335/stat : 11335 (java) S 11329 11331 10975 0 -1 4202560 4494 0 0 0 17 2 0 0 15 0 13 0 10201450 1582473216 50619 1992294400 134512640 134550932 4294285296 18446744073709551615 4294960144 0 4 0 16800975 18446604437824150592 0 0 -1 0 0 0 0
[pid=11331/tid=11336] ppid=11329 vsize=1545384 CPUtime=0

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

/proc/11331/statm: 386346 67636 1446 10 0 383648 0
[pid=11331/tid=11333] ppid=11329 vsize=1545384 CPUtime=627.28
/proc/11331/task/11333/stat : 11333 (java) R 11329 11331 10975 0 -1 4202560 37533 0 1 0 62690 38 0 0 25 0 13 0 10201449 1582473216 67636 1992294400 134512640 134550932 4294285296 18446744073709551615 4109457537 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=11331/tid=11334] ppid=11329 vsize=1545384 CPUtime=5.25
/proc/11331/task/11334/stat : 11334 (java) S 11329 11331 10975 0 -1 4202560 12978 0 0 0 516 9 0 0 15 0 13 0 10201450 1582473216 67636 1992294400 134512640 134550932 4294285296 18446744073709551615 4294960144 0 4 0 16800975 18446604437824150592 0 0 -1 1 0 0 0
[pid=11331/tid=11335] ppid=11329 vsize=1545384 CPUtime=5.26
/proc/11331/task/11335/stat : 11335 (java) S 11329 11331 10975 0 -1 4202560 12762 0 0 0 507 19 0 0 16 0 13 0 10201450 1582473216 67636 1992294400 134512640 134550932 4294285296 18446744073709551615 4294960144 0 4 0 16800975 18446604437824150592 0 0 -1 0 0 0 0
[pid=11331/tid=11336] ppid=11329 vsize=1545384 CPUtime=0.27
/proc/11331/task/11336/stat : 11336 (java) S 11329 11331 10975 0 -1 4202560 258 0 0 0 22 5 0 0 15 0 13 0 10201452 1582473216 67636 1992294400 134512640 134550932 4294285296 18446744073709551615 4294960144 0 0 0 16800975 18446604437824150592 0 0 -1 0 0 0 0
[pid=11331/tid=11337] ppid=11329 vsize=1545384 CPUtime=0
/proc/11331/task/11337/stat : 11337 (java) S 11329 11331 10975 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 10201452 1582473216 67636 1992294400 134512640 134550932 4294285296 18446744073709551615 4294960144 0 4 0 16800975 18446604437824150592 0 0 -1 1 0 0 0
[pid=11331/tid=11338] ppid=11329 vsize=1545384 CPUtime=0
/proc/11331/task/11338/stat : 11338 (java) S 11329 11331 10975 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 10201452 1582473216 67636 1992294400 134512640 134550932 4294285296 18446744073709551615 4294960144 0 4 0 16800975 18446604437824150592 0 0 -1 1 0 0 0
[pid=11331/tid=11339] ppid=11329 vsize=1545384 CPUtime=0
/proc/11331/task/11339/stat : 11339 (java) S 11329 11331 10975 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 13 0 10201456 1582473216 67636 1992294400 134512640 134550932 4294285296 18446744073709551615 4294960144 0 4 0 16800975 18446604437824150592 0 0 -1 0 0 0 0
[pid=11331/tid=11340] ppid=11329 vsize=1545384 CPUtime=2.59
/proc/11331/task/11340/stat : 11340 (java) S 11329 11331 10975 0 -1 4202560 6932 0 0 0 257 2 0 0 15 0 13 0 10201456 1582473216 67636 1992294400 134512640 134550932 4294285296 18446744073709551615 4294960144 0 4 0 16800975 18446604437824150592 0 0 -1 1 0 0 0
[pid=11331/tid=11341] ppid=11329 vsize=1545384 CPUtime=1.13
/proc/11331/task/11341/stat : 11341 (java) S 11329 11331 10975 0 -1 4202560 3622 0 0 0 112 1 0 0 15 0 13 0 10201456 1582473216 67636 1992294400 134512640 134550932 4294285296 18446744073709551615 4294960144 0 4 0 16800975 18446604437824150592 0 0 -1 0 0 0 0
[pid=11331/tid=11342] ppid=11329 vsize=1545384 CPUtime=0
/proc/11331/task/11342/stat : 11342 (java) S 11329 11331 10975 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 10201456 1582473216 67636 1992294400 134512640 134550932 4294285296 18446744073709551615 4294960144 0 4 0 16800975 18446604437824150592 0 0 -1 0 0 0 0
[pid=11331/tid=11343] ppid=11329 vsize=1545384 CPUtime=0
/proc/11331/task/11343/stat : 11343 (java) S 11329 11331 10975 0 -1 4202560 44 0 0 0 0 0 0 0 15 0 13 0 10201456 1582473216 67636 1992294400 134512640 134550932 4294285296 18446744073709551615 4294960144 0 4 0 16800975 18446604437824150592 0 0 -1 0 0 0 0
[pid=11331/tid=11344] ppid=11329 vsize=1545384 CPUtime=0
/proc/11331/task/11344/stat : 11344 (java) S 11329 11331 10975 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 10201473 1582473216 67636 1992294400 134512640 134550932 4294285296 18446744073709551615 4294960144 0 4 0 16800975 18446604437824150592 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 641.86
Current children cumulated vsize (KiB) 1545384

[startup+636.701 s]
/proc/loadavg: 1.00 1.00 1.00 2/119 11360
/proc/meminfo: memFree=1577204/2059040 swapFree=4134460/4192956
[pid=11331] ppid=11329 vsize=1545384 CPUtime=645.09
/proc/11331/stat : 11331 (java) S 11329 11331 10975 0 -1 4202496 75308 0 1 0 64431 78 0 0 18 0 13 0 10201447 1582473216 67745 1992294400 134512640 134550932 4294285296 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/11331/statm: 386346 67745 1446 10 0 383648 0
[pid=11331/tid=11333] ppid=11329 vsize=1545384 CPUtime=630.43
/proc/11331/task/11333/stat : 11333 (java) R 11329 11331 10975 0 -1 4202560 37536 0 1 0 63005 38 0 0 25 0 13 0 10201449 1582473216 67745 1992294400 134512640 134550932 4294285296 18446744073709551615 4109457318 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=11331/tid=11334] ppid=11329 vsize=1545384 CPUtime=5.29
/proc/11331/task/11334/stat : 11334 (java) S 11329 11331 10975 0 -1 4202560 13052 0 0 0 520 9 0 0 15 0 13 0 10201450 1582473216 67745 1992294400 134512640 134550932 4294285296 18446744073709551615 4294960144 0 4 0 16800975 18446604437824150592 0 0 -1 1 0 0 0
[pid=11331/tid=11335] ppid=11329 vsize=1545384 CPUtime=5.3
/proc/11331/task/11335/stat : 11335 (java) S 11329 11331 10975 0 -1 4202560 12797 0 0 0 511 19 0 0 16 0 13 0 10201450 1582473216 67745 1992294400 134512640 134550932 4294285296 18446744073709551615 4294960144 0 4 0 16800975 18446604437824150592 0 0 -1 0 0 0 0
[pid=11331/tid=11336] ppid=11329 vsize=1545384 CPUtime=0.27
/proc/11331/task/11336/stat : 11336 (java) S 11329 11331 10975 0 -1 4202560 258 0 0 0 22 5 0 0 15 0 13 0 10201452 1582473216 67745 1992294400 134512640 134550932 4294285296 18446744073709551615 4294960144 0 0 0 16800975 18446604437824150592 0 0 -1 0 0 0 0
[pid=11331/tid=11337] ppid=11329 vsize=1545384 CPUtime=0
/proc/11331/task/11337/stat : 11337 (java) S 11329 11331 10975 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 10201452 1582473216 67745 1992294400 134512640 134550932 4294285296 18446744073709551615 4294960144 0 4 0 16800975 18446604437824150592 0 0 -1 1 0 0 0
[pid=11331/tid=11338] ppid=11329 vsize=1545384 CPUtime=0
/proc/11331/task/11338/stat : 11338 (java) S 11329 11331 10975 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 10201452 1582473216 67745 1992294400 134512640 134550932 4294285296 18446744073709551615 4294960144 0 4 0 16800975 18446604437824150592 0 0 -1 1 0 0 0
[pid=11331/tid=11339] ppid=11329 vsize=1545384 CPUtime=0
/proc/11331/task/11339/stat : 11339 (java) S 11329 11331 10975 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 13 0 10201456 1582473216 67745 1992294400 134512640 134550932 4294285296 18446744073709551615 4294960144 0 4 0 16800975 18446604437824150592 0 0 -1 0 0 0 0
[pid=11331/tid=11340] ppid=11329 vsize=1545384 CPUtime=2.59
/proc/11331/task/11340/stat : 11340 (java) S 11329 11331 10975 0 -1 4202560 6932 0 0 0 257 2 0 0 15 0 13 0 10201456 1582473216 67745 1992294400 134512640 134550932 4294285296 18446744073709551615 4294960144 0 4 0 16800975 18446604437824150592 0 0 -1 1 0 0 0
[pid=11331/tid=11341] ppid=11329 vsize=1545384 CPUtime=1.13
/proc/11331/task/11341/stat : 11341 (java) S 11329 11331 10975 0 -1 4202560 3622 0 0 0 112 1 0 0 15 0 13 0 10201456 1582473216 67745 1992294400 134512640 134550932 4294285296 18446744073709551615 4294960144 0 4 0 16800975 18446604437824150592 0 0 -1 0 0 0 0
[pid=11331/tid=11342] ppid=11329 vsize=1545384 CPUtime=0
/proc/11331/task/11342/stat : 11342 (java) S 11329 11331 10975 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 10201456 1582473216 67745 1992294400 134512640 134550932 4294285296 18446744073709551615 4294960144 0 4 0 16800975 18446604437824150592 0 0 -1 0 0 0 0
[pid=11331/tid=11343] ppid=11329 vsize=1545384 CPUtime=0
/proc/11331/task/11343/stat : 11343 (java) S 11329 11331 10975 0 -1 4202560 44 0 0 0 0 0 0 0 15 0 13 0 10201456 1582473216 67745 1992294400 134512640 134550932 4294285296 18446744073709551615 4294960144 0 4 0 16800975 18446604437824150592 0 0 -1 0 0 0 0
[pid=11331/tid=11344] ppid=11329 vsize=1545384 CPUtime=0
/proc/11331/task/11344/stat : 11344 (java) S 11329 11331 10975 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 10201473 1582473216 67745 1992294400 134512640 134550932 4294285296 18446744073709551615 4294960144 0 4 0 16800975 18446604437824150592 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 645.09
Current children cumulated vsize (KiB) 1545384

[startup+638.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/119 11360
/proc/meminfo: memFree=1576832/2059040 swapFree=4134460/4192956
[pid=11331] ppid=11329 vsize=1545384 CPUtime=646.71
/proc/11331/stat : 11331 (java) S 11329 11331 10975 0 -1 4202496 75338 0 1 0 64592 79 0 0 18 0 13 0 10201447 1582473216 67774 1992294400 134512640 134550932 4294285296 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/11331/statm: 386346 67774 1446 10 0 383648 0
[pid=11331/tid=11333] ppid=11329 vsize=1545384 CPUtime=632.02
/proc/11331/task/11333/stat : 11333 (java) R 11329 11331 10975 0 -1 4202560 37537 0 1 0 63164 38 0 0 25 0 13 0 10201449 1582473216 67774 1992294400 134512640 134550932 4294285296 18446744073709551615 4109460932 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=11331/tid=11334] ppid=11329 vsize=1545384 CPUtime=5.32
/proc/11331/task/11334/stat : 11334 (java) S 11329 11331 10975 0 -1 4202560 13078 0 0 0 522 10 0 0 15 0 13 0 10201450 1582473216 67774 1992294400 134512640 134550932 4294285296 18446744073709551615 4294960144 0 4 0 16800975 18446604437824150592 0 0 -1 1 0 0 0
[pid=11331/tid=11335] ppid=11329 vsize=1545384 CPUtime=5.32
/proc/11331/task/11335/stat : 11335 (java) S 11329 11331 10975 0 -1 4202560 12800 0 0 0 512 20 0 0 16 0 13 0 10201450 1582473216 67774 1992294400 134512640 134550932 4294285296 18446744073709551615 4294960144 0 4 0 16800975 18446604437824150592 0 0 -1 0 0 0 0
[pid=11331/tid=11336] ppid=11329 vsize=1545384 CPUtime=0.27
/proc/11331/task/11336/stat : 11336 (java) S 11329 11331 10975 0 -1 4202560 258 0 0 0 22 5 0 0 15 0 13 0 10201452 1582473216 67774 1992294400 134512640 134550932 4294285296 18446744073709551615 4294960144 0 0 0 16800975 18446604437824150592 0 0 -1 0 0 0 0
[pid=11331/tid=11337] ppid=11329 vsize=1545384 CPUtime=0
/proc/11331/task/11337/stat : 11337 (java) S 11329 11331 10975 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 10201452 1582473216 67774 1992294400 134512640 134550932 4294285296 18446744073709551615 4294960144 0 4 0 16800975 18446604437824150592 0 0 -1 1 0 0 0
[pid=11331/tid=11338] ppid=11329 vsize=1545384 CPUtime=0
/proc/11331/task/11338/stat : 11338 (java) S 11329 11331 10975 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 10201452 1582473216 67774 1992294400 134512640 134550932 4294285296 18446744073709551615 4294960144 0 4 0 16800975 18446604437824150592 0 0 -1 1 0 0 0
[pid=11331/tid=11339] ppid=11329 vsize=1545384 CPUtime=0
/proc/11331/task/11339/stat : 11339 (java) S 11329 11331 10975 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 13 0 10201456 1582473216 67774 1992294400 134512640 134550932 4294285296 18446744073709551615 4294960144 0 4 0 16800975 18446604437824150592 0 0 -1 0 0 0 0
[pid=11331/tid=11340] ppid=11329 vsize=1545384 CPUtime=2.59
/proc/11331/task/11340/stat : 11340 (java) S 11329 11331 10975 0 -1 4202560 6932 0 0 0 257 2 0 0 15 0 13 0 10201456 1582473216 67774 1992294400 134512640 134550932 4294285296 18446744073709551615 4294960144 0 4 0 16800975 18446604437824150592 0 0 -1 1 0 0 0
[pid=11331/tid=11341] ppid=11329 vsize=1545384 CPUtime=1.13
/proc/11331/task/11341/stat : 11341 (java) S 11329 11331 10975 0 -1 4202560 3622 0 0 0 112 1 0 0 15 0 13 0 10201456 1582473216 67774 1992294400 134512640 134550932 4294285296 18446744073709551615 4294960144 0 4 0 16800975 18446604437824150592 0 0 -1 0 0 0 0
[pid=11331/tid=11342] ppid=11329 vsize=1545384 CPUtime=0
/proc/11331/task/11342/stat : 11342 (java) S 11329 11331 10975 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 10201456 1582473216 67774 1992294400 134512640 134550932 4294285296 18446744073709551615 4294960144 0 4 0 16800975 18446604437824150592 0 0 -1 0 0 0 0
[pid=11331/tid=11343] ppid=11329 vsize=1545384 CPUtime=0
/proc/11331/task/11343/stat : 11343 (java) S 11329 11331 10975 0 -1 4202560 44 0 0 0 0 0 0 0 15 0 13 0 10201456 1582473216 67774 1992294400 134512640 134550932 4294285296 18446744073709551615 4294960144 0 4 0 16800975 18446604437824150592 0 0 -1 0 0 0 0
[pid=11331/tid=11344] ppid=11329 vsize=1545384 CPUtime=0
/proc/11331/task/11344/stat : 11344 (java) S 11329 11331 10975 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 10201473 1582473216 67774 1992294400 134512640 134550932 4294285296 18446744073709551615 4294960144 0 4 0 16800975 18446604437824150592 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 646.71
Current children cumulated vsize (KiB) 1545384

[startup+639.109 s]
/proc/loadavg: 1.00 1.00 1.00 2/119 11360
/proc/meminfo: memFree=1576832/2059040 swapFree=4134460/4192956
[pid=11331] ppid=11329 vsize=1545384 CPUtime=647.52
/proc/11331/stat : 11331 (java) S 11329 11331 10975 0 -1 4202496 75362 0 1 0 64673 79 0 0 18 0 13 0 10201447 1582473216 67797 1992294400 134512640 134550932 4294285296 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/11331/statm: 386346 67797 1446 10 0 383648 0
[pid=11331/tid=11333] ppid=11329 vsize=1545384 CPUtime=632.81
/proc/11331/task/11333/stat : 11333 (java) R 11329 11331 10975 0 -1 4202560 37538 0 1 0 63243 38 0 0 25 0 13 0 10201449 1582473216 67797 1992294400 134512640 134550932 4294285296 18446744073709551615 4109457523 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=11331/tid=11334] ppid=11329 vsize=1545384 CPUtime=5.33
/proc/11331/task/11334/stat : 11334 (java) S 11329 11331 10975 0 -1 4202560 13091 0 0 0 523 10 0 0 15 0 13 0 10201450 1582473216 67797 1992294400 134512640 134550932 4294285296 18446744073709551615 4294960144 0 4 0 16800975 18446604437824150592 0 0 -1 1 0 0 0
[pid=11331/tid=11335] ppid=11329 vsize=1545384 CPUtime=5.33
/proc/11331/task/11335/stat : 11335 (java) S 11329 11331 10975 0 -1 4202560 12810 0 0 0 513 20 0 0 16 0 13 0 10201450 1582473216 67797 1992294400 134512640 134550932 4294285296 18446744073709551615 4294960144 0 4 0 16800975 18446604437824150592 0 0 -1 0 0 0 0
[pid=11331/tid=11336] ppid=11329 vsize=1545384 CPUtime=0.27
/proc/11331/task/11336/stat : 11336 (java) S 11329 11331 10975 0 -1 4202560 258 0 0 0 22 5 0 0 15 0 13 0 10201452 1582473216 67797 1992294400 134512640 134550932 4294285296 18446744073709551615 4294960144 0 0 0 16800975 18446604437824150592 0 0 -1 0 0 0 0
[pid=11331/tid=11337] ppid=11329 vsize=1545384 CPUtime=0
/proc/11331/task/11337/stat : 11337 (java) S 11329 11331 10975 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 10201452 1582473216 67797 1992294400 134512640 134550932 4294285296 18446744073709551615 4294960144 0 4 0 16800975 18446604437824150592 0 0 -1 1 0 0 0
[pid=11331/tid=11338] ppid=11329 vsize=1545384 CPUtime=0
/proc/11331/task/11338/stat : 11338 (java) S 11329 11331 10975 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 10201452 1582473216 67797 1992294400 134512640 134550932 4294285296 18446744073709551615 4294960144 0 4 0 16800975 18446604437824150592 0 0 -1 1 0 0 0
[pid=11331/tid=11339] ppid=11329 vsize=1545384 CPUtime=0
/proc/11331/task/11339/stat : 11339 (java) S 11329 11331 10975 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 13 0 10201456 1582473216 67797 1992294400 134512640 134550932 4294285296 18446744073709551615 4294960144 0 4 0 16800975 18446604437824150592 0 0 -1 0 0 0 0
[pid=11331/tid=11340] ppid=11329 vsize=1545384 CPUtime=2.59
/proc/11331/task/11340/stat : 11340 (java) S 11329 11331 10975 0 -1 4202560 6932 0 0 0 257 2 0 0 15 0 13 0 10201456 1582473216 67797 1992294400 134512640 134550932 4294285296 18446744073709551615 4294960144 0 4 0 16800975 18446604437824150592 0 0 -1 1 0 0 0
[pid=11331/tid=11341] ppid=11329 vsize=1545384 CPUtime=1.13
/proc/11331/task/11341/stat : 11341 (java) S 11329 11331 10975 0 -1 4202560 3622 0 0 0 112 1 0 0 15 0 13 0 10201456 1582473216 67797 1992294400 134512640 134550932 4294285296 18446744073709551615 4294960144 0 4 0 16800975 18446604437824150592 0 0 -1 0 0 0 0
[pid=11331/tid=11342] ppid=11329 vsize=1545384 CPUtime=0
/proc/11331/task/11342/stat : 11342 (java) S 11329 11331 10975 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 10201456 1582473216 67797 1992294400 134512640 134550932 4294285296 18446744073709551615 4294960144 0 4 0 16800975 18446604437824150592 0 0 -1 0 0 0 0
[pid=11331/tid=11343] ppid=11329 vsize=1545384 CPUtime=0
/proc/11331/task/11343/stat : 11343 (java) S 11329 11331 10975 0 -1 4202560 44 0 0 0 0 0 0 0 15 0 13 0 10201456 1582473216 67797 1992294400 134512640 134550932 4294285296 18446744073709551615 4294960144 0 4 0 16800975 18446604437824150592 0 0 -1 0 0 0 0
[pid=11331/tid=11344] ppid=11329 vsize=1545384 CPUtime=0
/proc/11331/task/11344/stat : 11344 (java) S 11329 11331 10975 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 10201473 1582473216 67797 1992294400 134512640 134550932 4294285296 18446744073709551615 4294960144 0 4 0 16800975 18446604437824150592 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 647.52
Current children cumulated vsize (KiB) 1545384

[startup+639.501 s]
/proc/loadavg: 1.00 1.00 1.00 2/119 11360
/proc/meminfo: memFree=1576832/2059040 swapFree=4134460/4192956
[pid=11331] ppid=11329 vsize=1545384 CPUtime=647.92
/proc/11331/stat : 11331 (java) S 11329 11331 10975 0 -1 4202496 75362 0 1 0 64713 79 0 0 18 0 13 0 10201447 1582473216 67797 1992294400 134512640 134550932 4294285296 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/11331/statm: 386346 67797 1446 10 0 383648 0
[pid=11331/tid=11333] ppid=11329 vsize=1545384 CPUtime=633.2
/proc/11331/task/11333/stat : 11333 (java) R 11329 11331 10975 0 -1 4202560 37538 0 1 0 63282 38 0 0 25 0 13 0 10201449 1582473216 67797 1992294400 134512640 134550932 4294285296 18446744073709551615 4109537400 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=11331/tid=11334] ppid=11329 vsize=1545384 CPUtime=5.33
/proc/11331/task/11334/stat : 11334 (java) S 11329 11331 10975 0 -1 4202560 13091 0 0 0 523 10 0 0 15 0 13 0 10201450 1582473216 67797 1992294400 134512640 134550932 4294285296 18446744073709551615 4294960144 0 4 0 16800975 18446604437824150592 0 0 -1 1 0 0 0
[pid=11331/tid=11335] ppid=11329 vsize=1545384 CPUtime=5.33
/proc/11331/task/11335/stat : 11335 (java) S 11329 11331 10975 0 -1 4202560 12810 0 0 0 513 20 0 0 16 0 13 0 10201450 1582473216 67797 1992294400 134512640 134550932 4294285296 18446744073709551615 4294960144 0 4 0 16800975 18446604437824150592 0 0 -1 0 0 0 0
[pid=11331/tid=11336] ppid=11329 vsize=1545384 CPUtime=0.27
/proc/11331/task/11336/stat : 11336 (java) S 11329 11331 10975 0 -1 4202560 258 0 0 0 22 5 0 0 15 0 13 0 10201452 1582473216 67797 1992294400 134512640 134550932 4294285296 18446744073709551615 4294960144 0 0 0 16800975 18446604437824150592 0 0 -1 0 0 0 0
[pid=11331/tid=11337] ppid=11329 vsize=1545384 CPUtime=0
/proc/11331/task/11337/stat : 11337 (java) S 11329 11331 10975 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 10201452 1582473216 67797 1992294400 134512640 134550932 4294285296 18446744073709551615 4294960144 0 4 0 16800975 18446604437824150592 0 0 -1 1 0 0 0
[pid=11331/tid=11338] ppid=11329 vsize=1545384 CPUtime=0
/proc/11331/task/11338/stat : 11338 (java) S 11329 11331 10975 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 10201452 1582473216 67797 1992294400 134512640 134550932 4294285296 18446744073709551615 4294960144 0 4 0 16800975 18446604437824150592 0 0 -1 1 0 0 0
[pid=11331/tid=11339] ppid=11329 vsize=1545384 CPUtime=0
/proc/11331/task/11339/stat : 11339 (java) S 11329 11331 10975 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 13 0 10201456 1582473216 67797 1992294400 134512640 134550932 4294285296 18446744073709551615 4294960144 0 4 0 16800975 18446604437824150592 0 0 -1 0 0 0 0
[pid=11331/tid=11340] ppid=11329 vsize=1545384 CPUtime=2.59
/proc/11331/task/11340/stat : 11340 (java) S 11329 11331 10975 0 -1 4202560 6932 0 0 0 257 2 0 0 15 0 13 0 10201456 1582473216 67797 1992294400 134512640 134550932 4294285296 18446744073709551615 4294960144 0 4 0 16800975 18446604437824150592 0 0 -1 1 0 0 0
[pid=11331/tid=11341] ppid=11329 vsize=1545384 CPUtime=1.13
/proc/11331/task/11341/stat : 11341 (java) S 11329 11331 10975 0 -1 4202560 3622 0 0 0 112 1 0 0 15 0 13 0 10201456 1582473216 67797 1992294400 134512640 134550932 4294285296 18446744073709551615 4294960144 0 4 0 16800975 18446604437824150592 0 0 -1 0 0 0 0
[pid=11331/tid=11342] ppid=11329 vsize=1545384 CPUtime=0
/proc/11331/task/11342/stat : 11342 (java) S 11329 11331 10975 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 10201456 1582473216 67797 1992294400 134512640 134550932 4294285296 18446744073709551615 4294960144 0 4 0 16800975 18446604437824150592 0 0 -1 0 0 0 0
[pid=11331/tid=11343] ppid=11329 vsize=1545384 CPUtime=0
/proc/11331/task/11343/stat : 11343 (java) S 11329 11331 10975 0 -1 4202560 44 0 0 0 0 0 0 0 15 0 13 0 10201456 1582473216 67797 1992294400 134512640 134550932 4294285296 18446744073709551615 4294960144 0 4 0 16800975 18446604437824150592 0 0 -1 0 0 0 0
[pid=11331/tid=11344] ppid=11329 vsize=1545384 CPUtime=0
/proc/11331/task/11344/stat : 11344 (java) S 11329 11331 10975 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 10201473 1582473216 67797 1992294400 134512640 134550932 4294285296 18446744073709551615 4294960144 0 4 0 16800975 18446604437824150592 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 647.92
Current children cumulated vsize (KiB) 1545384

[startup+639.702 s]
/proc/loadavg: 1.00 1.00 1.00 2/119 11360
/proc/meminfo: memFree=1576832/2059040 swapFree=4134460/4192956
[pid=11331] ppid=11329 vsize=0 CPUtime=648.07
/proc/11331/stat : 11331 (java) Z 11329 11331 10975 0 -1 4203548 75380 0 1 0 64725 82 0 0 18 0 2 0 10201447 0 0 1992294400 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/11331/statm: 0 0 0 0 0 0 0
[pid=11331/tid=11344] ppid=11329 vsize=0 CPUtime=0.02
/proc/11331/task/11344/stat : 11344 (java) R 11329 11331 10975 0 -1 4203588 4 0 0 0 0 2 0 0 18 0 2 0 10201473 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) 648.07
Current children cumulated vsize (KiB) 0

Child status: 30
Real time (s): 639.703
CPU time (s): 648.076
CPU user time (s): 647.253
CPU system time (s): 0.822874
CPU usage (%): 101.309
Max. virtual memory (cumulated for all children) (KiB): 1547828

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 647.253
system time used= 0.822874
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 75380
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= 19230
involuntary context switches= 21617

runsolver used 1.47477 second user time and 3.85041 second system time

The end

Launcher Data

Begin job on node017 at 2010-06-12 14:35:50
IDJOB=2661092
IDBENCH=1508
IDSOLVER=1165
FILE ID=node017/2661092-1276346150
PBS_JOBID= 11173191
Free space on /tmp= 62368 MiB

SOLVER NAME= SAT4J PB CuttingPlanes 2.2.0 2010-05-26
BENCH NAME= PB06//final/normalized-PB06/OPT-MEDINT/mps-v2-20-10/MIPLIB/miplib/normalized-mps-v2-20-10-enigma.opb
COMMAND LINE= java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar CuttingPlanes BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2661092-1276346150/watcher-2661092-1276346150 -o /tmp/evaluation-result-2661092-1276346150/solver-2661092-1276346150 -C 1800 -W 2000 -M 1800  java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar CuttingPlanes HOME/instance-2661092-1276346150.opb

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

MD5SUM BENCH= 40c4ca45f28cf4c12979bc2b22100ada
RANDOM SEED=1835423137

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

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

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


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1844536 kB
Buffers:         27352 kB
Cached:         113736 kB
SwapCached:      18732 kB
Active:         101252 kB
Inactive:        60648 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1844536 kB
SwapTotal:     4192956 kB
SwapFree:      4134460 kB
Dirty:             232 kB
Writeback:           4 kB
AnonPages:       12084 kB
Mapped:           9124 kB
Slab:            30736 kB
PageTables:       3972 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   184380 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= 62368 MiB
End job on node017 at 2010-06-12 14:46:30