Trace number 2659325

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 NameAnswerCPU timeWall clock time
SAT4J PB Resolution 2.2.0 2010-05-26UNSAT 27.1319 25.6026

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/namasivayam/
wnqueen/normalized-t2001.13queen13.1111220546.opb
MD5SUMaeab1724c196459c6b33e6369a15ae92
Bench CategoryDEC-SMALLINT (no optimisation, small integers)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.172972
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables169
Total number of constraints101
Number of constraints which are clauses30
Number of constraints which are cardinality constraints (but not clauses)70
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint169
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 38
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 1248
Number of bits of the biggest sum of numbers11
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.08/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.08/0.14	c This is free software under the dual EPL/GNU LGPL licenses.
0.08/0.14	c See www.sat4j.org for details.
0.08/0.14	c version 2.2.0.v20100526
0.08/0.14	c java.runtime.name	Java(TM) SE Runtime Environment
0.08/0.14	c java.vm.name		Java HotSpot(TM) Server VM
0.08/0.14	c java.vm.version	11.2-b01
0.08/0.15	c java.vm.vendor	Sun Microsystems Inc.
0.08/0.15	c sun.arch.data.model	32
0.08/0.15	c java.version		1.6.0_12
0.08/0.15	c os.name		Linux
0.08/0.15	c os.version		2.6.18-164.el5
0.08/0.15	c os.arch		i386
0.08/0.15	c Free memory 		1393557488
0.08/0.15	c Max memory 		1395916800
0.08/0.15	c Total memory 		1395916800
0.08/0.15	c Number of processors 	2
0.08/0.20	c Pseudo Boolean Optimization
0.08/0.20	c --- Begin Solver configuration ---
0.08/0.20	c Stops conflict analysis at the first Unique Implication Point
0.08/0.20	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@64dc11
0.08/0.20	c Learn all clauses as in MiniSAT
0.08/0.20	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.20	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.08/0.20	c Expensive reason simplification
0.08/0.20	c Armin Biere (Picosat) restarts strategy
0.08/0.20	c Glucose learned constraints deletion strategy
0.08/0.20	c timeout=2147483s
0.08/0.20	c DB Simplification allowed=false
0.08/0.20	c --- End Solver configuration ---
0.08/0.20	c solving HOME/instance-2659325-1276272778.opb
0.08/0.20	c reading problem ... 
0.37/0.31	c ... done. Wall clock time 0.108s.
0.37/0.31	c #vars     169
0.37/0.31	c #constraints  101
0.37/0.31	c constraints type 
0.37/0.31	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 26
0.37/0.31	c org.sat4j.minisat.constraints.card.MinWatchCard => 70
0.37/0.31	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 4
0.37/0.31	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
2.26/1.39	c cleaning 2498 clauses out of 5000 with flag 5000/5000
2.97/1.94	c cleaning 4249 clauses out of 8502 with flag 11000/11000
3.67/2.60	c cleaning 5624 clauses out of 11253 with flag 18000/18000
4.39/3.38	c cleaning 6809 clauses out of 13629 with flag 26000/26000
5.41/4.32	c cleaning 7908 clauses out of 15822 with flag 35002/35002
6.31/5.27	c cleaning 8949 clauses out of 17912 with flag 45000/45000
7.41/6.37	c cleaning 9476 clauses out of 18963 with flag 55000/55000
8.33/7.25	c cleaning 9741 clauses out of 19488 with flag 65001/65001
9.26/8.19	c cleaning 9870 clauses out of 19747 with flag 75001/75001
10.37/9.20	c cleaning 9934 clauses out of 19878 with flag 85002/85002
11.27/10.13	c cleaning 9967 clauses out of 19942 with flag 95000/95000
12.08/10.99	c cleaning 9983 clauses out of 19976 with flag 105001/105001
12.97/11.86	c cleaning 9996 clauses out of 19993 with flag 115001/115001
13.97/12.85	c cleaning 9998 clauses out of 19997 with flag 125001/125001
14.97/13.80	c cleaning 9996 clauses out of 19999 with flag 135001/135001
15.87/14.71	c cleaning 9996 clauses out of 20003 with flag 145001/145001
16.67/15.57	c cleaning 9995 clauses out of 20008 with flag 155002/155002
17.58/16.44	c cleaning 10001 clauses out of 20011 with flag 165000/165000
18.48/17.39	c cleaning 10003 clauses out of 20012 with flag 175002/175002
19.58/18.47	c cleaning 9993 clauses out of 20007 with flag 185000/185000
20.48/19.32	c cleaning 10000 clauses out of 20014 with flag 195000/195000
21.29/20.18	c cleaning 10002 clauses out of 20014 with flag 205000/205000
22.19/21.04	c cleaning 10002 clauses out of 20013 with flag 215001/215001
22.99/21.84	c cleaning 10000 clauses out of 20010 with flag 225000/225000
23.89/22.75	c cleaning 10002 clauses out of 20012 with flag 235002/235002
24.71/23.52	c cleaning 10000 clauses out of 20010 with flag 245002/245002
25.51/24.32	c cleaning 10003 clauses out of 20010 with flag 255002/255002
26.63/25.35	c cleaning 9999 clauses out of 20006 with flag 265002/265002
27.00/25.57	c starts		: 130
27.00/25.57	c conflicts		: 268160
27.00/25.57	c decisions		: 389548
27.00/25.57	c propagations		: 5787536
27.00/25.57	c inspects		: 85782779
27.00/25.57	c learnt literals	: 6
27.00/25.57	c learnt binary clauses	: 18
27.00/25.57	c learnt ternary clauses	: 214
27.00/25.57	c learnt clauses	: 268153
27.00/25.57	c ignored clauses	: 0
27.00/25.57	c root simplifications	: 0
27.00/25.57	c removed literals (reason simplification)	: 2639310
27.00/25.57	c reason swapping (by a shorter reason)	: 0
27.00/25.57	c Calls to reduceDB	: 28
27.00/25.57	c number of reductions to clauses (during analyze)	: 0
27.00/25.57	c number of learned constraints concerned by reduction	: 0
27.00/25.57	c number of learning phase by resolution	: 0
27.00/25.57	c number of learning phase by cutting planes	: 0
27.00/25.57	c speed (assignments/second)	: 229163.96753118196
27.00/25.57	c non guided choices	44
27.00/25.59	c learnt constraints type 
27.00/25.59	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 13141
27.00/25.59	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 18
27.00/25.59	c constraints type 
27.00/25.59	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 26
27.00/25.59	c org.sat4j.minisat.constraints.card.MinWatchCard => 70
27.00/25.59	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 4
27.00/25.59	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
27.00/25.59	s UNSATISFIABLE
27.00/25.59	c Total wall clock time (in seconds): 25.39

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2659325-1276272778/watcher-2659325-1276272778 -o /tmp/evaluation-result-2659325-1276272778/solver-2659325-1276272778 -C 1800 -W 2000 -M 1800 java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2659325-1276272778.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.37 1.09 1.03 3/106 4155
/proc/meminfo: memFree=1586420/2059040 swapFree=4192956/4192956
[pid=4155] ppid=4153 vsize=1832 CPUtime=0
/proc/4155/stat : 4155 (java6) R 4153 4155 3363 0 -1 4194304 255 0 0 0 0 0 0 0 20 0 1 0 2881498 1875968 157 1992294400 134512640 134550932 4289258048 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/4155/statm: 458 157 119 10 0 63 0

[startup+0.057256 s]
/proc/loadavg: 1.37 1.09 1.03 3/106 4155
/proc/meminfo: memFree=1586420/2059040 swapFree=4192956/4192956
[pid=4155] ppid=4153 vsize=1521664 CPUtime=0.04
/proc/4155/stat : 4155 (java) S 4153 4155 3363 0 -1 4202496 3590 0 1 0 2 2 0 0 18 0 7 0 2881498 1558183936 3030 1992294400 134512640 134550932 4292764944 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0
/proc/4155/statm: 380416 3030 1014 10 0 377726 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 1521664

[startup+0.101263 s]
/proc/loadavg: 1.37 1.09 1.03 3/106 4155
/proc/meminfo: memFree=1586420/2059040 swapFree=4192956/4192956
[pid=4155] ppid=4153 vsize=1524184 CPUtime=0.08
/proc/4155/stat : 4155 (java) S 4153 4155 3363 0 -1 4202496 3967 0 1 0 6 2 0 0 18 0 12 0 2881498 1560764416 3405 1992294400 134512640 134550932 4292764944 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/4155/statm: 381046 3405 1076 10 0 378348 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1524184

[startup+0.300468 s]
/proc/loadavg: 1.37 1.09 1.03 3/106 4155
/proc/meminfo: memFree=1586420/2059040 swapFree=4192956/4192956
[pid=4155] ppid=4153 vsize=1526084 CPUtime=0.37
/proc/4155/stat : 4155 (java) S 4153 4155 3363 0 -1 4202496 5328 0 1 0 34 3 0 0 18 0 12 0 2881498 1562710016 4764 1992294400 134512640 134550932 4292764944 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/4155/statm: 381521 4764 1361 10 0 378823 0
Current children cumulated CPU time (s) 0.37
Current children cumulated vsize (KiB) 1526084

[startup+0.701472 s]
/proc/loadavg: 1.37 1.09 1.03 3/106 4155
/proc/meminfo: memFree=1586420/2059040 swapFree=4192956/4192956
[pid=4155] ppid=4153 vsize=1529708 CPUtime=1.15
/proc/4155/stat : 4155 (java) S 4153 4155 3363 0 -1 4202496 6526 0 1 0 112 3 0 0 18 0 13 0 2881498 1566420992 5818 1992294400 134512640 134550932 4292764944 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/4155/statm: 382427 5818 1414 10 0 379729 0
Current children cumulated CPU time (s) 1.15
Current children cumulated vsize (KiB) 1529708

[startup+1.50148 s]
/proc/loadavg: 1.37 1.09 1.03 5/119 4168
/proc/meminfo: memFree=1566664/2059040 swapFree=4192956/4192956
[pid=4155] ppid=4153 vsize=1530944 CPUtime=2.51
/proc/4155/stat : 4155 (java) S 4153 4155 3363 0 -1 4202496 8116 0 1 0 246 5 0 0 18 0 13 0 2881498 1567686656 7080 1992294400 134512640 134550932 4292764944 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/4155/statm: 382736 7080 1440 10 0 380038 0
[pid=4155/tid=4157] ppid=4153 vsize=1530944 CPUtime=1.44
/proc/4155/task/4157/stat : 4157 (java) R 4153 4155 3363 0 -1 4202560 4503 0 1 0 142 2 0 0 20 0 13 0 2881499 1567686656 7080 1992294400 134512640 134550932 4292764944 18446744073709551615 4109581011 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=4155/tid=4158] ppid=4153 vsize=1530944 CPUtime=0
/proc/4155/task/4158/stat : 4158 (java) S 4153 4155 3363 0 -1 4202560 73 0 0 0 0 0 0 0 18 0 13 0 2881500 1567686656 7080 1992294400 134512640 134550932 4292764944 18446744073709551615 4294960144 0 4 0 16800975 18446604437869778048 0 0 -1 1 0 0 0
[pid=4155/tid=4159] ppid=4153 vsize=1530944 CPUtime=0
/proc/4155/task/4159/stat : 4159 (java) S 4153 4155 3363 0 -1 4202560 119 0 0 0 0 0 0 0 18 0 13 0 2881500 1567686656 7080 1992294400 134512640 134550932 4292764944 18446744073709551615 4294960144 0 4 0 16800975 18446604437869778048 0 0 -1 1 0 0 0
[pid=4155/tid=4160] ppid=4153 vsize=1530944 CPUtime=0.01
/proc/4155/task/4160/stat : 4160 (java) S 4153 4155 3363 0 -1 4202560 190 0 0 0 1 0 0 0 16 0 13 0 2881502 1567686656 7080 1992294400 134512640 134550932 4292764944 18446744073709551615 4294960144 0 0 0 16800975 18446604437869778048 0 0 -1 0 0 0 0
[pid=4155/tid=4161] ppid=4153 vsize=1530944 CPUtime=0
/proc/4155/task/4161/stat : 4161 (java) S 4153 4155 3363 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 2881503 1567686656 7080 1992294400 134512640 134550932 4292764944 18446744073709551615 4294960144 0 4 0 16800975 18446604437869778048 0 0 -1 0 0 0 0
[pid=4155/tid=4162] ppid=4153 vsize=1530944 CPUtime=0
/proc/4155/task/4162/stat : 4162 (java) S 4153 4155 3363 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 2881503 1567686656 7080 1992294400 134512640 134550932 4292764944 18446744073709551615 4294960144 0 4 0 16800975 18446604437869778048 0 0 -1 0 0 0 0
[pid=4155/tid=4163] ppid=4153 vsize=1530944 CPUtime=0
/proc/4155/task/4163/stat : 4163 (java) S 4153 4155 3363 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 2881507 1567686656 7080 1992294400 134512640 134550932 4292764944 18446744073709551615 4294960144 0 4 0 16800975 18446604437869778048 0 0 -1 0 0 0 0
[pid=4155/tid=4164] ppid=4153 vsize=1530944 CPUtime=0.55
/proc/4155/task/4164/stat : 4164 (java) S 4153 4155 3363 0 -1 4202560 968 0 0 0 55 0 0 0 24 0 13 0 2881507 1567686656 7080 1992294400 134512640 134550932 4292764944 18446744073709551615 4294960144 0 4 0 16800975 18446604437869778048 0 0 -1 1 0 0 0
[pid=4155/tid=4165] ppid=4153 vsize=1530944 CPUtime=0.45
/proc/4155/task/4165/stat : 4165 (java) S 4153 4155 3363 0 -1 4202560 1196 0 0 0 45 0 0 0 24 0 13 0 2881507 1567686656 7080 1992294400 134512640 134550932 4292764944 18446744073709551615 4294960144 0 4 0 16800975 18446604437869778048 0 0 -1 1 0 0 0
[pid=4155/tid=4166] ppid=4153 vsize=1530944 CPUtime=0
/proc/4155/task/4166/stat : 4166 (java) S 4153 4155 3363 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 2881507 1567686656 7080 1992294400 134512640 134550932 4292764944 18446744073709551615 4294960144 0 4 0 16800975 18446604437869778048 0 0 -1 0 0 0 0
[pid=4155/tid=4167] ppid=4153 vsize=1530944 CPUtime=0
/proc/4155/task/4167/stat : 4167 (java) S 4153 4155 3363 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 2881507 1567686656 7080 1992294400 134512640 134550932 4292764944 18446744073709551615 4294960144 0 4 0 16800975 18446604437869778048 0 0 -1 1 0 0 0
[pid=4155/tid=4168] ppid=4153 vsize=1530944 CPUtime=0
/proc/4155/task/4168/stat : 4168 (java) S 4153 4155 3363 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 2881530 1567686656 7080 1992294400 134512640 134550932 4292764944 18446744073709551615 4294960144 0 4 0 16800975 18446604437869778048 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.51
Current children cumulated vsize (KiB) 1530944

[startup+3.1005 s]
/proc/loadavg: 1.37 1.09 1.03 2/119 4168
/proc/meminfo: memFree=1561828/2059040 swapFree=4192956/4192956
[pid=4155] ppid=4153 vsize=1530944 CPUtime=4.18
/proc/4155/stat : 4155 (java) S 4153 4155 3363 0 -1 4202496 8627 0 1 0 413 5 0 0 18 0 13 0 2881498 1567686656 7589 1992294400 134512640 134550932 4292764944 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/4155/statm: 382736 7589 1440 10 0 380038 0
[pid=4155/tid=4157] ppid=4153 vsize=1530944 CPUtime=2.99
/proc/4155/task/4157/stat : 4157 (java) R 4153 4155 3363 0 -1 4202560 4506 0 1 0 297 2 0 0 25 0 13 0 2881499 1567686656 7589 1992294400 134512640 134550932 4292764944 18446744073709551615 4109548478 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=4155/tid=4158] ppid=4153 vsize=1530944 CPUtime=0
/proc/4155/task/4158/stat : 4158 (java) S 4153 4155 3363 0 -1 4202560 225 0 0 0 0 0 0 0 15 0 13 0 2881500 1567686656 7589 1992294400 134512640 134550932 4292764944 18446744073709551615 4294960144 0 4 0 16800975 18446604437869778048 0 0 -1 1 0 0 0
[pid=4155/tid=4159] ppid=4153 vsize=1530944 CPUtime=0
/proc/4155/task/4159/stat : 4159 (java) S 4153 4155 3363 0 -1 4202560 264 0 0 0 0 0 0 0 15 0 13 0 2881500 1567686656 7589 1992294400 134512640 134550932 4292764944 18446744073709551615 4294960144 0 4 0 16800975 18446604437869778048 0 0 -1 1 0 0 0
[pid=4155/tid=4160] ppid=4153 vsize=1530944 CPUtime=0.05
/proc/4155/task/4160/stat : 4160 (java) S 4153 4155 3363 0 -1 4202560 395 0 0 0 5 0 0 0 16 0 13 0 2881502 1567686656 7589 1992294400 134512640 134550932 4292764944 18446744073709551615 4294960144 0 0 0 16800975 18446604437869778048 0 0 -1 0 0 0 0
[pid=4155/tid=4161] ppid=4153 vsize=1530944 CPUtime=0
/proc/4155/task/4161/stat : 4161 (java) S 4153 4155 3363 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 2881503 1567686656 7589 1992294400 134512640 134550932 4292764944 18446744073709551615 4294960144 0 4 0 16800975 18446604437869778048 0 0 -1 0 0 0 0
[pid=4155/tid=4162] ppid=4153 vsize=1530944 CPUtime=0
/proc/4155/task/4162/stat : 4162 (java) S 4153 4155 3363 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 2881503 1567686656 7589 1992294400 134512640 134550932 4292764944 18446744073709551615 4294960144 0 4 0 16800975 18446604437869778048 0 0 -1 0 0 0 0
[pid=4155/tid=4163] ppid=4153 vsize=1530944 CPUtime=0
/proc/4155/task/4163/stat : 4163 (java) S 4153 4155 3363 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 2881507 1567686656 7589 1992294400 134512640 134550932 4292764944 18446744073709551615 4294960144 0 4 0 16800975 18446604437869778048 0 0 -1 0 0 0 0
[pid=4155/tid=4164] ppid=4153 vsize=1530944 CPUtime=0.55
/proc/4155/task/4164/stat : 4164 (java) S 4153 4155 3363 0 -1 4202560 968 0 0 0 55 0 0 0 15 0 13 0 2881507 1567686656 7589 1992294400 134512640 134550932 4292764944 18446744073709551615 4294960144 0 4 0 16800975 18446604437869778048 0 0 -1 1 0 0 0
[pid=4155/tid=4165] ppid=4153 vsize=1530944 CPUtime=0.52
/proc/4155/task/4165/stat : 4165 (java) S 4153 4155 3363 0 -1 4202560 1202 0 0 0 52 0 0 0 15 0 13 0 2881507 1567686656 7589 1992294400 134512640 134550932 4292764944 18446744073709551615 4294960144 0 4 0 16800975 18446604437869778048 0 0 -1 1 0 0 0
[pid=4155/tid=4166] ppid=4153 vsize=1530944 CPUtime=0
/proc/4155/task/4166/stat : 4166 (java) S 4153 4155 3363 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 2881507 1567686656 7589 1992294400 134512640 134550932 4292764944 18446744073709551615 4294960144 0 4 0 16800975 18446604437869778048 0 0 -1 0 0 0 0
[pid=4155/tid=4167] ppid=4153 vsize=1530944 CPUtime=0
/proc/4155/task/4167/stat : 4167 (java) S 4153 4155 3363 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 2881507 1567686656 7589 1992294400 134512640 134550932 4292764944 18446744073709551615 4294960144 0 4 0 16800975 18446604437869778048 0 0 -1 1 0 0 0
[pid=4155/tid=4168] ppid=4153 vsize=1530944 CPUtime=0
/proc/4155/task/4168/stat : 4168 (java) S 4153 4155 3363 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 2881530 1567686656 7589 1992294400 134512640 134550932 4292764944 18446744073709551615 4294960144 0 4 0 16800975 18446604437869778048 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4.18
Current children cumulated vsize (KiB) 1530944

[startup+6.30152 s]
/proc/loadavg: 1.34 1.09 1.03 2/119 4168
/proc/meminfo: memFree=1560712/2059040 swapFree=4192956/4192956
[pid=4155] ppid=4153 vsize=1529256 CPUtime=7.41
/proc/4155/stat : 4155 (java) S 4153 4155 3363 0 -1 4202496 8915 0 1 0 736 5 0 0 18 0 13 0 2881498 1565958144 7503 1992294400 134512640 134550932 4292764944 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/4155/statm: 382314 7503 1440 10 0 379616 0
[pid=4155/tid=4157] ppid=4153 vsize=1529256 CPUtime=6.11
/proc/4155/task/4157/stat : 4157 (java) R 4153 4155 3363 0 -1 4202560 4510 0 1 0 608 3 0 0 25 0 13 0 2881499 1565958144 7503 1992294400 134512640 134550932 4292764944 18446744073709551615 4159611074 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=4155/tid=4158] ppid=4153 vsize=1529256 CPUtime=0.01
/proc/4155/task/4158/stat : 4158 (java) S 4153 4155 3363 0 -1 4202560 287 0 0 0 1 0 0 0 15 0 13 0 2881500 1565958144 7503 1992294400 134512640 134550932 4292764944 18446744073709551615 4294960144 0 4 0 16800975 18446604437869778048 0 0 -1 1 0 0 0
[pid=4155/tid=4159] ppid=4153 vsize=1529256 CPUtime=0.01
/proc/4155/task/4159/stat : 4159 (java) S 4153 4155 3363 0 -1 4202560 319 0 0 0 1 0 0 0 15 0 13 0 2881500 1565958144 7503 1992294400 134512640 134550932 4292764944 18446744073709551615 4294960144 0 4 0 16800975 18446604437869778048 0 0 -1 1 0 0 0
[pid=4155/tid=4160] ppid=4153 vsize=1529256 CPUtime=0.12
/proc/4155/task/4160/stat : 4160 (java) S 4153 4155 3363 0 -1 4202560 559 0 0 0 12 0 0 0 15 0 13 0 2881502 1565958144 7503 1992294400 134512640 134550932 4292764944 18446744073709551615 4294960144 0 0 0 16800975 18446604437869778048 0 0 -1 0 0 0 0
[pid=4155/tid=4161] ppid=4153 vsize=1529256 CPUtime=0
/proc/4155/task/4161/stat : 4161 (java) S 4153 4155 3363 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 2881503 1565958144 7503 1992294400 134512640 134550932 4292764944 18446744073709551615 4294960144 0 4 0 16800975 18446604437869778048 0 0 -1 0 0 0 0
[pid=4155/tid=4162] ppid=4153 vsize=1529256 CPUtime=0
/proc/4155/task/4162/stat : 4162 (java) S 4153 4155 3363 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 2881503 1565958144 7503 1992294400 134512640 134550932 4292764944 18446744073709551615 4294960144 0 4 0 16800975 18446604437869778048 0 0 -1 0 0 0 0
[pid=4155/tid=4163] ppid=4153 vsize=1529256 CPUtime=0
/proc/4155/task/4163/stat : 4163 (java) S 4153 4155 3363 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 2881507 1565958144 7503 1992294400 134512640 134550932 4292764944 18446744073709551615 4294960144 0 4 0 16800975 18446604437869778048 0 0 -1 0 0 0 0
[pid=4155/tid=4164] ppid=4153 vsize=1529256 CPUtime=0.56
/proc/4155/task/4164/stat : 4164 (java) S 4153 4155 3363 0 -1 4202560 968 0 0 0 56 0 0 0 15 0 13 0 2881507 1565958144 7503 1992294400 134512640 134550932 4292764944 18446744073709551615 4294960144 0 4 0 16800975 18446604437869778048 0 0 -1 1 0 0 0
[pid=4155/tid=4165] ppid=4153 vsize=1529256 CPUtime=0.54
/proc/4155/task/4165/stat : 4165 (java) S 4153 4155 3363 0 -1 4202560 1205 0 0 0 54 0 0 0 15 0 13 0 2881507 1565958144 7503 1992294400 134512640 134550932 4292764944 18446744073709551615 4294960144 0 4 0 16800975 18446604437869778048 0 0 -1 0 0 0 0
[pid=4155/tid=4166] ppid=4153 vsize=1529256 CPUtime=0
/proc/4155/task/4166/stat : 4166 (java) S 4153 4155 3363 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 2881507 1565958144 7503 1992294400 134512640 134550932 4292764944 18446744073709551615 4294960144 0 4 0 16800975 18446604437869778048 0 0 -1 0 0 0 0
[pid=4155/tid=4167] ppid=4153 vsize=1529256 CPUtime=0
/proc/4155/task/4167/stat : 4167 (java) S 4153 4155 3363 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 2881507 1565958144 7503 1992294400 134512640 134550932 4292764944 18446744073709551615 4294960144 0 4 0 16800975 18446604437869778048 0 0 -1 1 0 0 0
[pid=4155/tid=4168] ppid=4153 vsize=1529256 CPUtime=0
/proc/4155/task/4168/stat : 4168 (java) S 4153 4155 3363 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 2881530 1565958144 7503 1992294400 134512640 134550932 4292764944 18446744073709551615 4294960144 0 4 0 16800975 18446604437869778048 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 7.41
Current children cumulated vsize (KiB) 1529256

[startup+12.7006 s]
/proc/loadavg: 1.31 1.09 1.03 2/119 4168
/proc/meminfo: memFree=1560340/2059040 swapFree=4192956/4192956
[pid=4155] ppid=4153 vsize=1529256 CPUtime=13.87
/proc/4155/stat : 4155 (java) S 4153 4155 3363 0 -1 4202496 9046 0 1 0 1381 6 0 0 18 0 13 0 2881498 1565958144 7627 1992294400 134512640 134550932 4292764944 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/4155/statm: 382314 7627 1440 10 0 379616 0
[pid=4155/tid=4157] ppid=4153 vsize=1529256 CPUtime=12.31
/proc/4155/task/4157/stat : 4157 (java) R 4153 4155 3363 0 -1 4202560 4517 0 1 0 1228 3 0 0 25 0 13 0 2881499 1565958144 7627 1992294400 134512640 134550932 4292764944 18446744073709551615 4109549367 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=4155/tid=4158] ppid=4153 vsize=1529256 CPUtime=0.04
/proc/4155/task/4158/stat : 4158 (java) S 4153 4155 3363 0 -1 4202560 287 0 0 0 4 0 0 0 15 0 13 0 2881500 1565958144 7627 1992294400 134512640 134550932 4292764944 18446744073709551615 4294960144 0 4 0 16800975 18446604437869778048 0 0 -1 0 0 0 0
[pid=4155/tid=4159] ppid=4153 vsize=1529256 CPUtime=0.03
/proc/4155/task/4159/stat : 4159 (java) S 4153 4155 3363 0 -1 4202560 320 0 0 0 3 0 0 0 16 0 13 0 2881500 1565958144 7627 1992294400 134512640 134550932 4292764944 18446744073709551615 4294960144 0 4 0 16800975 18446604437869778048 0 0 -1 1 0 0 0
[pid=4155/tid=4160] ppid=4153 vsize=1529256 CPUtime=0.28
/proc/4155/task/4160/stat : 4160 (java) S 4153 4155 3363 0 -1 4202560 676 0 0 0 28 0 0 0 16 0 13 0 2881502 1565958144 7627 1992294400 134512640 134550932 4292764944 18446744073709551615 4294960144 0 0 0 16800975 18446604437869778048 0 0 -1 0 0 0 0
[pid=4155/tid=4161] ppid=4153 vsize=1529256 CPUtime=0
/proc/4155/task/4161/stat : 4161 (java) S 4153 4155 3363 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 2881503 1565958144 7627 1992294400 134512640 134550932 4292764944 18446744073709551615 4294960144 0 4 0 16800975 18446604437869778048 0 0 -1 0 0 0 0
[pid=4155/tid=4162] ppid=4153 vsize=1529256 CPUtime=0
/proc/4155/task/4162/stat : 4162 (java) S 4153 4155 3363 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 2881503 1565958144 7627 1992294400 134512640 134550932 4292764944 18446744073709551615 4294960144 0 4 0 16800975 18446604437869778048 0 0 -1 0 0 0 0
[pid=4155/tid=4163] ppid=4153 vsize=1529256 CPUtime=0
/proc/4155/task/4163/stat : 4163 (java) S 4153 4155 3363 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 2881507 1565958144 7627 1992294400 134512640 134550932 4292764944 18446744073709551615 4294960144 0 4 0 16800975 18446604437869778048 0 0 -1 0 0 0 0
[pid=4155/tid=4164] ppid=4153 vsize=1529256 CPUtime=0.6
/proc/4155/task/4164/stat : 4164 (java) S 4153 4155 3363 0 -1 4202560 974 0 0 0 60 0 0 0 15 0 13 0 2881507 1565958144 7627 1992294400 134512640 134550932 4292764944 18446744073709551615 4294960144 0 4 0 16800975 18446604437869778048 0 0 -1 1 0 0 0
[pid=4155/tid=4165] ppid=4153 vsize=1529256 CPUtime=0.54
/proc/4155/task/4165/stat : 4165 (java) S 4153 4155 3363 0 -1 4202560 1205 0 0 0 54 0 0 0 15 0 13 0 2881507 1565958144 7627 1992294400 134512640 134550932 4292764944 18446744073709551615 4294960144 0 4 0 16800975 18446604437869778048 0 0 -1 0 0 0 0
[pid=4155/tid=4166] ppid=4153 vsize=1529256 CPUtime=0
/proc/4155/task/4166/stat : 4166 (java) S 4153 4155 3363 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 2881507 1565958144 7627 1992294400 134512640 134550932 4292764944 18446744073709551615 4294960144 0 4 0 16800975 18446604437869778048 0 0 -1 0 0 0 0
[pid=4155/tid=4167] ppid=4153 vsize=1529256 CPUtime=0
/proc/4155/task/4167/stat : 4167 (java) S 4153 4155 3363 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 2881507 1565958144 7627 1992294400 134512640 134550932 4292764944 18446744073709551615 4294960144 0 4 0 16800975 18446604437869778048 0 0 -1 1 0 0 0
[pid=4155/tid=4168] ppid=4153 vsize=1529256 CPUtime=0
/proc/4155/task/4168/stat : 4168 (java) S 4153 4155 3363 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 2881530 1565958144 7627 1992294400 134512640 134550932 4292764944 18446744073709551615 4294960144 0 4 0 16800975 18446604437869778048 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 13.87
Current children cumulated vsize (KiB) 1529256

[startup+25.5016 s]
/proc/loadavg: 1.24 1.08 1.03 2/119 4168
/proc/meminfo: memFree=1559844/2059040 swapFree=4192956/4192956
[pid=4155] ppid=4153 vsize=1535580 CPUtime=27
/proc/4155/stat : 4155 (java) S 4153 4155 3363 0 -1 4202496 11312 0 1 0 2693 7 0 0 18 0 13 0 2881498 1572433920 9004 1992294400 134512640 134550932 4292764944 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/4155/statm: 383895 9004 1440 10 0 381197 0
[pid=4155/tid=4157] ppid=4153 vsize=1535580 CPUtime=24.69
/proc/4155/task/4157/stat : 4157 (java) R 4153 4155 3363 0 -1 4202560 4533 0 1 0 2466 3 0 0 25 0 13 0 2881499 1572433920 9004 1992294400 134512640 134550932 4292764944 18446744073709551615 4109581297 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=4155/tid=4158] ppid=4153 vsize=1535580 CPUtime=0.07
/proc/4155/task/4158/stat : 4158 (java) S 4153 4155 3363 0 -1 4202560 291 0 0 0 7 0 0 0 16 0 13 0 2881500 1572433920 9004 1992294400 134512640 134550932 4292764944 18446744073709551615 4294960144 0 4 0 16800975 18446604437869778048 0 0 -1 1 0 0 0
[pid=4155/tid=4159] ppid=4153 vsize=1535580 CPUtime=0.08
/proc/4155/task/4159/stat : 4159 (java) S 4153 4155 3363 0 -1 4202560 326 0 0 0 8 0 0 0 16 0 13 0 2881500 1572433920 9004 1992294400 134512640 134550932 4292764944 18446744073709551615 4294960144 0 4 0 16800975 18446604437869778048 0 0 -1 1 0 0 0
[pid=4155/tid=4160] ppid=4153 vsize=1535580 CPUtime=0.63
/proc/4155/task/4160/stat : 4160 (java) S 4153 4155 3363 0 -1 4202560 793 0 0 0 63 0 0 0 16 0 13 0 2881502 1572433920 9004 1992294400 134512640 134550932 4292764944 18446744073709551615 4294960144 0 0 0 16800975 18446604437869778048 0 0 -1 0 0 0 0
[pid=4155/tid=4161] ppid=4153 vsize=1535580 CPUtime=0
/proc/4155/task/4161/stat : 4161 (java) S 4153 4155 3363 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 2881503 1572433920 9004 1992294400 134512640 134550932 4292764944 18446744073709551615 4294960144 0 4 0 16800975 18446604437869778048 0 0 -1 0 0 0 0
[pid=4155/tid=4162] ppid=4153 vsize=1535580 CPUtime=0
/proc/4155/task/4162/stat : 4162 (java) S 4153 4155 3363 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 2881503 1572433920 9004 1992294400 134512640 134550932 4292764944 18446744073709551615 4294960144 0 4 0 16800975 18446604437869778048 0 0 -1 0 0 0 0
[pid=4155/tid=4163] ppid=4153 vsize=1535580 CPUtime=0
/proc/4155/task/4163/stat : 4163 (java) S 4153 4155 3363 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 2881507 1572433920 9004 1992294400 134512640 134550932 4292764944 18446744073709551615 4294960144 0 4 0 16800975 18446604437869778048 0 0 -1 0 0 0 0
[pid=4155/tid=4164] ppid=4153 vsize=1535580 CPUtime=0.92
/proc/4155/task/4164/stat : 4164 (java) R 4153 4155 3363 0 -1 4202560 3097 0 0 0 91 1 0 0 16 0 13 0 2881507 1572433920 9004 1992294400 134512640 134550932 4292764944 18446744073709551615 102003976 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=4155/tid=4165] ppid=4153 vsize=1535580 CPUtime=0.55
/proc/4155/task/4165/stat : 4165 (java) S 4153 4155 3363 0 -1 4202560 1205 0 0 0 55 0 0 0 15 0 13 0 2881507 1572433920 9004 1992294400 134512640 134550932 4292764944 18446744073709551615 4294960144 0 4 0 16800975 18446604437869778048 0 0 -1 0 0 0 0
[pid=4155/tid=4166] ppid=4153 vsize=1535580 CPUtime=0
/proc/4155/task/4166/stat : 4166 (java) S 4153 4155 3363 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 2881507 1572433920 9004 1992294400 134512640 134550932 4292764944 18446744073709551615 4294960144 0 4 0 16800975 18446604437869778048 0 0 -1 0 0 0 0
[pid=4155/tid=4167] ppid=4153 vsize=1535580 CPUtime=0
/proc/4155/task/4167/stat : 4167 (java) S 4153 4155 3363 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 2881507 1572433920 9004 1992294400 134512640 134550932 4292764944 18446744073709551615 4294960144 0 4 0 16800975 18446604437869778048 0 0 -1 1 0 0 0
[pid=4155/tid=4168] ppid=4153 vsize=1535580 CPUtime=0
/proc/4155/task/4168/stat : 4168 (java) S 4153 4155 3363 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 2881530 1572433920 9004 1992294400 134512640 134550932 4292764944 18446744073709551615 4294960144 0 4 0 16800975 18446604437869778048 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 27
Current children cumulated vsize (KiB) 1535580

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

Child status: 20
Real time (s): 25.6026
CPU time (s): 27.1319
CPU user time (s): 27.0459
CPU system time (s): 0.085986
CPU usage (%): 105.973
Max. virtual memory (cumulated for all children) (KiB): 1535580

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 27.0459
system time used= 0.085986
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 11384
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= 1005
involuntary context switches= 548

runsolver used 0.057991 second user time and 0.147977 second system time

The end

Launcher Data

Begin job on node006 at 2010-06-11 18:12:58
IDJOB=2659325
IDBENCH=1188
IDSOLVER=1164
FILE ID=node006/2659325-1276272778
PBS_JOBID= 11172204
Free space on /tmp= 62472 MiB

SOLVER NAME= SAT4J PB Resolution 2.2.0 2010-05-26
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/namasivayam/wnqueen/normalized-t2001.13queen13.1111220546.opb
COMMAND LINE= java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2659325-1276272778/watcher-2659325-1276272778 -o /tmp/evaluation-result-2659325-1276272778/solver-2659325-1276272778 -C 1800 -W 2000 -M 1800  java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2659325-1276272778.opb

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

MD5SUM BENCH= aeab1724c196459c6b33e6369a15ae92
RANDOM SEED=335402292

node006.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.204
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.40
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.204
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.45
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1586816 kB
Buffers:         48224 kB
Cached:         298436 kB
SwapCached:          0 kB
Active:         149628 kB
Inactive:       256276 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1586816 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:             312 kB
Writeback:           0 kB
AnonPages:       59168 kB
Mapped:          15472 kB
Slab:            44456 kB
PageTables:       4024 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   180984 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= 62472 MiB
End job on node006 at 2010-06-11 18:13:24