Trace number 2659619

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-26OPT788263 20.5279 18.9792

General information on the benchmark

Namenormalized-PB06/OPT-MEDINT/mps-v2-20-10/MIPLIB/
miplib/normalized-mps-v2-20-10-pipex.opb
MD5SUM3e6a99258fbc02bc052cab2d6151884d
Bench CategoryOPT-MEDINT (optimisation, medium integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark788263
Best CPU time to get the best result obtained on this benchmark6.32104
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 788263
Optimality of the best value was proved YES
Number of variables48
Total number of constraints25
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)16
Number of constraints which are nor clauses,nor cardinality constraints9
Minimum length of a constraint3
Maximum length of a constraint16
Number of terms in the objective function 48
Biggest coefficient in the objective function 107865
Number of bits for the biggest coefficient in the objective function 17
Sum of the numbers in the objective function 2514082
Number of bits of the sum of numbers in the objective function 22
Biggest number in a constraint 107865
Number of bits of the biggest number in a constraint 17
Biggest sum of numbers in a constraint 2514082
Number of bits of the biggest sum of numbers22
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

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.13	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.09/0.13	c This is free software under the dual EPL/GNU LGPL licenses.
0.09/0.13	c See www.sat4j.org for details.
0.09/0.14	c version 2.2.0.v20100526
0.09/0.14	c java.runtime.name	Java(TM) SE Runtime Environment
0.09/0.14	c java.vm.name		Java HotSpot(TM) Server VM
0.09/0.14	c java.vm.version	11.2-b01
0.09/0.14	c java.vm.vendor	Sun Microsystems Inc.
0.09/0.14	c sun.arch.data.model	32
0.09/0.14	c java.version		1.6.0_12
0.09/0.14	c os.name		Linux
0.09/0.14	c os.version		2.6.18-164.el5
0.09/0.14	c os.arch		i386
0.09/0.14	c Free memory 		1393557488
0.09/0.14	c Max memory 		1395916800
0.09/0.14	c Total memory 		1395916800
0.09/0.14	c Number of processors 	2
0.09/0.20	c Pseudo Boolean Optimization
0.09/0.20	c --- Begin Solver configuration ---
0.09/0.20	c Stops conflict analysis at the first Unique Implication Point
0.09/0.20	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@64dc11
0.09/0.20	c Learn all clauses as in MiniSAT
0.09/0.20	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.20	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.20	c Expensive reason simplification
0.09/0.20	c Armin Biere (Picosat) restarts strategy
0.09/0.20	c Glucose learned constraints deletion strategy
0.09/0.20	c timeout=2147483s
0.09/0.20	c DB Simplification allowed=false
0.09/0.20	c --- End Solver configuration ---
0.09/0.20	c solving HOME/instance-2659619-1276346292.opb
0.09/0.20	c reading problem ... 
0.24/0.24	c ... done. Wall clock time 0.041s.
0.24/0.24	c #vars     48
0.24/0.24	c #constraints  41
0.24/0.24	c constraints type 
0.24/0.24	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 16
0.24/0.24	c org.sat4j.minisat.constraints.card.MinWatchCard => 16
0.24/0.24	c org.sat4j.pb.constraints.pb.MaxWatchPb => 9
0.57/0.41	c SATISFIABLE
0.57/0.41	c OPTIMIZING...
0.57/0.41	c Got one! Elapsed wall clock time (in seconds):0.209
0.57/0.41	o 889764
0.57/0.49	c Got one! Elapsed wall clock time (in seconds):0.289
0.57/0.49	o 850854
0.76/0.54	c Got one! Elapsed wall clock time (in seconds):0.341
0.76/0.54	o 848614
0.76/0.59	c Got one! Elapsed wall clock time (in seconds):0.387
0.76/0.59	o 827704
0.76/0.59	c Got one! Elapsed wall clock time (in seconds):0.393
0.76/0.59	o 822484
1.17/0.76	c Got one! Elapsed wall clock time (in seconds):0.558
1.17/0.76	o 821316
1.17/0.79	c Got one! Elapsed wall clock time (in seconds):0.594
1.17/0.79	o 817673
1.36/0.84	c Got one! Elapsed wall clock time (in seconds):0.64
1.36/0.84	o 817126
1.77/1.04	c Got one! Elapsed wall clock time (in seconds):0.841
1.77/1.04	o 802184
2.18/1.34	c cleaning 2497 clauses out of 5002 with flag 5002/5002
3.11/1.86	c cleaning 4250 clauses out of 8503 with flag 11000/11000
3.72/2.42	c cleaning 5620 clauses out of 11254 with flag 18001/18001
4.46/3.14	c cleaning 6811 clauses out of 13634 with flag 26001/26001
4.69/3.38	c Got one! Elapsed wall clock time (in seconds):3.179
4.69/3.38	o 801048
5.38/4.02	c cleaning 7906 clauses out of 15824 with flag 35002/35002
5.98/4.61	c Got one! Elapsed wall clock time (in seconds):4.406
5.98/4.61	o 791973
6.39/5.01	c cleaning 8958 clauses out of 17917 with flag 45001/45001
6.49/5.19	c Got one! Elapsed wall clock time (in seconds):4.99
6.49/5.19	o 789882
7.38/6.08	c cleaning 9473 clauses out of 18958 with flag 55000/55000
8.48/7.10	c cleaning 9735 clauses out of 19485 with flag 65000/65000
9.38/8.08	c cleaning 9869 clauses out of 19750 with flag 75000/75000
10.50/9.16	c cleaning 9931 clauses out of 19882 with flag 85001/85001
10.71/9.38	c Got one! Elapsed wall clock time (in seconds):9.176
10.71/9.38	o 788385
11.63/10.23	c cleaning 9972 clauses out of 19954 with flag 95004/95004
12.64/11.23	c cleaning 9987 clauses out of 19978 with flag 105000/105000
13.64/12.29	c cleaning 9992 clauses out of 19991 with flag 115000/115000
14.83/13.43	c cleaning 9992 clauses out of 19999 with flag 125000/125000
15.84/14.46	c cleaning 9996 clauses out of 20007 with flag 135000/135000
16.85/15.42	c cleaning 10003 clauses out of 20012 with flag 145001/145001
17.86/16.47	c cleaning 9998 clauses out of 20008 with flag 155000/155000
17.86/16.50	c Got one! Elapsed wall clock time (in seconds):16.299
17.86/16.50	o 788263
18.92/17.49	c cleaning 10002 clauses out of 20010 with flag 165001/165001
19.94/18.48	c cleaning 9999 clauses out of 20005 with flag 175000/175000
20.45/18.95	c starts		: 118
20.45/18.95	c conflicts		: 180428
20.45/18.95	c decisions		: 193006
20.45/18.95	c propagations		: 1901418
20.45/18.95	c inspects		: 74118032
20.45/18.95	c learnt literals	: 14
20.45/18.95	c learnt binary clauses	: 46
20.45/18.95	c learnt ternary clauses	: 230
20.45/18.95	c learnt clauses	: 180413
20.45/18.95	c ignored clauses	: 0
20.45/18.95	c root simplifications	: 0
20.45/18.95	c removed literals (reason simplification)	: 265947
20.45/18.95	c reason swapping (by a shorter reason)	: 0
20.45/18.95	c Calls to reduceDB	: 19
20.45/18.95	c number of reductions to clauses (during analyze)	: 0
20.45/18.95	c number of learned constraints concerned by reduction	: 0
20.45/18.95	c number of learning phase by resolution	: 0
20.45/18.95	c number of learning phase by cutting planes	: 0
20.45/18.95	c speed (assignments/second)	: 776405.8799510004
20.45/18.95	c non guided choices	0
20.45/18.95	c learnt constraints type 
20.45/18.95	c constraints type 
20.45/18.95	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 16
20.45/18.95	c org.sat4j.minisat.constraints.card.MinWatchCard => 16
20.45/18.95	c org.sat4j.pb.constraints.pb.MaxWatchPb => 9
20.45/18.95	s OPTIMUM FOUND
20.45/18.95	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 
20.45/18.95	c objective function=788263
20.45/18.95	c Total wall clock time (in seconds): 18.751

Verifier Data

OK	788263

Watcher Data

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

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

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


[startup+0 s]
/proc/loadavg: 0.63 0.91 0.97 3/106 10160
/proc/meminfo: memFree=1500508/2059040 swapFree=4192956/4192956
[pid=10160] ppid=10158 vsize=248 CPUtime=0
/proc/10160/stat : 10160 (java) R 10158 10160 9595 0 -1 4194304 282 0 0 0 0 0 0 0 19 0 1 0 10230939 253952 29 1992294400 134512640 134550932 4287152928 18446744073709551615 11227732 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/10160/statm: 62 29 21 10 0 23 0

[startup+0.085789 s]
/proc/loadavg: 0.63 0.91 0.97 3/106 10160
/proc/meminfo: memFree=1500508/2059040 swapFree=4192956/4192956
[pid=10160] ppid=10158 vsize=1521796 CPUtime=0.07
/proc/10160/stat : 10160 (java) S 10158 10160 9595 0 -1 4202496 3850 0 1 0 6 1 0 0 18 0 7 0 10230939 1558319104 3292 1992294400 134512640 134550932 4287152928 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 0 0 0 0
/proc/10160/statm: 380449 3292 1045 10 0 377759 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 1521796

[startup+0.101788 s]
/proc/loadavg: 0.63 0.91 0.97 3/106 10160
/proc/meminfo: memFree=1500508/2059040 swapFree=4192956/4192956
[pid=10160] ppid=10158 vsize=1524184 CPUtime=0.09
/proc/10160/stat : 10160 (java) S 10158 10160 9595 0 -1 4202496 3996 0 1 0 7 2 0 0 18 0 12 0 10230939 1560764416 3436 1992294400 134512640 134550932 4287152928 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10160/statm: 381046 3436 1078 10 0 378348 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1524184

[startup+0.300265 s]
/proc/loadavg: 0.63 0.91 0.97 3/106 10160
/proc/meminfo: memFree=1500508/2059040 swapFree=4192956/4192956
[pid=10160] ppid=10158 vsize=1526476 CPUtime=0.36
/proc/10160/stat : 10160 (java) S 10158 10160 9595 0 -1 4202496 5326 0 1 0 34 2 0 0 18 0 13 0 10230939 1563111424 4764 1992294400 134512640 134550932 4287152928 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10160/statm: 381619 4764 1355 10 0 378921 0
Current children cumulated CPU time (s) 0.36
Current children cumulated vsize (KiB) 1526476

[startup+0.700262 s]
/proc/loadavg: 0.63 0.91 0.97 3/106 10160
/proc/meminfo: memFree=1500508/2059040 swapFree=4192956/4192956
[pid=10160] ppid=10158 vsize=1530976 CPUtime=1.17
/proc/10160/stat : 10160 (java) S 10158 10160 9595 0 -1 4202496 7073 0 1 0 113 4 0 0 18 0 13 0 10230939 1567719424 6329 1992294400 134512640 134550932 4287152928 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10160/statm: 382744 6329 1404 10 0 380046 0
Current children cumulated CPU time (s) 1.17
Current children cumulated vsize (KiB) 1530976

[startup+1.50126 s]
/proc/loadavg: 0.63 0.91 0.97 4/119 10173
/proc/meminfo: memFree=1474800/2059040 swapFree=4192956/4192956
[pid=10160] ppid=10158 vsize=1534216 CPUtime=2.57
/proc/10160/stat : 10160 (java) S 10158 10160 9595 0 -1 4202496 12448 0 1 0 251 6 0 0 18 0 13 0 10230939 1571037184 11148 1992294400 134512640 134550932 4287152928 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10160/statm: 383554 11148 1434 10 0 380856 0
[pid=10160/tid=10162] ppid=10158 vsize=1534216 CPUtime=1.45
/proc/10160/task/10162/stat : 10162 (java) R 10158 10160 9595 0 -1 4202560 7909 0 1 0 141 4 0 0 18 0 13 0 10230941 1571037184 11148 1992294400 134512640 134550932 4287152928 18446744073709551615 4109287723 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=10160/tid=10163] ppid=10158 vsize=1534216 CPUtime=0
/proc/10160/task/10163/stat : 10163 (java) S 10158 10160 9595 0 -1 4202560 102 0 0 0 0 0 0 0 18 0 13 0 10230942 1571037184 11148 1992294400 134512640 134550932 4287152928 18446744073709551615 4294960144 0 4 0 16800975 18446604437839537280 0 0 -1 1 0 0 0
[pid=10160/tid=10164] ppid=10158 vsize=1534216 CPUtime=0
/proc/10160/task/10164/stat : 10164 (java) S 10158 10160 9595 0 -1 4202560 80 0 0 0 0 0 0 0 17 0 13 0 10230942 1571037184 11148 1992294400 134512640 134550932 4287152928 18446744073709551615 4294960144 0 4 0 16800975 18446604437839537280 0 0 -1 1 0 0 0
[pid=10160/tid=10165] ppid=10158 vsize=1534216 CPUtime=0.01
/proc/10160/task/10165/stat : 10165 (java) S 10158 10160 9595 0 -1 4202560 180 0 0 0 1 0 0 0 17 0 13 0 10230944 1571037184 11148 1992294400 134512640 134550932 4287152928 18446744073709551615 4294960144 0 0 0 16800975 18446604437839537280 0 0 -1 0 0 0 0
[pid=10160/tid=10166] ppid=10158 vsize=1534216 CPUtime=0
/proc/10160/task/10166/stat : 10166 (java) S 10158 10160 9595 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 10230944 1571037184 11148 1992294400 134512640 134550932 4287152928 18446744073709551615 4294960144 0 4 0 16800975 18446604437839537280 0 0 -1 0 0 0 0
[pid=10160/tid=10167] ppid=10158 vsize=1534216 CPUtime=0
/proc/10160/task/10167/stat : 10167 (java) S 10158 10160 9595 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 10230944 1571037184 11148 1992294400 134512640 134550932 4287152928 18446744073709551615 4294960144 0 4 0 16800975 18446604437839537280 0 0 -1 0 0 0 0
[pid=10160/tid=10168] ppid=10158 vsize=1534216 CPUtime=0
/proc/10160/task/10168/stat : 10168 (java) S 10158 10160 9595 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 13 0 10230948 1571037184 11148 1992294400 134512640 134550932 4287152928 18446744073709551615 4294960144 0 4 0 16800975 18446604437839537280 0 0 -1 0 0 0 0
[pid=10160/tid=10169] ppid=10158 vsize=1534216 CPUtime=0.42
/proc/10160/task/10169/stat : 10169 (java) S 10158 10160 9595 0 -1 4202560 953 0 0 0 42 0 0 0 24 0 13 0 10230948 1571037184 11148 1992294400 134512640 134550932 4287152928 18446744073709551615 4294960144 0 4 0 16800975 18446604437839537280 0 0 -1 1 0 0 0
[pid=10160/tid=10170] ppid=10158 vsize=1534216 CPUtime=0.65
/proc/10160/task/10170/stat : 10170 (java) R 10158 10160 9595 0 -1 4202560 2158 0 0 0 64 1 0 0 25 0 13 0 10230949 1571037184 11148 1992294400 134512640 134550932 4287152928 18446744073709551615 106251563 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=10160/tid=10171] ppid=10158 vsize=1534216 CPUtime=0
/proc/10160/task/10171/stat : 10171 (java) S 10158 10160 9595 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 10230949 1571037184 11148 1992294400 134512640 134550932 4287152928 18446744073709551615 4294960144 0 4 0 16800975 18446604437839537280 0 0 -1 0 0 0 0
[pid=10160/tid=10172] ppid=10158 vsize=1534216 CPUtime=0
/proc/10160/task/10172/stat : 10172 (java) S 10158 10160 9595 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 13 0 10230949 1571037184 11148 1992294400 134512640 134550932 4287152928 18446744073709551615 4294960144 0 4 0 16800975 18446604437839537280 0 0 -1 1 0 0 0
[pid=10160/tid=10173] ppid=10158 vsize=1534216 CPUtime=0
/proc/10160/task/10173/stat : 10173 (java) S 10158 10160 9595 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 10230965 1571037184 11148 1992294400 134512640 134550932 4287152928 18446744073709551615 4294960144 0 4 0 16800975 18446604437839537280 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.57
Current children cumulated vsize (KiB) 1534216

[startup+3.11125 s]
/proc/loadavg: 0.63 0.91 0.97 2/119 10173
/proc/meminfo: memFree=1455580/2059040 swapFree=4192956/4192956
[pid=10160] ppid=10158 vsize=1536484 CPUtime=4.46
/proc/10160/stat : 10160 (java) S 10158 10160 9595 0 -1 4202496 15663 0 1 0 438 8 0 0 18 0 13 0 10230939 1573359616 13944 1992294400 134512640 134550932 4287152928 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10160/statm: 384121 13944 1435 10 0 381423 0
[pid=10160/tid=10162] ppid=10158 vsize=1536484 CPUtime=3.01
/proc/10160/task/10162/stat : 10162 (java) R 10158 10160 9595 0 -1 4202560 9489 0 1 0 296 5 0 0 21 0 13 0 10230941 1573359616 13944 1992294400 134512640 134550932 4287152928 18446744073709551615 4109419344 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=10160/tid=10163] ppid=10158 vsize=1536484 CPUtime=0
/proc/10160/task/10163/stat : 10163 (java) S 10158 10160 9595 0 -1 4202560 234 0 0 0 0 0 0 0 15 0 13 0 10230942 1573359616 13944 1992294400 134512640 134550932 4287152928 18446744073709551615 4294960144 0 4 0 16800975 18446604437839537280 0 0 -1 1 0 0 0
[pid=10160/tid=10164] ppid=10158 vsize=1536484 CPUtime=0
/proc/10160/task/10164/stat : 10164 (java) S 10158 10160 9595 0 -1 4202560 181 0 0 0 0 0 0 0 15 0 13 0 10230942 1573359616 13944 1992294400 134512640 134550932 4287152928 18446744073709551615 4294960144 0 4 0 16800975 18446604437839537280 0 0 -1 1 0 0 0
[pid=10160/tid=10165] ppid=10158 vsize=1536484 CPUtime=0.05
/proc/10160/task/10165/stat : 10165 (java) S 10158 10160 9595 0 -1 4202560 427 0 0 0 5 0 0 0 16 0 13 0 10230944 1573359616 13944 1992294400 134512640 134550932 4287152928 18446744073709551615 4294960144 0 0 0 16800975 18446604437839537280 0 0 -1 0 0 0 0
[pid=10160/tid=10166] ppid=10158 vsize=1536484 CPUtime=0
/proc/10160/task/10166/stat : 10166 (java) S 10158 10160 9595 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 10230944 1573359616 13944 1992294400 134512640 134550932 4287152928 18446744073709551615 4294960144 0 4 0 16800975 18446604437839537280 0 0 -1 0 0 0 0
[pid=10160/tid=10167] ppid=10158 vsize=1536484 CPUtime=0
/proc/10160/task/10167/stat : 10167 (java) S 10158 10160 9595 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 10230944 1573359616 13944 1992294400 134512640 134550932 4287152928 18446744073709551615 4294960144 0 4 0 16800975 18446604437839537280 0 0 -1 0 0 0 0
[pid=10160/tid=10168] ppid=10158 vsize=1536484 CPUtime=0
/proc/10160/task/10168/stat : 10168 (java) S 10158 10160 9595 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 13 0 10230948 1573359616 13944 1992294400 134512640 134550932 4287152928 18446744073709551615 4294960144 0 4 0 16800975 18446604437839537280 0 0 -1 0 0 0 0
[pid=10160/tid=10169] ppid=10158 vsize=1536484 CPUtime=0.49
/proc/10160/task/10169/stat : 10169 (java) S 10158 10160 9595 0 -1 4202560 953 0 0 0 49 0 0 0 15 0 13 0 10230948 1573359616 13944 1992294400 134512640 134550932 4287152928 18446744073709551615 4294960144 0 4 0 16800975 18446604437839537280 0 0 -1 1 0 0 0
[pid=10160/tid=10170] ppid=10158 vsize=1536484 CPUtime=0.86
/proc/10160/task/10170/stat : 10170 (java) R 10158 10160 9595 0 -1 4202560 3313 0 0 0 85 1 0 0 15 0 13 0 10230949 1573359616 13944 1992294400 134512640 134550932 4287152928 18446744073709551615 106132624 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=10160/tid=10171] ppid=10158 vsize=1536484 CPUtime=0
/proc/10160/task/10171/stat : 10171 (java) S 10158 10160 9595 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 10230949 1573359616 13944 1992294400 134512640 134550932 4287152928 18446744073709551615 4294960144 0 4 0 16800975 18446604437839537280 0 0 -1 0 0 0 0
[pid=10160/tid=10172] ppid=10158 vsize=1536484 CPUtime=0
/proc/10160/task/10172/stat : 10172 (java) R 10158 10160 9595 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 13 0 10230949 1573359616 13944 1992294400 134512640 134550932 4287152928 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=10160/tid=10173] ppid=10158 vsize=1536484 CPUtime=0
/proc/10160/task/10173/stat : 10173 (java) S 10158 10160 9595 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 10230965 1573359616 13944 1992294400 134512640 134550932 4287152928 18446744073709551615 4294960144 0 4 0 16800975 18446604437839537280 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4.46
Current children cumulated vsize (KiB) 1536484

[startup+6.30023 s]
/proc/loadavg: 0.66 0.91 0.97 2/119 10173
/proc/meminfo: memFree=1443056/2059040 swapFree=4192956/4192956
[pid=10160] ppid=10158 vsize=1535372 CPUtime=7.68
/proc/10160/stat : 10160 (java) S 10158 10160 9595 0 -1 4202496 17439 0 1 0 759 9 0 0 18 0 13 0 10230939 1572220928 15469 1992294400 134512640 134550932 4287152928 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10160/statm: 383843 15469 1436 10 0 381145 0
[pid=10160/tid=10162] ppid=10158 vsize=1535372 CPUtime=6.08
/proc/10160/task/10162/stat : 10162 (java) R 10158 10160 9595 0 -1 4202560 10969 0 1 0 602 6 0 0 25 0 13 0 10230941 1572220928 15469 1992294400 134512640 134550932 4287152928 18446744073709551615 4109229358 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=10160/tid=10163] ppid=10158 vsize=1535372 CPUtime=0.02
/proc/10160/task/10163/stat : 10163 (java) S 10158 10160 9595 0 -1 4202560 271 0 0 0 2 0 0 0 15 0 13 0 10230942 1572220928 15469 1992294400 134512640 134550932 4287152928 18446744073709551615 4294960144 0 4 0 16800975 18446604437839537280 0 0 -1 0 0 0 0
[pid=10160/tid=10164] ppid=10158 vsize=1535372 CPUtime=0.01
/proc/10160/task/10164/stat : 10164 (java) S 10158 10160 9595 0 -1 4202560 216 0 0 0 1 0 0 0 16 0 13 0 10230942 1572220928 15469 1992294400 134512640 134550932 4287152928 18446744073709551615 4294960144 0 4 0 16800975 18446604437839537280 0 0 -1 1 0 0 0
[pid=10160/tid=10165] ppid=10158 vsize=1535372 CPUtime=0.14
/proc/10160/task/10165/stat : 10165 (java) S 10158 10160 9595 0 -1 4202560 637 0 0 0 14 0 0 0 16 0 13 0 10230944 1572220928 15469 1992294400 134512640 134550932 4287152928 18446744073709551615 4294960144 0 0 0 16800975 18446604437839537280 0 0 -1 0 0 0 0
[pid=10160/tid=10166] ppid=10158 vsize=1535372 CPUtime=0
/proc/10160/task/10166/stat : 10166 (java) S 10158 10160 9595 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 10230944 1572220928 15469 1992294400 134512640 134550932 4287152928 18446744073709551615 4294960144 0 4 0 16800975 18446604437839537280 0 0 -1 0 0 0 0
[pid=10160/tid=10167] ppid=10158 vsize=1535372 CPUtime=0
/proc/10160/task/10167/stat : 10167 (java) S 10158 10160 9595 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 10230944 1572220928 15469 1992294400 134512640 134550932 4287152928 18446744073709551615 4294960144 0 4 0 16800975 18446604437839537280 0 0 -1 0 0 0 0
[pid=10160/tid=10168] ppid=10158 vsize=1535372 CPUtime=0
/proc/10160/task/10168/stat : 10168 (java) S 10158 10160 9595 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 13 0 10230948 1572220928 15469 1992294400 134512640 134550932 4287152928 18446744073709551615 4294960144 0 4 0 16800975 18446604437839537280 0 0 -1 0 0 0 0
[pid=10160/tid=10169] ppid=10158 vsize=1535372 CPUtime=0.49
/proc/10160/task/10169/stat : 10169 (java) S 10158 10160 9595 0 -1 4202560 953 0 0 0 49 0 0 0 15 0 13 0 10230948 1572220928 15469 1992294400 134512640 134550932 4287152928 18446744073709551615 4294960144 0 4 0 16800975 18446604437839537280 0 0 -1 1 0 0 0
[pid=10160/tid=10170] ppid=10158 vsize=1535372 CPUtime=0.89
/proc/10160/task/10170/stat : 10170 (java) S 10158 10160 9595 0 -1 4202560 3327 0 0 0 88 1 0 0 15 0 13 0 10230949 1572220928 15469 1992294400 134512640 134550932 4287152928 18446744073709551615 4294960144 0 4 0 16800975 18446604437839537280 0 0 -1 1 0 0 0
[pid=10160/tid=10171] ppid=10158 vsize=1535372 CPUtime=0
/proc/10160/task/10171/stat : 10171 (java) S 10158 10160 9595 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 10230949 1572220928 15469 1992294400 134512640 134550932 4287152928 18446744073709551615 4294960144 0 4 0 16800975 18446604437839537280 0 0 -1 0 0 0 0
[pid=10160/tid=10172] ppid=10158 vsize=1535372 CPUtime=0
/proc/10160/task/10172/stat : 10172 (java) S 10158 10160 9595 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 13 0 10230949 1572220928 15469 1992294400 134512640 134550932 4287152928 18446744073709551615 4294960144 0 4 0 16800975 18446604437839537280 0 0 -1 0 0 0 0
[pid=10160/tid=10173] ppid=10158 vsize=1535372 CPUtime=0
/proc/10160/task/10173/stat : 10173 (java) S 10158 10160 9595 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 10230965 1572220928 15469 1992294400 134512640 134550932 4287152928 18446744073709551615 4294960144 0 4 0 16800975 18446604437839537280 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 7.68
Current children cumulated vsize (KiB) 1535372

[startup+12.7012 s]
/proc/loadavg: 0.68 0.92 0.97 2/119 10173
/proc/meminfo: memFree=1442560/2059040 swapFree=4192956/4192956
[pid=10160] ppid=10158 vsize=1535372 CPUtime=14.14
/proc/10160/stat : 10160 (java) S 10158 10160 9595 0 -1 4202496 17492 0 1 0 1405 9 0 0 18 0 13 0 10230939 1572220928 15515 1992294400 134512640 134550932 4287152928 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10160/statm: 383843 15515 1436 10 0 381145 0
[pid=10160/tid=10162] ppid=10158 vsize=1535372 CPUtime=12.31
/proc/10160/task/10162/stat : 10162 (java) R 10158 10160 9595 0 -1 4202560 10976 0 1 0 1225 6 0 0 25 0 13 0 10230941 1572220928 15515 1992294400 134512640 134550932 4287152928 18446744073709551615 4109312489 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=10160/tid=10163] ppid=10158 vsize=1535372 CPUtime=0.03
/proc/10160/task/10163/stat : 10163 (java) S 10158 10160 9595 0 -1 4202560 273 0 0 0 3 0 0 0 15 0 13 0 10230942 1572220928 15515 1992294400 134512640 134550932 4287152928 18446744073709551615 4294960144 0 4 0 16800975 18446604437839537280 0 0 -1 1 0 0 0
[pid=10160/tid=10164] ppid=10158 vsize=1535372 CPUtime=0.03
/proc/10160/task/10164/stat : 10164 (java) S 10158 10160 9595 0 -1 4202560 217 0 0 0 3 0 0 0 16 0 13 0 10230942 1572220928 15515 1992294400 134512640 134550932 4287152928 18446744073709551615 4294960144 0 4 0 16800975 18446604437839537280 0 0 -1 1 0 0 0
[pid=10160/tid=10165] ppid=10158 vsize=1535372 CPUtime=0.28
/proc/10160/task/10165/stat : 10165 (java) S 10158 10160 9595 0 -1 4202560 675 0 0 0 28 0 0 0 16 0 13 0 10230944 1572220928 15515 1992294400 134512640 134550932 4287152928 18446744073709551615 4294960144 0 0 0 16800975 18446604437839537280 0 0 -1 0 0 0 0
[pid=10160/tid=10166] ppid=10158 vsize=1535372 CPUtime=0
/proc/10160/task/10166/stat : 10166 (java) S 10158 10160 9595 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 10230944 1572220928 15515 1992294400 134512640 134550932 4287152928 18446744073709551615 4294960144 0 4 0 16800975 18446604437839537280 0 0 -1 0 0 0 0
[pid=10160/tid=10167] ppid=10158 vsize=1535372 CPUtime=0
/proc/10160/task/10167/stat : 10167 (java) S 10158 10160 9595 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 10230944 1572220928 15515 1992294400 134512640 134550932 4287152928 18446744073709551615 4294960144 0 4 0 16800975 18446604437839537280 0 0 -1 0 0 0 0
[pid=10160/tid=10168] ppid=10158 vsize=1535372 CPUtime=0
/proc/10160/task/10168/stat : 10168 (java) S 10158 10160 9595 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 13 0 10230948 1572220928 15515 1992294400 134512640 134550932 4287152928 18446744073709551615 4294960144 0 4 0 16800975 18446604437839537280 0 0 -1 0 0 0 0
[pid=10160/tid=10169] ppid=10158 vsize=1535372 CPUtime=0.55
/proc/10160/task/10169/stat : 10169 (java) S 10158 10160 9595 0 -1 4202560 958 0 0 0 55 0 0 0 15 0 13 0 10230948 1572220928 15515 1992294400 134512640 134550932 4287152928 18446744073709551615 4294960144 0 4 0 16800975 18446604437839537280 0 0 -1 1 0 0 0
[pid=10160/tid=10170] ppid=10158 vsize=1535372 CPUtime=0.89
/proc/10160/task/10170/stat : 10170 (java) S 10158 10160 9595 0 -1 4202560 3327 0 0 0 88 1 0 0 15 0 13 0 10230949 1572220928 15515 1992294400 134512640 134550932 4287152928 18446744073709551615 4294960144 0 4 0 16800975 18446604437839537280 0 0 -1 1 0 0 0
[pid=10160/tid=10171] ppid=10158 vsize=1535372 CPUtime=0
/proc/10160/task/10171/stat : 10171 (java) S 10158 10160 9595 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 10230949 1572220928 15515 1992294400 134512640 134550932 4287152928 18446744073709551615 4294960144 0 4 0 16800975 18446604437839537280 0 0 -1 0 0 0 0
[pid=10160/tid=10172] ppid=10158 vsize=1535372 CPUtime=0
/proc/10160/task/10172/stat : 10172 (java) S 10158 10160 9595 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 13 0 10230949 1572220928 15515 1992294400 134512640 134550932 4287152928 18446744073709551615 4294960144 0 4 0 16800975 18446604437839537280 0 0 -1 1 0 0 0
[pid=10160/tid=10173] ppid=10158 vsize=1535372 CPUtime=0
/proc/10160/task/10173/stat : 10173 (java) S 10158 10160 9595 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 10230965 1572220928 15515 1992294400 134512640 134550932 4287152928 18446744073709551615 4294960144 0 4 0 16800975 18446604437839537280 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 14.14
Current children cumulated vsize (KiB) 1535372

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

[startup+15.9012 s]
/proc/loadavg: 0.71 0.92 0.97 3/119 10173
/proc/meminfo: memFree=1442312/2059040 swapFree=4192956/4192956
[pid=10160] ppid=10158 vsize=1535372 CPUtime=17.35
/proc/10160/stat : 10160 (java) S 10158 10160 9595 0 -1 4202496 17567 0 1 0 1726 9 0 0 18 0 13 0 10230939 1572220928 15587 1992294400 134512640 134550932 4287152928 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10160/statm: 383843 15587 1436 10 0 381145 0
[pid=10160/tid=10162] ppid=10158 vsize=1535372 CPUtime=15.44
/proc/10160/task/10162/stat : 10162 (java) R 10158 10160 9595 0 -1 4202560 11049 0 1 0 1538 6 0 0 25 0 13 0 10230941 1572220928 15587 1992294400 134512640 134550932 4287152928 18446744073709551615 4109217617 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=10160/tid=10163] ppid=10158 vsize=1535372 CPUtime=0.04
/proc/10160/task/10163/stat : 10163 (java) S 10158 10160 9595 0 -1 4202560 274 0 0 0 4 0 0 0 15 0 13 0 10230942 1572220928 15587 1992294400 134512640 134550932 4287152928 18446744073709551615 4294960144 0 4 0 16800975 18446604437839537280 0 0 -1 1 0 0 0
[pid=10160/tid=10164] ppid=10158 vsize=1535372 CPUtime=0.03
/proc/10160/task/10164/stat : 10164 (java) S 10158 10160 9595 0 -1 4202560 218 0 0 0 3 0 0 0 15 0 13 0 10230942 1572220928 15587 1992294400 134512640 134550932 4287152928 18446744073709551615 4294960144 0 4 0 16800975 18446604437839537280 0 0 -1 1 0 0 0
[pid=10160/tid=10165] ppid=10158 vsize=1535372 CPUtime=0.35
/proc/10160/task/10165/stat : 10165 (java) S 10158 10160 9595 0 -1 4202560 675 0 0 0 35 0 0 0 16 0 13 0 10230944 1572220928 15587 1992294400 134512640 134550932 4287152928 18446744073709551615 4294960144 0 0 0 16800975 18446604437839537280 0 0 -1 0 0 0 0
[pid=10160/tid=10166] ppid=10158 vsize=1535372 CPUtime=0
/proc/10160/task/10166/stat : 10166 (java) S 10158 10160 9595 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 10230944 1572220928 15587 1992294400 134512640 134550932 4287152928 18446744073709551615 4294960144 0 4 0 16800975 18446604437839537280 0 0 -1 0 0 0 0
[pid=10160/tid=10167] ppid=10158 vsize=1535372 CPUtime=0
/proc/10160/task/10167/stat : 10167 (java) S 10158 10160 9595 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 10230944 1572220928 15587 1992294400 134512640 134550932 4287152928 18446744073709551615 4294960144 0 4 0 16800975 18446604437839537280 0 0 -1 0 0 0 0
[pid=10160/tid=10168] ppid=10158 vsize=1535372 CPUtime=0
/proc/10160/task/10168/stat : 10168 (java) S 10158 10160 9595 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 13 0 10230948 1572220928 15587 1992294400 134512640 134550932 4287152928 18446744073709551615 4294960144 0 4 0 16800975 18446604437839537280 0 0 -1 0 0 0 0
[pid=10160/tid=10169] ppid=10158 vsize=1535372 CPUtime=0.56
/proc/10160/task/10169/stat : 10169 (java) S 10158 10160 9595 0 -1 4202560 958 0 0 0 56 0 0 0 15 0 13 0 10230948 1572220928 15587 1992294400 134512640 134550932 4287152928 18446744073709551615 4294960144 0 4 0 16800975 18446604437839537280 0 0 -1 1 0 0 0
[pid=10160/tid=10170] ppid=10158 vsize=1535372 CPUtime=0.89
/proc/10160/task/10170/stat : 10170 (java) S 10158 10160 9595 0 -1 4202560 3327 0 0 0 88 1 0 0 15 0 13 0 10230949 1572220928 15587 1992294400 134512640 134550932 4287152928 18446744073709551615 4294960144 0 4 0 16800975 18446604437839537280 0 0 -1 1 0 0 0
[pid=10160/tid=10171] ppid=10158 vsize=1535372 CPUtime=0
/proc/10160/task/10171/stat : 10171 (java) S 10158 10160 9595 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 10230949 1572220928 15587 1992294400 134512640 134550932 4287152928 18446744073709551615 4294960144 0 4 0 16800975 18446604437839537280 0 0 -1 0 0 0 0
[pid=10160/tid=10172] ppid=10158 vsize=1535372 CPUtime=0
/proc/10160/task/10172/stat : 10172 (java) S 10158 10160 9595 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 13 0 10230949 1572220928 15587 1992294400 134512640 134550932 4287152928 18446744073709551615 4294960144 0 4 0 16800975 18446604437839537280 0 0 -1 1 0 0 0
[pid=10160/tid=10173] ppid=10158 vsize=1535372 CPUtime=0
/proc/10160/task/10173/stat : 10173 (java) S 10158 10160 9595 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 10230965 1572220928 15587 1992294400 134512640 134550932 4287152928 18446744073709551615 4294960144 0 4 0 16800975 18446604437839537280 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 17.35
Current children cumulated vsize (KiB) 1535372

[startup+17.5012 s]
/proc/loadavg: 0.71 0.92 0.97 2/119 10173
/proc/meminfo: memFree=1442064/2059040 swapFree=4192956/4192956
[pid=10160] ppid=10158 vsize=1535372 CPUtime=19.03
/proc/10160/stat : 10160 (java) S 10158 10160 9595 0 -1 4202496 17624 0 1 0 1894 9 0 0 18 0 13 0 10230939 1572220928 15642 1992294400 134512640 134550932 4287152928 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10160/statm: 383843 15642 1436 10 0 381145 0
[pid=10160/tid=10162] ppid=10158 vsize=1535372 CPUtime=17.01
/proc/10160/task/10162/stat : 10162 (java) S 10158 10160 9595 0 -1 4202560 11105 0 1 0 1695 6 0 0 25 0 13 0 10230941 1572220928 15642 1992294400 134512640 134550932 4287152928 18446744073709551615 4294960144 0 4 0 16800975 18446604437839537280 0 0 -1 0 0 0 0
[pid=10160/tid=10163] ppid=10158 vsize=1535372 CPUtime=0.04
/proc/10160/task/10163/stat : 10163 (java) S 10158 10160 9595 0 -1 4202560 274 0 0 0 4 0 0 0 15 0 13 0 10230942 1572220928 15642 1992294400 134512640 134550932 4287152928 18446744073709551615 4294960144 0 4 0 16800975 18446604437839537280 0 0 -1 1 0 0 0
[pid=10160/tid=10164] ppid=10158 vsize=1535372 CPUtime=0.03
/proc/10160/task/10164/stat : 10164 (java) S 10158 10160 9595 0 -1 4202560 218 0 0 0 3 0 0 0 15 0 13 0 10230942 1572220928 15642 1992294400 134512640 134550932 4287152928 18446744073709551615 4294960144 0 4 0 16800975 18446604437839537280 0 0 -1 1 0 0 0
[pid=10160/tid=10165] ppid=10158 vsize=1535372 CPUtime=0.39
/proc/10160/task/10165/stat : 10165 (java) R 10158 10160 9595 0 -1 4202560 675 0 0 0 39 0 0 0 15 0 13 0 10230944 1572220928 15642 1992294400 134512640 134550932 4287152928 18446744073709551615 106157706 0 0 0 16800975 0 0 0 -1 0 0 0 0
[pid=10160/tid=10166] ppid=10158 vsize=1535372 CPUtime=0
/proc/10160/task/10166/stat : 10166 (java) S 10158 10160 9595 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 10230944 1572220928 15642 1992294400 134512640 134550932 4287152928 18446744073709551615 4294960144 0 4 0 16800975 18446604437839537280 0 0 -1 0 0 0 0
[pid=10160/tid=10167] ppid=10158 vsize=1535372 CPUtime=0
/proc/10160/task/10167/stat : 10167 (java) S 10158 10160 9595 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 10230944 1572220928 15642 1992294400 134512640 134550932 4287152928 18446744073709551615 4294960144 0 4 0 16800975 18446604437839537280 0 0 -1 0 0 0 0
[pid=10160/tid=10168] ppid=10158 vsize=1535372 CPUtime=0
/proc/10160/task/10168/stat : 10168 (java) S 10158 10160 9595 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 13 0 10230948 1572220928 15642 1992294400 134512640 134550932 4287152928 18446744073709551615 4294960144 0 4 0 16800975 18446604437839537280 0 0 -1 0 0 0 0
[pid=10160/tid=10169] ppid=10158 vsize=1535372 CPUtime=0.62
/proc/10160/task/10169/stat : 10169 (java) S 10158 10160 9595 0 -1 4202560 959 0 0 0 62 0 0 0 16 0 13 0 10230948 1572220928 15642 1992294400 134512640 134550932 4287152928 18446744073709551615 4294960144 0 4 0 16800975 18446604437839537280 0 0 -1 1 0 0 0
[pid=10160/tid=10170] ppid=10158 vsize=1535372 CPUtime=0.89
/proc/10160/task/10170/stat : 10170 (java) S 10158 10160 9595 0 -1 4202560 3327 0 0 0 88 1 0 0 15 0 13 0 10230949 1572220928 15642 1992294400 134512640 134550932 4287152928 18446744073709551615 4294960144 0 4 0 16800975 18446604437839537280 0 0 -1 1 0 0 0
[pid=10160/tid=10171] ppid=10158 vsize=1535372 CPUtime=0
/proc/10160/task/10171/stat : 10171 (java) S 10158 10160 9595 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 10230949 1572220928 15642 1992294400 134512640 134550932 4287152928 18446744073709551615 4294960144 0 4 0 16800975 18446604437839537280 0 0 -1 0 0 0 0
[pid=10160/tid=10172] ppid=10158 vsize=1535372 CPUtime=0
/proc/10160/task/10172/stat : 10172 (java) S 10158 10160 9595 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 13 0 10230949 1572220928 15642 1992294400 134512640 134550932 4287152928 18446744073709551615 4294960144 0 4 0 16800975 18446604437839537280 0 0 -1 1 0 0 0
[pid=10160/tid=10173] ppid=10158 vsize=1535372 CPUtime=0
/proc/10160/task/10173/stat : 10173 (java) S 10158 10160 9595 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 10230965 1572220928 15642 1992294400 134512640 134550932 4287152928 18446744073709551615 4294960144 0 4 0 16800975 18446604437839537280 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 19.03
Current children cumulated vsize (KiB) 1535372

[startup+18.3011 s]
/proc/loadavg: 0.71 0.92 0.97 2/119 10173
/proc/meminfo: memFree=1442064/2059040 swapFree=4192956/4192956
[pid=10160] ppid=10158 vsize=1535372 CPUtime=19.84
/proc/10160/stat : 10160 (java) S 10158 10160 9595 0 -1 4202496 17624 0 1 0 1975 9 0 0 18 0 13 0 10230939 1572220928 15642 1992294400 134512640 134550932 4287152928 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10160/statm: 383843 15642 1436 10 0 381145 0
[pid=10160/tid=10162] ppid=10158 vsize=1535372 CPUtime=17.79
/proc/10160/task/10162/stat : 10162 (java) R 10158 10160 9595 0 -1 4202560 11105 0 1 0 1773 6 0 0 25 0 13 0 10230941 1572220928 15642 1992294400 134512640 134550932 4287152928 18446744073709551615 4109297910 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=10160/tid=10163] ppid=10158 vsize=1535372 CPUtime=0.04
/proc/10160/task/10163/stat : 10163 (java) S 10158 10160 9595 0 -1 4202560 274 0 0 0 4 0 0 0 15 0 13 0 10230942 1572220928 15642 1992294400 134512640 134550932 4287152928 18446744073709551615 4294960144 0 4 0 16800975 18446604437839537280 0 0 -1 1 0 0 0
[pid=10160/tid=10164] ppid=10158 vsize=1535372 CPUtime=0.03
/proc/10160/task/10164/stat : 10164 (java) S 10158 10160 9595 0 -1 4202560 218 0 0 0 3 0 0 0 15 0 13 0 10230942 1572220928 15642 1992294400 134512640 134550932 4287152928 18446744073709551615 4294960144 0 4 0 16800975 18446604437839537280 0 0 -1 1 0 0 0
[pid=10160/tid=10165] ppid=10158 vsize=1535372 CPUtime=0.4
/proc/10160/task/10165/stat : 10165 (java) S 10158 10160 9595 0 -1 4202560 675 0 0 0 40 0 0 0 16 0 13 0 10230944 1572220928 15642 1992294400 134512640 134550932 4287152928 18446744073709551615 4294960144 0 0 0 16800975 18446604437839537280 0 0 -1 0 0 0 0
[pid=10160/tid=10166] ppid=10158 vsize=1535372 CPUtime=0
/proc/10160/task/10166/stat : 10166 (java) S 10158 10160 9595 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 10230944 1572220928 15642 1992294400 134512640 134550932 4287152928 18446744073709551615 4294960144 0 4 0 16800975 18446604437839537280 0 0 -1 0 0 0 0
[pid=10160/tid=10167] ppid=10158 vsize=1535372 CPUtime=0
/proc/10160/task/10167/stat : 10167 (java) S 10158 10160 9595 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 10230944 1572220928 15642 1992294400 134512640 134550932 4287152928 18446744073709551615 4294960144 0 4 0 16800975 18446604437839537280 0 0 -1 0 0 0 0
[pid=10160/tid=10168] ppid=10158 vsize=1535372 CPUtime=0
/proc/10160/task/10168/stat : 10168 (java) S 10158 10160 9595 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 13 0 10230948 1572220928 15642 1992294400 134512640 134550932 4287152928 18446744073709551615 4294960144 0 4 0 16800975 18446604437839537280 0 0 -1 0 0 0 0
[pid=10160/tid=10169] ppid=10158 vsize=1535372 CPUtime=0.64
/proc/10160/task/10169/stat : 10169 (java) S 10158 10160 9595 0 -1 4202560 959 0 0 0 64 0 0 0 15 0 13 0 10230948 1572220928 15642 1992294400 134512640 134550932 4287152928 18446744073709551615 4294960144 0 4 0 16800975 18446604437839537280 0 0 -1 1 0 0 0
[pid=10160/tid=10170] ppid=10158 vsize=1535372 CPUtime=0.9
/proc/10160/task/10170/stat : 10170 (java) S 10158 10160 9595 0 -1 4202560 3327 0 0 0 89 1 0 0 15 0 13 0 10230949 1572220928 15642 1992294400 134512640 134550932 4287152928 18446744073709551615 4294960144 0 4 0 16800975 18446604437839537280 0 0 -1 1 0 0 0
[pid=10160/tid=10171] ppid=10158 vsize=1535372 CPUtime=0
/proc/10160/task/10171/stat : 10171 (java) S 10158 10160 9595 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 10230949 1572220928 15642 1992294400 134512640 134550932 4287152928 18446744073709551615 4294960144 0 4 0 16800975 18446604437839537280 0 0 -1 0 0 0 0
[pid=10160/tid=10172] ppid=10158 vsize=1535372 CPUtime=0
/proc/10160/task/10172/stat : 10172 (java) S 10158 10160 9595 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 13 0 10230949 1572220928 15642 1992294400 134512640 134550932 4287152928 18446744073709551615 4294960144 0 4 0 16800975 18446604437839537280 0 0 -1 1 0 0 0
[pid=10160/tid=10173] ppid=10158 vsize=1535372 CPUtime=0
/proc/10160/task/10173/stat : 10173 (java) S 10158 10160 9595 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 10230965 1572220928 15642 1992294400 134512640 134550932 4287152928 18446744073709551615 4294960144 0 4 0 16800975 18446604437839537280 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 19.84
Current children cumulated vsize (KiB) 1535372

[startup+18.7091 s]
/proc/loadavg: 0.71 0.92 0.97 2/119 10173
/proc/meminfo: memFree=1442064/2059040 swapFree=4192956/4192956
[pid=10160] ppid=10158 vsize=1535372 CPUtime=20.26
/proc/10160/stat : 10160 (java) S 10158 10160 9595 0 -1 4202496 17626 0 1 0 2016 10 0 0 18 0 13 0 10230939 1572220928 15643 1992294400 134512640 134550932 4287152928 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10160/statm: 383843 15643 1436 10 0 381145 0
[pid=10160/tid=10162] ppid=10158 vsize=1535372 CPUtime=18.17
/proc/10160/task/10162/stat : 10162 (java) R 10158 10160 9595 0 -1 4202560 11106 0 1 0 1811 6 0 0 25 0 13 0 10230941 1572220928 15643 1992294400 134512640 134550932 4287152928 18446744073709551615 4108901590 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=10160/tid=10163] ppid=10158 vsize=1535372 CPUtime=0.04
/proc/10160/task/10163/stat : 10163 (java) S 10158 10160 9595 0 -1 4202560 275 0 0 0 4 0 0 0 15 0 13 0 10230942 1572220928 15643 1992294400 134512640 134550932 4287152928 18446744073709551615 4294960144 0 4 0 16800975 18446604437839537280 0 0 -1 1 0 0 0
[pid=10160/tid=10164] ppid=10158 vsize=1535372 CPUtime=0.03
/proc/10160/task/10164/stat : 10164 (java) S 10158 10160 9595 0 -1 4202560 218 0 0 0 3 0 0 0 15 0 13 0 10230942 1572220928 15643 1992294400 134512640 134550932 4287152928 18446744073709551615 4294960144 0 4 0 16800975 18446604437839537280 0 0 -1 1 0 0 0
[pid=10160/tid=10165] ppid=10158 vsize=1535372 CPUtime=0.42
/proc/10160/task/10165/stat : 10165 (java) S 10158 10160 9595 0 -1 4202560 675 0 0 0 42 0 0 0 16 0 13 0 10230944 1572220928 15643 1992294400 134512640 134550932 4287152928 18446744073709551615 4294960144 0 0 0 16800975 18446604437839537280 0 0 -1 0 0 0 0
[pid=10160/tid=10166] ppid=10158 vsize=1535372 CPUtime=0
/proc/10160/task/10166/stat : 10166 (java) S 10158 10160 9595 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 10230944 1572220928 15643 1992294400 134512640 134550932 4287152928 18446744073709551615 4294960144 0 4 0 16800975 18446604437839537280 0 0 -1 0 0 0 0
[pid=10160/tid=10167] ppid=10158 vsize=1535372 CPUtime=0
/proc/10160/task/10167/stat : 10167 (java) S 10158 10160 9595 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 10230944 1572220928 15643 1992294400 134512640 134550932 4287152928 18446744073709551615 4294960144 0 4 0 16800975 18446604437839537280 0 0 -1 0 0 0 0
[pid=10160/tid=10168] ppid=10158 vsize=1535372 CPUtime=0
/proc/10160/task/10168/stat : 10168 (java) S 10158 10160 9595 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 13 0 10230948 1572220928 15643 1992294400 134512640 134550932 4287152928 18446744073709551615 4294960144 0 4 0 16800975 18446604437839537280 0 0 -1 0 0 0 0
[pid=10160/tid=10169] ppid=10158 vsize=1535372 CPUtime=0.64
/proc/10160/task/10169/stat : 10169 (java) S 10158 10160 9595 0 -1 4202560 959 0 0 0 64 0 0 0 15 0 13 0 10230948 1572220928 15643 1992294400 134512640 134550932 4287152928 18446744073709551615 4294960144 0 4 0 16800975 18446604437839537280 0 0 -1 1 0 0 0
[pid=10160/tid=10170] ppid=10158 vsize=1535372 CPUtime=0.9
/proc/10160/task/10170/stat : 10170 (java) S 10158 10160 9595 0 -1 4202560 3327 0 0 0 89 1 0 0 15 0 13 0 10230949 1572220928 15643 1992294400 134512640 134550932 4287152928 18446744073709551615 4294960144 0 4 0 16800975 18446604437839537280 0 0 -1 1 0 0 0
[pid=10160/tid=10171] ppid=10158 vsize=1535372 CPUtime=0
/proc/10160/task/10171/stat : 10171 (java) S 10158 10160 9595 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 10230949 1572220928 15643 1992294400 134512640 134550932 4287152928 18446744073709551615 4294960144 0 4 0 16800975 18446604437839537280 0 0 -1 0 0 0 0
[pid=10160/tid=10172] ppid=10158 vsize=1535372 CPUtime=0
/proc/10160/task/10172/stat : 10172 (java) S 10158 10160 9595 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 13 0 10230949 1572220928 15643 1992294400 134512640 134550932 4287152928 18446744073709551615 4294960144 0 4 0 16800975 18446604437839537280 0 0 -1 1 0 0 0
[pid=10160/tid=10173] ppid=10158 vsize=1535372 CPUtime=0
/proc/10160/task/10173/stat : 10173 (java) S 10158 10160 9595 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 10230965 1572220928 15643 1992294400 134512640 134550932 4287152928 18446744073709551615 4294960144 0 4 0 16800975 18446604437839537280 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 20.26
Current children cumulated vsize (KiB) 1535372

[startup+18.9011 s]
/proc/loadavg: 0.71 0.92 0.97 2/119 10173
/proc/meminfo: memFree=1442064/2059040 swapFree=4192956/4192956
[pid=10160] ppid=10158 vsize=1535372 CPUtime=20.45
/proc/10160/stat : 10160 (java) S 10158 10160 9595 0 -1 4202496 17626 0 1 0 2035 10 0 0 18 0 13 0 10230939 1572220928 15643 1992294400 134512640 134550932 4287152928 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10160/statm: 383843 15643 1436 10 0 381145 0
[pid=10160/tid=10162] ppid=10158 vsize=1535372 CPUtime=18.36
/proc/10160/task/10162/stat : 10162 (java) R 10158 10160 9595 0 -1 4202560 11106 0 1 0 1830 6 0 0 25 0 13 0 10230941 1572220928 15643 1992294400 134512640 134550932 4287152928 18446744073709551615 4109067960 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=10160/tid=10163] ppid=10158 vsize=1535372 CPUtime=0.04
/proc/10160/task/10163/stat : 10163 (java) S 10158 10160 9595 0 -1 4202560 275 0 0 0 4 0 0 0 15 0 13 0 10230942 1572220928 15643 1992294400 134512640 134550932 4287152928 18446744073709551615 4294960144 0 4 0 16800975 18446604437839537280 0 0 -1 1 0 0 0
[pid=10160/tid=10164] ppid=10158 vsize=1535372 CPUtime=0.03
/proc/10160/task/10164/stat : 10164 (java) S 10158 10160 9595 0 -1 4202560 218 0 0 0 3 0 0 0 15 0 13 0 10230942 1572220928 15643 1992294400 134512640 134550932 4287152928 18446744073709551615 4294960144 0 4 0 16800975 18446604437839537280 0 0 -1 1 0 0 0
[pid=10160/tid=10165] ppid=10158 vsize=1535372 CPUtime=0.42
/proc/10160/task/10165/stat : 10165 (java) S 10158 10160 9595 0 -1 4202560 675 0 0 0 42 0 0 0 16 0 13 0 10230944 1572220928 15643 1992294400 134512640 134550932 4287152928 18446744073709551615 4294960144 0 0 0 16800975 18446604437839537280 0 0 -1 0 0 0 0
[pid=10160/tid=10166] ppid=10158 vsize=1535372 CPUtime=0
/proc/10160/task/10166/stat : 10166 (java) S 10158 10160 9595 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 10230944 1572220928 15643 1992294400 134512640 134550932 4287152928 18446744073709551615 4294960144 0 4 0 16800975 18446604437839537280 0 0 -1 0 0 0 0
[pid=10160/tid=10167] ppid=10158 vsize=1535372 CPUtime=0
/proc/10160/task/10167/stat : 10167 (java) S 10158 10160 9595 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 10230944 1572220928 15643 1992294400 134512640 134550932 4287152928 18446744073709551615 4294960144 0 4 0 16800975 18446604437839537280 0 0 -1 0 0 0 0
[pid=10160/tid=10168] ppid=10158 vsize=1535372 CPUtime=0
/proc/10160/task/10168/stat : 10168 (java) S 10158 10160 9595 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 13 0 10230948 1572220928 15643 1992294400 134512640 134550932 4287152928 18446744073709551615 4294960144 0 4 0 16800975 18446604437839537280 0 0 -1 0 0 0 0
[pid=10160/tid=10169] ppid=10158 vsize=1535372 CPUtime=0.64
/proc/10160/task/10169/stat : 10169 (java) S 10158 10160 9595 0 -1 4202560 959 0 0 0 64 0 0 0 15 0 13 0 10230948 1572220928 15643 1992294400 134512640 134550932 4287152928 18446744073709551615 4294960144 0 4 0 16800975 18446604437839537280 0 0 -1 1 0 0 0
[pid=10160/tid=10170] ppid=10158 vsize=1535372 CPUtime=0.9
/proc/10160/task/10170/stat : 10170 (java) S 10158 10160 9595 0 -1 4202560 3327 0 0 0 89 1 0 0 15 0 13 0 10230949 1572220928 15643 1992294400 134512640 134550932 4287152928 18446744073709551615 4294960144 0 4 0 16800975 18446604437839537280 0 0 -1 1 0 0 0
[pid=10160/tid=10171] ppid=10158 vsize=1535372 CPUtime=0
/proc/10160/task/10171/stat : 10171 (java) S 10158 10160 9595 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 10230949 1572220928 15643 1992294400 134512640 134550932 4287152928 18446744073709551615 4294960144 0 4 0 16800975 18446604437839537280 0 0 -1 0 0 0 0
[pid=10160/tid=10172] ppid=10158 vsize=1535372 CPUtime=0
/proc/10160/task/10172/stat : 10172 (java) S 10158 10160 9595 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 13 0 10230949 1572220928 15643 1992294400 134512640 134550932 4287152928 18446744073709551615 4294960144 0 4 0 16800975 18446604437839537280 0 0 -1 1 0 0 0
[pid=10160/tid=10173] ppid=10158 vsize=1535372 CPUtime=0
/proc/10160/task/10173/stat : 10173 (java) S 10158 10160 9595 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 10230965 1572220928 15643 1992294400 134512640 134550932 4287152928 18446744073709551615 4294960144 0 4 0 16800975 18446604437839537280 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 20.45
Current children cumulated vsize (KiB) 1535372

Child status: 30
Real time (s): 18.9792
CPU time (s): 20.5279
CPU user time (s): 20.4189
CPU system time (s): 0.108983
CPU usage (%): 108.16
Max. virtual memory (cumulated for all children) (KiB): 1536616

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 20.4189
system time used= 0.108983
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 17641
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= 727
involuntary context switches= 585

runsolver used 0.054991 second user time and 0.114982 second system time

The end

Launcher Data

Begin job on node009 at 2010-06-12 14:38:12
IDJOB=2659619
IDBENCH=1513
IDSOLVER=1164
FILE ID=node009/2659619-1276346292
PBS_JOBID= 11173189
Free space on /tmp= 62444 MiB

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

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

MD5SUM BENCH= 3e6a99258fbc02bc052cab2d6151884d
RANDOM SEED=1965724515

node009.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.199
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.39
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.199
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.44
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1500780 kB
Buffers:        108224 kB
Cached:         320956 kB
SwapCached:          0 kB
Active:         176000 kB
Inactive:       312428 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1500780 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:             416 kB
Writeback:           8 kB
AnonPages:       59136 kB
Mapped:          15452 kB
Slab:            47920 kB
PageTables:       3948 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   181308 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= 62444 MiB
End job on node009 at 2010-06-12 14:38:31