Trace number 2079552

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.14.6+minisatSAT 124.733 126.55

General information on the benchmark

Namecsp/rand-3-20-20/
normalized-rand-3-20-20-60-632-14_ext.xml
MD5SUMc6a48a01b72902cb5a149fdc5c72dd4d
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark3.36049
Satisfiable
(Un)Satisfiability was proved
Number of variables20
Number of constraints59
Maximum constraint arity3
Maximum domain size20
Number of constraints which are defined in extension59
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data

0.05/0.08	c 0	Sugar v1-14-6 + HOME/minisat
0.05/0.08	c 0	BEGIN Sun Jul 12 05:10:17 2009
0.05/0.08	c 0	PID 23661
0.05/0.08	c 0	HOST node28.alineos.net
0.05/0.08	c 0	CONVERTING HOME/instance-2079552-1247368216.xml TO HOME/temp.csp
0.05/0.08	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2079552-1247368216.xml' 'HOME/temp.csp'
0.06/0.89	c 1	1 domains, 20 variables, 0 predicates, 59 relations, 59 constraints
0.06/0.93	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.93	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.90/1.02	c 1	Parsing HOME/temp.csp
1.89/2.04	c 2	parsed 139 expressions
1.89/2.05	c 2	Heap : 19 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.89/2.05	c 2	Converting to clausal form CSP
1.89/2.07	c 2	converted 14 (10%) expressions
1.89/2.08	c 2	converted 28 (20%) expressions
2.09/2.25	c 2	converted 42 (30%) expressions
2.09/2.25	c 2	converted 56 (40%) expressions
2.09/2.27	c 2	converted 70 (50%) expressions
2.19/2.32	c 2	converted 84 (60%) expressions
2.28/2.43	c 2	converted 98 (70%) expressions
2.38/2.53	c 2	converted 112 (80%) expressions
2.68/2.83	c 2	converted 126 (90%) expressions
2.77/2.96	c 3	converted 139 (100%) expressions
2.77/2.96	c 3	CSP : 20 integers, 0 booleans, 59 clauses, largest domain size 20
2.77/2.96	c 3	Heap : 38 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.77/2.96	c 3	Propagation in CSP
2.77/2.97	c 3	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
2.77/2.97	c 3	CSP : 20 integers, 0 booleans, 59 clauses, largest domain size 20
2.77/2.97	c 3	Heap : 38 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.77/2.97	c 3	Simplifing CSP by introducing new Boolean variables
2.77/2.97	c 3	CSP : 20 integers, 0 booleans, 59 clauses, largest domain size 20
2.77/2.97	c 3	Heap : 38 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.87/3.09	c 3	Encoding CSP to SAT : HOME/temp.cnf
2.97/3.10	c 3	2 (10%) CSP integer variables are encoded (36 clauses, 371 bytes)
2.97/3.10	c 3	4 (20%) CSP integer variables are encoded (72 clauses, 695 bytes)
2.97/3.10	c 3	6 (30%) CSP integer variables are encoded (108 clauses, 1048 bytes)
2.97/3.10	c 3	8 (40%) CSP integer variables are encoded (144 clauses, 1444 bytes)
2.97/3.10	c 3	10 (50%) CSP integer variables are encoded (180 clauses, 1840 bytes)
2.97/3.11	c 3	12 (60%) CSP integer variables are encoded (216 clauses, 2236 bytes)
2.97/3.11	c 3	14 (70%) CSP integer variables are encoded (252 clauses, 2632 bytes)
2.97/3.11	c 3	16 (80%) CSP integer variables are encoded (288 clauses, 3028 bytes)
2.97/3.11	c 3	18 (90%) CSP integer variables are encoded (324 clauses, 3424 bytes)
2.97/3.11	c 3	20 (100%) CSP integer variables are encoded (360 clauses, 3820 bytes)
3.18/3.31	c 3	6 (10%) CSP clauses are encoded (11199 clauses, 257481 bytes)
3.27/3.45	c 3	12 (20%) CSP clauses are encoded (22049 clauses, 524430 bytes)
3.37/3.58	c 3	18 (30%) CSP clauses are encoded (32914 clauses, 791088 bytes)
3.57/3.71	c 3	24 (40%) CSP clauses are encoded (43601 clauses, 1048931 bytes)
3.80/5.49	c 5	30 (50%) CSP clauses are encoded (53857 clauses, 1302459 bytes)
3.97/5.61	c 5	36 (60%) CSP clauses are encoded (64558 clauses, 1576609 bytes)
4.08/5.73	c 5	42 (70%) CSP clauses are encoded (75403 clauses, 1863382 bytes)
4.18/5.86	c 6	48 (80%) CSP clauses are encoded (86269 clauses, 2154088 bytes)
4.27/5.98	c 6	54 (90%) CSP clauses are encoded (97110 clauses, 2444243 bytes)
4.37/6.08	c 6	59 (100%) CSP clauses are encoded (106108 clauses, 2684921 bytes)
4.37/6.08	c 6	59 CSP clauses encoded
4.37/6.09	c 6	Writing map file : HOME/temp.map
4.37/6.09	c 6	Heap : 16 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
4.37/6.09	c 6	SAT : 380 SAT variables, 106108 SAT clauses, 2684921 bytes
4.37/6.09	c 6	Heap : 16 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
4.47/6.13	c 6	SOLVING HOME/temp.cnf
4.47/6.13	c 6	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
4.47/6.13	c 6	This is MiniSat 2.0 beta
4.47/6.13	c 6	WARNING: for repeatability, setting FPU to use double precision
4.47/6.13	c 6	============================[ Problem Statistics ]=============================
4.47/6.13	c 6	|                                                                             |
4.47/6.13	c 6	|  Number of variables:  380                                                  |
4.47/6.13	c 6	|  Number of clauses:    106108                                               |
4.49/6.20	c 6	|  Parsing time:         0.06         s                                       |
4.49/6.21	c 6	============================[ Search Statistics ]==============================
4.49/6.21	c 6	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
4.49/6.21	c 6	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
4.49/6.21	c 6	===============================================================================
4.49/6.21	c 6	|         0 |     380   106108   582184 |    35369        0    nan |  0.000 % |
4.49/6.27	c 6	|       100 |     380   106108   582184 |    38906      100     10 |  0.001 % |
4.49/6.35	c 6	|       251 |     380   106108   582184 |    42796      251     10 |  0.013 % |
4.75/6.42	c 6	|       477 |     380   106108   582184 |    47076      477      9 |  0.013 % |
4.84/6.59	c 6	|       815 |     380   106108   582184 |    51784      815     11 |  0.013 % |
5.04/6.74	c 6	|      1322 |     380   106108   582184 |    56962     1322     11 |  0.013 % |
5.34/7.02	c 7	|      2081 |     380   106108   582184 |    62658     2081     11 |  0.010 % |
5.73/7.43	c 7	|      3220 |     380   106108   582184 |    68924     3220     11 |  0.013 % |
6.43/8.15	c 8	|      4928 |     380   106108   582184 |    75817     4928     11 |  0.014 % |
7.51/9.26	c 9	|      7490 |     380   106108   582184 |    83399     7490     11 |  0.014 % |
8.99/10.79	c 10	|     11334 |     380   106108   582184 |    91738    11334     12 |  0.015 % |
11.49/13.24	c 13	|     17100 |     380   106108   582184 |   100912    17100     12 |  0.015 % |
15.89/17.69	c 17	|     25750 |     380   106108   582184 |   111004    25750     13 |  0.015 % |
22.49/24.28	c 24	|     38724 |     379   105257   578274 |   122104     8923     13 |  0.265 % |
31.26/33.07	c 33	|     58185 |     379   105257   578274 |   134314    28384     13 |  0.269 % |
47.65/49.47	c 49	|     87378 |     379   105257   578274 |   147746    57577     14 |  0.267 % |
81.43/83.29	c 83	|    131167 |     379   105257   578274 |   162521   101366     15 |  0.271 % |
124.50/126.37	c 126	===============================================================================
124.50/126.37	c 126	restarts              : 17
124.50/126.37	c 126	conflicts             : 172665         (1438 /sec)
124.50/126.37	c 126	decisions             : 211946         (1.57 % random) (1766 /sec)
124.50/126.37	c 126	propagations          : 6979566        (58148 /sec)
124.50/126.37	c 126	conflict literals     : 2566530        (29.30 % deleted)
124.50/126.37	c 126	Memory used           : 21.44 MB
124.50/126.37	c 126	CPU time              : 120.032 s
124.50/126.37	c 126	
124.50/126.38	c 126	SATISFIABLE
124.50/126.38	c 126	DECODING HOME/temp.out WITH HOME/temp.map
124.50/126.38	c 126	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -decode 'HOME/temp.out' 'HOME/temp.map'
124.59/126.46	c 126	Decoding HOME/temp.out
124.59/126.48	s SATISFIABLE
124.59/126.48	v 5 6 12 1 1 19 11 5 17 0 2 4 0 19 5 0 17 8 0 14
124.59/126.50	c 126	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
124.68/126.54	c 126	CPU 124.71 (0.06 0.01 124.33 0.31)
124.68/126.54	c 126	END Sun Jul 12 05:12:23 2009

Verifier Data

OK

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2079552-1247368216/watcher-2079552-1247368216 -o /tmp/evaluation-result-2079552-1247368216/solver-2079552-1247368216 -C 1800 -W 2000 -M 900 HOME/sugar -c -vv -memlimit=900 -jar=HOME/sugar-v1-14-6.jar -solver=HOME/minisat -tmp=HOME/temp HOME/instance-2079552-1247368216.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): 2000 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
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.20 2.12 2.44 4/82 23661
/proc/meminfo: memFree=1655232/2055920 swapFree=4192812/4192956
[pid=23661] ppid=23659 vsize=12268 CPUtime=0
/proc/23661/stat : 23661 (sugar) R 23659 23661 20173 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 23888286 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 217871776357 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/23661/statm: 3067 316 241 3 0 167 0

[startup+0.0709661 s]
/proc/loadavg: 2.20 2.12 2.44 4/82 23661
/proc/meminfo: memFree=1655232/2055920 swapFree=4192812/4192956
[pid=23661] ppid=23659 vsize=16344 CPUtime=0.05
/proc/23661/stat : 23661 (sugar) R 23659 23661 20173 0 -1 4194304 1000 0 0 0 4 1 0 0 18 0 1 0 23888286 16736256 968 996147200 4194304 4206940 548682068608 18446744073709551615 217871454945 0 0 4224 0 0 0 0 17 1 0 0
/proc/23661/statm: 4086 968 380 3 0 665 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 16344

[startup+0.102967 s]
/proc/loadavg: 2.20 2.12 2.44 4/82 23661
/proc/meminfo: memFree=1655232/2055920 swapFree=4192812/4192956
[pid=23661] ppid=23659 vsize=16868 CPUtime=0.06
/proc/23661/stat : 23661 (sugar) S 23659 23661 20173 0 -1 4194304 1227 128 0 0 5 1 0 0 18 0 1 0 23888286 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23661/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.302989 s]
/proc/loadavg: 2.20 2.12 2.44 4/82 23661
/proc/meminfo: memFree=1655232/2055920 swapFree=4192812/4192956
[pid=23661] ppid=23659 vsize=16868 CPUtime=0.06
/proc/23661/stat : 23661 (sugar) S 23659 23661 20173 0 -1 4194304 1227 128 0 0 5 1 0 0 18 0 1 0 23888286 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23661/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.701039 s]
/proc/loadavg: 2.20 2.12 2.44 4/82 23661
/proc/meminfo: memFree=1655232/2055920 swapFree=4192812/4192956
[pid=23661] ppid=23659 vsize=16868 CPUtime=0.06
/proc/23661/stat : 23661 (sugar) S 23659 23661 20173 0 -1 4194304 1227 128 0 0 5 1 0 0 18 0 1 0 23888286 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23661/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+1.50112 s]
/proc/loadavg: 2.20 2.12 2.44 3/93 23683
/proc/meminfo: memFree=1646632/2055920 swapFree=4192812/4192956
[pid=23661] ppid=23659 vsize=16868 CPUtime=0.85
/proc/23661/stat : 23661 (sugar) S 23659 23661 20173 0 -1 4194304 1309 7039 0 1 5 1 74 5 16 0 1 0 23888286 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23661/statm: 4217 1111 409 3 0 796 0
[pid=23674] ppid=23661 vsize=5356 CPUtime=0
/proc/23674/stat : 23674 (sh) S 23661 23661 20173 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23888379 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23674/statm: 1339 233 193 169 0 50 0
[pid=23675] ppid=23674 vsize=862284 CPUtime=0.55
/proc/23675/stat : 23675 (java) S 23674 23661 20173 0 -1 0 6195 0 1 0 52 3 0 0 18 0 9 0 23888380 882978816 5480 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23675/statm: 215571 5480 2158 9 0 210484 0
[pid=23675/tid=23676] ppid=23674 vsize=862284 CPUtime=0.33
/proc/23675/task/23676/stat : 23676 (java) R 23674 23661 20173 0 -1 64 2020 0 1 0 32 1 0 0 22 0 9 0 23888381 882978816 5480 996147200 134512640 134550932 4294955936 18446744073709551615 4126095866 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23675/tid=23677] ppid=23674 vsize=862284 CPUtime=0.15
/proc/23675/task/23677/stat : 23677 (java) S 23674 23661 20173 0 -1 64 3166 0 0 0 15 0 0 0 16 0 9 0 23888382 882978816 5480 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23675/tid=23678] ppid=23674 vsize=862284 CPUtime=0
/proc/23675/task/23678/stat : 23678 (java) S 23674 23661 20173 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23888382 882978816 5480 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23675/tid=23679] ppid=23674 vsize=862284 CPUtime=0
/proc/23675/task/23679/stat : 23679 (java) S 23674 23661 20173 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 23888382 882978816 5480 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23675/tid=23680] ppid=23674 vsize=862284 CPUtime=0
/proc/23675/task/23680/stat : 23680 (java) S 23674 23661 20173 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 23888384 882978816 5480 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23675/tid=23681] ppid=23674 vsize=862284 CPUtime=0.03
/proc/23675/task/23681/stat : 23681 (java) S 23674 23661 20173 0 -1 64 306 0 0 0 3 0 0 0 17 0 9 0 23888384 882978816 5480 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23675/tid=23682] ppid=23674 vsize=862284 CPUtime=0
/proc/23675/task/23682/stat : 23682 (java) S 23674 23661 20173 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 23888384 882978816 5480 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23675/tid=23683] ppid=23674 vsize=862284 CPUtime=0
/proc/23675/task/23683/stat : 23683 (java) S 23674 23661 20173 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23888384 882978816 5480 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.4
Current children cumulated vsize (KiB) 884508

[startup+3.1023 s]
/proc/loadavg: 2.26 2.13 2.45 4/93 23683
/proc/meminfo: memFree=1622440/2055920 swapFree=4192812/4192956
[pid=23661] ppid=23659 vsize=16868 CPUtime=0.85
/proc/23661/stat : 23661 (sugar) S 23659 23661 20173 0 -1 4194304 1310 7039 0 1 5 1 74 5 15 0 1 0 23888286 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23661/statm: 4217 1111 409 3 0 796 0
[pid=23674] ppid=23661 vsize=5356 CPUtime=0
/proc/23674/stat : 23674 (sh) S 23661 23661 20173 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23888379 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23674/statm: 1339 233 193 169 0 50 0
[pid=23675] ppid=23674 vsize=864488 CPUtime=2.12
/proc/23675/stat : 23675 (java) S 23674 23661 20173 0 -1 0 14790 0 1 0 205 7 0 0 18 0 9 0 23888380 885235712 14019 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23675/statm: 216122 14019 2588 9 0 210599 0
[pid=23675/tid=23676] ppid=23674 vsize=864488 CPUtime=1.05
/proc/23675/task/23676/stat : 23676 (java) R 23674 23661 20173 0 -1 64 3216 0 1 0 103 2 0 0 18 0 9 0 23888381 885235712 14019 996147200 134512640 134550932 4294955936 18446744073709551615 4125950889 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23675/tid=23677] ppid=23674 vsize=864488 CPUtime=1.01
/proc/23675/task/23677/stat : 23677 (java) S 23674 23661 20173 0 -1 64 10560 0 0 0 97 4 0 0 18 0 9 0 23888382 885235712 14019 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23675/tid=23678] ppid=23674 vsize=864488 CPUtime=0
/proc/23675/task/23678/stat : 23678 (java) S 23674 23661 20173 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23888382 885235712 14019 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23675/tid=23679] ppid=23674 vsize=864488 CPUtime=0
/proc/23675/task/23679/stat : 23679 (java) S 23674 23661 20173 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 23888382 885235712 14019 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23675/tid=23680] ppid=23674 vsize=864488 CPUtime=0
/proc/23675/task/23680/stat : 23680 (java) S 23674 23661 20173 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 23888384 885235712 14019 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23675/tid=23681] ppid=23674 vsize=864488 CPUtime=0.04
/proc/23675/task/23681/stat : 23681 (java) S 23674 23661 20173 0 -1 64 311 0 0 0 4 0 0 0 16 0 9 0 23888384 885235712 14019 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23675/tid=23682] ppid=23674 vsize=864488 CPUtime=0
/proc/23675/task/23682/stat : 23682 (java) S 23674 23661 20173 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 23888384 885235712 14019 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23675/tid=23683] ppid=23674 vsize=864488 CPUtime=0
/proc/23675/task/23683/stat : 23683 (java) S 23674 23661 20173 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23888384 885235712 14019 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.97
Current children cumulated vsize (KiB) 886712

[startup+6.30167 s]
/proc/loadavg: 2.26 2.13 2.45 6/93 23683
/proc/meminfo: memFree=1602536/2055920 swapFree=4192812/4192956
[pid=23661] ppid=23659 vsize=16868 CPUtime=4.49
/proc/23661/stat : 23661 (sugar) S 23659 23661 20173 0 -1 4194304 1374 22252 0 2 5 1 421 22 16 0 1 0 23888286 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23661/statm: 4217 1112 409 3 0 796 0
Current children cumulated CPU time (s) 4.49
Current children cumulated vsize (KiB) 16868
heavy processes:

[startup+12.7014 s]
/proc/loadavg: 2.22 2.13 2.44 3/85 23685
/proc/meminfo: memFree=1638632/2055920 swapFree=4192812/4192956
[pid=23661] ppid=23659 vsize=16868 CPUtime=4.5
/proc/23661/stat : 23661 (sugar) S 23659 23661 20173 0 -1 4194304 1374 22252 0 2 6 1 421 22 16 0 1 0 23888286 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23661/statm: 4217 1112 409 3 0 796 0
[pid=23684] ppid=23661 vsize=5356 CPUtime=0
/proc/23684/stat : 23684 (sh) S 23661 23661 20173 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23888899 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23684/statm: 1339 232 193 169 0 50 0
[pid=23685] ppid=23684 vsize=9428 CPUtime=6.49
/proc/23685/stat : 23685 (minisat) R 23684 23661 20173 0 -1 4194304 2255 0 0 0 647 2 0 0 25 0 1 0 23888899 9654272 2241 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/23685/statm: 2357 2241 75 150 0 2204 0
Current children cumulated CPU time (s) 10.99
Current children cumulated vsize (KiB) 31652

[startup+25.5028 s]
/proc/loadavg: 2.19 2.12 2.44 3/85 23685
/proc/meminfo: memFree=1636968/2055920 swapFree=4192812/4192956
[pid=23661] ppid=23659 vsize=16868 CPUtime=4.5
/proc/23661/stat : 23661 (sugar) S 23659 23661 20173 0 -1 4194304 1374 22252 0 2 6 1 421 22 16 0 1 0 23888286 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23661/statm: 4217 1112 409 3 0 796 0
[pid=23684] ppid=23661 vsize=5356 CPUtime=0
/proc/23684/stat : 23684 (sh) S 23661 23661 20173 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23888899 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23684/statm: 1339 232 193 169 0 50 0
[pid=23685] ppid=23684 vsize=11052 CPUtime=19.28
/proc/23685/stat : 23685 (minisat) R 23684 23661 20173 0 -1 4194304 2649 0 0 0 1926 2 0 0 25 0 1 0 23888899 11317248 2635 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/23685/statm: 2763 2635 75 150 0 2610 0
Current children cumulated CPU time (s) 23.78
Current children cumulated vsize (KiB) 33276

[startup+51.1027 s]
/proc/loadavg: 2.12 2.11 2.43 3/85 23685
/proc/meminfo: memFree=1634536/2055920 swapFree=4192812/4192956
[pid=23661] ppid=23659 vsize=16868 CPUtime=4.5
/proc/23661/stat : 23661 (sugar) S 23659 23661 20173 0 -1 4194304 1374 22252 0 2 6 1 421 22 16 0 1 0 23888286 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23661/statm: 4217 1112 409 3 0 796 0
[pid=23684] ppid=23661 vsize=5356 CPUtime=0
/proc/23684/stat : 23684 (sh) S 23661 23661 20173 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23888899 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23684/statm: 1339 232 193 169 0 50 0
[pid=23685] ppid=23684 vsize=13560 CPUtime=44.85
/proc/23685/stat : 23685 (minisat) R 23684 23661 20173 0 -1 4194304 3285 0 0 0 4482 3 0 0 25 0 1 0 23888899 13885440 3271 996147200 134512640 135127466 4294956256 18446744073709551615 134530775 0 0 4096 3 0 0 0 17 0 0 0
/proc/23685/statm: 3390 3271 75 150 0 3237 0
Current children cumulated CPU time (s) 49.35
Current children cumulated vsize (KiB) 35784

[startup+102.308 s]
/proc/loadavg: 2.09 2.11 2.40 3/85 23685
/proc/meminfo: memFree=1628712/2055920 swapFree=4192812/4192956
[pid=23661] ppid=23659 vsize=16868 CPUtime=4.5
/proc/23661/stat : 23661 (sugar) S 23659 23661 20173 0 -1 4194304 1374 22252 0 2 6 1 421 22 16 0 1 0 23888286 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23661/statm: 4217 1112 409 3 0 796 0
[pid=23684] ppid=23661 vsize=5356 CPUtime=0
/proc/23684/stat : 23684 (sh) S 23661 23661 20173 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23888899 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23684/statm: 1339 232 193 169 0 50 0
[pid=23685] ppid=23684 vsize=19448 CPUtime=96.01
/proc/23685/stat : 23685 (minisat) R 23684 23661 20173 0 -1 4194304 4712 0 0 0 9597 4 0 0 25 0 1 0 23888899 19914752 4698 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/23685/statm: 4862 4698 75 150 0 4709 0
Current children cumulated CPU time (s) 100.51
Current children cumulated vsize (KiB) 41672

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

[startup+115.102 s]
/proc/loadavg: 2.16 2.12 2.40 3/85 23685
/proc/meminfo: memFree=1627688/2055920 swapFree=4192812/4192956
[pid=23661] ppid=23659 vsize=16868 CPUtime=4.5
/proc/23661/stat : 23661 (sugar) S 23659 23661 20173 0 -1 4194304 1374 22252 0 2 6 1 421 22 16 0 1 0 23888286 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23661/statm: 4217 1112 409 3 0 796 0
[pid=23684] ppid=23661 vsize=5356 CPUtime=0
/proc/23684/stat : 23684 (sh) S 23661 23661 20173 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23888899 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23684/statm: 1339 232 193 169 0 50 0
[pid=23685] ppid=23684 vsize=20504 CPUtime=108.81
/proc/23685/stat : 23685 (minisat) R 23684 23661 20173 0 -1 4194304 4996 0 0 0 10876 5 0 0 25 0 1 0 23888899 20996096 4982 996147200 134512640 135127466 4294956256 18446744073709551615 134527709 0 0 4096 3 0 0 0 17 0 0 0
/proc/23685/statm: 5126 4982 75 150 0 4973 0
Current children cumulated CPU time (s) 113.31
Current children cumulated vsize (KiB) 42728

[startup+121.502 s]
/proc/loadavg: 2.14 2.12 2.40 3/85 23685
/proc/meminfo: memFree=1626984/2055920 swapFree=4192812/4192956
[pid=23661] ppid=23659 vsize=16868 CPUtime=4.5
/proc/23661/stat : 23661 (sugar) S 23659 23661 20173 0 -1 4194304 1374 22252 0 2 6 1 421 22 16 0 1 0 23888286 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23661/statm: 4217 1112 409 3 0 796 0
[pid=23684] ppid=23661 vsize=5356 CPUtime=0
/proc/23684/stat : 23684 (sh) S 23661 23661 20173 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23888899 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23684/statm: 1339 232 193 169 0 50 0
[pid=23685] ppid=23684 vsize=21396 CPUtime=115.2
/proc/23685/stat : 23685 (minisat) R 23684 23661 20173 0 -1 4194304 5155 0 0 0 11515 5 0 0 25 0 1 0 23888899 21909504 5141 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/23685/statm: 5349 5141 75 150 0 5196 0
Current children cumulated CPU time (s) 119.7
Current children cumulated vsize (KiB) 43620

[startup+124.701 s]
/proc/loadavg: 2.13 2.12 2.40 3/85 23685
/proc/meminfo: memFree=1626728/2055920 swapFree=4192812/4192956
[pid=23661] ppid=23659 vsize=16868 CPUtime=4.5
/proc/23661/stat : 23661 (sugar) S 23659 23661 20173 0 -1 4194304 1374 22252 0 2 6 1 421 22 16 0 1 0 23888286 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23661/statm: 4217 1112 409 3 0 796 0
[pid=23684] ppid=23661 vsize=5356 CPUtime=0
/proc/23684/stat : 23684 (sh) S 23661 23661 20173 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23888899 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23684/statm: 1339 232 193 169 0 50 0
[pid=23685] ppid=23684 vsize=21804 CPUtime=118.4
/proc/23685/stat : 23685 (minisat) R 23684 23661 20173 0 -1 4194304 5231 0 0 0 11835 5 0 0 25 0 1 0 23888899 22327296 5217 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/23685/statm: 5451 5217 75 150 0 5298 0
Current children cumulated CPU time (s) 122.9
Current children cumulated vsize (KiB) 44028

[startup+125.501 s]
/proc/loadavg: 2.13 2.12 2.40 3/85 23685
/proc/meminfo: memFree=1626600/2055920 swapFree=4192812/4192956
[pid=23661] ppid=23659 vsize=16868 CPUtime=4.5
/proc/23661/stat : 23661 (sugar) S 23659 23661 20173 0 -1 4194304 1374 22252 0 2 6 1 421 22 16 0 1 0 23888286 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23661/statm: 4217 1112 409 3 0 796 0
[pid=23684] ppid=23661 vsize=5356 CPUtime=0
/proc/23684/stat : 23684 (sh) S 23661 23661 20173 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23888899 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23684/statm: 1339 232 193 169 0 50 0
[pid=23685] ppid=23684 vsize=21804 CPUtime=119.2
/proc/23685/stat : 23685 (minisat) R 23684 23661 20173 0 -1 4194304 5246 0 0 0 11915 5 0 0 25 0 1 0 23888899 22327296 5232 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/23685/statm: 5451 5232 75 150 0 5298 0
Current children cumulated CPU time (s) 123.7
Current children cumulated vsize (KiB) 44028

[startup+126.302 s]
/proc/loadavg: 2.13 2.12 2.40 3/85 23685
/proc/meminfo: memFree=1626600/2055920 swapFree=4192812/4192956
[pid=23661] ppid=23659 vsize=16868 CPUtime=4.5
/proc/23661/stat : 23661 (sugar) S 23659 23661 20173 0 -1 4194304 1374 22252 0 2 6 1 421 22 16 0 1 0 23888286 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23661/statm: 4217 1112 409 3 0 796 0
[pid=23684] ppid=23661 vsize=5356 CPUtime=0
/proc/23684/stat : 23684 (sh) S 23661 23661 20173 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23888899 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23684/statm: 1339 232 193 169 0 50 0
[pid=23685] ppid=23684 vsize=21952 CPUtime=120
/proc/23685/stat : 23685 (minisat) R 23684 23661 20173 0 -1 4194304 5275 0 0 0 11995 5 0 0 25 0 1 0 23888899 22478848 5261 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/23685/statm: 5488 5261 75 150 0 5335 0
Current children cumulated CPU time (s) 124.5
Current children cumulated vsize (KiB) 44176

[startup+126.507 s]
/proc/loadavg: 2.13 2.12 2.40 3/86 23688
/proc/meminfo: memFree=1646176/2055920 swapFree=4192812/4192956
[pid=23661] ppid=23659 vsize=16868 CPUtime=124.59
/proc/23661/stat : 23661 (sugar) S 23659 23661 20173 0 -1 4194304 1447 27832 0 2 6 1 12424 28 16 0 1 0 23888286 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23661/statm: 4217 1112 409 3 0 796 0
[pid=23686] ppid=23661 vsize=5356 CPUtime=0
/proc/23686/stat : 23686 (sh) S 23661 23661 20173 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23900924 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23686/statm: 1339 233 193 169 0 50 0
[pid=23687] ppid=23686 vsize=864156 CPUtime=0.09
/proc/23687/stat : 23687 (java) S 23686 23661 20173 0 -1 0 3441 0 1 0 8 1 0 0 19 0 9 0 23900925 884895744 2907 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23687/statm: 216039 2907 1700 9 0 210544 0
[pid=23687/tid=23688] ppid=23686 vsize=864156 CPUtime=0.07
/proc/23687/task/23688/stat : 23688 (java) S 23686 23661 20173 0 -1 64 2464 0 1 0 6 1 0 0 25 0 9 0 23900926 884895744 2907 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 124.68
Current children cumulated vsize (KiB) 886380

Child status: 0
Real time (s): 126.55
CPU time (s): 124.733
CPU user time (s): 124.395
CPU system time (s): 0.337948
CPU usage (%): 98.5645
Max. virtual memory (cumulated for all children) (KiB): 886712

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 124.395
system time used= 0.337948
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 33099
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= 2823
involuntary context switches= 3229

runsolver used 0.158975 second user time and 0.444932 second system time

The end

Launcher Data

Begin job on node28 at 2009-07-12 05:10:17
IDJOB=2079552
IDBENCH=56914
IDSOLVER=739
FILE ID=node28/2079552-1247368216
PBS_JOBID= 9507099
Free space on /tmp= 66116 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/rand-3-20-20/normalized-rand-3-20-20-60-632-14_ext.xml
COMMAND LINE= DIR/sugar -c -vv -memlimit=MEMLIMIT -jar="DIR/sugar-v1-14-6.jar" -solver="DIR/minisat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2079552-1247368216/watcher-2079552-1247368216 -o /tmp/evaluation-result-2079552-1247368216/solver-2079552-1247368216 -C 1800 -W 2000 -M 900  HOME/sugar -c -vv -memlimit=900 -jar="HOME/sugar-v1-14-6.jar" -solver="HOME/minisat" -tmp="HOME/temp" HOME/instance-2079552-1247368216.xml

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

MD5SUM BENCH= c6a48a01b72902cb5a149fdc5c72dd4d
RANDOM SEED=1835010313

node28.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.230
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.230
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	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1655712 kB
Buffers:          6712 kB
Cached:          82232 kB
SwapCached:          0 kB
Active:         330560 kB
Inactive:        16256 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1655712 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2652 kB
Writeback:           0 kB
Mapped:         278324 kB
Slab:            38004 kB
Committed_AS:   532188 kB
PageTables:       2356 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66116 MiB
End job on node28 at 2009-07-12 05:12:23