Trace number 2658306

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 Resolution 2.2.0 2010-05-26OPT3 31.6392 29.9364

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/
factor-mod-size=7-P0=53-P1=109-P2=43-P3=13-P4=17-P5=101-P6=59-P7=7-P8=29-P9=107-B.opb
MD5SUM1141c23e5342793635b3f22754b52627
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.656899
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 variables189
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 constraint7
Maximum length of a constraint63
Number of terms in the objective function 7
Biggest coefficient in the objective function 64
Number of bits for the biggest coefficient in the objective function 7
Sum of the numbers in the objective function 127
Number of bits of the sum of numbers in the objective function 7
Biggest number in a constraint 8192
Number of bits of the biggest number in a constraint 14
Biggest sum of numbers in a constraint 32512
Number of bits of the biggest sum of numbers15
Number of products (including duplicates)441
Sum of products size (including duplicates)882
Number of different products441
Sum of products size882

Quality of the solution as a function of time


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

Solver Data

0.09/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.09/0.14	c This is free software under the dual EPL/GNU LGPL licenses.
0.09/0.14	c See www.sat4j.org for details.
0.09/0.15	c version 2.2.0.v20100526
0.09/0.15	c java.runtime.name	Java(TM) SE Runtime Environment
0.09/0.15	c java.vm.name		Java HotSpot(TM) Server VM
0.09/0.15	c java.vm.version	11.2-b01
0.09/0.15	c java.vm.vendor	Sun Microsystems Inc.
0.09/0.15	c sun.arch.data.model	32
0.09/0.15	c java.version		1.6.0_12
0.09/0.15	c os.name		Linux
0.09/0.15	c os.version		2.6.18-164.el5
0.09/0.15	c os.arch		i386
0.09/0.15	c Free memory 		1393557488
0.09/0.15	c Max memory 		1395916800
0.09/0.15	c Total memory 		1395916800
0.09/0.15	c Number of processors 	2
0.23/0.21	c Pseudo Boolean Optimization
0.23/0.21	c --- Begin Solver configuration ---
0.23/0.21	c Stops conflict analysis at the first Unique Implication Point
0.23/0.21	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@1ac1fe4
0.23/0.21	c Learn all clauses as in MiniSAT
0.23/0.21	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.23/0.21	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.23/0.21	c Expensive reason simplification
0.23/0.21	c Armin Biere (Picosat) restarts strategy
0.23/0.21	c Glucose learned constraints deletion strategy
0.23/0.21	c timeout=2147483s
0.23/0.21	c DB Simplification allowed=false
0.23/0.21	c --- End Solver configuration ---
0.23/0.21	c solving HOME/instance-2658306-1276647024.opb
0.23/0.21	c reading problem ... 
0.54/0.40	c ... done. Wall clock time 0.189s.
0.54/0.40	c #vars     630
0.54/0.40	c #constraints  910
0.54/0.40	c constraints type 
0.54/0.40	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 441
0.54/0.40	c org.sat4j.pb.constraints.pb.MaxWatchPb => 469
2.79/1.80	c cleaning 2498 clauses out of 5000 with flag 5000/5000
3.88/2.74	c cleaning 4247 clauses out of 8504 with flag 11002/11002
4.88/3.75	c cleaning 5627 clauses out of 11255 with flag 18000/18000
6.46/5.10	c cleaning 6810 clauses out of 13627 with flag 26000/26000
8.20/6.69	c cleaning 7906 clauses out of 15818 with flag 35002/35002
9.69/8.17	c cleaning 8956 clauses out of 17911 with flag 45001/45001
11.50/9.99	c cleaning 9472 clauses out of 18953 with flag 55000/55000
13.02/11.46	c cleaning 9736 clauses out of 19481 with flag 65001/65001
15.13/13.51	c cleaning 9872 clauses out of 19744 with flag 75000/75000
16.54/14.93	c cleaning 9929 clauses out of 19871 with flag 85000/85000
17.94/16.36	c cleaning 9964 clauses out of 19943 with flag 95001/95001
19.58/17.92	c cleaning 9987 clauses out of 19979 with flag 105002/105002
20.48/18.83	c SATISFIABLE
20.48/18.83	c OPTIMIZING...
20.48/18.83	c Got one! Elapsed wall clock time (in seconds):18.624
20.48/18.83	o 5
20.68/19.09	c cleaning 9981 clauses out of 19991 with flag 115001/115001
22.19/20.54	c cleaning 9986 clauses out of 20009 with flag 125000/125000
22.80/21.11	c Got one! Elapsed wall clock time (in seconds):20.899
22.80/21.11	o 3
23.60/21.94	c cleaning 10002 clauses out of 20023 with flag 135000/135000
25.00/23.37	c cleaning 10003 clauses out of 20019 with flag 145000/145000
26.59/24.94	c cleaning 10003 clauses out of 20016 with flag 155001/155001
28.00/26.34	c cleaning 10002 clauses out of 20013 with flag 165001/165001
29.80/28.12	c cleaning 10004 clauses out of 20010 with flag 175000/175000
31.61/29.90	c starts		: 107
31.61/29.90	c conflicts		: 184571
31.61/29.90	c decisions		: 195468
31.61/29.90	c propagations		: 3248697
31.61/29.90	c inspects		: 81650287
31.61/29.90	c learnt literals	: 19
31.61/29.90	c learnt binary clauses	: 81
31.61/29.90	c learnt ternary clauses	: 238
31.61/29.90	c learnt clauses	: 184551
31.61/29.90	c ignored clauses	: 0
31.61/29.90	c root simplifications	: 0
31.61/29.90	c removed literals (reason simplification)	: 4507065
31.61/29.90	c reason swapping (by a shorter reason)	: 0
31.61/29.90	c Calls to reduceDB	: 19
31.61/29.90	c number of reductions to clauses (during analyze)	: 0
31.61/29.90	c number of learned constraints concerned by reduction	: 0
31.61/29.90	c number of learning phase by resolution	: 0
31.61/29.90	c number of learning phase by cutting planes	: 0
31.61/29.90	c speed (assignments/second)	: 369379.98862990335
31.61/29.90	c non guided choices	2041
31.61/29.90	c learnt constraints type 
31.61/29.90	c constraints type 
31.61/29.90	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 441
31.61/29.90	c org.sat4j.pb.constraints.pb.MaxWatchPb => 469
31.61/29.90	s OPTIMUM FOUND
31.61/29.90	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 -x163 x164 -x165 -x166 -x167 -x168 -x169 -x170 -x171 -x172 -x173 -x174 -x175 -x176 -x177 -x178 -x179 -x180 -x181 -x182 -x183 -x184 -x185 x186 -x187 -x188 -x189 
31.61/29.90	c objective function=3
31.61/29.90	c Total wall clock time (in seconds): 29.696

Verifier Data

OK	3

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2658306-1276647024/watcher-2658306-1276647024 -o /tmp/evaluation-result-2658306-1276647024/solver-2658306-1276647024 -C 1800 -W 2000 -M 1800 java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2658306-1276647024.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.00 1.00 1.00 3/106 6398
/proc/meminfo: memFree=1802816/2059040 swapFree=4136120/4192956
[pid=6398] ppid=6396 vsize=248 CPUtime=0
/proc/6398/stat : 6398 (java) R 6396 6398 6124 0 -1 4194304 283 0 0 0 0 0 0 0 17 0 1 0 40303821 253952 28 1992294400 134512640 134550932 4291972880 18446744073709551615 2331102 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/6398/statm: 62 28 21 10 0 23 0

[startup+0.044617 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 6398
/proc/meminfo: memFree=1802816/2059040 swapFree=4136120/4192956
[pid=6398] ppid=6396 vsize=1520328 CPUtime=0.03
/proc/6398/stat : 6398 (java) S 6396 6398 6124 0 -1 4202496 3415 0 1 0 1 2 0 0 15 0 4 0 40303821 1556815872 2857 1992294400 134512640 134550932 4291972880 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0
/proc/6398/statm: 380082 2860 954 10 0 377392 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 1520328

[startup+0.101615 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 6398
/proc/meminfo: memFree=1802816/2059040 swapFree=4136120/4192956
[pid=6398] ppid=6396 vsize=1524184 CPUtime=0.09
/proc/6398/stat : 6398 (java) S 6396 6398 6124 0 -1 4202496 3973 0 1 0 6 3 0 0 15 0 12 0 40303821 1560764416 3411 1992294400 134512640 134550932 4291972880 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/6398/statm: 381046 3411 1078 10 0 378348 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1524184

[startup+0.30161 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 6398
/proc/meminfo: memFree=1802816/2059040 swapFree=4136120/4192956
[pid=6398] ppid=6396 vsize=1526320 CPUtime=0.37
/proc/6398/stat : 6398 (java) S 6396 6398 6124 0 -1 4202496 5312 0 1 0 32 5 0 0 15 0 12 0 40303821 1562951680 4748 1992294400 134512640 134550932 4291972880 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/6398/statm: 381580 4748 1363 10 0 378882 0
Current children cumulated CPU time (s) 0.37
Current children cumulated vsize (KiB) 1526320

[startup+0.7016 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 6398
/proc/meminfo: memFree=1802816/2059040 swapFree=4136120/4192956
[pid=6398] ppid=6396 vsize=1529584 CPUtime=1.14
/proc/6398/stat : 6398 (java) S 6396 6398 6124 0 -1 4202496 6743 0 1 0 108 6 0 0 15 0 13 0 40303821 1566294016 6044 1992294400 134512640 134550932 4291972880 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/6398/statm: 382396 6044 1410 10 0 379698 0
Current children cumulated CPU time (s) 1.14
Current children cumulated vsize (KiB) 1529584

[startup+1.50058 s]
/proc/loadavg: 1.00 1.00 1.00 5/119 6411
/proc/meminfo: memFree=1781268/2059040 swapFree=4136120/4192956
[pid=6398] ppid=6396 vsize=1529604 CPUtime=2.41
/proc/6398/stat : 6398 (java) S 6396 6398 6124 0 -1 4202496 10744 0 1 0 233 8 0 0 15 0 13 0 40303821 1566314496 9788 1992294400 134512640 134550932 4291972880 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/6398/statm: 382401 9788 1421 10 0 379703 0
[pid=6398/tid=6400] ppid=6396 vsize=1529604 CPUtime=1.46
/proc/6398/task/6400/stat : 6400 (java) R 6396 6398 6124 0 -1 4202560 7906 0 1 0 140 6 0 0 20 0 13 0 40303823 1566314496 9788 1992294400 134512640 134550932 4291972880 18446744073709551615 4109647729 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=6398/tid=6401] ppid=6396 vsize=1529604 CPUtime=0
/proc/6398/task/6401/stat : 6401 (java) S 6396 6398 6124 0 -1 4202560 4 0 0 0 0 0 0 0 17 0 13 0 40303824 1566314496 9788 1992294400 134512640 134550932 4291972880 18446744073709551615 4294960144 0 4 0 16800975 18446604437822359680 0 0 -1 0 0 0 0
[pid=6398/tid=6402] ppid=6396 vsize=1529604 CPUtime=0
/proc/6398/task/6402/stat : 6402 (java) S 6396 6398 6124 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 13 0 40303824 1566314496 9788 1992294400 134512640 134550932 4291972880 18446744073709551615 4294960144 0 4 0 16800975 18446604437822359680 0 0 -1 0 0 0 0
[pid=6398/tid=6403] ppid=6396 vsize=1529604 CPUtime=0
/proc/6398/task/6403/stat : 6403 (java) S 6396 6398 6124 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 13 0 40303826 1566314496 9788 1992294400 134512640 134550932 4291972880 18446744073709551615 4294960144 0 0 0 16800975 18446604437822359680 0 0 -1 0 0 0 0
[pid=6398/tid=6404] ppid=6396 vsize=1529604 CPUtime=0
/proc/6398/task/6404/stat : 6404 (java) S 6396 6398 6124 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 13 0 40303826 1566314496 9788 1992294400 134512640 134550932 4291972880 18446744073709551615 4294960144 0 4 0 16800975 18446604437822359680 0 0 -1 0 0 0 0
[pid=6398/tid=6405] ppid=6396 vsize=1529604 CPUtime=0
/proc/6398/task/6405/stat : 6405 (java) S 6396 6398 6124 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 13 0 40303826 1566314496 9788 1992294400 134512640 134550932 4291972880 18446744073709551615 4294960144 0 4 0 16800975 18446604437822359680 0 0 -1 0 0 0 0
[pid=6398/tid=6406] ppid=6396 vsize=1529604 CPUtime=0
/proc/6398/task/6406/stat : 6406 (java) S 6396 6398 6124 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 40303830 1566314496 9788 1992294400 134512640 134550932 4291972880 18446744073709551615 4294960144 0 4 0 16800975 18446604437822359680 0 0 -1 0 0 0 0
[pid=6398/tid=6407] ppid=6396 vsize=1529604 CPUtime=0.2
/proc/6398/task/6407/stat : 6407 (java) S 6396 6398 6124 0 -1 4202560 142 0 0 0 20 0 0 0 20 0 13 0 40303830 1566314496 9788 1992294400 134512640 134550932 4291972880 18446744073709551615 4294960144 0 4 0 16800975 18446604437822359680 0 0 -1 0 0 0 0
[pid=6398/tid=6408] ppid=6396 vsize=1529604 CPUtime=0.73
/proc/6398/task/6408/stat : 6408 (java) S 6396 6398 6124 0 -1 4202560 1626 0 0 0 72 1 0 0 15 0 13 0 40303830 1566314496 9788 1992294400 134512640 134550932 4291972880 18446744073709551615 4294960144 0 4 0 16800975 18446604437822359680 0 0 -1 0 0 0 0
[pid=6398/tid=6409] ppid=6396 vsize=1529604 CPUtime=0
/proc/6398/task/6409/stat : 6409 (java) S 6396 6398 6124 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 40303830 1566314496 9788 1992294400 134512640 134550932 4291972880 18446744073709551615 4294960144 0 4 0 16800975 18446604437822359680 0 0 -1 0 0 0 0
[pid=6398/tid=6410] ppid=6396 vsize=1529604 CPUtime=0
/proc/6398/task/6410/stat : 6410 (java) S 6396 6398 6124 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 40303831 1566314496 9788 1992294400 134512640 134550932 4291972880 18446744073709551615 4294960144 0 4 0 16800975 18446604437822359680 0 0 -1 1 0 0 0
[pid=6398/tid=6411] ppid=6396 vsize=1529604 CPUtime=0
/proc/6398/task/6411/stat : 6411 (java) S 6396 6398 6124 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 40303862 1566314496 9788 1992294400 134512640 134550932 4291972880 18446744073709551615 4294960144 0 4 0 16800975 18446604437822359680 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2.41
Current children cumulated vsize (KiB) 1529604

[startup+3.10154 s]
/proc/loadavg: 1.00 1.00 1.00 2/119 6411
/proc/meminfo: memFree=1754732/2059040 swapFree=4136120/4192956
[pid=6398] ppid=6396 vsize=1534204 CPUtime=4.29
/proc/6398/stat : 6398 (java) S 6396 6398 6124 0 -1 4202496 15996 0 1 0 419 10 0 0 15 0 13 0 40303821 1571024896 14174 1992294400 134512640 134550932 4291972880 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/6398/statm: 383551 14174 1440 10 0 380853 0
[pid=6398/tid=6400] ppid=6396 vsize=1534204 CPUtime=2.9
/proc/6398/task/6400/stat : 6400 (java) R 6396 6398 6124 0 -1 4202560 9772 0 1 0 284 6 0 0 25 0 13 0 40303823 1571024896 14174 1992294400 134512640 134550932 4291972880 18446744073709551615 4109528532 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=6398/tid=6401] ppid=6396 vsize=1534204 CPUtime=0.01
/proc/6398/task/6401/stat : 6401 (java) S 6396 6398 6124 0 -1 4202560 499 0 0 0 1 0 0 0 16 0 13 0 40303824 1571024896 14174 1992294400 134512640 134550932 4291972880 18446744073709551615 4294960144 0 4 0 16800975 18446604437822359680 0 0 -1 0 0 0 0
[pid=6398/tid=6402] ppid=6396 vsize=1534204 CPUtime=0
/proc/6398/task/6402/stat : 6402 (java) S 6396 6398 6124 0 -1 4202560 242 0 0 0 0 0 0 0 18 0 13 0 40303824 1571024896 14174 1992294400 134512640 134550932 4291972880 18446744073709551615 4294960144 0 4 0 16800975 18446604437822359680 0 0 -1 0 0 0 0
[pid=6398/tid=6403] ppid=6396 vsize=1534204 CPUtime=0.04
/proc/6398/task/6403/stat : 6403 (java) S 6396 6398 6124 0 -1 4202560 583 0 0 0 4 0 0 0 16 0 13 0 40303826 1571024896 14174 1992294400 134512640 134550932 4291972880 18446744073709551615 4294960144 0 0 0 16800975 18446604437822359680 0 0 -1 1 0 0 0
[pid=6398/tid=6404] ppid=6396 vsize=1534204 CPUtime=0
/proc/6398/task/6404/stat : 6404 (java) S 6396 6398 6124 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 40303826 1571024896 14174 1992294400 134512640 134550932 4291972880 18446744073709551615 4294960144 0 4 0 16800975 18446604437822359680 0 0 -1 0 0 0 0
[pid=6398/tid=6405] ppid=6396 vsize=1534204 CPUtime=0
/proc/6398/task/6405/stat : 6405 (java) S 6396 6398 6124 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 40303826 1571024896 14174 1992294400 134512640 134550932 4291972880 18446744073709551615 4294960144 0 4 0 16800975 18446604437822359680 0 0 -1 0 0 0 0
[pid=6398/tid=6406] ppid=6396 vsize=1534204 CPUtime=0
/proc/6398/task/6406/stat : 6406 (java) S 6396 6398 6124 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 40303830 1571024896 14174 1992294400 134512640 134550932 4291972880 18446744073709551615 4294960144 0 4 0 16800975 18446604437822359680 0 0 -1 0 0 0 0
[pid=6398/tid=6407] ppid=6396 vsize=1534204 CPUtime=0.28
/proc/6398/task/6407/stat : 6407 (java) S 6396 6398 6124 0 -1 4202560 623 0 0 0 28 0 0 0 16 0 13 0 40303830 1571024896 14174 1992294400 134512640 134550932 4291972880 18446744073709551615 4294960144 0 4 0 16800975 18446604437822359680 0 0 -1 1 0 0 0
[pid=6398/tid=6408] ppid=6396 vsize=1534204 CPUtime=0.99
/proc/6398/task/6408/stat : 6408 (java) S 6396 6398 6124 0 -1 4202560 3209 0 0 0 98 1 0 0 16 0 13 0 40303830 1571024896 14174 1992294400 134512640 134550932 4291972880 18446744073709551615 4294960144 0 4 0 16800975 18446604437822359680 0 0 -1 0 0 0 0
[pid=6398/tid=6409] ppid=6396 vsize=1534204 CPUtime=0
/proc/6398/task/6409/stat : 6409 (java) S 6396 6398 6124 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 40303830 1571024896 14174 1992294400 134512640 134550932 4291972880 18446744073709551615 4294960144 0 4 0 16800975 18446604437822359680 0 0 -1 0 0 0 0
[pid=6398/tid=6410] ppid=6396 vsize=1534204 CPUtime=0
/proc/6398/task/6410/stat : 6410 (java) S 6396 6398 6124 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 40303831 1571024896 14174 1992294400 134512640 134550932 4291972880 18446744073709551615 4294960144 0 4 0 16800975 18446604437822359680 0 0 -1 1 0 0 0
[pid=6398/tid=6411] ppid=6396 vsize=1534204 CPUtime=0
/proc/6398/task/6411/stat : 6411 (java) S 6396 6398 6124 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 40303862 1571024896 14174 1992294400 134512640 134550932 4291972880 18446744073709551615 4294960144 0 4 0 16800975 18446604437822359680 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4.29
Current children cumulated vsize (KiB) 1534204

[startup+6.30046 s]
/proc/loadavg: 1.00 1.00 1.00 2/119 6411
/proc/meminfo: memFree=1732784/2059040 swapFree=4136120/4192956
[pid=6398] ppid=6396 vsize=1534192 CPUtime=7.85
/proc/6398/stat : 6398 (java) S 6396 6398 6124 0 -1 4202496 22284 0 1 0 772 13 0 0 15 0 13 0 40303821 1571012608 19636 1992294400 134512640 134550932 4291972880 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/6398/statm: 383548 19636 1440 10 0 380850 0
[pid=6398/tid=6400] ppid=6396 vsize=1534192 CPUtime=5.94
/proc/6398/task/6400/stat : 6400 (java) R 6396 6398 6124 0 -1 4202560 14872 0 1 0 585 9 0 0 25 0 13 0 40303823 1571012608 19636 1992294400 134512640 134550932 4291972880 18446744073709551615 4109526750 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=6398/tid=6401] ppid=6396 vsize=1534192 CPUtime=0.02
/proc/6398/task/6401/stat : 6401 (java) S 6396 6398 6124 0 -1 4202560 556 0 0 0 2 0 0 0 15 0 13 0 40303824 1571012608 19636 1992294400 134512640 134550932 4291972880 18446744073709551615 4294960144 0 4 0 16800975 18446604437822359680 0 0 -1 0 0 0 0
[pid=6398/tid=6402] ppid=6396 vsize=1534192 CPUtime=0.01
/proc/6398/task/6402/stat : 6402 (java) S 6396 6398 6124 0 -1 4202560 277 0 0 0 1 0 0 0 17 0 13 0 40303824 1571012608 19636 1992294400 134512640 134550932 4291972880 18446744073709551615 4294960144 0 4 0 16800975 18446604437822359680 0 0 -1 1 0 0 0
[pid=6398/tid=6403] ppid=6396 vsize=1534192 CPUtime=0.1
/proc/6398/task/6403/stat : 6403 (java) S 6396 6398 6124 0 -1 4202560 793 0 0 0 10 0 0 0 15 0 13 0 40303826 1571012608 19636 1992294400 134512640 134550932 4291972880 18446744073709551615 4294960144 0 0 0 16800975 18446604437822359680 0 0 -1 1 0 0 0
[pid=6398/tid=6404] ppid=6396 vsize=1534192 CPUtime=0
/proc/6398/task/6404/stat : 6404 (java) S 6396 6398 6124 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 40303826 1571012608 19636 1992294400 134512640 134550932 4291972880 18446744073709551615 4294960144 0 4 0 16800975 18446604437822359680 0 0 -1 0 0 0 0
[pid=6398/tid=6405] ppid=6396 vsize=1534192 CPUtime=0
/proc/6398/task/6405/stat : 6405 (java) S 6396 6398 6124 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 40303826 1571012608 19636 1992294400 134512640 134550932 4291972880 18446744073709551615 4294960144 0 4 0 16800975 18446604437822359680 0 0 -1 0 0 0 0
[pid=6398/tid=6406] ppid=6396 vsize=1534192 CPUtime=0
/proc/6398/task/6406/stat : 6406 (java) S 6396 6398 6124 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 40303830 1571012608 19636 1992294400 134512640 134550932 4291972880 18446744073709551615 4294960144 0 4 0 16800975 18446604437822359680 0 0 -1 0 0 0 0
[pid=6398/tid=6407] ppid=6396 vsize=1534192 CPUtime=0.35
/proc/6398/task/6407/stat : 6407 (java) S 6396 6398 6124 0 -1 4202560 631 0 0 0 35 0 0 0 16 0 13 0 40303830 1571012608 19636 1992294400 134512640 134550932 4291972880 18446744073709551615 4294960144 0 4 0 16800975 18446604437822359680 0 0 -1 1 0 0 0
[pid=6398/tid=6408] ppid=6396 vsize=1534192 CPUtime=1.38
/proc/6398/task/6408/stat : 6408 (java) S 6396 6398 6124 0 -1 4202560 4087 0 0 0 137 1 0 0 15 0 13 0 40303830 1571012608 19636 1992294400 134512640 134550932 4291972880 18446744073709551615 4294960144 0 4 0 16800975 18446604437822359680 0 0 -1 0 0 0 0
[pid=6398/tid=6409] ppid=6396 vsize=1534192 CPUtime=0
/proc/6398/task/6409/stat : 6409 (java) S 6396 6398 6124 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 40303830 1571012608 19636 1992294400 134512640 134550932 4291972880 18446744073709551615 4294960144 0 4 0 16800975 18446604437822359680 0 0 -1 0 0 0 0
[pid=6398/tid=6410] ppid=6396 vsize=1534192 CPUtime=0
/proc/6398/task/6410/stat : 6410 (java) S 6396 6398 6124 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 40303831 1571012608 19636 1992294400 134512640 134550932 4291972880 18446744073709551615 4294960144 0 4 0 16800975 18446604437822359680 0 0 -1 0 0 0 0
[pid=6398/tid=6411] ppid=6396 vsize=1534192 CPUtime=0
/proc/6398/task/6411/stat : 6411 (java) S 6396 6398 6124 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 40303862 1571012608 19636 1992294400 134512640 134550932 4291972880 18446744073709551615 4294960144 0 4 0 16800975 18446604437822359680 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 7.85
Current children cumulated vsize (KiB) 1534192

[startup+12.7016 s]
/proc/loadavg: 1.00 1.00 1.00 2/119 6411
/proc/meminfo: memFree=1707116/2059040 swapFree=4136120/4192956
[pid=6398] ppid=6396 vsize=1534192 CPUtime=14.33
/proc/6398/stat : 6398 (java) S 6396 6398 6124 0 -1 4202496 27632 0 1 0 1418 15 0 0 15 0 13 0 40303821 1571012608 24978 1992294400 134512640 134550932 4291972880 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/6398/statm: 383548 24978 1440 10 0 380850 0
[pid=6398/tid=6400] ppid=6396 vsize=1534192 CPUtime=12.17
/proc/6398/task/6400/stat : 6400 (java) R 6396 6398 6124 0 -1 4202560 19701 0 1 0 1205 12 0 0 25 0 13 0 40303823 1571012608 24978 1992294400 134512640 134550932 4291972880 18446744073709551615 4109553422 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=6398/tid=6401] ppid=6396 vsize=1534192 CPUtime=0.04
/proc/6398/task/6401/stat : 6401 (java) S 6396 6398 6124 0 -1 4202560 556 0 0 0 4 0 0 0 15 0 13 0 40303824 1571012608 24978 1992294400 134512640 134550932 4291972880 18446744073709551615 4294960144 0 4 0 16800975 18446604437822359680 0 0 -1 0 0 0 0
[pid=6398/tid=6402] ppid=6396 vsize=1534192 CPUtime=0.02
/proc/6398/task/6402/stat : 6402 (java) S 6396 6398 6124 0 -1 4202560 284 0 0 0 2 0 0 0 16 0 13 0 40303824 1571012608 24978 1992294400 134512640 134550932 4291972880 18446744073709551615 4294960144 0 4 0 16800975 18446604437822359680 0 0 -1 0 0 0 0
[pid=6398/tid=6403] ppid=6396 vsize=1534192 CPUtime=0.23
/proc/6398/task/6403/stat : 6403 (java) S 6396 6398 6124 0 -1 4202560 1305 0 0 0 23 0 0 0 15 0 13 0 40303826 1571012608 24978 1992294400 134512640 134550932 4291972880 18446744073709551615 4294960144 0 0 0 16800975 18446604437822359680 0 0 -1 1 0 0 0
[pid=6398/tid=6404] ppid=6396 vsize=1534192 CPUtime=0
/proc/6398/task/6404/stat : 6404 (java) S 6396 6398 6124 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 40303826 1571012608 24978 1992294400 134512640 134550932 4291972880 18446744073709551615 4294960144 0 4 0 16800975 18446604437822359680 0 0 -1 0 0 0 0
[pid=6398/tid=6405] ppid=6396 vsize=1534192 CPUtime=0
/proc/6398/task/6405/stat : 6405 (java) S 6396 6398 6124 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 40303826 1571012608 24978 1992294400 134512640 134550932 4291972880 18446744073709551615 4294960144 0 4 0 16800975 18446604437822359680 0 0 -1 0 0 0 0
[pid=6398/tid=6406] ppid=6396 vsize=1534192 CPUtime=0
/proc/6398/task/6406/stat : 6406 (java) S 6396 6398 6124 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 40303830 1571012608 24978 1992294400 134512640 134550932 4291972880 18446744073709551615 4294960144 0 4 0 16800975 18446604437822359680 0 0 -1 0 0 0 0
[pid=6398/tid=6407] ppid=6396 vsize=1534192 CPUtime=0.36
/proc/6398/task/6407/stat : 6407 (java) S 6396 6398 6124 0 -1 4202560 631 0 0 0 36 0 0 0 15 0 13 0 40303830 1571012608 24978 1992294400 134512640 134550932 4291972880 18446744073709551615 4294960144 0 4 0 16800975 18446604437822359680 0 0 -1 1 0 0 0
[pid=6398/tid=6408] ppid=6396 vsize=1534192 CPUtime=1.46
/proc/6398/task/6408/stat : 6408 (java) S 6396 6398 6124 0 -1 4202560 4087 0 0 0 145 1 0 0 15 0 13 0 40303830 1571012608 24978 1992294400 134512640 134550932 4291972880 18446744073709551615 4294960144 0 4 0 16800975 18446604437822359680 0 0 -1 0 0 0 0
[pid=6398/tid=6409] ppid=6396 vsize=1534192 CPUtime=0
/proc/6398/task/6409/stat : 6409 (java) S 6396 6398 6124 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 40303830 1571012608 24978 1992294400 134512640 134550932 4291972880 18446744073709551615 4294960144 0 4 0 16800975 18446604437822359680 0 0 -1 0 0 0 0
[pid=6398/tid=6410] ppid=6396 vsize=1534192 CPUtime=0
/proc/6398/task/6410/stat : 6410 (java) S 6396 6398 6124 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 40303831 1571012608 24978 1992294400 134512640 134550932 4291972880 18446744073709551615 4294960144 0 4 0 16800975 18446604437822359680 0 0 -1 0 0 0 0
[pid=6398/tid=6411] ppid=6396 vsize=1534192 CPUtime=0
/proc/6398/task/6411/stat : 6411 (java) S 6396 6398 6124 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 40303862 1571012608 24978 1992294400 134512640 134550932 4291972880 18446744073709551615 4294960144 0 4 0 16800975 18446604437822359680 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 14.33
Current children cumulated vsize (KiB) 1534192

[startup+25.5018 s]
/proc/loadavg: 1.00 1.00 1.00 2/119 6411
/proc/meminfo: memFree=1699304/2059040 swapFree=4136120/4192956
[pid=6398] ppid=6396 vsize=1534192 CPUtime=27.2
/proc/6398/stat : 6398 (java) S 6396 6398 6124 0 -1 4202496 29613 0 1 0 2704 16 0 0 15 0 13 0 40303821 1571012608 26947 1992294400 134512640 134550932 4291972880 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/6398/statm: 383548 26947 1440 10 0 380850 0
[pid=6398/tid=6400] ppid=6396 vsize=1534192 CPUtime=24.58
/proc/6398/task/6400/stat : 6400 (java) R 6396 6398 6124 0 -1 4202560 21003 0 1 0 2446 12 0 0 25 0 13 0 40303823 1571012608 26947 1992294400 134512640 134550932 4291972880 18446744073709551615 4109553343 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=6398/tid=6401] ppid=6396 vsize=1534192 CPUtime=0.1
/proc/6398/task/6401/stat : 6401 (java) S 6396 6398 6124 0 -1 4202560 618 0 0 0 10 0 0 0 15 0 13 0 40303824 1571012608 26947 1992294400 134512640 134550932 4291972880 18446744073709551615 4294960144 0 4 0 16800975 18446604437822359680 0 0 -1 0 0 0 0
[pid=6398/tid=6402] ppid=6396 vsize=1534192 CPUtime=0.07
/proc/6398/task/6402/stat : 6402 (java) S 6396 6398 6124 0 -1 4202560 326 0 0 0 7 0 0 0 15 0 13 0 40303824 1571012608 26947 1992294400 134512640 134550932 4291972880 18446744073709551615 4294960144 0 4 0 16800975 18446604437822359680 0 0 -1 0 0 0 0
[pid=6398/tid=6403] ppid=6396 vsize=1534192 CPUtime=0.53
/proc/6398/task/6403/stat : 6403 (java) S 6396 6398 6124 0 -1 4202560 1876 0 0 0 53 0 0 0 16 0 13 0 40303826 1571012608 26947 1992294400 134512640 134550932 4291972880 18446744073709551615 4294960144 0 0 0 16800975 18446604437822359680 0 0 -1 1 0 0 0
[pid=6398/tid=6404] ppid=6396 vsize=1534192 CPUtime=0
/proc/6398/task/6404/stat : 6404 (java) S 6396 6398 6124 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 40303826 1571012608 26947 1992294400 134512640 134550932 4291972880 18446744073709551615 4294960144 0 4 0 16800975 18446604437822359680 0 0 -1 0 0 0 0
[pid=6398/tid=6405] ppid=6396 vsize=1534192 CPUtime=0
/proc/6398/task/6405/stat : 6405 (java) S 6396 6398 6124 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 40303826 1571012608 26947 1992294400 134512640 134550932 4291972880 18446744073709551615 4294960144 0 4 0 16800975 18446604437822359680 0 0 -1 0 0 0 0
[pid=6398/tid=6406] ppid=6396 vsize=1534192 CPUtime=0
/proc/6398/task/6406/stat : 6406 (java) S 6396 6398 6124 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 40303830 1571012608 26947 1992294400 134512640 134550932 4291972880 18446744073709551615 4294960144 0 4 0 16800975 18446604437822359680 0 0 -1 0 0 0 0
[pid=6398/tid=6407] ppid=6396 vsize=1534192 CPUtime=0.36
/proc/6398/task/6407/stat : 6407 (java) S 6396 6398 6124 0 -1 4202560 631 0 0 0 36 0 0 0 15 0 13 0 40303830 1571012608 26947 1992294400 134512640 134550932 4291972880 18446744073709551615 4294960144 0 4 0 16800975 18446604437822359680 0 0 -1 1 0 0 0
[pid=6398/tid=6408] ppid=6396 vsize=1534192 CPUtime=1.5
/proc/6398/task/6408/stat : 6408 (java) S 6396 6398 6124 0 -1 4202560 4091 0 0 0 149 1 0 0 15 0 13 0 40303830 1571012608 26947 1992294400 134512640 134550932 4291972880 18446744073709551615 4294960144 0 4 0 16800975 18446604437822359680 0 0 -1 0 0 0 0
[pid=6398/tid=6409] ppid=6396 vsize=1534192 CPUtime=0
/proc/6398/task/6409/stat : 6409 (java) S 6396 6398 6124 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 40303830 1571012608 26947 1992294400 134512640 134550932 4291972880 18446744073709551615 4294960144 0 4 0 16800975 18446604437822359680 0 0 -1 0 0 0 0
[pid=6398/tid=6410] ppid=6396 vsize=1534192 CPUtime=0
/proc/6398/task/6410/stat : 6410 (java) S 6396 6398 6124 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 40303831 1571012608 26947 1992294400 134512640 134550932 4291972880 18446744073709551615 4294960144 0 4 0 16800975 18446604437822359680 0 0 -1 0 0 0 0
[pid=6398/tid=6411] ppid=6396 vsize=1534192 CPUtime=0
/proc/6398/task/6411/stat : 6411 (java) S 6396 6398 6124 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 40303862 1571012608 26947 1992294400 134512640 134550932 4291972880 18446744073709551615 4294960144 0 4 0 16800975 18446604437822359680 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 27.2
Current children cumulated vsize (KiB) 1534192

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

[startup+27.1011 s]
/proc/loadavg: 1.00 1.00 1.00 2/119 6411
/proc/meminfo: memFree=1699304/2059040 swapFree=4136120/4192956
[pid=6398] ppid=6396 vsize=1534192 CPUtime=28.8
/proc/6398/stat : 6398 (java) S 6396 6398 6124 0 -1 4202496 29677 0 1 0 2864 16 0 0 15 0 13 0 40303821 1571012608 27010 1992294400 134512640 134550932 4291972880 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/6398/statm: 383548 27010 1440 10 0 380850 0
[pid=6398/tid=6400] ppid=6396 vsize=1534192 CPUtime=26.15
/proc/6398/task/6400/stat : 6400 (java) R 6396 6398 6124 0 -1 4202560 21004 0 1 0 2603 12 0 0 25 0 13 0 40303823 1571012608 27010 1992294400 134512640 134550932 4291972880 18446744073709551615 4109647715 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=6398/tid=6401] ppid=6396 vsize=1534192 CPUtime=0.1
/proc/6398/task/6401/stat : 6401 (java) S 6396 6398 6124 0 -1 4202560 618 0 0 0 10 0 0 0 15 0 13 0 40303824 1571012608 27010 1992294400 134512640 134550932 4291972880 18446744073709551615 4294960144 0 4 0 16800975 18446604437822359680 0 0 -1 0 0 0 0
[pid=6398/tid=6402] ppid=6396 vsize=1534192 CPUtime=0.07
/proc/6398/task/6402/stat : 6402 (java) S 6396 6398 6124 0 -1 4202560 326 0 0 0 7 0 0 0 16 0 13 0 40303824 1571012608 27010 1992294400 134512640 134550932 4291972880 18446744073709551615 4294960144 0 4 0 16800975 18446604437822359680 0 0 -1 0 0 0 0
[pid=6398/tid=6403] ppid=6396 vsize=1534192 CPUtime=0.56
/proc/6398/task/6403/stat : 6403 (java) S 6396 6398 6124 0 -1 4202560 1939 0 0 0 56 0 0 0 16 0 13 0 40303826 1571012608 27010 1992294400 134512640 134550932 4291972880 18446744073709551615 4294960144 0 0 0 16800975 18446604437822359680 0 0 -1 1 0 0 0
[pid=6398/tid=6404] ppid=6396 vsize=1534192 CPUtime=0
/proc/6398/task/6404/stat : 6404 (java) S 6396 6398 6124 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 40303826 1571012608 27010 1992294400 134512640 134550932 4291972880 18446744073709551615 4294960144 0 4 0 16800975 18446604437822359680 0 0 -1 0 0 0 0
[pid=6398/tid=6405] ppid=6396 vsize=1534192 CPUtime=0
/proc/6398/task/6405/stat : 6405 (java) S 6396 6398 6124 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 40303826 1571012608 27010 1992294400 134512640 134550932 4291972880 18446744073709551615 4294960144 0 4 0 16800975 18446604437822359680 0 0 -1 0 0 0 0
[pid=6398/tid=6406] ppid=6396 vsize=1534192 CPUtime=0
/proc/6398/task/6406/stat : 6406 (java) S 6396 6398 6124 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 40303830 1571012608 27010 1992294400 134512640 134550932 4291972880 18446744073709551615 4294960144 0 4 0 16800975 18446604437822359680 0 0 -1 0 0 0 0
[pid=6398/tid=6407] ppid=6396 vsize=1534192 CPUtime=0.36
/proc/6398/task/6407/stat : 6407 (java) S 6396 6398 6124 0 -1 4202560 631 0 0 0 36 0 0 0 15 0 13 0 40303830 1571012608 27010 1992294400 134512640 134550932 4291972880 18446744073709551615 4294960144 0 4 0 16800975 18446604437822359680 0 0 -1 1 0 0 0
[pid=6398/tid=6408] ppid=6396 vsize=1534192 CPUtime=1.5
/proc/6398/task/6408/stat : 6408 (java) S 6396 6398 6124 0 -1 4202560 4091 0 0 0 149 1 0 0 15 0 13 0 40303830 1571012608 27010 1992294400 134512640 134550932 4291972880 18446744073709551615 4294960144 0 4 0 16800975 18446604437822359680 0 0 -1 0 0 0 0
[pid=6398/tid=6409] ppid=6396 vsize=1534192 CPUtime=0
/proc/6398/task/6409/stat : 6409 (java) S 6396 6398 6124 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 40303830 1571012608 27010 1992294400 134512640 134550932 4291972880 18446744073709551615 4294960144 0 4 0 16800975 18446604437822359680 0 0 -1 0 0 0 0
[pid=6398/tid=6410] ppid=6396 vsize=1534192 CPUtime=0
/proc/6398/task/6410/stat : 6410 (java) S 6396 6398 6124 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 40303831 1571012608 27010 1992294400 134512640 134550932 4291972880 18446744073709551615 4294960144 0 4 0 16800975 18446604437822359680 0 0 -1 0 0 0 0
[pid=6398/tid=6411] ppid=6396 vsize=1534192 CPUtime=0
/proc/6398/task/6411/stat : 6411 (java) S 6396 6398 6124 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 40303862 1571012608 27010 1992294400 134512640 134550932 4291972880 18446744073709551615 4294960144 0 4 0 16800975 18446604437822359680 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 28.8
Current children cumulated vsize (KiB) 1534192

[startup+28.7014 s]
/proc/loadavg: 1.00 1.00 1.00 2/119 6411
/proc/meminfo: memFree=1698808/2059040 swapFree=4136120/4192956
[pid=6398] ppid=6396 vsize=1534192 CPUtime=30.4
/proc/6398/stat : 6398 (java) S 6396 6398 6124 0 -1 4202496 29754 0 1 0 3024 16 0 0 15 0 13 0 40303821 1571012608 27086 1992294400 134512640 134550932 4291972880 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/6398/statm: 383548 27086 1440 10 0 380850 0
[pid=6398/tid=6400] ppid=6396 vsize=1534192 CPUtime=27.71
/proc/6398/task/6400/stat : 6400 (java) R 6396 6398 6124 0 -1 4202560 21005 0 1 0 2759 12 0 0 25 0 13 0 40303823 1571012608 27086 1992294400 134512640 134550932 4291972880 18446744073709551615 4109553343 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=6398/tid=6401] ppid=6396 vsize=1534192 CPUtime=0.11
/proc/6398/task/6401/stat : 6401 (java) S 6396 6398 6124 0 -1 4202560 618 0 0 0 11 0 0 0 15 0 13 0 40303824 1571012608 27086 1992294400 134512640 134550932 4291972880 18446744073709551615 4294960144 0 4 0 16800975 18446604437822359680 0 0 -1 0 0 0 0
[pid=6398/tid=6402] ppid=6396 vsize=1534192 CPUtime=0.07
/proc/6398/task/6402/stat : 6402 (java) S 6396 6398 6124 0 -1 4202560 326 0 0 0 7 0 0 0 15 0 13 0 40303824 1571012608 27086 1992294400 134512640 134550932 4291972880 18446744073709551615 4294960144 0 4 0 16800975 18446604437822359680 0 0 -1 0 0 0 0
[pid=6398/tid=6403] ppid=6396 vsize=1534192 CPUtime=0.59
/proc/6398/task/6403/stat : 6403 (java) S 6396 6398 6124 0 -1 4202560 2015 0 0 0 59 0 0 0 16 0 13 0 40303826 1571012608 27086 1992294400 134512640 134550932 4291972880 18446744073709551615 4294960144 0 0 0 16800975 18446604437822359680 0 0 -1 1 0 0 0
[pid=6398/tid=6404] ppid=6396 vsize=1534192 CPUtime=0
/proc/6398/task/6404/stat : 6404 (java) S 6396 6398 6124 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 40303826 1571012608 27086 1992294400 134512640 134550932 4291972880 18446744073709551615 4294960144 0 4 0 16800975 18446604437822359680 0 0 -1 0 0 0 0
[pid=6398/tid=6405] ppid=6396 vsize=1534192 CPUtime=0
/proc/6398/task/6405/stat : 6405 (java) S 6396 6398 6124 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 40303826 1571012608 27086 1992294400 134512640 134550932 4291972880 18446744073709551615 4294960144 0 4 0 16800975 18446604437822359680 0 0 -1 0 0 0 0
[pid=6398/tid=6406] ppid=6396 vsize=1534192 CPUtime=0
/proc/6398/task/6406/stat : 6406 (java) S 6396 6398 6124 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 40303830 1571012608 27086 1992294400 134512640 134550932 4291972880 18446744073709551615 4294960144 0 4 0 16800975 18446604437822359680 0 0 -1 0 0 0 0
[pid=6398/tid=6407] ppid=6396 vsize=1534192 CPUtime=0.36
/proc/6398/task/6407/stat : 6407 (java) S 6396 6398 6124 0 -1 4202560 631 0 0 0 36 0 0 0 15 0 13 0 40303830 1571012608 27086 1992294400 134512640 134550932 4291972880 18446744073709551615 4294960144 0 4 0 16800975 18446604437822359680 0 0 -1 1 0 0 0
[pid=6398/tid=6408] ppid=6396 vsize=1534192 CPUtime=1.5
/proc/6398/task/6408/stat : 6408 (java) S 6396 6398 6124 0 -1 4202560 4091 0 0 0 149 1 0 0 15 0 13 0 40303830 1571012608 27086 1992294400 134512640 134550932 4291972880 18446744073709551615 4294960144 0 4 0 16800975 18446604437822359680 0 0 -1 0 0 0 0
[pid=6398/tid=6409] ppid=6396 vsize=1534192 CPUtime=0
/proc/6398/task/6409/stat : 6409 (java) S 6396 6398 6124 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 40303830 1571012608 27086 1992294400 134512640 134550932 4291972880 18446744073709551615 4294960144 0 4 0 16800975 18446604437822359680 0 0 -1 0 0 0 0
[pid=6398/tid=6410] ppid=6396 vsize=1534192 CPUtime=0
/proc/6398/task/6410/stat : 6410 (java) S 6396 6398 6124 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 40303831 1571012608 27086 1992294400 134512640 134550932 4291972880 18446744073709551615 4294960144 0 4 0 16800975 18446604437822359680 0 0 -1 0 0 0 0
[pid=6398/tid=6411] ppid=6396 vsize=1534192 CPUtime=0
/proc/6398/task/6411/stat : 6411 (java) S 6396 6398 6124 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 40303862 1571012608 27086 1992294400 134512640 134550932 4291972880 18446744073709551615 4294960144 0 4 0 16800975 18446604437822359680 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 30.4
Current children cumulated vsize (KiB) 1534192

[startup+29.5015 s]
/proc/loadavg: 1.00 1.00 1.00 2/119 6411
/proc/meminfo: memFree=1698808/2059040 swapFree=4136120/4192956
[pid=6398] ppid=6396 vsize=1534192 CPUtime=31.2
/proc/6398/stat : 6398 (java) S 6396 6398 6124 0 -1 4202496 29754 0 1 0 3104 16 0 0 15 0 13 0 40303821 1571012608 27086 1992294400 134512640 134550932 4291972880 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/6398/statm: 383548 27086 1440 10 0 380850 0
[pid=6398/tid=6400] ppid=6396 vsize=1534192 CPUtime=28.51
/proc/6398/task/6400/stat : 6400 (java) R 6396 6398 6124 0 -1 4202560 21005 0 1 0 2839 12 0 0 25 0 13 0 40303823 1571012608 27086 1992294400 134512640 134550932 4291972880 18446744073709551615 4109594595 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=6398/tid=6401] ppid=6396 vsize=1534192 CPUtime=0.11
/proc/6398/task/6401/stat : 6401 (java) S 6396 6398 6124 0 -1 4202560 618 0 0 0 11 0 0 0 15 0 13 0 40303824 1571012608 27086 1992294400 134512640 134550932 4291972880 18446744073709551615 4294960144 0 4 0 16800975 18446604437822359680 0 0 -1 0 0 0 0
[pid=6398/tid=6402] ppid=6396 vsize=1534192 CPUtime=0.07
/proc/6398/task/6402/stat : 6402 (java) S 6396 6398 6124 0 -1 4202560 326 0 0 0 7 0 0 0 15 0 13 0 40303824 1571012608 27086 1992294400 134512640 134550932 4291972880 18446744073709551615 4294960144 0 4 0 16800975 18446604437822359680 0 0 -1 0 0 0 0
[pid=6398/tid=6403] ppid=6396 vsize=1534192 CPUtime=0.59
/proc/6398/task/6403/stat : 6403 (java) S 6396 6398 6124 0 -1 4202560 2015 0 0 0 59 0 0 0 15 0 13 0 40303826 1571012608 27086 1992294400 134512640 134550932 4291972880 18446744073709551615 4294960144 0 0 0 16800975 18446604437822359680 0 0 -1 1 0 0 0
[pid=6398/tid=6404] ppid=6396 vsize=1534192 CPUtime=0
/proc/6398/task/6404/stat : 6404 (java) S 6396 6398 6124 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 40303826 1571012608 27086 1992294400 134512640 134550932 4291972880 18446744073709551615 4294960144 0 4 0 16800975 18446604437822359680 0 0 -1 0 0 0 0
[pid=6398/tid=6405] ppid=6396 vsize=1534192 CPUtime=0
/proc/6398/task/6405/stat : 6405 (java) S 6396 6398 6124 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 40303826 1571012608 27086 1992294400 134512640 134550932 4291972880 18446744073709551615 4294960144 0 4 0 16800975 18446604437822359680 0 0 -1 0 0 0 0
[pid=6398/tid=6406] ppid=6396 vsize=1534192 CPUtime=0
/proc/6398/task/6406/stat : 6406 (java) S 6396 6398 6124 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 40303830 1571012608 27086 1992294400 134512640 134550932 4291972880 18446744073709551615 4294960144 0 4 0 16800975 18446604437822359680 0 0 -1 0 0 0 0
[pid=6398/tid=6407] ppid=6396 vsize=1534192 CPUtime=0.36
/proc/6398/task/6407/stat : 6407 (java) S 6396 6398 6124 0 -1 4202560 631 0 0 0 36 0 0 0 15 0 13 0 40303830 1571012608 27086 1992294400 134512640 134550932 4291972880 18446744073709551615 4294960144 0 4 0 16800975 18446604437822359680 0 0 -1 1 0 0 0
[pid=6398/tid=6408] ppid=6396 vsize=1534192 CPUtime=1.5
/proc/6398/task/6408/stat : 6408 (java) S 6396 6398 6124 0 -1 4202560 4091 0 0 0 149 1 0 0 15 0 13 0 40303830 1571012608 27086 1992294400 134512640 134550932 4291972880 18446744073709551615 4294960144 0 4 0 16800975 18446604437822359680 0 0 -1 0 0 0 0
[pid=6398/tid=6409] ppid=6396 vsize=1534192 CPUtime=0
/proc/6398/task/6409/stat : 6409 (java) S 6396 6398 6124 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 40303830 1571012608 27086 1992294400 134512640 134550932 4291972880 18446744073709551615 4294960144 0 4 0 16800975 18446604437822359680 0 0 -1 0 0 0 0
[pid=6398/tid=6410] ppid=6396 vsize=1534192 CPUtime=0
/proc/6398/task/6410/stat : 6410 (java) S 6396 6398 6124 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 40303831 1571012608 27086 1992294400 134512640 134550932 4291972880 18446744073709551615 4294960144 0 4 0 16800975 18446604437822359680 0 0 -1 0 0 0 0
[pid=6398/tid=6411] ppid=6396 vsize=1534192 CPUtime=0
/proc/6398/task/6411/stat : 6411 (java) S 6396 6398 6124 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 40303862 1571012608 27086 1992294400 134512640 134550932 4291972880 18446744073709551615 4294960144 0 4 0 16800975 18446604437822359680 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 31.2
Current children cumulated vsize (KiB) 1534192

[startup+29.9016 s]
/proc/loadavg: 1.00 1.00 1.00 2/119 6411
/proc/meminfo: memFree=1698808/2059040 swapFree=4136120/4192956
[pid=6398] ppid=6396 vsize=1534192 CPUtime=31.61
/proc/6398/stat : 6398 (java) S 6396 6398 6124 0 -1 4202496 29754 0 1 0 3145 16 0 0 15 0 13 0 40303821 1571012608 27086 1992294400 134512640 134550932 4291972880 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/6398/statm: 383548 27086 1440 10 0 380850 0
[pid=6398/tid=6400] ppid=6396 vsize=1534192 CPUtime=28.9
/proc/6398/task/6400/stat : 6400 (java) R 6396 6398 6124 0 -1 4202560 21005 0 1 0 2878 12 0 0 25 0 13 0 40303823 1571012608 27086 1992294400 134512640 134550932 4291972880 18446744073709551615 4109301545 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=6398/tid=6401] ppid=6396 vsize=1534192 CPUtime=0.11
/proc/6398/task/6401/stat : 6401 (java) S 6396 6398 6124 0 -1 4202560 618 0 0 0 11 0 0 0 15 0 13 0 40303824 1571012608 27086 1992294400 134512640 134550932 4291972880 18446744073709551615 4294960144 0 4 0 16800975 18446604437822359680 0 0 -1 0 0 0 0
[pid=6398/tid=6402] ppid=6396 vsize=1534192 CPUtime=0.07
/proc/6398/task/6402/stat : 6402 (java) S 6396 6398 6124 0 -1 4202560 326 0 0 0 7 0 0 0 15 0 13 0 40303824 1571012608 27086 1992294400 134512640 134550932 4291972880 18446744073709551615 4294960144 0 4 0 16800975 18446604437822359680 0 0 -1 0 0 0 0
[pid=6398/tid=6403] ppid=6396 vsize=1534192 CPUtime=0.59
/proc/6398/task/6403/stat : 6403 (java) S 6396 6398 6124 0 -1 4202560 2015 0 0 0 59 0 0 0 15 0 13 0 40303826 1571012608 27086 1992294400 134512640 134550932 4291972880 18446744073709551615 4294960144 0 0 0 16800975 18446604437822359680 0 0 -1 1 0 0 0
[pid=6398/tid=6404] ppid=6396 vsize=1534192 CPUtime=0
/proc/6398/task/6404/stat : 6404 (java) S 6396 6398 6124 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 40303826 1571012608 27086 1992294400 134512640 134550932 4291972880 18446744073709551615 4294960144 0 4 0 16800975 18446604437822359680 0 0 -1 0 0 0 0
[pid=6398/tid=6405] ppid=6396 vsize=1534192 CPUtime=0
/proc/6398/task/6405/stat : 6405 (java) S 6396 6398 6124 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 40303826 1571012608 27086 1992294400 134512640 134550932 4291972880 18446744073709551615 4294960144 0 4 0 16800975 18446604437822359680 0 0 -1 0 0 0 0
[pid=6398/tid=6406] ppid=6396 vsize=1534192 CPUtime=0
/proc/6398/task/6406/stat : 6406 (java) S 6396 6398 6124 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 40303830 1571012608 27086 1992294400 134512640 134550932 4291972880 18446744073709551615 4294960144 0 4 0 16800975 18446604437822359680 0 0 -1 0 0 0 0
[pid=6398/tid=6407] ppid=6396 vsize=1534192 CPUtime=0.37
/proc/6398/task/6407/stat : 6407 (java) S 6396 6398 6124 0 -1 4202560 631 0 0 0 37 0 0 0 15 0 13 0 40303830 1571012608 27086 1992294400 134512640 134550932 4291972880 18446744073709551615 4294960144 0 4 0 16800975 18446604437822359680 0 0 -1 1 0 0 0
[pid=6398/tid=6408] ppid=6396 vsize=1534192 CPUtime=1.5
/proc/6398/task/6408/stat : 6408 (java) S 6396 6398 6124 0 -1 4202560 4091 0 0 0 149 1 0 0 15 0 13 0 40303830 1571012608 27086 1992294400 134512640 134550932 4291972880 18446744073709551615 4294960144 0 4 0 16800975 18446604437822359680 0 0 -1 0 0 0 0
[pid=6398/tid=6409] ppid=6396 vsize=1534192 CPUtime=0
/proc/6398/task/6409/stat : 6409 (java) S 6396 6398 6124 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 40303830 1571012608 27086 1992294400 134512640 134550932 4291972880 18446744073709551615 4294960144 0 4 0 16800975 18446604437822359680 0 0 -1 0 0 0 0
[pid=6398/tid=6410] ppid=6396 vsize=1534192 CPUtime=0
/proc/6398/task/6410/stat : 6410 (java) S 6396 6398 6124 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 40303831 1571012608 27086 1992294400 134512640 134550932 4291972880 18446744073709551615 4294960144 0 4 0 16800975 18446604437822359680 0 0 -1 0 0 0 0
[pid=6398/tid=6411] ppid=6396 vsize=1534192 CPUtime=0
/proc/6398/task/6411/stat : 6411 (java) S 6396 6398 6124 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 40303862 1571012608 27086 1992294400 134512640 134550932 4291972880 18446744073709551615 4294960144 0 4 0 16800975 18446604437822359680 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 31.61
Current children cumulated vsize (KiB) 1534192

Child status: 30
Real time (s): 29.9364
CPU time (s): 31.6392
CPU user time (s): 31.4582
CPU system time (s): 0.180972
CPU usage (%): 105.688
Max. virtual memory (cumulated for all children) (KiB): 1537296

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 31.4582
system time used= 0.180972
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 29768
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= 1061
involuntary context switches= 887

runsolver used 0.072988 second user time and 0.171973 second system time

The end

Launcher Data

Begin job on node014 at 2010-06-16 02:10:24
IDJOB=2658306
IDBENCH=47920
IDSOLVER=1164
FILE ID=node014/2658306-1276647024
PBS_JOBID= 11172408
Free space on /tmp= 62572 MiB

SOLVER NAME= SAT4J PB Resolution 2.2.0 2010-05-26
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/factor-mod-size=7-P0=53-P1=109-P2=43-P3=13-P4=17-P5=101-P6=59-P7=7-P8=29-P9=107-B.opb
COMMAND LINE= java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2658306-1276647024/watcher-2658306-1276647024 -o /tmp/evaluation-result-2658306-1276647024/solver-2658306-1276647024 -C 1800 -W 2000 -M 1800  java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2658306-1276647024.opb

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

MD5SUM BENCH= 1141c23e5342793635b3f22754b52627
RANDOM SEED=715695519

node014.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.258
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.51
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.258
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.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1803336 kB
Buffers:         69040 kB
Cached:          99744 kB
SwapCached:      10712 kB
Active:          77184 kB
Inactive:       105900 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1803336 kB
SwapTotal:     4192956 kB
SwapFree:      4136120 kB
Dirty:             300 kB
Writeback:           0 kB
AnonPages:       12604 kB
Mapped:           9432 kB
Slab:            50732 kB
PageTables:       4032 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   184276 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= 62572 MiB
End job on node014 at 2010-06-16 02:10:54