Trace number 246795

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.14 1810.23

General information on the benchmark

Namepigeons_glb/
pigeons-30_ext.xml
MD5SUM285358bbc4e43c1896369e46b4ab01c9
Bench CategoryGLOBAL (global constraints)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.011997
SatisfiableNO
(Un)Satisfiability was proved
Number of variables30
Number of constraints1
Maximum constraint arity30
Maximum domain size29
Number of constraints which are defined in extension0
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)allDifferent(1)

Solver Data (download as text)

0.04	c # Sugar v0-40 (/tmp/evaluation/246795-1170109396/sugar-v0-40.jar)
0.04	
0.04	c # MAIN  BEGIN : /tmp/evaluation/246795-1170109396/unknown.xml [Mon Jan 29 23:23:19 2007]
0.04	c # CONVERT_XML  BEGIN : /tmp/evaluation/246795-1170109396/unknown.xml /tmp/evaluation/246795-1170109396/sugar31605.csp [Mon Jan 29 23:23:19 2007]
0.04	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/246795-1170109396/sugar-v0-40.jar -convert /tmp/evaluation/246795-1170109396/unknown.xml /tmp/evaluation/246795-1170109396/sugar31605.csp
0.16	c BEGIN convert /tmp/evaluation/246795-1170109396/unknown.xml
0.24	c END convert (0.075996 seconds)
0.28	c # CONVERT_XML  END : /tmp/evaluation/246795-1170109396/sugar31605.csp 6300 bytes (0 seconds) [Mon Jan 29 23:23:19 2007]
0.28	c # CONVERT_XML  CPU : 0.18 = 0 + 0 + 0.15 + 0.03
0.28	
0.28	c # GENERATE_SAT  BEGIN : /tmp/evaluation/246795-1170109396/sugar31605.bcnf [Mon Jan 29 23:23:19 2007]
0.28	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/246795-1170109396/sugar-v0-40.jar -bcnf -map /tmp/evaluation/246795-1170109396/sugar31605.map /tmp/evaluation/246795-1170109396/sugar31605.csp /tmp/evaluation/246795-1170109396/sugar31605.bcnf
0.39	c BEGIN parse /tmp/evaluation/246795-1170109396/sugar31605.csp
0.59	c END parse (0.202841 seconds)
0.59	c BEGIN simplify
0.61	c END simplify (0.015543 seconds)
0.61	c BEGIN encode /tmp/evaluation/246795-1170109396/sugar31605.bcnf
0.68	c END encode (0.076519 seconds)
0.72	c # GENERATE_SAT  END : 1710 variables 26475 clauses 411684 bytes (0 seconds) [Mon Jan 29 23:23:19 2007]
0.72	c # GENERATE_SAT  CPU : 0.41 = 0.01 + 0 + 0.35 + 0.05
0.72	
0.72	c # SOLVE_SAT  BEGIN : /tmp/evaluation/246795-1170109396/sugar31605.bcnf [Mon Jan 29 23:23:19 2007]
0.72	c # CMD : /tmp/evaluation/246795-1170109396/minisat /tmp/evaluation/246795-1170109396/sugar31605.bcnf /tmp/evaluation/246795-1170109396/sugar31605.out
0.77	c ==================================[MINISAT]===================================
0.77	c | Conflicts |     ORIGINAL     |              LEARNT              | Progress |
0.77	c |           | Clauses Literals |   Limit Clauses Literals  Lit/Cl |          |
0.77	c ==============================================================================
0.77	c |         0 |   26475    76440 |    8825       0        0     nan |  0.000 % |
0.77	c |       100 |   26475    76440 |    9707     100      843     8.4 |  0.000 % |
0.77	c |       250 |   26475    76440 |   10678     250     1903     7.6 |  0.000 % |
0.77	c |       475 |   26475    76440 |   11746     475     4020     8.5 |  0.000 % |
0.77	c |       812 |   26475    76440 |   12920     812     6944     8.6 |  0.000 % |
0.78	c |      1318 |   26475    76440 |   14212    1318    11600     8.8 |  0.000 % |
0.80	c |      2077 |   26475    76440 |   15634    2077    17204     8.3 |  0.000 % |
0.84	c |      3216 |   26475    76440 |   17197    3216    30449     9.5 |  0.000 % |
0.89	c |      4925 |   26475    76440 |   18917    4925    46674     9.5 |  0.001 % |
0.97	c |      7488 |   26475    76440 |   20808    7488    70859     9.5 |  0.000 % |
1.20	c |     11332 |   26475    76440 |   22889   11332   120758    10.7 |  0.000 % |
1.57	c |     17098 |   26475    76440 |   25178   17098   200211    11.7 |  0.000 % |
2.04	c |     25748 |   26475    76440 |   27696   25748   298990    11.6 |  0.000 % |
2.92	c |     38722 |   26475    76440 |   30466   21821   289047    13.2 |  0.000 % |
4.24	c |     58184 |   26475    76440 |   33512   21873   264253    12.1 |  0.001 % |
7.06	c |     87377 |   26475    76440 |   36864   28019   483854    17.3 |  0.000 % |
12.56	c |    131167 |   26475    76440 |   40550   21415   311326    14.5 |  0.000 % |
23.40	c |    196853 |   26475    76440 |   44605   30685   484012    15.8 |  0.000 % |
39.76	c |    295379 |   26475    76440 |   49066   33129   551328    16.6 |  0.000 % |
70.02	c |    443168 |   26475    76440 |   53972   34954   566568    16.2 |  0.000 % |
121.16	c |    664851 |   26475    76440 |   59370   53367   955663    17.9 |  0.000 % |
202.99	c |    997377 |   26475    76440 |   65307   22757   357661    15.7 |  0.000 % |
349.05	c |   1496165 |   26475    76440 |   71837   59708  1071010    17.9 |  0.000 % |
597.84	c |   2244347 |   26475    76440 |   79021   53020   947643    17.9 |  0.000 % |
987.27	c |   3366622 |   26475    76440 |   86923   71586  1267512    17.7 |  0.000 % |
1626.23	c |   5050034 |   26475    76440 |   95616   21838   339245    15.5 |  0.000 % |
1810.18	s UNKNOWN
1810.18	c # ERROR No such file or directory /tmp/evaluation/246795-1170109396/sugar31605.out, at /tmp/evaluation/246795-1170109396/sugar line 393.
1810.18	
1810.18	
1810.18	s UNKNOWN
1810.18	c # INTERRUPTED
1810.18	c # MAIN  END :  (1810 seconds) [Mon Jan 29 23:53:29 2007]
1810.18	c # MAIN  CPU : 1800.08 = 0.01 + 0 + 1798.19 + 1.88
1810.18	

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/node9/watcher-246795-1170109396 -o ROOT/results/node9/solver-246795-1170109396 -C 1800 -M 900 /tmp/evaluation/246795-1170109396/solver /tmp/evaluation/246795-1170109396 /tmp/evaluation/246795-1170109396/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: 1.09 1.38 1.75 5/94 31606
/proc/meminfo: memFree=1255072/2055920 swapFree=4192812/4192956
[pid=31605] ppid=31603 vsize=18540 CPUtime=0
/proc/31605/stat : 31605 (runsolver) R 31603 31605 31276 0 -1 4194368 16 0 0 0 0 0 0 0 18 0 1 0 30894476 18984960 279 18446744073709551615 4194304 4267372 548682069040 18446744073709551615 215418989863 0 0 4096 24578 0 0 0 17 1 0 0
/proc/31605/statm: 4635 279 244 17 0 2626 0

[startup+0.108133 s]
/proc/loadavg: 1.09 1.38 1.75 5/94 31606
/proc/meminfo: memFree=1255072/2055920 swapFree=4192812/4192956
[pid=31605] ppid=31603 vsize=13724 CPUtime=0.03
/proc/31605/stat : 31605 (sugar) S 31603 31605 31276 0 -1 4194304 1112 0 0 0 3 0 0 0 18 0 1 0 30894476 14053376 805 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/31605/statm: 3431 805 368 3 0 531 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13724

[startup+0.516206 s]
/proc/loadavg: 1.09 1.38 1.75 5/94 31606
/proc/meminfo: memFree=1255072/2055920 swapFree=4192812/4192956
[pid=31605] ppid=31603 vsize=13724 CPUtime=0.21
/proc/31605/stat : 31605 (sugar) S 31603 31605 31276 0 -1 4194304 1190 3476 0 1 3 0 15 3 15 0 1 0 30894476 14053376 809 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/31605/statm: 3431 809 371 3 0 531 0
Current children cumulated CPU time (s) 0.21
Current children cumulated vsize (KiB) 13724

[startup+1.34536 s]
/proc/loadavg: 1.09 1.38 1.75 3/95 31623
/proc/meminfo: memFree=1248920/2055920 swapFree=4192812/4192956
[pid=31605] ppid=31603 vsize=14120 CPUtime=0.62
/proc/31605/stat : 31605 (sugar) S 31603 31605 31276 0 -1 4194304 1422 8618 0 2 4 0 50 8 15 0 1 0 30894476 14458880 935 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/31605/statm: 3530 935 373 3 0 630 0
[pid=31623] ppid=31605 vsize=3872 CPUtime=0.6
/proc/31623/stat : 31623 (minisat) R 31605 31605 31276 0 -1 0 755 0 0 0 60 0 0 0 23 0 1 0 30894549 3964928 639 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528429 0 0 4096 3 0 0 0 17 0 0 0
/proc/31623/statm: 968 639 52 112 0 852 0
Current children cumulated CPU time (s) 1.22
Current children cumulated vsize (KiB) 17992

[startup+2.99168 s]
/proc/loadavg: 1.09 1.38 1.75 4/95 31623
/proc/meminfo: memFree=1248408/2055920 swapFree=4192812/4192956
[pid=31605] ppid=31603 vsize=14120 CPUtime=0.62
/proc/31605/stat : 31605 (sugar) S 31603 31605 31276 0 -1 4194304 1422 8618 0 2 4 0 50 8 16 0 1 0 30894476 14458880 935 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/31605/statm: 3530 935 373 3 0 630 0
[pid=31623] ppid=31605 vsize=5260 CPUtime=2.24
/proc/31623/stat : 31623 (minisat) R 31605 31605 31276 0 -1 0 1077 0 0 0 224 0 0 0 25 0 1 0 30894549 5386240 961 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528758 0 0 4096 3 0 0 0 17 0 0 0
/proc/31623/statm: 1315 961 52 112 0 1199 0
Current children cumulated CPU time (s) 2.86
Current children cumulated vsize (KiB) 19380

[startup+6.27132 s]
/proc/loadavg: 1.16 1.39 1.75 3/95 31623
/proc/meminfo: memFree=1245976/2055920 swapFree=4192812/4192956
[pid=31605] ppid=31603 vsize=14120 CPUtime=0.62
/proc/31605/stat : 31605 (sugar) S 31603 31605 31276 0 -1 4194304 1422 8618 0 2 4 0 50 8 16 0 1 0 30894476 14458880 935 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/31605/statm: 3530 935 373 3 0 630 0
[pid=31623] ppid=31605 vsize=6456 CPUtime=5.5
/proc/31623/stat : 31623 (minisat) R 31605 31605 31276 0 -1 0 1394 0 0 0 550 0 0 0 25 0 1 0 30894549 6610944 1278 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/31623/statm: 1614 1278 52 112 0 1498 0
Current children cumulated CPU time (s) 6.12
Current children cumulated vsize (KiB) 20576

[startup+12.6926 s]
/proc/loadavg: 1.23 1.40 1.75 3/95 31623
/proc/meminfo: memFree=1245528/2055920 swapFree=4192812/4192956
[pid=31605] ppid=31603 vsize=14120 CPUtime=0.62
/proc/31605/stat : 31605 (sugar) S 31603 31605 31276 0 -1 4194304 1422 8618 0 2 4 0 50 8 16 0 1 0 30894476 14458880 935 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/31605/statm: 3530 935 373 3 0 630 0
[pid=31623] ppid=31605 vsize=7920 CPUtime=11.88
/proc/31623/stat : 31623 (minisat) R 31605 31605 31276 0 -1 0 1731 0 0 0 1188 0 0 0 25 0 1 0 30894549 8110080 1615 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528559 0 0 4096 3 0 0 0 17 0 0 0
/proc/31623/statm: 1980 1615 52 112 0 1864 0
Current children cumulated CPU time (s) 12.5
Current children cumulated vsize (KiB) 22040

[startup+25.525 s]
/proc/loadavg: 1.55 1.46 1.76 3/95 31623
/proc/meminfo: memFree=1243160/2055920 swapFree=4192812/4192956
[pid=31605] ppid=31603 vsize=14120 CPUtime=0.62
/proc/31605/stat : 31605 (sugar) S 31603 31605 31276 0 -1 4194304 1422 8618 0 2 4 0 50 8 16 0 1 0 30894476 14458880 935 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/31605/statm: 3530 935 373 3 0 630 0
[pid=31623] ppid=31605 vsize=9504 CPUtime=24.66
/proc/31623/stat : 31623 (minisat) R 31605 31605 31276 0 -1 0 2125 0 0 0 2465 1 0 0 25 0 1 0 30894549 9732096 2009 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528416 0 0 4096 3 0 0 0 17 0 0 0
/proc/31623/statm: 2376 2009 52 112 0 2260 0
Current children cumulated CPU time (s) 25.28
Current children cumulated vsize (KiB) 23624

[startup+51.194 s]
/proc/loadavg: 1.77 1.52 1.77 3/95 31623
/proc/meminfo: memFree=1241944/2055920 swapFree=4192812/4192956
[pid=31605] ppid=31603 vsize=14120 CPUtime=0.62
/proc/31605/stat : 31605 (sugar) S 31603 31605 31276 0 -1 4194304 1422 8618 0 2 4 0 50 8 16 0 1 0 30894476 14458880 935 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/31605/statm: 3530 935 373 3 0 630 0
[pid=31623] ppid=31605 vsize=11704 CPUtime=50.19
/proc/31623/stat : 31623 (minisat) R 31605 31605 31276 0 -1 0 2661 0 0 0 5018 1 0 0 25 0 1 0 30894549 11984896 2545 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/31623/statm: 2926 2545 52 112 0 2810 0
Current children cumulated CPU time (s) 50.81
Current children cumulated vsize (KiB) 25824

[startup+102.435 s]
/proc/loadavg: 2.02 1.62 1.79 3/95 31623
/proc/meminfo: memFree=1238872/2055920 swapFree=4192812/4192956
[pid=31605] ppid=31603 vsize=14120 CPUtime=0.62
/proc/31605/stat : 31605 (sugar) S 31603 31605 31276 0 -1 4194304 1422 8618 0 2 4 0 50 8 16 0 1 0 30894476 14458880 935 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/31605/statm: 3530 935 373 3 0 630 0
[pid=31623] ppid=31605 vsize=13820 CPUtime=101.16
/proc/31623/stat : 31623 (minisat) R 31605 31605 31276 0 -1 0 3152 0 0 0 10114 2 0 0 25 0 1 0 30894549 14151680 3036 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528342 0 0 4096 3 0 0 0 17 0 0 0
/proc/31623/statm: 3455 3036 52 112 0 3339 0
Current children cumulated CPU time (s) 101.78
Current children cumulated vsize (KiB) 27940

[startup+162.506 s]
/proc/loadavg: 2.14 1.72 1.82 3/95 31623
/proc/meminfo: memFree=1237272/2055920 swapFree=4192812/4192956
[pid=31605] ppid=31603 vsize=14120 CPUtime=0.62
/proc/31605/stat : 31605 (sugar) S 31603 31605 31276 0 -1 4194304 1422 8618 0 2 4 0 50 8 16 0 1 0 30894476 14458880 935 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/31605/statm: 3530 935 373 3 0 630 0
[pid=31623] ppid=31605 vsize=16356 CPUtime=160.93
/proc/31623/stat : 31623 (minisat) R 31605 31605 31276 0 -1 0 3755 0 0 0 16090 3 0 0 25 0 1 0 30894549 16748544 3639 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/31623/statm: 4089 3639 52 112 0 3973 0
Current children cumulated CPU time (s) 161.55
Current children cumulated vsize (KiB) 30476

[startup+222.581 s]
/proc/loadavg: 2.27 1.83 1.85 3/95 31623
/proc/meminfo: memFree=1235544/2055920 swapFree=4192812/4192956
[pid=31605] ppid=31603 vsize=14120 CPUtime=0.62
/proc/31605/stat : 31605 (sugar) S 31603 31605 31276 0 -1 4194304 1422 8618 0 2 4 0 50 8 16 0 1 0 30894476 14458880 935 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/31605/statm: 3530 935 373 3 0 630 0
[pid=31623] ppid=31605 vsize=18052 CPUtime=220.69
/proc/31623/stat : 31623 (minisat) R 31605 31605 31276 0 -1 0 4141 0 0 0 22065 4 0 0 25 0 1 0 30894549 18485248 4025 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528429 0 0 4096 3 0 0 0 17 0 0 0
/proc/31623/statm: 4513 4025 52 112 0 4397 0
Current children cumulated CPU time (s) 221.31
Current children cumulated vsize (KiB) 32172

[startup+282.666 s]
/proc/loadavg: 2.29 1.92 1.87 3/95 31623
/proc/meminfo: memFree=1233688/2055920 swapFree=4192812/4192956
[pid=31605] ppid=31603 vsize=14120 CPUtime=0.62
/proc/31605/stat : 31605 (sugar) S 31603 31605 31276 0 -1 4194304 1422 8618 0 2 4 0 50 8 16 0 1 0 30894476 14458880 935 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/31605/statm: 3530 935 373 3 0 630 0
[pid=31623] ppid=31605 vsize=20212 CPUtime=280.47
/proc/31623/stat : 31623 (minisat) R 31605 31605 31276 0 -1 0 4649 0 0 0 28042 5 0 0 25 0 1 0 30894549 20697088 4533 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/31623/statm: 5053 4533 52 112 0 4937 0
Current children cumulated CPU time (s) 281.09
Current children cumulated vsize (KiB) 34332

[startup+342.736 s]
/proc/loadavg: 2.28 1.98 1.89 3/95 31623
/proc/meminfo: memFree=1233048/2055920 swapFree=4192812/4192956
[pid=31605] ppid=31603 vsize=14120 CPUtime=0.62
/proc/31605/stat : 31605 (sugar) S 31603 31605 31276 0 -1 4194304 1422 8618 0 2 4 0 50 8 16 0 1 0 30894476 14458880 935 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/31605/statm: 3530 935 373 3 0 630 0
[pid=31623] ppid=31605 vsize=20684 CPUtime=340.24
/proc/31623/stat : 31623 (minisat) R 31605 31605 31276 0 -1 0 4778 0 0 0 34019 5 0 0 25 0 1 0 30894549 21180416 4662 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528342 0 0 4096 3 0 0 0 17 0 0 0
/proc/31623/statm: 5171 4662 52 112 0 5055 0
Current children cumulated CPU time (s) 340.86
Current children cumulated vsize (KiB) 34804

[startup+402.806 s]
/proc/loadavg: 2.24 2.02 1.91 3/95 31623
/proc/meminfo: memFree=1230232/2055920 swapFree=4192812/4192956
[pid=31605] ppid=31603 vsize=14120 CPUtime=0.62
/proc/31605/stat : 31605 (sugar) S 31603 31605 31276 0 -1 4194304 1422 8618 0 2 4 0 50 8 16 0 1 0 30894476 14458880 935 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/31605/statm: 3530 935 373 3 0 630 0
[pid=31623] ppid=31605 vsize=22496 CPUtime=399.98
/proc/31623/stat : 31623 (minisat) R 31605 31605 31276 0 -1 0 5193 0 0 0 39993 5 0 0 25 0 1 0 30894549 23035904 5077 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528506 0 0 4096 3 0 0 0 17 0 0 0
/proc/31623/statm: 5624 5077 52 112 0 5508 0
Current children cumulated CPU time (s) 400.6
Current children cumulated vsize (KiB) 36616

[startup+462.878 s]
/proc/loadavg: 2.33 2.08 1.94 5/95 31623
/proc/meminfo: memFree=1230168/2055920 swapFree=4192812/4192956
[pid=31605] ppid=31603 vsize=14120 CPUtime=0.62
/proc/31605/stat : 31605 (sugar) S 31603 31605 31276 0 -1 4194304 1422 8618 0 2 4 0 50 8 16 0 1 0 30894476 14458880 935 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/31605/statm: 3530 935 373 3 0 630 0
[pid=31623] ppid=31605 vsize=23780 CPUtime=459.75
/proc/31623/stat : 31623 (minisat) R 31605 31605 31276 0 -1 0 5492 0 0 0 45969 6 0 0 25 0 1 0 30894549 24350720 5376 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528758 0 0 4096 3 0 0 0 17 0 0 0
/proc/31623/statm: 5945 5376 52 112 0 5829 0
Current children cumulated CPU time (s) 460.37
Current children cumulated vsize (KiB) 37900

[startup+522.954 s]
/proc/loadavg: 2.28 2.12 1.96 3/95 31623
/proc/meminfo: memFree=1228952/2055920 swapFree=4192812/4192956
[pid=31605] ppid=31603 vsize=14120 CPUtime=0.62
/proc/31605/stat : 31605 (sugar) S 31603 31605 31276 0 -1 4194304 1422 8618 0 2 4 0 50 8 16 0 1 0 30894476 14458880 935 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/31605/statm: 3530 935 373 3 0 630 0
[pid=31623] ppid=31605 vsize=24644 CPUtime=519.52
/proc/31623/stat : 31623 (minisat) R 31605 31605 31276 0 -1 0 5694 0 0 0 51946 6 0 0 25 0 1 0 30894549 25235456 5578 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/31623/statm: 6161 5578 52 112 0 6045 0
Current children cumulated CPU time (s) 520.14

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

/proc/31605/stat : 31605 (sugar) S 31603 31605 31276 0 -1 4194304 1422 8618 0 2 4 0 50 8 16 0 1 0 30894476 14458880 935 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/31605/statm: 3530 935 373 3 0 630 0
[pid=31623] ppid=31605 vsize=30740 CPUtime=1057.38
/proc/31623/stat : 31623 (minisat) R 31605 31605 31276 0 -1 0 7114 0 0 0 105727 11 0 0 25 0 1 0 30894549 31477760 6998 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/31623/statm: 7685 6998 52 112 0 7569 0
Current children cumulated CPU time (s) 1058
Current children cumulated vsize (KiB) 44860

[startup+1123.65 s]
/proc/loadavg: 2.16 2.15 2.05 3/95 31625
/proc/meminfo: memFree=1220824/2055920 swapFree=4192812/4192956
[pid=31605] ppid=31603 vsize=14120 CPUtime=0.62
/proc/31605/stat : 31605 (sugar) S 31603 31605 31276 0 -1 4194304 1422 8618 0 2 4 0 50 8 16 0 1 0 30894476 14458880 935 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/31605/statm: 3530 935 373 3 0 630 0
[pid=31623] ppid=31605 vsize=31332 CPUtime=1117.12
/proc/31623/stat : 31623 (minisat) R 31605 31605 31276 0 -1 0 7220 0 0 0 111701 11 0 0 25 0 1 0 30894549 32083968 7104 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/31623/statm: 7833 7104 52 112 0 7717 0
Current children cumulated CPU time (s) 1117.74
Current children cumulated vsize (KiB) 45452

[startup+1183.72 s]
/proc/loadavg: 2.16 2.15 2.05 3/95 31625
/proc/meminfo: memFree=1220248/2055920 swapFree=4192812/4192956
[pid=31605] ppid=31603 vsize=14120 CPUtime=0.62
/proc/31605/stat : 31605 (sugar) S 31603 31605 31276 0 -1 4194304 1422 8618 0 2 4 0 50 8 16 0 1 0 30894476 14458880 935 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/31605/statm: 3530 935 373 3 0 630 0
[pid=31623] ppid=31605 vsize=31800 CPUtime=1176.9
/proc/31623/stat : 31623 (minisat) R 31605 31605 31276 0 -1 0 7330 0 0 0 117679 11 0 0 25 0 1 0 30894549 32563200 7214 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/31623/statm: 7950 7214 52 112 0 7834 0
Current children cumulated CPU time (s) 1177.52
Current children cumulated vsize (KiB) 45920

[startup+1243.79 s]
/proc/loadavg: 2.20 2.16 2.06 3/95 31625
/proc/meminfo: memFree=1219416/2055920 swapFree=4192812/4192956
[pid=31605] ppid=31603 vsize=14120 CPUtime=0.62
/proc/31605/stat : 31605 (sugar) S 31603 31605 31276 0 -1 4194304 1422 8618 0 2 4 0 50 8 16 0 1 0 30894476 14458880 935 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/31605/statm: 3530 935 373 3 0 630 0
[pid=31623] ppid=31605 vsize=32372 CPUtime=1236.68
/proc/31623/stat : 31623 (minisat) R 31605 31605 31276 0 -1 0 7496 0 0 0 123656 12 0 0 25 0 1 0 30894549 33148928 7380 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528768 0 0 4096 3 0 0 0 17 0 0 0
/proc/31623/statm: 8093 7380 52 112 0 7977 0
Current children cumulated CPU time (s) 1237.3
Current children cumulated vsize (KiB) 46492

[startup+1303.85 s]
/proc/loadavg: 2.67 2.29 2.11 3/96 31691
/proc/meminfo: memFree=1139400/2055920 swapFree=4192812/4192956
[pid=31605] ppid=31603 vsize=14120 CPUtime=0.62
/proc/31605/stat : 31605 (sugar) S 31603 31605 31276 0 -1 4194304 1422 8618 0 2 4 0 50 8 16 0 1 0 30894476 14458880 935 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/31605/statm: 3530 935 373 3 0 630 0
[pid=31623] ppid=31605 vsize=33532 CPUtime=1296.36
/proc/31623/stat : 31623 (minisat) R 31605 31605 31276 0 -1 0 7727 0 0 0 129611 25 0 0 25 0 1 0 30894549 34336768 7611 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528782 0 0 4096 3 0 0 0 17 0 0 0
/proc/31623/statm: 8383 7611 52 112 0 8267 0
Current children cumulated CPU time (s) 1296.98
Current children cumulated vsize (KiB) 47652

[startup+1363.92 s]
/proc/loadavg: 2.61 2.33 2.13 3/96 31691
/proc/meminfo: memFree=181768/2055920 swapFree=4192812/4192956
[pid=31605] ppid=31603 vsize=14120 CPUtime=0.62
/proc/31605/stat : 31605 (sugar) S 31603 31605 31276 0 -1 4194304 1422 8618 0 2 4 0 50 8 16 0 1 0 30894476 14458880 935 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/31605/statm: 3530 935 373 3 0 630 0
[pid=31623] ppid=31605 vsize=33720 CPUtime=1356.05
/proc/31623/stat : 31623 (minisat) R 31605 31605 31276 0 -1 0 7781 0 0 0 135563 42 0 0 25 0 1 0 30894549 34529280 7665 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528426 0 0 4096 3 0 0 0 17 0 0 0
/proc/31623/statm: 8430 7665 52 112 0 8314 0
Current children cumulated CPU time (s) 1356.67
Current children cumulated vsize (KiB) 47840

[startup+1423.96 s]
/proc/loadavg: 2.57 2.36 2.15 3/96 31691
/proc/meminfo: memFree=16200/2055920 swapFree=4192812/4192956
[pid=31605] ppid=31603 vsize=14120 CPUtime=0.62
/proc/31605/stat : 31605 (sugar) S 31603 31605 31276 0 -1 4194304 1422 8618 0 2 4 0 50 8 16 0 1 0 30894476 14458880 935 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/31605/statm: 3530 935 373 3 0 630 0
[pid=31623] ppid=31605 vsize=34196 CPUtime=1415.73
/proc/31623/stat : 31623 (minisat) R 31605 31605 31276 0 -1 0 7897 0 0 0 141512 61 0 0 25 0 1 0 30894549 35016704 7781 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134525038 0 0 4096 3 0 0 0 17 0 0 0
/proc/31623/statm: 8549 7781 52 112 0 8433 0
Current children cumulated CPU time (s) 1416.35
Current children cumulated vsize (KiB) 48316

[startup+1484.02 s]
/proc/loadavg: 2.84 2.46 2.20 3/96 31691
/proc/meminfo: memFree=16264/2055920 swapFree=4192812/4192956
[pid=31605] ppid=31603 vsize=14120 CPUtime=0.62
/proc/31605/stat : 31605 (sugar) S 31603 31605 31276 0 -1 4194304 1422 8618 0 2 4 0 50 8 16 0 1 0 30894476 14458880 935 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/31605/statm: 3530 935 373 3 0 630 0
[pid=31623] ppid=31605 vsize=34692 CPUtime=1475.39
/proc/31623/stat : 31623 (minisat) R 31605 31605 31276 0 -1 0 7999 0 0 0 147461 78 0 0 25 0 1 0 30894549 35524608 7883 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528418 0 0 4096 3 0 0 0 17 0 0 0
/proc/31623/statm: 8673 7883 52 112 0 8557 0
Current children cumulated CPU time (s) 1476.01
Current children cumulated vsize (KiB) 48812

[startup+1544.08 s]
/proc/loadavg: 3.13 2.62 2.27 3/96 31691
/proc/meminfo: memFree=15368/2055920 swapFree=4192812/4192956
[pid=31605] ppid=31603 vsize=14120 CPUtime=0.62
/proc/31605/stat : 31605 (sugar) S 31603 31605 31276 0 -1 4194304 1422 8618 0 2 4 0 50 8 16 0 1 0 30894476 14458880 935 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/31605/statm: 3530 935 373 3 0 630 0
[pid=31623] ppid=31605 vsize=35048 CPUtime=1535.09
/proc/31623/stat : 31623 (minisat) R 31605 31605 31276 0 -1 0 8068 0 0 0 153411 98 0 0 25 0 1 0 30894549 35889152 7952 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/31623/statm: 8762 7952 52 112 0 8646 0
Current children cumulated CPU time (s) 1535.71
Current children cumulated vsize (KiB) 49168

[startup+1604.14 s]
/proc/loadavg: 3.25 2.75 2.33 4/96 31691
/proc/meminfo: memFree=15624/2055920 swapFree=4192812/4192956
[pid=31605] ppid=31603 vsize=14120 CPUtime=0.62
/proc/31605/stat : 31605 (sugar) S 31603 31605 31276 0 -1 4194304 1422 8618 0 2 4 0 50 8 16 0 1 0 30894476 14458880 935 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/31605/statm: 3530 935 373 3 0 630 0
[pid=31623] ppid=31605 vsize=35048 CPUtime=1594.75
/proc/31623/stat : 31623 (minisat) R 31605 31605 31276 0 -1 0 8086 0 0 0 159361 114 0 0 25 0 1 0 30894549 35889152 7970 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134527991 0 0 4096 3 0 0 0 17 0 0 0
/proc/31623/statm: 8762 7970 52 112 0 8646 0
Current children cumulated CPU time (s) 1595.37
Current children cumulated vsize (KiB) 49168

[startup+1664.2 s]
/proc/loadavg: 3.71 2.98 2.44 3/96 31691
/proc/meminfo: memFree=15688/2055920 swapFree=4192812/4192956
[pid=31605] ppid=31603 vsize=14120 CPUtime=0.62
/proc/31605/stat : 31605 (sugar) S 31603 31605 31276 0 -1 4194304 1422 8618 0 2 4 0 50 8 16 0 1 0 30894476 14458880 935 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/31605/statm: 3530 935 373 3 0 630 0
[pid=31623] ppid=31605 vsize=35860 CPUtime=1654.41
/proc/31623/stat : 31623 (minisat) R 31605 31605 31276 0 -1 0 8241 0 0 0 165307 134 0 0 25 0 1 0 30894549 36720640 8125 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/31623/statm: 8965 8125 52 112 0 8849 0
Current children cumulated CPU time (s) 1655.03
Current children cumulated vsize (KiB) 49980

[startup+1724.25 s]
/proc/loadavg: 2.78 2.84 2.42 3/96 31691
/proc/meminfo: memFree=15432/2055920 swapFree=4192812/4192956
[pid=31605] ppid=31603 vsize=14120 CPUtime=0.62
/proc/31605/stat : 31605 (sugar) S 31603 31605 31276 0 -1 4194304 1422 8618 0 2 4 0 50 8 16 0 1 0 30894476 14458880 935 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/31605/statm: 3530 935 373 3 0 630 0
[pid=31623] ppid=31605 vsize=36844 CPUtime=1714.09
/proc/31623/stat : 31623 (minisat) R 31605 31605 31276 0 -1 0 8453 0 0 0 171255 154 0 0 25 0 1 0 30894549 37728256 8337 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528392 0 0 4096 3 0 0 0 17 0 0 0
/proc/31623/statm: 9211 8337 52 112 0 9095 0
Current children cumulated CPU time (s) 1714.71
Current children cumulated vsize (KiB) 50964

[startup+1784.31 s]
/proc/loadavg: 2.28 2.69 2.39 3/96 31691
/proc/meminfo: memFree=15944/2055920 swapFree=4192812/4192956
[pid=31605] ppid=31603 vsize=14120 CPUtime=0.62
/proc/31605/stat : 31605 (sugar) S 31603 31605 31276 0 -1 4194304 1422 8618 0 2 4 0 50 8 16 0 1 0 30894476 14458880 935 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/31605/statm: 3530 935 373 3 0 630 0
[pid=31623] ppid=31605 vsize=37852 CPUtime=1773.77
/proc/31623/stat : 31623 (minisat) R 31605 31605 31276 0 -1 0 8664 0 0 0 177205 172 0 0 25 0 1 0 30894549 38760448 8548 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528695 0 0 4096 3 0 0 0 17 0 0 0
/proc/31623/statm: 9463 8548 52 112 0 9347 0
Current children cumulated CPU time (s) 1774.39
Current children cumulated vsize (KiB) 51972



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1810.18 s]
/proc/loadavg: 2.29 2.65 2.39 3/96 31691
/proc/meminfo: memFree=15496/2055920 swapFree=4192812/4192956
[pid=31605] ppid=31603 vsize=14120 CPUtime=0.62
/proc/31605/stat : 31605 (sugar) S 31603 31605 31276 0 -1 4194304 1422 8618 0 2 4 0 50 8 16 0 1 0 30894476 14458880 935 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/31605/statm: 3530 935 373 3 0 630 0
[pid=31623] ppid=31605 vsize=37996 CPUtime=1799.46
/proc/31623/stat : 31623 (minisat) R 31605 31605 31276 0 -1 0 8706 0 0 0 179768 178 0 0 25 0 1 0 30894549 38907904 8590 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/31623/statm: 9499 8590 52 112 0 9383 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 52116

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

Child status: 1
Real time (s): 1810.23
CPU time (s): 1800.14
CPU user time (s): 1798.24
CPU system time (s): 1.89271
CPU usage (%): 99.4424
Max. virtual memory (cumulated for all children) (KiB): 52116

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.24
system time used= 1.89271
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 18836
page faults= 2
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 672
involuntary context switches= 60990

runsolver used 1.85772 s user time and 5.18521 s system time

The end

Launcher Data (download as text)

Begin job on node9 on Mon Jan 29 22:23:17 UTC 2007


IDJOB= 246795
IDBENCH= 10724
IDSOLVER= 86
FILE ID= node9/246795-1170109396

PBS_JOBID= 3690011

Free space on /tmp= 66548 MiB

SOLVER NAME= sugar 0.40
BENCH NAME= HOME/pub/bench/CPAI06/pigeons_glb/pigeons-30_ext.xml
COMMAND LINE= /tmp/evaluation/246795-1170109396/solver /tmp/evaluation/246795-1170109396 /tmp/evaluation/246795-1170109396/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node9/watcher-246795-1170109396 -o ROOT/results/node9/solver-246795-1170109396 -C 1800 -M 900  /tmp/evaluation/246795-1170109396/solver /tmp/evaluation/246795-1170109396 /tmp/evaluation/246795-1170109396/unknown.xml

META MD5SUM SOLVER= 0a27e717dfe98d83d9802fe0eea45073
MD5SUM BENCH=  285358bbc4e43c1896369e46b4ab01c9

RANDOM SEED= 373054180

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.263
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.263
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:       1255104 kB
Buffers:         24156 kB
Cached:          69820 kB
SwapCached:          0 kB
Active:         716280 kB
Inactive:        37928 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1255104 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:             964 kB
Writeback:           0 kB
Mapped:         685760 kB
Slab:            30144 kB
Committed_AS:  1483056 kB
PageTables:       3364 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= 58439 MiB



End job on node9 on Mon Jan 29 22:53:32 UTC 2007