Trace number 1732814

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
IUT_BMB_SAT 1.0UNSAT 1119.26 1119.78

General information on the benchmark

NameCRAFTED/ramseycube/
Q32inK11.cnf
MD5SUM594c254e77c66d387919761f50e63b6d
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark88.5185
Satisfiable
(Un)Satisfiability was proved
Number of variables55
Number of clauses139590
Sum of the clauses size1667160
Maximum clause length12
Minimum clause length4
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 4990
Number of clauses of size 50
Number of clauses of size over 5138600

Solver Data

0.00/0.00	c IUT_BMB_SAT version 1.0
1.59/1.69	c WARNING: for repeatability, setting FPU to use double precision
1.59/1.69	c ============================[ Problem Statistics ]=============================
1.59/1.69	c |                                                                             |
1.59/1.69	c |  Number of variables:  55                                                   |
1.59/1.69	c |  Number of clauses:    139590                                               |
1.68/1.95	c |  Parsing time:         0.24         s                                       |
564.72/565.07	c ============================[ Search Statistics ]==============================
564.72/565.07	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
564.72/565.07	c |           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
564.72/565.07	c ===============================================================================
564.72/565.07	c |         0 |      55   139590  1667160 |    46530        0    nan |  0.000 % |
564.72/565.08	c |       100 |      55   139590  1667160 |    51183      100     20 |  0.034 % |
564.72/565.09	c |       250 |      55   139590  1667160 |    56301      250     19 |  0.034 % |
564.82/565.11	c |       475 |      55   139590  1667160 |    61931      475     18 |  0.034 % |
564.82/565.15	c |       815 |      55   139590  1667160 |    68124      815     18 |  0.034 % |
564.82/565.20	c |      1323 |      55   139590  1667160 |    74937     1323     17 |  0.034 % |
564.92/565.28	c |      2082 |      55   139590  1667160 |    82430     2082     17 |  0.034 % |
565.13/565.41	c |      3223 |      55   139590  1667160 |    90673     3223     17 |  0.034 % |
565.32/565.63	c |      4931 |      55   139590  1667160 |    99741     4931     17 |  0.034 % |
565.72/566.05	c |      7493 |      55   139590  1667160 |   109715     7493     17 |  0.034 % |
566.42/566.75	c |     11337 |      55   139590  1667160 |   120686    11337     16 |  0.034 % |
567.62/567.94	c |     17104 |      55   139590  1667160 |   132755    17104     16 |  0.034 % |
570.81/571.17	c |     25754 |      55   139590  1667160 |   146031    25754     16 |  0.034 % |
577.82/578.19	c |     38728 |      55   139590  1667160 |   160634    38728     16 |  0.034 % |
592.70/593.03	c |     58190 |      55   139590  1667160 |   176697    58190     16 |  0.034 % |
622.89/623.26	c |     87384 |      55   139590  1667160 |   194367    87384     15 |  0.034 % |
704.55/704.96	c |    131174 |      55   139590  1667160 |   213804   131174     15 |  0.034 % |
886.96/887.46	c |    196859 |      55   139590  1667160 |   235184   196859     15 |  0.034 % |
1086.38/1086.99	c |    295385 |      54   109350  1304280 |   258702    13657     15 |  1.852 % |
1119.16/1119.75	c ===============================================================================
1119.16/1119.75	c restarts              : 19
1119.16/1119.75	c conflicts             : 355003         (318 /sec)
1119.16/1119.75	c decisions             : 376321         (1.86 % random) (337 /sec)
1119.16/1119.75	c propagations          : 2493093        (2231 /sec)
1119.16/1119.75	c conflict literals     : 5045953        (23.53 % deleted)
1119.16/1119.75	c Memory used           : 38.96 MB
1119.16/1119.75	c CPU time              : 1117.44 s
1119.16/1119.75	
1119.16/1119.75	s UNSATISFIABLE

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1732814-1240783472/watcher-1732814-1240783472 -o /tmp/evaluation-result-1732814-1240783472/solver-1732814-1240783472 -C 1200 -W 1800 -M 1800 --output-limit 1,15 IUT_BMB_SAT HOME/instance-1732814-1240783472.cnf HOME 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1200 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1230 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1800 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
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: 0.99 0.98 0.99 3/64 25090
/proc/meminfo: memFree=1617888/2055920 swapFree=4192812/4192956
[pid=25090] ppid=25088 vsize=2920 CPUtime=0
/proc/25090/stat : 25090 (IUT_BMB_SAT) R 25088 25090 24889 0 -1 4194304 190 0 0 0 0 0 0 0 18 0 1 0 106381204 2990080 173 1992294400 134512640 135635285 4294956224 18446744073709551615 134533635 0 0 4096 0 0 0 0 17 0 0 0
/proc/25090/statm: 730 174 90 274 0 453 0

[startup+0.0764041 s]
/proc/loadavg: 0.99 0.98 0.99 3/64 25090
/proc/meminfo: memFree=1617888/2055920 swapFree=4192812/4192956
[pid=25090] ppid=25088 vsize=4960 CPUtime=0.07
/proc/25090/stat : 25090 (IUT_BMB_SAT) R 25088 25090 24889 0 -1 4194304 1012 0 0 0 7 0 0 0 18 0 1 0 106381204 5079040 995 1992294400 134512640 135635285 4294956224 18446744073709551615 134694467 0 0 4096 0 0 0 0 17 0 0 0
/proc/25090/statm: 1240 995 93 274 0 963 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 4960

[startup+0.101407 s]
/proc/loadavg: 0.99 0.98 0.99 3/64 25090
/proc/meminfo: memFree=1617888/2055920 swapFree=4192812/4192956
[pid=25090] ppid=25088 vsize=5360 CPUtime=0.09
/proc/25090/stat : 25090 (IUT_BMB_SAT) R 25088 25090 24889 0 -1 4194304 1149 0 0 0 9 0 0 0 18 0 1 0 106381204 5488640 1132 1992294400 134512640 135635285 4294956224 18446744073709551615 135132382 0 0 4096 0 0 0 0 17 0 0 0
/proc/25090/statm: 1340 1133 93 274 0 1063 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 5360

[startup+0.301429 s]
/proc/loadavg: 0.99 0.98 0.99 3/64 25090
/proc/meminfo: memFree=1617888/2055920 swapFree=4192812/4192956
[pid=25090] ppid=25088 vsize=11204 CPUtime=0.29
/proc/25090/stat : 25090 (IUT_BMB_SAT) R 25088 25090 24889 0 -1 4194304 2405 0 0 0 29 0 0 0 19 0 1 0 106381204 11472896 2389 1992294400 134512640 135635285 4294956224 18446744073709551615 135088801 0 0 4096 0 0 0 0 17 0 0 0
/proc/25090/statm: 2801 2393 93 274 0 2524 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 11204

[startup+0.701473 s]
/proc/loadavg: 0.99 0.98 0.99 3/64 25090
/proc/meminfo: memFree=1617888/2055920 swapFree=4192812/4192956
[pid=25090] ppid=25088 vsize=20108 CPUtime=0.69
/proc/25090/stat : 25090 (IUT_BMB_SAT) R 25088 25090 24889 0 -1 4194304 4676 0 0 0 67 2 0 0 23 0 1 0 106381204 20590592 4659 1992294400 134512640 135635285 4294956224 18446744073709551615 135072790 0 0 4096 0 0 0 0 17 0 0 0
/proc/25090/statm: 5027 4659 93 274 0 4750 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 20108

[startup+1.50156 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 25091
/proc/meminfo: memFree=1597656/2055920 swapFree=4192812/4192956
[pid=25090] ppid=25088 vsize=20504 CPUtime=1.49
/proc/25090/stat : 25090 (IUT_BMB_SAT) R 25088 25090 24889 0 -1 4194304 4801 0 0 0 105 44 0 0 25 0 1 0 106381204 20996096 4784 1992294400 134512640 135635285 4294956224 18446744073709551615 135132478 0 0 4096 0 0 0 0 17 0 0 0
/proc/25090/statm: 5126 4784 98 274 0 4849 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 20504

[startup+3.10274 s]
/proc/loadavg: 0.99 0.98 0.99 2/67 25093
/proc/meminfo: memFree=1573000/2055920 swapFree=4192812/4192956
[pid=25090] ppid=25088 vsize=20504 CPUtime=1.68
/proc/25090/stat : 25090 (IUT_BMB_SAT) S 25088 25090 24889 0 -1 4194304 4808 0 0 0 114 54 0 0 25 0 1 0 106381204 20996096 4790 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/25090/statm: 5126 4790 104 274 0 4849 0
[pid=25092] ppid=25090 vsize=5356 CPUtime=0
/proc/25092/stat : 25092 (sh) S 25090 25090 24889 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 106381374 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25092/statm: 1339 232 193 169 0 50 0
[pid=25093] ppid=25092 vsize=23948 CPUtime=1.4
/proc/25093/stat : 25093 (minisat) R 25092 25090 24889 0 -1 4194304 5253 0 0 0 137 3 0 0 25 0 1 0 106381374 24522752 5234 1992294400 134512640 135243223 4294956320 18446744073709551615 134535462 0 0 4096 3 0 0 0 17 0 0 0
/proc/25093/statm: 5987 5234 77 178 0 5807 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 49808

[startup+6.3011 s]
/proc/loadavg: 0.99 0.98 0.99 2/67 25093
/proc/meminfo: memFree=1572616/2055920 swapFree=4192812/4192956
[pid=25090] ppid=25088 vsize=20504 CPUtime=1.68
/proc/25090/stat : 25090 (IUT_BMB_SAT) S 25088 25090 24889 0 -1 4194304 4808 0 0 0 114 54 0 0 25 0 1 0 106381204 20996096 4790 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/25090/statm: 5126 4790 104 274 0 4849 0
[pid=25092] ppid=25090 vsize=5356 CPUtime=0
/proc/25092/stat : 25092 (sh) S 25090 25090 24889 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 106381374 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25092/statm: 1339 232 193 169 0 50 0
[pid=25093] ppid=25092 vsize=23948 CPUtime=4.6
/proc/25093/stat : 25093 (minisat) R 25092 25090 24889 0 -1 4194304 5253 0 0 0 457 3 0 0 25 0 1 0 106381374 24522752 5234 1992294400 134512640 135243223 4294956320 18446744073709551615 134535299 0 0 4096 3 0 0 0 17 0 0 0
/proc/25093/statm: 5987 5234 77 178 0 5807 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 49808

[startup+12.7028 s]
/proc/loadavg: 0.99 0.98 0.99 2/67 25093
/proc/meminfo: memFree=1572744/2055920 swapFree=4192812/4192956
[pid=25090] ppid=25088 vsize=20504 CPUtime=1.68
/proc/25090/stat : 25090 (IUT_BMB_SAT) S 25088 25090 24889 0 -1 4194304 4808 0 0 0 114 54 0 0 25 0 1 0 106381204 20996096 4790 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/25090/statm: 5126 4790 104 274 0 4849 0
[pid=25092] ppid=25090 vsize=5356 CPUtime=0
/proc/25092/stat : 25092 (sh) S 25090 25090 24889 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 106381374 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25092/statm: 1339 232 193 169 0 50 0
[pid=25093] ppid=25092 vsize=23948 CPUtime=11
/proc/25093/stat : 25093 (minisat) R 25092 25090 24889 0 -1 4194304 5253 0 0 0 1097 3 0 0 25 0 1 0 106381374 24522752 5234 1992294400 134512640 135243223 4294956320 18446744073709551615 134535299 0 0 4096 3 0 0 0 17 0 0 0
/proc/25093/statm: 5987 5234 77 178 0 5807 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 49808

[startup+25.5012 s]
/proc/loadavg: 0.99 0.98 0.99 2/67 25093
/proc/meminfo: memFree=1572936/2055920 swapFree=4192812/4192956
[pid=25090] ppid=25088 vsize=20504 CPUtime=1.68
/proc/25090/stat : 25090 (IUT_BMB_SAT) S 25088 25090 24889 0 -1 4194304 4808 0 0 0 114 54 0 0 25 0 1 0 106381204 20996096 4790 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/25090/statm: 5126 4790 104 274 0 4849 0
[pid=25092] ppid=25090 vsize=5356 CPUtime=0
/proc/25092/stat : 25092 (sh) S 25090 25090 24889 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 106381374 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25092/statm: 1339 232 193 169 0 50 0
[pid=25093] ppid=25092 vsize=23948 CPUtime=23.79
/proc/25093/stat : 25093 (minisat) R 25092 25090 24889 0 -1 4194304 5253 0 0 0 2376 3 0 0 25 0 1 0 106381374 24522752 5234 1992294400 134512640 135243223 4294956320 18446744073709551615 134535299 0 0 4096 3 0 0 0 17 0 0 0
/proc/25093/statm: 5987 5234 77 178 0 5807 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 49808

[startup+51.1011 s]
/proc/loadavg: 0.99 0.98 0.99 2/67 25093
/proc/meminfo: memFree=1572808/2055920 swapFree=4192812/4192956
[pid=25090] ppid=25088 vsize=20504 CPUtime=1.68
/proc/25090/stat : 25090 (IUT_BMB_SAT) S 25088 25090 24889 0 -1 4194304 4808 0 0 0 114 54 0 0 25 0 1 0 106381204 20996096 4790 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/25090/statm: 5126 4790 104 274 0 4849 0
[pid=25092] ppid=25090 vsize=5356 CPUtime=0
/proc/25092/stat : 25092 (sh) S 25090 25090 24889 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 106381374 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25092/statm: 1339 232 193 169 0 50 0
[pid=25093] ppid=25092 vsize=23948 CPUtime=49.38
/proc/25093/stat : 25093 (minisat) R 25092 25090 24889 0 -1 4194304 5253 0 0 0 4935 3 0 0 25 0 1 0 106381374 24522752 5234 1992294400 134512640 135243223 4294956320 18446744073709551615 134535299 0 0 4096 3 0 0 0 17 0 0 0
/proc/25093/statm: 5987 5234 77 178 0 5807 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 49808

[startup+102.306 s]
/proc/loadavg: 0.99 0.98 0.99 2/67 25093
/proc/meminfo: memFree=1572808/2055920 swapFree=4192812/4192956
[pid=25090] ppid=25088 vsize=20504 CPUtime=1.68
/proc/25090/stat : 25090 (IUT_BMB_SAT) S 25088 25090 24889 0 -1 4194304 4808 0 0 0 114 54 0 0 25 0 1 0 106381204 20996096 4790 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/25090/statm: 5126 4790 104 274 0 4849 0
[pid=25092] ppid=25090 vsize=5356 CPUtime=0
/proc/25092/stat : 25092 (sh) S 25090 25090 24889 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 106381374 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25092/statm: 1339 232 193 169 0 50 0
[pid=25093] ppid=25092 vsize=23948 CPUtime=100.55
/proc/25093/stat : 25093 (minisat) R 25092 25090 24889 0 -1 4194304 5253 0 0 0 10052 3 0 0 25 0 1 0 106381374 24522752 5234 1992294400 134512640 135243223 4294956320 18446744073709551615 134535299 0 0 4096 3 0 0 0 17 0 0 0
/proc/25093/statm: 5987 5234 77 178 0 5807 0
Current children cumulated CPU time (s) 102.23
Current children cumulated vsize (KiB) 49808

[startup+162.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/67 25093
/proc/meminfo: memFree=1572808/2055920 swapFree=4192812/4192956
[pid=25090] ppid=25088 vsize=20504 CPUtime=1.68
/proc/25090/stat : 25090 (IUT_BMB_SAT) S 25088 25090 24889 0 -1 4194304 4808 0 0 0 114 54 0 0 25 0 1 0 106381204 20996096 4790 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/25090/statm: 5126 4790 104 274 0 4849 0
[pid=25092] ppid=25090 vsize=5356 CPUtime=0
/proc/25092/stat : 25092 (sh) S 25090 25090 24889 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 106381374 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25092/statm: 1339 232 193 169 0 50 0
[pid=25093] ppid=25092 vsize=23948 CPUtime=160.52
/proc/25093/stat : 25093 (minisat) R 25092 25090 24889 0 -1 4194304 5253 0 0 0 16049 3 0 0 25 0 1 0 106381374 24522752 5234 1992294400 134512640 135243223 4294956320 18446744073709551615 134535288 0 0 4096 3 0 0 0 17 0 0 0
/proc/25093/statm: 5987 5234 77 178 0 5807 0
Current children cumulated CPU time (s) 162.2
Current children cumulated vsize (KiB) 49808

[startup+222.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/67 25093
/proc/meminfo: memFree=1572744/2055920 swapFree=4192812/4192956
[pid=25090] ppid=25088 vsize=20504 CPUtime=1.68
/proc/25090/stat : 25090 (IUT_BMB_SAT) S 25088 25090 24889 0 -1 4194304 4808 0 0 0 114 54 0 0 25 0 1 0 106381204 20996096 4790 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/25090/statm: 5126 4790 104 274 0 4849 0
[pid=25092] ppid=25090 vsize=5356 CPUtime=0
/proc/25092/stat : 25092 (sh) S 25090 25090 24889 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 106381374 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25092/statm: 1339 232 193 169 0 50 0
[pid=25093] ppid=25092 vsize=23948 CPUtime=220.49
/proc/25093/stat : 25093 (minisat) R 25092 25090 24889 0 -1 4194304 5253 0 0 0 22046 3 0 0 25 0 1 0 106381374 24522752 5234 1992294400 134512640 135243223 4294956320 18446744073709551615 134535299 0 0 4096 3 0 0 0 17 0 0 0
/proc/25093/statm: 5987 5234 77 178 0 5807 0
Current children cumulated CPU time (s) 222.17
Current children cumulated vsize (KiB) 49808

[startup+282.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/67 25093
/proc/meminfo: memFree=1572744/2055920 swapFree=4192812/4192956
[pid=25090] ppid=25088 vsize=20504 CPUtime=1.68
/proc/25090/stat : 25090 (IUT_BMB_SAT) S 25088 25090 24889 0 -1 4194304 4808 0 0 0 114 54 0 0 25 0 1 0 106381204 20996096 4790 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/25090/statm: 5126 4790 104 274 0 4849 0
[pid=25092] ppid=25090 vsize=5356 CPUtime=0
/proc/25092/stat : 25092 (sh) S 25090 25090 24889 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 106381374 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25092/statm: 1339 232 193 169 0 50 0
[pid=25093] ppid=25092 vsize=23948 CPUtime=280.47
/proc/25093/stat : 25093 (minisat) R 25092 25090 24889 0 -1 4194304 5253 0 0 0 28044 3 0 0 25 0 1 0 106381374 24522752 5234 1992294400 134512640 135243223 4294956320 18446744073709551615 134535400 0 0 4096 3 0 0 0 17 0 0 0
/proc/25093/statm: 5987 5234 77 178 0 5807 0
Current children cumulated CPU time (s) 282.15
Current children cumulated vsize (KiB) 49808


################
# More data... #
################

/proc/25093/statm: 8703 8231 83 178 0 8523 0
Current children cumulated CPU time (s) 881.87
Current children cumulated vsize (KiB) 60672

[startup+942.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/67 25093
/proc/meminfo: memFree=1559304/2055920 swapFree=4192812/4192956
[pid=25090] ppid=25088 vsize=20504 CPUtime=1.68
/proc/25090/stat : 25090 (IUT_BMB_SAT) S 25088 25090 24889 0 -1 4194304 4808 0 0 0 114 54 0 0 25 0 1 0 106381204 20996096 4790 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/25090/statm: 5126 4790 104 274 0 4849 0
[pid=25092] ppid=25090 vsize=5356 CPUtime=0
/proc/25092/stat : 25092 (sh) S 25090 25090 24889 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 106381374 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25092/statm: 1339 232 193 169 0 50 0
[pid=25093] ppid=25092 vsize=36752 CPUtime=940.16
/proc/25093/stat : 25093 (minisat) R 25092 25090 24889 0 -1 4194304 10207 0 0 0 94008 8 0 0 25 0 1 0 106381374 37634048 8625 1992294400 134512640 135243223 4294956320 18446744073709551615 134555744 0 0 4096 3 0 0 0 17 0 0 0
/proc/25093/statm: 9188 8625 83 178 0 9008 0
Current children cumulated CPU time (s) 941.84
Current children cumulated vsize (KiB) 62612

[startup+1002.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/67 25093
/proc/meminfo: memFree=1558024/2055920 swapFree=4192812/4192956
[pid=25090] ppid=25088 vsize=20504 CPUtime=1.68
/proc/25090/stat : 25090 (IUT_BMB_SAT) S 25088 25090 24889 0 -1 4194304 4808 0 0 0 114 54 0 0 25 0 1 0 106381204 20996096 4790 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/25090/statm: 5126 4790 104 274 0 4849 0
[pid=25092] ppid=25090 vsize=5356 CPUtime=0
/proc/25092/stat : 25092 (sh) S 25090 25090 24889 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 106381374 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25092/statm: 1339 232 193 169 0 50 0
[pid=25093] ppid=25092 vsize=37952 CPUtime=1000.13
/proc/25093/stat : 25093 (minisat) R 25092 25090 24889 0 -1 4194304 10526 0 0 0 100005 8 0 0 25 0 1 0 106381374 38862848 8944 1992294400 134512640 135243223 4294956320 18446744073709551615 134555744 0 0 4096 3 0 0 0 17 0 0 0
/proc/25093/statm: 9488 8944 83 178 0 9308 0
Current children cumulated CPU time (s) 1001.81
Current children cumulated vsize (KiB) 63812

[startup+1062.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/67 25093
/proc/meminfo: memFree=1556872/2055920 swapFree=4192812/4192956
[pid=25090] ppid=25088 vsize=20504 CPUtime=1.68
/proc/25090/stat : 25090 (IUT_BMB_SAT) S 25088 25090 24889 0 -1 4194304 4808 0 0 0 114 54 0 0 25 0 1 0 106381204 20996096 4790 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/25090/statm: 5126 4790 104 274 0 4849 0
[pid=25092] ppid=25090 vsize=5356 CPUtime=0
/proc/25092/stat : 25092 (sh) S 25090 25090 24889 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 106381374 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25092/statm: 1339 232 193 169 0 50 0
[pid=25093] ppid=25092 vsize=39340 CPUtime=1060.11
/proc/25093/stat : 25093 (minisat) R 25092 25090 24889 0 -1 4194304 10818 0 0 0 106002 9 0 0 25 0 1 0 106381374 40284160 9236 1992294400 134512640 135243223 4294956320 18446744073709551615 134555744 0 0 4096 3 0 0 0 17 0 0 0
/proc/25093/statm: 9835 9236 83 178 0 9655 0
Current children cumulated CPU time (s) 1061.79
Current children cumulated vsize (KiB) 65200

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

[startup+1075.1 s]
/proc/loadavg: 0.99 0.98 0.99 2/67 25093
/proc/meminfo: memFree=1556680/2055920 swapFree=4192812/4192956
[pid=25090] ppid=25088 vsize=20504 CPUtime=1.68
/proc/25090/stat : 25090 (IUT_BMB_SAT) S 25088 25090 24889 0 -1 4194304 4808 0 0 0 114 54 0 0 25 0 1 0 106381204 20996096 4790 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/25090/statm: 5126 4790 104 274 0 4849 0
[pid=25092] ppid=25090 vsize=5356 CPUtime=0
/proc/25092/stat : 25092 (sh) S 25090 25090 24889 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 106381374 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25092/statm: 1339 232 193 169 0 50 0
[pid=25093] ppid=25092 vsize=39604 CPUtime=1072.9
/proc/25093/stat : 25093 (minisat) R 25092 25090 24889 0 -1 4194304 10879 0 0 0 107281 9 0 0 25 0 1 0 106381374 40554496 9297 1992294400 134512640 135243223 4294956320 18446744073709551615 134555744 0 0 4096 3 0 0 0 17 0 0 0
/proc/25093/statm: 9901 9297 83 178 0 9721 0
Current children cumulated CPU time (s) 1074.58
Current children cumulated vsize (KiB) 65464

[startup+1100.7 s]
/proc/loadavg: 0.99 0.98 0.99 2/67 25093
/proc/meminfo: memFree=1556680/2055920 swapFree=4192812/4192956
[pid=25090] ppid=25088 vsize=20504 CPUtime=1.68
/proc/25090/stat : 25090 (IUT_BMB_SAT) S 25088 25090 24889 0 -1 4194304 4808 0 0 0 114 54 0 0 25 0 1 0 106381204 20996096 4790 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/25090/statm: 5126 4790 104 274 0 4849 0
[pid=25092] ppid=25090 vsize=5356 CPUtime=0
/proc/25092/stat : 25092 (sh) S 25090 25090 24889 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 106381374 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25092/statm: 1339 232 193 169 0 50 0
[pid=25093] ppid=25092 vsize=39604 CPUtime=1098.5
/proc/25093/stat : 25093 (minisat) R 25092 25090 24889 0 -1 4194304 10882 0 0 0 109841 9 0 0 25 0 1 0 106381374 40554496 9300 1992294400 134512640 135243223 4294956320 18446744073709551615 134555744 0 0 4096 3 0 0 0 17 0 0 0
/proc/25093/statm: 9901 9300 83 178 0 9721 0
Current children cumulated CPU time (s) 1100.18
Current children cumulated vsize (KiB) 65464

[startup+1113.5 s]
/proc/loadavg: 0.99 0.98 0.99 2/67 25093
/proc/meminfo: memFree=1556424/2055920 swapFree=4192812/4192956
[pid=25090] ppid=25088 vsize=20504 CPUtime=1.68
/proc/25090/stat : 25090 (IUT_BMB_SAT) S 25088 25090 24889 0 -1 4194304 4808 0 0 0 114 54 0 0 25 0 1 0 106381204 20996096 4790 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/25090/statm: 5126 4790 104 274 0 4849 0
[pid=25092] ppid=25090 vsize=5356 CPUtime=0
/proc/25092/stat : 25092 (sh) S 25090 25090 24889 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 106381374 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25092/statm: 1339 232 193 169 0 50 0
[pid=25093] ppid=25092 vsize=39888 CPUtime=1111.28
/proc/25093/stat : 25093 (minisat) R 25092 25090 24889 0 -1 4194304 10930 0 0 0 111119 9 0 0 25 0 1 0 106381374 40845312 9348 1992294400 134512640 135243223 4294956320 18446744073709551615 134555744 0 0 4096 3 0 0 0 17 0 0 0
/proc/25093/statm: 9972 9348 83 178 0 9792 0
Current children cumulated CPU time (s) 1112.96
Current children cumulated vsize (KiB) 65748

[startup+1116.7 s]
/proc/loadavg: 0.99 0.98 0.99 2/67 25093
/proc/meminfo: memFree=1556424/2055920 swapFree=4192812/4192956
[pid=25090] ppid=25088 vsize=20504 CPUtime=1.68
/proc/25090/stat : 25090 (IUT_BMB_SAT) S 25088 25090 24889 0 -1 4194304 4808 0 0 0 114 54 0 0 25 0 1 0 106381204 20996096 4790 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/25090/statm: 5126 4790 104 274 0 4849 0
[pid=25092] ppid=25090 vsize=5356 CPUtime=0
/proc/25092/stat : 25092 (sh) S 25090 25090 24889 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 106381374 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25092/statm: 1339 232 193 169 0 50 0
[pid=25093] ppid=25092 vsize=39888 CPUtime=1114.48
/proc/25093/stat : 25093 (minisat) R 25092 25090 24889 0 -1 4194304 10932 0 0 0 111439 9 0 0 25 0 1 0 106381374 40845312 9350 1992294400 134512640 135243223 4294956320 18446744073709551615 134555744 0 0 4096 3 0 0 0 17 0 0 0
/proc/25093/statm: 9972 9350 83 178 0 9792 0
Current children cumulated CPU time (s) 1116.16
Current children cumulated vsize (KiB) 65748

[startup+1118.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/67 25093
/proc/meminfo: memFree=1556424/2055920 swapFree=4192812/4192956
[pid=25090] ppid=25088 vsize=20504 CPUtime=1.68
/proc/25090/stat : 25090 (IUT_BMB_SAT) S 25088 25090 24889 0 -1 4194304 4808 0 0 0 114 54 0 0 25 0 1 0 106381204 20996096 4790 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/25090/statm: 5126 4790 104 274 0 4849 0
[pid=25092] ppid=25090 vsize=5356 CPUtime=0
/proc/25092/stat : 25092 (sh) S 25090 25090 24889 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 106381374 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25092/statm: 1339 232 193 169 0 50 0
[pid=25093] ppid=25092 vsize=39888 CPUtime=1116.08
/proc/25093/stat : 25093 (minisat) R 25092 25090 24889 0 -1 4194304 10932 0 0 0 111599 9 0 0 25 0 1 0 106381374 40845312 9350 1992294400 134512640 135243223 4294956320 18446744073709551615 134555744 0 0 4096 3 0 0 0 17 0 0 0
/proc/25093/statm: 9972 9350 83 178 0 9792 0
Current children cumulated CPU time (s) 1117.76
Current children cumulated vsize (KiB) 65748

[startup+1119.1 s]
/proc/loadavg: 0.99 0.98 0.99 2/67 25093
/proc/meminfo: memFree=1556424/2055920 swapFree=4192812/4192956
[pid=25090] ppid=25088 vsize=20504 CPUtime=1.68
/proc/25090/stat : 25090 (IUT_BMB_SAT) S 25088 25090 24889 0 -1 4194304 4808 0 0 0 114 54 0 0 25 0 1 0 106381204 20996096 4790 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/25090/statm: 5126 4790 104 274 0 4849 0
[pid=25092] ppid=25090 vsize=5356 CPUtime=0
/proc/25092/stat : 25092 (sh) S 25090 25090 24889 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 106381374 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25092/statm: 1339 232 193 169 0 50 0
[pid=25093] ppid=25092 vsize=39888 CPUtime=1116.88
/proc/25093/stat : 25093 (minisat) R 25092 25090 24889 0 -1 4194304 10932 0 0 0 111679 9 0 0 25 0 1 0 106381374 40845312 9350 1992294400 134512640 135243223 4294956320 18446744073709551615 134555732 0 0 4096 3 0 0 0 17 0 0 0
/proc/25093/statm: 9972 9350 83 178 0 9792 0
Current children cumulated CPU time (s) 1118.56
Current children cumulated vsize (KiB) 65748

[startup+1119.5 s]
/proc/loadavg: 0.99 0.98 0.99 2/67 25093
/proc/meminfo: memFree=1556424/2055920 swapFree=4192812/4192956
[pid=25090] ppid=25088 vsize=20504 CPUtime=1.68
/proc/25090/stat : 25090 (IUT_BMB_SAT) S 25088 25090 24889 0 -1 4194304 4808 0 0 0 114 54 0 0 25 0 1 0 106381204 20996096 4790 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/25090/statm: 5126 4790 104 274 0 4849 0
[pid=25092] ppid=25090 vsize=5356 CPUtime=0
/proc/25092/stat : 25092 (sh) S 25090 25090 24889 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 106381374 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25092/statm: 1339 232 193 169 0 50 0
[pid=25093] ppid=25092 vsize=39888 CPUtime=1117.28
/proc/25093/stat : 25093 (minisat) R 25092 25090 24889 0 -1 4194304 10932 0 0 0 111719 9 0 0 25 0 1 0 106381374 40845312 9350 1992294400 134512640 135243223 4294956320 18446744073709551615 134555681 0 0 4096 3 0 0 0 17 0 0 0
/proc/25093/statm: 9972 9350 83 178 0 9792 0
Current children cumulated CPU time (s) 1118.96
Current children cumulated vsize (KiB) 65748

[startup+1119.7 s]
/proc/loadavg: 0.99 0.98 0.99 2/67 25093
/proc/meminfo: memFree=1556424/2055920 swapFree=4192812/4192956
[pid=25090] ppid=25088 vsize=20504 CPUtime=1.68
/proc/25090/stat : 25090 (IUT_BMB_SAT) S 25088 25090 24889 0 -1 4194304 4808 0 0 0 114 54 0 0 25 0 1 0 106381204 20996096 4790 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/25090/statm: 5126 4790 104 274 0 4849 0
[pid=25092] ppid=25090 vsize=5356 CPUtime=0
/proc/25092/stat : 25092 (sh) S 25090 25090 24889 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 106381374 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25092/statm: 1339 232 193 169 0 50 0
[pid=25093] ppid=25092 vsize=39888 CPUtime=1117.48
/proc/25093/stat : 25093 (minisat) R 25092 25090 24889 0 -1 4194304 10932 0 0 0 111739 9 0 0 25 0 1 0 106381374 40845312 9350 1992294400 134512640 135243223 4294956320 18446744073709551615 134555744 0 0 4096 3 0 0 0 17 0 0 0
/proc/25093/statm: 9972 9350 83 178 0 9792 0
Current children cumulated CPU time (s) 1119.16
Current children cumulated vsize (KiB) 65748

Child status: 0
Real time (s): 1119.78
CPU time (s): 1119.26
CPU user time (s): 1118.6
CPU system time (s): 0.658899
CPU usage (%): 99.9538
Max. virtual memory (cumulated for all children) (KiB): 65748

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1118.6
system time used= 0.658899
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 18505
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 8
involuntary context switches= 3409

runsolver used 1.02484 second user time and 3.05653 second system time

The end

Launcher Data

Begin job on node5 at 2009-04-27 00:04:33
IDJOB=1732814
IDBENCH=71128
IDSOLVER=523
FILE ID=node5/1732814-1240783472
PBS_JOBID= 9187262
Free space on /tmp= 66336 MiB

SOLVER NAME= IUT_BMB_SAT 1.0
BENCH NAME= SAT09/CRAFTED/ramseycube/Q32inK11.cnf
COMMAND LINE= IUT_BMB_SAT BENCHNAME TMPDIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1732814-1240783472/watcher-1732814-1240783472 -o /tmp/evaluation-result-1732814-1240783472/solver-1732814-1240783472 -C 1200 -W 1800 -M 1800 --output-limit 1,15  IUT_BMB_SAT HOME/instance-1732814-1240783472.cnf HOME

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

MD5SUM BENCH= 594c254e77c66d387919761f50e63b6d
RANDOM SEED=1605112103

node5.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.212
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.212
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:       1618368 kB
Buffers:         56272 kB
Cached:         301604 kB
SwapCached:        144 kB
Active:         127940 kB
Inactive:       244004 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1618368 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            7076 kB
Writeback:           0 kB
Mapped:          23664 kB
Slab:            51664 kB
Committed_AS:   391856 kB
PageTables:       1388 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= 66332 MiB
End job on node5 at 2009-04-27 00:23:13