Trace number 1039162

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
Sugar v1.13+minisatSAT 188.53 189.186

General information on the benchmark

Namecsp/rand-2-23/
normalized-rand-23-23-253-131-54021_ext.xml
MD5SUM7af79940b347b6ea35736ab16ca7c6df
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.810875
Satisfiable
(Un)Satisfiability was proved
Number of variables23
Number of constraints253
Maximum constraint arity2
Maximum domain size23
Number of constraints which are defined in extension253
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.02/0.04	c 0	Sugar v1-13 + HOME/minisat
0.02/0.04	c 0	BEGIN Wed Jul  2 04:58:45 2008
0.02/0.04	c 0	PID 9261
0.02/0.04	c 0	HOST node86.alineos.net
0.02/0.04	c 0	CONVERTING HOME/instance-1039162-1214967525.xml TO HOME/temp.csp
0.02/0.04	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1039162-1214967525.xml' 'HOME/temp.csp'
0.02/0.65	c 1	1 domains, 23 variables, 0 predicates, 253 relations, 253 constraints
0.02/0.67	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.02/0.67	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.63/0.74	c 1	Parsing HOME/temp.csp
0.95/1.00	c 1	parsed 530 expressions
0.95/1.01	c 1	Heap : 4 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.95/1.01	c 1	Converting to clausal form CSP
0.95/1.03	c 1	converted 53 (10%) expressions
0.95/1.04	c 1	converted 106 (20%) expressions
0.95/1.04	c 1	converted 159 (30%) expressions
0.95/1.04	c 1	converted 212 (40%) expressions
0.95/1.04	c 1	converted 265 (50%) expressions
1.05/1.10	c 1	converted 318 (60%) expressions
1.05/1.12	c 1	converted 371 (70%) expressions
1.05/1.14	c 1	converted 424 (80%) expressions
1.05/1.15	c 1	converted 477 (90%) expressions
1.05/1.17	c 1	converted 530 (100%) expressions
1.05/1.17	c 1	CSP : 23 integers, 0 booleans, 253 clauses, largest domain size 23
1.05/1.17	c 1	Heap : 7 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.05/1.17	c 1	Propagation in CSP
1.05/1.17	c 1	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.05/1.17	c 1	CSP : 23 integers, 0 booleans, 253 clauses, largest domain size 23
1.05/1.17	c 1	Heap : 7 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.05/1.17	c 1	Simplifing CSP by introducing new Boolean variables
1.05/1.17	c 1	CSP : 23 integers, 0 booleans, 253 clauses, largest domain size 23
1.05/1.17	c 1	Heap : 7 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.16/1.21	c 1	Encoding CSP to SAT : HOME/temp.cnf
1.16/1.22	c 1	3 (10%) CSP integer variables are encoded (63 clauses, 614 bytes)
1.16/1.22	c 1	5 (20%) CSP integer variables are encoded (105 clauses, 1013 bytes)
1.16/1.22	c 1	7 (30%) CSP integer variables are encoded (147 clauses, 1475 bytes)
1.16/1.22	c 1	10 (40%) CSP integer variables are encoded (210 clauses, 2168 bytes)
1.16/1.22	c 1	12 (50%) CSP integer variables are encoded (252 clauses, 2630 bytes)
1.16/1.22	c 1	14 (60%) CSP integer variables are encoded (294 clauses, 3092 bytes)
1.16/1.23	c 1	17 (70%) CSP integer variables are encoded (357 clauses, 3785 bytes)
1.16/1.23	c 1	19 (80%) CSP integer variables are encoded (399 clauses, 4247 bytes)
1.16/1.23	c 1	21 (90%) CSP integer variables are encoded (441 clauses, 4709 bytes)
1.16/1.23	c 1	23 (100%) CSP integer variables are encoded (483 clauses, 5171 bytes)
1.16/1.27	c 1	26 (10%) CSP clauses are encoded (2792 clauses, 42284 bytes)
1.16/1.29	c 1	51 (20%) CSP clauses are encoded (5026 clauses, 80383 bytes)
1.25/1.31	c 1	76 (30%) CSP clauses are encoded (7231 clauses, 118033 bytes)
1.25/1.32	c 1	102 (40%) CSP clauses are encoded (9522 clauses, 159238 bytes)
1.25/1.33	c 1	127 (50%) CSP clauses are encoded (11719 clauses, 200945 bytes)
1.25/1.35	c 1	152 (60%) CSP clauses are encoded (13957 clauses, 243532 bytes)
1.25/1.36	c 1	178 (70%) CSP clauses are encoded (16259 clauses, 287401 bytes)
1.25/1.37	c 1	203 (80%) CSP clauses are encoded (18454 clauses, 329181 bytes)
1.25/1.38	c 1	228 (90%) CSP clauses are encoded (20668 clauses, 371265 bytes)
1.25/1.40	c 1	253 (100%) CSP clauses are encoded (22849 clauses, 412744 bytes)
1.25/1.40	c 1	253 CSP clauses encoded
1.25/1.40	c 1	Writing map file : HOME/temp.map
1.25/1.40	c 1	Heap : 3 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.25/1.40	c 1	SAT : 506 SAT variables, 22849 SAT clauses, 412744 bytes
1.25/1.40	c 1	Heap : 3 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.35/1.45	c 1	SOLVING HOME/temp.cnf
1.35/1.45	c 1	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
1.35/1.45	c 1	This is MiniSat 2.0 beta
1.35/1.45	c 1	WARNING: for repeatability, setting FPU to use double precision
1.35/1.45	c 1	============================[ Problem Statistics ]=============================
1.35/1.45	c 1	|                                                                             |
1.35/1.45	c 1	|  Number of variables:  506                                                  |
1.35/1.45	c 1	|  Number of clauses:    22849                                                |
1.35/1.46	c 1	|  Parsing time:         0.01         s                                       |
1.35/1.46	c 1	============================[ Search Statistics ]==============================
1.35/1.46	c 1	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.35/1.46	c 1	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.35/1.46	c 1	===============================================================================
1.35/1.46	c 1	|         0 |     506    22849    85631 |     7616        0    nan |  0.000 % |
1.35/1.48	c 1	|       100 |     506    22849    85631 |     8377      100      9 |  0.000 % |
1.35/1.49	c 1	|       250 |     506    22849    85631 |     9215      250     10 |  0.005 % |
1.36/1.52	c 1	|       476 |     506    22849    85631 |    10137      476     10 |  0.015 % |
1.36/1.57	c 1	|       814 |     506    22849    85631 |    11151      814     10 |  0.013 % |
1.36/1.62	c 2	|      1322 |     506    22849    85631 |    12266     1322     12 |  0.010 % |
1.36/1.71	c 2	|      2081 |     506    22849    85631 |    13492     2081     11 |  0.015 % |
1.36/1.85	c 2	|      3220 |     506    22849    85631 |    14842     3220     11 |  0.008 % |
1.36/2.07	c 2	|      4929 |     506    22849    85631 |    16326     4929     11 |  0.015 % |
2.30/2.42	c 2	|      7491 |     506    22849    85631 |    17958     7491     11 |  0.009 % |
2.90/3.00	c 3	|     11335 |     506    22849    85631 |    19754    11335     12 |  0.009 % |
3.89/4.02	c 4	|     17101 |     506    22849    85631 |    21730    17101     12 |  0.005 % |
5.46/5.68	c 6	|     25751 |     506    22849    85631 |    23903    14799     12 |  0.014 % |
8.01/8.29	c 8	|     38725 |     506    22849    85631 |    26293    14895     13 |  0.007 % |
11.97/12.21	c 12	|     58186 |     506    22849    85631 |    28923    19275     13 |  0.007 % |
18.49/18.79	c 19	|     87380 |     506    22849    85631 |    31815    13895     14 |  0.016 % |
28.77/29.03	c 29	|    131169 |     506    22849    85631 |    34996    19091     13 |  0.016 % |
45.26/45.57	c 46	|    196853 |     506    22849    85631 |    38496    18081     15 |  0.016 % |
71.05/71.31	c 71	|    295379 |     505    22769    85403 |    42346    25593     14 |  0.198 % |
113.06/113.44	c 113	|    443168 |     504    22681    85084 |    46580     4483     11 |  0.396 % |
177.80/178.49	c 178	|    664851 |     504    22681    85084 |    51238    24957     14 |  0.405 % |
188.36/189.02	c 189	===============================================================================
188.36/189.02	c 189	restarts              : 21
188.36/189.02	c 189	conflicts             : 694104         (3712 /sec)
188.36/189.02	c 189	decisions             : 819698         (1.24 % random) (4383 /sec)
188.36/189.02	c 189	propagations          : 66683537       (356593 /sec)
188.36/189.02	c 189	conflict literals     : 10113959       (34.33 % deleted)
188.36/189.02	c 189	Memory used           : 11.55 MB
188.36/189.02	c 189	CPU time              : 187.002 s
188.36/189.02	c 189	
188.36/189.02	c 189	SATISFIABLE
188.36/189.02	c 189	DECODING HOME/temp.out WITH HOME/temp.map
188.36/189.02	c 189	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
188.47/189.10	c 189	Decoding HOME/temp.out
188.47/189.13	s SATISFIABLE
188.47/189.13	v 15 12 17 17 4 17 15 9 4 16 13 1 0 19 0 22 18 0 3 1 5 3 3
188.47/189.14	c 189	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
188.47/189.18	c 189	CPU 188.37 (0.03 0.01 188.34 0.13)
188.47/189.18	c 189	END Wed Jul  2 05:01:54 2008

Verifier Data (download as text)

OK

Watcher Data (download as text)

runsolver version 3.2.5 (c) roussel@cril.univ-artois.fr

command line: /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1039162-1214967525/watcher-1039162-1214967525 -o /tmp/evaluation-result-1039162-1214967525/solver-1039162-1214967525 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/sugar -c -vv -java=java -Xmx700M -jar=HOME/sugar-v1-13.jar -solver=HOME/minisat -tmp=HOME/temp HOME/instance-1039162-1214967525.xml 

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): 2200 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.00 2.01 2.06 4/82 9261
/proc/meminfo: memFree=1494136/2055920 swapFree=4179632/4192956
[pid=9261] ppid=9259 vsize=12272 CPUtime=0
/proc/9261/stat : 9261 (sugar) R 9259 9261 6279 0 -1 4194304 359 0 0 0 0 0 0 0 18 0 1 0 652481469 12566528 327 996147200 4194304 4206940 548682068608 18446744073709551615 240162749438 0 0 4224 0 0 0 0 17 0 0 0
/proc/9261/statm: 3068 327 246 3 0 168 0

[startup+0.0347431 s]
/proc/loadavg: 2.00 2.01 2.06 4/82 9261
/proc/meminfo: memFree=1494136/2055920 swapFree=4179632/4192956
[pid=9261] ppid=9259 vsize=13336 CPUtime=0.02
/proc/9261/stat : 9261 (sugar) R 9259 9261 6279 0 -1 4194304 730 0 0 0 2 0 0 0 18 0 1 0 652481469 13656064 698 996147200 4194304 4206940 548682068608 18446744073709551615 240153694945 0 0 4224 0 0 0 0 17 0 0 0
/proc/9261/statm: 3334 699 338 3 0 434 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 13336

[startup+0.101755 s]
/proc/loadavg: 2.00 2.01 2.06 4/82 9261
/proc/meminfo: memFree=1494136/2055920 swapFree=4179632/4192956
[pid=9261] ppid=9259 vsize=13600 CPUtime=0.02
/proc/9261/stat : 9261 (sugar) S 9259 9261 6279 0 -1 4194304 900 127 0 0 2 0 0 0 18 0 1 0 652481469 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/9261/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 13600

[startup+0.301776 s]
/proc/loadavg: 2.00 2.01 2.06 4/82 9261
/proc/meminfo: memFree=1494136/2055920 swapFree=4179632/4192956
[pid=9261] ppid=9259 vsize=13600 CPUtime=0.02
/proc/9261/stat : 9261 (sugar) S 9259 9261 6279 0 -1 4194304 900 127 0 0 2 0 0 0 18 0 1 0 652481469 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/9261/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 13600

[startup+0.701819 s]
/proc/loadavg: 2.00 2.01 2.06 4/82 9261
/proc/meminfo: memFree=1494136/2055920 swapFree=4179632/4192956
[pid=9261] ppid=9259 vsize=13600 CPUtime=0.63
/proc/9261/stat : 9261 (sugar) S 9259 9261 6279 0 -1 4194304 956 4704 0 1 2 1 57 3 16 0 1 0 652481469 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9261/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.63
Current children cumulated vsize (KiB) 13600

[startup+1.50291 s]
/proc/loadavg: 2.00 2.01 2.06 4/93 9283
/proc/meminfo: memFree=1482784/2055920 swapFree=4179632/4192956
[pid=9261] ppid=9259 vsize=13600 CPUtime=1.36
/proc/9261/stat : 9261 (sugar) S 9259 9261 6279 0 -1 4194304 1031 11749 0 2 3 1 125 7 16 0 1 0 652481469 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/9261/statm: 3400 798 370 3 0 500 0
Current children cumulated CPU time (s) 1.36
Current children cumulated vsize (KiB) 13600

[startup+3.10108 s]
/proc/loadavg: 2.00 2.01 2.06 3/85 9285
/proc/meminfo: memFree=1489120/2055920 swapFree=4179632/4192956
[pid=9261] ppid=9259 vsize=13600 CPUtime=1.36
/proc/9261/stat : 9261 (sugar) S 9259 9261 6279 0 -1 4194304 1031 11749 0 2 3 1 125 7 15 0 1 0 652481469 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/9261/statm: 3400 798 370 3 0 500 0
[pid=9284] ppid=9261 vsize=5356 CPUtime=0
/proc/9284/stat : 9284 (sh) S 9261 9261 6279 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 652481614 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9284/statm: 1339 232 193 169 0 50 0
[pid=9285] ppid=9284 vsize=3848 CPUtime=1.63
/proc/9285/stat : 9285 (minisat) R 9284 9261 6279 0 -1 4194304 726 0 0 0 163 0 0 0 25 0 1 0 652481614 3940352 712 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/9285/statm: 962 712 75 150 0 809 0
Current children cumulated CPU time (s) 2.99
Current children cumulated vsize (KiB) 22804

[startup+6.30145 s]
/proc/loadavg: 2.00 2.01 2.06 2/74 9288
/proc/meminfo: memFree=1496440/2055920 swapFree=4179632/4192956
[pid=9261] ppid=9259 vsize=13600 CPUtime=1.36
/proc/9261/stat : 9261 (sugar) S 9259 9261 6279 0 -1 4194304 1031 11749 0 2 3 1 125 7 16 0 1 0 652481469 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9261/statm: 3400 798 370 3 0 500 0
[pid=9284] ppid=9261 vsize=5356 CPUtime=0
/proc/9284/stat : 9284 (sh) S 9261 9261 6279 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 652481614 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9284/statm: 1339 232 193 169 0 50 0
[pid=9285] ppid=9284 vsize=4836 CPUtime=4.79
/proc/9285/stat : 9285 (minisat) R 9284 9261 6279 0 -1 4194304 950 0 0 0 479 0 0 0 25 0 1 0 652481614 4952064 936 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/9285/statm: 1209 936 75 150 0 1056 0
Current children cumulated CPU time (s) 6.15
Current children cumulated vsize (KiB) 23792

[startup+12.7022 s]
/proc/loadavg: 2.00 2.01 2.06 3/76 9382
/proc/meminfo: memFree=1493864/2055920 swapFree=4179632/4192956
[pid=9261] ppid=9259 vsize=13600 CPUtime=1.36
/proc/9261/stat : 9261 (sugar) S 9259 9261 6279 0 -1 4194304 1031 11749 0 2 3 1 125 7 16 0 1 0 652481469 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/9261/statm: 3400 798 370 3 0 500 0
[pid=9284] ppid=9261 vsize=5356 CPUtime=0
/proc/9284/stat : 9284 (sh) S 9261 9261 6279 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 652481614 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9284/statm: 1339 232 193 169 0 50 0
[pid=9285] ppid=9284 vsize=5496 CPUtime=11.11
/proc/9285/stat : 9285 (minisat) R 9284 9261 6279 0 -1 4194304 1135 0 0 0 1111 0 0 0 25 0 1 0 652481614 5627904 1121 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/9285/statm: 1374 1121 75 150 0 1221 0
Current children cumulated CPU time (s) 12.47
Current children cumulated vsize (KiB) 24452

[startup+25.5016 s]
/proc/loadavg: 2.00 2.00 2.06 3/76 9382
/proc/meminfo: memFree=1492776/2055920 swapFree=4179632/4192956
[pid=9261] ppid=9259 vsize=13600 CPUtime=1.36
/proc/9261/stat : 9261 (sugar) S 9259 9261 6279 0 -1 4194304 1031 11749 0 2 3 1 125 7 16 0 1 0 652481469 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/9261/statm: 3400 798 370 3 0 500 0
[pid=9284] ppid=9261 vsize=5356 CPUtime=0
/proc/9284/stat : 9284 (sh) S 9261 9261 6279 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 652481614 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9284/statm: 1339 232 193 169 0 50 0
[pid=9285] ppid=9284 vsize=6584 CPUtime=23.92
/proc/9285/stat : 9285 (minisat) R 9284 9261 6279 0 -1 4194304 1389 0 0 0 2391 1 0 0 25 0 1 0 652481614 6742016 1375 996147200 134512640 135127466 4294956272 18446744073709551615 134530613 0 0 4096 3 0 0 0 17 0 0 0
/proc/9285/statm: 1646 1375 75 150 0 1493 0
Current children cumulated CPU time (s) 25.28
Current children cumulated vsize (KiB) 25540

[startup+51.1014 s]
/proc/loadavg: 2.00 2.00 2.06 3/76 9382
/proc/meminfo: memFree=1491752/2055920 swapFree=4179632/4192956
[pid=9261] ppid=9259 vsize=13600 CPUtime=1.36
/proc/9261/stat : 9261 (sugar) S 9259 9261 6279 0 -1 4194304 1031 11749 0 2 3 1 125 7 16 0 1 0 652481469 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/9261/statm: 3400 798 370 3 0 500 0
[pid=9284] ppid=9261 vsize=5356 CPUtime=0
/proc/9284/stat : 9284 (sh) S 9261 9261 6279 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 652481614 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9284/statm: 1339 232 193 169 0 50 0
[pid=9285] ppid=9284 vsize=7820 CPUtime=49.5
/proc/9285/stat : 9285 (minisat) R 9284 9261 6279 0 -1 4194304 1704 0 0 0 4949 1 0 0 25 0 1 0 652481614 8007680 1690 996147200 134512640 135127466 4294956272 18446744073709551615 134530686 0 0 4096 3 0 0 0 17 0 0 0
/proc/9285/statm: 1955 1690 75 150 0 1802 0
Current children cumulated CPU time (s) 50.86
Current children cumulated vsize (KiB) 26776

[startup+102.305 s]
/proc/loadavg: 2.00 2.00 2.05 3/76 9382
/proc/meminfo: memFree=1489640/2055920 swapFree=4179632/4192956
[pid=9261] ppid=9259 vsize=13600 CPUtime=1.36
/proc/9261/stat : 9261 (sugar) S 9259 9261 6279 0 -1 4194304 1031 11749 0 2 3 1 125 7 16 0 1 0 652481469 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/9261/statm: 3400 798 370 3 0 500 0
[pid=9284] ppid=9261 vsize=5356 CPUtime=0
/proc/9284/stat : 9284 (sh) S 9261 9261 6279 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 652481614 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9284/statm: 1339 232 193 169 0 50 0
[pid=9285] ppid=9284 vsize=9512 CPUtime=100.68
/proc/9285/stat : 9285 (minisat) R 9284 9261 6279 0 -1 4194304 2113 0 0 0 10066 2 0 0 25 0 1 0 652481614 9740288 2099 996147200 134512640 135127466 4294956272 18446744073709551615 134530849 0 0 4096 3 0 0 0 17 0 0 0
/proc/9285/statm: 2378 2099 75 150 0 2225 0
Current children cumulated CPU time (s) 102.04
Current children cumulated vsize (KiB) 28468

[startup+162.302 s]
/proc/loadavg: 2.03 2.01 2.05 3/76 9415
/proc/meminfo: memFree=1487592/2055920 swapFree=4179632/4192956
[pid=9261] ppid=9259 vsize=13600 CPUtime=1.36
/proc/9261/stat : 9261 (sugar) S 9259 9261 6279 0 -1 4194304 1031 11749 0 2 3 1 125 7 16 0 1 0 652481469 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9261/statm: 3400 798 370 3 0 500 0
[pid=9284] ppid=9261 vsize=5356 CPUtime=0
/proc/9284/stat : 9284 (sh) S 9261 9261 6279 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 652481614 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9284/statm: 1339 232 193 169 0 50 0
[pid=9285] ppid=9284 vsize=11524 CPUtime=160.4
/proc/9285/stat : 9285 (minisat) R 9284 9261 6279 0 -1 4194304 2605 0 0 0 16038 2 0 0 25 0 1 0 652481614 11800576 2591 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/9285/statm: 2881 2591 75 150 0 2728 0
Current children cumulated CPU time (s) 161.76
Current children cumulated vsize (KiB) 30480

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

[startup+166.302 s]
/proc/loadavg: 2.03 2.01 2.05 3/76 9415
/proc/meminfo: memFree=1487464/2055920 swapFree=4179632/4192956
[pid=9261] ppid=9259 vsize=13600 CPUtime=1.36
/proc/9261/stat : 9261 (sugar) S 9259 9261 6279 0 -1 4194304 1031 11749 0 2 3 1 125 7 16 0 1 0 652481469 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9261/statm: 3400 798 370 3 0 500 0
[pid=9284] ppid=9261 vsize=5356 CPUtime=0
/proc/9284/stat : 9284 (sh) S 9261 9261 6279 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 652481614 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9284/statm: 1339 232 193 169 0 50 0
[pid=9285] ppid=9284 vsize=11524 CPUtime=164.39
/proc/9285/stat : 9285 (minisat) R 9284 9261 6279 0 -1 4194304 2615 0 0 0 16437 2 0 0 25 0 1 0 652481614 11800576 2601 996147200 134512640 135127466 4294956272 18446744073709551615 134530944 0 0 4096 3 0 0 0 17 1 0 0
/proc/9285/statm: 2881 2601 75 150 0 2728 0
Current children cumulated CPU time (s) 165.75
Current children cumulated vsize (KiB) 30480

[startup+179.102 s]
/proc/loadavg: 2.02 2.01 2.05 3/76 9415
/proc/meminfo: memFree=1487400/2055920 swapFree=4179632/4192956
[pid=9261] ppid=9259 vsize=13600 CPUtime=1.36
/proc/9261/stat : 9261 (sugar) S 9259 9261 6279 0 -1 4194304 1031 11749 0 2 3 1 125 7 16 0 1 0 652481469 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9261/statm: 3400 798 370 3 0 500 0
[pid=9284] ppid=9261 vsize=5356 CPUtime=0
/proc/9284/stat : 9284 (sh) S 9261 9261 6279 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 652481614 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9284/statm: 1339 232 193 169 0 50 0
[pid=9285] ppid=9284 vsize=11664 CPUtime=177.14
/proc/9285/stat : 9285 (minisat) R 9284 9261 6279 0 -1 4194304 2641 0 0 0 17712 2 0 0 25 0 1 0 652481614 11943936 2627 996147200 134512640 135127466 4294956272 18446744073709551615 134527986 0 0 4096 3 0 0 0 17 1 0 0
/proc/9285/statm: 2916 2627 75 150 0 2763 0
Current children cumulated CPU time (s) 178.5
Current children cumulated vsize (KiB) 30620

[startup+185.501 s]
/proc/loadavg: 2.02 2.01 2.05 3/76 9415
/proc/meminfo: memFree=1487272/2055920 swapFree=4179632/4192956
[pid=9261] ppid=9259 vsize=13600 CPUtime=1.36
/proc/9261/stat : 9261 (sugar) S 9259 9261 6279 0 -1 4194304 1031 11749 0 2 3 1 125 7 16 0 1 0 652481469 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9261/statm: 3400 798 370 3 0 500 0
[pid=9284] ppid=9261 vsize=5356 CPUtime=0
/proc/9284/stat : 9284 (sh) S 9261 9261 6279 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 652481614 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9284/statm: 1339 232 193 169 0 50 0
[pid=9285] ppid=9284 vsize=11824 CPUtime=183.51
/proc/9285/stat : 9285 (minisat) R 9284 9261 6279 0 -1 4194304 2669 0 0 0 18349 2 0 0 25 0 1 0 652481614 12107776 2655 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/9285/statm: 2956 2655 75 150 0 2803 0
Current children cumulated CPU time (s) 184.87
Current children cumulated vsize (KiB) 30780

[startup+187.102 s]
/proc/loadavg: 2.02 2.01 2.05 3/76 9415
/proc/meminfo: memFree=1487272/2055920 swapFree=4179632/4192956
[pid=9261] ppid=9259 vsize=13600 CPUtime=1.36
/proc/9261/stat : 9261 (sugar) S 9259 9261 6279 0 -1 4194304 1031 11749 0 2 3 1 125 7 16 0 1 0 652481469 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9261/statm: 3400 798 370 3 0 500 0
[pid=9284] ppid=9261 vsize=5356 CPUtime=0
/proc/9284/stat : 9284 (sh) S 9261 9261 6279 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 652481614 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9284/statm: 1339 232 193 169 0 50 0
[pid=9285] ppid=9284 vsize=11824 CPUtime=185.1
/proc/9285/stat : 9285 (minisat) R 9284 9261 6279 0 -1 4194304 2679 0 0 0 18508 2 0 0 25 0 1 0 652481614 12107776 2665 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/9285/statm: 2956 2665 75 150 0 2803 0
Current children cumulated CPU time (s) 186.46
Current children cumulated vsize (KiB) 30780

[startup+187.902 s]
/proc/loadavg: 2.02 2.01 2.05 3/76 9415
/proc/meminfo: memFree=1487272/2055920 swapFree=4179632/4192956
[pid=9261] ppid=9259 vsize=13600 CPUtime=1.36
/proc/9261/stat : 9261 (sugar) S 9259 9261 6279 0 -1 4194304 1031 11749 0 2 3 1 125 7 16 0 1 0 652481469 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9261/statm: 3400 798 370 3 0 500 0
[pid=9284] ppid=9261 vsize=5356 CPUtime=0
/proc/9284/stat : 9284 (sh) S 9261 9261 6279 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 652481614 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9284/statm: 1339 232 193 169 0 50 0
[pid=9285] ppid=9284 vsize=11824 CPUtime=185.9
/proc/9285/stat : 9285 (minisat) R 9284 9261 6279 0 -1 4194304 2682 0 0 0 18588 2 0 0 25 0 1 0 652481614 12107776 2668 996147200 134512640 135127466 4294956272 18446744073709551615 134530817 0 0 4096 3 0 0 0 17 1 0 0
/proc/9285/statm: 2956 2668 75 150 0 2803 0
Current children cumulated CPU time (s) 187.26
Current children cumulated vsize (KiB) 30780

[startup+188.702 s]
/proc/loadavg: 2.02 2.01 2.05 3/76 9415
/proc/meminfo: memFree=1487272/2055920 swapFree=4179632/4192956
[pid=9261] ppid=9259 vsize=13600 CPUtime=1.36
/proc/9261/stat : 9261 (sugar) S 9259 9261 6279 0 -1 4194304 1031 11749 0 2 3 1 125 7 16 0 1 0 652481469 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9261/statm: 3400 798 370 3 0 500 0
[pid=9284] ppid=9261 vsize=5356 CPUtime=0
/proc/9284/stat : 9284 (sh) S 9261 9261 6279 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 652481614 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9284/statm: 1339 232 193 169 0 50 0
[pid=9285] ppid=9284 vsize=11824 CPUtime=186.7
/proc/9285/stat : 9285 (minisat) R 9284 9261 6279 0 -1 4194304 2683 0 0 0 18668 2 0 0 25 0 1 0 652481614 12107776 2669 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/9285/statm: 2956 2669 75 150 0 2803 0
Current children cumulated CPU time (s) 188.06
Current children cumulated vsize (KiB) 30780

[startup+189.102 s]
/proc/loadavg: 2.02 2.01 2.05 3/84 9425
/proc/meminfo: memFree=1493608/2055920 swapFree=4179632/4192956
[pid=9261] ppid=9259 vsize=13600 CPUtime=188.4
/proc/9261/stat : 9261 (sugar) S 9259 9261 6279 0 -1 4194304 1070 14727 0 2 3 1 18825 11 16 0 1 0 652481469 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9261/statm: 3400 798 370 3 0 500 0
[pid=9416] ppid=9261 vsize=5356 CPUtime=0
/proc/9416/stat : 9416 (sh) S 9261 9261 6279 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 652500372 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9416/statm: 1339 233 193 169 0 50 0
[pid=9417] ppid=9416 vsize=863724 CPUtime=0.07
/proc/9417/stat : 9417 (java) S 9416 9261 6279 0 -1 0 3128 0 1 0 5 2 0 0 19 0 9 0 652500372 884453376 2615 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/9417/statm: 215931 2615 1604 9 0 210513 0
[pid=9417/tid=9418] ppid=9416 vsize=863724 CPUtime=0.05
/proc/9417/task/9418/stat : 9418 (java) R 9416 9261 6279 0 -1 64 2219 0 1 0 4 1 0 0 25 0 9 0 652500373 884453376 2615 996147200 134512640 134550740 4294956000 18446744073709551615 103268637 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9417/tid=9419] ppid=9416 vsize=863724 CPUtime=0
/proc/9417/task/9419/stat : 9419 (java) S 9416 9261 6279 0 -1 64 3 0 0 0 0 0 0 0 21 0 9 0 652500374 884453376 2616 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=9417/tid=9420] ppid=9416 vsize=863724 CPUtime=0
/proc/9417/task/9420/stat : 9420 (java) S 9416 9261 6279 0 -1 64 9 0 0 0 0 0 0 0 22 0 9 0 652500375 884453376 2617 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9417/tid=9421] ppid=9416 vsize=863724 CPUtime=0
/proc/9417/task/9421/stat : 9421 (java) S 9416 9261 6279 0 -1 64 4 0 0 0 0 0 0 0 23 0 9 0 652500375 884453376 2617 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9417/tid=9422] ppid=9416 vsize=863724 CPUtime=0
/proc/9417/task/9422/stat : 9422 (java) S 9416 9261 6279 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 652500377 884453376 2617 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9417/tid=9423] ppid=9416 vsize=863724 CPUtime=0
/proc/9417/task/9423/stat : 9423 (java) S 9416 9261 6279 0 -1 64 214 0 0 0 0 0 0 0 24 0 9 0 652500377 884453376 2617 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9417/tid=9424] ppid=9416 vsize=863724 CPUtime=0
/proc/9417/task/9424/stat : 9424 (java) S 9416 9261 6279 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 652500377 884453376 2618 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9417/tid=9425] ppid=9416 vsize=863724 CPUtime=0
/proc/9417/task/9425/stat : 9425 (java) S 9416 9261 6279 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 652500377 884453376 2619 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 188.47
Current children cumulated vsize (KiB) 882680

Child status: 0
Real time (s): 189.186
CPU time (s): 188.53
CPU user time (s): 188.376
CPU system time (s): 0.153976
CPU usage (%): 99.6532
Max. virtual memory (cumulated for all children) (KiB): 883260

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 188.376
system time used= 0.153976
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 19559
page faults= 3
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1661
involuntary context switches= 3078

runsolver used 0.185971 second user time and 0.515921 second system time

The end

Launcher Data (download as text)

Begin job on node86 at 2008-07-02 04:58:45
IDJOB=1039162
IDBENCH=53604
IDSOLVER=346
FILE ID=node86/1039162-1214967525
PBS_JOBID= 7870164
Free space on /tmp= 66532 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/rand-2-23/normalized-rand-23-23-253-131-54021_ext.xml
COMMAND LINE= DIR/sugar -c -vv -java="java -Xmx700M" -jar="DIR/sugar-v1-13.jar" -solver="DIR/minisat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1039162-1214967525/watcher-1039162-1214967525 -o /tmp/evaluation-result-1039162-1214967525/solver-1039162-1214967525 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/sugar -c -vv -java="java -Xmx700M" -jar="HOME/sugar-v1-13.jar" -solver="HOME/minisat" -tmp="HOME/temp" HOME/instance-1039162-1214967525.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 7af79940b347b6ea35736ab16ca7c6df
RANDOM SEED=2078018349

node86.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/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.220
cache size	: 2048 KB
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 pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
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.220
cache size	: 2048 KB
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 pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1494552 kB
Buffers:         64792 kB
Cached:         398712 kB
SwapCached:       7260 kB
Active:         188916 kB
Inactive:       295312 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1494552 kB
SwapTotal:     4192956 kB
SwapFree:      4179632 kB
Dirty:            1512 kB
Writeback:           0 kB
Mapped:          35464 kB
Slab:            62276 kB
Committed_AS:  1041596 kB
PageTables:       1952 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66528 MiB
End job on node86 at 2008-07-02 05:01:54