Trace number 217826

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.06 1807.61

General information on the benchmark

NamegolombRuler/golombRulerArity3/
ruler-67-12-a3.xml
MD5SUM901737356712bb227c2d9ca62b34a56a
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark498.493
SatisfiableNO
(Un)Satisfiability was proved
Number of variables78
Number of constraints2277
Maximum constraint arity3
Maximum domain size68
Number of constraints which are defined in extension0
Number of constraints which are defined in intension2277
Global constraints used (with number of constraints)

Solver Data (download as text)

0.04	c # Sugar v0-40 (/tmp/evaluation/217826-1170101630/sugar-v0-40.jar)
0.04	
0.04	c # MAIN  BEGIN : /tmp/evaluation/217826-1170101630/unknown.xml [Mon Jan 29 21:13:51 2007]
0.04	c # CONVERT_XML  BEGIN : /tmp/evaluation/217826-1170101630/unknown.xml /tmp/evaluation/217826-1170101630/sugar14997.csp [Mon Jan 29 21:13:51 2007]
0.04	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/217826-1170101630/sugar-v0-40.jar -convert /tmp/evaluation/217826-1170101630/unknown.xml /tmp/evaluation/217826-1170101630/sugar14997.csp
0.15	c BEGIN convert /tmp/evaluation/217826-1170101630/unknown.xml
0.61	c END convert (0.455017 seconds)
0.63	c # CONVERT_XML  END : /tmp/evaluation/217826-1170101630/sugar14997.csp 33436 bytes (0 seconds) [Mon Jan 29 21:13:51 2007]
0.63	c # CONVERT_XML  CPU : 0.55 = 0 + 0 + 0.51 + 0.04
0.63	
0.63	c # GENERATE_SAT  BEGIN : /tmp/evaluation/217826-1170101630/sugar14997.bcnf [Mon Jan 29 21:13:51 2007]
0.63	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/217826-1170101630/sugar-v0-40.jar -bcnf -map /tmp/evaluation/217826-1170101630/sugar14997.map /tmp/evaluation/217826-1170101630/sugar14997.csp /tmp/evaluation/217826-1170101630/sugar14997.bcnf
0.75	c BEGIN parse /tmp/evaluation/217826-1170101630/sugar14997.csp
1.15	c END parse (0.400532 seconds)
1.15	c BEGIN simplify
1.18	c END simplify (0.02611 seconds)
1.18	c BEGIN encode /tmp/evaluation/217826-1170101630/sugar14997.bcnf
1.77	c END encode (0.588398 seconds)
1.84	c # GENERATE_SAT  END : 9450 variables 599841 clauses 9462460 bytes (1 seconds) [Mon Jan 29 21:13:52 2007]
1.84	c # GENERATE_SAT  CPU : 1.18 = 0.04 + 0.01 + 1.06 + 0.07
1.84	
1.84	c # SOLVE_SAT  BEGIN : /tmp/evaluation/217826-1170101630/sugar14997.bcnf [Mon Jan 29 21:13:52 2007]
1.84	c # CMD : /tmp/evaluation/217826-1170101630/minisat /tmp/evaluation/217826-1170101630/sugar14997.bcnf /tmp/evaluation/217826-1170101630/sugar14997.out
2.20	c ==================================[MINISAT]===================================
2.20	c | Conflicts |     ORIGINAL     |              LEARNT              | Progress |
2.20	c |           | Clauses Literals |   Limit Clauses Literals  Lit/Cl |          |
2.20	c ==============================================================================
2.20	c |         0 |  535469  1588286 |  178489       0        0     nan |  0.000 % |
2.70	c |       102 |  535469  1588286 |  196337     102     1592    15.6 |  6.053 % |
3.16	c |       252 |  535469  1588286 |  215971     251     3279    13.1 |  6.635 % |
3.65	c |       479 |  535469  1588286 |  237568     478     5356    11.2 |  6.635 % |
4.77	c |       816 |  535469  1588286 |  261325     815     8593    10.5 |  6.635 % |
6.02	c |      1322 |  535469  1588286 |  287458    1321    14029    10.6 |  6.636 % |
7.11	c |      2081 |  535471  1588286 |  316204    2078    21129    10.2 |  6.635 % |
11.16	c |      3220 |  528867  1570346 |  347824    3208    32902    10.3 |  9.016 % |
15.51	c |      4929 |  501045  1493387 |  382607    4206    45186    10.7 |  9.017 % |
20.50	c |      7491 |  501046  1493387 |  420867    6767    75024    11.1 |  9.016 % |
27.86	c |     11335 |  501046  1493387 |  462954   10611   123049    11.6 |  9.016 % |
41.53	c |     17104 |  501046  1493387 |  509249   16380   198759    12.1 |  9.016 % |
61.50	c |     25754 |  501046  1493387 |  560174   25030   316787    12.7 |  9.017 % |
93.20	c |     38730 |  501046  1493387 |  616192   38006   486493    12.8 |  9.016 % |
145.60	c |     58192 |  501046  1493387 |  677811   57468   768929    13.4 |  9.017 % |
236.34	c |     87385 |  501046  1493387 |  745592   86661  1242552    14.3 |  9.016 % |
385.75	c |    131174 |  499720  1489808 |  820152   38774   426694    11.0 |  9.132 % |
559.56	c |    196858 |  499721  1489808 |  902167  104457  1426021    13.7 |  9.133 % |
1002.01	c |    295384 |  499733  1489808 |  992384  202971  3006714    14.8 |  9.132 % |
1797.31	c |    443173 |  499736  1489808 | 1091622  350757  5740053    16.4 |  9.132 % |
1806.59	
1806.59	s UNKNOWN
1806.59	c # INTERRUPTED
1806.59	c # MAIN  END :  (1806 seconds) [Mon Jan 29 21:43:57 2007]
1806.59	c # MAIN  CPU : 1.73 = 0.04 + 0.01 + 1.57 + 0.11
1806.59	

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/node23/watcher-217826-1170101630 -o ROOT/results/node23/solver-217826-1170101630 -C 1800 -M 900 /tmp/evaluation/217826-1170101630/solver /tmp/evaluation/217826-1170101630 /tmp/evaluation/217826-1170101630/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.84 1.96 1.91 2/81 14998
/proc/meminfo: memFree=1545712/2055920 swapFree=4192956/4192956
[pid=14997] ppid=14995 vsize=12268 CPUtime=0
/proc/14997/stat : 14997 (sugar) R 14995 14997 14320 0 -1 4194304 596 0 0 0 0 0 0 0 18 0 1 0 30116933 12562432 315 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 238496562174 0 0 4224 0 0 0 0 17 1 0 0
/proc/14997/statm: 3067 315 241 3 0 167 0

[startup+0.102444 s]
/proc/loadavg: 1.84 1.96 1.91 2/81 14998
/proc/meminfo: memFree=1545712/2055920 swapFree=4192956/4192956
[pid=14997] ppid=14995 vsize=13724 CPUtime=0.03
/proc/14997/stat : 14997 (sugar) S 14995 14997 14320 0 -1 4194304 1112 0 0 0 3 0 0 0 16 0 1 0 30116933 14053376 805 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14997/statm: 3431 805 368 3 0 531 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13724

[startup+0.514489 s]
/proc/loadavg: 1.84 1.96 1.91 2/81 14998
/proc/meminfo: memFree=1545712/2055920 swapFree=4192956/4192956
[pid=14997] ppid=14995 vsize=13724 CPUtime=0.03
/proc/14997/stat : 14997 (sugar) S 14995 14997 14320 0 -1 4194304 1121 0 0 0 3 0 0 0 16 0 1 0 30116933 14053376 805 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14997/statm: 3431 805 368 3 0 531 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13724

[startup+1.33959 s]
/proc/loadavg: 1.84 1.96 1.91 4/102 15065
/proc/meminfo: memFree=1516288/2055920 swapFree=4192956/4192956
[pid=14997] ppid=14995 vsize=13724 CPUtime=0.58
/proc/14997/stat : 14997 (sugar) S 14995 14997 14320 0 -1 4194304 1190 5191 0 1 3 0 51 4 16 0 1 0 30116933 14053376 809 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14997/statm: 3431 809 371 3 0 531 0
[pid=15043] ppid=14997 vsize=807356 CPUtime=0.68
/proc/15043/stat : 15043 (java) R 14997 14997 14320 0 -1 0 6659 0 1 0 65 3 0 0 16 0 8 0 30116996 826732544 6409 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073828135 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/15043/statm: 201839 6409 1510 14 0 189117 0
[pid=15043/tid=15047] ppid=14997 vsize=807356 CPUtime=0.01
/proc/15043/task/15047/stat : 15047 (java) S 14997 14997 14320 0 -1 64 435 0 0 0 1 0 0 0 17 0 8 0 30117000 826732544 6409 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=15043/tid=15048] ppid=14997 vsize=807356 CPUtime=0
/proc/15043/task/15048/stat : 15048 (java) S 14997 14997 14320 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 30117000 826732544 6409 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15043/tid=15049] ppid=14997 vsize=807356 CPUtime=0
/proc/15043/task/15049/stat : 15049 (java) S 14997 14997 14320 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 30117000 826732544 6409 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15043/tid=15054] ppid=14997 vsize=807356 CPUtime=0
/proc/15043/task/15054/stat : 15054 (java) S 14997 14997 14320 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 30117003 826732544 6409 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15043/tid=15055] ppid=14997 vsize=807356 CPUtime=0.15
/proc/15043/task/15055/stat : 15055 (java) S 14997 14997 14320 0 -1 64 415 0 0 0 15 0 0 0 16 0 8 0 30117003 826732544 6409 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15043/tid=15056] ppid=14997 vsize=807356 CPUtime=0
/proc/15043/task/15056/stat : 15056 (java) S 14997 14997 14320 0 -1 64 3 0 0 0 0 0 0 0 19 0 8 0 30117003 826732544 6409 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15043/tid=15057] ppid=14997 vsize=807356 CPUtime=0
/proc/15043/task/15057/stat : 15057 (java) S 14997 14997 14320 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 30117003 826732544 6409 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.26
Current children cumulated vsize (KiB) 821080

[startup+2.97577 s]
/proc/loadavg: 1.84 1.96 1.91 2/82 15083
/proc/meminfo: memFree=1508960/2055920 swapFree=4192956/4192956
[pid=14997] ppid=14995 vsize=16344 CPUtime=1.76
/proc/14997/stat : 14997 (sugar) S 14995 14997 14320 0 -1 4194304 1913 11867 0 2 7 1 157 11 15 0 1 0 30116933 16736256 1424 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14997/statm: 4086 1424 373 3 0 1186 0
[pid=15083] ppid=14997 vsize=24976 CPUtime=1.11
/proc/15083/stat : 15083 (minisat) R 14997 14997 14320 0 -1 0 6752 0 0 0 108 3 0 0 25 0 1 0 30117117 25575424 5712 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/15083/statm: 6244 5712 51 112 0 6128 0
Current children cumulated CPU time (s) 2.87
Current children cumulated vsize (KiB) 41320

[startup+6.25414 s]
/proc/loadavg: 1.93 1.98 1.92 2/82 15147
/proc/meminfo: memFree=1507808/2055920 swapFree=4192956/4192956
[pid=14997] ppid=14995 vsize=16344 CPUtime=1.76
/proc/14997/stat : 14997 (sugar) S 14995 14997 14320 0 -1 4194304 1913 11867 0 2 7 1 157 11 16 0 1 0 30116933 16736256 1424 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14997/statm: 4086 1424 373 3 0 1186 0
[pid=15083] ppid=14997 vsize=25108 CPUtime=4.37
/proc/15083/stat : 15083 (minisat) R 14997 14997 14320 0 -1 0 6791 0 0 0 433 4 0 0 25 0 1 0 30117117 25710592 5751 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/15083/statm: 6277 5751 51 112 0 6161 0
Current children cumulated CPU time (s) 6.13
Current children cumulated vsize (KiB) 41452

[startup+12.7209 s]
/proc/loadavg: 1.86 1.96 1.91 2/79 15161
/proc/meminfo: memFree=1514232/2055920 swapFree=4192956/4192956
[pid=14997] ppid=14995 vsize=16344 CPUtime=1.76
/proc/14997/stat : 14997 (sugar) S 14995 14997 14320 0 -1 4194304 1913 11867 0 2 7 1 157 11 16 0 1 0 30116933 16736256 1424 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14997/statm: 4086 1424 373 3 0 1186 0
[pid=15083] ppid=14997 vsize=25240 CPUtime=10.83
/proc/15083/stat : 15083 (minisat) R 14997 14997 14320 0 -1 0 6800 0 0 0 1079 4 0 0 25 0 1 0 30117117 25845760 5760 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528316 0 0 4096 3 0 0 0 17 1 0 0
/proc/15083/statm: 6310 5760 51 112 0 6194 0
Current children cumulated CPU time (s) 12.59
Current children cumulated vsize (KiB) 41584

[startup+25.5273 s]
/proc/loadavg: 1.67 1.91 1.90 2/79 15161
/proc/meminfo: memFree=1514432/2055920 swapFree=4192956/4192956
[pid=14997] ppid=14995 vsize=16344 CPUtime=1.76
/proc/14997/stat : 14997 (sugar) S 14995 14997 14320 0 -1 4194304 1913 11867 0 2 7 1 157 11 16 0 1 0 30116933 16736256 1424 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14997/statm: 4086 1424 373 3 0 1186 0
[pid=15083] ppid=14997 vsize=25240 CPUtime=23.63
/proc/15083/stat : 15083 (minisat) R 14997 14997 14320 0 -1 0 6810 0 0 0 2358 5 0 0 25 0 1 0 30117117 25845760 5770 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528707 0 0 4096 3 0 0 0 17 1 0 0
/proc/15083/statm: 6310 5770 51 112 0 6194 0
Current children cumulated CPU time (s) 25.39
Current children cumulated vsize (KiB) 41584

[startup+51.1562 s]
/proc/loadavg: 1.44 1.84 1.87 2/79 15161
/proc/meminfo: memFree=1514368/2055920 swapFree=4192956/4192956
[pid=14997] ppid=14995 vsize=16344 CPUtime=1.76
/proc/14997/stat : 14997 (sugar) S 14995 14997 14320 0 -1 4194304 1913 11867 0 2 7 1 157 11 16 0 1 0 30116933 16736256 1424 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14997/statm: 4086 1424 373 3 0 1186 0
[pid=15083] ppid=14997 vsize=25520 CPUtime=49.25
/proc/15083/stat : 15083 (minisat) R 14997 14997 14320 0 -1 0 6865 0 0 0 4920 5 0 0 25 0 1 0 30117117 26132480 5825 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/15083/statm: 6380 5825 51 112 0 6264 0
Current children cumulated CPU time (s) 51.01
Current children cumulated vsize (KiB) 41864

[startup+102.409 s]
/proc/loadavg: 1.19 1.71 1.83 2/79 15161
/proc/meminfo: memFree=1513152/2055920 swapFree=4192956/4192956
[pid=14997] ppid=14995 vsize=16344 CPUtime=1.76
/proc/14997/stat : 14997 (sugar) S 14995 14997 14320 0 -1 4194304 1913 11867 0 2 7 1 157 11 16 0 1 0 30116933 16736256 1424 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14997/statm: 4086 1424 373 3 0 1186 0
[pid=15083] ppid=14997 vsize=26956 CPUtime=100.49
/proc/15083/stat : 15083 (minisat) R 14997 14997 14320 0 -1 0 7212 0 0 0 10043 6 0 0 25 0 1 0 30117117 27602944 6172 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528535 0 0 4096 3 0 0 0 17 1 0 0
/proc/15083/statm: 6739 6172 51 112 0 6623 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 43300

[startup+162.482 s]
/proc/loadavg: 1.07 1.57 1.77 2/79 15161
/proc/meminfo: memFree=1510976/2055920 swapFree=4192956/4192956
[pid=14997] ppid=14995 vsize=16344 CPUtime=1.76
/proc/14997/stat : 14997 (sugar) S 14995 14997 14320 0 -1 4194304 1913 11867 0 2 7 1 157 11 16 0 1 0 30116933 16736256 1424 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14997/statm: 4086 1424 373 3 0 1186 0
[pid=15083] ppid=14997 vsize=29108 CPUtime=160.55
/proc/15083/stat : 15083 (minisat) R 14997 14997 14320 0 -1 0 7740 0 0 0 16048 7 0 0 25 0 1 0 30117117 29806592 6700 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528392 0 0 4096 3 0 0 0 17 1 0 0
/proc/15083/statm: 7277 6700 51 112 0 7161 0
Current children cumulated CPU time (s) 162.31
Current children cumulated vsize (KiB) 45452

[startup+222.55 s]
/proc/loadavg: 1.02 1.47 1.72 2/79 15161
/proc/meminfo: memFree=1509184/2055920 swapFree=4192956/4192956
[pid=14997] ppid=14995 vsize=16344 CPUtime=1.76
/proc/14997/stat : 14997 (sugar) S 14995 14997 14320 0 -1 4194304 1913 11867 0 2 7 1 157 11 16 0 1 0 30116933 16736256 1424 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14997/statm: 4086 1424 373 3 0 1186 0
[pid=15083] ppid=14997 vsize=30836 CPUtime=220.59
/proc/15083/stat : 15083 (minisat) R 14997 14997 14320 0 -1 0 8198 0 0 0 22052 7 0 0 25 0 1 0 30117117 31576064 7158 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/15083/statm: 7709 7158 51 112 0 7593 0
Current children cumulated CPU time (s) 222.35
Current children cumulated vsize (KiB) 47180

[startup+282.617 s]
/proc/loadavg: 1.01 1.38 1.67 2/79 15161
/proc/meminfo: memFree=1507200/2055920 swapFree=4192956/4192956
[pid=14997] ppid=14995 vsize=16344 CPUtime=1.76
/proc/14997/stat : 14997 (sugar) S 14995 14997 14320 0 -1 4194304 1913 11867 0 2 7 1 157 11 16 0 1 0 30116933 16736256 1424 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14997/statm: 4086 1424 373 3 0 1186 0
[pid=15083] ppid=14997 vsize=32900 CPUtime=280.64
/proc/15083/stat : 15083 (minisat) R 14997 14997 14320 0 -1 0 8693 0 0 0 28056 8 0 0 25 0 1 0 30117117 33689600 7653 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528424 0 0 4096 3 0 0 0 17 1 0 0
/proc/15083/statm: 8225 7653 51 112 0 8109 0
Current children cumulated CPU time (s) 282.4
Current children cumulated vsize (KiB) 49244

[startup+342.686 s]
/proc/loadavg: 1.00 1.31 1.63 2/79 15161
/proc/meminfo: memFree=1505608/2055920 swapFree=4192956/4192956
[pid=14997] ppid=14995 vsize=16344 CPUtime=1.76
/proc/14997/stat : 14997 (sugar) S 14995 14997 14320 0 -1 4194304 1913 11867 0 2 7 1 157 11 16 0 1 0 30116933 16736256 1424 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14997/statm: 4086 1424 373 3 0 1186 0
[pid=15083] ppid=14997 vsize=34492 CPUtime=340.69
/proc/15083/stat : 15083 (minisat) R 14997 14997 14320 0 -1 0 9078 0 0 0 34060 9 0 0 25 0 1 0 30117117 35319808 8038 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/15083/statm: 8623 8038 51 112 0 8507 0
Current children cumulated CPU time (s) 342.45
Current children cumulated vsize (KiB) 50836

[startup+402.758 s]
/proc/loadavg: 1.00 1.25 1.59 2/79 15161
/proc/meminfo: memFree=1505160/2055920 swapFree=4192956/4192956
[pid=14997] ppid=14995 vsize=16344 CPUtime=1.76
/proc/14997/stat : 14997 (sugar) S 14995 14997 14320 0 -1 4194304 1913 11867 0 2 7 1 157 11 16 0 1 0 30116933 16736256 1424 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14997/statm: 4086 1424 373 3 0 1186 0
[pid=15083] ppid=14997 vsize=34932 CPUtime=400.75
/proc/15083/stat : 15083 (minisat) R 14997 14997 14320 0 -1 0 9192 0 0 0 40065 10 0 0 25 0 1 0 30117117 35770368 8152 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528771 0 0 4096 3 0 0 0 17 1 0 0
/proc/15083/statm: 8733 8152 51 112 0 8617 0
Current children cumulated CPU time (s) 402.51
Current children cumulated vsize (KiB) 51276

[startup+462.823 s]
/proc/loadavg: 1.00 1.20 1.54 2/79 15161
/proc/meminfo: memFree=1505032/2055920 swapFree=4192956/4192956
[pid=14997] ppid=14995 vsize=16344 CPUtime=1.76
/proc/14997/stat : 14997 (sugar) S 14995 14997 14320 0 -1 4194304 1913 11867 0 2 7 1 157 11 16 0 1 0 30116933 16736256 1424 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14997/statm: 4086 1424 373 3 0 1186 0
[pid=15083] ppid=14997 vsize=35064 CPUtime=460.8
/proc/15083/stat : 15083 (minisat) R 14997 14997 14320 0 -1 0 9224 0 0 0 46069 11 0 0 25 0 1 0 30117117 35905536 8184 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0

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

/proc/loadavg: 1.08 1.03 1.25 2/79 15161
/proc/meminfo: memFree=1493640/2055920 swapFree=4192956/4192956
[pid=14997] ppid=14995 vsize=16344 CPUtime=1.76
/proc/14997/stat : 14997 (sugar) S 14995 14997 14320 0 -1 4194304 1913 11867 0 2 7 1 157 11 16 0 1 0 30116933 16736256 1424 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14997/statm: 4086 1424 373 3 0 1186 0
[pid=15083] ppid=14997 vsize=46816 CPUtime=1121.37
/proc/15083/stat : 15083 (minisat) R 14997 14997 14320 0 -1 0 12072 0 0 0 112117 20 0 0 25 0 1 0 30117117 47939584 11032 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/15083/statm: 11704 11032 51 112 0 11588 0
Current children cumulated CPU time (s) 1123.13
Current children cumulated vsize (KiB) 63160

[startup+1183.68 s]
/proc/loadavg: 1.27 1.08 1.26 3/88 15317
/proc/meminfo: memFree=1476600/2055920 swapFree=4192956/4192956
[pid=14997] ppid=14995 vsize=16344 CPUtime=1.76
/proc/14997/stat : 14997 (sugar) S 14995 14997 14320 0 -1 4194304 1913 11867 0 2 7 1 157 11 16 0 1 0 30116933 16736256 1424 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14997/statm: 4086 1424 373 3 0 1186 0
[pid=15083] ppid=14997 vsize=48180 CPUtime=1181.33
/proc/15083/stat : 15083 (minisat) R 14997 14997 14320 0 -1 0 12421 0 0 0 118112 21 0 0 25 0 1 0 30117117 49336320 11381 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/15083/statm: 12045 11381 51 112 0 11929 0
Current children cumulated CPU time (s) 1183.09
Current children cumulated vsize (KiB) 64524

[startup+1243.68 s]
/proc/loadavg: 2.01 1.31 1.32 3/96 15388
/proc/meminfo: memFree=1268536/2055920 swapFree=4192956/4192956
[pid=14997] ppid=14995 vsize=16344 CPUtime=1.76
/proc/14997/stat : 14997 (sugar) S 14995 14997 14320 0 -1 4194304 1913 11867 0 2 7 1 157 11 16 0 1 0 30116933 16736256 1424 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14997/statm: 4086 1424 373 3 0 1186 0
[pid=15083] ppid=14997 vsize=49520 CPUtime=1240.84
/proc/15083/stat : 15083 (minisat) R 14997 14997 14320 0 -1 0 12739 0 0 0 124062 22 0 0 25 0 1 0 30117117 50708480 11699 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/15083/statm: 12380 11699 51 112 0 12264 0
Current children cumulated CPU time (s) 1242.6
Current children cumulated vsize (KiB) 65864

[startup+1303.71 s]
/proc/loadavg: 2.21 1.51 1.39 3/96 15388
/proc/meminfo: memFree=1214712/2055920 swapFree=4192956/4192956
[pid=14997] ppid=14995 vsize=16344 CPUtime=1.76
/proc/14997/stat : 14997 (sugar) S 14995 14997 14320 0 -1 4194304 1913 11867 0 2 7 1 157 11 16 0 1 0 30116933 16736256 1424 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14997/statm: 4086 1424 373 3 0 1186 0
[pid=15083] ppid=14997 vsize=50572 CPUtime=1300.26
/proc/15083/stat : 15083 (minisat) R 14997 14997 14320 0 -1 0 13008 0 0 0 130002 24 0 0 25 0 1 0 30117117 51785728 11968 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/15083/statm: 12643 11968 51 112 0 12527 0
Current children cumulated CPU time (s) 1302.02
Current children cumulated vsize (KiB) 66916

[startup+1363.8 s]
/proc/loadavg: 2.54 1.72 1.46 4/96 15390
/proc/meminfo: memFree=1081784/2055920 swapFree=4192956/4192956
[pid=14997] ppid=14995 vsize=16344 CPUtime=1.76
/proc/14997/stat : 14997 (sugar) S 14995 14997 14320 0 -1 4194304 1913 11867 0 2 7 1 157 11 16 0 1 0 30116933 16736256 1424 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14997/statm: 4086 1424 373 3 0 1186 0
[pid=15083] ppid=14997 vsize=51648 CPUtime=1359.76
/proc/15083/stat : 15083 (minisat) R 14997 14997 14320 0 -1 0 13291 0 0 0 135952 24 0 0 25 0 1 0 30117117 52887552 12251 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/15083/statm: 12912 12251 51 112 0 12796 0
Current children cumulated CPU time (s) 1361.52
Current children cumulated vsize (KiB) 67992

[startup+1423.9 s]
/proc/loadavg: 2.43 1.84 1.52 4/96 15390
/proc/meminfo: memFree=951160/2055920 swapFree=4192956/4192956
[pid=14997] ppid=14995 vsize=16344 CPUtime=1.76
/proc/14997/stat : 14997 (sugar) S 14995 14997 14320 0 -1 4194304 1913 11867 0 2 7 1 157 11 16 0 1 0 30116933 16736256 1424 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14997/statm: 4086 1424 373 3 0 1186 0
[pid=15083] ppid=14997 vsize=52780 CPUtime=1419.27
/proc/15083/stat : 15083 (minisat) R 14997 14997 14320 0 -1 0 13566 0 0 0 141902 25 0 0 25 0 1 0 30117117 54046720 12526 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/15083/statm: 13195 12526 51 112 0 13079 0
Current children cumulated CPU time (s) 1421.03
Current children cumulated vsize (KiB) 69124

[startup+1484 s]
/proc/loadavg: 2.41 1.94 1.57 3/96 15390
/proc/meminfo: memFree=889528/2055920 swapFree=4192956/4192956
[pid=14997] ppid=14995 vsize=16344 CPUtime=1.76
/proc/14997/stat : 14997 (sugar) S 14995 14997 14320 0 -1 4194304 1913 11867 0 2 7 1 157 11 16 0 1 0 30116933 16736256 1424 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14997/statm: 4086 1424 373 3 0 1186 0
[pid=15083] ppid=14997 vsize=53704 CPUtime=1478.75
/proc/15083/stat : 15083 (minisat) R 14997 14997 14320 0 -1 0 13818 0 0 0 147849 26 0 0 25 0 1 0 30117117 54992896 12778 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/15083/statm: 13426 12778 51 112 0 13310 0
Current children cumulated CPU time (s) 1480.51
Current children cumulated vsize (KiB) 70048

[startup+1544.09 s]
/proc/loadavg: 2.40 2.03 1.62 3/89 15391
/proc/meminfo: memFree=1288048/2055920 swapFree=4192956/4192956
[pid=14997] ppid=14995 vsize=16344 CPUtime=1.76
/proc/14997/stat : 14997 (sugar) S 14995 14997 14320 0 -1 4194304 1913 11867 0 2 7 1 157 11 16 0 1 0 30116933 16736256 1424 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14997/statm: 4086 1424 373 3 0 1186 0
[pid=15083] ppid=14997 vsize=54828 CPUtime=1538.26
/proc/15083/stat : 15083 (minisat) R 14997 14997 14320 0 -1 0 14109 0 0 0 153796 30 0 0 25 0 1 0 30117117 56143872 13069 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/15083/statm: 13707 13069 51 112 0 13591 0
Current children cumulated CPU time (s) 1540.02
Current children cumulated vsize (KiB) 71172

[startup+1604.1 s]
/proc/loadavg: 2.18 2.03 1.65 3/89 15391
/proc/meminfo: memFree=1279024/2055920 swapFree=4192956/4192956
[pid=14997] ppid=14995 vsize=16344 CPUtime=1.76
/proc/14997/stat : 14997 (sugar) S 14995 14997 14320 0 -1 4194304 1913 11867 0 2 7 1 157 11 16 0 1 0 30116933 16736256 1424 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14997/statm: 4086 1424 373 3 0 1186 0
[pid=15083] ppid=14997 vsize=57000 CPUtime=1597.65
/proc/15083/stat : 15083 (minisat) R 14997 14997 14320 0 -1 0 14486 0 0 0 159735 30 0 0 25 0 1 0 30117117 58368000 13446 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528388 0 0 4096 3 0 0 0 17 0 0 0
/proc/15083/statm: 14250 13446 51 112 0 14134 0
Current children cumulated CPU time (s) 1599.41
Current children cumulated vsize (KiB) 73344

[startup+1664.19 s]
/proc/loadavg: 2.07 2.02 1.67 3/89 15391
/proc/meminfo: memFree=1270896/2055920 swapFree=4192956/4192956
[pid=14997] ppid=14995 vsize=16344 CPUtime=1.76
/proc/14997/stat : 14997 (sugar) S 14995 14997 14320 0 -1 4194304 1913 11867 0 2 7 1 157 11 16 0 1 0 30116933 16736256 1424 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14997/statm: 4086 1424 373 3 0 1186 0
[pid=15083] ppid=14997 vsize=57956 CPUtime=1657.17
/proc/15083/stat : 15083 (minisat) R 14997 14997 14320 0 -1 0 14754 0 0 0 165686 31 0 0 25 0 1 0 30117117 59346944 13714 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528342 0 0 4096 3 0 0 0 17 0 0 0
/proc/15083/statm: 14489 13714 51 112 0 14373 0
Current children cumulated CPU time (s) 1658.93
Current children cumulated vsize (KiB) 74300

[startup+1724.25 s]
/proc/loadavg: 2.02 2.02 1.68 4/89 15391
/proc/meminfo: memFree=1264048/2055920 swapFree=4192956/4192956
[pid=14997] ppid=14995 vsize=16344 CPUtime=1.76
/proc/14997/stat : 14997 (sugar) S 14995 14997 14320 0 -1 4194304 1913 11867 0 2 7 1 157 11 16 0 1 0 30116933 16736256 1424 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14997/statm: 4086 1424 373 3 0 1186 0
[pid=15083] ppid=14997 vsize=58884 CPUtime=1716.69
/proc/15083/stat : 15083 (minisat) R 14997 14997 14320 0 -1 0 14990 0 0 0 171637 32 0 0 25 0 1 0 30117117 60297216 13950 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134525969 0 0 4096 3 0 0 0 17 0 0 0
/proc/15083/statm: 14721 13950 51 112 0 14605 0
Current children cumulated CPU time (s) 1718.45
Current children cumulated vsize (KiB) 75228

[startup+1784.3 s]
/proc/loadavg: 2.01 2.01 1.70 3/89 15391
/proc/meminfo: memFree=1262704/2055920 swapFree=4192956/4192956
[pid=14997] ppid=14995 vsize=16344 CPUtime=1.76
/proc/14997/stat : 14997 (sugar) S 14995 14997 14320 0 -1 4194304 1913 11867 0 2 7 1 157 11 16 0 1 0 30116933 16736256 1424 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14997/statm: 4086 1424 373 3 0 1186 0
[pid=15083] ppid=14997 vsize=60120 CPUtime=1776.22
/proc/15083/stat : 15083 (minisat) R 14997 14997 14320 0 -1 0 15292 0 0 0 177590 32 0 0 25 0 1 0 30117117 61562880 14252 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/15083/statm: 15030 14252 51 112 0 14914 0
Current children cumulated CPU time (s) 1777.98
Current children cumulated vsize (KiB) 76464



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1806.59 s]
/proc/loadavg: 2.00 2.01 1.71 3/89 15391
/proc/meminfo: memFree=1262256/2055920 swapFree=4192956/4192956
[pid=14997] ppid=14995 vsize=16344 CPUtime=1.76
/proc/14997/stat : 14997 (sugar) S 14995 14997 14320 0 -1 4194304 1913 11867 0 2 7 1 157 11 16 0 1 0 30116933 16736256 1424 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14997/statm: 4086 1424 373 3 0 1186 0
[pid=15083] ppid=14997 vsize=60512 CPUtime=1798.29
/proc/15083/stat : 15083 (minisat) R 14997 14997 14320 0 -1 0 15402 0 0 0 179797 32 0 0 25 0 1 0 30117117 61964288 14362 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/15083/statm: 15128 14362 51 112 0 15012 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 76856

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

Child status: 1

!!! problem with CPU time !!!
wait4(...,&childrusage) returns 14997 and gives childrusage.ru_utime.tv_sec=1 childrusage.ru_utime.tv_usec=644749 childrusage.ru_stime.tv_sec=0 childrusage.ru_stime.tv_usec=138978
CPU time returned by wait4() is 1.78373
while last known CPU time is 1800.06

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

Real time (s): 1807.61
CPU time (s): 1800.06
CPU user time (s): 1799.61
CPU system time (s): 0.45
CPU usage (%): 99.5825
Max. virtual memory (cumulated for all children) (KiB): 821080

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1.64475
system time used= 0.138978
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 13864
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= 1130
involuntary context switches= 585

runsolver used 1.77973 s user time and 5.04923 s system time

The end

Launcher Data (download as text)

Begin job on node23 on Mon Jan 29 20:13:51 UTC 2007


IDJOB= 217826
IDBENCH= 5173
IDSOLVER= 86
FILE ID= node23/217826-1170101630

PBS_JOBID= 3689729

Free space on /tmp= 66564 MiB

SOLVER NAME= sugar 0.40
BENCH NAME= HOME/pub/bench/CPAI06/golombRuler/golombRulerArity3/ruler-67-12-a3.xml
COMMAND LINE= /tmp/evaluation/217826-1170101630/solver /tmp/evaluation/217826-1170101630 /tmp/evaluation/217826-1170101630/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node23/watcher-217826-1170101630 -o ROOT/results/node23/solver-217826-1170101630 -C 1800 -M 900  /tmp/evaluation/217826-1170101630/solver /tmp/evaluation/217826-1170101630 /tmp/evaluation/217826-1170101630/unknown.xml

META MD5SUM SOLVER= 0a27e717dfe98d83d9802fe0eea45073
MD5SUM BENCH=  901737356712bb227c2d9ca62b34a56a

RANDOM SEED= 32213327

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.216
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.216
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:       1546192 kB
Buffers:         52224 kB
Cached:         326264 kB
SwapCached:          0 kB
Active:         210572 kB
Inactive:       228376 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1546192 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            1260 kB
Writeback:           0 kB
Mapped:          79392 kB
Slab:            56104 kB
Committed_AS:   370868 kB
PageTables:       1880 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= 66488 MiB



End job on node23 on Mon Jan 29 20:43:58 UTC 2007