Trace number 228005

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.40SAT 78.4881 79.2946

General information on the benchmark

Nametightness/tightness0.2/
rand-2-40-11-414-200-15_ext.xml
MD5SUMc8909460f94d8e661e359cb0f138126f
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark1.77973
SatisfiableYES
(Un)Satisfiability was provedYES
Number of variables40
Number of constraints414
Maximum constraint arity2
Maximum domain size11
Number of constraints which are defined in extension414
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/228005-1170105858/sugar-v0-40.jar)
0.05	
0.05	c # MAIN  BEGIN : /tmp/evaluation/228005-1170105858/unknown.xml [Mon Jan 29 22:24:19 2007]
0.05	c # CONVERT_XML  BEGIN : /tmp/evaluation/228005-1170105858/unknown.xml /tmp/evaluation/228005-1170105858/sugar25171.csp [Mon Jan 29 22:24:19 2007]
0.05	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/228005-1170105858/sugar-v0-40.jar -convert /tmp/evaluation/228005-1170105858/unknown.xml /tmp/evaluation/228005-1170105858/sugar25171.csp
0.17	c BEGIN convert /tmp/evaluation/228005-1170105858/unknown.xml
0.57	c END convert (0.400031 seconds)
0.61	c # CONVERT_XML  END : /tmp/evaluation/228005-1170105858/sugar25171.csp 320025 bytes (0 seconds) [Mon Jan 29 22:24:19 2007]
0.61	c # CONVERT_XML  CPU : 0.51 = 0 + 0 + 0.45 + 0.06
0.61	
0.61	c # GENERATE_SAT  BEGIN : /tmp/evaluation/228005-1170105858/sugar25171.bcnf [Mon Jan 29 22:24:19 2007]
0.61	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/228005-1170105858/sugar-v0-40.jar -bcnf -map /tmp/evaluation/228005-1170105858/sugar25171.map /tmp/evaluation/228005-1170105858/sugar25171.csp /tmp/evaluation/228005-1170105858/sugar25171.bcnf
0.72	c BEGIN parse /tmp/evaluation/228005-1170105858/sugar25171.csp
2.14	c END parse (1.422845 seconds)
2.14	c BEGIN simplify
2.15	c END simplify (0.007807 seconds)
2.15	c BEGIN encode /tmp/evaluation/228005-1170105858/sugar25171.bcnf
2.23	c END encode (0.075468 seconds)
2.24	c # GENERATE_SAT  END : 400 variables 10436 clauses 191116 bytes (2 seconds) [Mon Jan 29 22:24:21 2007]
2.25	c # GENERATE_SAT  CPU : 1.61 = 0 + 0 + 1.55 + 0.06
2.25	
2.25	c # SOLVE_SAT  BEGIN : /tmp/evaluation/228005-1170105858/sugar25171.bcnf [Mon Jan 29 22:24:21 2007]
2.25	c # CMD : /tmp/evaluation/228005-1170105858/minisat /tmp/evaluation/228005-1170105858/sugar25171.bcnf /tmp/evaluation/228005-1170105858/sugar25171.out
2.30	c ==================================[MINISAT]===================================
2.34	c | Conflicts |     ORIGINAL     |              LEARNT              | Progress |
2.34	c |           | Clauses Literals |   Limit Clauses Literals  Lit/Cl |          |
2.34	c ==============================================================================
2.34	c |         0 |   10436    37337 |    3478       0        0     nan |  0.000 % |
2.34	c |       100 |   10436    37337 |    3825     100      939     9.4 |  0.001 % |
2.34	c |       250 |   10436    37337 |    4208     250     2278     9.1 |  0.012 % |
2.34	c |       476 |   10437    37337 |    4629     475     3953     8.3 |  0.014 % |
2.34	c |       814 |   10437    37337 |    5092     813     7151     8.8 |  0.023 % |
2.34	c |      1320 |   10440    37337 |    5601    1316    12457     9.5 |  0.006 % |
2.39	c |      2079 |   10441    37337 |    6161    2074    19760     9.5 |  0.006 % |
2.46	c |      3219 |   10442    37337 |    6777    3213    33381    10.4 |  0.005 % |
2.59	c |      4929 |   10445    37337 |    7455    4920    52001    10.6 |  0.014 % |
2.79	c |      7491 |   10446    37337 |    8200    7481    82071    11.0 |  0.015 % |
3.13	c |     11336 |   10450    37337 |    9021    7161    78201    10.9 |  0.005 % |
3.63	c |     17102 |   10461    37337 |    9923    8340    96015    11.5 |  0.015 % |
4.46	c |     25751 |   10465    37337 |   10915    6984    84750    12.1 |  0.015 % |
5.72	c |     38725 |   10474    37337 |   12006    8932   107985    12.1 |  0.017 % |
7.75	c |     58187 |   10483    37337 |   13207   10232   112394    11.0 |  0.002 % |
10.68	c |     87380 |   10432    37196 |   14528   11140   149951    13.5 |  0.253 % |
15.59	c |    131169 |   10452    37196 |   15981   11021   150197    13.6 |  0.255 % |
23.31	c |    196853 |   10404    37052 |   17579    8097   120454    14.9 |  0.502 % |
35.40	c |    295379 |   10423    37052 |   19337    9338   140267    15.0 |  0.503 % |
54.91	c |    443168 |   10314    36589 |   21271   17603   244442    13.9 |  1.001 % |
79.10	c ==============================================================================
79.10	c restarts              : 20
79.10	c conflicts             : 616048         (8089 /sec)
79.10	c decisions             : 731857         (9610 /sec)
79.10	c propagations          : 45042517       (591463 /sec)
79.10	c conflict literals     : 9148267        (29.59 % deleted)
79.10	c Memory used           : 5.90 MB
79.10	c CPU time              : 76.1544 s
79.10	c 
79.10	c SATISFIABLE
79.10	c # SOLVE_SAT  END : SATISFIABLE (77 seconds) [Mon Jan 29 22:25:38 2007]
79.10	c # SOLVE_SAT  CPU : 76.17 = 0 + 0 + 76.16 + 0.01
79.10	
79.10	c # RESULT : SATISFIABLE
79.10	
79.10	c # OUTPUT_SOL  BEGIN : SAT  [Mon Jan 29 22:25:38 2007]
79.23	c BEGIN read SAT output /tmp/evaluation/228005-1170105858/sugar25171.out
79.23	c END read SAT output (0.007185 seconds)
79.23	c BEGIN write solution /tmp/evaluation/228005-1170105858/sugar25171.sol
79.25	c END write solution (0.014216 seconds)
79.29	s SATISFIABLE
79.29	v 6 1 0 1 2 8 0 10 5 9 3 9 8 7 3 4 4 2 2 4 7 5 0 2 2 9 4 8 2 10 6 7 4 5 3 6 4 2 3 6
79.29	c # OUTPUT_SOL  END :  (0 seconds) [Mon Jan 29 22:25:38 2007]
79.29	c # OUTPUT_SOL  CPU : 0.149999999999999 = 0 + 0.01 + 0.109999999999999 + 0.03
79.29	
79.29	c # MAIN  END :  (79 seconds) [Mon Jan 29 22:25:38 2007]
79.29	c # MAIN  CPU : 78.44 = 0 + 0.01 + 78.27 + 0.16
79.29	

Verifier Data (download as text)

OK

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node43/watcher-228005-1170105858 -o ROOT/results/node43/solver-228005-1170105858 -C 1800 -M 900 /tmp/evaluation/228005-1170105858/solver /tmp/evaluation/228005-1170105858 /tmp/evaluation/228005-1170105858/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.01 2.62 2.99 3/81 25172
/proc/meminfo: memFree=1560136/2055920 swapFree=4192812/4192956
[pid=25171] ppid=25169 vsize=18540 CPUtime=0
/proc/25171/stat : 25171 (runsolver) R 25169 25171 25034 0 -1 4194368 16 0 0 0 0 0 0 0 18 0 1 0 30541903 18984960 279 18446744073709551615 4194304 4267372 548682069040 18446744073709551615 216849247527 0 0 4096 24578 0 0 0 17 1 0 0
/proc/25171/statm: 4635 279 244 17 0 2626 0

[startup+0.102267 s]
/proc/loadavg: 2.01 2.62 2.99 3/81 25172
/proc/meminfo: memFree=1560136/2055920 swapFree=4192812/4192956
[pid=25171] ppid=25169 vsize=13724 CPUtime=0.03
/proc/25171/stat : 25171 (sugar) S 25169 25171 25034 0 -1 4194304 1112 0 0 0 3 0 0 0 18 0 1 0 30541903 14053376 805 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 216858144866 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25171/statm: 3431 805 368 3 0 531 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13724

[startup+0.512333 s]
/proc/loadavg: 2.01 2.62 2.99 3/81 25172
/proc/meminfo: memFree=1560136/2055920 swapFree=4192812/4192956
[pid=25171] ppid=25169 vsize=13724 CPUtime=0.03
/proc/25171/stat : 25171 (sugar) S 25169 25171 25034 0 -1 4194304 1121 0 0 0 3 0 0 0 15 0 1 0 30541903 14053376 805 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 216858144866 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25171/statm: 3431 805 368 3 0 531 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13724

[startup+1.33347 s]
/proc/loadavg: 2.01 2.62 2.99 4/89 25188
/proc/meminfo: memFree=1531080/2055920 swapFree=4192812/4192956
[pid=25171] ppid=25169 vsize=13724 CPUtime=0.54
/proc/25171/stat : 25171 (sugar) S 25169 25171 25034 0 -1 4194304 1190 6921 0 1 3 0 45 6 15 0 1 0 30541903 14053376 809 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 216858144866 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25171/statm: 3431 809 371 3 0 531 0
[pid=25181] ppid=25171 vsize=807336 CPUtime=0.7
/proc/25181/stat : 25181 (java) R 25171 25171 25034 0 -1 0 7869 0 1 0 67 3 0 0 25 0 8 0 30541964 826712064 7617 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4153380380 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/25181/statm: 201834 7617 1506 14 0 189112 0
[pid=25181/tid=25182] ppid=25171 vsize=807336 CPUtime=0.09
/proc/25181/task/25182/stat : 25182 (java) S 25171 25171 25034 0 -1 64 1691 0 0 0 9 0 0 0 16 0 8 0 30541967 826712064 7617 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=25181/tid=25183] ppid=25171 vsize=807336 CPUtime=0
/proc/25181/task/25183/stat : 25183 (java) S 25171 25171 25034 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 30541967 826712064 7617 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25181/tid=25184] ppid=25171 vsize=807336 CPUtime=0
/proc/25181/task/25184/stat : 25184 (java) S 25171 25171 25034 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 30541967 826712064 7617 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25181/tid=25185] ppid=25171 vsize=807336 CPUtime=0
/proc/25181/task/25185/stat : 25185 (java) S 25171 25171 25034 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 30541970 826712064 7617 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25181/tid=25186] ppid=25171 vsize=807336 CPUtime=0.11
/proc/25181/task/25186/stat : 25186 (java) S 25171 25171 25034 0 -1 64 392 0 0 0 11 0 0 0 16 0 8 0 30541970 826712064 7617 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25181/tid=25187] ppid=25171 vsize=807336 CPUtime=0
/proc/25181/task/25187/stat : 25187 (java) S 25171 25171 25034 0 -1 64 2 0 0 0 0 0 0 0 23 0 8 0 30541970 826712064 7617 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25181/tid=25188] ppid=25171 vsize=807336 CPUtime=0
/proc/25181/task/25188/stat : 25188 (java) S 25171 25171 25034 0 -1 64 2 0 0 0 0 0 0 0 15 0 8 0 30541970 826712064 7617 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.24
Current children cumulated vsize (KiB) 821060

[startup+2.97974 s]
/proc/loadavg: 2.01 2.61 2.98 4/82 25189
/proc/meminfo: memFree=1554176/2055920 swapFree=4192812/4192956
[pid=25171] ppid=25169 vsize=13724 CPUtime=2.15
/proc/25171/stat : 25171 (sugar) S 25169 25171 25034 0 -1 4194304 1280 16879 0 2 3 0 200 12 15 0 1 0 30541903 14053376 819 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 216858144866 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25171/statm: 3431 819 373 3 0 531 0
[pid=25189] ppid=25171 vsize=2720 CPUtime=0.72
/proc/25189/stat : 25189 (minisat) R 25171 25171 25034 0 -1 0 402 0 0 0 72 0 0 0 24 0 1 0 30542128 2785280 341 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528729 0 0 4096 3 0 0 0 17 0 0 0
/proc/25189/statm: 680 341 51 112 0 564 0
Current children cumulated CPU time (s) 2.87
Current children cumulated vsize (KiB) 16444

[startup+6.26629 s]
/proc/loadavg: 2.01 2.61 2.98 3/82 25189
/proc/meminfo: memFree=1544960/2055920 swapFree=4192812/4192956
[pid=25171] ppid=25169 vsize=13724 CPUtime=2.15
/proc/25171/stat : 25171 (sugar) S 25169 25171 25034 0 -1 4194304 1280 16879 0 2 3 0 200 12 16 0 1 0 30541903 14053376 819 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 216858144866 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25171/statm: 3431 819 373 3 0 531 0
[pid=25189] ppid=25171 vsize=3248 CPUtime=3.99
/proc/25189/stat : 25189 (minisat) R 25171 25171 25034 0 -1 0 540 0 0 0 399 0 0 0 25 0 1 0 30542128 3325952 479 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134524975 0 0 4096 3 0 0 0 17 0 0 0
/proc/25189/statm: 812 479 51 112 0 696 0
Current children cumulated CPU time (s) 6.14
Current children cumulated vsize (KiB) 16972

[startup+12.7314 s]
/proc/loadavg: 2.09 2.61 2.98 3/82 25189
/proc/meminfo: memFree=1543680/2055920 swapFree=4192812/4192956
[pid=25171] ppid=25169 vsize=13724 CPUtime=2.15
/proc/25171/stat : 25171 (sugar) S 25169 25171 25034 0 -1 4194304 1280 16879 0 2 3 0 200 12 16 0 1 0 30541903 14053376 819 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 216858144866 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25171/statm: 3431 819 373 3 0 531 0
[pid=25189] ppid=25171 vsize=3916 CPUtime=10.4
/proc/25189/stat : 25189 (minisat) R 25171 25171 25034 0 -1 0 693 0 0 0 1040 0 0 0 25 0 1 0 30542128 4009984 632 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528401 0 0 4096 3 0 0 0 17 0 0 0
/proc/25189/statm: 979 632 51 112 0 863 0
Current children cumulated CPU time (s) 12.55
Current children cumulated vsize (KiB) 17640

[startup+25.5665 s]
/proc/loadavg: 2.23 2.62 2.98 3/82 25189
/proc/meminfo: memFree=1519936/2055920 swapFree=4192812/4192956
[pid=25171] ppid=25169 vsize=13724 CPUtime=2.15
/proc/25171/stat : 25171 (sugar) S 25169 25171 25034 0 -1 4194304 1280 16879 0 2 3 0 200 12 16 0 1 0 30541903 14053376 819 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 216858144866 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25171/statm: 3431 819 373 3 0 531 0
[pid=25189] ppid=25171 vsize=4732 CPUtime=23.14
/proc/25189/stat : 25189 (minisat) R 25171 25171 25034 0 -1 0 889 0 0 0 2314 0 0 0 25 0 1 0 30542128 4845568 828 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528771 0 0 4096 3 0 0 0 17 0 0 0
/proc/25189/statm: 1183 828 51 112 0 1067 0
Current children cumulated CPU time (s) 25.29
Current children cumulated vsize (KiB) 18456

[startup+51.2488 s]
/proc/loadavg: 2.43 2.63 2.97 3/82 25189
/proc/meminfo: memFree=1483072/2055920 swapFree=4192812/4192956
[pid=25171] ppid=25169 vsize=13724 CPUtime=2.15
/proc/25171/stat : 25171 (sugar) S 25169 25171 25034 0 -1 4194304 1280 16879 0 2 3 0 200 12 16 0 1 0 30541903 14053376 819 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 216858144866 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25171/statm: 3431 819 373 3 0 531 0
[pid=25189] ppid=25171 vsize=5336 CPUtime=48.59
/proc/25189/stat : 25189 (minisat) R 25171 25171 25034 0 -1 0 1057 0 0 0 4858 1 0 0 25 0 1 0 30542128 5464064 996 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/25189/statm: 1334 996 51 112 0 1218 0
Current children cumulated CPU time (s) 50.74
Current children cumulated vsize (KiB) 19060

Child status: 0
Real time (s): 79.2946
CPU time (s): 78.4881
CPU user time (s): 78.3141
CPU system time (s): 0.173973
CPU usage (%): 98.9828
Max. virtual memory (cumulated for all children) (KiB): 821060

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 78.3141
system time used= 0.173973
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 22492
page faults= 3
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1248
involuntary context switches= 4089

runsolver used 0.081987 s user time and 0.237963 s system time

The end

Launcher Data (download as text)

Begin job on node43 on Mon Jan 29 21:24:18 UTC 2007


IDJOB= 228005
IDBENCH= 6144
IDSOLVER= 86
FILE ID= node43/228005-1170105858

PBS_JOBID= 3689844

Free space on /tmp= 66560 MiB

SOLVER NAME= sugar 0.40
BENCH NAME= HOME/pub/bench/CPAI06/tightness/tightness0.2/rand-2-40-11-414-200-15_ext.xml
COMMAND LINE= /tmp/evaluation/228005-1170105858/solver /tmp/evaluation/228005-1170105858 /tmp/evaluation/228005-1170105858/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node43/watcher-228005-1170105858 -o ROOT/results/node43/solver-228005-1170105858 -C 1800 -M 900  /tmp/evaluation/228005-1170105858/solver /tmp/evaluation/228005-1170105858 /tmp/evaluation/228005-1170105858/unknown.xml

META MD5SUM SOLVER= 0a27e717dfe98d83d9802fe0eea45073
MD5SUM BENCH=  c8909460f94d8e661e359cb0f138126f

RANDOM SEED= 177985696

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.281
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.281
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:       1560424 kB
Buffers:         20068 kB
Cached:          47388 kB
SwapCached:          0 kB
Active:         412468 kB
Inactive:        31688 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1560424 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1180 kB
Writeback:           0 kB
Mapped:         393436 kB
Slab:            35780 kB
Committed_AS:   675172 kB
PageTables:       2520 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= 66560 MiB



End job on node43 on Mon Jan 29 21:25:38 UTC 2007