Trace number 2670088

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)11 1800.27 1768.23

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/
factor-mod-size=6-P0=5-P1=53-P2=2-P3=3-P4=59-P5=29-P6=47-P7=67-P8=37-P9=43-B.opb
MD5SUM25f560c7f1432359ec7ec03d2820d955
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark2
Best CPU time to get the best result obtained on this benchmark7.77182
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 2
Optimality of the best value was proved YES
Number of variables162
Total number of constraints19
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 constraints19
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)324
Sum of products size (including duplicates)648
Number of different products324
Sum of products size648

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.22	c Pseudo Boolean Optimization
0.22/0.22	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.22/0.22	c --- Begin Solver configuration ---
0.22/0.22	c Stops conflict analysis at the first Unique Implication Point
0.22/0.22	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@16fd0b7
0.22/0.22	c Learn all clauses as in MiniSAT
0.22/0.22	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.22/0.22	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.22/0.22	c No reason simplification
0.22/0.22	c Armin Biere (Picosat) restarts strategy
0.22/0.22	c Glucose learned constraints deletion strategy
0.22/0.22	c timeout=2147483s
0.22/0.22	c DB Simplification allowed=false
0.22/0.22	c --- End Solver configuration ---
0.22/0.22	c solving HOME/instance-2670088-1276704062.opb
0.22/0.22	c reading problem ... 
0.36/0.36	c ... done. Wall clock time 0.149s.
0.36/0.36	c #vars     486
0.36/0.36	c #constraints  676
0.36/0.36	c constraints type 
0.36/0.37	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 324
0.36/0.37	c org.sat4j.pb.constraints.pb.MaxWatchPb => 352
20.39/17.17	c cleaning 0 clauses out of 5001 with flag 0/5001
54.34/50.30	c cleaning 0 clauses out of 11000 with flag 0/11000
153.89/148.95	c cleaning 0 clauses out of 18002 with flag 0/18002
191.79/186.56	c SATISFIABLE
191.79/186.56	c OPTIMIZING...
191.79/186.56	c Got one! Elapsed wall clock time (in seconds):186.343
191.79/186.56	o 29
349.84/342.85	c cleaning 0 clauses out of 26000 with flag 0/26000
779.90/767.61	c cleaning 0 clauses out of 35000 with flag 0/35000
1312.80/1291.64	c cleaning 0 clauses out of 45002 with flag 0/45002
1760.75/1729.94	c Got one! Elapsed wall clock time (in seconds):1729.724
1760.75/1729.94	o 11
1771.93/1740.79	c cleaning 0 clauses out of 55001 with flag 0/55001
1800.07/1768.12	c starts		: 76
1800.07/1768.12	c conflicts		: 55562
1800.07/1768.12	c decisions		: 60959
1800.07/1768.12	c propagations		: 708309
1800.07/1768.12	c inspects		: 1070927783
1800.07/1768.12	c learnt literals	: 0
1800.07/1768.12	c learnt binary clauses	: 1
1800.07/1768.12	c learnt ternary clauses	: 0
1800.07/1768.12	c learnt clauses	: 55561
1800.07/1768.12	c ignored clauses	: 0
1800.07/1768.12	c root simplifications	: 0
1800.07/1768.12	c removed literals (reason simplification)	: 0
1800.07/1768.12	c reason swapping (by a shorter reason)	: 0
1800.07/1768.12	c Calls to reduceDB	: 7
1800.07/1768.12	c number of reductions to clauses (during analyze)	: 0
1800.07/1768.12	c number of learned constraints concerned by reduction	: 0
1800.07/1768.12	c number of learning phase by resolution	: 0
1800.07/1768.12	c number of learning phase by cutting planes	: 0
1800.07/1768.12	c speed (assignments/second)	: 18553.29124865757
1800.07/1768.12	c non guided choices	883
1800.07/1768.18	c learnt constraints type 
1800.07/1768.18	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 993
1800.07/1768.18	c org.sat4j.pb.constraints.pb.MaxWatchPb => 54568
1800.07/1768.18	c constraints type 
1800.07/1768.18	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 324
1800.07/1768.18	c org.sat4j.pb.constraints.pb.MaxWatchPb => 353
1800.07/1768.18	s SATISFIABLE
1800.07/1768.18	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 -x145 -x146 x147 -x148 x149 -x150 -x151 x152 x153 -x154 -x155 x156 -x157 -x158 -x159 x160 x161 -x162 
1800.07/1768.18	c objective function=11
1800.07/1768.18	c Total wall clock time (in seconds): 1767.966

Verifier Data

OK	11

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2670088-1276704062/watcher-2670088-1276704062 -o /tmp/evaluation-result-2670088-1276704062/solver-2670088-1276704062 -C 1800 -W 2000 -M 1800 java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar CuttingPlanes HOME/instance-2670088-1276704062.opb 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.07 1.06 0.96 3/106 18016
/proc/meminfo: memFree=1823260/2059040 swapFree=4140084/4192956
[pid=18016] ppid=18014 vsize=1752 CPUtime=0
/proc/18016/stat : 18016 (java6) R 18014 18016 17587 0 -1 4194304 144 0 0 0 0 0 0 0 19 0 1 0 11698945 1794048 64 1992294400 134512640 134550932 4288307952 18446744073709551615 9822114 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/18016/statm: 438 76 60 10 0 30 0

[startup+0.010725 s]
/proc/loadavg: 1.07 1.06 0.96 3/106 18016
/proc/meminfo: memFree=1823260/2059040 swapFree=4140084/4192956
[pid=18016] ppid=18014 vsize=1832 CPUtime=0
/proc/18016/stat : 18016 (java6) R 18014 18016 17587 0 -1 4194304 255 0 0 0 0 0 0 0 18 0 1 0 11698945 1875968 157 1992294400 134512640 134550932 4288307952 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/18016/statm: 1 1 0 0 0 1 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 1832

[startup+0.100715 s]
/proc/loadavg: 1.07 1.06 0.96 3/106 18016
/proc/meminfo: memFree=1823260/2059040 swapFree=4140084/4192956
[pid=18016] ppid=18014 vsize=1524024 CPUtime=0.08
/proc/18016/stat : 18016 (java) S 18014 18016 17587 0 -1 4202496 3934 0 1 0 6 2 0 0 15 0 12 0 11698945 1560600576 3372 1992294400 134512640 134550932 4288105360 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/18016/statm: 381006 3372 1073 10 0 378308 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1524024

[startup+0.300738 s]
/proc/loadavg: 1.07 1.06 0.96 3/106 18016
/proc/meminfo: memFree=1823260/2059040 swapFree=4140084/4192956
[pid=18016] ppid=18014 vsize=1526432 CPUtime=0.36
/proc/18016/stat : 18016 (java) S 18014 18016 17587 0 -1 4202496 5313 0 1 0 32 4 0 0 15 0 12 0 11698945 1563066368 4749 1992294400 134512640 134550932 4288105360 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/18016/statm: 381608 4749 1358 10 0 378910 0
Current children cumulated CPU time (s) 0.36
Current children cumulated vsize (KiB) 1526432

[startup+0.700787 s]
/proc/loadavg: 1.07 1.06 0.96 3/106 18016
/proc/meminfo: memFree=1823260/2059040 swapFree=4140084/4192956
[pid=18016] ppid=18014 vsize=1533392 CPUtime=1.09
/proc/18016/stat : 18016 (java) S 18014 18016 17587 0 -1 4202496 8276 0 1 0 104 5 0 0 15 0 13 0 11698945 1570193408 7250 1992294400 134512640 134550932 4288105360 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/18016/statm: 383348 7250 1403 10 0 380650 0
Current children cumulated CPU time (s) 1.09
Current children cumulated vsize (KiB) 1533392

[startup+1.50187 s]
/proc/loadavg: 1.07 1.06 0.96 4/119 18029
/proc/meminfo: memFree=1795816/2059040 swapFree=4140084/4192956
[pid=18016] ppid=18014 vsize=1540376 CPUtime=2.69
/proc/18016/stat : 18016 (java) S 18014 18016 17587 0 -1 4202496 14815 0 1 0 261 8 0 0 15 0 13 0 11698945 1577345024 13171 1992294400 134512640 134550932 4288105360 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/18016/statm: 385094 13171 1413 10 0 382396 0
[pid=18016/tid=18018] ppid=18014 vsize=1540376 CPUtime=1.35
/proc/18016/task/18018/stat : 18018 (java) R 18014 18016 17587 0 -1 4202560 8967 0 1 0 130 5 0 0 25 0 13 0 11698947 1577345024 13171 1992294400 134512640 134550932 4288105360 18446744073709551615 4108510573 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=18016/tid=18019] ppid=18014 vsize=1540376 CPUtime=0
/proc/18016/task/18019/stat : 18019 (java) S 18014 18016 17587 0 -1 4202560 2 0 0 0 0 0 0 0 17 0 13 0 11698948 1577345024 13171 1992294400 134512640 134550932 4288105360 18446744073709551615 4294960144 0 4 0 16800975 18446604437862610112 0 0 -1 0 0 0 0
[pid=18016/tid=18020] ppid=18014 vsize=1540376 CPUtime=0
/proc/18016/task/18020/stat : 18020 (java) S 18014 18016 17587 0 -1 4202560 0 0 0 0 0 0 0 0 18 0 13 0 11698948 1577345024 13171 1992294400 134512640 134550932 4288105360 18446744073709551615 4294960144 0 4 0 16800975 18446604437862610112 0 0 -1 0 0 0 0
[pid=18016/tid=18021] ppid=18014 vsize=1540376 CPUtime=0
/proc/18016/task/18021/stat : 18021 (java) S 18014 18016 17587 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 13 0 11698950 1577345024 13171 1992294400 134512640 134550932 4288105360 18446744073709551615 4294960144 0 0 0 16800975 18446604437862610112 0 0 -1 1 0 0 0
[pid=18016/tid=18022] ppid=18014 vsize=1540376 CPUtime=0
/proc/18016/task/18022/stat : 18022 (java) S 18014 18016 17587 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 13 0 11698950 1577345024 13171 1992294400 134512640 134550932 4288105360 18446744073709551615 4294960144 0 4 0 16800975 18446604437862610112 0 0 -1 0 0 0 0
[pid=18016/tid=18023] ppid=18014 vsize=1540376 CPUtime=0
/proc/18016/task/18023/stat : 18023 (java) S 18014 18016 17587 0 -1 4202560 5 0 0 0 0 0 0 0 21 0 13 0 11698950 1577345024 13171 1992294400 134512640 134550932 4288105360 18446744073709551615 4294960144 0 4 0 16800975 18446604437862610112 0 0 -1 0 0 0 0
[pid=18016/tid=18024] ppid=18014 vsize=1540376 CPUtime=0
/proc/18016/task/18024/stat : 18024 (java) S 18014 18016 17587 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 11698955 1577345024 13171 1992294400 134512640 134550932 4288105360 18446744073709551615 4294960144 0 4 0 16800975 18446604437862610112 0 0 -1 0 0 0 0
[pid=18016/tid=18025] ppid=18014 vsize=1540376 CPUtime=0.22
/proc/18016/task/18025/stat : 18025 (java) R 18014 18016 17587 0 -1 4202560 663 0 0 0 22 0 0 0 22 0 13 0 11698955 1577345024 13171 1992294400 134512640 134550932 4288105360 18446744073709551615 106115929 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=18016/tid=18026] ppid=18014 vsize=1540376 CPUtime=1.08
/proc/18016/task/18026/stat : 18026 (java) R 18014 18016 17587 0 -1 4202560 4117 0 0 0 107 1 0 0 18 0 13 0 11698955 1577345024 13171 1992294400 134512640 134550932 4288105360 18446744073709551615 104163187 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=18016/tid=18027] ppid=18014 vsize=1540376 CPUtime=0
/proc/18016/task/18027/stat : 18027 (java) S 18014 18016 17587 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 13 0 11698955 1577345024 13171 1992294400 134512640 134550932 4288105360 18446744073709551615 4294960144 0 4 0 16800975 18446604437862610112 0 0 -1 0 0 0 0
[pid=18016/tid=18028] ppid=18014 vsize=1540376 CPUtime=0
/proc/18016/task/18028/stat : 18028 (java) S 18014 18016 17587 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 11698955 1577345024 13171 1992294400 134512640 134550932 4288105360 18446744073709551615 4294960144 0 4 0 16800975 18446604437862610112 0 0 -1 0 0 0 0
[pid=18016/tid=18029] ppid=18014 vsize=1540376 CPUtime=0
/proc/18016/task/18029/stat : 18029 (java) S 18014 18016 17587 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 11698983 1577345024 13171 1992294400 134512640 134550932 4288105360 18446744073709551615 4294960144 0 4 0 16800975 18446604437862610112 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2.69
Current children cumulated vsize (KiB) 1540376

[startup+3.10204 s]
/proc/loadavg: 1.07 1.06 0.96 4/119 18029
/proc/meminfo: memFree=1752664/2059040 swapFree=4140084/4192956
[pid=18016] ppid=18014 vsize=1549440 CPUtime=5.54
/proc/18016/stat : 18016 (java) S 18014 18016 17587 0 -1 4202496 44650 0 1 0 533 21 0 0 15 0 13 0 11698945 1586626560 39345 1992294400 134512640 134550932 4288105360 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/18016/statm: 387360 39345 1437 10 0 384662 0
[pid=18016/tid=18018] ppid=18014 vsize=1549440 CPUtime=2.22
/proc/18016/task/18018/stat : 18018 (java) R 18014 18016 17587 0 -1 4202560 32070 0 1 0 207 15 0 0 18 0 13 0 11698947 1586626560 39345 1992294400 134512640 134550932 4288105360 18446744073709551615 4108548447 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=18016/tid=18019] ppid=18014 vsize=1549440 CPUtime=0
/proc/18016/task/18019/stat : 18019 (java) S 18014 18016 17587 0 -1 4202560 257 0 0 0 0 0 0 0 15 0 13 0 11698948 1586626560 39345 1992294400 134512640 134550932 4288105360 18446744073709551615 4294960144 0 4 0 16800975 18446604437862610112 0 0 -1 0 0 0 0
[pid=18016/tid=18020] ppid=18014 vsize=1549440 CPUtime=0
/proc/18016/task/18020/stat : 18020 (java) S 18014 18016 17587 0 -1 4202560 174 0 0 0 0 0 0 0 18 0 13 0 11698948 1586626560 39345 1992294400 134512640 134550932 4288105360 18446744073709551615 4294960144 0 4 0 16800975 18446604437862610112 0 0 -1 1 0 0 0
[pid=18016/tid=18021] ppid=18014 vsize=1549440 CPUtime=0
/proc/18016/task/18021/stat : 18021 (java) S 18014 18016 17587 0 -1 4202560 9 0 0 0 0 0 0 0 15 0 13 0 11698950 1586626560 39345 1992294400 134512640 134550932 4288105360 18446744073709551615 4294960144 0 0 0 16800975 18446604437862610112 0 0 -1 1 0 0 0
[pid=18016/tid=18022] ppid=18014 vsize=1549440 CPUtime=0
/proc/18016/task/18022/stat : 18022 (java) S 18014 18016 17587 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 11698950 1586626560 39345 1992294400 134512640 134550932 4288105360 18446744073709551615 4294960144 0 4 0 16800975 18446604437862610112 0 0 -1 1 0 0 0
[pid=18016/tid=18023] ppid=18014 vsize=1549440 CPUtime=0
/proc/18016/task/18023/stat : 18023 (java) S 18014 18016 17587 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 11698950 1586626560 39345 1992294400 134512640 134550932 4288105360 18446744073709551615 4294960144 0 4 0 16800975 18446604437862610112 0 0 -1 1 0 0 0
[pid=18016/tid=18024] ppid=18014 vsize=1549440 CPUtime=0
/proc/18016/task/18024/stat : 18024 (java) S 18014 18016 17587 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 11698955 1586626560 39345 1992294400 134512640 134550932 4288105360 18446744073709551615 4294960144 0 4 0 16800975 18446604437862610112 0 0 -1 0 0 0 0
[pid=18016/tid=18025] ppid=18014 vsize=1549440 CPUtime=1.04
/proc/18016/task/18025/stat : 18025 (java) S 18014 18016 17587 0 -1 4202560 4444 0 0 0 103 1 0 0 23 0 13 0 11698955 1586626560 39345 1992294400 134512640 134550932 4288105360 18446744073709551615 4294960144 0 4 0 16800975 18446604437862610112 0 0 -1 1 0 0 0
[pid=18016/tid=18026] ppid=18014 vsize=1549440 CPUtime=2.23
/proc/18016/task/18026/stat : 18026 (java) S 18014 18016 17587 0 -1 4202560 6629 0 0 0 221 2 0 0 16 0 13 0 11698955 1586626560 39345 1992294400 134512640 134550932 4288105360 18446744073709551615 4294960144 0 4 0 16800975 18446604437862610112 0 0 -1 1 0 0 0
[pid=18016/tid=18027] ppid=18014 vsize=1549440 CPUtime=0
/proc/18016/task/18027/stat : 18027 (java) S 18014 18016 17587 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 13 0 11698955 1586626560 39345 1992294400 134512640 134550932 4288105360 18446744073709551615 4294960144 0 4 0 16800975 18446604437862610112 0 0 -1 0 0 0 0
[pid=18016/tid=18028] ppid=18014 vsize=1549440 CPUtime=0
/proc/18016/task/18028/stat : 18028 (java) S 18014 18016 17587 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 11698955 1586626560 39345 1992294400 134512640 134550932 4288105360 18446744073709551615 4294960144 0 4 0 16800975 18446604437862610112 0 0 -1 0 0 0 0
[pid=18016/tid=18029] ppid=18014 vsize=1549440 CPUtime=0
/proc/18016/task/18029/stat : 18029 (java) S 18014 18016 17587 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 11698983 1586626560 39345 1992294400 134512640 134550932 4288105360 18446744073709551615 4294960144 0 4 0 16800975 18446604437862610112 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 5.54
Current children cumulated vsize (KiB) 1549440

[startup+6.30238 s]
/proc/loadavg: 1.06 1.06 0.96 2/119 18029
/proc/meminfo: memFree=1665368/2059040 swapFree=4140084/4192956
[pid=18016] ppid=18014 vsize=1546872 CPUtime=9.46
/proc/18016/stat : 18016 (java) S 18014 18016 17587 0 -1 4202496 54982 0 1 0 921 25 0 0 15 0 13 0 11698945 1583996928 47679 1992294400 134512640 134550932 4288105360 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/18016/statm: 386718 47679 1437 10 0 384020 0
[pid=18016/tid=18018] ppid=18014 vsize=1546872 CPUtime=5.29
/proc/18016/task/18018/stat : 18018 (java) R 18014 18016 17587 0 -1 4202560 36481 0 1 0 512 17 0 0 25 0 13 0 11698947 1583996928 47679 1992294400 134512640 134550932 4288105360 18446744073709551615 4108965835 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=18016/tid=18019] ppid=18014 vsize=1546872 CPUtime=0.08
/proc/18016/task/18019/stat : 18019 (java) S 18014 18016 17587 0 -1 4202560 2615 0 0 0 8 0 0 0 15 0 13 0 11698948 1583996928 47679 1992294400 134512640 134550932 4288105360 18446744073709551615 4294960144 0 4 0 16800975 18446604437862610112 0 0 -1 0 0 0 0
[pid=18016/tid=18020] ppid=18014 vsize=1546872 CPUtime=0.07
/proc/18016/task/18020/stat : 18020 (java) S 18014 18016 17587 0 -1 4202560 2358 0 0 0 7 0 0 0 16 0 13 0 11698948 1583996928 47679 1992294400 134512640 134550932 4288105360 18446744073709551615 4294960144 0 4 0 16800975 18446604437862610112 0 0 -1 1 0 0 0
[pid=18016/tid=18021] ppid=18014 vsize=1546872 CPUtime=0
/proc/18016/task/18021/stat : 18021 (java) S 18014 18016 17587 0 -1 4202560 29 0 0 0 0 0 0 0 15 0 13 0 11698950 1583996928 47679 1992294400 134512640 134550932 4288105360 18446744073709551615 4294960144 0 0 0 16800975 18446604437862610112 0 0 -1 1 0 0 0
[pid=18016/tid=18022] ppid=18014 vsize=1546872 CPUtime=0
/proc/18016/task/18022/stat : 18022 (java) S 18014 18016 17587 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 11698950 1583996928 47679 1992294400 134512640 134550932 4288105360 18446744073709551615 4294960144 0 4 0 16800975 18446604437862610112 0 0 -1 1 0 0 0
[pid=18016/tid=18023] ppid=18014 vsize=1546872 CPUtime=0
/proc/18016/task/18023/stat : 18023 (java) S 18014 18016 17587 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 11698950 1583996928 47679 1992294400 134512640 134550932 4288105360 18446744073709551615 4294960144 0 4 0 16800975 18446604437862610112 0 0 -1 1 0 0 0
[pid=18016/tid=18024] ppid=18014 vsize=1546872 CPUtime=0
/proc/18016/task/18024/stat : 18024 (java) S 18014 18016 17587 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 11698955 1583996928 47679 1992294400 134512640 134550932 4288105360 18446744073709551615 4294960144 0 4 0 16800975 18446604437862610112 0 0 -1 0 0 0 0
[pid=18016/tid=18025] ppid=18014 vsize=1546872 CPUtime=1.28
/proc/18016/task/18025/stat : 18025 (java) S 18014 18016 17587 0 -1 4202560 5447 0 0 0 127 1 0 0 15 0 13 0 11698955 1583996928 47679 1992294400 134512640 134550932 4288105360 18446744073709551615 4294960144 0 4 0 16800975 18446604437862610112 0 0 -1 1 0 0 0
[pid=18016/tid=18026] ppid=18014 vsize=1546872 CPUtime=2.67
/proc/18016/task/18026/stat : 18026 (java) S 18014 18016 17587 0 -1 4202560 6985 0 0 0 264 3 0 0 15 0 13 0 11698955 1583996928 47679 1992294400 134512640 134550932 4288105360 18446744073709551615 4294960144 0 4 0 16800975 18446604437862610112 0 0 -1 1 0 0 0
[pid=18016/tid=18027] ppid=18014 vsize=1546872 CPUtime=0
/proc/18016/task/18027/stat : 18027 (java) S 18014 18016 17587 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 13 0 11698955 1583996928 47679 1992294400 134512640 134550932 4288105360 18446744073709551615 4294960144 0 4 0 16800975 18446604437862610112 0 0 -1 0 0 0 0
[pid=18016/tid=18028] ppid=18014 vsize=1546872 CPUtime=0
/proc/18016/task/18028/stat : 18028 (java) S 18014 18016 17587 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 11698955 1583996928 47679 1992294400 134512640 134550932 4288105360 18446744073709551615 4294960144 0 4 0 16800975 18446604437862610112 0 0 -1 0 0 0 0
[pid=18016/tid=18029] ppid=18014 vsize=1546872 CPUtime=0
/proc/18016/task/18029/stat : 18029 (java) S 18014 18016 17587 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 11698983 1583996928 47679 1992294400 134512640 134550932 4288105360 18446744073709551615 4294960144 0 4 0 16800975 18446604437862610112 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 9.46
Current children cumulated vsize (KiB) 1546872

[startup+12.7021 s]
/proc/loadavg: 1.06 1.05 0.96 2/119 18029
/proc/meminfo: memFree=1628788/2059040 swapFree=4140084/4192956
[pid=18016] ppid=18014 vsize=1546872 CPUtime=15.95
/proc/18016/stat : 18016 (java) S 18014 18016 17587 0 -1 4202496 57351 0 1 0 1569 26 0 0 15 0 13 0 11698945 1583996928 49772 1992294400 134512640 134550932 4288105360 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/18016/statm: 386718 49772 1437 10 0 384020 0
[pid=18016/tid=18018] ppid=18014 vsize=1546872 CPUtime=11.58
/proc/18016/task/18018/stat : 18018 (java) R 18014 18016 17587 0 -1 4202560 36491 0 1 0 1141 17 0 0 25 0 13 0 11698947 1583996928 49772 1992294400 134512640 134550932 4288105360 18446744073709551615 4108883207 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=18016/tid=18019] ppid=18014 vsize=1546872 CPUtime=0.17
/proc/18016/task/18019/stat : 18019 (java) S 18014 18016 17587 0 -1 4202560 3844 0 0 0 16 1 0 0 16 0 13 0 11698948 1583996928 49772 1992294400 134512640 134550932 4288105360 18446744073709551615 4294960144 0 4 0 16800975 18446604437862610112 0 0 -1 0 0 0 0
[pid=18016/tid=18020] ppid=18014 vsize=1546872 CPUtime=0.16
/proc/18016/task/18020/stat : 18020 (java) S 18014 18016 17587 0 -1 4202560 3488 0 0 0 15 1 0 0 15 0 13 0 11698948 1583996928 49772 1992294400 134512640 134550932 4288105360 18446744073709551615 4294960144 0 4 0 16800975 18446604437862610112 0 0 -1 1 0 0 0
[pid=18016/tid=18021] ppid=18014 vsize=1546872 CPUtime=0
/proc/18016/task/18021/stat : 18021 (java) S 18014 18016 17587 0 -1 4202560 29 0 0 0 0 0 0 0 15 0 13 0 11698950 1583996928 49772 1992294400 134512640 134550932 4288105360 18446744073709551615 4294960144 0 0 0 16800975 18446604437862610112 0 0 -1 1 0 0 0
[pid=18016/tid=18022] ppid=18014 vsize=1546872 CPUtime=0
/proc/18016/task/18022/stat : 18022 (java) S 18014 18016 17587 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 11698950 1583996928 49772 1992294400 134512640 134550932 4288105360 18446744073709551615 4294960144 0 4 0 16800975 18446604437862610112 0 0 -1 1 0 0 0
[pid=18016/tid=18023] ppid=18014 vsize=1546872 CPUtime=0
/proc/18016/task/18023/stat : 18023 (java) S 18014 18016 17587 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 11698950 1583996928 49772 1992294400 134512640 134550932 4288105360 18446744073709551615 4294960144 0 4 0 16800975 18446604437862610112 0 0 -1 1 0 0 0
[pid=18016/tid=18024] ppid=18014 vsize=1546872 CPUtime=0
/proc/18016/task/18024/stat : 18024 (java) S 18014 18016 17587 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 11698955 1583996928 49772 1992294400 134512640 134550932 4288105360 18446744073709551615 4294960144 0 4 0 16800975 18446604437862610112 0 0 -1 0 0 0 0
[pid=18016/tid=18025] ppid=18014 vsize=1546872 CPUtime=1.3
/proc/18016/task/18025/stat : 18025 (java) S 18014 18016 17587 0 -1 4202560 5447 0 0 0 129 1 0 0 15 0 13 0 11698955 1583996928 49772 1992294400 134512640 134550932 4288105360 18446744073709551615 4294960144 0 4 0 16800975 18446604437862610112 0 0 -1 1 0 0 0
[pid=18016/tid=18026] ppid=18014 vsize=1546872 CPUtime=2.68
/proc/18016/task/18026/stat : 18026 (java) S 18014 18016 17587 0 -1 4202560 6985 0 0 0 265 3 0 0 15 0 13 0 11698955 1583996928 49772 1992294400 134512640 134550932 4288105360 18446744073709551615 4294960144 0 4 0 16800975 18446604437862610112 0 0 -1 1 0 0 0
[pid=18016/tid=18027] ppid=18014 vsize=1546872 CPUtime=0
/proc/18016/task/18027/stat : 18027 (java) S 18014 18016 17587 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 13 0 11698955 1583996928 49772 1992294400 134512640 134550932 4288105360 18446744073709551615 4294960144 0 4 0 16800975 18446604437862610112 0 0 -1 0 0 0 0
[pid=18016/tid=18028] ppid=18014 vsize=1546872 CPUtime=0
/proc/18016/task/18028/stat : 18028 (java) S 18014 18016 17587 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 11698955 1583996928 49772 1992294400 134512640 134550932 4288105360 18446744073709551615 4294960144 0 4 0 16800975 18446604437862610112 0 0 -1 1 0 0 0
[pid=18016/tid=18029] ppid=18014 vsize=1546872 CPUtime=0
/proc/18016/task/18029/stat : 18029 (java) S 18014 18016 17587 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 11698983 1583996928 49772 1992294400 134512640 134550932 4288105360 18446744073709551615 4294960144 0 4 0 16800975 18446604437862610112 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 15.95
Current children cumulated vsize (KiB) 1546872

[startup+25.5002 s]
/proc/loadavg: 1.04 1.05 0.96 2/119 18029
/proc/meminfo: memFree=1612544/2059040 swapFree=4140084/4192956
[pid=18016] ppid=18014 vsize=1549944 CPUtime=29.24
/proc/18016/stat : 18016 (java) S 18014 18016 17587 0 -1 4202496 62454 0 1 0 2895 29 0 0 15 0 13 0 11698945 1587142656 53813 1992294400 134512640 134550932 4288105360 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/18016/statm: 387486 53813 1447 10 0 384788 0
[pid=18016/tid=18018] ppid=18014 vsize=1549944 CPUtime=24.06
/proc/18016/task/18018/stat : 18018 (java) R 18014 18016 17587 0 -1 4202560 36539 0 1 0 2388 18 0 0 25 0 13 0 11698947 1587142656 53813 1992294400 134512640 134550932 4288105360 18446744073709551615 4108852804 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=18016/tid=18019] ppid=18014 vsize=1549944 CPUtime=0.33
/proc/18016/task/18019/stat : 18019 (java) S 18014 18016 17587 0 -1 4202560 5495 0 0 0 31 2 0 0 16 0 13 0 11698948 1587142656 53813 1992294400 134512640 134550932 4288105360 18446744073709551615 4294960144 0 4 0 16800975 18446604437862610112 0 0 -1 0 0 0 0
[pid=18016/tid=18020] ppid=18014 vsize=1549944 CPUtime=0.31
/proc/18016/task/18020/stat : 18020 (java) S 18014 18016 17587 0 -1 4202560 5097 0 0 0 30 1 0 0 15 0 13 0 11698948 1587142656 53813 1992294400 134512640 134550932 4288105360 18446744073709551615 4294960144 0 4 0 16800975 18446604437862610112 0 0 -1 1 0 0 0
[pid=18016/tid=18021] ppid=18014 vsize=1549944 CPUtime=0.07

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

[pid=18016/tid=18022] ppid=18014 vsize=1547896 CPUtime=0
/proc/18016/task/18022/stat : 18022 (java) S 18014 18016 17587 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 11698950 1585045504 92856 1992294400 134512640 134550932 4288105360 18446744073709551615 4294960144 0 4 0 16800975 18446604437862610112 0 0 -1 1 0 0 0
[pid=18016/tid=18023] ppid=18014 vsize=1547896 CPUtime=0
/proc/18016/task/18023/stat : 18023 (java) S 18014 18016 17587 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 11698950 1585045504 92856 1992294400 134512640 134550932 4288105360 18446744073709551615 4294960144 0 4 0 16800975 18446604437862610112 0 0 -1 1 0 0 0
[pid=18016/tid=18024] ppid=18014 vsize=1547896 CPUtime=0
/proc/18016/task/18024/stat : 18024 (java) S 18014 18016 17587 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 11698955 1585045504 92856 1992294400 134512640 134550932 4288105360 18446744073709551615 4294960144 0 4 0 16800975 18446604437862610112 0 0 -1 0 0 0 0
[pid=18016/tid=18025] ppid=18014 vsize=1547896 CPUtime=1.83
/proc/18016/task/18025/stat : 18025 (java) S 18014 18016 17587 0 -1 4202560 7041 0 0 0 181 2 0 0 15 0 13 0 11698955 1585045504 92856 1992294400 134512640 134550932 4288105360 18446744073709551615 4294960144 0 4 0 16800975 18446604437862610112 0 0 -1 0 0 0 0
[pid=18016/tid=18026] ppid=18014 vsize=1547896 CPUtime=2.75
/proc/18016/task/18026/stat : 18026 (java) S 18014 18016 17587 0 -1 4202560 6996 0 0 0 272 3 0 0 15 0 13 0 11698955 1585045504 92856 1992294400 134512640 134550932 4288105360 18446744073709551615 4294960144 0 4 0 16800975 18446604437862610112 0 0 -1 0 0 0 0
[pid=18016/tid=18027] ppid=18014 vsize=1547896 CPUtime=0
/proc/18016/task/18027/stat : 18027 (java) S 18014 18016 17587 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 13 0 11698955 1585045504 92856 1992294400 134512640 134550932 4288105360 18446744073709551615 4294960144 0 4 0 16800975 18446604437862610112 0 0 -1 0 0 0 0
[pid=18016/tid=18028] ppid=18014 vsize=1547896 CPUtime=0
/proc/18016/task/18028/stat : 18028 (java) S 18014 18016 17587 0 -1 4202560 94 0 0 0 0 0 0 0 15 0 13 0 11698955 1585045504 92856 1992294400 134512640 134550932 4288105360 18446744073709551615 4294960144 0 4 0 16800975 18446604437862610112 0 0 -1 1 0 0 0
[pid=18016/tid=18029] ppid=18014 vsize=1547896 CPUtime=0
/proc/18016/task/18029/stat : 18029 (java) S 18014 18016 17587 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 11698983 1585045504 92856 1992294400 134512640 134550932 4288105360 18446744073709551615 4294960144 0 4 0 16800975 18446604437862610112 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1568.38
Current children cumulated vsize (KiB) 1547896

[startup+1602.3 s]
/proc/loadavg: 1.01 1.04 1.04 2/119 18071
/proc/meminfo: memFree=1454444/2059040 swapFree=4140084/4192956
[pid=18016] ppid=18014 vsize=1547896 CPUtime=1629.92
/proc/18016/stat : 18016 (java) S 18014 18016 17587 0 -1 4202496 105296 0 1 0 162894 98 0 0 15 0 13 0 11698945 1585045504 92856 1992294400 134512640 134550932 4288105360 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/18016/statm: 386974 92856 1447 10 0 384276 0
[pid=18016/tid=18018] ppid=18014 vsize=1547896 CPUtime=1573.37
/proc/18016/task/18018/stat : 18018 (java) R 18014 18016 17587 0 -1 4202560 37747 0 1 0 157310 27 0 0 25 0 13 0 11698947 1585045504 92856 1992294400 134512640 134550932 4288105360 18446744073709551615 4108863069 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=18016/tid=18019] ppid=18014 vsize=1547896 CPUtime=24.85
/proc/18016/task/18019/stat : 18019 (java) S 18014 18016 17587 0 -1 4202560 26037 0 0 0 2457 28 0 0 16 0 13 0 11698948 1585045504 92856 1992294400 134512640 134550932 4288105360 18446744073709551615 4294960144 0 4 0 16800975 18446604437862610112 0 0 -1 1 0 0 0
[pid=18016/tid=18020] ppid=18014 vsize=1547896 CPUtime=24.88
/proc/18016/task/18020/stat : 18020 (java) S 18014 18016 17587 0 -1 4202560 25737 0 0 0 2464 24 0 0 16 0 13 0 11698948 1585045504 92856 1992294400 134512640 134550932 4288105360 18446744073709551615 4294960144 0 4 0 16800975 18446604437862610112 0 0 -1 0 0 0 0
[pid=18016/tid=18021] ppid=18014 vsize=1547896 CPUtime=2.16
/proc/18016/task/18021/stat : 18021 (java) S 18014 18016 17587 0 -1 4202560 574 0 0 0 207 9 0 0 15 0 13 0 11698950 1585045504 92856 1992294400 134512640 134550932 4288105360 18446744073709551615 4294960144 0 0 0 16800975 18446604437862610112 0 0 -1 0 0 0 0
[pid=18016/tid=18022] ppid=18014 vsize=1547896 CPUtime=0
/proc/18016/task/18022/stat : 18022 (java) S 18014 18016 17587 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 11698950 1585045504 92856 1992294400 134512640 134550932 4288105360 18446744073709551615 4294960144 0 4 0 16800975 18446604437862610112 0 0 -1 1 0 0 0
[pid=18016/tid=18023] ppid=18014 vsize=1547896 CPUtime=0
/proc/18016/task/18023/stat : 18023 (java) S 18014 18016 17587 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 11698950 1585045504 92856 1992294400 134512640 134550932 4288105360 18446744073709551615 4294960144 0 4 0 16800975 18446604437862610112 0 0 -1 1 0 0 0
[pid=18016/tid=18024] ppid=18014 vsize=1547896 CPUtime=0
/proc/18016/task/18024/stat : 18024 (java) S 18014 18016 17587 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 11698955 1585045504 92856 1992294400 134512640 134550932 4288105360 18446744073709551615 4294960144 0 4 0 16800975 18446604437862610112 0 0 -1 0 0 0 0
[pid=18016/tid=18025] ppid=18014 vsize=1547896 CPUtime=1.83
/proc/18016/task/18025/stat : 18025 (java) S 18014 18016 17587 0 -1 4202560 7041 0 0 0 181 2 0 0 15 0 13 0 11698955 1585045504 92856 1992294400 134512640 134550932 4288105360 18446744073709551615 4294960144 0 4 0 16800975 18446604437862610112 0 0 -1 0 0 0 0
[pid=18016/tid=18026] ppid=18014 vsize=1547896 CPUtime=2.75
/proc/18016/task/18026/stat : 18026 (java) S 18014 18016 17587 0 -1 4202560 6996 0 0 0 272 3 0 0 15 0 13 0 11698955 1585045504 92856 1992294400 134512640 134550932 4288105360 18446744073709551615 4294960144 0 4 0 16800975 18446604437862610112 0 0 -1 0 0 0 0
[pid=18016/tid=18027] ppid=18014 vsize=1547896 CPUtime=0
/proc/18016/task/18027/stat : 18027 (java) S 18014 18016 17587 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 13 0 11698955 1585045504 92856 1992294400 134512640 134550932 4288105360 18446744073709551615 4294960144 0 4 0 16800975 18446604437862610112 0 0 -1 0 0 0 0
[pid=18016/tid=18028] ppid=18014 vsize=1547896 CPUtime=0
/proc/18016/task/18028/stat : 18028 (java) S 18014 18016 17587 0 -1 4202560 98 0 0 0 0 0 0 0 15 0 13 0 11698955 1585045504 92856 1992294400 134512640 134550932 4288105360 18446744073709551615 4294960144 0 4 0 16800975 18446604437862610112 0 0 -1 0 0 0 0
[pid=18016/tid=18029] ppid=18014 vsize=1547896 CPUtime=0
/proc/18016/task/18029/stat : 18029 (java) S 18014 18016 17587 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 11698983 1585045504 92856 1992294400 134512640 134550932 4288105360 18446744073709551615 4294960144 0 4 0 16800975 18446604437862610112 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1629.92
Current children cumulated vsize (KiB) 1547896

[startup+1662.3 s]
/proc/loadavg: 1.00 1.03 1.03 2/119 18073
/proc/meminfo: memFree=1444400/2059040 swapFree=4140084/4192956
[pid=18016] ppid=18014 vsize=1547896 CPUtime=1691.42
/proc/18016/stat : 18016 (java) S 18014 18016 17587 0 -1 4202496 107971 0 1 0 169039 103 0 0 15 0 13 0 11698945 1585045504 95390 1992294400 134512640 134550932 4288105360 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/18016/statm: 386974 95390 1447 10 0 384276 0
[pid=18016/tid=18018] ppid=18014 vsize=1547896 CPUtime=1631.75
/proc/18016/task/18018/stat : 18018 (java) R 18014 18016 17587 0 -1 4202560 37793 0 1 0 163147 28 0 0 25 0 13 0 11698947 1585045504 95390 1992294400 134512640 134550932 4288105360 18446744073709551615 4109036892 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=18016/tid=18019] ppid=18014 vsize=1547896 CPUtime=26.41
/proc/18016/task/18019/stat : 18019 (java) S 18014 18016 17587 0 -1 4202560 27408 0 0 0 2610 31 0 0 16 0 13 0 11698948 1585045504 95390 1992294400 134512640 134550932 4288105360 18446744073709551615 4294960144 0 4 0 16800975 18446604437862610112 0 0 -1 0 0 0 0
[pid=18016/tid=18020] ppid=18014 vsize=1547896 CPUtime=26.43
/proc/18016/task/18020/stat : 18020 (java) S 18014 18016 17587 0 -1 4202560 26987 0 0 0 2618 25 0 0 15 0 13 0 11698948 1585045504 95390 1992294400 134512640 134550932 4288105360 18446744073709551615 4294960144 0 4 0 16800975 18446604437862610112 0 0 -1 1 0 0 0
[pid=18016/tid=18021] ppid=18014 vsize=1547896 CPUtime=2.18
/proc/18016/task/18021/stat : 18021 (java) S 18014 18016 17587 0 -1 4202560 578 0 0 0 208 10 0 0 15 0 13 0 11698950 1585045504 95390 1992294400 134512640 134550932 4288105360 18446744073709551615 4294960144 0 0 0 16800975 18446604437862610112 0 0 -1 0 0 0 0
[pid=18016/tid=18022] ppid=18014 vsize=1547896 CPUtime=0
/proc/18016/task/18022/stat : 18022 (java) S 18014 18016 17587 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 11698950 1585045504 95390 1992294400 134512640 134550932 4288105360 18446744073709551615 4294960144 0 4 0 16800975 18446604437862610112 0 0 -1 1 0 0 0
[pid=18016/tid=18023] ppid=18014 vsize=1547896 CPUtime=0
/proc/18016/task/18023/stat : 18023 (java) S 18014 18016 17587 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 11698950 1585045504 95390 1992294400 134512640 134550932 4288105360 18446744073709551615 4294960144 0 4 0 16800975 18446604437862610112 0 0 -1 1 0 0 0
[pid=18016/tid=18024] ppid=18014 vsize=1547896 CPUtime=0
/proc/18016/task/18024/stat : 18024 (java) S 18014 18016 17587 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 11698955 1585045504 95390 1992294400 134512640 134550932 4288105360 18446744073709551615 4294960144 0 4 0 16800975 18446604437862610112 0 0 -1 0 0 0 0
[pid=18016/tid=18025] ppid=18014 vsize=1547896 CPUtime=1.83
/proc/18016/task/18025/stat : 18025 (java) S 18014 18016 17587 0 -1 4202560 7041 0 0 0 181 2 0 0 15 0 13 0 11698955 1585045504 95390 1992294400 134512640 134550932 4288105360 18446744073709551615 4294960144 0 4 0 16800975 18446604437862610112 0 0 -1 0 0 0 0
[pid=18016/tid=18026] ppid=18014 vsize=1547896 CPUtime=2.75
/proc/18016/task/18026/stat : 18026 (java) S 18014 18016 17587 0 -1 4202560 6996 0 0 0 272 3 0 0 15 0 13 0 11698955 1585045504 95390 1992294400 134512640 134550932 4288105360 18446744073709551615 4294960144 0 4 0 16800975 18446604437862610112 0 0 -1 0 0 0 0
[pid=18016/tid=18027] ppid=18014 vsize=1547896 CPUtime=0
/proc/18016/task/18027/stat : 18027 (java) S 18014 18016 17587 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 13 0 11698955 1585045504 95390 1992294400 134512640 134550932 4288105360 18446744073709551615 4294960144 0 4 0 16800975 18446604437862610112 0 0 -1 0 0 0 0
[pid=18016/tid=18028] ppid=18014 vsize=1547896 CPUtime=0
/proc/18016/task/18028/stat : 18028 (java) S 18014 18016 17587 0 -1 4202560 102 0 0 0 0 0 0 0 15 0 13 0 11698955 1585045504 95390 1992294400 134512640 134550932 4288105360 18446744073709551615 4294960144 0 4 0 16800975 18446604437862610112 0 0 -1 0 0 0 0
[pid=18016/tid=18029] ppid=18014 vsize=1547896 CPUtime=0
/proc/18016/task/18029/stat : 18029 (java) S 18014 18016 17587 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 11698983 1585045504 95390 1992294400 134512640 134550932 4288105360 18446744073709551615 4294960144 0 4 0 16800975 18446604437862610112 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1691.42
Current children cumulated vsize (KiB) 1547896

[startup+1722.3 s]
/proc/loadavg: 1.36 1.11 1.06 2/119 18075
/proc/meminfo: memFree=1435720/2059040 swapFree=4140084/4192956
[pid=18016] ppid=18014 vsize=1547896 CPUtime=1752.99
/proc/18016/stat : 18016 (java) S 18014 18016 17587 0 -1 4202496 110218 0 1 0 175190 109 0 0 15 0 13 0 11698945 1585045504 97533 1992294400 134512640 134550932 4288105360 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/18016/statm: 386974 97533 1447 10 0 384276 0
[pid=18016/tid=18018] ppid=18014 vsize=1547896 CPUtime=1690.08
/proc/18016/task/18018/stat : 18018 (java) R 18014 18016 17587 0 -1 4202560 37837 0 1 0 168978 30 0 0 25 0 13 0 11698947 1585045504 97533 1992294400 134512640 134550932 4288105360 18446744073709551615 4108887178 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=18016/tid=18019] ppid=18014 vsize=1547896 CPUtime=28.02
/proc/18016/task/18019/stat : 18019 (java) S 18014 18016 17587 0 -1 4202560 28570 0 0 0 2768 34 0 0 15 0 13 0 11698948 1585045504 97533 1992294400 134512640 134550932 4288105360 18446744073709551615 4294960144 0 4 0 16800975 18446604437862610112 0 0 -1 1 0 0 0
[pid=18016/tid=18020] ppid=18014 vsize=1547896 CPUtime=28.05
/proc/18016/task/18020/stat : 18020 (java) S 18014 18016 17587 0 -1 4202560 28024 0 0 0 2779 26 0 0 16 0 13 0 11698948 1585045504 97533 1992294400 134512640 134550932 4288105360 18446744073709551615 4294960144 0 4 0 16800975 18446604437862610112 0 0 -1 0 0 0 0
[pid=18016/tid=18021] ppid=18014 vsize=1547896 CPUtime=2.18
/proc/18016/task/18021/stat : 18021 (java) S 18014 18016 17587 0 -1 4202560 580 0 0 0 208 10 0 0 15 0 13 0 11698950 1585045504 97533 1992294400 134512640 134550932 4288105360 18446744073709551615 4294960144 0 0 0 16800975 18446604437862610112 0 0 -1 0 0 0 0
[pid=18016/tid=18022] ppid=18014 vsize=1547896 CPUtime=0
/proc/18016/task/18022/stat : 18022 (java) S 18014 18016 17587 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 11698950 1585045504 97533 1992294400 134512640 134550932 4288105360 18446744073709551615 4294960144 0 4 0 16800975 18446604437862610112 0 0 -1 1 0 0 0
[pid=18016/tid=18023] ppid=18014 vsize=1547896 CPUtime=0
/proc/18016/task/18023/stat : 18023 (java) S 18014 18016 17587 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 11698950 1585045504 97533 1992294400 134512640 134550932 4288105360 18446744073709551615 4294960144 0 4 0 16800975 18446604437862610112 0 0 -1 1 0 0 0
[pid=18016/tid=18024] ppid=18014 vsize=1547896 CPUtime=0
/proc/18016/task/18024/stat : 18024 (java) S 18014 18016 17587 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 11698955 1585045504 97533 1992294400 134512640 134550932 4288105360 18446744073709551615 4294960144 0 4 0 16800975 18446604437862610112 0 0 -1 0 0 0 0
[pid=18016/tid=18025] ppid=18014 vsize=1547896 CPUtime=1.83
/proc/18016/task/18025/stat : 18025 (java) S 18014 18016 17587 0 -1 4202560 7041 0 0 0 181 2 0 0 15 0 13 0 11698955 1585045504 97533 1992294400 134512640 134550932 4288105360 18446744073709551615 4294960144 0 4 0 16800975 18446604437862610112 0 0 -1 0 0 0 0
[pid=18016/tid=18026] ppid=18014 vsize=1547896 CPUtime=2.75
/proc/18016/task/18026/stat : 18026 (java) S 18014 18016 17587 0 -1 4202560 6996 0 0 0 272 3 0 0 15 0 13 0 11698955 1585045504 97533 1992294400 134512640 134550932 4288105360 18446744073709551615 4294960144 0 4 0 16800975 18446604437862610112 0 0 -1 0 0 0 0
[pid=18016/tid=18027] ppid=18014 vsize=1547896 CPUtime=0
/proc/18016/task/18027/stat : 18027 (java) S 18014 18016 17587 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 13 0 11698955 1585045504 97533 1992294400 134512640 134550932 4288105360 18446744073709551615 4294960144 0 4 0 16800975 18446604437862610112 0 0 -1 0 0 0 0
[pid=18016/tid=18028] ppid=18014 vsize=1547896 CPUtime=0
/proc/18016/task/18028/stat : 18028 (java) S 18014 18016 17587 0 -1 4202560 104 0 0 0 0 0 0 0 15 0 13 0 11698955 1585045504 97533 1992294400 134512640 134550932 4288105360 18446744073709551615 4294960144 0 4 0 16800975 18446604437862610112 0 0 -1 0 0 0 0
[pid=18016/tid=18029] ppid=18014 vsize=1547896 CPUtime=0
/proc/18016/task/18029/stat : 18029 (java) S 18014 18016 17587 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 11698983 1585045504 97533 1992294400 134512640 134550932 4288105360 18446744073709551615 4294960144 0 4 0 16800975 18446604437862610112 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1752.99
Current children cumulated vsize (KiB) 1547896



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1768.1 s]
/proc/loadavg: 1.31 1.13 1.06 2/119 18077
/proc/meminfo: memFree=1425180/2059040 swapFree=4140084/4192956
[pid=18016] ppid=18014 vsize=1547896 CPUtime=1800.07
/proc/18016/stat : 18016 (java) S 18014 18016 17587 0 -1 4202496 112934 0 1 0 179895 112 0 0 15 0 13 0 11698945 1585045504 100123 1992294400 134512640 134550932 4288105360 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/18016/statm: 386974 100123 1447 10 0 384276 0
[pid=18016/tid=18018] ppid=18014 vsize=1547896 CPUtime=1733.73
/proc/18016/task/18018/stat : 18018 (java) R 18014 18016 17587 0 -1 4202560 37875 0 1 0 173342 31 0 0 25 0 13 0 11698947 1585045504 100123 1992294400 134512640 134550932 4288105360 18446744073709551615 4109037019 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=18016/tid=18019] ppid=18014 vsize=1547896 CPUtime=29.32
/proc/18016/task/18019/stat : 18019 (java) S 18014 18016 17587 0 -1 4202560 29787 0 0 0 2897 35 0 0 16 0 13 0 11698948 1585045504 100123 1992294400 134512640 134550932 4288105360 18446744073709551615 4294960144 0 4 0 16800975 18446604437862610112 0 0 -1 1 0 0 0
[pid=18016/tid=18020] ppid=18014 vsize=1547896 CPUtime=29.37
/proc/18016/task/18020/stat : 18020 (java) S 18014 18016 17587 0 -1 4202560 29477 0 0 0 2910 27 0 0 16 0 13 0 11698948 1585045504 100123 1992294400 134512640 134550932 4288105360 18446744073709551615 4294960144 0 4 0 16800975 18446604437862610112 0 0 -1 1 0 0 0
[pid=18016/tid=18021] ppid=18014 vsize=1547896 CPUtime=3
/proc/18016/task/18021/stat : 18021 (java) S 18014 18016 17587 0 -1 4202560 584 0 0 0 289 11 0 0 15 0 13 0 11698950 1585045504 100123 1992294400 134512640 134550932 4288105360 18446744073709551615 4294960144 0 0 0 16800975 18446604437862610112 0 0 -1 1 0 0 0
[pid=18016/tid=18022] ppid=18014 vsize=1547896 CPUtime=0
/proc/18016/task/18022/stat : 18022 (java) S 18014 18016 17587 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 11698950 1585045504 100123 1992294400 134512640 134550932 4288105360 18446744073709551615 4294960144 0 4 0 16800975 18446604437862610112 0 0 -1 1 0 0 0
[pid=18016/tid=18023] ppid=18014 vsize=1547896 CPUtime=0
/proc/18016/task/18023/stat : 18023 (java) S 18014 18016 17587 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 11698950 1585045504 100123 1992294400 134512640 134550932 4288105360 18446744073709551615 4294960144 0 4 0 16800975 18446604437862610112 0 0 -1 1 0 0 0
[pid=18016/tid=18024] ppid=18014 vsize=1547896 CPUtime=0
/proc/18016/task/18024/stat : 18024 (java) S 18014 18016 17587 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 11698955 1585045504 100123 1992294400 134512640 134550932 4288105360 18446744073709551615 4294960144 0 4 0 16800975 18446604437862610112 0 0 -1 0 0 0 0
[pid=18016/tid=18025] ppid=18014 vsize=1547896 CPUtime=1.83
/proc/18016/task/18025/stat : 18025 (java) S 18014 18016 17587 0 -1 4202560 7041 0 0 0 181 2 0 0 15 0 13 0 11698955 1585045504 100123 1992294400 134512640 134550932 4288105360 18446744073709551615 4294960144 0 4 0 16800975 18446604437862610112 0 0 -1 0 0 0 0
[pid=18016/tid=18026] ppid=18014 vsize=1547896 CPUtime=2.75
/proc/18016/task/18026/stat : 18026 (java) S 18014 18016 17587 0 -1 4202560 6996 0 0 0 272 3 0 0 15 0 13 0 11698955 1585045504 100123 1992294400 134512640 134550932 4288105360 18446744073709551615 4294960144 0 4 0 16800975 18446604437862610112 0 0 -1 0 0 0 0
[pid=18016/tid=18027] ppid=18014 vsize=1547896 CPUtime=0
/proc/18016/task/18027/stat : 18027 (java) S 18014 18016 17587 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 13 0 11698955 1585045504 100123 1992294400 134512640 134550932 4288105360 18446744073709551615 4294960144 0 4 0 16800975 18446604437862610112 0 0 -1 0 0 0 0
[pid=18016/tid=18028] ppid=18014 vsize=1547896 CPUtime=0
/proc/18016/task/18028/stat : 18028 (java) S 18014 18016 17587 0 -1 4202560 108 0 0 0 0 0 0 0 15 0 13 0 11698955 1585045504 100123 1992294400 134512640 134550932 4288105360 18446744073709551615 4294960144 0 4 0 16800975 18446604437862610112 0 0 -1 1 0 0 0
[pid=18016/tid=18029] ppid=18014 vsize=1547896 CPUtime=0
/proc/18016/task/18029/stat : 18029 (java) S 18014 18016 17587 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 11698983 1585045504 100123 1992294400 134512640 134550932 4288105360 18446744073709551615 4294960144 0 4 0 16800975 18446604437862610112 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 1547896

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

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

[startup+1768.22 s]
/proc/loadavg: 1.31 1.13 1.06 2/119 18077
/proc/meminfo: memFree=1425180/2059040 swapFree=4140084/4192956
[pid=18016] ppid=18014 vsize=0 CPUtime=1800.25
/proc/18016/stat : 18016 (java) Z 18014 18016 17587 0 -1 4203548 112956 0 1 0 179910 115 0 0 15 0 2 0 11698945 0 0 1992294400 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/18016/statm: 0 0 0 0 0 0 0
[pid=18016/tid=18018] ppid=18014 vsize=0 CPUtime=1733.84
/proc/18016/task/18018/stat : 18018 (java) R 18014 18016 17587 0 -1 4203588 37875 0 1 0 173350 34 0 0 25 0 2 0 11698947 0 0 1992294400 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.25
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1768.23
CPU time (s): 1800.27
CPU user time (s): 1799.1
CPU system time (s): 1.16482
CPU usage (%): 101.812
Max. virtual memory (cumulated for all children) (KiB): 1552644

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.1
system time used= 1.16482
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 112956
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= 49304
involuntary context switches= 33661

runsolver used 3.46247 second user time and 9.79751 second system time

The end

Launcher Data

Begin job on node038 at 2010-06-16 18:01:02
IDJOB=2670088
IDBENCH=48047
IDSOLVER=1165
FILE ID=node038/2670088-1276704062
PBS_JOBID= 11174104
Free space on /tmp= 62476 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=5-P1=53-P2=2-P3=3-P4=59-P5=29-P6=47-P7=67-P8=37-P9=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-2670088-1276704062/watcher-2670088-1276704062 -o /tmp/evaluation-result-2670088-1276704062/solver-2670088-1276704062 -C 1800 -W 2000 -M 1800  java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar CuttingPlanes HOME/instance-2670088-1276704062.opb

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

MD5SUM BENCH= 25f560c7f1432359ec7ec03d2820d955
RANDOM SEED=615016484

node038.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.222
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.44
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.222
cache size	: 2048 KB
physical id	: 3
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5599.46
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1823656 kB
Buffers:         16956 kB
Cached:         127712 kB
SwapCached:       6020 kB
Active:          71424 kB
Inactive:        85952 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1823656 kB
SwapTotal:     4192956 kB
SwapFree:      4140084 kB
Dirty:             384 kB
Writeback:           0 kB
AnonPages:       10884 kB
Mapped:          13044 kB
Slab:            56016 kB
PageTables:       4008 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   179600 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= 62476 MiB
End job on node038 at 2010-06-16 18:30:32