Trace number 213919

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.13 1810.81

General information on the benchmark

NamepseudoSeries/par/
par-32-2.xml
MD5SUM89f67149918449318ae1436861450fd0
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 variables6352
Number of constraints13288
Maximum constraint arity3
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension13288
Global constraints used (with number of constraints)

Solver Data (download as text)

1.48	c # Sugar v0-40 (/tmp/evaluation/213919-1170099809/sugar-v0-40.jar)
1.48	
1.56	c # MAIN  BEGIN : /tmp/evaluation/213919-1170099809/unknown.xml [Mon Jan 29 20:43:34 2007]
1.56	c # CONVERT_XML  BEGIN : /tmp/evaluation/213919-1170099809/unknown.xml /tmp/evaluation/213919-1170099809/sugar26441.csp [Mon Jan 29 20:43:34 2007]
1.56	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/213919-1170099809/sugar-v0-40.jar -convert /tmp/evaluation/213919-1170099809/unknown.xml /tmp/evaluation/213919-1170099809/sugar26441.csp
2.30	c BEGIN convert /tmp/evaluation/213919-1170099809/unknown.xml
3.59	c END convert (1.287654 seconds)
3.64	c # CONVERT_XML  END : /tmp/evaluation/213919-1170099809/sugar26441.csp 545944 bytes (2 seconds) [Mon Jan 29 20:43:36 2007]
3.64	c # CONVERT_XML  CPU : 1.34 = 0 + 0 + 1.22 + 0.12
3.64	
3.64	c # GENERATE_SAT  BEGIN : /tmp/evaluation/213919-1170099809/sugar26441.bcnf [Mon Jan 29 20:43:36 2007]
3.64	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/213919-1170099809/sugar-v0-40.jar -bcnf -map /tmp/evaluation/213919-1170099809/sugar26441.map /tmp/evaluation/213919-1170099809/sugar26441.csp /tmp/evaluation/213919-1170099809/sugar26441.bcnf
3.75	c BEGIN parse /tmp/evaluation/213919-1170099809/sugar26441.csp
5.22	c END parse (1.462635 seconds)
5.22	c BEGIN simplify
5.22	c END simplify (0.008245 seconds)
5.22	c BEGIN encode /tmp/evaluation/213919-1170099809/sugar26441.bcnf
5.37	c END encode (0.149211 seconds)
5.46	c # GENERATE_SAT  END : 6211 variables 12902 clauses 181556 bytes (2 seconds) [Mon Jan 29 20:43:38 2007]
5.46	c # GENERATE_SAT  CPU : 1.76 = 0.07 + 0.01 + 1.61 + 0.07
5.46	
5.46	c # SOLVE_SAT  BEGIN : /tmp/evaluation/213919-1170099809/sugar26441.bcnf [Mon Jan 29 20:43:38 2007]
5.46	c # CMD : /tmp/evaluation/213919-1170099809/minisat /tmp/evaluation/213919-1170099809/sugar26441.bcnf /tmp/evaluation/213919-1170099809/sugar26441.out
5.48	c ==================================[MINISAT]===================================
5.48	c | Conflicts |     ORIGINAL     |              LEARNT              | Progress |
5.48	c |           | Clauses Literals |   Limit Clauses Literals  Lit/Cl |          |
5.48	c ==============================================================================
5.48	c |         0 |   11027    28784 |    3675       0        0     nan |  0.000 % |
5.49	c |       101 |   11027    28784 |    4042     101     1355    13.4 | 22.975 % |
5.52	c |       251 |   11028    28784 |    4446     250     4626    18.5 | 22.975 % |
5.54	c |       476 |   11031    28784 |    4891     472     7753    16.4 | 22.975 % |
5.60	c |       814 |   11032    28784 |    5380     809    15638    19.3 | 22.975 % |
5.68	c |      1320 |   11034    28784 |    5918    1313    24718    18.8 | 22.975 % |
5.79	c |      2079 |   11039    28784 |    6510    2067    41088    19.9 | 22.975 % |
5.96	c |      3218 |   11042    28784 |    7161    3203    60177    18.8 | 22.975 % |
6.35	c |      4926 |   11045    28784 |    7877    4908   109256    22.3 | 22.975 % |
6.89	c |      7489 |   11049    28784 |    8665    7467   156331    20.9 | 22.975 % |
7.71	c |     11334 |   11049    28784 |    9532   11312   270010    23.9 | 22.975 % |
10.39	c |     17101 |   11051    28784 |   10485   11421   384897    33.7 | 22.975 % |
14.23	c |     25751 |   11064    28769 |   11533    7851   217463    27.7 | 23.040 % |
20.80	c |     38727 |   11068    28769 |   12687    7715   202228    26.2 | 23.040 % |
31.20	c |     58190 |   11088    28769 |   13955   12909   369744    28.6 | 23.040 % |
47.24	c |     87383 |   11094    28769 |   15351   11139   268587    24.1 | 23.040 % |
70.87	c |    131172 |   11109    28769 |   16886   12663   298854    23.6 | 23.040 % |
111.93	c |    196857 |   11126    28769 |   18575   13878   296918    21.4 | 23.040 % |
175.34	c |    295383 |   11135    28769 |   20432   11850   259955    21.9 | 23.040 % |
265.30	c |    443172 |   11148    28769 |   22475   16830   376594    22.4 | 23.040 % |
399.45	c |    664856 |   11165    28769 |   24723   22425   507108    22.6 | 23.040 % |
622.27	c |    997382 |   11183    28769 |   27195   13703   285079    20.8 | 23.040 % |
969.31	c |   1496170 |   11199    28769 |   29915   23663   506006    21.4 | 23.040 % |
1511.79	c |   2244352 |   11215    28769 |   32907   15275   311422    20.4 | 23.040 % |
1810.39	s UNKNOWN
1810.39	c # ERROR No such file or directory /tmp/evaluation/213919-1170099809/sugar26441.out, at /tmp/evaluation/213919-1170099809/sugar line 393.
1810.39	
1810.39	c # MAIN  END :  (1809 seconds) [Mon Jan 29 21:13:43 2007]
1810.39	c # MAIN  CPU : 1800.07 = 0.07 + 0.01 + 1793.42 + 6.57
1810.39	

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/node65/watcher-213919-1170099809 -o ROOT/results/node65/solver-213919-1170099809 -C 1800 -M 900 /tmp/evaluation/213919-1170099809/solver /tmp/evaluation/213919-1170099809 /tmp/evaluation/213919-1170099809/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.36 2.78 2.69 5/82 26442
/proc/meminfo: memFree=616504/2055920 swapFree=4192812/4192956
[pid=26441] ppid=26439 vsize=5352 CPUtime=0
/proc/26441/stat : 26441 (solver) D 26439 26441 26051 0 -1 4194304 264 0 0 0 0 0 0 0 18 0 1 0 29938759 5480448 231 18446744073709551615 4194304 4889804 548682069296 18446744073709551615 257203694887 0 0 4096 0 18446744071563608240 0 0 17 1 0 0
/proc/26441/statm: 1338 231 193 169 0 49 0

[startup+0.108227 s]
/proc/loadavg: 2.36 2.78 2.69 5/82 26442
/proc/meminfo: memFree=616504/2055920 swapFree=4192812/4192956
[pid=26441] ppid=26439 vsize=7504 CPUtime=0
/proc/26441/stat : 26441 (sugar) D 26439 26441 26051 0 -1 4194304 311 0 1 0 0 0 0 0 18 0 1 0 29938759 7684096 48 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 257201078992 0 0 4096 0 18446744071563479169 0 0 17 0 0 0
/proc/26441/statm: 1876 48 36 3 0 9 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 7504

[startup+0.518291 s]
/proc/loadavg: 2.36 2.78 2.69 5/82 26442
/proc/meminfo: memFree=616504/2055920 swapFree=4192812/4192956
[pid=26441] ppid=26439 vsize=12268 CPUtime=0
/proc/26441/stat : 26441 (sugar) D 26439 26441 26051 0 -1 4194304 604 0 3 0 0 0 0 0 18 0 1 0 29938759 12562432 326 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 257212595198 0 0 4224 0 18446744071563608240 0 0 17 0 0 0
/proc/26441/statm: 3067 326 246 3 0 167 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12268

[startup+1.34343 s]
/proc/loadavg: 2.36 2.78 2.69 2/82 26442
/proc/meminfo: memFree=596344/2055920 swapFree=4192812/4192956
[pid=26441] ppid=26439 vsize=13196 CPUtime=0.03
/proc/26441/stat : 26441 (sugar) D 26439 26441 26051 0 -1 4194304 929 0 3 0 2 1 0 0 18 0 1 0 29938759 13512704 651 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 257212592226 0 0 4224 0 18446744071563479169 0 0 17 0 0 0
/proc/26441/statm: 3299 651 334 3 0 399 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13196

[startup+2.98371 s]
/proc/loadavg: 2.36 2.78 2.69 4/90 26450
/proc/meminfo: memFree=573496/2055920 swapFree=4192812/4192956
[pid=26441] ppid=26439 vsize=13724 CPUtime=0.04
/proc/26441/stat : 26441 (sugar) S 26439 26441 26051 0 -1 4194304 1118 0 3 0 3 1 0 0 15 0 1 0 29938759 14053376 805 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 257212592226 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26441/statm: 3431 805 368 3 0 531 0
[pid=26443] ppid=26441 vsize=807288 CPUtime=0.73
/proc/26443/stat : 26443 (java) R 26441 26441 26051 0 -1 0 9198 0 29 0 64 9 0 0 23 0 8 0 29938916 826662912 8973 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/26443/statm: 201822 8973 1690 14 0 189100 0
[pid=26443/tid=26444] ppid=26441 vsize=807288 CPUtime=0.05
/proc/26443/task/26444/stat : 26444 (java) R 26441 26441 26051 0 -1 64 2673 0 0 0 4 1 0 0 16 0 8 0 29938981 826662912 8973 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4154023937 0 0 0 23759 0 0 0 -1 0 0 0
[pid=26443/tid=26445] ppid=26441 vsize=807288 CPUtime=0
/proc/26443/task/26445/stat : 26445 (java) S 26441 26441 26051 0 -1 64 10 0 0 0 0 0 0 0 20 0 8 0 29938982 826662912 8973 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26443/tid=26446] ppid=26441 vsize=807288 CPUtime=0
/proc/26443/task/26446/stat : 26446 (java) S 26441 26441 26051 0 -1 64 4 0 0 0 0 0 0 0 21 0 8 0 29938982 826662912 8973 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26443/tid=26447] ppid=26441 vsize=807288 CPUtime=0
/proc/26443/task/26447/stat : 26447 (java) S 26441 26441 26051 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 29938985 826662912 8973 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26443/tid=26448] ppid=26441 vsize=807288 CPUtime=0.11
/proc/26443/task/26448/stat : 26448 (java) S 26441 26441 26051 0 -1 64 394 0 0 0 10 1 0 0 16 0 8 0 29938985 826662912 8973 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26443/tid=26449] ppid=26441 vsize=807288 CPUtime=0
/proc/26443/task/26449/stat : 26449 (java) S 26441 26441 26051 0 -1 64 3 0 0 0 0 0 0 0 23 0 8 0 29938985 826662912 8973 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26443/tid=26450] ppid=26441 vsize=807288 CPUtime=0
/proc/26443/task/26450/stat : 26450 (java) S 26441 26441 26051 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 29938985 826662912 8973 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 0.77
Current children cumulated vsize (KiB) 821012

[startup+6.28025 s]
/proc/loadavg: 2.41 2.79 2.69 3/83 26459
/proc/meminfo: memFree=503344/2055920 swapFree=4192812/4192956
[pid=26441] ppid=26439 vsize=18688 CPUtime=3.14
/proc/26441/stat : 26441 (sugar) S 26439 26441 26051 0 -1 4194304 2532 25930 3 34 10 2 283 19 15 0 1 0 29938759 19136512 2049 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 257212592226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26441/statm: 4672 2049 373 3 0 1772 0
[pid=26459] ppid=26441 vsize=2960 CPUtime=0.8
/proc/26459/stat : 26459 (minisat) R 26441 26441 26051 0 -1 0 457 0 0 0 80 0 0 0 25 0 1 0 29939306 3031040 397 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/26459/statm: 740 397 52 112 0 624 0
Current children cumulated CPU time (s) 3.94
Current children cumulated vsize (KiB) 21648

[startup+12.7473 s]
/proc/loadavg: 2.50 2.79 2.69 3/83 26459
/proc/meminfo: memFree=385080/2055920 swapFree=4192812/4192956
[pid=26441] ppid=26439 vsize=18688 CPUtime=3.14
/proc/26441/stat : 26441 (sugar) S 26439 26441 26051 0 -1 4194304 2532 25930 3 34 10 2 283 19 16 0 1 0 29938759 19136512 2049 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 257212592226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26441/statm: 4672 2049 373 3 0 1772 0
[pid=26459] ppid=26441 vsize=4688 CPUtime=7.22
/proc/26459/stat : 26459 (minisat) R 26441 26441 26051 0 -1 0 874 0 0 0 719 3 0 0 25 0 1 0 29939306 4800512 814 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528316 0 0 4096 3 0 0 0 17 1 0 0
/proc/26459/statm: 1172 814 52 112 0 1056 0
Current children cumulated CPU time (s) 10.36
Current children cumulated vsize (KiB) 23376

[startup+25.575 s]
/proc/loadavg: 2.42 2.77 2.69 3/83 26459
/proc/meminfo: memFree=166072/2055920 swapFree=4192812/4192956
[pid=26441] ppid=26439 vsize=18688 CPUtime=3.14
/proc/26441/stat : 26441 (sugar) S 26439 26441 26051 0 -1 4194304 2532 25930 3 34 10 2 283 19 16 0 1 0 29938759 19136512 2049 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 257212592226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26441/statm: 4672 2049 373 3 0 1772 0
[pid=26459] ppid=26441 vsize=4960 CPUtime=20.03
/proc/26459/stat : 26459 (minisat) R 26441 26441 26051 0 -1 0 943 0 0 0 1996 7 0 0 25 0 1 0 29939306 5079040 883 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/26459/statm: 1240 883 52 112 0 1124 0
Current children cumulated CPU time (s) 23.17
Current children cumulated vsize (KiB) 23648

[startup+51.1846 s]
/proc/loadavg: 2.55 2.77 2.69 3/83 26459
/proc/meminfo: memFree=15352/2055920 swapFree=4192812/4192956
[pid=26441] ppid=26439 vsize=18688 CPUtime=3.14
/proc/26441/stat : 26441 (sugar) S 26439 26441 26051 0 -1 4194304 2532 25930 3 34 10 2 283 19 16 0 1 0 29938759 19136512 2049 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 257212592226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26441/statm: 4672 2049 373 3 0 1772 0
[pid=26459] ppid=26441 vsize=5516 CPUtime=45.59
/proc/26459/stat : 26459 (minisat) R 26441 26441 26051 0 -1 0 1058 0 0 0 4545 14 0 0 25 0 1 0 29939306 5648384 998 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/26459/statm: 1379 998 52 112 0 1263 0
Current children cumulated CPU time (s) 48.73
Current children cumulated vsize (KiB) 24204

[startup+102.419 s]
/proc/loadavg: 2.49 2.72 2.68 2/76 26462
/proc/meminfo: memFree=1913848/2055920 swapFree=4192812/4192956
[pid=26441] ppid=26439 vsize=18688 CPUtime=3.14
/proc/26441/stat : 26441 (sugar) S 26439 26441 26051 0 -1 4194304 2532 25930 3 34 10 2 283 19 16 0 1 0 29938759 19136512 2049 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 257212592226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26441/statm: 4672 2049 373 3 0 1772 0
[pid=26459] ppid=26441 vsize=6068 CPUtime=96.59
/proc/26459/stat : 26459 (minisat) R 26441 26441 26051 0 -1 0 1180 0 0 0 9632 27 0 0 25 0 1 0 29939306 6213632 1120 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528506 0 0 4096 3 0 0 0 17 1 0 0
/proc/26459/statm: 1517 1120 52 112 0 1401 0
Current children cumulated CPU time (s) 99.73
Current children cumulated vsize (KiB) 24756

[startup+162.431 s]
/proc/loadavg: 2.37 2.64 2.64 3/82 26525
/proc/meminfo: memFree=1438200/2055920 swapFree=4192812/4192956
[pid=26441] ppid=26439 vsize=18688 CPUtime=3.14
/proc/26441/stat : 26441 (sugar) S 26439 26441 26051 0 -1 4194304 2532 25930 3 34 10 2 283 19 16 0 1 0 29938759 19136512 2049 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 257212592226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26441/statm: 4672 2049 373 3 0 1772 0
[pid=26459] ppid=26441 vsize=6552 CPUtime=155.96
/proc/26459/stat : 26459 (minisat) R 26441 26441 26051 0 -1 0 1296 0 0 0 15554 42 0 0 25 0 1 0 29939306 6709248 1236 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/26459/statm: 1638 1236 52 112 0 1522 0
Current children cumulated CPU time (s) 159.1
Current children cumulated vsize (KiB) 25240

[startup+222.472 s]
/proc/loadavg: 2.51 2.62 2.63 3/82 26525
/proc/meminfo: memFree=395832/2055920 swapFree=4192812/4192956
[pid=26441] ppid=26439 vsize=18688 CPUtime=3.14
/proc/26441/stat : 26441 (sugar) S 26439 26441 26051 0 -1 4194304 2532 25930 3 34 10 2 283 19 16 0 1 0 29938759 19136512 2049 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 257212592226 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26441/statm: 4672 2049 373 3 0 1772 0
[pid=26459] ppid=26441 vsize=6952 CPUtime=215.62
/proc/26459/stat : 26459 (minisat) R 26441 26441 26051 0 -1 0 1409 0 0 0 21501 61 0 0 25 0 1 0 29939306 7118848 1349 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528342 0 0 4096 3 0 0 0 17 0 0 0
/proc/26459/statm: 1738 1349 52 112 0 1622 0
Current children cumulated CPU time (s) 218.76
Current children cumulated vsize (KiB) 25640

[startup+282.521 s]
/proc/loadavg: 2.77 2.66 2.65 3/82 26525
/proc/meminfo: memFree=15928/2055920 swapFree=4192812/4192956
[pid=26441] ppid=26439 vsize=18688 CPUtime=3.14
/proc/26441/stat : 26441 (sugar) S 26439 26441 26051 0 -1 4194304 2532 25930 3 34 10 2 283 19 16 0 1 0 29938759 19136512 2049 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 257212592226 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26441/statm: 4672 2049 373 3 0 1772 0
[pid=26459] ppid=26441 vsize=7348 CPUtime=275.27
/proc/26459/stat : 26459 (minisat) R 26441 26441 26051 0 -1 0 1520 0 0 0 27444 83 0 0 25 0 1 0 29939306 7524352 1460 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528342 0 0 4096 3 0 0 0 17 0 0 0
/proc/26459/statm: 1837 1460 52 112 0 1721 0
Current children cumulated CPU time (s) 278.41
Current children cumulated vsize (KiB) 26036

[startup+342.563 s]
/proc/loadavg: 3.62 2.90 2.72 3/82 26525
/proc/meminfo: memFree=15672/2055920 swapFree=4192812/4192956
[pid=26441] ppid=26439 vsize=18688 CPUtime=3.14
/proc/26441/stat : 26441 (sugar) S 26439 26441 26051 0 -1 4194304 2532 25930 3 34 10 2 283 19 16 0 1 0 29938759 19136512 2049 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 257212592226 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26441/statm: 4672 2049 373 3 0 1772 0
[pid=26459] ppid=26441 vsize=7688 CPUtime=334.95
/proc/26459/stat : 26459 (minisat) R 26441 26441 26051 0 -1 0 1586 0 0 0 33392 103 0 0 25 0 1 0 29939306 7872512 1526 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134527976 0 0 4096 3 0 0 0 17 0 0 0
/proc/26459/statm: 1922 1526 52 112 0 1806 0
Current children cumulated CPU time (s) 338.09
Current children cumulated vsize (KiB) 26376

[startup+402.611 s]
/proc/loadavg: 3.47 3.01 2.77 3/82 26525
/proc/meminfo: memFree=16056/2055920 swapFree=4192812/4192956
[pid=26441] ppid=26439 vsize=18688 CPUtime=3.14
/proc/26441/stat : 26441 (sugar) S 26439 26441 26051 0 -1 4194304 2532 25930 3 34 10 2 283 19 16 0 1 0 29938759 19136512 2049 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 257212592226 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26441/statm: 4672 2049 373 3 0 1772 0
[pid=26459] ppid=26441 vsize=7688 CPUtime=394.63
/proc/26459/stat : 26459 (minisat) R 26441 26441 26051 0 -1 0 1606 0 0 0 39337 126 0 0 25 0 1 0 29939306 7872512 1546 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134525244 0 0 4096 3 0 0 0 17 0 0 0
/proc/26459/statm: 1922 1546 52 112 0 1806 0
Current children cumulated CPU time (s) 397.77
Current children cumulated vsize (KiB) 26376

[startup+462.643 s]
/proc/loadavg: 2.70 2.87 2.74 3/82 26525
/proc/meminfo: memFree=15096/2055920 swapFree=4192812/4192956
[pid=26441] ppid=26439 vsize=18688 CPUtime=3.14
/proc/26441/stat : 26441 (sugar) S 26439 26441 26051 0 -1 4194304 2532 25930 3 34 10 2 283 19 16 0 1 0 29938759 19136512 2049 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 257212592226 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26441/statm: 4672 2049 373 3 0 1772 0
[pid=26459] ppid=26441 vsize=8020 CPUtime=454.29
/proc/26459/stat : 26459 (minisat) R 26441 26441 26051 0 -1 0 1650 0 0 0 45282 147 0 0 25 0 1 0 29939306 8212480 1590 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528795 0 0 4096 3 0 0 0 17 0 0 0
/proc/26459/statm: 2005 1590 52 112 0 1889 0
Current children cumulated CPU time (s) 457.43
Current children cumulated vsize (KiB) 26708

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

/proc/26441/stat : 26441 (sugar) S 26439 26441 26051 0 -1 4194304 2532 25930 3 34 10 2 283 19 16 0 1 0 29938759 19136512 2049 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 257212592226 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26441/statm: 4672 2049 373 3 0 1772 0
[pid=26459] ppid=26441 vsize=9744 CPUtime=1052.12
/proc/26459/stat : 26459 (minisat) R 26441 26441 26051 0 -1 0 2062 0 0 0 104837 375 0 0 25 0 1 0 29939306 9977856 2002 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528455 0 0 4096 3 0 0 0 17 0 0 0
/proc/26459/statm: 2436 2002 52 112 0 2320 0
Current children cumulated CPU time (s) 1055.26
Current children cumulated vsize (KiB) 28432

[startup+1123.25 s]
/proc/loadavg: 3.71 3.04 2.85 3/88 26691
/proc/meminfo: memFree=16392/2055920 swapFree=4192812/4192956
[pid=26441] ppid=26439 vsize=18688 CPUtime=3.14
/proc/26441/stat : 26441 (sugar) S 26439 26441 26051 0 -1 4194304 2532 25930 3 34 10 2 283 19 16 0 1 0 29938759 19136512 2049 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 257212592226 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26441/statm: 4672 2049 373 3 0 1772 0
[pid=26459] ppid=26441 vsize=9944 CPUtime=1111.98
/proc/26459/stat : 26459 (minisat) R 26441 26441 26051 0 -1 0 2107 0 0 0 110792 406 0 0 25 0 1 0 29939306 10182656 2047 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/26459/statm: 2486 2047 52 112 0 2370 0
Current children cumulated CPU time (s) 1115.12
Current children cumulated vsize (KiB) 28632

[startup+1183.3 s]
/proc/loadavg: 3.38 3.09 2.88 3/82 26723
/proc/meminfo: memFree=16312/2055920 swapFree=4192812/4192956
[pid=26441] ppid=26439 vsize=18688 CPUtime=3.14
/proc/26441/stat : 26441 (sugar) S 26439 26441 26051 0 -1 4194304 2532 25930 3 34 10 2 283 19 16 0 1 0 29938759 19136512 2049 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 257212592226 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26441/statm: 4672 2049 373 3 0 1772 0
[pid=26459] ppid=26441 vsize=10124 CPUtime=1171.83
/proc/26459/stat : 26459 (minisat) R 26441 26441 26051 0 -1 0 2166 0 0 0 116755 428 0 0 25 0 1 0 29939306 10366976 2106 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/26459/statm: 2531 2106 52 112 0 2415 0
Current children cumulated CPU time (s) 1174.97
Current children cumulated vsize (KiB) 28812

[startup+1243.39 s]
/proc/loadavg: 2.83 2.98 2.85 3/82 26723
/proc/meminfo: memFree=15928/2055920 swapFree=4192812/4192956
[pid=26441] ppid=26439 vsize=18688 CPUtime=3.14
/proc/26441/stat : 26441 (sugar) S 26439 26441 26051 0 -1 4194304 2532 25930 3 34 10 2 283 19 16 0 1 0 29938759 19136512 2049 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 257212592226 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26441/statm: 4672 2049 373 3 0 1772 0
[pid=26459] ppid=26441 vsize=10264 CPUtime=1231.69
/proc/26459/stat : 26459 (minisat) R 26441 26441 26051 0 -1 0 2183 0 0 0 122723 446 0 0 25 0 1 0 29939306 10510336 2123 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528442 0 0 4096 3 0 0 0 17 0 0 0
/proc/26459/statm: 2566 2123 52 112 0 2450 0
Current children cumulated CPU time (s) 1234.83
Current children cumulated vsize (KiB) 28952

[startup+1303.49 s]
/proc/loadavg: 2.42 2.83 2.81 3/82 26723
/proc/meminfo: memFree=15608/2055920 swapFree=4192812/4192956
[pid=26441] ppid=26439 vsize=18688 CPUtime=3.14
/proc/26441/stat : 26441 (sugar) S 26439 26441 26051 0 -1 4194304 2532 25930 3 34 10 2 283 19 16 0 1 0 29938759 19136512 2049 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 257212592226 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26441/statm: 4672 2049 373 3 0 1772 0
[pid=26459] ppid=26441 vsize=10264 CPUtime=1291.64
/proc/26459/stat : 26459 (minisat) R 26441 26441 26051 0 -1 0 2183 0 0 0 128694 470 0 0 25 0 1 0 29939306 10510336 2123 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528374 0 0 4096 3 0 0 0 17 0 0 0
/proc/26459/statm: 2566 2123 52 112 0 2450 0
Current children cumulated CPU time (s) 1294.78
Current children cumulated vsize (KiB) 28952

[startup+1363.58 s]
/proc/loadavg: 2.40 2.74 2.77 3/82 26723
/proc/meminfo: memFree=16312/2055920 swapFree=4192812/4192956
[pid=26441] ppid=26439 vsize=18688 CPUtime=3.14
/proc/26441/stat : 26441 (sugar) S 26439 26441 26051 0 -1 4194304 2532 25930 3 34 10 2 283 19 16 0 1 0 29938759 19136512 2049 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 257212592226 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26441/statm: 4672 2049 373 3 0 1772 0
[pid=26459] ppid=26441 vsize=10264 CPUtime=1351.54
/proc/26459/stat : 26459 (minisat) R 26441 26441 26051 0 -1 0 2183 0 0 0 134663 491 0 0 25 0 1 0 29939306 10510336 2123 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/26459/statm: 2566 2123 52 112 0 2450 0
Current children cumulated CPU time (s) 1354.68
Current children cumulated vsize (KiB) 28952

[startup+1423.66 s]
/proc/loadavg: 2.89 2.81 2.80 3/82 26723
/proc/meminfo: memFree=15032/2055920 swapFree=4192812/4192956
[pid=26441] ppid=26439 vsize=18688 CPUtime=3.14
/proc/26441/stat : 26441 (sugar) S 26439 26441 26051 0 -1 4194304 2532 25930 3 34 10 2 283 19 16 0 1 0 29938759 19136512 2049 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 257212592226 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26441/statm: 4672 2049 373 3 0 1772 0
[pid=26459] ppid=26441 vsize=10264 CPUtime=1411.48
/proc/26459/stat : 26459 (minisat) R 26441 26441 26051 0 -1 0 2184 0 0 0 140637 511 0 0 25 0 1 0 29939306 10510336 2124 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528342 0 0 4096 3 0 0 0 17 0 0 0
/proc/26459/statm: 2566 2124 52 112 0 2450 0
Current children cumulated CPU time (s) 1414.62
Current children cumulated vsize (KiB) 28952

[startup+1483.75 s]
/proc/loadavg: 3.07 2.88 2.82 3/82 26723
/proc/meminfo: memFree=16056/2055920 swapFree=4192812/4192956
[pid=26441] ppid=26439 vsize=18688 CPUtime=3.14
/proc/26441/stat : 26441 (sugar) S 26439 26441 26051 0 -1 4194304 2532 25930 3 34 10 2 283 19 16 0 1 0 29938759 19136512 2049 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 257212592226 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26441/statm: 4672 2049 373 3 0 1772 0
[pid=26459] ppid=26441 vsize=10264 CPUtime=1471.43
/proc/26459/stat : 26459 (minisat) R 26441 26441 26051 0 -1 0 2199 0 0 0 146611 532 0 0 25 0 1 0 29939306 10510336 2139 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528549 0 0 4096 3 0 0 0 17 0 0 0
/proc/26459/statm: 2566 2139 52 112 0 2450 0
Current children cumulated CPU time (s) 1474.57
Current children cumulated vsize (KiB) 28952

[startup+1543.82 s]
/proc/loadavg: 4.08 3.18 2.92 3/82 26723
/proc/meminfo: memFree=15800/2055920 swapFree=4192812/4192956
[pid=26441] ppid=26439 vsize=18688 CPUtime=3.14
/proc/26441/stat : 26441 (sugar) S 26439 26441 26051 0 -1 4194304 2532 25930 3 34 10 2 283 19 16 0 1 0 29938759 19136512 2049 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 257212592226 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26441/statm: 4672 2049 373 3 0 1772 0
[pid=26459] ppid=26441 vsize=10408 CPUtime=1531.33
/proc/26459/stat : 26459 (minisat) R 26441 26441 26051 0 -1 0 2225 0 0 0 152579 554 0 0 25 0 1 0 29939306 10657792 2165 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/26459/statm: 2602 2165 52 112 0 2486 0
Current children cumulated CPU time (s) 1534.47
Current children cumulated vsize (KiB) 29096

[startup+1603.87 s]
/proc/loadavg: 3.09 3.08 2.90 3/82 26723
/proc/meminfo: memFree=15352/2055920 swapFree=4192812/4192956
[pid=26441] ppid=26439 vsize=18688 CPUtime=3.14
/proc/26441/stat : 26441 (sugar) S 26439 26441 26051 0 -1 4194304 2532 25930 3 34 10 2 283 19 16 0 1 0 29938759 19136512 2049 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 257212592226 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26441/statm: 4672 2049 373 3 0 1772 0
[pid=26459] ppid=26441 vsize=10728 CPUtime=1591.23
/proc/26459/stat : 26459 (minisat) R 26441 26441 26051 0 -1 0 2288 0 0 0 158549 574 0 0 25 0 1 0 29939306 10985472 2228 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/26459/statm: 2682 2228 52 112 0 2566 0
Current children cumulated CPU time (s) 1594.37
Current children cumulated vsize (KiB) 29416

[startup+1663.87 s]
/proc/loadavg: 2.57 2.92 2.86 3/82 26723
/proc/meminfo: memFree=15288/2055920 swapFree=4192812/4192956
[pid=26441] ppid=26439 vsize=18688 CPUtime=3.14
/proc/26441/stat : 26441 (sugar) S 26439 26441 26051 0 -1 4194304 2532 25930 3 34 10 2 283 19 16 0 1 0 29938759 19136512 2049 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 257212592226 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26441/statm: 4672 2049 373 3 0 1772 0
[pid=26459] ppid=26441 vsize=10728 CPUtime=1651.09
/proc/26459/stat : 26459 (minisat) R 26441 26441 26051 0 -1 0 2314 0 0 0 164518 591 0 0 25 0 1 0 29939306 10985472 2254 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134532808 0 0 4096 3 0 0 0 17 0 0 0
/proc/26459/statm: 2682 2254 52 112 0 2566 0
Current children cumulated CPU time (s) 1654.23
Current children cumulated vsize (KiB) 29416

[startup+1723.94 s]
/proc/loadavg: 2.44 2.81 2.82 3/82 26723
/proc/meminfo: memFree=15672/2055920 swapFree=4192812/4192956
[pid=26441] ppid=26439 vsize=18688 CPUtime=3.14
/proc/26441/stat : 26441 (sugar) S 26439 26441 26051 0 -1 4194304 2532 25930 3 34 10 2 283 19 16 0 1 0 29938759 19136512 2049 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 257212592226 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26441/statm: 4672 2049 373 3 0 1772 0
[pid=26459] ppid=26441 vsize=10940 CPUtime=1710.99
/proc/26459/stat : 26459 (minisat) R 26441 26441 26051 0 -1 0 2334 0 0 0 170488 611 0 0 25 0 1 0 29939306 11202560 2274 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/26459/statm: 2735 2274 52 112 0 2619 0
Current children cumulated CPU time (s) 1714.13
Current children cumulated vsize (KiB) 29628

[startup+1783.97 s]
/proc/loadavg: 2.53 2.77 2.81 4/82 26723
/proc/meminfo: memFree=15416/2055920 swapFree=4192812/4192956
[pid=26441] ppid=26439 vsize=18688 CPUtime=3.14
/proc/26441/stat : 26441 (sugar) S 26439 26441 26051 0 -1 4194304 2532 25930 3 34 10 2 283 19 16 0 1 0 29938759 19136512 2049 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 257212592226 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26441/statm: 4672 2049 373 3 0 1772 0
[pid=26459] ppid=26441 vsize=10940 CPUtime=1770.81
/proc/26459/stat : 26459 (minisat) R 26441 26441 26051 0 -1 0 2334 0 0 0 176451 630 0 0 25 0 1 0 29939306 11202560 2274 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/26459/statm: 2735 2274 52 112 0 2619 0
Current children cumulated CPU time (s) 1773.95
Current children cumulated vsize (KiB) 29628



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1810.39 s]
/proc/loadavg: 2.63 2.77 2.80 3/82 26723
/proc/meminfo: memFree=14904/2055920 swapFree=4192812/4192956
[pid=26441] ppid=26439 vsize=18688 CPUtime=3.14
/proc/26441/stat : 26441 (sugar) S 26439 26441 26051 0 -1 4194304 2532 25930 3 34 10 2 283 19 16 0 1 0 29938759 19136512 2049 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 257212592226 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26441/statm: 4672 2049 373 3 0 1772 0
[pid=26459] ppid=26441 vsize=10940 CPUtime=1796.95
/proc/26459/stat : 26459 (minisat) R 26441 26441 26051 0 -1 0 2334 0 0 0 179058 637 0 0 25 0 1 0 29939306 11202560 2274 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/26459/statm: 2735 2274 52 112 0 2619 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 29628

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

Child status: 1
Real time (s): 1810.81
CPU time (s): 1800.13
CPU user time (s): 1793.53
CPU system time (s): 6.595
CPU usage (%): 99.4103
Max. virtual memory (cumulated for all children) (KiB): 821136

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.53
system time used= 6.595
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 30886
page faults= 37
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1648
involuntary context switches= 45223

runsolver used 1.9967 s user time and 5.45117 s system time

The end

Launcher Data (download as text)

Begin job on node65 on Mon Jan 29 19:43:29 UTC 2007


IDJOB= 213919
IDBENCH= 4884
IDSOLVER= 86
FILE ID= node65/213919-1170099809

PBS_JOBID= 3689715

Free space on /tmp= 38715 MiB

SOLVER NAME= sugar 0.40
BENCH NAME= HOME/pub/bench/CPAI06/pseudoSeries/par/par-32-2.xml
COMMAND LINE= /tmp/evaluation/213919-1170099809/solver /tmp/evaluation/213919-1170099809 /tmp/evaluation/213919-1170099809/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node65/watcher-213919-1170099809 -o ROOT/results/node65/solver-213919-1170099809 -C 1800 -M 900  /tmp/evaluation/213919-1170099809/solver /tmp/evaluation/213919-1170099809 /tmp/evaluation/213919-1170099809/unknown.xml

META MD5SUM SOLVER= 0a27e717dfe98d83d9802fe0eea45073
MD5SUM BENCH=  89f67149918449318ae1436861450fd0

RANDOM SEED= 62197598

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.259
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.259
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:        666904 kB
Buffers:          2940 kB
Cached:        1234456 kB
SwapCached:          0 kB
Active:          99444 kB
Inactive:      1212476 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        666904 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:          606752 kB
Writeback:           0 kB
Mapped:          91316 kB
Slab:            62220 kB
Committed_AS:   391052 kB
PageTables:       2016 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= 39597 MiB



End job on node65 on Mon Jan 29 20:13:45 UTC 2007