Trace number 252990

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.40UNSAT 27.08 27.5205

General information on the benchmark

Namecoloring/
myciel-5g-5-ext.xml
MD5SUM6350e3a68b258bb6cda8764f11403dc3
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark27.08
SatisfiableNO
(Un)Satisfiability was proved
Number of variables47
Number of constraints236
Maximum constraint arity2
Maximum domain size5
Number of constraints which are defined in extension236
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.05	c # Sugar v0-40 (/tmp/evaluation/252990-1170112328/sugar-v0-40.jar)
0.05	
0.05	c # MAIN  BEGIN : /tmp/evaluation/252990-1170112328/unknown.xml [Tue Jan 30 00:12:09 2007]
0.05	c # CONVERT_XML  BEGIN : /tmp/evaluation/252990-1170112328/unknown.xml /tmp/evaluation/252990-1170112328/sugar29452.csp [Tue Jan 30 00:12:09 2007]
0.05	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/252990-1170112328/sugar-v0-40.jar -convert /tmp/evaluation/252990-1170112328/unknown.xml /tmp/evaluation/252990-1170112328/sugar29452.csp
0.17	c BEGIN convert /tmp/evaluation/252990-1170112328/unknown.xml
0.38	c END convert (0.212015 seconds)
0.39	c # CONVERT_XML  END : /tmp/evaluation/252990-1170112328/sugar29452.csp 37802 bytes (0 seconds) [Tue Jan 30 00:12:09 2007]
0.39	c # CONVERT_XML  CPU : 0 = 0 + 0 + 0 + 0
0.39	
0.39	c # GENERATE_SAT  BEGIN : /tmp/evaluation/252990-1170112328/sugar29452.bcnf [Tue Jan 30 00:12:09 2007]
0.39	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/252990-1170112328/sugar-v0-40.jar -bcnf -map /tmp/evaluation/252990-1170112328/sugar29452.map /tmp/evaluation/252990-1170112328/sugar29452.csp /tmp/evaluation/252990-1170112328/sugar29452.bcnf
0.51	c BEGIN parse /tmp/evaluation/252990-1170112328/sugar29452.csp
0.91	c END parse (0.404112 seconds)
0.91	c BEGIN simplify
0.92	c END simplify (0.003555 seconds)
0.92	c BEGIN encode /tmp/evaluation/252990-1170112328/sugar29452.bcnf
0.95	c END encode (0.036087 seconds)
0.99	c # GENERATE_SAT  END : 188 variables 1321 clauses 21540 bytes (1 seconds) [Tue Jan 30 00:12:10 2007]
0.99	c # GENERATE_SAT  CPU : 0.01 = 0 + 0.01 + 0 + 0
0.99	
0.99	c # SOLVE_SAT  BEGIN : /tmp/evaluation/252990-1170112328/sugar29452.bcnf [Tue Jan 30 00:12:10 2007]
0.99	c # CMD : /tmp/evaluation/252990-1170112328/minisat /tmp/evaluation/252990-1170112328/sugar29452.bcnf /tmp/evaluation/252990-1170112328/sugar29452.out
0.99	c ==================================[MINISAT]===================================
0.99	c | Conflicts |     ORIGINAL     |              LEARNT              | Progress |
0.99	c |           | Clauses Literals |   Limit Clauses Literals  Lit/Cl |          |
0.99	c ==============================================================================
0.99	c |         0 |    1321     4058 |     440       0        0     nan |  0.000 % |
0.99	c |       100 |    1321     4058 |     484     100     2510    25.1 |  0.003 % |
1.00	c |       251 |    1321     4058 |     532     251     5067    20.2 |  0.006 % |
1.00	c |       476 |    1321     4058 |     585     476     8820    18.5 |  0.006 % |
1.01	c |       813 |    1321     4058 |     644     484     8635    17.8 |  0.006 % |
1.02	c |      1322 |    1321     4058 |     708     640    10745    16.8 |  0.006 % |
1.04	c |      2085 |    1321     4058 |     779     620     9624    15.5 |  0.009 % |
1.07	c |      3225 |    1321     4058 |     857     496     7634    15.4 |  0.009 % |
1.11	c |      4933 |    1321     4058 |     943     835    13341    16.0 |  0.009 % |
1.19	c |      7495 |    1321     4058 |    1037     876    14151    16.2 |  0.009 % |
1.30	c |     11339 |    1321     4058 |    1141     893    13446    15.1 |  0.006 % |
1.47	c |     17106 |    1321     4058 |    1255     650     9753    15.0 |  0.009 % |
1.73	c |     25755 |    1321     4058 |    1380     773    11279    14.6 |  0.009 % |
2.11	c |     38731 |    1321     4058 |    1518     882    12940    14.7 |  0.006 % |
2.76	c |     58192 |    1321     4058 |    1670    1452    26217    18.1 |  0.074 % |
3.73	c |     87385 |    1321     4058 |    1837    1412    21510    15.2 |  0.009 % |
5.28	c |    131175 |    1321     4058 |    2021    1713    30664    17.9 |  0.006 % |
7.66	c |    196859 |    1322     4058 |    2223    1093    18919    17.3 |  0.011 % |
11.38	c |    295385 |    1322     4058 |    2446    1839    28947    15.7 |  0.006 % |
17.25	c |    443174 |    1323     4058 |    2690    2354    36061    15.3 |  0.003 % |
26.27	c |    664857 |    1244     3866 |    2960    2754    34156    12.4 |  2.688 % |
27.51	c ==============================================================================
27.51	c restarts              : 21
27.51	c conflicts             : 696601         (26566 /sec)
27.51	c decisions             : 871190         (33224 /sec)
27.51	c propagations          : 23485886       (895655 /sec)
27.51	c conflict literals     : 12059057       (7.39 % deleted)
27.51	c Memory used           : 2.39 MB
27.51	c CPU time              : 26.222 s
27.51	c 
27.51	c UNSATISFIABLE
27.51	c # SOLVE_SAT  END : UNSATISFIABLE (26 seconds) [Tue Jan 30 00:12:36 2007]
27.51	c # SOLVE_SAT  CPU : 26.26 = 0 + 0 + 26.22 + 0.04
27.51	
27.51	c # RESULT : UNSATISFIABLE
27.51	
27.51	c # OUTPUT_SOL  BEGIN : UNSAT  [Tue Jan 30 00:12:36 2007]
27.51	s UNSATISFIABLE
27.51	c # OUTPUT_SOL  END :  (0 seconds) [Tue Jan 30 00:12:36 2007]
27.51	c # OUTPUT_SOL  CPU : 0 = 0 + 0 + 0 + 0
27.51	
27.51	c # MAIN  END :  (27 seconds) [Tue Jan 30 00:12:36 2007]
27.51	c # MAIN  CPU : 26.27 = 0 + 0.01 + 26.22 + 0.04
27.51	

Verifier Data (download as text)

No possible verification on an UNSAT instance

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node6/watcher-252990-1170112328 -o ROOT/results/node6/solver-252990-1170112328 -C 1800 -M 900 /tmp/evaluation/252990-1170112328/solver /tmp/evaluation/252990-1170112328 /tmp/evaluation/252990-1170112328/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.83 2.61 2.63 5/94 29453
/proc/meminfo: memFree=1547480/2055924 swapFree=4192812/4192956
[pid=29452] ppid=29450 vsize=5352 CPUtime=0
/proc/29452/stat : 29452 (solver) R 29450 29452 29130 0 -1 4194304 264 0 0 0 0 0 0 0 20 0 1 0 31187590 5480448 231 18446744073709551615 4194304 4889804 548682069296 18446744073709551615 268582841639 0 0 4096 0 0 0 0 17 1 0 0
/proc/29452/statm: 1338 231 193 169 0 49 0

[startup+0.10536 s]
/proc/loadavg: 2.83 2.61 2.63 5/94 29453
/proc/meminfo: memFree=1547480/2055924 swapFree=4192812/4192956
[pid=29452] ppid=29450 vsize=13724 CPUtime=0.03
/proc/29452/stat : 29452 (sugar) S 29450 29452 29130 0 -1 4194304 1112 0 0 0 3 0 0 0 20 0 1 0 31187590 14053376 805 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29452/statm: 3431 805 368 3 0 531 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13724

[startup+0.513437 s]
/proc/loadavg: 2.83 2.61 2.63 5/94 29453
/proc/meminfo: memFree=1547480/2055924 swapFree=4192812/4192956
[pid=29452] ppid=29450 vsize=13724 CPUtime=0.04
/proc/29452/stat : 29452 (sugar) S 29450 29452 29130 0 -1 4194304 1188 0 0 0 3 1 0 0 16 0 1 0 31187590 14053376 808 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29452/statm: 3431 808 370 3 0 531 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13724

[startup+1.33663 s]
/proc/loadavg: 2.83 2.61 2.63 4/98 29470
/proc/meminfo: memFree=1541048/2055924 swapFree=4192812/4192956
[pid=29452] ppid=29450 vsize=13724 CPUtime=0.04
/proc/29452/stat : 29452 (sugar) S 29450 29452 29130 0 -1 4194304 1282 0 0 0 3 1 0 0 15 0 1 0 31187590 14053376 820 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29452/statm: 3431 820 373 3 0 531 0
[pid=29454] ppid=29452 vsize=0 CPUtime=0.32
/proc/29454/stat : 29454 (java) Z 29452 29452 29130 0 -1 1036 3922 0 1 0 29 3 0 0 17 0 1 0 31187595 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/29454/statm: 0 0 0 0 0 0 0
[pid=29462] ppid=29452 vsize=0 CPUtime=0.55
/proc/29462/stat : 29462 (java) Z 29452 29452 29130 0 -1 1036 6575 0 1 0 50 5 0 0 17 0 2 0 31187629 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/29462/statm: 0 0 0 0 0 0 0
[pid=29470] ppid=29452 vsize=1784 CPUtime=0.33
/proc/29470/stat : 29470 (minisat) R 29452 29452 29130 0 -1 0 134 0 0 0 33 0 0 0 19 0 1 0 31187689 1826816 114 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134519005 0 0 4096 3 0 0 0 17 1 0 0
/proc/29470/statm: 446 114 51 112 0 330 0
Current children cumulated CPU time (s) 1.24
Current children cumulated vsize (KiB) 15508

[startup+2.98592 s]
/proc/loadavg: 2.83 2.61 2.63 3/97 29470
/proc/meminfo: memFree=1536256/2055924 swapFree=4192812/4192956
[pid=29452] ppid=29450 vsize=13724 CPUtime=0.04
/proc/29452/stat : 29452 (sugar) S 29450 29452 29130 0 -1 4194304 1282 0 0 0 3 1 0 0 15 0 1 0 31187590 14053376 820 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29452/statm: 3431 820 373 3 0 531 0
[pid=29454] ppid=29452 vsize=0 CPUtime=0.32
/proc/29454/stat : 29454 (java) Z 29452 29452 29130 0 -1 1036 3922 0 1 0 29 3 0 0 17 0 1 0 31187595 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/29454/statm: 0 0 0 0 0 0 0
[pid=29462] ppid=29452 vsize=0 CPUtime=0.55
/proc/29462/stat : 29462 (java) Z 29452 29452 29130 0 -1 1036 6575 0 1 0 50 5 0 0 17 0 1 0 31187629 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/29462/statm: 0 0 0 0 0 0 0
[pid=29470] ppid=29452 vsize=1916 CPUtime=1.96
/proc/29470/stat : 29470 (minisat) R 29452 29452 29130 0 -1 0 172 0 0 0 196 0 0 0 25 0 1 0 31187689 1961984 152 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528366 0 0 4096 3 0 0 0 17 1 0 0
/proc/29470/statm: 479 152 51 112 0 363 0
Current children cumulated CPU time (s) 2.87
Current children cumulated vsize (KiB) 15640

[startup+6.26557 s]
/proc/loadavg: 2.85 2.62 2.63 3/97 29470
/proc/meminfo: memFree=1522112/2055924 swapFree=4192812/4192956
[pid=29452] ppid=29450 vsize=13724 CPUtime=0.04
/proc/29452/stat : 29452 (sugar) S 29450 29452 29130 0 -1 4194304 1282 0 0 0 3 1 0 0 16 0 1 0 31187590 14053376 820 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29452/statm: 3431 820 373 3 0 531 0
[pid=29454] ppid=29452 vsize=0 CPUtime=0.32
/proc/29454/stat : 29454 (java) Z 29452 29452 29130 0 -1 1036 3922 0 1 0 29 3 0 0 17 0 1 0 31187595 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/29454/statm: 0 0 0 0 0 0 0
[pid=29462] ppid=29452 vsize=0 CPUtime=0.55
/proc/29462/stat : 29462 (java) Z 29452 29452 29130 0 -1 1036 6575 0 1 0 50 5 0 0 17 0 1 0 31187629 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/29462/statm: 0 0 0 0 0 0 0
[pid=29470] ppid=29452 vsize=2048 CPUtime=5.2
/proc/29470/stat : 29470 (minisat) R 29452 29452 29130 0 -1 0 204 0 0 0 519 1 0 0 25 0 1 0 31187689 2097152 184 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134525943 0 0 4096 3 0 0 0 17 1 0 0
/proc/29470/statm: 512 184 51 112 0 396 0
Current children cumulated CPU time (s) 6.11
Current children cumulated vsize (KiB) 15772

[startup+12.7489 s]
/proc/loadavg: 2.86 2.62 2.63 3/97 29470
/proc/meminfo: memFree=1494784/2055924 swapFree=4192812/4192956
[pid=29452] ppid=29450 vsize=13724 CPUtime=0.04
/proc/29452/stat : 29452 (sugar) S 29450 29452 29130 0 -1 4194304 1282 0 0 0 3 1 0 0 16 0 1 0 31187590 14053376 820 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29452/statm: 3431 820 373 3 0 531 0
[pid=29454] ppid=29452 vsize=0 CPUtime=0.32
/proc/29454/stat : 29454 (java) Z 29452 29452 29130 0 -1 1036 3922 0 1 0 29 3 0 0 17 0 1 0 31187595 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/29454/statm: 0 0 0 0 0 0 0
[pid=29462] ppid=29452 vsize=0 CPUtime=0.55
/proc/29462/stat : 29462 (java) Z 29452 29452 29130 0 -1 1036 6575 0 1 0 50 5 0 0 17 0 1 0 31187629 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/29462/statm: 0 0 0 0 0 0 0
[pid=29470] ppid=29452 vsize=2180 CPUtime=11.62
/proc/29470/stat : 29470 (minisat) R 29452 29452 29130 0 -1 0 241 0 0 0 1160 2 0 0 25 0 1 0 31187689 2232320 221 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528401 0 0 4096 3 0 0 0 17 1 0 0
/proc/29470/statm: 545 221 51 112 0 429 0
Current children cumulated CPU time (s) 12.53
Current children cumulated vsize (KiB) 15904

[startup+25.5824 s]
/proc/loadavg: 2.89 2.64 2.64 3/97 29470
/proc/meminfo: memFree=1444352/2055924 swapFree=4192812/4192956
[pid=29452] ppid=29450 vsize=13724 CPUtime=0.04
/proc/29452/stat : 29452 (sugar) S 29450 29452 29130 0 -1 4194304 1282 0 0 0 3 1 0 0 16 0 1 0 31187590 14053376 820 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29452/statm: 3431 820 373 3 0 531 0
[pid=29454] ppid=29452 vsize=0 CPUtime=0.32
/proc/29454/stat : 29454 (java) Z 29452 29452 29130 0 -1 1036 3922 0 1 0 29 3 0 0 17 0 1 0 31187595 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/29454/statm: 0 0 0 0 0 0 0
[pid=29462] ppid=29452 vsize=0 CPUtime=0.55
/proc/29462/stat : 29462 (java) Z 29452 29452 29130 0 -1 1036 6575 0 1 0 50 5 0 0 17 0 1 0 31187629 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/29462/statm: 0 0 0 0 0 0 0
[pid=29470] ppid=29452 vsize=2440 CPUtime=24.33
/proc/29470/stat : 29470 (minisat) R 29452 29452 29130 0 -1 0 295 0 0 0 2430 3 0 0 25 0 1 0 31187689 2498560 275 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528506 0 0 4096 3 0 0 0 17 1 0 0
/proc/29470/statm: 610 275 51 112 0 494 0
Current children cumulated CPU time (s) 25.24
Current children cumulated vsize (KiB) 16164

Child status: 0

!!! problem with CPU time !!!
wait4(...,&childrusage) returns 29452 and gives childrusage.ru_utime.tv_sec=26 childrusage.ru_utime.tv_usec=261007 childrusage.ru_stime.tv_sec=0 childrusage.ru_stime.tv_usec=52991
CPU time returned by wait4() is 26.314
while last known CPU time is 27.08

Solver probably didn't/couldn't wait for its children
Using last known CPU time as value...

Real time (s): 27.5205
CPU time (s): 27.08
CPU user time (s): 26.96
CPU system time (s): 0.12
CPU usage (%): 98.3995
Max. virtual memory (cumulated for all children) (KiB): 16164

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 26.261
system time used= 0.052991
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1673
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= 71
involuntary context switches= 1694

runsolver used 0.031995 s user time and 0.098984 s system time

The end

Launcher Data (download as text)

Begin job on node6 on Mon Jan 29 23:12:09 UTC 2007


IDJOB= 252990
IDBENCH= 12974
IDSOLVER= 86
FILE ID= node6/252990-1170112328

PBS_JOBID= 3690038

Free space on /tmp= 63094 MiB

SOLVER NAME= sugar 0.40
BENCH NAME= HOME/pub/bench/CPAI06/coloring/myciel-5g-5-ext.xml
COMMAND LINE= /tmp/evaluation/252990-1170112328/solver /tmp/evaluation/252990-1170112328 /tmp/evaluation/252990-1170112328/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node6/watcher-252990-1170112328 -o ROOT/results/node6/solver-252990-1170112328 -C 1800 -M 900  /tmp/evaluation/252990-1170112328/solver /tmp/evaluation/252990-1170112328 /tmp/evaluation/252990-1170112328/unknown.xml

META MD5SUM SOLVER= 0a27e717dfe98d83d9802fe0eea45073
MD5SUM BENCH=  6350e3a68b258bb6cda8764f11403dc3

RANDOM SEED= 215009943

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.277
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.277
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:      2055924 kB
MemFree:       1548088 kB
Buffers:          4164 kB
Cached:         347192 kB
SwapCached:          0 kB
Active:         114684 kB
Inactive:       316848 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055924 kB
LowFree:       1548088 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:          207596 kB
Writeback:           0 kB
Mapped:         105664 kB
Slab:            61148 kB
Committed_AS:   813016 kB
PageTables:       2240 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= 62985 MiB



End job on node6 on Mon Jan 29 23:12:36 UTC 2007