Trace number 198536

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, and are wall clock time (not CPU 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 0.40? (TO) 1800.11 1812.41

General information on the benchmark

Namepigeons/
pigeons-18.xml
MD5SUM28435801f17ea568530f60fb0a1947d0
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark302.104
SatisfiableNO
(Un)Satisfiability was proved
Number of variables18
Number of constraints153
Maximum constraint arity2
Maximum domain size17
Number of constraints which are defined in extension0
Number of constraints which are defined in intension153
Global constraints used (with number of constraints)

Solver Data (download as text)

0.15	c # Sugar v0-40 (/tmp/evaluation/198536-1170093886/sugar-v0-40.jar)
0.15	
0.16	c # MAIN  BEGIN : /tmp/evaluation/198536-1170093886/unknown.xml [Mon Jan 29 19:04:46 2007]
0.16	c # CONVERT_XML  BEGIN : /tmp/evaluation/198536-1170093886/unknown.xml /tmp/evaluation/198536-1170093886/sugar24210.csp [Mon Jan 29 19:04:46 2007]
0.16	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/198536-1170093886/sugar-v0-40.jar -convert /tmp/evaluation/198536-1170093886/unknown.xml /tmp/evaluation/198536-1170093886/sugar24210.csp
0.40	c BEGIN convert /tmp/evaluation/198536-1170093886/unknown.xml
0.63	c END convert (0.22837 seconds)
0.69	c # CONVERT_XML  END : /tmp/evaluation/198536-1170093886/sugar24210.csp 2268 bytes (1 seconds) [Mon Jan 29 19:04:47 2007]
0.69	c # CONVERT_XML  CPU : 0.3 = 0 + 0 + 0.27 + 0.03
0.69	
0.69	c # GENERATE_SAT  BEGIN : /tmp/evaluation/198536-1170093886/sugar24210.bcnf [Mon Jan 29 19:04:47 2007]
0.69	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/198536-1170093886/sugar-v0-40.jar -bcnf -map /tmp/evaluation/198536-1170093886/sugar24210.map /tmp/evaluation/198536-1170093886/sugar24210.csp /tmp/evaluation/198536-1170093886/sugar24210.bcnf
0.82	c BEGIN parse /tmp/evaluation/198536-1170093886/sugar24210.csp
0.96	c END parse (0.137326 seconds)
0.96	c BEGIN simplify
0.96	c END simplify (0.005909 seconds)
0.96	c BEGIN encode /tmp/evaluation/198536-1170093886/sugar24210.bcnf
1.02	c END encode (0.055684 seconds)
1.03	c # GENERATE_SAT  END : 594 variables 5625 clauses 85884 bytes (0 seconds) [Mon Jan 29 19:04:47 2007]
1.03	c # GENERATE_SAT  CPU : 0.32 = 0 + 0 + 0.29 + 0.03
1.03	
1.03	c # SOLVE_SAT  BEGIN : /tmp/evaluation/198536-1170093886/sugar24210.bcnf [Mon Jan 29 19:04:47 2007]
1.03	c # CMD : /tmp/evaluation/198536-1170093886/minisat /tmp/evaluation/198536-1170093886/sugar24210.bcnf /tmp/evaluation/198536-1170093886/sugar24210.out
1.04	c ==================================[MINISAT]===================================
1.04	c | Conflicts |     ORIGINAL     |              LEARNT              | Progress |
1.04	c |           | Clauses Literals |   Limit Clauses Literals  Lit/Cl |          |
1.04	c ==============================================================================
1.04	c |         0 |    5625    15840 |    1875       0        0     nan |  0.000 % |
1.04	c |       100 |    5625    15840 |    2062     100      812     8.1 |  0.000 % |
1.05	c |       252 |    5625    15840 |    2268     252     1861     7.4 |  0.001 % |
1.05	c |       478 |    5625    15840 |    2495     478     3356     7.0 |  0.002 % |
1.06	c |       815 |    5625    15840 |    2745     815     5843     7.2 |  0.001 % |
1.07	c |      1322 |    5625    15840 |    3019    1322    10525     8.0 |  0.001 % |
1.09	c |      2081 |    5625    15840 |    3321    2081    16594     8.0 |  0.002 % |
1.11	c |      3220 |    5625    15840 |    3653    3220    26652     8.3 |  0.001 % |
1.17	c |      4929 |    5625    15840 |    4019    2847    23720     8.3 |  0.002 % |
1.26	c |      7491 |    5625    15840 |    4421    3318    30080     9.1 |  0.001 % |
1.38	c |     11335 |    5625    15840 |    4863    4716    42585     9.0 |  0.004 % |
1.59	c |     17103 |    5625    15840 |    5349    5101    44885     8.8 |  0.001 % |
2.04	c |     25752 |    5625    15840 |    5884    5000    62743    12.5 |  0.001 % |
2.84	c |     38726 |    5625    15840 |    6473    5544    74904    13.5 |  0.004 % |
4.11	c |     58188 |    5625    15840 |    7120    5084    68773    13.5 |  0.001 % |
5.46	c |     87382 |    5625    15840 |    7832    4293    49013    11.4 |  0.004 % |
8.60	c |    131171 |    5625    15840 |    8615    7577   107381    14.2 |  0.001 % |
13.29	c |    196855 |    5625    15840 |    9477    6274    99966    15.9 |  0.004 % |
19.40	c |    295383 |    5625    15840 |   10424    5918    77163    13.0 |  0.003 % |
31.97	c |    443173 |    5625    15840 |   11467    9052   129722    14.3 |  0.002 % |
48.78	c |    664856 |    5625    15840 |   12614    6600   134246    20.3 |  0.003 % |
81.73	c |    997381 |    5625    15840 |   13875    8592   134432    15.6 |  0.001 % |
133.25	c |   1496169 |    5625    15840 |   15263   13486   196763    14.6 |  0.001 % |
192.77	c |   2244351 |    5625    15840 |   16789   10189   147096    14.4 |  0.003 % |
291.68	c |   3366627 |    5625    15840 |   18468   16451   253215    15.4 |  0.001 % |
467.66	c |   5050038 |    5625    15840 |   20315   18287   322630    17.6 |  0.002 % |
766.10	c |   7575156 |    5625    15840 |   22346   18657   372296    20.0 |  0.003 % |
1356.27	c |  11362831 |    5625    15840 |   24581   11747   186942    15.9 |  0.002 % |
1812.37	s UNKNOWN
1812.37	c # ERROR No such file or directory /tmp/evaluation/198536-1170093886/sugar24210.out, at /tmp/evaluation/198536-1170093886/sugar line 393.
1812.37	
1812.37	c # MAIN  END :  (1812 seconds) [Mon Jan 29 19:34:58 2007]
1812.37	c # MAIN  CPU : 1800.04 = 0.01 + 0 + 1795.24 + 4.79
1812.37	

Verifier Data (download as text)

ERROR: Unexpected answer ! (SAT/UNSAT expected)
Got answer: UNKNOWN

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node19/watcher-198536-1170093886 -o ROOT/results/node19/solver-198536-1170093886 -C 1800 -M 900 /tmp/evaluation/198536-1170093886/solver /tmp/evaluation/198536-1170093886 /tmp/evaluation/198536-1170093886/unknown.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 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

/proc/loadavg: 2.23 2.36 2.54 2/94 24211
/proc/meminfo: memFree=61472/2055920 swapFree=4192812/4192956
[pid=24210] ppid=24208 vsize=5352 CPUtime=0
/proc/24210/stat : 24210 (solver) D 24208 24210 23617 0 -1 4194304 264 0 0 0 0 0 0 0 20 0 1 0 29342608 5480448 231 18446744073709551615 4194304 4889804 548682069296 18446744073709551615 255236566311 0 0 4096 0 18446744071563608240 0 0 17 1 0 0
/proc/24210/statm: 1338 231 193 169 0 49 0

[startup+0.104526 s]
/proc/loadavg: 2.23 2.36 2.54 2/94 24211
/proc/meminfo: memFree=61472/2055920 swapFree=4192812/4192956
[pid=24210] ppid=24208 vsize=12404 CPUtime=0
/proc/24210/stat : 24210 (sugar) D 24208 24210 23617 0 -1 4194304 658 0 3 0 0 0 0 0 18 0 1 0 29342608 12701696 380 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 255245463650 0 0 4224 0 18446744071563479169 0 0 17 1 0 0
/proc/24210/statm: 3101 380 275 3 0 201 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12404

[startup+0.512572 s]
/proc/loadavg: 2.23 2.36 2.54 2/94 24211
/proc/meminfo: memFree=61472/2055920 swapFree=4192812/4192956
[pid=24210] ppid=24208 vsize=13724 CPUtime=0.04
/proc/24210/stat : 24210 (sugar) S 24208 24210 23617 0 -1 4194304 1118 0 3 0 3 1 0 0 15 0 1 0 29342608 14053376 805 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24210/statm: 3431 805 368 3 0 531 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13724

[startup+1.33366 s]
/proc/loadavg: 2.23 2.36 2.54 3/95 24228
/proc/meminfo: memFree=45720/2055920 swapFree=4192812/4192956
[pid=24210] ppid=24208 vsize=13856 CPUtime=0.66
/proc/24210/stat : 24210 (sugar) S 24208 24210 23617 0 -1 4194304 1343 8062 3 37 3 1 56 6 15 0 1 0 29342608 14188544 858 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24210/statm: 3464 858 373 3 0 564 0
[pid=24228] ppid=24210 vsize=2312 CPUtime=0.28
/proc/24228/stat : 24228 (minisat) R 24210 24210 23617 0 -1 0 263 0 0 0 28 0 0 0 20 0 1 0 29342712 2367488 227 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/24228/statm: 578 227 51 112 0 462 0
Current children cumulated CPU time (s) 0.94
Current children cumulated vsize (KiB) 16168

[startup+2.97083 s]
/proc/loadavg: 2.21 2.35 2.53 3/95 24228
/proc/meminfo: memFree=40024/2055920 swapFree=4192812/4192956
[pid=24210] ppid=24208 vsize=13856 CPUtime=0.67
/proc/24210/stat : 24210 (sugar) S 24208 24210 23617 0 -1 4194304 1343 8062 3 37 4 1 56 6 15 0 1 0 29342608 14188544 858 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24210/statm: 3464 858 373 3 0 564 0
[pid=24228] ppid=24210 vsize=2840 CPUtime=1.91
/proc/24228/stat : 24228 (minisat) R 24210 24210 23617 0 -1 0 392 0 0 0 191 0 0 0 25 0 1 0 29342712 2908160 356 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/24228/statm: 710 356 51 112 0 594 0
Current children cumulated CPU time (s) 2.58
Current children cumulated vsize (KiB) 16696

[startup+6.2662 s]
/proc/loadavg: 2.21 2.35 2.53 3/95 24228
/proc/meminfo: memFree=25176/2055920 swapFree=4192812/4192956
[pid=24210] ppid=24208 vsize=13856 CPUtime=0.67
/proc/24210/stat : 24210 (sugar) S 24208 24210 23617 0 -1 4194304 1343 8062 3 37 4 1 56 6 16 0 1 0 29342608 14188544 858 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24210/statm: 3464 858 373 3 0 564 0
[pid=24228] ppid=24210 vsize=3380 CPUtime=5.16
/proc/24228/stat : 24228 (minisat) R 24210 24210 23617 0 -1 0 527 0 0 0 516 0 0 0 25 0 1 0 29342712 3461120 491 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528545 0 0 4096 3 0 0 0 17 1 0 0
/proc/24228/statm: 845 491 51 112 0 729 0
Current children cumulated CPU time (s) 5.83
Current children cumulated vsize (KiB) 17236

[startup+12.7249 s]
/proc/loadavg: 2.17 2.34 2.53 3/95 24228
/proc/meminfo: memFree=15448/2055920 swapFree=4192812/4192956
[pid=24210] ppid=24208 vsize=13856 CPUtime=0.67
/proc/24210/stat : 24210 (sugar) S 24208 24210 23617 0 -1 4194304 1343 8062 3 37 4 1 56 6 16 0 1 0 29342608 14188544 858 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24210/statm: 3464 858 373 3 0 564 0
[pid=24228] ppid=24210 vsize=3908 CPUtime=11.56
/proc/24228/stat : 24228 (minisat) R 24210 24210 23617 0 -1 0 669 0 0 0 1156 0 0 0 25 0 1 0 29342712 4001792 633 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528340 0 0 4096 3 0 0 0 17 1 0 0
/proc/24228/statm: 977 633 51 112 0 861 0
Current children cumulated CPU time (s) 12.23
Current children cumulated vsize (KiB) 17764

[startup+25.5603 s]
/proc/loadavg: 2.15 2.33 2.52 3/95 24228
/proc/meminfo: memFree=16216/2055920 swapFree=4192812/4192956
[pid=24210] ppid=24208 vsize=13856 CPUtime=0.67
/proc/24210/stat : 24210 (sugar) S 24208 24210 23617 0 -1 4194304 1343 8062 3 37 4 1 56 6 16 0 1 0 29342608 14188544 858 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24210/statm: 3464 858 373 3 0 564 0
[pid=24228] ppid=24210 vsize=4444 CPUtime=24.27
/proc/24228/stat : 24228 (minisat) R 24210 24210 23617 0 -1 0 816 0 0 0 2425 2 0 0 25 0 1 0 29342712 4550656 780 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528677 0 0 4096 3 0 0 0 17 1 0 0
/proc/24228/statm: 1111 780 51 112 0 995 0
Current children cumulated CPU time (s) 24.94
Current children cumulated vsize (KiB) 18300

[startup+51.2421 s]
/proc/loadavg: 2.17 2.31 2.51 3/95 24228
/proc/meminfo: memFree=15384/2055920 swapFree=4192812/4192956
[pid=24210] ppid=24208 vsize=13856 CPUtime=0.67
/proc/24210/stat : 24210 (sugar) S 24208 24210 23617 0 -1 4194304 1343 8062 3 37 4 1 56 6 16 0 1 0 29342608 14188544 858 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24210/statm: 3464 858 373 3 0 564 0
[pid=24228] ppid=24210 vsize=5572 CPUtime=49.7
/proc/24228/stat : 24228 (minisat) R 24210 24210 23617 0 -1 0 1095 0 0 0 4967 3 0 0 25 0 1 0 29342712 5705728 1059 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528758 0 0 4096 3 0 0 0 17 1 0 0
/proc/24228/statm: 1393 1059 51 112 0 1277 0
Current children cumulated CPU time (s) 50.37
Current children cumulated vsize (KiB) 19428

[startup+102.479 s]
/proc/loadavg: 2.07 2.26 2.48 2/88 24231
/proc/meminfo: memFree=1884248/2055920 swapFree=4192812/4192956
[pid=24210] ppid=24208 vsize=13856 CPUtime=0.67
/proc/24210/stat : 24210 (sugar) S 24208 24210 23617 0 -1 4194304 1343 8062 3 37 4 1 56 6 16 0 1 0 29342608 14188544 858 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24210/statm: 3464 858 373 3 0 564 0
[pid=24228] ppid=24210 vsize=6512 CPUtime=100.54
/proc/24228/stat : 24228 (minisat) R 24210 24210 23617 0 -1 0 1330 0 0 0 10046 8 0 0 25 0 1 0 29342712 6668288 1294 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/24228/statm: 1628 1294 51 112 0 1512 0
Current children cumulated CPU time (s) 101.21
Current children cumulated vsize (KiB) 20368

[startup+162.531 s]
/proc/loadavg: 2.22 2.26 2.46 4/96 24296
/proc/meminfo: memFree=1253904/2055920 swapFree=4192812/4192956
[pid=24210] ppid=24208 vsize=13856 CPUtime=0.67
/proc/24210/stat : 24210 (sugar) S 24208 24210 23617 0 -1 4194304 1343 8062 3 37 4 1 56 6 16 0 1 0 29342608 14188544 858 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24210/statm: 3464 858 373 3 0 564 0
[pid=24228] ppid=24210 vsize=7336 CPUtime=160.02
/proc/24228/stat : 24228 (minisat) R 24210 24210 23617 0 -1 0 1533 0 0 0 15979 23 0 0 25 0 1 0 29342712 7512064 1497 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528504 0 0 4096 3 0 0 0 17 1 0 0
/proc/24228/statm: 1834 1497 51 112 0 1718 0
Current children cumulated CPU time (s) 160.69
Current children cumulated vsize (KiB) 21192

[startup+222.604 s]
/proc/loadavg: 2.40 2.30 2.46 3/96 24302
/proc/meminfo: memFree=107472/2055920 swapFree=4192812/4192956
[pid=24210] ppid=24208 vsize=13856 CPUtime=0.67
/proc/24210/stat : 24210 (sugar) S 24208 24210 23617 0 -1 4194304 1343 8062 3 37 4 1 56 6 16 0 1 0 29342608 14188544 858 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24210/statm: 3464 858 373 3 0 564 0
[pid=24228] ppid=24210 vsize=8160 CPUtime=219.43
/proc/24228/stat : 24228 (minisat) R 24210 24210 23617 0 -1 0 1723 0 0 0 21901 42 0 0 25 0 1 0 29342712 8355840 1687 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528260 0 0 4096 3 0 0 0 17 1 0 0
/proc/24228/statm: 2040 1687 51 112 0 1924 0
Current children cumulated CPU time (s) 220.1
Current children cumulated vsize (KiB) 22016

[startup+282.686 s]
/proc/loadavg: 2.72 2.38 2.47 3/96 24302
/proc/meminfo: memFree=16016/2055920 swapFree=4192812/4192956
[pid=24210] ppid=24208 vsize=13856 CPUtime=0.67
/proc/24210/stat : 24210 (sugar) S 24208 24210 23617 0 -1 4194304 1343 8062 3 37 4 1 56 6 16 0 1 0 29342608 14188544 858 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24210/statm: 3464 858 373 3 0 564 0
[pid=24228] ppid=24210 vsize=8584 CPUtime=278.84
/proc/24228/stat : 24228 (minisat) R 24210 24210 23617 0 -1 0 1825 0 0 0 27821 63 0 0 25 0 1 0 29342712 8790016 1789 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/24228/statm: 2146 1789 51 112 0 2030 0
Current children cumulated CPU time (s) 279.51
Current children cumulated vsize (KiB) 22440

[startup+342.764 s]
/proc/loadavg: 3.28 2.60 2.54 3/96 24302
/proc/meminfo: memFree=15696/2055920 swapFree=4192812/4192956
[pid=24210] ppid=24208 vsize=13856 CPUtime=0.67
/proc/24210/stat : 24210 (sugar) S 24208 24210 23617 0 -1 4194304 1343 8062 3 37 4 1 56 6 16 0 1 0 29342608 14188544 858 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24210/statm: 3464 858 373 3 0 564 0
[pid=24228] ppid=24210 vsize=9328 CPUtime=338.26
/proc/24228/stat : 24228 (minisat) R 24210 24210 23617 0 -1 0 2005 0 0 0 33740 86 0 0 25 0 1 0 29342712 9551872 1969 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528559 0 0 4096 3 0 0 0 17 1 0 0
/proc/24228/statm: 2332 1969 51 112 0 2216 0
Current children cumulated CPU time (s) 338.93
Current children cumulated vsize (KiB) 23184

[startup+402.77 s]
/proc/loadavg: 3.35 2.75 2.59 3/96 24302
/proc/meminfo: memFree=15760/2055920 swapFree=4192812/4192956
[pid=24210] ppid=24208 vsize=13856 CPUtime=0.67
/proc/24210/stat : 24210 (sugar) S 24208 24210 23617 0 -1 4194304 1343 8062 3 37 4 1 56 6 16 0 1 0 29342608 14188544 858 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24210/statm: 3464 858 373 3 0 564 0
[pid=24228] ppid=24210 vsize=9596 CPUtime=397.86
/proc/24228/stat : 24228 (minisat) R 24210 24210 23617 0 -1 0 2067 0 0 0 39684 102 0 0 25 0 1 0 29342712 9826304 2031 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/24228/statm: 2399 2031 51 112 0 2283 0
Current children cumulated CPU time (s) 398.53
Current children cumulated vsize (KiB) 23452

[startup+462.803 s]
/proc/loadavg: 4.25 3.11 2.72 3/96 24302
/proc/meminfo: memFree=15440/2055920 swapFree=4192812/4192956
[pid=24210] ppid=24208 vsize=13856 CPUtime=0.67
/proc/24210/stat : 24210 (sugar) S 24208 24210 23617 0 -1 4194304 1343 8062 3 37 4 1 56 6 16 0 1 0 29342608 14188544 858 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24210/statm: 3464 858 373 3 0 564 0
[pid=24228] ppid=24210 vsize=10288 CPUtime=457.75
/proc/24228/stat : 24228 (minisat) R 24210 24210 23617 0 -1 0 2243 0 0 0 45652 123 0 0 25 0 1 0 29342712 10534912 2207 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528392 0 0 4096 3 0 0 0 17 0 0 0
/proc/24228/statm: 2572 2207 51 112 0 2456 0
Current children cumulated CPU time (s) 458.42
Current children cumulated vsize (KiB) 24144

[startup+522.871 s]
/proc/loadavg: 3.52 3.13 2.75 4/96 24302
/proc/meminfo: memFree=14928/2055920 swapFree=4192812/4192956
[pid=24210] ppid=24208 vsize=13856 CPUtime=0.67
/proc/24210/stat : 24210 (sugar) S 24208 24210 23617 0 -1 4194304 1343 8062 3 37 4 1 56 6 16 0 1 0 29342608 14188544 858 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24210/statm: 3464 858 373 3 0 564 0
[pid=24228] ppid=24210 vsize=10868 CPUtime=517.68
/proc/24228/stat : 24228 (minisat) R 24210 24210 23617 0 -1 0 2354 0 0 0 51627 141 0 0 25 0 1 0 29342712 11128832 2318 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528919 0 0 4096 3 0 0 0 17 0 0 0
/proc/24228/statm: 2717 2318 51 112 0 2601 0
Current children cumulated CPU time (s) 518.35

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

/proc/24210/stat : 24210 (sugar) S 24208 24210 23617 0 -1 4194304 1343 8062 3 37 4 1 56 6 16 0 1 0 29342608 14188544 858 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24210/statm: 3464 858 373 3 0 564 0
[pid=24228] ppid=24210 vsize=13720 CPUtime=1054.79
/proc/24228/stat : 24228 (minisat) R 24210 24210 23617 0 -1 0 3039 0 0 0 105144 335 0 0 25 0 1 0 29342712 14049280 3003 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528723 0 0 4096 3 0 0 0 17 1 0 0
/proc/24228/statm: 3430 3003 51 112 0 3314 0
Current children cumulated CPU time (s) 1055.46
Current children cumulated vsize (KiB) 27576

[startup+1123.56 s]
/proc/loadavg: 3.50 3.22 2.94 3/97 24346
/proc/meminfo: memFree=16392/2055920 swapFree=4192812/4192956
[pid=24210] ppid=24208 vsize=13856 CPUtime=0.67
/proc/24210/stat : 24210 (sugar) S 24208 24210 23617 0 -1 4194304 1343 8062 3 37 4 1 56 6 16 0 1 0 29342608 14188544 858 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24210/statm: 3464 858 373 3 0 564 0
[pid=24228] ppid=24210 vsize=13864 CPUtime=1114.5
/proc/24228/stat : 24228 (minisat) R 24210 24210 23617 0 -1 0 3064 0 0 0 111090 360 0 0 25 0 1 0 29342712 14196736 3028 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528554 0 0 4096 3 0 0 0 17 1 0 0
/proc/24228/statm: 3466 3028 51 112 0 3350 0
Current children cumulated CPU time (s) 1115.17
Current children cumulated vsize (KiB) 27720

[startup+1183.66 s]
/proc/loadavg: 4.45 3.54 3.06 4/97 24363
/proc/meminfo: memFree=16328/2055920 swapFree=4192812/4192956
[pid=24210] ppid=24208 vsize=13856 CPUtime=0.67
/proc/24210/stat : 24210 (sugar) S 24208 24210 23617 0 -1 4194304 1343 8062 3 37 4 1 56 6 16 0 1 0 29342608 14188544 858 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24210/statm: 3464 858 373 3 0 564 0
[pid=24228] ppid=24210 vsize=14008 CPUtime=1174.18
/proc/24228/stat : 24228 (minisat) R 24210 24210 23617 0 -1 0 3093 0 0 0 117036 382 0 0 25 0 1 0 29342712 14344192 3057 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528758 0 0 4096 3 0 0 0 17 1 0 0
/proc/24228/statm: 3502 3057 51 112 0 3386 0
Current children cumulated CPU time (s) 1174.85
Current children cumulated vsize (KiB) 27864

[startup+1243.72 s]
/proc/loadavg: 3.68 3.52 3.08 3/96 24373
/proc/meminfo: memFree=15888/2055920 swapFree=4192812/4192956
[pid=24210] ppid=24208 vsize=13856 CPUtime=0.67
/proc/24210/stat : 24210 (sugar) S 24208 24210 23617 0 -1 4194304 1343 8062 3 37 4 1 56 6 16 0 1 0 29342608 14188544 858 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24210/statm: 3464 858 373 3 0 564 0
[pid=24228] ppid=24210 vsize=14008 CPUtime=1233.78
/proc/24228/stat : 24228 (minisat) R 24210 24210 23617 0 -1 0 3096 0 0 0 122979 399 0 0 25 0 1 0 29342712 14344192 3060 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/24228/statm: 3502 3060 51 112 0 3386 0
Current children cumulated CPU time (s) 1234.45
Current children cumulated vsize (KiB) 27864

[startup+1303.77 s]
/proc/loadavg: 3.15 3.38 3.06 3/96 24383
/proc/meminfo: memFree=15312/2055920 swapFree=4192812/4192956
[pid=24210] ppid=24208 vsize=13856 CPUtime=0.67
/proc/24210/stat : 24210 (sugar) S 24208 24210 23617 0 -1 4194304 1343 8062 3 37 4 1 56 6 16 0 1 0 29342608 14188544 858 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24210/statm: 3464 858 373 3 0 564 0
[pid=24228] ppid=24210 vsize=14008 CPUtime=1293.42
/proc/24228/stat : 24228 (minisat) R 24210 24210 23617 0 -1 0 3112 0 0 0 128922 420 0 0 25 0 1 0 29342712 14344192 3076 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528398 0 0 4096 3 0 0 0 17 0 0 0
/proc/24228/statm: 3502 3076 51 112 0 3386 0
Current children cumulated CPU time (s) 1294.09
Current children cumulated vsize (KiB) 27864

[startup+1363.8 s]
/proc/loadavg: 2.69 3.23 3.03 3/96 24390
/proc/meminfo: memFree=14864/2055920 swapFree=4192812/4192956
[pid=24210] ppid=24208 vsize=13856 CPUtime=0.67
/proc/24210/stat : 24210 (sugar) S 24208 24210 23617 0 -1 4194304 1343 8062 3 37 4 1 56 6 16 0 1 0 29342608 14188544 858 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24210/statm: 3464 858 373 3 0 564 0
[pid=24228] ppid=24210 vsize=14148 CPUtime=1353.09
/proc/24228/stat : 24228 (minisat) R 24210 24210 23617 0 -1 0 3133 0 0 0 134873 436 0 0 25 0 1 0 29342712 14487552 3097 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528429 0 0 4096 3 0 0 0 17 1 0 0
/proc/24228/statm: 3537 3097 51 112 0 3421 0
Current children cumulated CPU time (s) 1353.76
Current children cumulated vsize (KiB) 28004

[startup+1423.81 s]
/proc/loadavg: 2.30 3.02 2.97 3/96 24390
/proc/meminfo: memFree=15184/2055920 swapFree=4192812/4192956
[pid=24210] ppid=24208 vsize=13856 CPUtime=0.67
/proc/24210/stat : 24210 (sugar) S 24208 24210 23617 0 -1 4194304 1343 8062 3 37 4 1 56 6 16 0 1 0 29342608 14188544 858 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24210/statm: 3464 858 373 3 0 564 0
[pid=24228] ppid=24210 vsize=14716 CPUtime=1412.8
/proc/24228/stat : 24228 (minisat) R 24210 24210 23617 0 -1 0 3287 0 0 0 140839 441 0 0 25 0 1 0 29342712 15069184 3251 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/24228/statm: 3679 3251 51 112 0 3563 0
Current children cumulated CPU time (s) 1413.47
Current children cumulated vsize (KiB) 28572

[startup+1483.84 s]
/proc/loadavg: 2.11 2.83 2.90 3/96 24390
/proc/meminfo: memFree=15824/2055920 swapFree=4192812/4192956
[pid=24210] ppid=24208 vsize=13856 CPUtime=0.67
/proc/24210/stat : 24210 (sugar) S 24208 24210 23617 0 -1 4194304 1343 8062 3 37 4 1 56 6 16 0 1 0 29342608 14188544 858 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24210/statm: 3464 858 373 3 0 564 0
[pid=24228] ppid=24210 vsize=15016 CPUtime=1472.52
/proc/24228/stat : 24228 (minisat) R 24210 24210 23617 0 -1 0 3348 0 0 0 146808 444 0 0 25 0 1 0 29342712 15376384 3312 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/24228/statm: 3754 3312 51 112 0 3638 0
Current children cumulated CPU time (s) 1473.19
Current children cumulated vsize (KiB) 28872

[startup+1543.87 s]
/proc/loadavg: 2.20 2.73 2.87 3/96 24390
/proc/meminfo: memFree=16272/2055920 swapFree=4192812/4192956
[pid=24210] ppid=24208 vsize=13856 CPUtime=0.67
/proc/24210/stat : 24210 (sugar) S 24208 24210 23617 0 -1 4194304 1343 8062 3 37 4 1 56 6 16 0 1 0 29342608 14188544 858 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24210/statm: 3464 858 373 3 0 564 0
[pid=24228] ppid=24210 vsize=15348 CPUtime=1532.25
/proc/24228/stat : 24228 (minisat) R 24210 24210 23617 0 -1 0 3412 0 0 0 152775 450 0 0 25 0 1 0 29342712 15716352 3376 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/24228/statm: 3837 3376 51 112 0 3721 0
Current children cumulated CPU time (s) 1532.92
Current children cumulated vsize (KiB) 29204

[startup+1603.88 s]
/proc/loadavg: 2.07 2.60 2.81 3/96 24390
/proc/meminfo: memFree=14928/2055920 swapFree=4192812/4192956
[pid=24210] ppid=24208 vsize=13856 CPUtime=0.67
/proc/24210/stat : 24210 (sugar) S 24208 24210 23617 0 -1 4194304 1343 8062 3 37 4 1 56 6 16 0 1 0 29342608 14188544 858 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24210/statm: 3464 858 373 3 0 564 0
[pid=24228] ppid=24210 vsize=15632 CPUtime=1591.95
/proc/24228/stat : 24228 (minisat) R 24210 24210 23617 0 -1 0 3482 0 0 0 158741 454 0 0 25 0 1 0 29342712 16007168 3446 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528768 0 0 4096 3 0 0 0 17 1 0 0
/proc/24228/statm: 3908 3446 51 112 0 3792 0
Current children cumulated CPU time (s) 1592.62
Current children cumulated vsize (KiB) 29488

[startup+1663.89 s]
/proc/loadavg: 2.02 2.49 2.76 3/96 24390
/proc/meminfo: memFree=14928/2055920 swapFree=4192812/4192956
[pid=24210] ppid=24208 vsize=13856 CPUtime=0.67
/proc/24210/stat : 24210 (sugar) S 24208 24210 23617 0 -1 4194304 1343 8062 3 37 4 1 56 6 16 0 1 0 29342608 14188544 858 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24210/statm: 3464 858 373 3 0 564 0
[pid=24228] ppid=24210 vsize=15632 CPUtime=1651.66
/proc/24228/stat : 24228 (minisat) R 24210 24210 23617 0 -1 0 3502 0 0 0 164707 459 0 0 25 0 1 0 29342712 16007168 3466 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528371 0 0 4096 3 0 0 0 17 1 0 0
/proc/24228/statm: 3908 3466 51 112 0 3792 0
Current children cumulated CPU time (s) 1652.33
Current children cumulated vsize (KiB) 29488

[startup+1723.93 s]
/proc/loadavg: 2.01 2.39 2.71 3/96 24390
/proc/meminfo: memFree=15312/2055920 swapFree=4192812/4192956
[pid=24210] ppid=24208 vsize=13856 CPUtime=0.67
/proc/24210/stat : 24210 (sugar) S 24208 24210 23617 0 -1 4194304 1343 8062 3 37 4 1 56 6 16 0 1 0 29342608 14188544 858 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24210/statm: 3464 858 373 3 0 564 0
[pid=24228] ppid=24210 vsize=15792 CPUtime=1711.41
/proc/24228/stat : 24228 (minisat) R 24210 24210 23617 0 -1 0 3536 0 0 0 170676 465 0 0 25 0 1 0 29342712 16171008 3500 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/24228/statm: 3948 3500 51 112 0 3832 0
Current children cumulated CPU time (s) 1712.08
Current children cumulated vsize (KiB) 29648

[startup+1783.94 s]
/proc/loadavg: 2.00 2.32 2.66 3/96 24390
/proc/meminfo: memFree=15504/2055920 swapFree=4192812/4192956
[pid=24210] ppid=24208 vsize=13856 CPUtime=0.67
/proc/24210/stat : 24210 (sugar) S 24208 24210 23617 0 -1 4194304 1343 8062 3 37 4 1 56 6 16 0 1 0 29342608 14188544 858 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24210/statm: 3464 858 373 3 0 564 0
[pid=24228] ppid=24210 vsize=15936 CPUtime=1771.11
/proc/24228/stat : 24228 (minisat) R 24210 24210 23617 0 -1 0 3562 0 0 0 176641 470 0 0 25 0 1 0 29342712 16318464 3526 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528401 0 0 4096 3 0 0 0 17 1 0 0
/proc/24228/statm: 3984 3526 51 112 0 3868 0
Current children cumulated CPU time (s) 1771.78
Current children cumulated vsize (KiB) 29792



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1812.36 s]
/proc/loadavg: 2.00 2.29 2.64 3/96 24390
/proc/meminfo: memFree=14928/2055920 swapFree=4192812/4192956
[pid=24210] ppid=24208 vsize=13856 CPUtime=0.67
/proc/24210/stat : 24210 (sugar) S 24208 24210 23617 0 -1 4194304 1343 8062 3 37 4 1 56 6 16 0 1 0 29342608 14188544 858 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24210/statm: 3464 858 373 3 0 564 0
[pid=24228] ppid=24210 vsize=15936 CPUtime=1799.4
/proc/24228/stat : 24228 (minisat) R 24210 24210 23617 0 -1 0 3569 0 0 0 179468 472 0 0 25 0 1 0 29342712 16318464 3533 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528340 0 0 4096 3 0 0 0 17 1 0 0
/proc/24228/statm: 3984 3533 51 112 0 3868 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 29792

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Child status: 1
Real time (s): 1812.41
CPU time (s): 1800.11
CPU user time (s): 1795.29
CPU system time (s): 4.81727
CPU usage (%): 99.3213
Max. virtual memory (cumulated for all children) (KiB): 29792

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1795.29
system time used= 4.81727
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 13064
page faults= 40
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 845
involuntary context switches= 60916

runsolver used 2.12568 s user time and 5.84111 s system time

The end

Launcher Data (download as text)

Begin job on node19 on Mon Jan 29 18:04:46 UTC 2007


IDJOB= 198536
IDBENCH= 3561
IDSOLVER= 86
FILE ID= node19/198536-1170093886

PBS_JOBID= 3689401

Free space on /tmp= 44130 MiB

SOLVER NAME= sugar 0.40
BENCH NAME= HOME/pub/bench/CPAI06/pigeons/pigeons-18.xml
COMMAND LINE= /tmp/evaluation/198536-1170093886/solver /tmp/evaluation/198536-1170093886 /tmp/evaluation/198536-1170093886/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node19/watcher-198536-1170093886 -o ROOT/results/node19/solver-198536-1170093886 -C 1800 -M 900  /tmp/evaluation/198536-1170093886/solver /tmp/evaluation/198536-1170093886 /tmp/evaluation/198536-1170093886/unknown.xml

META MD5SUM SOLVER= 0a27e717dfe98d83d9802fe0eea45073
MD5SUM BENCH=  28435801f17ea568530f60fb0a1947d0

RANDOM SEED= 235393862

TIME LIMIT= 1800 seconds

MEMORY LIMIT= 900 MiB


/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.214
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	: 5931.00
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.214
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:         62272 kB
Buffers:          6404 kB
Cached:        1782676 kB
SwapCached:          0 kB
Active:         142196 kB
Inactive:      1756948 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:         62272 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:          800064 kB
Writeback:           0 kB
Mapped:         135572 kB
Slab:            79196 kB
Committed_AS:   465788 kB
PageTables:       2332 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= 44569 MiB



End job on node19 on Mon Jan 29 18:34:59 UTC 2007