Trace number 209925

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.09 1800.72

General information on the benchmark

NameschurrLemma/
lemma-67-4.xml
MD5SUM61c7a360ec82efef68ace54022e2521a
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables67
Number of constraints1089
Maximum constraint arity3
Maximum domain size4
Number of constraints which are defined in extension0
Number of constraints which are defined in intension1089
Global constraints used (with number of constraints)

Solver Data (download as text)

0.04	c # Sugar v0-40 (/tmp/evaluation/209925-1170097797/sugar-v0-40.jar)
0.04	
0.04	c # MAIN  BEGIN : /tmp/evaluation/209925-1170097797/unknown.xml [Mon Jan 29 20:09:57 2007]
0.04	c # CONVERT_XML  BEGIN : /tmp/evaluation/209925-1170097797/unknown.xml /tmp/evaluation/209925-1170097797/sugar16711.csp [Mon Jan 29 20:09:57 2007]
0.04	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/209925-1170097797/sugar-v0-40.jar -convert /tmp/evaluation/209925-1170097797/unknown.xml /tmp/evaluation/209925-1170097797/sugar16711.csp
0.16	c BEGIN convert /tmp/evaluation/209925-1170097797/unknown.xml
0.54	c END convert (0.378077 seconds)
0.59	c # CONVERT_XML  END : /tmp/evaluation/209925-1170097797/sugar16711.csp 54262 bytes (1 seconds) [Mon Jan 29 20:09:58 2007]
0.59	c # CONVERT_XML  CPU : 0.48 = 0 + 0 + 0.43 + 0.05
0.59	
0.59	c # GENERATE_SAT  BEGIN : /tmp/evaluation/209925-1170097797/sugar16711.bcnf [Mon Jan 29 20:09:58 2007]
0.59	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/209925-1170097797/sugar-v0-40.jar -bcnf -map /tmp/evaluation/209925-1170097797/sugar16711.map /tmp/evaluation/209925-1170097797/sugar16711.csp /tmp/evaluation/209925-1170097797/sugar16711.bcnf
0.71	c BEGIN parse /tmp/evaluation/209925-1170097797/sugar16711.csp
1.17	c END parse (0.456806 seconds)
1.17	c BEGIN simplify
1.20	c END simplify (0.030246 seconds)
1.20	c BEGIN encode /tmp/evaluation/209925-1170097797/sugar16711.bcnf
1.33	c END encode (0.127853 seconds)
1.41	c # GENERATE_SAT  END : 6735 variables 27359 clauses 398028 bytes (1 seconds) [Mon Jan 29 20:09:59 2007]
1.41	c # GENERATE_SAT  CPU : 0.78 = 0.05 + 0 + 0.67 + 0.06
1.41	
1.41	c # SOLVE_SAT  BEGIN : /tmp/evaluation/209925-1170097797/sugar16711.bcnf [Mon Jan 29 20:09:59 2007]
1.41	c # CMD : /tmp/evaluation/209925-1170097797/minisat /tmp/evaluation/209925-1170097797/sugar16711.bcnf /tmp/evaluation/209925-1170097797/sugar16711.out
1.43	c ==================================[MINISAT]===================================
1.43	c | Conflicts |     ORIGINAL     |              LEARNT              | Progress |
1.43	c |           | Clauses Literals |   Limit Clauses Literals  Lit/Cl |          |
1.43	c ==============================================================================
1.43	c |         0 |   27359    72142 |    9119       0        0     nan |  0.000 % |
1.44	c |       100 |   27359    72142 |   10030     100      703     7.0 |  0.000 % |
1.45	c |       250 |   27359    72142 |   11033     250     1569     6.3 |  0.000 % |
1.47	c |       476 |   27359    72142 |   12137     476     2911     6.1 |  0.000 % |
1.51	c |       815 |   27359    72142 |   13351     815     5099     6.3 |  0.000 % |
1.57	c |      1322 |   27359    72142 |   14686    1322     8388     6.3 |  0.000 % |
1.65	c |      2081 |   27359    72142 |   16154    2081    15875     7.6 |  0.000 % |
1.77	c |      3220 |   27359    72142 |   17770    3220    25248     7.8 |  0.000 % |
1.99	c |      4928 |   27359    72142 |   19547    4928    58942    12.0 |  0.000 % |
2.37	c |      7491 |   27359    72142 |   21502    7491   108152    14.4 |  0.000 % |
3.15	c |     11335 |   27359    72142 |   23652   11335   212202    18.7 |  0.000 % |
4.36	c |     17101 |   27359    72142 |   26017   17101   351218    20.5 |  0.000 % |
7.33	c |     25750 |   27359    72142 |   28619   25750   583093    22.6 |  0.000 % |
11.82	c |     38724 |   27359    72142 |   31481   23541   581152    24.7 |  0.000 % |
18.23	c |     58185 |   27359    72142 |   34629   24765   648616    26.2 |  0.000 % |
29.97	c |     87378 |   27359    72142 |   38092   32156   829106    25.8 |  0.000 % |
48.73	c |    131169 |   27359    72142 |   41901   29225   854408    29.2 |  0.000 % |
78.89	c |    196853 |   27359    72142 |   46091   40524  1348700    33.3 |  0.000 % |
132.62	c |    295379 |   27359    72142 |   50700   16484   512124    31.1 |  0.000 % |
211.95	c |    443169 |   27359    72142 |   55770   26586   658032    24.8 |  0.000 % |
332.42	c |    664853 |   27359    72142 |   61348   50870  1281501    25.2 |  0.000 % |
541.00	c |    997379 |   27359    72142 |   67482   21990   769079    35.0 |  0.000 % |
849.75	c |   1496167 |   27359    72142 |   74231   60493  1933714    32.0 |  0.000 % |
1387.56	c |   2244352 |   27359    72142 |   81654   62920  2797029    44.5 |  0.000 % |
1800.72	s UNKNOWN
1800.72	c # ERROR No such file or directory /tmp/evaluation/209925-1170097797/sugar16711.out, at /tmp/evaluation/209925-1170097797/sugar line 393.
1800.72	
1800.72	c # MAIN  END :  (1801 seconds) [Mon Jan 29 20:39:58 2007]
1800.72	c # MAIN  CPU : 1800.03 = 0.05 + 0.01 + 1799.64 + 0.33
1800.72	

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/node22/watcher-209925-1170097797 -o ROOT/results/node22/solver-209925-1170097797 -C 1800 -M 900 /tmp/evaluation/209925-1170097797/solver /tmp/evaluation/209925-1170097797 /tmp/evaluation/209925-1170097797/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.00 1.00 1.00 5/82 16712
/proc/meminfo: memFree=1882944/2055920 swapFree=4192812/4192956
[pid=16711] ppid=16704 vsize=12268 CPUtime=0
/proc/16711/stat : 16711 (sugar) R 16704 16711 16584 0 -1 4194304 597 0 0 0 0 0 0 0 20 0 1 0 29733653 12562432 316 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 272476716030 0 0 4224 0 0 0 0 17 1 0 0
/proc/16711/statm: 3067 316 241 3 0 167 0

[startup+0.103742 s]
/proc/loadavg: 1.00 1.00 1.00 5/82 16712
/proc/meminfo: memFree=1882944/2055920 swapFree=4192812/4192956
[pid=16711] ppid=16704 vsize=13724 CPUtime=0.04
/proc/16711/stat : 16711 (sugar) S 16704 16711 16584 0 -1 4194304 1112 0 0 0 3 1 0 0 20 0 1 0 29733653 14053376 805 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16711/statm: 3431 805 368 3 0 531 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13724

[startup+0.511771 s]
/proc/loadavg: 1.00 1.00 1.00 5/82 16712
/proc/meminfo: memFree=1882944/2055920 swapFree=4192812/4192956
[pid=16711] ppid=16704 vsize=13724 CPUtime=0.04
/proc/16711/stat : 16711 (sugar) S 16704 16711 16584 0 -1 4194304 1121 0 0 0 3 1 0 0 15 0 1 0 29733653 14053376 805 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16711/statm: 3431 805 368 3 0 531 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13724

[startup+1.34083 s]
/proc/loadavg: 1.24 1.05 1.02 4/103 16749
/proc/meminfo: memFree=1839888/2055920 swapFree=4192812/4192956
[pid=16711] ppid=16704 vsize=13724 CPUtime=0.52
/proc/16711/stat : 16711 (sugar) S 16704 16711 16584 0 -1 4194304 1190 4754 0 1 3 1 43 5 15 0 1 0 29733653 14053376 809 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16711/statm: 3431 809 371 3 0 531 0
[pid=16735] ppid=16711 vsize=807356 CPUtime=0.71
/proc/16735/stat : 16735 (java) S 16711 16711 16584 0 -1 0 7409 0 1 0 66 5 0 0 16 0 8 0 29733712 826732544 7158 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/16735/statm: 201839 7158 1513 14 0 189117 0
[pid=16735/tid=16739] ppid=16711 vsize=807356 CPUtime=0.04
/proc/16735/task/16739/stat : 16739 (java) S 16711 16711 16584 0 -1 64 1176 0 0 0 4 0 0 0 16 0 8 0 29733716 826732544 7158 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=16735/tid=16740] ppid=16711 vsize=807356 CPUtime=0
/proc/16735/task/16740/stat : 16740 (java) S 16711 16711 16584 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 29733716 826732544 7158 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16735/tid=16741] ppid=16711 vsize=807356 CPUtime=0
/proc/16735/task/16741/stat : 16741 (java) S 16711 16711 16584 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 29733716 826732544 7158 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16735/tid=16746] ppid=16711 vsize=807356 CPUtime=0
/proc/16735/task/16746/stat : 16746 (java) S 16711 16711 16584 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 29733719 826732544 7158 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16735/tid=16747] ppid=16711 vsize=807356 CPUtime=0.16
/proc/16735/task/16747/stat : 16747 (java) S 16711 16711 16584 0 -1 64 415 0 0 0 15 1 0 0 17 0 8 0 29733719 826732544 7158 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16735/tid=16748] ppid=16711 vsize=807356 CPUtime=0
/proc/16735/task/16748/stat : 16748 (java) S 16711 16711 16584 0 -1 64 3 0 0 0 0 0 0 0 19 0 8 0 29733719 826732544 7158 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16735/tid=16749] ppid=16711 vsize=807356 CPUtime=0
/proc/16735/task/16749/stat : 16749 (java) S 16711 16711 16584 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 29733719 826732544 7158 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.23
Current children cumulated vsize (KiB) 821080

[startup+2.97896 s]
/proc/loadavg: 1.24 1.05 1.02 3/89 16751
/proc/meminfo: memFree=1867648/2055920 swapFree=4192812/4192956
[pid=16711] ppid=16704 vsize=17388 CPUtime=1.3
/proc/16711/stat : 16711 (sugar) S 16704 16711 16584 0 -1 4194304 2181 12169 0 2 8 1 110 11 15 0 1 0 29733653 17805312 1692 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16711/statm: 4347 1692 373 3 0 1447 0
[pid=16751] ppid=16711 vsize=4004 CPUtime=1.55
/proc/16751/stat : 16751 (minisat) R 16711 16711 16584 0 -1 0 772 0 0 0 155 0 0 0 25 0 1 0 29733794 4100096 659 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134637942 0 0 4096 3 0 0 0 17 1 0 0
/proc/16751/statm: 1001 659 52 112 0 885 0
Current children cumulated CPU time (s) 2.85
Current children cumulated vsize (KiB) 21392

[startup+6.2742 s]
/proc/loadavg: 1.22 1.05 1.02 2/82 16763
/proc/meminfo: memFree=1873504/2055920 swapFree=4192812/4192956
[pid=16711] ppid=16704 vsize=17388 CPUtime=1.3
/proc/16711/stat : 16711 (sugar) S 16704 16711 16584 0 -1 4194304 2181 12169 0 2 8 1 110 11 16 0 1 0 29733653 17805312 1692 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16711/statm: 4347 1692 373 3 0 1447 0
[pid=16751] ppid=16711 vsize=5800 CPUtime=4.82
/proc/16751/stat : 16751 (minisat) R 16711 16711 16584 0 -1 0 1213 0 0 0 481 1 0 0 25 0 1 0 29733794 5939200 1100 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134521278 0 0 4096 3 0 0 0 17 0 0 0
/proc/16751/statm: 1450 1100 52 112 0 1334 0
Current children cumulated CPU time (s) 6.12
Current children cumulated vsize (KiB) 23188

[startup+12.7297 s]
/proc/loadavg: 1.20 1.05 1.02 3/95 16878
/proc/meminfo: memFree=1845560/2055920 swapFree=4192812/4192956
[pid=16711] ppid=16704 vsize=17388 CPUtime=1.3
/proc/16711/stat : 16711 (sugar) S 16704 16711 16584 0 -1 4194304 2181 12169 0 2 8 1 110 11 16 0 1 0 29733653 17805312 1692 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16711/statm: 4347 1692 373 3 0 1447 0
[pid=16751] ppid=16711 vsize=6884 CPUtime=11.25
/proc/16751/stat : 16751 (minisat) R 16711 16711 16584 0 -1 0 1467 0 0 0 1122 3 0 0 25 0 1 0 29733794 7049216 1354 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528591 0 0 4096 3 0 0 0 17 0 0 0
/proc/16751/statm: 1721 1354 52 112 0 1605 0
Current children cumulated CPU time (s) 12.55
Current children cumulated vsize (KiB) 24272

[startup+25.5626 s]
/proc/loadavg: 1.24 1.06 1.02 2/79 17021
/proc/meminfo: memFree=1875568/2055920 swapFree=4192812/4192956
[pid=16711] ppid=16704 vsize=17388 CPUtime=1.3
/proc/16711/stat : 16711 (sugar) S 16704 16711 16584 0 -1 4194304 2181 12169 0 2 8 1 110 11 16 0 1 0 29733653 17805312 1692 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16711/statm: 4347 1692 373 3 0 1447 0
[pid=16751] ppid=16711 vsize=8204 CPUtime=24.01
/proc/16751/stat : 16751 (minisat) R 16711 16711 16584 0 -1 0 1817 0 0 0 2396 5 0 0 25 0 1 0 29733794 8400896 1704 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134527104 0 0 4096 3 0 0 0 17 1 0 0
/proc/16751/statm: 2051 1704 52 112 0 1935 0
Current children cumulated CPU time (s) 25.31
Current children cumulated vsize (KiB) 25592

[startup+51.2385 s]
/proc/loadavg: 1.20 1.07 1.02 2/79 17021
/proc/meminfo: memFree=1874592/2055920 swapFree=4192812/4192956
[pid=16711] ppid=16704 vsize=17388 CPUtime=1.3
/proc/16711/stat : 16711 (sugar) S 16704 16711 16584 0 -1 4194304 2181 12169 0 2 8 1 110 11 16 0 1 0 29733653 17805312 1692 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16711/statm: 4347 1692 373 3 0 1447 0
[pid=16751] ppid=16711 vsize=9660 CPUtime=49.66
/proc/16751/stat : 16751 (minisat) R 16711 16711 16584 0 -1 0 2157 0 0 0 4961 5 0 0 25 0 1 0 29733794 9891840 2044 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/16751/statm: 2415 2044 52 112 0 2299 0
Current children cumulated CPU time (s) 50.96
Current children cumulated vsize (KiB) 27048

[startup+102.483 s]
/proc/loadavg: 1.09 1.06 1.02 2/79 17021
/proc/meminfo: memFree=1871904/2055920 swapFree=4192812/4192956
[pid=16711] ppid=16704 vsize=17388 CPUtime=1.3
/proc/16711/stat : 16711 (sugar) S 16704 16711 16584 0 -1 4194304 2181 12169 0 2 8 1 110 11 16 0 1 0 29733653 17805312 1692 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16711/statm: 4347 1692 373 3 0 1447 0
[pid=16751] ppid=16711 vsize=12352 CPUtime=100.9
/proc/16751/stat : 16751 (minisat) R 16711 16711 16584 0 -1 0 2813 0 0 0 10083 7 0 0 25 0 1 0 29733794 12648448 2700 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/16751/statm: 3088 2700 52 112 0 2972 0
Current children cumulated CPU time (s) 102.2
Current children cumulated vsize (KiB) 29740

[startup+162.547 s]
/proc/loadavg: 1.03 1.04 1.01 2/79 17021
/proc/meminfo: memFree=1870368/2055920 swapFree=4192812/4192956
[pid=16711] ppid=16704 vsize=17388 CPUtime=1.3
/proc/16711/stat : 16711 (sugar) S 16704 16711 16584 0 -1 4194304 2181 12169 0 2 8 1 110 11 16 0 1 0 29733653 17805312 1692 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16711/statm: 4347 1692 373 3 0 1447 0
[pid=16751] ppid=16711 vsize=13880 CPUtime=160.94
/proc/16751/stat : 16751 (minisat) R 16711 16711 16584 0 -1 0 3195 0 0 0 16087 7 0 0 25 0 1 0 29733794 14213120 3082 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528723 0 0 4096 3 0 0 0 17 1 0 0
/proc/16751/statm: 3470 3082 52 112 0 3354 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 31268

[startup+222.608 s]
/proc/loadavg: 1.01 1.03 1.01 2/79 17021
/proc/meminfo: memFree=1869856/2055920 swapFree=4192812/4192956
[pid=16711] ppid=16704 vsize=17388 CPUtime=1.3
/proc/16711/stat : 16711 (sugar) S 16704 16711 16584 0 -1 4194304 2181 12169 0 2 8 1 110 11 16 0 1 0 29733653 17805312 1692 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16711/statm: 4347 1692 373 3 0 1447 0
[pid=16751] ppid=16711 vsize=14352 CPUtime=221
/proc/16751/stat : 16751 (minisat) R 16711 16711 16584 0 -1 0 3307 0 0 0 22092 8 0 0 25 0 1 0 29733794 14696448 3194 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/16751/statm: 3588 3194 52 112 0 3472 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 31740

[startup+282.671 s]
/proc/loadavg: 1.00 1.02 1.00 2/79 17021
/proc/meminfo: memFree=1869408/2055920 swapFree=4192812/4192956
[pid=16711] ppid=16704 vsize=17388 CPUtime=1.3
/proc/16711/stat : 16711 (sugar) S 16704 16711 16584 0 -1 4194304 2181 12169 0 2 8 1 110 11 16 0 1 0 29733653 17805312 1692 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16711/statm: 4347 1692 373 3 0 1447 0
[pid=16751] ppid=16711 vsize=14792 CPUtime=281.05
/proc/16751/stat : 16751 (minisat) R 16711 16711 16584 0 -1 0 3413 0 0 0 28096 9 0 0 25 0 1 0 29733794 15147008 3300 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/16751/statm: 3698 3300 52 112 0 3582 0
Current children cumulated CPU time (s) 282.35
Current children cumulated vsize (KiB) 32180

[startup+342.73 s]
/proc/loadavg: 1.00 1.02 1.00 2/79 17021
/proc/meminfo: memFree=1869216/2055920 swapFree=4192812/4192956
[pid=16711] ppid=16704 vsize=17388 CPUtime=1.3
/proc/16711/stat : 16711 (sugar) S 16704 16711 16584 0 -1 4194304 2181 12169 0 2 8 1 110 11 16 0 1 0 29733653 17805312 1692 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16711/statm: 4347 1692 373 3 0 1447 0
[pid=16751] ppid=16711 vsize=15084 CPUtime=341.09
/proc/16751/stat : 16751 (minisat) R 16711 16711 16584 0 -1 0 3445 0 0 0 34100 9 0 0 25 0 1 0 29733794 15446016 3332 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528392 0 0 4096 3 0 0 0 17 1 0 0
/proc/16751/statm: 3771 3332 52 112 0 3655 0
Current children cumulated CPU time (s) 342.39
Current children cumulated vsize (KiB) 32472

[startup+402.794 s]
/proc/loadavg: 1.00 1.01 1.00 2/79 17021
/proc/meminfo: memFree=1867488/2055920 swapFree=4192812/4192956
[pid=16711] ppid=16704 vsize=17388 CPUtime=1.3
/proc/16711/stat : 16711 (sugar) S 16704 16711 16584 0 -1 4194304 2181 12169 0 2 8 1 110 11 16 0 1 0 29733653 17805312 1692 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16711/statm: 4347 1692 373 3 0 1447 0
[pid=16751] ppid=16711 vsize=16832 CPUtime=401.14
/proc/16751/stat : 16751 (minisat) R 16711 16711 16584 0 -1 0 3868 0 0 0 40105 9 0 0 25 0 1 0 29733794 17235968 3755 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/16751/statm: 4208 3755 52 112 0 4092 0
Current children cumulated CPU time (s) 402.44
Current children cumulated vsize (KiB) 34220

[startup+462.856 s]
/proc/loadavg: 1.00 1.01 1.00 2/79 17021
/proc/meminfo: memFree=1865888/2055920 swapFree=4192812/4192956
[pid=16711] ppid=16704 vsize=17388 CPUtime=1.3
/proc/16711/stat : 16711 (sugar) S 16704 16711 16584 0 -1 4194304 2181 12169 0 2 8 1 110 11 16 0 1 0 29733653 17805312 1692 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16711/statm: 4347 1692 373 3 0 1447 0
[pid=16751] ppid=16711 vsize=18312 CPUtime=461.19
/proc/16751/stat : 16751 (minisat) R 16711 16711 16584 0 -1 0 4242 0 0 0 46109 10 0 0 25 0 1 0 29733794 18751488 4129 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528412 0 0 4096 3 0 0 0 17 1 0 0

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

/proc/16711/stat : 16711 (sugar) S 16704 16711 16584 0 -1 4194304 2181 12169 0 2 8 1 110 11 16 0 1 0 29733653 17805312 1692 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16711/statm: 4347 1692 373 3 0 1447 0
[pid=16751] ppid=16711 vsize=23688 CPUtime=1061.66
/proc/16751/stat : 16751 (minisat) R 16711 16711 16584 0 -1 0 5524 0 0 0 106151 15 0 0 25 0 1 0 29733794 24256512 5411 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/16751/statm: 5922 5411 52 112 0 5806 0
Current children cumulated CPU time (s) 1062.96
Current children cumulated vsize (KiB) 41076

[startup+1123.52 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 17021
/proc/meminfo: memFree=1859680/2055920 swapFree=4192812/4192956
[pid=16711] ppid=16704 vsize=17388 CPUtime=1.3
/proc/16711/stat : 16711 (sugar) S 16704 16711 16584 0 -1 4194304 2181 12169 0 2 8 1 110 11 16 0 1 0 29733653 17805312 1692 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16711/statm: 4347 1692 373 3 0 1447 0
[pid=16751] ppid=16711 vsize=23828 CPUtime=1121.71
/proc/16751/stat : 16751 (minisat) R 16711 16711 16584 0 -1 0 5574 0 0 0 112155 16 0 0 25 0 1 0 29733794 24399872 5461 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528771 0 0 4096 3 0 0 0 17 1 0 0
/proc/16751/statm: 5957 5461 52 112 0 5841 0
Current children cumulated CPU time (s) 1123.01
Current children cumulated vsize (KiB) 41216

[startup+1183.58 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 17021
/proc/meminfo: memFree=1859360/2055920 swapFree=4192812/4192956
[pid=16711] ppid=16704 vsize=17388 CPUtime=1.3
/proc/16711/stat : 16711 (sugar) S 16704 16711 16584 0 -1 4194304 2181 12169 0 2 8 1 110 11 16 0 1 0 29733653 17805312 1692 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16711/statm: 4347 1692 373 3 0 1447 0
[pid=16751] ppid=16711 vsize=24148 CPUtime=1181.75
/proc/16751/stat : 16751 (minisat) R 16711 16711 16584 0 -1 0 5622 0 0 0 118159 16 0 0 25 0 1 0 29733794 24727552 5509 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528771 0 0 4096 3 0 0 0 17 1 0 0
/proc/16751/statm: 6037 5509 52 112 0 5921 0
Current children cumulated CPU time (s) 1183.05
Current children cumulated vsize (KiB) 41536

[startup+1243.64 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 17021
/proc/meminfo: memFree=1859296/2055920 swapFree=4192812/4192956
[pid=16711] ppid=16704 vsize=17388 CPUtime=1.3
/proc/16711/stat : 16711 (sugar) S 16704 16711 16584 0 -1 4194304 2181 12169 0 2 8 1 110 11 16 0 1 0 29733653 17805312 1692 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16711/statm: 4347 1692 373 3 0 1447 0
[pid=16751] ppid=16711 vsize=24148 CPUtime=1241.81
/proc/16751/stat : 16751 (minisat) R 16711 16711 16584 0 -1 0 5624 0 0 0 124164 17 0 0 25 0 1 0 29733794 24727552 5511 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528316 0 0 4096 3 0 0 0 17 1 0 0
/proc/16751/statm: 6037 5511 52 112 0 5921 0
Current children cumulated CPU time (s) 1243.11
Current children cumulated vsize (KiB) 41536

[startup+1303.71 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 17021
/proc/meminfo: memFree=1859168/2055920 swapFree=4192812/4192956
[pid=16711] ppid=16704 vsize=17388 CPUtime=1.3
/proc/16711/stat : 16711 (sugar) S 16704 16711 16584 0 -1 4194304 2181 12169 0 2 8 1 110 11 16 0 1 0 29733653 17805312 1692 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16711/statm: 4347 1692 373 3 0 1447 0
[pid=16751] ppid=16711 vsize=24148 CPUtime=1301.85
/proc/16751/stat : 16751 (minisat) R 16711 16711 16584 0 -1 0 5639 0 0 0 130168 17 0 0 25 0 1 0 29733794 24727552 5526 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528771 0 0 4096 3 0 0 0 17 1 0 0
/proc/16751/statm: 6037 5526 52 112 0 5921 0
Current children cumulated CPU time (s) 1303.15
Current children cumulated vsize (KiB) 41536

[startup+1363.77 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 17021
/proc/meminfo: memFree=1858400/2055920 swapFree=4192812/4192956
[pid=16711] ppid=16704 vsize=17388 CPUtime=1.3
/proc/16711/stat : 16711 (sugar) S 16704 16711 16584 0 -1 4194304 2181 12169 0 2 8 1 110 11 16 0 1 0 29733653 17805312 1692 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16711/statm: 4347 1692 373 3 0 1447 0
[pid=16751] ppid=16711 vsize=24808 CPUtime=1361.9
/proc/16751/stat : 16751 (minisat) R 16711 16711 16584 0 -1 0 5810 0 0 0 136172 18 0 0 25 0 1 0 29733794 25403392 5697 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528433 0 0 4096 3 0 0 0 17 1 0 0
/proc/16751/statm: 6202 5697 52 112 0 6086 0
Current children cumulated CPU time (s) 1363.2
Current children cumulated vsize (KiB) 42196

[startup+1423.83 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 17021
/proc/meminfo: memFree=1857120/2055920 swapFree=4192812/4192956
[pid=16711] ppid=16704 vsize=17388 CPUtime=1.3
/proc/16711/stat : 16711 (sugar) S 16704 16711 16584 0 -1 4194304 2181 12169 0 2 8 1 110 11 16 0 1 0 29733653 17805312 1692 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16711/statm: 4347 1692 373 3 0 1447 0
[pid=16751] ppid=16711 vsize=26024 CPUtime=1421.94
/proc/16751/stat : 16751 (minisat) R 16711 16711 16584 0 -1 0 6108 0 0 0 142176 18 0 0 25 0 1 0 29733794 26648576 5995 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/16751/statm: 6506 5995 52 112 0 6390 0
Current children cumulated CPU time (s) 1423.24
Current children cumulated vsize (KiB) 43412

[startup+1483.89 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 17021
/proc/meminfo: memFree=1856416/2055920 swapFree=4192812/4192956
[pid=16711] ppid=16704 vsize=17388 CPUtime=1.3
/proc/16711/stat : 16711 (sugar) S 16704 16711 16584 0 -1 4194304 2181 12169 0 2 8 1 110 11 16 0 1 0 29733653 17805312 1692 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16711/statm: 4347 1692 373 3 0 1447 0
[pid=16751] ppid=16711 vsize=26780 CPUtime=1481.99
/proc/16751/stat : 16751 (minisat) R 16711 16711 16584 0 -1 0 6256 0 0 0 148180 19 0 0 25 0 1 0 29733794 27422720 6143 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/16751/statm: 6695 6143 52 112 0 6579 0
Current children cumulated CPU time (s) 1483.29
Current children cumulated vsize (KiB) 44168

[startup+1543.95 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 17021
/proc/meminfo: memFree=1856352/2055920 swapFree=4192812/4192956
[pid=16711] ppid=16704 vsize=17388 CPUtime=1.3
/proc/16711/stat : 16711 (sugar) S 16704 16711 16584 0 -1 4194304 2181 12169 0 2 8 1 110 11 16 0 1 0 29733653 17805312 1692 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16711/statm: 4347 1692 373 3 0 1447 0
[pid=16751] ppid=16711 vsize=26780 CPUtime=1542.04
/proc/16751/stat : 16751 (minisat) R 16711 16711 16584 0 -1 0 6260 0 0 0 154185 19 0 0 25 0 1 0 29733794 27422720 6147 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528535 0 0 4096 3 0 0 0 17 1 0 0
/proc/16751/statm: 6695 6147 52 112 0 6579 0
Current children cumulated CPU time (s) 1543.34
Current children cumulated vsize (KiB) 44168

[startup+1604.01 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 17023
/proc/meminfo: memFree=1855904/2055920 swapFree=4192812/4192956
[pid=16711] ppid=16704 vsize=17388 CPUtime=1.3
/proc/16711/stat : 16711 (sugar) S 16704 16711 16584 0 -1 4194304 2181 12169 0 2 8 1 110 11 16 0 1 0 29733653 17805312 1692 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16711/statm: 4347 1692 373 3 0 1447 0
[pid=16751] ppid=16711 vsize=26944 CPUtime=1602.09
/proc/16751/stat : 16751 (minisat) R 16711 16711 16584 0 -1 0 6316 0 0 0 160189 20 0 0 25 0 1 0 29733794 27590656 6203 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/16751/statm: 6736 6203 52 112 0 6620 0
Current children cumulated CPU time (s) 1603.39
Current children cumulated vsize (KiB) 44332

[startup+1664.08 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 17023
/proc/meminfo: memFree=1855072/2055920 swapFree=4192812/4192956
[pid=16711] ppid=16704 vsize=17388 CPUtime=1.3
/proc/16711/stat : 16711 (sugar) S 16704 16711 16584 0 -1 4194304 2181 12169 0 2 8 1 110 11 16 0 1 0 29733653 17805312 1692 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16711/statm: 4347 1692 373 3 0 1447 0
[pid=16751] ppid=16711 vsize=27916 CPUtime=1662.14
/proc/16751/stat : 16751 (minisat) R 16711 16711 16584 0 -1 0 6525 0 0 0 166194 20 0 0 25 0 1 0 29733794 28585984 6412 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/16751/statm: 6979 6412 52 112 0 6863 0
Current children cumulated CPU time (s) 1663.44
Current children cumulated vsize (KiB) 45304

[startup+1724.14 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 17023
/proc/meminfo: memFree=1854944/2055920 swapFree=4192812/4192956
[pid=16711] ppid=16704 vsize=17388 CPUtime=1.3
/proc/16711/stat : 16711 (sugar) S 16704 16711 16584 0 -1 4194304 2181 12169 0 2 8 1 110 11 16 0 1 0 29733653 17805312 1692 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16711/statm: 4347 1692 373 3 0 1447 0
[pid=16751] ppid=16711 vsize=27916 CPUtime=1722.2
/proc/16751/stat : 16751 (minisat) R 16711 16711 16584 0 -1 0 6549 0 0 0 172199 21 0 0 25 0 1 0 29733794 28585984 6436 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528316 0 0 4096 3 0 0 0 17 1 0 0
/proc/16751/statm: 6979 6436 52 112 0 6863 0
Current children cumulated CPU time (s) 1723.5
Current children cumulated vsize (KiB) 45304

[startup+1784.2 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 17023
/proc/meminfo: memFree=1854880/2055920 swapFree=4192812/4192956
[pid=16711] ppid=16704 vsize=17388 CPUtime=1.3
/proc/16711/stat : 16711 (sugar) S 16704 16711 16584 0 -1 4194304 2181 12169 0 2 8 1 110 11 16 0 1 0 29733653 17805312 1692 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16711/statm: 4347 1692 373 3 0 1447 0
[pid=16751] ppid=16711 vsize=27916 CPUtime=1782.24
/proc/16751/stat : 16751 (minisat) R 16711 16711 16584 0 -1 0 6549 0 0 0 178203 21 0 0 25 0 1 0 29733794 28585984 6436 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134527050 0 0 4096 3 0 0 0 17 1 0 0
/proc/16751/statm: 6979 6436 52 112 0 6863 0
Current children cumulated CPU time (s) 1783.54
Current children cumulated vsize (KiB) 45304



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.71 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 17023
/proc/meminfo: memFree=1854560/2055920 swapFree=4192812/4192956
[pid=16711] ppid=16704 vsize=17388 CPUtime=1.3
/proc/16711/stat : 16711 (sugar) S 16704 16711 16584 0 -1 4194304 2181 12169 0 2 8 1 110 11 16 0 1 0 29733653 17805312 1692 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16711/statm: 4347 1692 373 3 0 1447 0
[pid=16751] ppid=16711 vsize=28236 CPUtime=1798.75
/proc/16751/stat : 16751 (minisat) R 16711 16711 16584 0 -1 0 6613 0 0 0 179854 21 0 0 25 0 1 0 29733794 28913664 6500 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/16751/statm: 7059 6500 52 112 0 6943 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 45624

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

Child status: 1
Real time (s): 1800.72
CPU time (s): 1800.09
CPU user time (s): 1799.73
CPU system time (s): 0.355945
CPU usage (%): 99.9649
Max. virtual memory (cumulated for all children) (KiB): 821080

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.73
system time used= 0.355945
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 21052
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= 1133
involuntary context switches= 38434

runsolver used 1.87571 s user time and 4.52831 s system time

The end

Launcher Data (download as text)

Begin job on node22 on Mon Jan 29 19:09:57 UTC 2007


IDJOB= 209925
IDBENCH= 4580
IDSOLVER= 86
FILE ID= node22/209925-1170097797

PBS_JOBID= 3689708

Free space on /tmp= 66563 MiB

SOLVER NAME= sugar 0.40
BENCH NAME= HOME/pub/bench/CPAI06/schurrLemma/lemma-67-4.xml
COMMAND LINE= /tmp/evaluation/209925-1170097797/solver /tmp/evaluation/209925-1170097797 /tmp/evaluation/209925-1170097797/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node22/watcher-209925-1170097797 -o ROOT/results/node22/solver-209925-1170097797 -C 1800 -M 900  /tmp/evaluation/209925-1170097797/solver /tmp/evaluation/209925-1170097797 /tmp/evaluation/209925-1170097797/unknown.xml

META MD5SUM SOLVER= 0a27e717dfe98d83d9802fe0eea45073
MD5SUM BENCH=  61c7a360ec82efef68ace54022e2521a

RANDOM SEED= 756025119

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.235
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.235
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:       1883304 kB
Buffers:          7020 kB
Cached:          56960 kB
SwapCached:        144 kB
Active:          95232 kB
Inactive:        29764 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1883304 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2000 kB
Writeback:           0 kB
Mapped:          79800 kB
Slab:            32740 kB
Committed_AS:   214340 kB
PageTables:       1864 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= 66564 MiB



End job on node22 on Mon Jan 29 19:39:58 UTC 2007