Trace number 2669959

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)9 1800.29 1771.35

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/
factor-mod-size=6-P0=41-P1=53-P2=67-P3=59-P4=53-P5=61-P6=29-P7=29-P8=17-B.opb
MD5SUMf3f9a9130af59a7746b19fdd52967c7b
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.580911
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 variables144
Total number of constraints17
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 constraints17
Minimum length of a constraint6
Maximum length of a constraint48
Number of terms in the objective function 6
Biggest coefficient in the objective function 32
Number of bits for the biggest coefficient in the objective function 6
Sum of the numbers in the objective function 63
Number of bits of the sum of numbers in the objective function 6
Biggest number in a constraint 2048
Number of bits of the biggest number in a constraint 12
Biggest sum of numbers in a constraint 8064
Number of bits of the biggest sum of numbers13
Number of products (including duplicates)288
Sum of products size (including duplicates)576
Number of different products288
Sum of products size576

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.08/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.08/0.14	c This is free software under the dual EPL/GNU LGPL licenses.
0.08/0.14	c See www.sat4j.org for details.
0.08/0.15	c version 2.2.0.v20100526
0.08/0.15	c java.runtime.name	Java(TM) SE Runtime Environment
0.08/0.15	c java.vm.name		Java HotSpot(TM) Server VM
0.08/0.15	c java.vm.version	11.2-b01
0.08/0.15	c java.vm.vendor	Sun Microsystems Inc.
0.08/0.15	c sun.arch.data.model	32
0.08/0.15	c java.version		1.6.0_12
0.08/0.15	c os.name		Linux
0.08/0.15	c os.version		2.6.18-164.el5
0.08/0.15	c os.arch		i386
0.08/0.15	c Free memory 		1393557488
0.08/0.15	c Max memory 		1395916800
0.08/0.15	c Total memory 		1395916800
0.08/0.15	c Number of processors 	2
0.22/0.21	c Pseudo Boolean Optimization
0.22/0.21	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.22/0.21	c --- Begin Solver configuration ---
0.22/0.21	c Stops conflict analysis at the first Unique Implication Point
0.22/0.21	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@16fd0b7
0.22/0.21	c Learn all clauses as in MiniSAT
0.22/0.21	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.22/0.21	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.22/0.21	c No reason simplification
0.22/0.21	c Armin Biere (Picosat) restarts strategy
0.22/0.21	c Glucose learned constraints deletion strategy
0.22/0.21	c timeout=2147483s
0.22/0.21	c DB Simplification allowed=false
0.22/0.21	c --- End Solver configuration ---
0.22/0.21	c solving HOME/instance-2669959-1276698661.opb
0.22/0.21	c reading problem ... 
0.36/0.35	c ... done. Wall clock time 0.138s.
0.36/0.35	c #vars     432
0.36/0.35	c #constraints  601
0.36/0.35	c constraints type 
0.36/0.35	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 288
0.36/0.35	c org.sat4j.pb.constraints.pb.MaxWatchPb => 313
27.17/24.37	c cleaning 0 clauses out of 5000 with flag 0/5000
67.59/64.08	c SATISFIABLE
67.59/64.08	c OPTIMIZING...
67.59/64.08	c Got one! Elapsed wall clock time (in seconds):63.864
67.59/64.08	o 61
96.26/92.42	c cleaning 0 clauses out of 11000 with flag 0/11000
115.12/111.12	c Got one! Elapsed wall clock time (in seconds):110.903
115.12/111.12	o 43
228.41/223.29	c cleaning 0 clauses out of 18000 with flag 0/18000
523.48/514.88	c cleaning 0 clauses out of 26000 with flag 0/26000
574.39/565.08	c Got one! Elapsed wall clock time (in seconds):564.868
574.39/565.08	o 37
768.97/757.01	c cleaning 0 clauses out of 35001 with flag 0/35001
1180.29/1161.48	c Got one! Elapsed wall clock time (in seconds):1161.266
1180.29/1161.48	o 23
1350.13/1328.91	c cleaning 0 clauses out of 45000 with flag 0/45000
1440.17/1417.68	c Got one! Elapsed wall clock time (in seconds):1417.466
1440.17/1417.68	o 9
1800.07/1771.21	c starts		: 75
1800.07/1771.21	c conflicts		: 53023
1800.07/1771.21	c decisions		: 57935
1800.07/1771.21	c propagations		: 699837
1800.07/1771.21	c inspects		: 1070916478
1800.07/1771.21	c learnt literals	: 0
1800.07/1771.21	c learnt binary clauses	: 0
1800.07/1771.21	c learnt ternary clauses	: 0
1800.07/1771.21	c learnt clauses	: 53022
1800.07/1771.21	c ignored clauses	: 0
1800.07/1771.21	c root simplifications	: 0
1800.07/1771.21	c removed literals (reason simplification)	: 0
1800.07/1771.21	c reason swapping (by a shorter reason)	: 0
1800.07/1771.21	c Calls to reduceDB	: 6
1800.07/1771.21	c number of reductions to clauses (during analyze)	: 0
1800.07/1771.21	c number of learned constraints concerned by reduction	: 0
1800.07/1771.21	c number of learning phase by resolution	: 0
1800.07/1771.21	c number of learning phase by cutting planes	: 0
1800.07/1771.21	c speed (assignments/second)	: 1979.535323135409
1800.07/1771.21	c non guided choices	1203
1800.07/1771.28	c learnt constraints type 
1800.07/1771.28	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 469
1800.07/1771.28	c org.sat4j.pb.constraints.pb.MaxWatchPb => 52554
1800.07/1771.28	c constraints type 
1800.07/1771.28	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 288
1800.07/1771.28	c org.sat4j.pb.constraints.pb.MaxWatchPb => 314
1800.07/1771.28	s SATISFIABLE
1800.07/1771.28	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 -x106 -x107 -x108 x109 x110 x111 x112 -x113 -x114 -x115 -x116 -x117 x118 -x119 -x120 -x121 -x122 -x123 -x124 -x125 -x126 x127 x128 x129 x130 x131 -x132 -x133 -x134 x135 x136 -x137 -x138 -x139 -x140 x141 -x142 -x143 -x144 
1800.07/1771.28	c objective function=9
1800.07/1771.28	c Total wall clock time (in seconds): 1771.068

Verifier Data

OK	9

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2669959-1276698661/watcher-2669959-1276698661 -o /tmp/evaluation-result-2669959-1276698661/solver-2669959-1276698661 -C 1800 -W 2000 -M 1800 java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar CuttingPlanes HOME/instance-2669959-1276698661.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.18 3/106 16108
/proc/meminfo: memFree=1705056/2059040 swapFree=4192956/4192956
[pid=16108] ppid=16106 vsize=4 CPUtime=0
/proc/16108/stat : 16108 (java6) R 16106 16108 16083 0 -1 4194304 255 0 0 0 0 0 0 0 16 0 1 0 11161198 4096 1 1992294400 0 0 0 0 0 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/16108/statm: 32 1 0 0 0 21 0

[startup+0.104901 s]
/proc/loadavg: 0.00 0.00 0.18 3/106 16108
/proc/meminfo: memFree=1705056/2059040 swapFree=4192956/4192956
[pid=16108] ppid=16106 vsize=1524184 CPUtime=0.08
/proc/16108/stat : 16108 (java) S 16106 16108 16083 0 -1 4202496 3981 0 1 0 6 2 0 0 15 0 12 0 11161198 1560764416 3420 1992294400 134512640 134550932 4291320080 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/16108/statm: 381046 3420 1078 10 0 378348 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1524184

[startup+0.200907 s]
/proc/loadavg: 0.00 0.00 0.18 3/106 16108
/proc/meminfo: memFree=1705056/2059040 swapFree=4192956/4192956
[pid=16108] ppid=16106 vsize=1525780 CPUtime=0.22
/proc/16108/stat : 16108 (java) S 16106 16108 16083 0 -1 4202496 5045 0 1 0 19 3 0 0 15 0 12 0 11161198 1562398720 4482 1992294400 134512640 134550932 4291320080 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/16108/statm: 381445 4482 1346 10 0 378747 0
Current children cumulated CPU time (s) 0.22
Current children cumulated vsize (KiB) 1525780

[startup+0.300912 s]
/proc/loadavg: 0.00 0.00 0.18 3/106 16108
/proc/meminfo: memFree=1705056/2059040 swapFree=4192956/4192956
[pid=16108] ppid=16106 vsize=1525780 CPUtime=0.36
/proc/16108/stat : 16108 (java) S 16106 16108 16083 0 -1 4202496 5316 0 1 0 33 3 0 0 15 0 12 0 11161198 1562398720 4751 1992294400 134512640 134550932 4291320080 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/16108/statm: 381445 4752 1358 10 0 378747 0
Current children cumulated CPU time (s) 0.36
Current children cumulated vsize (KiB) 1525780

[startup+0.700942 s]
/proc/loadavg: 0.00 0.00 0.18 3/106 16108
/proc/meminfo: memFree=1705056/2059040 swapFree=4192956/4192956
[pid=16108] ppid=16106 vsize=1530352 CPUtime=1.11
/proc/16108/stat : 16108 (java) S 16106 16108 16083 0 -1 4202496 8043 0 1 0 106 5 0 0 15 0 13 0 11161198 1567080448 6762 1992294400 134512640 134550932 4291320080 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/16108/statm: 382588 6762 1398 10 0 379890 0
Current children cumulated CPU time (s) 1.11
Current children cumulated vsize (KiB) 1530352

[startup+1.50201 s]
/proc/loadavg: 0.00 0.00 0.18 4/119 16121
/proc/meminfo: memFree=1673952/2059040 swapFree=4192956/4192956
[pid=16108] ppid=16106 vsize=1538228 CPUtime=2.69
/proc/16108/stat : 16108 (java) S 16106 16108 16083 0 -1 4202496 15956 0 1 0 262 7 0 0 15 0 13 0 11161198 1575145472 11524 1992294400 134512640 134550932 4291320080 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/16108/statm: 384557 11524 1414 10 0 381859 0
[pid=16108/tid=16110] ppid=16106 vsize=1538228 CPUtime=1.17
/proc/16108/task/16110/stat : 16110 (java) R 16106 16108 16083 0 -1 4202560 7386 0 1 0 113 4 0 0 25 0 13 0 11161199 1575145472 11524 1992294400 134512640 134550932 4291320080 18446744073709551615 4109004065 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=16108/tid=16111] ppid=16106 vsize=1538228 CPUtime=0
/proc/16108/task/16111/stat : 16111 (java) S 16106 16108 16083 0 -1 4202560 4 0 0 0 0 0 0 0 17 0 13 0 11161201 1575145472 11524 1992294400 134512640 134550932 4291320080 18446744073709551615 4294960144 0 4 0 16800975 18446604437836514560 0 0 -1 0 0 0 0
[pid=16108/tid=16112] ppid=16106 vsize=1538228 CPUtime=0
/proc/16108/task/16112/stat : 16112 (java) S 16106 16108 16083 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 13 0 11161201 1575145472 11524 1992294400 134512640 134550932 4291320080 18446744073709551615 4294960144 0 4 0 16800975 18446604437836514560 0 0 -1 0 0 0 0
[pid=16108/tid=16113] ppid=16106 vsize=1538228 CPUtime=0
/proc/16108/task/16113/stat : 16113 (java) S 16106 16108 16083 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 13 0 11161202 1575145472 11524 1992294400 134512640 134550932 4291320080 18446744073709551615 4294960144 0 0 0 16800975 18446604437836514560 0 0 -1 0 0 0 0
[pid=16108/tid=16114] ppid=16106 vsize=1538228 CPUtime=0
/proc/16108/task/16114/stat : 16114 (java) S 16106 16108 16083 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 13 0 11161203 1575145472 11524 1992294400 134512640 134550932 4291320080 18446744073709551615 4294960144 0 4 0 16800975 18446604437836514560 0 0 -1 0 0 0 0
[pid=16108/tid=16115] ppid=16106 vsize=1538228 CPUtime=0
/proc/16108/task/16115/stat : 16115 (java) S 16106 16108 16083 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 13 0 11161203 1575145472 11524 1992294400 134512640 134550932 4291320080 18446744073709551615 4294960144 0 4 0 16800975 18446604437836514560 0 0 -1 0 0 0 0
[pid=16108/tid=16116] ppid=16106 vsize=1538228 CPUtime=0
/proc/16108/task/16116/stat : 16116 (java) S 16106 16108 16083 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 13 0 11161207 1575145472 11524 1992294400 134512640 134550932 4291320080 18446744073709551615 4294960144 0 4 0 16800975 18446604437836514560 0 0 -1 0 0 0 0
[pid=16108/tid=16117] ppid=16106 vsize=1538228 CPUtime=0.41
/proc/16108/task/16117/stat : 16117 (java) R 16106 16108 16083 0 -1 4202560 873 0 0 0 41 0 0 0 21 0 13 0 11161207 1575145472 11524 1992294400 134512640 134550932 4291320080 18446744073709551615 3638023 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=16108/tid=16118] ppid=16106 vsize=1538228 CPUtime=1.09
/proc/16108/task/16118/stat : 16118 (java) R 16106 16108 16083 0 -1 4202560 6626 0 0 0 107 2 0 0 18 0 13 0 11161207 1575145472 11524 1992294400 134512640 134550932 4291320080 18446744073709551615 103377249 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=16108/tid=16119] ppid=16106 vsize=1538228 CPUtime=0
/proc/16108/task/16119/stat : 16119 (java) S 16106 16108 16083 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 11161207 1575145472 11524 1992294400 134512640 134550932 4291320080 18446744073709551615 4294960144 0 4 0 16800975 18446604437836514560 0 0 -1 0 0 0 0
[pid=16108/tid=16120] ppid=16106 vsize=1538228 CPUtime=0
/proc/16108/task/16120/stat : 16120 (java) S 16106 16108 16083 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 11161207 1575145472 11524 1992294400 134512640 134550932 4291320080 18446744073709551615 4294960144 0 4 0 16800975 18446604437836514560 0 0 -1 1 0 0 0
[pid=16108/tid=16121] ppid=16106 vsize=1538228 CPUtime=0
/proc/16108/task/16121/stat : 16121 (java) S 16106 16108 16083 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 11161234 1575145472 11524 1992294400 134512640 134550932 4291320080 18446744073709551615 4294960144 0 4 0 16800975 18446604437836514560 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.69
Current children cumulated vsize (KiB) 1538228

[startup+3.10212 s]
/proc/loadavg: 0.00 0.00 0.18 2/119 16121
/proc/meminfo: memFree=1633404/2059040 swapFree=4192956/4192956
[pid=16108] ppid=16106 vsize=1549008 CPUtime=5.41
/proc/16108/stat : 16108 (java) S 16106 16108 16083 0 -1 4202496 46782 0 1 0 520 21 0 0 15 0 13 0 11161198 1586184192 39022 1992294400 134512640 134550932 4291320080 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/16108/statm: 387252 39022 1437 10 0 384554 0
[pid=16108/tid=16110] ppid=16106 vsize=1549008 CPUtime=2.08
/proc/16108/task/16110/stat : 16110 (java) R 16106 16108 16083 0 -1 4202560 32063 0 1 0 194 14 0 0 25 0 13 0 11161199 1586184192 39022 1992294400 134512640 134550932 4291320080 18446744073709551615 4109328569 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=16108/tid=16111] ppid=16106 vsize=1549008 CPUtime=0
/proc/16108/task/16111/stat : 16111 (java) S 16106 16108 16083 0 -1 4202560 211 0 0 0 0 0 0 0 16 0 13 0 11161201 1586184192 39022 1992294400 134512640 134550932 4291320080 18446744073709551615 4294960144 0 4 0 16800975 18446604437836514560 0 0 -1 1 0 0 0
[pid=16108/tid=16112] ppid=16106 vsize=1549008 CPUtime=0
/proc/16108/task/16112/stat : 16112 (java) S 16106 16108 16083 0 -1 4202560 214 0 0 0 0 0 0 0 17 0 13 0 11161201 1586184192 39022 1992294400 134512640 134550932 4291320080 18446744073709551615 4294960144 0 4 0 16800975 18446604437836514560 0 0 -1 1 0 0 0
[pid=16108/tid=16113] ppid=16106 vsize=1549008 CPUtime=0
/proc/16108/task/16113/stat : 16113 (java) S 16106 16108 16083 0 -1 4202560 9 0 0 0 0 0 0 0 15 0 13 0 11161202 1586184192 39022 1992294400 134512640 134550932 4291320080 18446744073709551615 4294960144 0 0 0 16800975 18446604437836514560 0 0 -1 0 0 0 0
[pid=16108/tid=16114] ppid=16106 vsize=1549008 CPUtime=0
/proc/16108/task/16114/stat : 16114 (java) S 16106 16108 16083 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 11161203 1586184192 39022 1992294400 134512640 134550932 4291320080 18446744073709551615 4294960144 0 4 0 16800975 18446604437836514560 0 0 -1 0 0 0 0
[pid=16108/tid=16115] ppid=16106 vsize=1549008 CPUtime=0
/proc/16108/task/16115/stat : 16115 (java) S 16106 16108 16083 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 11161203 1586184192 39022 1992294400 134512640 134550932 4291320080 18446744073709551615 4294960144 0 4 0 16800975 18446604437836514560 0 0 -1 0 0 0 0
[pid=16108/tid=16116] ppid=16106 vsize=1549008 CPUtime=0
/proc/16108/task/16116/stat : 16116 (java) S 16106 16108 16083 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 13 0 11161207 1586184192 39022 1992294400 134512640 134550932 4291320080 18446744073709551615 4294960144 0 4 0 16800975 18446604437836514560 0 0 -1 0 0 0 0
[pid=16108/tid=16117] ppid=16106 vsize=1549008 CPUtime=1.44
/proc/16108/task/16117/stat : 16117 (java) R 16106 16108 16083 0 -1 4202560 4178 0 0 0 142 2 0 0 18 0 13 0 11161207 1586184192 39022 1992294400 134512640 134550932 4291320080 18446744073709551615 103150279 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=16108/tid=16118] ppid=16106 vsize=1549008 CPUtime=1.84
/proc/16108/task/16118/stat : 16118 (java) S 16106 16108 16083 0 -1 4202560 9040 0 0 0 181 3 0 0 15 0 13 0 11161207 1586184192 39022 1992294400 134512640 134550932 4291320080 18446744073709551615 4294960144 0 4 0 16800975 18446604437836514560 0 0 -1 0 0 0 0
[pid=16108/tid=16119] ppid=16106 vsize=1549008 CPUtime=0
/proc/16108/task/16119/stat : 16119 (java) S 16106 16108 16083 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 11161207 1586184192 39022 1992294400 134512640 134550932 4291320080 18446744073709551615 4294960144 0 4 0 16800975 18446604437836514560 0 0 -1 0 0 0 0
[pid=16108/tid=16120] ppid=16106 vsize=1549008 CPUtime=0
/proc/16108/task/16120/stat : 16120 (java) S 16106 16108 16083 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 11161207 1586184192 39022 1992294400 134512640 134550932 4291320080 18446744073709551615 4294960144 0 4 0 16800975 18446604437836514560 0 0 -1 1 0 0 0
[pid=16108/tid=16121] ppid=16106 vsize=1549008 CPUtime=0
/proc/16108/task/16121/stat : 16121 (java) S 16106 16108 16083 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 11161234 1586184192 39022 1992294400 134512640 134550932 4291320080 18446744073709551615 4294960144 0 4 0 16800975 18446604437836514560 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 5.41
Current children cumulated vsize (KiB) 1549008

[startup+6.30232 s]
/proc/loadavg: 0.08 0.02 0.19 2/119 16121
/proc/meminfo: memFree=1540404/2059040 swapFree=4192956/4192956
[pid=16108] ppid=16106 vsize=1551208 CPUtime=8.96
/proc/16108/stat : 16108 (java) S 16106 16108 16083 0 -1 4202496 56922 0 1 0 871 25 0 0 15 0 13 0 11161198 1588436992 48488 1992294400 134512640 134550932 4291320080 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/16108/statm: 387802 48488 1437 10 0 385104 0
[pid=16108/tid=16110] ppid=16106 vsize=1551208 CPUtime=5.18
/proc/16108/task/16110/stat : 16110 (java) R 16106 16108 16083 0 -1 4202560 36922 0 1 0 503 15 0 0 25 0 13 0 11161199 1588436992 48488 1992294400 134512640 134550932 4291320080 18446744073709551615 4109331660 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=16108/tid=16111] ppid=16106 vsize=1551208 CPUtime=0.08
/proc/16108/task/16111/stat : 16111 (java) S 16106 16108 16083 0 -1 4202560 2244 0 0 0 8 0 0 0 16 0 13 0 11161201 1588436992 48488 1992294400 134512640 134550932 4291320080 18446744073709551615 4294960144 0 4 0 16800975 18446604437836514560 0 0 -1 1 0 0 0
[pid=16108/tid=16112] ppid=16106 vsize=1551208 CPUtime=0.08
/proc/16108/task/16112/stat : 16112 (java) S 16106 16108 16083 0 -1 4202560 2330 0 0 0 7 1 0 0 16 0 13 0 11161201 1588436992 48488 1992294400 134512640 134550932 4291320080 18446744073709551615 4294960144 0 4 0 16800975 18446604437836514560 0 0 -1 0 0 0 0
[pid=16108/tid=16113] ppid=16106 vsize=1551208 CPUtime=0
/proc/16108/task/16113/stat : 16113 (java) S 16106 16108 16083 0 -1 4202560 29 0 0 0 0 0 0 0 15 0 13 0 11161202 1588436992 48488 1992294400 134512640 134550932 4291320080 18446744073709551615 4294960144 0 0 0 16800975 18446604437836514560 0 0 -1 1 0 0 0
[pid=16108/tid=16114] ppid=16106 vsize=1551208 CPUtime=0
/proc/16108/task/16114/stat : 16114 (java) S 16106 16108 16083 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 11161203 1588436992 48488 1992294400 134512640 134550932 4291320080 18446744073709551615 4294960144 0 4 0 16800975 18446604437836514560 0 0 -1 0 0 0 0
[pid=16108/tid=16115] ppid=16106 vsize=1551208 CPUtime=0
/proc/16108/task/16115/stat : 16115 (java) S 16106 16108 16083 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 11161203 1588436992 48488 1992294400 134512640 134550932 4291320080 18446744073709551615 4294960144 0 4 0 16800975 18446604437836514560 0 0 -1 0 0 0 0
[pid=16108/tid=16116] ppid=16106 vsize=1551208 CPUtime=0
/proc/16108/task/16116/stat : 16116 (java) S 16106 16108 16083 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 13 0 11161207 1588436992 48488 1992294400 134512640 134550932 4291320080 18446744073709551615 4294960144 0 4 0 16800975 18446604437836514560 0 0 -1 0 0 0 0
[pid=16108/tid=16117] ppid=16106 vsize=1551208 CPUtime=1.68
/proc/16108/task/16117/stat : 16117 (java) S 16106 16108 16083 0 -1 4202560 5288 0 0 0 166 2 0 0 15 0 13 0 11161207 1588436992 48488 1992294400 134512640 134550932 4291320080 18446744073709551615 4294960144 0 4 0 16800975 18446604437836514560 0 0 -1 0 0 0 0
[pid=16108/tid=16118] ppid=16106 vsize=1551208 CPUtime=1.87
/proc/16108/task/16118/stat : 16118 (java) S 16106 16108 16083 0 -1 4202560 9042 0 0 0 184 3 0 0 15 0 13 0 11161207 1588436992 48488 1992294400 134512640 134550932 4291320080 18446744073709551615 4294960144 0 4 0 16800975 18446604437836514560 0 0 -1 0 0 0 0
[pid=16108/tid=16119] ppid=16106 vsize=1551208 CPUtime=0
/proc/16108/task/16119/stat : 16119 (java) S 16106 16108 16083 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 11161207 1588436992 48488 1992294400 134512640 134550932 4291320080 18446744073709551615 4294960144 0 4 0 16800975 18446604437836514560 0 0 -1 0 0 0 0
[pid=16108/tid=16120] ppid=16106 vsize=1551208 CPUtime=0
/proc/16108/task/16120/stat : 16120 (java) S 16106 16108 16083 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 11161207 1588436992 48488 1992294400 134512640 134550932 4291320080 18446744073709551615 4294960144 0 4 0 16800975 18446604437836514560 0 0 -1 1 0 0 0
[pid=16108/tid=16121] ppid=16106 vsize=1551208 CPUtime=0
/proc/16108/task/16121/stat : 16121 (java) S 16106 16108 16083 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 11161234 1588436992 48488 1992294400 134512640 134550932 4291320080 18446744073709551615 4294960144 0 4 0 16800975 18446604437836514560 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 8.96
Current children cumulated vsize (KiB) 1551208

[startup+12.7018 s]
/proc/loadavg: 0.15 0.03 0.19 2/119 16123
/proc/meminfo: memFree=1508784/2059040 swapFree=4192956/4192956
[pid=16108] ppid=16106 vsize=1551208 CPUtime=15.45
/proc/16108/stat : 16108 (java) S 16106 16108 16083 0 -1 4202496 58941 0 1 0 1520 25 0 0 15 0 13 0 11161198 1588436992 50298 1992294400 134512640 134550932 4291320080 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/16108/statm: 387802 50298 1437 10 0 385104 0
[pid=16108/tid=16110] ppid=16106 vsize=1551208 CPUtime=11.5
/proc/16108/task/16110/stat : 16110 (java) R 16106 16108 16083 0 -1 4202560 36932 0 1 0 1135 15 0 0 24 0 13 0 11161199 1588436992 50298 1992294400 134512640 134550932 4291320080 18446744073709551615 4109133907 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=16108/tid=16111] ppid=16106 vsize=1551208 CPUtime=0.16
/proc/16108/task/16111/stat : 16111 (java) S 16106 16108 16083 0 -1 4202560 3198 0 0 0 15 1 0 0 16 0 13 0 11161201 1588436992 50298 1992294400 134512640 134550932 4291320080 18446744073709551615 4294960144 0 4 0 16800975 18446604437836514560 0 0 -1 1 0 0 0
[pid=16108/tid=16112] ppid=16106 vsize=1551208 CPUtime=0.15
/proc/16108/task/16112/stat : 16112 (java) S 16106 16108 16083 0 -1 4202560 3385 0 0 0 14 1 0 0 15 0 13 0 11161201 1588436992 50298 1992294400 134512640 134550932 4291320080 18446744073709551615 4294960144 0 4 0 16800975 18446604437836514560 0 0 -1 0 0 0 0
[pid=16108/tid=16113] ppid=16106 vsize=1551208 CPUtime=0
/proc/16108/task/16113/stat : 16113 (java) S 16106 16108 16083 0 -1 4202560 29 0 0 0 0 0 0 0 15 0 13 0 11161202 1588436992 50298 1992294400 134512640 134550932 4291320080 18446744073709551615 4294960144 0 0 0 16800975 18446604437836514560 0 0 -1 1 0 0 0
[pid=16108/tid=16114] ppid=16106 vsize=1551208 CPUtime=0
/proc/16108/task/16114/stat : 16114 (java) S 16106 16108 16083 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 11161203 1588436992 50298 1992294400 134512640 134550932 4291320080 18446744073709551615 4294960144 0 4 0 16800975 18446604437836514560 0 0 -1 0 0 0 0
[pid=16108/tid=16115] ppid=16106 vsize=1551208 CPUtime=0
/proc/16108/task/16115/stat : 16115 (java) S 16106 16108 16083 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 11161203 1588436992 50298 1992294400 134512640 134550932 4291320080 18446744073709551615 4294960144 0 4 0 16800975 18446604437836514560 0 0 -1 0 0 0 0
[pid=16108/tid=16116] ppid=16106 vsize=1551208 CPUtime=0
/proc/16108/task/16116/stat : 16116 (java) S 16106 16108 16083 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 13 0 11161207 1588436992 50298 1992294400 134512640 134550932 4291320080 18446744073709551615 4294960144 0 4 0 16800975 18446604437836514560 0 0 -1 0 0 0 0
[pid=16108/tid=16117] ppid=16106 vsize=1551208 CPUtime=1.7
/proc/16108/task/16117/stat : 16117 (java) S 16106 16108 16083 0 -1 4202560 5288 0 0 0 168 2 0 0 15 0 13 0 11161207 1588436992 50298 1992294400 134512640 134550932 4291320080 18446744073709551615 4294960144 0 4 0 16800975 18446604437836514560 0 0 -1 0 0 0 0
[pid=16108/tid=16118] ppid=16106 vsize=1551208 CPUtime=1.88
/proc/16108/task/16118/stat : 16118 (java) S 16106 16108 16083 0 -1 4202560 9042 0 0 0 185 3 0 0 15 0 13 0 11161207 1588436992 50298 1992294400 134512640 134550932 4291320080 18446744073709551615 4294960144 0 4 0 16800975 18446604437836514560 0 0 -1 0 0 0 0
[pid=16108/tid=16119] ppid=16106 vsize=1551208 CPUtime=0
/proc/16108/task/16119/stat : 16119 (java) S 16106 16108 16083 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 11161207 1588436992 50298 1992294400 134512640 134550932 4291320080 18446744073709551615 4294960144 0 4 0 16800975 18446604437836514560 0 0 -1 0 0 0 0
[pid=16108/tid=16120] ppid=16106 vsize=1551208 CPUtime=0
/proc/16108/task/16120/stat : 16120 (java) S 16106 16108 16083 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 11161207 1588436992 50298 1992294400 134512640 134550932 4291320080 18446744073709551615 4294960144 0 4 0 16800975 18446604437836514560 0 0 -1 1 0 0 0
[pid=16108/tid=16121] ppid=16106 vsize=1551208 CPUtime=0
/proc/16108/task/16121/stat : 16121 (java) S 16106 16108 16083 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 11161234 1588436992 50298 1992294400 134512640 134550932 4291320080 18446744073709551615 4294960144 0 4 0 16800975 18446604437836514560 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 15.45
Current children cumulated vsize (KiB) 1551208

[startup+25.5017 s]
/proc/loadavg: 0.34 0.08 0.20 2/119 16123
/proc/meminfo: memFree=1500476/2059040 swapFree=4192956/4192956
[pid=16108] ppid=16106 vsize=1551208 CPUtime=28.8
/proc/16108/stat : 16108 (java) S 16106 16108 16083 0 -1 4202496 61177 0 1 0 2853 27 0 0 15 0 13 0 11161198 1588436992 52300 1992294400 134512640 134550932 4291320080 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/16108/statm: 387802 52300 1447 10 0 385104 0
[pid=16108/tid=16110] ppid=16106 vsize=1551208 CPUtime=24.1
/proc/16108/task/16110/stat : 16110 (java) R 16106 16108 16083 0 -1 4202560 37111 0 1 0 2395 15 0 0 25 0 13 0 11161199 1588436992 52300 1992294400 134512640 134550932 4291320080 18446744073709551615 4109372789 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=16108/tid=16111] ppid=16106 vsize=1551208 CPUtime=0.26
/proc/16108/task/16111/stat : 16111 (java) S 16106 16108 16083 0 -1 4202560 4066 0 0 0 25 1 0 0 15 0 13 0 11161201 1588436992 52300 1992294400 134512640 134550932 4291320080 18446744073709551615 4294960144 0 4 0 16800975 18446604437836514560 0 0 -1 1 0 0 0
[pid=16108/tid=16112] ppid=16106 vsize=1551208 CPUtime=0.26
/proc/16108/task/16112/stat : 16112 (java) S 16106 16108 16083 0 -1 4202560 4405 0 0 0 24 2 0 0 16 0 13 0 11161201 1588436992 52300 1992294400 134512640 134550932 4291320080 18446744073709551615 4294960144 0 4 0 16800975 18446604437836514560 0 0 -1 0 0 0 0
[pid=16108/tid=16113] ppid=16106 vsize=1551208 CPUtime=0.08

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

[pid=16108/tid=16113] ppid=16106 vsize=1551208 CPUtime=2.1
/proc/16108/task/16113/stat : 16113 (java) S 16106 16108 16083 0 -1 4202560 672 0 0 0 201 9 0 0 15 0 13 0 11161202 1588436992 91536 1992294400 134512640 134550932 4291320080 18446744073709551615 4294960144 0 0 0 16800975 18446604437836514560 0 0 -1 1 0 0 0
[pid=16108/tid=16114] ppid=16106 vsize=1551208 CPUtime=0
/proc/16108/task/16114/stat : 16114 (java) S 16106 16108 16083 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 11161203 1588436992 91536 1992294400 134512640 134550932 4291320080 18446744073709551615 4294960144 0 4 0 16800975 18446604437836514560 0 0 -1 0 0 0 0
[pid=16108/tid=16115] ppid=16106 vsize=1551208 CPUtime=0
/proc/16108/task/16115/stat : 16115 (java) S 16106 16108 16083 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 11161203 1588436992 91536 1992294400 134512640 134550932 4291320080 18446744073709551615 4294960144 0 4 0 16800975 18446604437836514560 0 0 -1 0 0 0 0
[pid=16108/tid=16116] ppid=16106 vsize=1551208 CPUtime=0
/proc/16108/task/16116/stat : 16116 (java) S 16106 16108 16083 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 13 0 11161207 1588436992 91536 1992294400 134512640 134550932 4291320080 18446744073709551615 4294960144 0 4 0 16800975 18446604437836514560 0 0 -1 0 0 0 0
[pid=16108/tid=16117] ppid=16106 vsize=1551208 CPUtime=1.71
/proc/16108/task/16117/stat : 16117 (java) S 16106 16108 16083 0 -1 4202560 5288 0 0 0 169 2 0 0 15 0 13 0 11161207 1588436992 91536 1992294400 134512640 134550932 4291320080 18446744073709551615 4294960144 0 4 0 16800975 18446604437836514560 0 0 -1 0 0 0 0
[pid=16108/tid=16118] ppid=16106 vsize=1551208 CPUtime=2.48
/proc/16108/task/16118/stat : 16118 (java) S 16106 16108 16083 0 -1 4202560 9114 0 0 0 245 3 0 0 15 0 13 0 11161207 1588436992 91536 1992294400 134512640 134550932 4291320080 18446744073709551615 4294960144 0 4 0 16800975 18446604437836514560 0 0 -1 0 0 0 0
[pid=16108/tid=16119] ppid=16106 vsize=1551208 CPUtime=0
/proc/16108/task/16119/stat : 16119 (java) S 16106 16108 16083 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 11161207 1588436992 91536 1992294400 134512640 134550932 4291320080 18446744073709551615 4294960144 0 4 0 16800975 18446604437836514560 0 0 -1 0 0 0 0
[pid=16108/tid=16120] ppid=16106 vsize=1551208 CPUtime=0
/proc/16108/task/16120/stat : 16120 (java) S 16106 16108 16083 0 -1 4202560 89 0 0 0 0 0 0 0 15 0 13 0 11161207 1588436992 91536 1992294400 134512640 134550932 4291320080 18446744073709551615 4294960144 0 4 0 16800975 18446604437836514560 0 0 -1 0 0 0 0
[pid=16108/tid=16121] ppid=16106 vsize=1551208 CPUtime=0
/proc/16108/task/16121/stat : 16121 (java) S 16106 16108 16083 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 11161234 1588436992 91536 1992294400 134512640 134550932 4291320080 18446744073709551615 4294960144 0 4 0 16800975 18446604437836514560 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1566.99
Current children cumulated vsize (KiB) 1551208

[startup+1602.3 s]
/proc/loadavg: 1.04 1.03 0.85 2/119 16168
/proc/meminfo: memFree=1338036/2059040 swapFree=4192956/4192956
[pid=16108] ppid=16106 vsize=1551208 CPUtime=1628.06
/proc/16108/stat : 16108 (java) S 16106 16108 16083 0 -1 4202496 104415 0 1 0 162654 152 0 0 15 0 13 0 11161198 1588436992 92350 1992294400 134512640 134550932 4291320080 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/16108/statm: 387802 92350 1447 10 0 385104 0
[pid=16108/tid=16110] ppid=16106 vsize=1551208 CPUtime=1574.97
/proc/16108/task/16110/stat : 16110 (java) R 16106 16108 16083 0 -1 4202560 38343 0 1 0 157440 57 0 0 25 0 13 0 11161199 1588436992 92350 1992294400 134512640 134550932 4291320080 18446744073709551615 4109436415 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=16108/tid=16111] ppid=16106 vsize=1551208 CPUtime=23.34
/proc/16108/task/16111/stat : 16111 (java) S 16106 16108 16083 0 -1 4202560 24799 0 0 0 2305 29 0 0 16 0 13 0 11161201 1588436992 92350 1992294400 134512640 134550932 4291320080 18446744073709551615 4294960144 0 4 0 16800975 18446604437836514560 0 0 -1 1 0 0 0
[pid=16108/tid=16112] ppid=16106 vsize=1551208 CPUtime=23.38
/proc/16108/task/16112/stat : 16112 (java) S 16106 16108 16083 0 -1 4202560 25036 0 0 0 2290 48 0 0 15 0 13 0 11161201 1588436992 92350 1992294400 134512640 134550932 4291320080 18446744073709551615 4294960144 0 4 0 16800975 18446604437836514560 0 0 -1 0 0 0 0
[pid=16108/tid=16113] ppid=16106 vsize=1551208 CPUtime=2.11
/proc/16108/task/16113/stat : 16113 (java) S 16106 16108 16083 0 -1 4202560 676 0 0 0 202 9 0 0 16 0 13 0 11161202 1588436992 92350 1992294400 134512640 134550932 4291320080 18446744073709551615 4294960144 0 0 0 16800975 18446604437836514560 0 0 -1 0 0 0 0
[pid=16108/tid=16114] ppid=16106 vsize=1551208 CPUtime=0
/proc/16108/task/16114/stat : 16114 (java) S 16106 16108 16083 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 11161203 1588436992 92350 1992294400 134512640 134550932 4291320080 18446744073709551615 4294960144 0 4 0 16800975 18446604437836514560 0 0 -1 0 0 0 0
[pid=16108/tid=16115] ppid=16106 vsize=1551208 CPUtime=0
/proc/16108/task/16115/stat : 16115 (java) S 16106 16108 16083 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 11161203 1588436992 92350 1992294400 134512640 134550932 4291320080 18446744073709551615 4294960144 0 4 0 16800975 18446604437836514560 0 0 -1 0 0 0 0
[pid=16108/tid=16116] ppid=16106 vsize=1551208 CPUtime=0
/proc/16108/task/16116/stat : 16116 (java) S 16106 16108 16083 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 13 0 11161207 1588436992 92350 1992294400 134512640 134550932 4291320080 18446744073709551615 4294960144 0 4 0 16800975 18446604437836514560 0 0 -1 0 0 0 0
[pid=16108/tid=16117] ppid=16106 vsize=1551208 CPUtime=1.71
/proc/16108/task/16117/stat : 16117 (java) S 16106 16108 16083 0 -1 4202560 5288 0 0 0 169 2 0 0 15 0 13 0 11161207 1588436992 92350 1992294400 134512640 134550932 4291320080 18446744073709551615 4294960144 0 4 0 16800975 18446604437836514560 0 0 -1 0 0 0 0
[pid=16108/tid=16118] ppid=16106 vsize=1551208 CPUtime=2.48
/proc/16108/task/16118/stat : 16118 (java) S 16106 16108 16083 0 -1 4202560 9114 0 0 0 245 3 0 0 15 0 13 0 11161207 1588436992 92350 1992294400 134512640 134550932 4291320080 18446744073709551615 4294960144 0 4 0 16800975 18446604437836514560 0 0 -1 0 0 0 0
[pid=16108/tid=16119] ppid=16106 vsize=1551208 CPUtime=0
/proc/16108/task/16119/stat : 16119 (java) S 16106 16108 16083 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 11161207 1588436992 92350 1992294400 134512640 134550932 4291320080 18446744073709551615 4294960144 0 4 0 16800975 18446604437836514560 0 0 -1 0 0 0 0
[pid=16108/tid=16120] ppid=16106 vsize=1551208 CPUtime=0
/proc/16108/task/16120/stat : 16120 (java) S 16106 16108 16083 0 -1 4202560 93 0 0 0 0 0 0 0 15 0 13 0 11161207 1588436992 92350 1992294400 134512640 134550932 4291320080 18446744073709551615 4294960144 0 4 0 16800975 18446604437836514560 0 0 -1 0 0 0 0
[pid=16108/tid=16121] ppid=16106 vsize=1551208 CPUtime=0
/proc/16108/task/16121/stat : 16121 (java) S 16106 16108 16083 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 11161234 1588436992 92350 1992294400 134512640 134550932 4291320080 18446744073709551615 4294960144 0 4 0 16800975 18446604437836514560 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1628.06
Current children cumulated vsize (KiB) 1551208

[startup+1662.3 s]
/proc/loadavg: 1.01 1.02 0.85 2/119 16170
/proc/meminfo: memFree=1333696/2059040 swapFree=4192956/4192956
[pid=16108] ppid=16106 vsize=1551208 CPUtime=1688.99
/proc/16108/stat : 16108 (java) S 16106 16108 16083 0 -1 4202496 105547 0 1 0 168743 156 0 0 15 0 13 0 11161198 1588436992 93427 1992294400 134512640 134550932 4291320080 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/16108/statm: 387802 93427 1447 10 0 385104 0
[pid=16108/tid=16110] ppid=16106 vsize=1551208 CPUtime=1633.97
/proc/16108/task/16110/stat : 16110 (java) R 16106 16108 16083 0 -1 4202560 38386 0 1 0 163339 58 0 0 25 0 13 0 11161199 1588436992 93427 1992294400 134512640 134550932 4291320080 18446744073709551615 4109311612 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=16108/tid=16111] ppid=16106 vsize=1551208 CPUtime=24.3
/proc/16108/task/16111/stat : 16111 (java) S 16106 16108 16083 0 -1 4202560 25188 0 0 0 2400 30 0 0 15 0 13 0 11161201 1588436992 93427 1992294400 134512640 134550932 4291320080 18446744073709551615 4294960144 0 4 0 16800975 18446604437836514560 0 0 -1 1 0 0 0
[pid=16108/tid=16112] ppid=16106 vsize=1551208 CPUtime=24.33
/proc/16108/task/16112/stat : 16112 (java) S 16106 16108 16083 0 -1 4202560 25732 0 0 0 2384 49 0 0 16 0 13 0 11161201 1588436992 93427 1992294400 134512640 134550932 4291320080 18446744073709551615 4294960144 0 4 0 16800975 18446604437836514560 0 0 -1 0 0 0 0
[pid=16108/tid=16113] ppid=16106 vsize=1551208 CPUtime=2.12
/proc/16108/task/16113/stat : 16113 (java) S 16106 16108 16083 0 -1 4202560 678 0 0 0 203 9 0 0 15 0 13 0 11161202 1588436992 93427 1992294400 134512640 134550932 4291320080 18446744073709551615 4294960144 0 0 0 16800975 18446604437836514560 0 0 -1 0 0 0 0
[pid=16108/tid=16114] ppid=16106 vsize=1551208 CPUtime=0
/proc/16108/task/16114/stat : 16114 (java) S 16106 16108 16083 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 11161203 1588436992 93427 1992294400 134512640 134550932 4291320080 18446744073709551615 4294960144 0 4 0 16800975 18446604437836514560 0 0 -1 0 0 0 0
[pid=16108/tid=16115] ppid=16106 vsize=1551208 CPUtime=0
/proc/16108/task/16115/stat : 16115 (java) S 16106 16108 16083 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 11161203 1588436992 93427 1992294400 134512640 134550932 4291320080 18446744073709551615 4294960144 0 4 0 16800975 18446604437836514560 0 0 -1 0 0 0 0
[pid=16108/tid=16116] ppid=16106 vsize=1551208 CPUtime=0
/proc/16108/task/16116/stat : 16116 (java) S 16106 16108 16083 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 13 0 11161207 1588436992 93427 1992294400 134512640 134550932 4291320080 18446744073709551615 4294960144 0 4 0 16800975 18446604437836514560 0 0 -1 0 0 0 0
[pid=16108/tid=16117] ppid=16106 vsize=1551208 CPUtime=1.71
/proc/16108/task/16117/stat : 16117 (java) S 16106 16108 16083 0 -1 4202560 5288 0 0 0 169 2 0 0 15 0 13 0 11161207 1588436992 93427 1992294400 134512640 134550932 4291320080 18446744073709551615 4294960144 0 4 0 16800975 18446604437836514560 0 0 -1 0 0 0 0
[pid=16108/tid=16118] ppid=16106 vsize=1551208 CPUtime=2.48
/proc/16108/task/16118/stat : 16118 (java) S 16106 16108 16083 0 -1 4202560 9114 0 0 0 245 3 0 0 15 0 13 0 11161207 1588436992 93427 1992294400 134512640 134550932 4291320080 18446744073709551615 4294960144 0 4 0 16800975 18446604437836514560 0 0 -1 0 0 0 0
[pid=16108/tid=16119] ppid=16106 vsize=1551208 CPUtime=0
/proc/16108/task/16119/stat : 16119 (java) S 16106 16108 16083 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 11161207 1588436992 93427 1992294400 134512640 134550932 4291320080 18446744073709551615 4294960144 0 4 0 16800975 18446604437836514560 0 0 -1 0 0 0 0
[pid=16108/tid=16120] ppid=16106 vsize=1551208 CPUtime=0
/proc/16108/task/16120/stat : 16120 (java) S 16106 16108 16083 0 -1 4202560 95 0 0 0 0 0 0 0 15 0 13 0 11161207 1588436992 93427 1992294400 134512640 134550932 4291320080 18446744073709551615 4294960144 0 4 0 16800975 18446604437836514560 0 0 -1 0 0 0 0
[pid=16108/tid=16121] ppid=16106 vsize=1551208 CPUtime=0
/proc/16108/task/16121/stat : 16121 (java) S 16106 16108 16083 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 11161234 1588436992 93427 1992294400 134512640 134550932 4291320080 18446744073709551615 4294960144 0 4 0 16800975 18446604437836514560 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1688.99
Current children cumulated vsize (KiB) 1551208

[startup+1722.3 s]
/proc/loadavg: 1.00 1.01 0.86 2/119 16170
/proc/meminfo: memFree=1324892/2059040 swapFree=4192956/4192956
[pid=16108] ppid=16106 vsize=1551208 CPUtime=1750.06
/proc/16108/stat : 16108 (java) S 16106 16108 16083 0 -1 4202496 107881 0 1 0 174845 161 0 0 15 0 13 0 11161198 1588436992 95623 1992294400 134512640 134550932 4291320080 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/16108/statm: 387802 95623 1447 10 0 385104 0
[pid=16108/tid=16110] ppid=16106 vsize=1551208 CPUtime=1692.83
/proc/16108/task/16110/stat : 16110 (java) R 16106 16108 16083 0 -1 4202560 38430 0 1 0 169222 61 0 0 25 0 13 0 11161199 1588436992 95623 1992294400 134512640 134550932 4291320080 18446744073709551615 4109468764 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=16108/tid=16111] ppid=16106 vsize=1551208 CPUtime=25.41
/proc/16108/task/16111/stat : 16111 (java) S 16106 16108 16083 0 -1 4202560 26314 0 0 0 2510 31 0 0 16 0 13 0 11161201 1588436992 95623 1992294400 134512640 134550932 4291320080 18446744073709551615 4294960144 0 4 0 16800975 18446604437836514560 0 0 -1 0 0 0 0
[pid=16108/tid=16112] ppid=16106 vsize=1551208 CPUtime=25.44
/proc/16108/task/16112/stat : 16112 (java) S 16106 16108 16083 0 -1 4202560 26887 0 0 0 2493 51 0 0 15 0 13 0 11161201 1588436992 95623 1992294400 134512640 134550932 4291320080 18446744073709551615 4294960144 0 4 0 16800975 18446604437836514560 0 0 -1 1 0 0 0
[pid=16108/tid=16113] ppid=16106 vsize=1551208 CPUtime=2.14
/proc/16108/task/16113/stat : 16113 (java) S 16106 16108 16083 0 -1 4202560 683 0 0 0 204 10 0 0 15 0 13 0 11161202 1588436992 95623 1992294400 134512640 134550932 4291320080 18446744073709551615 4294960144 0 0 0 16800975 18446604437836514560 0 0 -1 0 0 0 0
[pid=16108/tid=16114] ppid=16106 vsize=1551208 CPUtime=0
/proc/16108/task/16114/stat : 16114 (java) S 16106 16108 16083 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 11161203 1588436992 95623 1992294400 134512640 134550932 4291320080 18446744073709551615 4294960144 0 4 0 16800975 18446604437836514560 0 0 -1 0 0 0 0
[pid=16108/tid=16115] ppid=16106 vsize=1551208 CPUtime=0
/proc/16108/task/16115/stat : 16115 (java) S 16106 16108 16083 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 11161203 1588436992 95623 1992294400 134512640 134550932 4291320080 18446744073709551615 4294960144 0 4 0 16800975 18446604437836514560 0 0 -1 0 0 0 0
[pid=16108/tid=16116] ppid=16106 vsize=1551208 CPUtime=0
/proc/16108/task/16116/stat : 16116 (java) S 16106 16108 16083 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 13 0 11161207 1588436992 95623 1992294400 134512640 134550932 4291320080 18446744073709551615 4294960144 0 4 0 16800975 18446604437836514560 0 0 -1 0 0 0 0
[pid=16108/tid=16117] ppid=16106 vsize=1551208 CPUtime=1.71
/proc/16108/task/16117/stat : 16117 (java) S 16106 16108 16083 0 -1 4202560 5288 0 0 0 169 2 0 0 15 0 13 0 11161207 1588436992 95623 1992294400 134512640 134550932 4291320080 18446744073709551615 4294960144 0 4 0 16800975 18446604437836514560 0 0 -1 0 0 0 0
[pid=16108/tid=16118] ppid=16106 vsize=1551208 CPUtime=2.48
/proc/16108/task/16118/stat : 16118 (java) S 16106 16108 16083 0 -1 4202560 9114 0 0 0 245 3 0 0 15 0 13 0 11161207 1588436992 95623 1992294400 134512640 134550932 4291320080 18446744073709551615 4294960144 0 4 0 16800975 18446604437836514560 0 0 -1 0 0 0 0
[pid=16108/tid=16119] ppid=16106 vsize=1551208 CPUtime=0
/proc/16108/task/16119/stat : 16119 (java) S 16106 16108 16083 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 11161207 1588436992 95623 1992294400 134512640 134550932 4291320080 18446744073709551615 4294960144 0 4 0 16800975 18446604437836514560 0 0 -1 0 0 0 0
[pid=16108/tid=16120] ppid=16106 vsize=1551208 CPUtime=0
/proc/16108/task/16120/stat : 16120 (java) S 16106 16108 16083 0 -1 4202560 99 0 0 0 0 0 0 0 15 0 13 0 11161207 1588436992 95623 1992294400 134512640 134550932 4291320080 18446744073709551615 4294960144 0 4 0 16800975 18446604437836514560 0 0 -1 1 0 0 0
[pid=16108/tid=16121] ppid=16106 vsize=1551208 CPUtime=0
/proc/16108/task/16121/stat : 16121 (java) S 16106 16108 16083 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 11161234 1588436992 95623 1992294400 134512640 134550932 4291320080 18446744073709551615 4294960144 0 4 0 16800975 18446604437836514560 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1750.06
Current children cumulated vsize (KiB) 1551208



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1771.2 s]
/proc/loadavg: 1.16 1.06 0.88 2/119 16172
/proc/meminfo: memFree=1317452/2059040 swapFree=4192956/4192956
[pid=16108] ppid=16106 vsize=1551208 CPUtime=1800.07
/proc/16108/stat : 16108 (java) S 16106 16108 16083 0 -1 4202496 109766 0 1 0 179843 164 0 0 15 0 13 0 11161198 1588436992 97422 1992294400 134512640 134550932 4291320080 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/16108/statm: 387802 97422 1447 10 0 385104 0
[pid=16108/tid=16110] ppid=16106 vsize=1551208 CPUtime=1740.56
/proc/16108/task/16110/stat : 16110 (java) R 16106 16108 16083 0 -1 4202560 38465 0 1 0 173995 61 0 0 25 0 13 0 11161199 1588436992 97422 1992294400 134512640 134550932 4291320080 18446744073709551615 4109364241 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=16108/tid=16111] ppid=16106 vsize=1551208 CPUtime=26.52
/proc/16108/task/16111/stat : 16111 (java) S 16106 16108 16083 0 -1 4202560 27207 0 0 0 2620 32 0 0 15 0 13 0 11161201 1588436992 97422 1992294400 134512640 134550932 4291320080 18446744073709551615 4294960144 0 4 0 16800975 18446604437836514560 0 0 -1 0 0 0 0
[pid=16108/tid=16112] ppid=16106 vsize=1551208 CPUtime=26.58
/proc/16108/task/16112/stat : 16112 (java) S 16106 16108 16083 0 -1 4202560 27836 0 0 0 2606 52 0 0 16 0 13 0 11161201 1588436992 97422 1992294400 134512640 134550932 4291320080 18446744073709551615 4294960144 0 4 0 16800975 18446604437836514560 0 0 -1 1 0 0 0
[pid=16108/tid=16113] ppid=16106 vsize=1551208 CPUtime=2.14
/proc/16108/task/16113/stat : 16113 (java) S 16106 16108 16083 0 -1 4202560 687 0 0 0 204 10 0 0 15 0 13 0 11161202 1588436992 97422 1992294400 134512640 134550932 4291320080 18446744073709551615 4294960144 0 0 0 16800975 18446604437836514560 0 0 -1 1 0 0 0
[pid=16108/tid=16114] ppid=16106 vsize=1551208 CPUtime=0
/proc/16108/task/16114/stat : 16114 (java) S 16106 16108 16083 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 11161203 1588436992 97422 1992294400 134512640 134550932 4291320080 18446744073709551615 4294960144 0 4 0 16800975 18446604437836514560 0 0 -1 0 0 0 0
[pid=16108/tid=16115] ppid=16106 vsize=1551208 CPUtime=0
/proc/16108/task/16115/stat : 16115 (java) S 16106 16108 16083 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 11161203 1588436992 97422 1992294400 134512640 134550932 4291320080 18446744073709551615 4294960144 0 4 0 16800975 18446604437836514560 0 0 -1 0 0 0 0
[pid=16108/tid=16116] ppid=16106 vsize=1551208 CPUtime=0
/proc/16108/task/16116/stat : 16116 (java) S 16106 16108 16083 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 13 0 11161207 1588436992 97422 1992294400 134512640 134550932 4291320080 18446744073709551615 4294960144 0 4 0 16800975 18446604437836514560 0 0 -1 0 0 0 0
[pid=16108/tid=16117] ppid=16106 vsize=1551208 CPUtime=1.71
/proc/16108/task/16117/stat : 16117 (java) S 16106 16108 16083 0 -1 4202560 5288 0 0 0 169 2 0 0 15 0 13 0 11161207 1588436992 97422 1992294400 134512640 134550932 4291320080 18446744073709551615 4294960144 0 4 0 16800975 18446604437836514560 0 0 -1 0 0 0 0
[pid=16108/tid=16118] ppid=16106 vsize=1551208 CPUtime=2.48
/proc/16108/task/16118/stat : 16118 (java) S 16106 16108 16083 0 -1 4202560 9114 0 0 0 245 3 0 0 15 0 13 0 11161207 1588436992 97422 1992294400 134512640 134550932 4291320080 18446744073709551615 4294960144 0 4 0 16800975 18446604437836514560 0 0 -1 0 0 0 0
[pid=16108/tid=16119] ppid=16106 vsize=1551208 CPUtime=0
/proc/16108/task/16119/stat : 16119 (java) S 16106 16108 16083 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 11161207 1588436992 97422 1992294400 134512640 134550932 4291320080 18446744073709551615 4294960144 0 4 0 16800975 18446604437836514560 0 0 -1 0 0 0 0
[pid=16108/tid=16120] ppid=16106 vsize=1551208 CPUtime=0
/proc/16108/task/16120/stat : 16120 (java) S 16106 16108 16083 0 -1 4202560 103 0 0 0 0 0 0 0 15 0 13 0 11161207 1588436992 97422 1992294400 134512640 134550932 4291320080 18446744073709551615 4294960144 0 4 0 16800975 18446604437836514560 0 0 -1 1 0 0 0
[pid=16108/tid=16121] ppid=16106 vsize=1551208 CPUtime=0
/proc/16108/task/16121/stat : 16121 (java) S 16106 16108 16083 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 11161234 1588436992 97422 1992294400 134512640 134550932 4291320080 18446744073709551615 4294960144 0 4 0 16800975 18446604437836514560 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 1551208

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

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

[startup+1771.32 s]
/proc/loadavg: 1.16 1.06 0.88 2/119 16172
/proc/meminfo: memFree=1317452/2059040 swapFree=4192956/4192956
[pid=16108] ppid=16106 vsize=0 CPUtime=1800.25
/proc/16108/stat : 16108 (java) Z 16106 16108 16083 0 -1 4203548 109790 0 1 0 179860 165 0 0 15 0 2 0 11161198 0 0 1992294400 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/16108/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.25
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1771.35
CPU time (s): 1800.29
CPU user time (s): 1798.6
CPU system time (s): 1.68974
CPU usage (%): 101.634
Max. virtual memory (cumulated for all children) (KiB): 1552176

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.6
system time used= 1.68974
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 109790
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= 49570
involuntary context switches= 55666

runsolver used 3.83242 second user time and 9.34058 second system time

The end

Launcher Data

Begin job on node034 at 2010-06-16 16:31:01
IDJOB=2669959
IDBENCH=47918
IDSOLVER=1165
FILE ID=node034/2669959-1276698661
PBS_JOBID= 11174108
Free space on /tmp= 62516 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=6-P0=41-P1=53-P2=67-P3=59-P4=53-P5=61-P6=29-P7=29-P8=17-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-2669959-1276698661/watcher-2669959-1276698661 -o /tmp/evaluation-result-2669959-1276698661/solver-2669959-1276698661 -C 1800 -W 2000 -M 1800  java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar CuttingPlanes HOME/instance-2669959-1276698661.opb

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

MD5SUM BENCH= f3f9a9130af59a7746b19fdd52967c7b
RANDOM SEED=268655360

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


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1705576 kB
Buffers:         89856 kB
Cached:         137328 kB
SwapCached:          0 kB
Active:         120608 kB
Inactive:       166188 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1705576 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:             520 kB
Writeback:           0 kB
AnonPages:       59532 kB
Mapped:          15388 kB
Slab:            44884 kB
PageTables:       4008 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   181964 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= 62516 MiB
End job on node034 at 2010-06-16 17:00:35