Trace number 2669923

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-26SAT (TO)3 1800.25 1770.51

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/
factor-mod-size=7-P0=107-P1=79-P2=47-P3=23-P4=59-P5=43-B.opb
MD5SUMf01cd5833b9818ac5549df08f5d7cfc0
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark3
Best CPU time to get the best result obtained on this benchmark0.445931
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 3
Optimality of the best value was proved YES
Number of variables105
Total number of constraints11
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints11
Minimum length of a constraint7
Maximum length of a constraint63
Number of terms in the objective function 7
Biggest coefficient in the objective function 64
Number of bits for the biggest coefficient in the objective function 7
Sum of the numbers in the objective function 127
Number of bits of the sum of numbers in the objective function 7
Biggest number in a constraint 8192
Number of bits of the biggest number in a constraint 14
Biggest sum of numbers in a constraint 32512
Number of bits of the biggest sum of numbers15
Number of products (including duplicates)245
Sum of products size (including duplicates)490
Number of different products245
Sum of products size490

Solver Data

0.08/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.08/0.14	c This is free software under the dual EPL/GNU LGPL licenses.
0.08/0.14	c See www.sat4j.org for details.
0.08/0.15	c version 2.2.0.v20100526
0.08/0.15	c java.runtime.name	Java(TM) SE Runtime Environment
0.08/0.15	c java.vm.name		Java HotSpot(TM) Server VM
0.08/0.15	c java.vm.version	11.2-b01
0.08/0.15	c java.vm.vendor	Sun Microsystems Inc.
0.08/0.15	c sun.arch.data.model	32
0.08/0.15	c java.version		1.6.0_12
0.08/0.15	c os.name		Linux
0.08/0.15	c os.version		2.6.18-164.el5
0.08/0.15	c os.arch		i386
0.08/0.15	c Free memory 		1393557488
0.08/0.15	c Max memory 		1395916800
0.08/0.15	c Total memory 		1395916800
0.08/0.15	c Number of processors 	2
0.23/0.21	c Pseudo Boolean Optimization
0.23/0.21	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.23/0.21	c --- Begin Solver configuration ---
0.23/0.21	c Stops conflict analysis at the first Unique Implication Point
0.23/0.21	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@1ef9f1d
0.23/0.21	c Learn all clauses as in MiniSAT
0.23/0.21	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.23/0.21	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.23/0.21	c No reason simplification
0.23/0.21	c Armin Biere (Picosat) restarts strategy
0.23/0.21	c Glucose learned constraints deletion strategy
0.23/0.21	c timeout=2147483s
0.23/0.21	c DB Simplification allowed=false
0.23/0.21	c --- End Solver configuration ---
0.23/0.21	c solving HOME/instance-2669923-1276698656.opb
0.23/0.21	c reading problem ... 
0.37/0.34	c ... done. Wall clock time 0.132s.
0.37/0.34	c #vars     350
0.37/0.34	c #constraints  506
0.37/0.34	c constraints type 
0.37/0.34	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 245
0.37/0.34	c org.sat4j.pb.constraints.pb.MaxWatchPb => 261
8.06/4.88	c SATISFIABLE
8.06/4.88	c OPTIMIZING...
8.06/4.88	c Got one! Elapsed wall clock time (in seconds):4.672
8.06/4.88	o 3
25.79/22.05	c cleaning 0 clauses out of 5001 with flag 0/5001
138.53/133.94	c cleaning 0 clauses out of 11000 with flag 0/11000
373.79/366.62	c cleaning 0 clauses out of 18000 with flag 0/18000
819.78/806.91	c cleaning 0 clauses out of 26002 with flag 0/26002
1607.16/1581.69	c cleaning 0 clauses out of 35000 with flag 0/35000
1800.10/1770.41	c starts		: 65
1800.10/1770.41	c conflicts		: 37134
1800.10/1770.41	c decisions		: 40429
1800.10/1770.41	c propagations		: 514771
1800.10/1770.41	c inspects		: 977133978
1800.10/1770.42	c learnt literals	: 0
1800.10/1770.42	c learnt binary clauses	: 0
1800.10/1770.42	c learnt ternary clauses	: 0
1800.10/1770.42	c learnt clauses	: 37133
1800.10/1770.42	c ignored clauses	: 0
1800.10/1770.42	c root simplifications	: 0
1800.10/1770.42	c removed literals (reason simplification)	: 0
1800.10/1770.42	c reason swapping (by a shorter reason)	: 0
1800.10/1770.42	c Calls to reduceDB	: 5
1800.10/1770.42	c number of reductions to clauses (during analyze)	: 0
1800.10/1770.42	c number of learned constraints concerned by reduction	: 0
1800.10/1770.42	c number of learning phase by resolution	: 0
1800.10/1770.42	c number of learning phase by cutting planes	: 0
1800.10/1770.42	c speed (assignments/second)	: 291.56657896898105
1800.10/1770.42	c non guided choices	475
1800.10/1770.45	c learnt constraints type 
1800.10/1770.45	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 186
1800.10/1770.45	c org.sat4j.pb.constraints.pb.MaxWatchPb => 36947
1800.10/1770.45	c constraints type 
1800.10/1770.45	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 245
1800.10/1770.45	c org.sat4j.pb.constraints.pb.MaxWatchPb => 262
1800.10/1770.45	s SATISFIABLE
1800.10/1770.46	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 -x101 x102 -x103 -x104 x105 
1800.10/1770.46	c objective function=3
1800.10/1770.46	c Total wall clock time (in seconds): 1770.247

Verifier Data

OK	3

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2669923-1276698656/watcher-2669923-1276698656 -o /tmp/evaluation-result-2669923-1276698656/solver-2669923-1276698656 -C 1800 -W 2000 -M 1800 java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar CuttingPlanes HOME/instance-2669923-1276698656.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.00 0.00 0.17 3/105 18255
/proc/meminfo: memFree=1907952/2059040 swapFree=4136376/4192956
[pid=18255] ppid=18253 vsize=1832 CPUtime=0
/proc/18255/stat : 18255 (java6) S 18253 18255 18230 0 -1 4194304 246 0 0 0 0 0 0 0 18 0 1 0 11159304 1875968 149 1992294400 134512640 134550932 4286602944 18446744073709551615 4294960144 0 2147483391 4096 0 18446744071699326142 0 0 17 1 0 0 0
/proc/18255/statm: 458 149 111 10 0 63 0

[startup+0.051629 s]
/proc/loadavg: 0.00 0.00 0.17 3/105 18255
/proc/meminfo: memFree=1907952/2059040 swapFree=4136376/4192956
[pid=18255] ppid=18253 vsize=1521016 CPUtime=0.03
/proc/18255/stat : 18255 (java) S 18253 18255 18230 0 -1 4202496 3493 0 1 0 2 1 0 0 18 0 5 0 11159304 1557520384 2935 1992294400 134512640 134550932 4289383568 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0
/proc/18255/statm: 380254 2935 989 10 0 377564 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 1521016

[startup+0.101604 s]
/proc/loadavg: 0.00 0.00 0.17 3/105 18255
/proc/meminfo: memFree=1907952/2059040 swapFree=4136376/4192956
[pid=18255] ppid=18253 vsize=1524184 CPUtime=0.08
/proc/18255/stat : 18255 (java) S 18253 18255 18230 0 -1 4202496 3963 0 1 0 7 1 0 0 18 0 12 0 11159304 1560764416 3401 1992294400 134512640 134550932 4289383568 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/18255/statm: 381046 3401 1076 10 0 378348 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1524184

[startup+0.303731 s]
/proc/loadavg: 0.00 0.00 0.17 3/105 18255
/proc/meminfo: memFree=1907952/2059040 swapFree=4136376/4192956
[pid=18255] ppid=18253 vsize=1526900 CPUtime=0.37
/proc/18255/stat : 18255 (java) S 18253 18255 18230 0 -1 4202496 5454 0 1 0 35 2 0 0 18 0 12 0 11159304 1563545600 4890 1992294400 134512640 134550932 4289383568 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/18255/statm: 381725 4890 1364 10 0 379027 0
Current children cumulated CPU time (s) 0.37
Current children cumulated vsize (KiB) 1526900

[startup+0.701678 s]
/proc/loadavg: 0.00 0.00 0.17 3/105 18255
/proc/meminfo: memFree=1907952/2059040 swapFree=4136376/4192956
[pid=18255] ppid=18253 vsize=1529240 CPUtime=1.12
/proc/18255/stat : 18255 (java) S 18253 18255 18230 0 -1 4202496 7406 0 1 0 108 4 0 0 18 0 13 0 11159304 1565941760 6842 1992294400 134512640 134550932 4289383568 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/18255/statm: 382310 6842 1408 10 0 379612 0
Current children cumulated CPU time (s) 1.12
Current children cumulated vsize (KiB) 1529240

[startup+1.50177 s]
/proc/loadavg: 0.00 0.00 0.17 4/118 18268
/proc/meminfo: memFree=1870712/2059040 swapFree=4136376/4192956
[pid=18255] ppid=18253 vsize=1538896 CPUtime=2.7
/proc/18255/stat : 18255 (java) S 18253 18255 18230 0 -1 4202496 21371 0 1 0 261 9 0 0 18 0 13 0 11159304 1575829504 18393 1992294400 134512640 134550932 4289383568 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/18255/statm: 384724 18393 1418 10 0 382026 0
[pid=18255/tid=18257] ppid=18253 vsize=1538896 CPUtime=1.37
/proc/18255/task/18257/stat : 18257 (java) R 18253 18255 18230 0 -1 4202560 14409 0 1 0 131 6 0 0 18 0 13 0 11159305 1575829504 18393 1992294400 134512640 134550932 4289383568 18446744073709551615 106548570 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=18255/tid=18258] ppid=18253 vsize=1538896 CPUtime=0
/proc/18255/task/18258/stat : 18258 (java) S 18253 18255 18230 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 13 0 11159307 1575829504 18393 1992294400 134512640 134550932 4289383568 18446744073709551615 4294960144 0 4 0 16800975 18446604437861737792 0 0 -1 0 0 0 0
[pid=18255/tid=18259] ppid=18253 vsize=1538896 CPUtime=0
/proc/18255/task/18259/stat : 18259 (java) S 18253 18255 18230 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 13 0 11159307 1575829504 18393 1992294400 134512640 134550932 4289383568 18446744073709551615 4294960144 0 4 0 16800975 18446604437861737792 0 0 -1 0 0 0 0
[pid=18255/tid=18260] ppid=18253 vsize=1538896 CPUtime=0
/proc/18255/task/18260/stat : 18260 (java) S 18253 18255 18230 0 -1 4202560 1 0 0 0 0 0 0 0 16 0 13 0 11159308 1575829504 18393 1992294400 134512640 134550932 4289383568 18446744073709551615 4294960144 0 0 0 16800975 18446604437861737792 0 0 -1 0 0 0 0
[pid=18255/tid=18261] ppid=18253 vsize=1538896 CPUtime=0
/proc/18255/task/18261/stat : 18261 (java) S 18253 18255 18230 0 -1 4202560 10 0 0 0 0 0 0 0 23 0 13 0 11159309 1575829504 18393 1992294400 134512640 134550932 4289383568 18446744073709551615 4294960144 0 4 0 16800975 18446604437861737792 0 0 -1 0 0 0 0
[pid=18255/tid=18262] ppid=18253 vsize=1538896 CPUtime=0
/proc/18255/task/18262/stat : 18262 (java) S 18253 18255 18230 0 -1 4202560 5 0 0 0 0 0 0 0 24 0 13 0 11159309 1575829504 18393 1992294400 134512640 134550932 4289383568 18446744073709551615 4294960144 0 4 0 16800975 18446604437861737792 0 0 -1 0 0 0 0
[pid=18255/tid=18263] ppid=18253 vsize=1538896 CPUtime=0
/proc/18255/task/18263/stat : 18263 (java) S 18253 18255 18230 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 11159313 1575829504 18393 1992294400 134512640 134550932 4289383568 18446744073709551615 4294960144 0 4 0 16800975 18446604437861737792 0 0 -1 0 0 0 0
[pid=18255/tid=18264] ppid=18253 vsize=1538896 CPUtime=0.17
/proc/18255/task/18264/stat : 18264 (java) R 18253 18255 18230 0 -1 4202560 504 0 0 0 17 0 0 0 25 0 13 0 11159313 1575829504 18393 1992294400 134512640 134550932 4289383568 18446744073709551615 105490814 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=18255/tid=18265] ppid=18253 vsize=1538896 CPUtime=1.13
/proc/18255/task/18265/stat : 18265 (java) R 18253 18255 18230 0 -1 4202560 5388 0 0 0 111 2 0 0 17 0 13 0 11159313 1575829504 18393 1992294400 134512640 134550932 4289383568 18446744073709551615 106251519 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=18255/tid=18266] ppid=18253 vsize=1538896 CPUtime=0
/proc/18255/task/18266/stat : 18266 (java) S 18253 18255 18230 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 11159313 1575829504 18393 1992294400 134512640 134550932 4289383568 18446744073709551615 4294960144 0 4 0 16800975 18446604437861737792 0 0 -1 0 0 0 0
[pid=18255/tid=18267] ppid=18253 vsize=1538896 CPUtime=0
/proc/18255/task/18267/stat : 18267 (java) S 18253 18255 18230 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 11159313 1575829504 18393 1992294400 134512640 134550932 4289383568 18446744073709551615 4294960144 0 4 0 16800975 18446604437861737792 0 0 -1 1 0 0 0
[pid=18255/tid=18268] ppid=18253 vsize=1538896 CPUtime=0
/proc/18255/task/18268/stat : 18268 (java) S 18253 18255 18230 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 11159339 1575829504 18393 1992294400 134512640 134550932 4289383568 18446744073709551615 4294960144 0 4 0 16800975 18446604437861737792 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2.7
Current children cumulated vsize (KiB) 1538896

[startup+3.10194 s]
/proc/loadavg: 0.24 0.05 0.18 5/118 18268
/proc/meminfo: memFree=1810200/2059040 swapFree=4136376/4192956
[pid=18255] ppid=18253 vsize=1544960 CPUtime=5.89
/proc/18255/stat : 18255 (java) S 18253 18255 18230 0 -1 4202496 46068 0 1 0 569 20 0 0 18 0 13 0 11159304 1582039040 38331 1992294400 134512640 134550932 4289383568 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/18255/statm: 386240 38331 1435 10 0 383542 0
[pid=18255/tid=18257] ppid=18253 vsize=1544960 CPUtime=2.74
/proc/18255/task/18257/stat : 18257 (java) R 18253 18255 18230 0 -1 4202560 32058 0 1 0 260 14 0 0 18 0 13 0 11159305 1582039040 38331 1992294400 134512640 134550932 4289383568 18446744073709551615 4109000482 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=18255/tid=18258] ppid=18253 vsize=1544960 CPUtime=0
/proc/18255/task/18258/stat : 18258 (java) S 18253 18255 18230 0 -1 4202560 353 0 0 0 0 0 0 0 18 0 13 0 11159307 1582039040 38331 1992294400 134512640 134550932 4289383568 18446744073709551615 4294960144 0 4 0 16800975 18446604437861737792 0 0 -1 0 0 0 0
[pid=18255/tid=18259] ppid=18253 vsize=1544960 CPUtime=0
/proc/18255/task/18259/stat : 18259 (java) S 18253 18255 18230 0 -1 4202560 171 0 0 0 0 0 0 0 17 0 13 0 11159307 1582039040 38331 1992294400 134512640 134550932 4289383568 18446744073709551615 4294960144 0 4 0 16800975 18446604437861737792 0 0 -1 0 0 0 0
[pid=18255/tid=18260] ppid=18253 vsize=1544960 CPUtime=0
/proc/18255/task/18260/stat : 18260 (java) S 18253 18255 18230 0 -1 4202560 8 0 0 0 0 0 0 0 15 0 13 0 11159308 1582039040 38331 1992294400 134512640 134550932 4289383568 18446744073709551615 4294960144 0 0 0 16800975 18446604437861737792 0 0 -1 0 0 0 0
[pid=18255/tid=18261] ppid=18253 vsize=1544960 CPUtime=0
/proc/18255/task/18261/stat : 18261 (java) S 18253 18255 18230 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 11159309 1582039040 38331 1992294400 134512640 134550932 4289383568 18446744073709551615 4294960144 0 4 0 16800975 18446604437861737792 0 0 -1 0 0 0 0
[pid=18255/tid=18262] ppid=18253 vsize=1544960 CPUtime=0
/proc/18255/task/18262/stat : 18262 (java) S 18253 18255 18230 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 11159309 1582039040 38331 1992294400 134512640 134550932 4289383568 18446744073709551615 4294960144 0 4 0 16800975 18446604437861737792 0 0 -1 0 0 0 0
[pid=18255/tid=18263] ppid=18253 vsize=1544960 CPUtime=0
/proc/18255/task/18263/stat : 18263 (java) S 18253 18255 18230 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 11159313 1582039040 38331 1992294400 134512640 134550932 4289383568 18446744073709551615 4294960144 0 4 0 16800975 18446604437861737792 0 0 -1 0 0 0 0
[pid=18255/tid=18264] ppid=18253 vsize=1544960 CPUtime=0.39
/proc/18255/task/18264/stat : 18264 (java) R 18253 18255 18230 0 -1 4202560 1869 0 0 0 39 0 0 0 18 0 13 0 11159313 1582039040 38331 1992294400 134512640 134550932 4289383568 18446744073709551615 103371455 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=18255/tid=18265] ppid=18253 vsize=1544960 CPUtime=2.71
/proc/18255/task/18265/stat : 18265 (java) R 18253 18255 18230 0 -1 4202560 10540 0 0 0 267 4 0 0 18 0 13 0 11159313 1582039040 38331 1992294400 134512640 134550932 4289383568 18446744073709551615 104140938 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=18255/tid=18266] ppid=18253 vsize=1544960 CPUtime=0
/proc/18255/task/18266/stat : 18266 (java) S 18253 18255 18230 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 11159313 1582039040 38331 1992294400 134512640 134550932 4289383568 18446744073709551615 4294960144 0 4 0 16800975 18446604437861737792 0 0 -1 0 0 0 0
[pid=18255/tid=18267] ppid=18253 vsize=1544960 CPUtime=0
/proc/18255/task/18267/stat : 18267 (java) S 18253 18255 18230 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 11159313 1582039040 38331 1992294400 134512640 134550932 4289383568 18446744073709551615 4294960144 0 4 0 16800975 18446604437861737792 0 0 -1 1 0 0 0
[pid=18255/tid=18268] ppid=18253 vsize=1544960 CPUtime=0
/proc/18255/task/18268/stat : 18268 (java) S 18253 18255 18230 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 11159339 1582039040 38331 1992294400 134512640 134550932 4289383568 18446744073709551615 4294960144 0 4 0 16800975 18446604437861737792 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 5.89
Current children cumulated vsize (KiB) 1544960

[startup+6.30129 s]
/proc/loadavg: 0.24 0.05 0.18 2/118 18268
/proc/meminfo: memFree=1754028/2059040 swapFree=4136376/4192956
[pid=18255] ppid=18253 vsize=1541732 CPUtime=9.59
/proc/18255/stat : 18255 (java) S 18253 18255 18230 0 -1 4202496 50352 0 1 0 937 22 0 0 18 0 13 0 11159304 1578733568 41201 1992294400 134512640 134550932 4289383568 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/18255/statm: 385433 41201 1435 10 0 382735 0
[pid=18255/tid=18257] ppid=18253 vsize=1541732 CPUtime=5.67
/proc/18255/task/18257/stat : 18257 (java) R 18253 18255 18230 0 -1 4202560 32065 0 1 0 553 14 0 0 23 0 13 0 11159305 1578733568 41201 1992294400 134512640 134550932 4289383568 18446744073709551615 4109009678 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=18255/tid=18258] ppid=18253 vsize=1541732 CPUtime=0.08
/proc/18255/task/18258/stat : 18258 (java) S 18253 18255 18230 0 -1 4202560 2057 0 0 0 7 1 0 0 16 0 13 0 11159307 1578733568 41201 1992294400 134512640 134550932 4289383568 18446744073709551615 4294960144 0 4 0 16800975 18446604437861737792 0 0 -1 1 0 0 0
[pid=18255/tid=18259] ppid=18253 vsize=1541732 CPUtime=0.07
/proc/18255/task/18259/stat : 18259 (java) S 18253 18255 18230 0 -1 4202560 2021 0 0 0 7 0 0 0 16 0 13 0 11159307 1578733568 41201 1992294400 134512640 134550932 4289383568 18446744073709551615 4294960144 0 4 0 16800975 18446604437861737792 0 0 -1 0 0 0 0
[pid=18255/tid=18260] ppid=18253 vsize=1541732 CPUtime=0
/proc/18255/task/18260/stat : 18260 (java) S 18253 18255 18230 0 -1 4202560 28 0 0 0 0 0 0 0 15 0 13 0 11159308 1578733568 41201 1992294400 134512640 134550932 4289383568 18446744073709551615 4294960144 0 0 0 16800975 18446604437861737792 0 0 -1 0 0 0 0
[pid=18255/tid=18261] ppid=18253 vsize=1541732 CPUtime=0
/proc/18255/task/18261/stat : 18261 (java) S 18253 18255 18230 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 11159309 1578733568 41201 1992294400 134512640 134550932 4289383568 18446744073709551615 4294960144 0 4 0 16800975 18446604437861737792 0 0 -1 0 0 0 0
[pid=18255/tid=18262] ppid=18253 vsize=1541732 CPUtime=0
/proc/18255/task/18262/stat : 18262 (java) S 18253 18255 18230 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 11159309 1578733568 41201 1992294400 134512640 134550932 4289383568 18446744073709551615 4294960144 0 4 0 16800975 18446604437861737792 0 0 -1 0 0 0 0
[pid=18255/tid=18263] ppid=18253 vsize=1541732 CPUtime=0
/proc/18255/task/18263/stat : 18263 (java) S 18253 18255 18230 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 11159313 1578733568 41201 1992294400 134512640 134550932 4289383568 18446744073709551615 4294960144 0 4 0 16800975 18446604437861737792 0 0 -1 0 0 0 0
[pid=18255/tid=18264] ppid=18253 vsize=1541732 CPUtime=0.62
/proc/18255/task/18264/stat : 18264 (java) S 18253 18255 18230 0 -1 4202560 2326 0 0 0 61 1 0 0 15 0 13 0 11159313 1578733568 41201 1992294400 134512640 134550932 4289383568 18446744073709551615 4294960144 0 4 0 16800975 18446604437861737792 0 0 -1 1 0 0 0
[pid=18255/tid=18265] ppid=18253 vsize=1541732 CPUtime=3.12
/proc/18255/task/18265/stat : 18265 (java) S 18253 18255 18230 0 -1 4202560 10786 0 0 0 308 4 0 0 15 0 13 0 11159313 1578733568 41201 1992294400 134512640 134550932 4289383568 18446744073709551615 4294960144 0 4 0 16800975 18446604437861737792 0 0 -1 1 0 0 0
[pid=18255/tid=18266] ppid=18253 vsize=1541732 CPUtime=0
/proc/18255/task/18266/stat : 18266 (java) S 18253 18255 18230 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 11159313 1578733568 41201 1992294400 134512640 134550932 4289383568 18446744073709551615 4294960144 0 4 0 16800975 18446604437861737792 0 0 -1 0 0 0 0
[pid=18255/tid=18267] ppid=18253 vsize=1541732 CPUtime=0
/proc/18255/task/18267/stat : 18267 (java) S 18253 18255 18230 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 11159313 1578733568 41201 1992294400 134512640 134550932 4289383568 18446744073709551615 4294960144 0 4 0 16800975 18446604437861737792 0 0 -1 0 0 0 0
[pid=18255/tid=18268] ppid=18253 vsize=1541732 CPUtime=0
/proc/18255/task/18268/stat : 18268 (java) S 18253 18255 18230 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 11159339 1578733568 41201 1992294400 134512640 134550932 4289383568 18446744073709551615 4294960144 0 4 0 16800975 18446604437861737792 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 9.59
Current children cumulated vsize (KiB) 1541732

[startup+12.702 s]
/proc/loadavg: 0.36 0.08 0.19 2/118 18268
/proc/meminfo: memFree=1710752/2059040 swapFree=4136376/4192956
[pid=18255] ppid=18253 vsize=1547876 CPUtime=16.34
/proc/18255/stat : 18255 (java) S 18253 18255 18230 0 -1 4202496 60815 0 1 0 1608 26 0 0 18 0 13 0 11159304 1585025024 50550 1992294400 134512640 134550932 4289383568 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/18255/statm: 386969 50550 1435 10 0 384271 0
[pid=18255/tid=18257] ppid=18253 vsize=1547876 CPUtime=11.93
/proc/18255/task/18257/stat : 18257 (java) R 18253 18255 18230 0 -1 4202560 35497 0 1 0 1178 15 0 0 25 0 13 0 11159305 1585025024 50550 1992294400 134512640 134550932 4289383568 18446744073709551615 4108972816 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=18255/tid=18258] ppid=18253 vsize=1547876 CPUtime=0.19
/proc/18255/task/18258/stat : 18258 (java) S 18253 18255 18230 0 -1 4202560 4374 0 0 0 18 1 0 0 15 0 13 0 11159307 1585025024 50550 1992294400 134512640 134550932 4289383568 18446744073709551615 4294960144 0 4 0 16800975 18446604437861737792 0 0 -1 1 0 0 0
[pid=18255/tid=18259] ppid=18253 vsize=1547876 CPUtime=0.19
/proc/18255/task/18259/stat : 18259 (java) S 18253 18255 18230 0 -1 4202560 4584 0 0 0 18 1 0 0 16 0 13 0 11159307 1585025024 50550 1992294400 134512640 134550932 4289383568 18446744073709551615 4294960144 0 4 0 16800975 18446604437861737792 0 0 -1 0 0 0 0
[pid=18255/tid=18260] ppid=18253 vsize=1547876 CPUtime=0
/proc/18255/task/18260/stat : 18260 (java) S 18253 18255 18230 0 -1 4202560 28 0 0 0 0 0 0 0 15 0 13 0 11159308 1585025024 50550 1992294400 134512640 134550932 4289383568 18446744073709551615 4294960144 0 0 0 16800975 18446604437861737792 0 0 -1 0 0 0 0
[pid=18255/tid=18261] ppid=18253 vsize=1547876 CPUtime=0
/proc/18255/task/18261/stat : 18261 (java) S 18253 18255 18230 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 11159309 1585025024 50550 1992294400 134512640 134550932 4289383568 18446744073709551615 4294960144 0 4 0 16800975 18446604437861737792 0 0 -1 0 0 0 0
[pid=18255/tid=18262] ppid=18253 vsize=1547876 CPUtime=0
/proc/18255/task/18262/stat : 18262 (java) S 18253 18255 18230 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 11159309 1585025024 50550 1992294400 134512640 134550932 4289383568 18446744073709551615 4294960144 0 4 0 16800975 18446604437861737792 0 0 -1 0 0 0 0
[pid=18255/tid=18263] ppid=18253 vsize=1547876 CPUtime=0
/proc/18255/task/18263/stat : 18263 (java) S 18253 18255 18230 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 11159313 1585025024 50550 1992294400 134512640 134550932 4289383568 18446744073709551615 4294960144 0 4 0 16800975 18446604437861737792 0 0 -1 0 0 0 0
[pid=18255/tid=18264] ppid=18253 vsize=1547876 CPUtime=0.62
/proc/18255/task/18264/stat : 18264 (java) S 18253 18255 18230 0 -1 4202560 2326 0 0 0 61 1 0 0 15 0 13 0 11159313 1585025024 50550 1992294400 134512640 134550932 4289383568 18446744073709551615 4294960144 0 4 0 16800975 18446604437861737792 0 0 -1 1 0 0 0
[pid=18255/tid=18265] ppid=18253 vsize=1547876 CPUtime=3.35
/proc/18255/task/18265/stat : 18265 (java) S 18253 18255 18230 0 -1 4202560 12937 0 0 0 330 5 0 0 15 0 13 0 11159313 1585025024 50550 1992294400 134512640 134550932 4289383568 18446744073709551615 4294960144 0 4 0 16800975 18446604437861737792 0 0 -1 1 0 0 0
[pid=18255/tid=18266] ppid=18253 vsize=1547876 CPUtime=0
/proc/18255/task/18266/stat : 18266 (java) S 18253 18255 18230 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 11159313 1585025024 50550 1992294400 134512640 134550932 4289383568 18446744073709551615 4294960144 0 4 0 16800975 18446604437861737792 0 0 -1 0 0 0 0
[pid=18255/tid=18267] ppid=18253 vsize=1547876 CPUtime=0
/proc/18255/task/18267/stat : 18267 (java) S 18253 18255 18230 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 11159313 1585025024 50550 1992294400 134512640 134550932 4289383568 18446744073709551615 4294960144 0 4 0 16800975 18446604437861737792 0 0 -1 0 0 0 0
[pid=18255/tid=18268] ppid=18253 vsize=1547876 CPUtime=0
/proc/18255/task/18268/stat : 18268 (java) S 18253 18255 18230 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 11159339 1585025024 50550 1992294400 134512640 134550932 4289383568 18446744073709551615 4294960144 0 4 0 16800975 18446604437861737792 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 16.34
Current children cumulated vsize (KiB) 1547876

[startup+25.5014 s]
/proc/loadavg: 0.45 0.11 0.20 2/118 18268
/proc/meminfo: memFree=1698724/2059040 swapFree=4136376/4192956
[pid=18255] ppid=18253 vsize=1547876 CPUtime=29.34
/proc/18255/stat : 18255 (java) S 18253 18255 18230 0 -1 4202496 63885 0 1 0 2906 28 0 0 18 0 13 0 11159304 1585025024 53396 1992294400 134512640 134550932 4289383568 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/18255/statm: 386969 53396 1445 10 0 384271 0
[pid=18255/tid=18257] ppid=18253 vsize=1547876 CPUtime=24.52
/proc/18255/task/18257/stat : 18257 (java) R 18253 18255 18230 0 -1 4202560 35768 0 1 0 2436 16 0 0 25 0 13 0 11159305 1585025024 53396 1992294400 134512640 134550932 4289383568 18446744073709551615 4109189894 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=18255/tid=18258] ppid=18253 vsize=1547876 CPUtime=0.3
/proc/18255/task/18258/stat : 18258 (java) S 18253 18255 18230 0 -1 4202560 5604 0 0 0 29 1 0 0 16 0 13 0 11159307 1585025024 53396 1992294400 134512640 134550932 4289383568 18446744073709551615 4294960144 0 4 0 16800975 18446604437861737792 0 0 -1 1 0 0 0
[pid=18255/tid=18259] ppid=18253 vsize=1547876 CPUtime=0.31
/proc/18255/task/18259/stat : 18259 (java) S 18253 18255 18230 0 -1 4202560 6084 0 0 0 29 2 0 0 16 0 13 0 11159307 1585025024 53396 1992294400 134512640 134550932 4289383568 18446744073709551615 4294960144 0 4 0 16800975 18446604437861737792 0 0 -1 0 0 0 0
[pid=18255/tid=18260] ppid=18253 vsize=1547876 CPUtime=0.09

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

[pid=18255] ppid=18253 vsize=1547876 CPUtime=1566.89
/proc/18255/stat : 18255 (java) S 18253 18255 18230 0 -1 4202496 98104 0 1 0 156607 82 0 0 18 0 13 0 11159304 1585025024 84448 1992294400 134512640 134550932 4289383568 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/18255/statm: 386969 84448 1445 10 0 384271 0
[pid=18255/tid=18257] ppid=18253 vsize=1547876 CPUtime=1518.15
/proc/18255/task/18257/stat : 18257 (java) R 18253 18255 18230 0 -1 4202560 36906 0 1 0 151793 22 0 0 25 0 13 0 11159305 1585025024 84448 1992294400 134512640 134550932 4289383568 18446744073709551615 4108984947 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=18255/tid=18258] ppid=18253 vsize=1547876 CPUtime=21.58
/proc/18255/task/18258/stat : 18258 (java) S 18253 18255 18230 0 -1 4202560 22223 0 0 0 2140 18 0 0 16 0 13 0 11159307 1585025024 84448 1992294400 134512640 134550932 4289383568 18446744073709551615 4294960144 0 4 0 16800975 18446604437861737792 0 0 -1 0 0 0 0
[pid=18255/tid=18259] ppid=18253 vsize=1547876 CPUtime=21.59
/proc/18255/task/18259/stat : 18259 (java) S 18253 18255 18230 0 -1 4202560 22128 0 0 0 2135 24 0 0 16 0 13 0 11159307 1585025024 84448 1992294400 134512640 134550932 4289383568 18446744073709551615 4294960144 0 4 0 16800975 18446604437861737792 0 0 -1 1 0 0 0
[pid=18255/tid=18260] ppid=18253 vsize=1547876 CPUtime=1.29
/proc/18255/task/18260/stat : 18260 (java) S 18253 18255 18230 0 -1 4202560 382 0 0 0 121 8 0 0 15 0 13 0 11159308 1585025024 84448 1992294400 134512640 134550932 4289383568 18446744073709551615 4294960144 0 0 0 16800975 18446604437861737792 0 0 -1 0 0 0 0
[pid=18255/tid=18261] ppid=18253 vsize=1547876 CPUtime=0
/proc/18255/task/18261/stat : 18261 (java) S 18253 18255 18230 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 11159309 1585025024 84448 1992294400 134512640 134550932 4289383568 18446744073709551615 4294960144 0 4 0 16800975 18446604437861737792 0 0 -1 0 0 0 0
[pid=18255/tid=18262] ppid=18253 vsize=1547876 CPUtime=0
/proc/18255/task/18262/stat : 18262 (java) S 18253 18255 18230 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 11159309 1585025024 84448 1992294400 134512640 134550932 4289383568 18446744073709551615 4294960144 0 4 0 16800975 18446604437861737792 0 0 -1 0 0 0 0
[pid=18255/tid=18263] ppid=18253 vsize=1547876 CPUtime=0
/proc/18255/task/18263/stat : 18263 (java) S 18253 18255 18230 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 11159313 1585025024 84448 1992294400 134512640 134550932 4289383568 18446744073709551615 4294960144 0 4 0 16800975 18446604437861737792 0 0 -1 0 0 0 0
[pid=18255/tid=18264] ppid=18253 vsize=1547876 CPUtime=0.65
/proc/18255/task/18264/stat : 18264 (java) S 18253 18255 18230 0 -1 4202560 2326 0 0 0 64 1 0 0 15 0 13 0 11159313 1585025024 84448 1992294400 134512640 134550932 4289383568 18446744073709551615 4294960144 0 4 0 16800975 18446604437861737792 0 0 -1 1 0 0 0
[pid=18255/tid=18265] ppid=18253 vsize=1547876 CPUtime=3.56
/proc/18255/task/18265/stat : 18265 (java) S 18253 18255 18230 0 -1 4202560 12977 0 0 0 351 5 0 0 15 0 13 0 11159313 1585025024 84448 1992294400 134512640 134550932 4289383568 18446744073709551615 4294960144 0 4 0 16800975 18446604437861737792 0 0 -1 1 0 0 0
[pid=18255/tid=18266] ppid=18253 vsize=1547876 CPUtime=0
/proc/18255/task/18266/stat : 18266 (java) S 18253 18255 18230 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 11159313 1585025024 84448 1992294400 134512640 134550932 4289383568 18446744073709551615 4294960144 0 4 0 16800975 18446604437861737792 0 0 -1 0 0 0 0
[pid=18255/tid=18267] ppid=18253 vsize=1547876 CPUtime=0
/proc/18255/task/18267/stat : 18267 (java) S 18253 18255 18230 0 -1 4202560 94 0 0 0 0 0 0 0 15 0 13 0 11159313 1585025024 84448 1992294400 134512640 134550932 4289383568 18446744073709551615 4294960144 0 4 0 16800975 18446604437861737792 0 0 -1 1 0 0 0
[pid=18255/tid=18268] ppid=18253 vsize=1547876 CPUtime=0
/proc/18255/task/18268/stat : 18268 (java) S 18253 18255 18230 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 11159339 1585025024 84448 1992294400 134512640 134550932 4289383568 18446744073709551615 4294960144 0 4 0 16800975 18446604437861737792 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1566.89
Current children cumulated vsize (KiB) 1547876

[startup+1602.3 s]
/proc/loadavg: 1.00 0.97 0.82 2/118 18313
/proc/meminfo: memFree=1570756/2059040 swapFree=4136376/4192956
[pid=18255] ppid=18253 vsize=1547876 CPUtime=1628.34
/proc/18255/stat : 18255 (java) S 18253 18255 18230 0 -1 4202496 98635 0 1 0 162749 85 0 0 18 0 13 0 11159304 1585025024 84926 1992294400 134512640 134550932 4289383568 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/18255/statm: 386969 84926 1445 10 0 384271 0
[pid=18255/tid=18257] ppid=18253 vsize=1547876 CPUtime=1576.05
/proc/18255/task/18257/stat : 18257 (java) R 18253 18255 18230 0 -1 4202560 36947 0 1 0 157583 22 0 0 25 0 13 0 11159305 1585025024 84926 1992294400 134512640 134550932 4289383568 18446744073709551615 4108982118 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=18255/tid=18258] ppid=18253 vsize=1547876 CPUtime=23.08
/proc/18255/task/18258/stat : 18258 (java) S 18253 18255 18230 0 -1 4202560 22421 0 0 0 2288 20 0 0 15 0 13 0 11159307 1585025024 84926 1992294400 134512640 134550932 4289383568 18446744073709551615 4294960144 0 4 0 16800975 18446604437861737792 0 0 -1 0 0 0 0
[pid=18255/tid=18259] ppid=18253 vsize=1547876 CPUtime=23.07
/proc/18255/task/18259/stat : 18259 (java) S 18253 18255 18230 0 -1 4202560 22412 0 0 0 2282 25 0 0 16 0 13 0 11159307 1585025024 84926 1992294400 134512640 134550932 4289383568 18446744073709551615 4294960144 0 4 0 16800975 18446604437861737792 0 0 -1 1 0 0 0
[pid=18255/tid=18260] ppid=18253 vsize=1547876 CPUtime=1.85
/proc/18255/task/18260/stat : 18260 (java) S 18253 18255 18230 0 -1 4202560 386 0 0 0 177 8 0 0 15 0 13 0 11159308 1585025024 84926 1992294400 134512640 134550932 4289383568 18446744073709551615 4294960144 0 0 0 16800975 18446604437861737792 0 0 -1 0 0 0 0
[pid=18255/tid=18261] ppid=18253 vsize=1547876 CPUtime=0
/proc/18255/task/18261/stat : 18261 (java) S 18253 18255 18230 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 11159309 1585025024 84926 1992294400 134512640 134550932 4289383568 18446744073709551615 4294960144 0 4 0 16800975 18446604437861737792 0 0 -1 0 0 0 0
[pid=18255/tid=18262] ppid=18253 vsize=1547876 CPUtime=0
/proc/18255/task/18262/stat : 18262 (java) S 18253 18255 18230 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 11159309 1585025024 84926 1992294400 134512640 134550932 4289383568 18446744073709551615 4294960144 0 4 0 16800975 18446604437861737792 0 0 -1 0 0 0 0
[pid=18255/tid=18263] ppid=18253 vsize=1547876 CPUtime=0
/proc/18255/task/18263/stat : 18263 (java) S 18253 18255 18230 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 11159313 1585025024 84926 1992294400 134512640 134550932 4289383568 18446744073709551615 4294960144 0 4 0 16800975 18446604437861737792 0 0 -1 0 0 0 0
[pid=18255/tid=18264] ppid=18253 vsize=1547876 CPUtime=0.65
/proc/18255/task/18264/stat : 18264 (java) S 18253 18255 18230 0 -1 4202560 2326 0 0 0 64 1 0 0 15 0 13 0 11159313 1585025024 84926 1992294400 134512640 134550932 4289383568 18446744073709551615 4294960144 0 4 0 16800975 18446604437861737792 0 0 -1 1 0 0 0
[pid=18255/tid=18265] ppid=18253 vsize=1547876 CPUtime=3.56
/proc/18255/task/18265/stat : 18265 (java) S 18253 18255 18230 0 -1 4202560 12977 0 0 0 351 5 0 0 15 0 13 0 11159313 1585025024 84926 1992294400 134512640 134550932 4289383568 18446744073709551615 4294960144 0 4 0 16800975 18446604437861737792 0 0 -1 1 0 0 0
[pid=18255/tid=18266] ppid=18253 vsize=1547876 CPUtime=0
/proc/18255/task/18266/stat : 18266 (java) S 18253 18255 18230 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 11159313 1585025024 84926 1992294400 134512640 134550932 4289383568 18446744073709551615 4294960144 0 4 0 16800975 18446604437861737792 0 0 -1 0 0 0 0
[pid=18255/tid=18267] ppid=18253 vsize=1547876 CPUtime=0
/proc/18255/task/18267/stat : 18267 (java) S 18253 18255 18230 0 -1 4202560 98 0 0 0 0 0 0 0 15 0 13 0 11159313 1585025024 84926 1992294400 134512640 134550932 4289383568 18446744073709551615 4294960144 0 4 0 16800975 18446604437861737792 0 0 -1 1 0 0 0
[pid=18255/tid=18268] ppid=18253 vsize=1547876 CPUtime=0
/proc/18255/task/18268/stat : 18268 (java) S 18253 18255 18230 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 11159339 1585025024 84926 1992294400 134512640 134550932 4289383568 18446744073709551615 4294960144 0 4 0 16800975 18446604437861737792 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1628.34
Current children cumulated vsize (KiB) 1547876

[startup+1662.3 s]
/proc/loadavg: 1.00 0.97 0.83 2/118 18315
/proc/meminfo: memFree=1570756/2059040 swapFree=4136376/4192956
[pid=18255] ppid=18253 vsize=1547876 CPUtime=1689.75
/proc/18255/stat : 18255 (java) S 18253 18255 18230 0 -1 4202496 98684 0 1 0 168887 88 0 0 18 0 13 0 11159304 1585025024 84926 1992294400 134512640 134550932 4289383568 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/18255/statm: 386969 84926 1445 10 0 384271 0
[pid=18255/tid=18257] ppid=18253 vsize=1547876 CPUtime=1634.55
/proc/18255/task/18257/stat : 18257 (java) R 18253 18255 18230 0 -1 4202560 36988 0 1 0 163433 22 0 0 25 0 13 0 11159305 1585025024 84926 1992294400 134512640 134550932 4289383568 18446744073709551615 4108984988 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=18255/tid=18258] ppid=18253 vsize=1547876 CPUtime=24.53
/proc/18255/task/18258/stat : 18258 (java) S 18253 18255 18230 0 -1 4202560 22421 0 0 0 2432 21 0 0 16 0 13 0 11159307 1585025024 84926 1992294400 134512640 134550932 4289383568 18446744073709551615 4294960144 0 4 0 16800975 18446604437861737792 0 0 -1 0 0 0 0
[pid=18255/tid=18259] ppid=18253 vsize=1547876 CPUtime=24.53
/proc/18255/task/18259/stat : 18259 (java) S 18253 18255 18230 0 -1 4202560 22412 0 0 0 2427 26 0 0 16 0 13 0 11159307 1585025024 84926 1992294400 134512640 134550932 4289383568 18446744073709551615 4294960144 0 4 0 16800975 18446604437861737792 0 0 -1 1 0 0 0
[pid=18255/tid=18260] ppid=18253 vsize=1547876 CPUtime=1.87
/proc/18255/task/18260/stat : 18260 (java) S 18253 18255 18230 0 -1 4202560 390 0 0 0 178 9 0 0 15 0 13 0 11159308 1585025024 84926 1992294400 134512640 134550932 4289383568 18446744073709551615 4294960144 0 0 0 16800975 18446604437861737792 0 0 -1 0 0 0 0
[pid=18255/tid=18261] ppid=18253 vsize=1547876 CPUtime=0
/proc/18255/task/18261/stat : 18261 (java) S 18253 18255 18230 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 11159309 1585025024 84926 1992294400 134512640 134550932 4289383568 18446744073709551615 4294960144 0 4 0 16800975 18446604437861737792 0 0 -1 0 0 0 0
[pid=18255/tid=18262] ppid=18253 vsize=1547876 CPUtime=0
/proc/18255/task/18262/stat : 18262 (java) S 18253 18255 18230 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 11159309 1585025024 84926 1992294400 134512640 134550932 4289383568 18446744073709551615 4294960144 0 4 0 16800975 18446604437861737792 0 0 -1 0 0 0 0
[pid=18255/tid=18263] ppid=18253 vsize=1547876 CPUtime=0
/proc/18255/task/18263/stat : 18263 (java) S 18253 18255 18230 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 11159313 1585025024 84926 1992294400 134512640 134550932 4289383568 18446744073709551615 4294960144 0 4 0 16800975 18446604437861737792 0 0 -1 0 0 0 0
[pid=18255/tid=18264] ppid=18253 vsize=1547876 CPUtime=0.65
/proc/18255/task/18264/stat : 18264 (java) S 18253 18255 18230 0 -1 4202560 2326 0 0 0 64 1 0 0 15 0 13 0 11159313 1585025024 84926 1992294400 134512640 134550932 4289383568 18446744073709551615 4294960144 0 4 0 16800975 18446604437861737792 0 0 -1 1 0 0 0
[pid=18255/tid=18265] ppid=18253 vsize=1547876 CPUtime=3.56
/proc/18255/task/18265/stat : 18265 (java) S 18253 18255 18230 0 -1 4202560 12977 0 0 0 351 5 0 0 15 0 13 0 11159313 1585025024 84926 1992294400 134512640 134550932 4289383568 18446744073709551615 4294960144 0 4 0 16800975 18446604437861737792 0 0 -1 1 0 0 0
[pid=18255/tid=18266] ppid=18253 vsize=1547876 CPUtime=0
/proc/18255/task/18266/stat : 18266 (java) S 18253 18255 18230 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 11159313 1585025024 84926 1992294400 134512640 134550932 4289383568 18446744073709551615 4294960144 0 4 0 16800975 18446604437861737792 0 0 -1 0 0 0 0
[pid=18255/tid=18267] ppid=18253 vsize=1547876 CPUtime=0
/proc/18255/task/18267/stat : 18267 (java) S 18253 18255 18230 0 -1 4202560 102 0 0 0 0 0 0 0 15 0 13 0 11159313 1585025024 84926 1992294400 134512640 134550932 4289383568 18446744073709551615 4294960144 0 4 0 16800975 18446604437861737792 0 0 -1 0 0 0 0
[pid=18255/tid=18268] ppid=18253 vsize=1547876 CPUtime=0
/proc/18255/task/18268/stat : 18268 (java) S 18253 18255 18230 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 11159339 1585025024 84926 1992294400 134512640 134550932 4289383568 18446744073709551615 4294960144 0 4 0 16800975 18446604437861737792 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1689.75
Current children cumulated vsize (KiB) 1547876

[startup+1722.3 s]
/proc/loadavg: 1.00 0.97 0.83 2/118 18317
/proc/meminfo: memFree=1570632/2059040 swapFree=4136376/4192956
[pid=18255] ppid=18253 vsize=1547876 CPUtime=1751.24
/proc/18255/stat : 18255 (java) S 18253 18255 18230 0 -1 4202496 98730 0 1 0 175034 90 0 0 18 0 13 0 11159304 1585025024 84926 1992294400 134512640 134550932 4289383568 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/18255/statm: 386969 84926 1445 10 0 384271 0
[pid=18255/tid=18257] ppid=18253 vsize=1547876 CPUtime=1692.99
/proc/18255/task/18257/stat : 18257 (java) R 18253 18255 18230 0 -1 4202560 37030 0 1 0 169277 22 0 0 18 0 13 0 11159305 1585025024 84926 1992294400 134512640 134550932 4289383568 18446744073709551615 4108982112 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=18255/tid=18258] ppid=18253 vsize=1547876 CPUtime=26.04
/proc/18255/task/18258/stat : 18258 (java) S 18253 18255 18230 0 -1 4202560 22421 0 0 0 2582 22 0 0 16 0 13 0 11159307 1585025024 84926 1992294400 134512640 134550932 4289383568 18446744073709551615 4294960144 0 4 0 16800975 18446604437861737792 0 0 -1 0 0 0 0
[pid=18255/tid=18259] ppid=18253 vsize=1547876 CPUtime=26.04
/proc/18255/task/18259/stat : 18259 (java) S 18253 18255 18230 0 -1 4202560 22412 0 0 0 2578 26 0 0 16 0 13 0 11159307 1585025024 84926 1992294400 134512640 134550932 4289383568 18446744073709551615 4294960144 0 4 0 16800975 18446604437861737792 0 0 -1 1 0 0 0
[pid=18255/tid=18260] ppid=18253 vsize=1547876 CPUtime=1.89
/proc/18255/task/18260/stat : 18260 (java) S 18253 18255 18230 0 -1 4202560 392 0 0 0 179 10 0 0 15 0 13 0 11159308 1585025024 84926 1992294400 134512640 134550932 4289383568 18446744073709551615 4294960144 0 0 0 16800975 18446604437861737792 0 0 -1 0 0 0 0
[pid=18255/tid=18261] ppid=18253 vsize=1547876 CPUtime=0
/proc/18255/task/18261/stat : 18261 (java) S 18253 18255 18230 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 11159309 1585025024 84926 1992294400 134512640 134550932 4289383568 18446744073709551615 4294960144 0 4 0 16800975 18446604437861737792 0 0 -1 0 0 0 0
[pid=18255/tid=18262] ppid=18253 vsize=1547876 CPUtime=0
/proc/18255/task/18262/stat : 18262 (java) S 18253 18255 18230 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 11159309 1585025024 84926 1992294400 134512640 134550932 4289383568 18446744073709551615 4294960144 0 4 0 16800975 18446604437861737792 0 0 -1 0 0 0 0
[pid=18255/tid=18263] ppid=18253 vsize=1547876 CPUtime=0
/proc/18255/task/18263/stat : 18263 (java) S 18253 18255 18230 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 11159313 1585025024 84926 1992294400 134512640 134550932 4289383568 18446744073709551615 4294960144 0 4 0 16800975 18446604437861737792 0 0 -1 0 0 0 0
[pid=18255/tid=18264] ppid=18253 vsize=1547876 CPUtime=0.65
/proc/18255/task/18264/stat : 18264 (java) S 18253 18255 18230 0 -1 4202560 2326 0 0 0 64 1 0 0 15 0 13 0 11159313 1585025024 84926 1992294400 134512640 134550932 4289383568 18446744073709551615 4294960144 0 4 0 16800975 18446604437861737792 0 0 -1 1 0 0 0
[pid=18255/tid=18265] ppid=18253 vsize=1547876 CPUtime=3.56
/proc/18255/task/18265/stat : 18265 (java) S 18253 18255 18230 0 -1 4202560 12977 0 0 0 351 5 0 0 15 0 13 0 11159313 1585025024 84926 1992294400 134512640 134550932 4289383568 18446744073709551615 4294960144 0 4 0 16800975 18446604437861737792 0 0 -1 1 0 0 0
[pid=18255/tid=18266] ppid=18253 vsize=1547876 CPUtime=0
/proc/18255/task/18266/stat : 18266 (java) S 18253 18255 18230 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 11159313 1585025024 84926 1992294400 134512640 134550932 4289383568 18446744073709551615 4294960144 0 4 0 16800975 18446604437861737792 0 0 -1 0 0 0 0
[pid=18255/tid=18267] ppid=18253 vsize=1547876 CPUtime=0
/proc/18255/task/18267/stat : 18267 (java) S 18253 18255 18230 0 -1 4202560 104 0 0 0 0 0 0 0 15 0 13 0 11159313 1585025024 84926 1992294400 134512640 134550932 4289383568 18446744073709551615 4294960144 0 4 0 16800975 18446604437861737792 0 0 -1 1 0 0 0
[pid=18255/tid=18268] ppid=18253 vsize=1547876 CPUtime=0
/proc/18255/task/18268/stat : 18268 (java) S 18253 18255 18230 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 11159339 1585025024 84926 1992294400 134512640 134550932 4289383568 18446744073709551615 4294960144 0 4 0 16800975 18446604437861737792 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1751.24
Current children cumulated vsize (KiB) 1547876



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1770.4 s]
/proc/loadavg: 1.00 0.97 0.84 2/118 18319
/proc/meminfo: memFree=1561456/2059040 swapFree=4136376/4192956
[pid=18255] ppid=18253 vsize=1547876 CPUtime=1800.1
/proc/18255/stat : 18255 (java) S 18253 18255 18230 0 -1 4202496 101176 0 1 0 179918 92 0 0 18 0 13 0 11159304 1585025024 87199 1992294400 134512640 134550932 4289383568 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/18255/statm: 386969 87199 1445 10 0 384271 0
[pid=18255/tid=18257] ppid=18253 vsize=1547876 CPUtime=1740.27
/proc/18255/task/18257/stat : 18257 (java) R 18253 18255 18230 0 -1 4202560 37066 0 1 0 174004 23 0 0 25 0 13 0 11159305 1585025024 87199 1992294400 134512640 134550932 4289383568 18446744073709551615 4109122303 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=18255/tid=18258] ppid=18253 vsize=1547876 CPUtime=26.83
/proc/18255/task/18258/stat : 18258 (java) S 18253 18255 18230 0 -1 4202560 23541 0 0 0 2660 23 0 0 16 0 13 0 11159307 1585025024 87199 1992294400 134512640 134550932 4289383568 18446744073709551615 4294960144 0 4 0 16800975 18446604437861737792 0 0 -1 0 0 0 0
[pid=18255/tid=18259] ppid=18253 vsize=1547876 CPUtime=26.83
/proc/18255/task/18259/stat : 18259 (java) S 18253 18255 18230 0 -1 4202560 23694 0 0 0 2656 27 0 0 16 0 13 0 11159307 1585025024 87199 1992294400 134512640 134550932 4289383568 18446744073709551615 4294960144 0 4 0 16800975 18446604437861737792 0 0 -1 1 0 0 0
[pid=18255/tid=18260] ppid=18253 vsize=1547876 CPUtime=1.89
/proc/18255/task/18260/stat : 18260 (java) S 18253 18255 18230 0 -1 4202560 396 0 0 0 179 10 0 0 15 0 13 0 11159308 1585025024 87199 1992294400 134512640 134550932 4289383568 18446744073709551615 4294960144 0 0 0 16800975 18446604437861737792 0 0 -1 1 0 0 0
[pid=18255/tid=18261] ppid=18253 vsize=1547876 CPUtime=0
/proc/18255/task/18261/stat : 18261 (java) S 18253 18255 18230 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 11159309 1585025024 87199 1992294400 134512640 134550932 4289383568 18446744073709551615 4294960144 0 4 0 16800975 18446604437861737792 0 0 -1 0 0 0 0
[pid=18255/tid=18262] ppid=18253 vsize=1547876 CPUtime=0
/proc/18255/task/18262/stat : 18262 (java) S 18253 18255 18230 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 11159309 1585025024 87199 1992294400 134512640 134550932 4289383568 18446744073709551615 4294960144 0 4 0 16800975 18446604437861737792 0 0 -1 0 0 0 0
[pid=18255/tid=18263] ppid=18253 vsize=1547876 CPUtime=0
/proc/18255/task/18263/stat : 18263 (java) S 18253 18255 18230 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 11159313 1585025024 87199 1992294400 134512640 134550932 4289383568 18446744073709551615 4294960144 0 4 0 16800975 18446604437861737792 0 0 -1 0 0 0 0
[pid=18255/tid=18264] ppid=18253 vsize=1547876 CPUtime=0.65
/proc/18255/task/18264/stat : 18264 (java) S 18253 18255 18230 0 -1 4202560 2326 0 0 0 64 1 0 0 15 0 13 0 11159313 1585025024 87199 1992294400 134512640 134550932 4289383568 18446744073709551615 4294960144 0 4 0 16800975 18446604437861737792 0 0 -1 1 0 0 0
[pid=18255/tid=18265] ppid=18253 vsize=1547876 CPUtime=3.56
/proc/18255/task/18265/stat : 18265 (java) S 18253 18255 18230 0 -1 4202560 12977 0 0 0 351 5 0 0 15 0 13 0 11159313 1585025024 87199 1992294400 134512640 134550932 4289383568 18446744073709551615 4294960144 0 4 0 16800975 18446604437861737792 0 0 -1 1 0 0 0
[pid=18255/tid=18266] ppid=18253 vsize=1547876 CPUtime=0
/proc/18255/task/18266/stat : 18266 (java) S 18253 18255 18230 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 11159313 1585025024 87199 1992294400 134512640 134550932 4289383568 18446744073709551615 4294960144 0 4 0 16800975 18446604437861737792 0 0 -1 0 0 0 0
[pid=18255/tid=18267] ppid=18253 vsize=1547876 CPUtime=0
/proc/18255/task/18267/stat : 18267 (java) S 18253 18255 18230 0 -1 4202560 108 0 0 0 0 0 0 0 15 0 13 0 11159313 1585025024 87199 1992294400 134512640 134550932 4289383568 18446744073709551615 4294960144 0 4 0 16800975 18446604437861737792 0 0 -1 1 0 0 0
[pid=18255/tid=18268] ppid=18253 vsize=1547876 CPUtime=0
/proc/18255/task/18268/stat : 18268 (java) S 18253 18255 18230 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 11159339 1585025024 87199 1992294400 134512640 134550932 4289383568 18446744073709551615 4294960144 0 4 0 16800975 18446604437861737792 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.1
Current children cumulated vsize (KiB) 1547876

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended. Dumping a history of the last processes samples

Child status: 143
Real time (s): 1770.51
CPU time (s): 1800.25
CPU user time (s): 1799.3
CPU system time (s): 0.956854
CPU usage (%): 101.68
Max. virtual memory (cumulated for all children) (KiB): 1550948

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.3
system time used= 0.956854
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 101199
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= 49660
involuntary context switches= 44754

runsolver used 3.45247 second user time and 9.57354 second system time

The end

Launcher Data

Begin job on node086 at 2010-06-16 16:30:56
IDJOB=2669923
IDBENCH=47882
IDSOLVER=1165
FILE ID=node086/2669923-1276698656
PBS_JOBID= 11174080
Free space on /tmp= 62576 MiB

SOLVER NAME= SAT4J PB CuttingPlanes 2.2.0 2010-05-26
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/factor-mod-size=7-P0=107-P1=79-P2=47-P3=23-P4=59-P5=43-B.opb
COMMAND LINE= java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar CuttingPlanes BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2669923-1276698656/watcher-2669923-1276698656 -o /tmp/evaluation-result-2669923-1276698656/solver-2669923-1276698656 -C 1800 -W 2000 -M 1800  java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar CuttingPlanes HOME/instance-2669923-1276698656.opb

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

MD5SUM BENCH= f01cd5833b9818ac5549df08f5d7cfc0
RANDOM SEED=876841006

node086.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.244
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.48
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.244
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	: 5999.40
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1908472 kB
Buffers:          6260 kB
Cached:          80084 kB
SwapCached:      10456 kB
Active:          44548 kB
Inactive:        54852 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1908472 kB
SwapTotal:     4192956 kB
SwapFree:      4136376 kB
Dirty:             532 kB
Writeback:           0 kB
AnonPages:       10596 kB
Mapped:           9124 kB
Slab:            29456 kB
PageTables:       3948 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   180396 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= 62576 MiB
End job on node086 at 2010-06-16 17:00:28