Trace number 217398

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.1 1809.2

General information on the benchmark

NamelatinSquare/
latinSquare-dg-9_all.xml
MD5SUM176c4ec719fefcc5dffa03a65582c93a
Bench CategoryGLOBAL (global constraints)
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 variables81
Number of constraints36
Maximum constraint arity9
Maximum domain size9
Number of constraints which are defined in extension0
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)allDifferent(36)

Solver Data (download as text)

0.05	c # Sugar v0-40 (/tmp/evaluation/217398-1170101128/sugar-v0-40.jar)
0.05	
0.05	c # MAIN  BEGIN : /tmp/evaluation/217398-1170101128/unknown.xml [Mon Jan 29 21:05:29 2007]
0.05	c # CONVERT_XML  BEGIN : /tmp/evaluation/217398-1170101128/unknown.xml /tmp/evaluation/217398-1170101128/sugar18089.csp [Mon Jan 29 21:05:29 2007]
0.05	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/217398-1170101128/sugar-v0-40.jar -convert /tmp/evaluation/217398-1170101128/unknown.xml /tmp/evaluation/217398-1170101128/sugar18089.csp
0.18	c BEGIN convert /tmp/evaluation/217398-1170101128/unknown.xml
0.30	c END convert (0.122349 seconds)
0.35	c # CONVERT_XML  END : /tmp/evaluation/217398-1170101128/sugar18089.csp 19110 bytes (0 seconds) [Mon Jan 29 21:05:29 2007]
0.35	c # CONVERT_XML  CPU : 0 = 0 + 0 + 0 + 0
0.35	
0.35	c # GENERATE_SAT  BEGIN : /tmp/evaluation/217398-1170101128/sugar18089.bcnf [Mon Jan 29 21:05:29 2007]
0.35	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/217398-1170101128/sugar-v0-40.jar -bcnf -map /tmp/evaluation/217398-1170101128/sugar18089.map /tmp/evaluation/217398-1170101128/sugar18089.csp /tmp/evaluation/217398-1170101128/sugar18089.bcnf
0.47	c BEGIN parse /tmp/evaluation/217398-1170101128/sugar18089.csp
0.80	c END parse (0.334387 seconds)
0.80	c BEGIN simplify
0.83	c END simplify (0.028981 seconds)
0.83	c BEGIN encode /tmp/evaluation/217398-1170101128/sugar18089.bcnf
0.93	c END encode (0.094819 seconds)
0.97	c # GENERATE_SAT  END : 3240 variables 25191 clauses 374892 bytes (0 seconds) [Mon Jan 29 21:05:29 2007]
0.97	c # GENERATE_SAT  CPU : 0.6 = 0.02 + 0.01 + 0.53 + 0.04
0.97	
0.97	c # SOLVE_SAT  BEGIN : /tmp/evaluation/217398-1170101128/sugar18089.bcnf [Mon Jan 29 21:05:29 2007]
0.97	c # CMD : /tmp/evaluation/217398-1170101128/minisat /tmp/evaluation/217398-1170101128/sugar18089.bcnf /tmp/evaluation/217398-1170101128/sugar18089.out
0.99	c ==================================[MINISAT]===================================
0.99	c | Conflicts |     ORIGINAL     |              LEARNT              | Progress |
0.99	c |           | Clauses Literals |   Limit Clauses Literals  Lit/Cl |          |
0.99	c ==============================================================================
0.99	c |         0 |   25191    68526 |    8397       0        0     nan |  0.000 % |
1.01	c |       101 |   25191    68526 |    9236     101     3543    35.1 |  0.000 % |
1.03	c |       251 |   25191    68526 |   10160     251     6930    27.6 |  0.000 % |
1.07	c |       477 |   25191    68526 |   11176     477    12506    26.2 |  0.000 % |
1.14	c |       814 |   25191    68526 |   12294     814    22865    28.1 |  0.000 % |
1.24	c |      1321 |   25191    68526 |   13523    1321    35907    27.2 |  0.000 % |
1.36	c |      2080 |   25191    68526 |   14875    2080    52715    25.3 |  0.000 % |
1.61	c |      3219 |   25191    68526 |   16363    3219    89394    27.8 |  0.000 % |
1.91	c |      4927 |   25191    68526 |   17999    4927   134415    27.3 |  0.000 % |
2.37	c |      7490 |   25191    68526 |   19799    7490   200740    26.8 |  0.000 % |
3.26	c |     11336 |   25191    68526 |   21779   11336   321735    28.4 |  0.000 % |
4.81	c |     17102 |   25191    68526 |   23957   17102   501622    29.3 |  0.000 % |
8.22	c |     25751 |   25191    68526 |   26353   12854   426488    33.2 |  0.000 % |
12.93	c |     38726 |   25191    68526 |   28988   25829   849617    32.9 |  0.000 % |
20.80	c |     58187 |   25191    68526 |   31887   27954  1012033    36.2 |  0.000 % |
34.42	c |     87379 |   25191    68526 |   35076   17422   708189    40.6 |  0.000 % |
56.60	c |    131168 |   25191    68526 |   38583   15145   532819    35.2 |  0.000 % |
90.89	c |    196853 |   25191    68526 |   42442   28607  1085041    37.9 |  0.000 % |
152.79	c |    295380 |   25191    68526 |   46686   38411  1434332    37.3 |  0.000 % |
237.85	c |    443169 |   25191    68526 |   51355   24311   641458    26.4 |  0.000 % |
396.12	c |    664853 |   25191    68526 |   56490   22733   848687    37.3 |  0.000 % |
645.43	c |    997378 |   25191    68526 |   62139   21649   717611    33.1 |  0.000 % |
1047.19	c |   1496166 |   25191    68526 |   68353   49591  1726426    34.8 |  0.000 % |
1690.66	c |   2244348 |   25191    68526 |   75189   53990  2168813    40.2 |  0.000 % |
1808.19	
1808.19	s UNKNOWN
1808.19	c # INTERRUPTED
1808.19	c # MAIN  END :  (1808 seconds) [Mon Jan 29 21:35:37 2007]
1808.19	c # MAIN  CPU : 0.6 = 0.02 + 0.01 + 0.53 + 0.04
1808.19	

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/node41/watcher-217398-1170101128 -o ROOT/results/node41/solver-217398-1170101128 -C 1800 -M 900 /tmp/evaluation/217398-1170101128/solver /tmp/evaluation/217398-1170101128 /tmp/evaluation/217398-1170101128/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.02 2.42 3.22 5/74 18090
/proc/meminfo: memFree=1870736/2055920 swapFree=4192812/4192956
[pid=18089] ppid=18087 vsize=12128 CPUtime=0
/proc/18089/stat : 18089 (sugar) R 18087 18089 16659 0 -1 4194304 487 0 0 0 0 0 0 0 20 0 1 0 30068782 12419072 206 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 238389990113 0 0 4224 0 0 0 0 17 1 0 0
/proc/18089/statm: 3032 206 153 3 0 132 0

[startup+0.104581 s]
/proc/loadavg: 2.02 2.42 3.22 5/74 18090
/proc/meminfo: memFree=1870736/2055920 swapFree=4192812/4192956
[pid=18089] ppid=18087 vsize=13724 CPUtime=0.03
/proc/18089/stat : 18089 (sugar) S 18087 18089 16659 0 -1 4194304 1112 0 0 0 2 1 0 0 18 0 1 0 30068782 14053376 805 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 238399041634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18089/statm: 3431 805 368 3 0 531 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13724

[startup+0.513614 s]
/proc/loadavg: 2.02 2.42 3.22 5/74 18090
/proc/meminfo: memFree=1870736/2055920 swapFree=4192812/4192956
[pid=18089] ppid=18087 vsize=13724 CPUtime=0.03
/proc/18089/stat : 18089 (sugar) S 18087 18089 16659 0 -1 4194304 1188 0 0 0 2 1 0 0 15 0 1 0 30068782 14053376 808 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 238399041634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18089/statm: 3431 808 370 3 0 531 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13724

[startup+1.33968 s]
/proc/loadavg: 2.02 2.42 3.22 3/76 18107
/proc/meminfo: memFree=1865600/2055920 swapFree=4192812/4192956
[pid=18089] ppid=18087 vsize=15156 CPUtime=0.63
/proc/18089/stat : 18089 (sugar) S 18087 18089 16659 0 -1 4194304 1666 5881 0 1 4 2 53 4 15 0 1 0 30068782 15519744 1177 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 238399041634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18089/statm: 3789 1177 373 3 0 889 0
[pid=18091] ppid=18089 vsize=0 CPUtime=0.23
/proc/18091/stat : 18091 (java) Z 18089 18089 16659 0 -1 1036 3566 0 1 0 21 2 0 0 16 0 1 0 30068788 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/18091/statm: 0 0 0 0 0 0 0
[pid=18107] ppid=18089 vsize=2976 CPUtime=0.35
/proc/18107/stat : 18107 (minisat) R 18089 18089 16659 0 -1 0 510 0 0 0 35 0 0 0 21 0 1 0 30068880 3047424 404 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134525539 0 0 4096 3 0 0 0 17 1 0 0
/proc/18107/statm: 744 404 51 112 0 628 0
Current children cumulated CPU time (s) 1.21
Current children cumulated vsize (KiB) 18132

[startup+2.98683 s]
/proc/loadavg: 2.02 2.42 3.22 3/76 18107
/proc/meminfo: memFree=1864448/2055920 swapFree=4192812/4192956
[pid=18089] ppid=18087 vsize=15156 CPUtime=0.63
/proc/18089/stat : 18089 (sugar) S 18087 18089 16659 0 -1 4194304 1666 5881 0 1 4 2 53 4 15 0 1 0 30068782 15519744 1177 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 238399041634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18089/statm: 3789 1177 373 3 0 889 0
[pid=18091] ppid=18089 vsize=0 CPUtime=0.23
/proc/18091/stat : 18091 (java) Z 18089 18089 16659 0 -1 1036 3566 0 1 0 21 2 0 0 16 0 1 0 30068788 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/18091/statm: 0 0 0 0 0 0 0
[pid=18107] ppid=18089 vsize=4160 CPUtime=1.98
/proc/18107/stat : 18107 (minisat) R 18089 18089 16659 0 -1 0 815 0 0 0 198 0 0 0 25 0 1 0 30068880 4259840 709 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528374 0 0 4096 3 0 0 0 17 1 0 0
/proc/18107/statm: 1040 709 51 112 0 924 0
Current children cumulated CPU time (s) 2.84
Current children cumulated vsize (KiB) 19316

[startup+6.26612 s]
/proc/loadavg: 2.02 2.41 3.21 3/76 18107
/proc/meminfo: memFree=1861696/2055920 swapFree=4192812/4192956
[pid=18089] ppid=18087 vsize=15156 CPUtime=0.63
/proc/18089/stat : 18089 (sugar) S 18087 18089 16659 0 -1 4194304 1666 5881 0 1 4 2 53 4 16 0 1 0 30068782 15519744 1177 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 238399041634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18089/statm: 3789 1177 373 3 0 889 0
[pid=18091] ppid=18089 vsize=0 CPUtime=0.23
/proc/18091/stat : 18091 (java) Z 18089 18089 16659 0 -1 1036 3566 0 1 0 21 2 0 0 16 0 1 0 30068788 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/18091/statm: 0 0 0 0 0 0 0
[pid=18107] ppid=18089 vsize=6036 CPUtime=5.25
/proc/18107/stat : 18107 (minisat) R 18089 18089 16659 0 -1 0 1265 0 0 0 524 1 0 0 25 0 1 0 30068880 6180864 1159 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528130 0 0 4096 3 0 0 0 17 1 0 0
/proc/18107/statm: 1509 1159 51 112 0 1393 0
Current children cumulated CPU time (s) 6.11
Current children cumulated vsize (KiB) 21192

[startup+12.7507 s]
/proc/loadavg: 2.02 2.41 3.21 3/76 18107
/proc/meminfo: memFree=1859400/2055920 swapFree=4192812/4192956
[pid=18089] ppid=18087 vsize=15156 CPUtime=0.63
/proc/18089/stat : 18089 (sugar) S 18087 18089 16659 0 -1 4194304 1666 5881 0 1 4 2 53 4 16 0 1 0 30068782 15519744 1177 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 238399041634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18089/statm: 3789 1177 373 3 0 889 0
[pid=18091] ppid=18089 vsize=0 CPUtime=0.23
/proc/18091/stat : 18091 (java) Z 18089 18089 16659 0 -1 1036 3566 0 1 0 21 2 0 0 16 0 1 0 30068788 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/18091/statm: 0 0 0 0 0 0 0
[pid=18107] ppid=18089 vsize=7084 CPUtime=11.7
/proc/18107/stat : 18107 (minisat) R 18089 18089 16659 0 -1 0 1534 0 0 0 1169 1 0 0 25 0 1 0 30068880 7254016 1428 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/18107/statm: 1771 1428 51 112 0 1655 0
Current children cumulated CPU time (s) 12.56
Current children cumulated vsize (KiB) 22240

[startup+25.5818 s]
/proc/loadavg: 2.01 2.38 3.19 3/76 18107
/proc/meminfo: memFree=1857096/2055920 swapFree=4192812/4192956
[pid=18089] ppid=18087 vsize=15156 CPUtime=0.63
/proc/18089/stat : 18089 (sugar) S 18087 18089 16659 0 -1 4194304 1666 5881 0 1 4 2 53 4 16 0 1 0 30068782 15519744 1177 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 238399041634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18089/statm: 3789 1177 373 3 0 889 0
[pid=18091] ppid=18089 vsize=0 CPUtime=0.23
/proc/18091/stat : 18091 (java) Z 18089 18089 16659 0 -1 1036 3566 0 1 0 21 2 0 0 16 0 1 0 30068788 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/18091/statm: 0 0 0 0 0 0 0
[pid=18107] ppid=18089 vsize=8964 CPUtime=24.48
/proc/18107/stat : 18107 (minisat) R 18089 18089 16659 0 -1 0 1987 0 0 0 2446 2 0 0 25 0 1 0 30068880 9179136 1881 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528795 0 0 4096 3 0 0 0 17 1 0 0
/proc/18107/statm: 2241 1881 51 112 0 2125 0
Current children cumulated CPU time (s) 25.34
Current children cumulated vsize (KiB) 24120

[startup+51.275 s]
/proc/loadavg: 2.01 2.35 3.15 3/76 18107
/proc/meminfo: memFree=1855688/2055920 swapFree=4192812/4192956
[pid=18089] ppid=18087 vsize=15156 CPUtime=0.63
/proc/18089/stat : 18089 (sugar) S 18087 18089 16659 0 -1 4194304 1666 5881 0 1 4 2 53 4 16 0 1 0 30068782 15519744 1177 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 238399041634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18089/statm: 3789 1177 373 3 0 889 0
[pid=18091] ppid=18089 vsize=0 CPUtime=0.23
/proc/18091/stat : 18091 (java) Z 18089 18089 16659 0 -1 1036 3566 0 1 0 21 2 0 0 16 0 1 0 30068788 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/18091/statm: 0 0 0 0 0 0 0
[pid=18107] ppid=18089 vsize=10292 CPUtime=50.05
/proc/18107/stat : 18107 (minisat) R 18089 18089 16659 0 -1 0 2345 0 0 0 5002 3 0 0 25 0 1 0 30068880 10539008 2239 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528677 0 0 4096 3 0 0 0 17 1 0 0
/proc/18107/statm: 2573 2239 51 112 0 2457 0
Current children cumulated CPU time (s) 50.91
Current children cumulated vsize (KiB) 25448

[startup+102.556 s]
/proc/loadavg: 2.04 2.31 3.10 3/76 18107
/proc/meminfo: memFree=1851464/2055920 swapFree=4192812/4192956
[pid=18089] ppid=18087 vsize=15156 CPUtime=0.63
/proc/18089/stat : 18089 (sugar) S 18087 18089 16659 0 -1 4194304 1666 5881 0 1 4 2 53 4 16 0 1 0 30068782 15519744 1177 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 238399041634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18089/statm: 3789 1177 373 3 0 889 0
[pid=18091] ppid=18089 vsize=0 CPUtime=0.23
/proc/18091/stat : 18091 (java) Z 18089 18089 16659 0 -1 1036 3566 0 1 0 21 2 0 0 16 0 1 0 30068788 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/18091/statm: 0 0 0 0 0 0 0
[pid=18107] ppid=18089 vsize=12520 CPUtime=101.08
/proc/18107/stat : 18107 (minisat) R 18089 18089 16659 0 -1 0 2855 0 0 0 10105 3 0 0 25 0 1 0 30068880 12820480 2749 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/18107/statm: 3130 2749 51 112 0 3014 0
Current children cumulated CPU time (s) 101.94
Current children cumulated vsize (KiB) 27676

[startup+162.578 s]
/proc/loadavg: 2.01 2.25 3.02 3/76 18107
/proc/meminfo: memFree=1848712/2055920 swapFree=4192812/4192956
[pid=18089] ppid=18087 vsize=15156 CPUtime=0.63
/proc/18089/stat : 18089 (sugar) S 18087 18089 16659 0 -1 4194304 1666 5881 0 1 4 2 53 4 16 0 1 0 30068782 15519744 1177 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 238399041634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18089/statm: 3789 1177 373 3 0 889 0
[pid=18091] ppid=18089 vsize=0 CPUtime=0.23
/proc/18091/stat : 18091 (java) Z 18089 18089 16659 0 -1 1036 3566 0 1 0 21 2 0 0 16 0 1 0 30068788 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/18091/statm: 0 0 0 0 0 0 0
[pid=18107] ppid=18089 vsize=13592 CPUtime=160.83
/proc/18107/stat : 18107 (minisat) R 18089 18089 16659 0 -1 0 3152 0 0 0 16079 4 0 0 25 0 1 0 30068880 13918208 3046 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/18107/statm: 3398 3046 51 112 0 3282 0
Current children cumulated CPU time (s) 161.69
Current children cumulated vsize (KiB) 28748

[startup+222.598 s]
/proc/loadavg: 2.00 2.20 2.96 3/76 18107
/proc/meminfo: memFree=1845448/2055920 swapFree=4192812/4192956
[pid=18089] ppid=18087 vsize=15156 CPUtime=0.63
/proc/18089/stat : 18089 (sugar) S 18087 18089 16659 0 -1 4194304 1666 5881 0 1 4 2 53 4 16 0 1 0 30068782 15519744 1177 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 238399041634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18089/statm: 3789 1177 373 3 0 889 0
[pid=18091] ppid=18089 vsize=0 CPUtime=0.23
/proc/18091/stat : 18091 (java) Z 18089 18089 16659 0 -1 1036 3566 0 1 0 21 2 0 0 16 0 1 0 30068788 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/18091/statm: 0 0 0 0 0 0 0
[pid=18107] ppid=18089 vsize=14156 CPUtime=220.57
/proc/18107/stat : 18107 (minisat) R 18089 18089 16659 0 -1 0 3272 0 0 0 22053 4 0 0 25 0 1 0 30068880 14495744 3166 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528723 0 0 4096 3 0 0 0 17 1 0 0
/proc/18107/statm: 3539 3166 51 112 0 3423 0
Current children cumulated CPU time (s) 221.43
Current children cumulated vsize (KiB) 29312

[startup+282.616 s]
/proc/loadavg: 2.00 2.16 2.89 3/76 18107
/proc/meminfo: memFree=1842888/2055920 swapFree=4192812/4192956
[pid=18089] ppid=18087 vsize=15156 CPUtime=0.63
/proc/18089/stat : 18089 (sugar) S 18087 18089 16659 0 -1 4194304 1666 5881 0 1 4 2 53 4 16 0 1 0 30068782 15519744 1177 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 238399041634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18089/statm: 3789 1177 373 3 0 889 0
[pid=18091] ppid=18089 vsize=0 CPUtime=0.23
/proc/18091/stat : 18091 (java) Z 18089 18089 16659 0 -1 1036 3566 0 1 0 21 2 0 0 16 0 1 0 30068788 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/18091/statm: 0 0 0 0 0 0 0
[pid=18107] ppid=18089 vsize=16280 CPUtime=280.3
/proc/18107/stat : 18107 (minisat) R 18089 18089 16659 0 -1 0 3811 0 0 0 28025 5 0 0 25 0 1 0 30068880 16670720 3705 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528535 0 0 4096 3 0 0 0 17 1 0 0
/proc/18107/statm: 4070 3705 51 112 0 3954 0
Current children cumulated CPU time (s) 281.16
Current children cumulated vsize (KiB) 31436

[startup+342.639 s]
/proc/loadavg: 2.00 2.13 2.84 3/76 18107
/proc/meminfo: memFree=1842440/2055920 swapFree=4192812/4192956
[pid=18089] ppid=18087 vsize=15156 CPUtime=0.63
/proc/18089/stat : 18089 (sugar) S 18087 18089 16659 0 -1 4194304 1666 5881 0 1 4 2 53 4 16 0 1 0 30068782 15519744 1177 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 238399041634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18089/statm: 3789 1177 373 3 0 889 0
[pid=18091] ppid=18089 vsize=0 CPUtime=0.23
/proc/18091/stat : 18091 (java) Z 18089 18089 16659 0 -1 1036 3566 0 1 0 21 2 0 0 16 0 1 0 30068788 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/18091/statm: 0 0 0 0 0 0 0
[pid=18107] ppid=18089 vsize=16720 CPUtime=340.04
/proc/18107/stat : 18107 (minisat) R 18089 18089 16659 0 -1 0 3897 0 0 0 33999 5 0 0 25 0 1 0 30068880 17121280 3791 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/18107/statm: 4180 3791 51 112 0 4064 0
Current children cumulated CPU time (s) 340.9
Current children cumulated vsize (KiB) 31876

[startup+402.653 s]

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

/proc/18107/stat : 18107 (minisat) R 18089 18089 16659 0 -1 0 5778 0 0 0 123598 9 0 0 25 0 1 0 30068880 25010176 5672 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/18107/statm: 6106 5672 51 112 0 5990 0
Current children cumulated CPU time (s) 1236.93
Current children cumulated vsize (KiB) 39580

[startup+1302.9 s]
/proc/loadavg: 2.00 2.01 2.28 3/76 18107
/proc/meminfo: memFree=1825480/2055920 swapFree=4192812/4192956
[pid=18089] ppid=18087 vsize=15156 CPUtime=0.63
/proc/18089/stat : 18089 (sugar) S 18087 18089 16659 0 -1 4194304 1666 5881 0 1 4 2 53 4 16 0 1 0 30068782 15519744 1177 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 238399041634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18089/statm: 3789 1177 373 3 0 889 0
[pid=18091] ppid=18089 vsize=0 CPUtime=0.23
/proc/18091/stat : 18091 (java) Z 18089 18089 16659 0 -1 1036 3566 0 1 0 21 2 0 0 16 0 1 0 30068788 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/18091/statm: 0 0 0 0 0 0 0
[pid=18107] ppid=18089 vsize=25496 CPUtime=1295.81
/proc/18107/stat : 18107 (minisat) R 18089 18089 16659 0 -1 0 6011 0 0 0 129571 10 0 0 25 0 1 0 30068880 26107904 5905 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/18107/statm: 6374 5905 51 112 0 6258 0
Current children cumulated CPU time (s) 1296.67
Current children cumulated vsize (KiB) 40652

[startup+1362.92 s]
/proc/loadavg: 2.00 2.00 2.26 3/76 18107
/proc/meminfo: memFree=1824904/2055920 swapFree=4192812/4192956
[pid=18089] ppid=18087 vsize=15156 CPUtime=0.63
/proc/18089/stat : 18089 (sugar) S 18087 18089 16659 0 -1 4194304 1666 5881 0 1 4 2 53 4 16 0 1 0 30068782 15519744 1177 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 238399041634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18089/statm: 3789 1177 373 3 0 889 0
[pid=18091] ppid=18089 vsize=0 CPUtime=0.23
/proc/18091/stat : 18091 (java) Z 18089 18089 16659 0 -1 1036 3566 0 1 0 21 2 0 0 16 0 1 0 30068788 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/18091/statm: 0 0 0 0 0 0 0
[pid=18107] ppid=18089 vsize=25780 CPUtime=1355.54
/proc/18107/stat : 18107 (minisat) R 18089 18089 16659 0 -1 0 6101 0 0 0 135544 10 0 0 25 0 1 0 30068880 26398720 5995 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/18107/statm: 6445 5995 51 112 0 6329 0
Current children cumulated CPU time (s) 1356.4
Current children cumulated vsize (KiB) 40936

[startup+1422.93 s]
/proc/loadavg: 2.00 2.00 2.25 3/76 18107
/proc/meminfo: memFree=1824648/2055920 swapFree=4192812/4192956
[pid=18089] ppid=18087 vsize=15156 CPUtime=0.63
/proc/18089/stat : 18089 (sugar) S 18087 18089 16659 0 -1 4194304 1666 5881 0 1 4 2 53 4 16 0 1 0 30068782 15519744 1177 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 238399041634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18089/statm: 3789 1177 373 3 0 889 0
[pid=18091] ppid=18089 vsize=0 CPUtime=0.23
/proc/18091/stat : 18091 (java) Z 18089 18089 16659 0 -1 1036 3566 0 1 0 21 2 0 0 16 0 1 0 30068788 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/18091/statm: 0 0 0 0 0 0 0
[pid=18107] ppid=18089 vsize=25972 CPUtime=1415.27
/proc/18107/stat : 18107 (minisat) R 18089 18089 16659 0 -1 0 6132 0 0 0 141517 10 0 0 25 0 1 0 30068880 26595328 6026 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528416 0 0 4096 3 0 0 0 17 1 0 0
/proc/18107/statm: 6493 6026 51 112 0 6377 0
Current children cumulated CPU time (s) 1416.13
Current children cumulated vsize (KiB) 41128

[startup+1482.94 s]
/proc/loadavg: 2.04 2.01 2.23 3/76 18107
/proc/meminfo: memFree=1824584/2055920 swapFree=4192812/4192956
[pid=18089] ppid=18087 vsize=15156 CPUtime=0.63
/proc/18089/stat : 18089 (sugar) S 18087 18089 16659 0 -1 4194304 1666 5881 0 1 4 2 53 4 16 0 1 0 30068782 15519744 1177 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 238399041634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18089/statm: 3789 1177 373 3 0 889 0
[pid=18091] ppid=18089 vsize=0 CPUtime=0.23
/proc/18091/stat : 18091 (java) Z 18089 18089 16659 0 -1 1036 3566 0 1 0 21 2 0 0 16 0 1 0 30068788 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/18091/statm: 0 0 0 0 0 0 0
[pid=18107] ppid=18089 vsize=25972 CPUtime=1474.99
/proc/18107/stat : 18107 (minisat) R 18089 18089 16659 0 -1 0 6133 0 0 0 147489 10 0 0 25 0 1 0 30068880 26595328 6027 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/18107/statm: 6493 6027 51 112 0 6377 0
Current children cumulated CPU time (s) 1475.85
Current children cumulated vsize (KiB) 41128

[startup+1542.95 s]
/proc/loadavg: 2.01 2.01 2.22 3/76 18107
/proc/meminfo: memFree=1823816/2055920 swapFree=4192812/4192956
[pid=18089] ppid=18087 vsize=15156 CPUtime=0.63
/proc/18089/stat : 18089 (sugar) S 18087 18089 16659 0 -1 4194304 1666 5881 0 1 4 2 53 4 16 0 1 0 30068782 15519744 1177 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 238399041634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18089/statm: 3789 1177 373 3 0 889 0
[pid=18091] ppid=18089 vsize=0 CPUtime=0.23
/proc/18091/stat : 18091 (java) Z 18089 18089 16659 0 -1 1036 3566 0 1 0 21 2 0 0 16 0 1 0 30068788 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/18091/statm: 0 0 0 0 0 0 0
[pid=18107] ppid=18089 vsize=26160 CPUtime=1534.73
/proc/18107/stat : 18107 (minisat) R 18089 18089 16659 0 -1 0 6183 0 0 0 153462 11 0 0 25 0 1 0 30068880 26787840 6077 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528342 0 0 4096 3 0 0 0 17 1 0 0
/proc/18107/statm: 6540 6077 51 112 0 6424 0
Current children cumulated CPU time (s) 1535.59
Current children cumulated vsize (KiB) 41316

[startup+1602.96 s]
/proc/loadavg: 2.00 2.00 2.20 3/76 18107
/proc/meminfo: memFree=1819784/2055920 swapFree=4192812/4192956
[pid=18089] ppid=18087 vsize=15156 CPUtime=0.63
/proc/18089/stat : 18089 (sugar) S 18087 18089 16659 0 -1 4194304 1666 5881 0 1 4 2 53 4 16 0 1 0 30068782 15519744 1177 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 238399041634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18089/statm: 3789 1177 373 3 0 889 0
[pid=18091] ppid=18089 vsize=0 CPUtime=0.23
/proc/18091/stat : 18091 (java) Z 18089 18089 16659 0 -1 1036 3566 0 1 0 21 2 0 0 16 0 1 0 30068788 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/18091/statm: 0 0 0 0 0 0 0
[pid=18107] ppid=18089 vsize=26160 CPUtime=1594.47
/proc/18107/stat : 18107 (minisat) R 18089 18089 16659 0 -1 0 6187 0 0 0 159436 11 0 0 25 0 1 0 30068880 26787840 6081 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134525028 0 0 4096 3 0 0 0 17 1 0 0
/proc/18107/statm: 6540 6081 51 112 0 6424 0
Current children cumulated CPU time (s) 1595.33
Current children cumulated vsize (KiB) 41316

[startup+1662.98 s]
/proc/loadavg: 2.00 2.00 2.18 3/76 18107
/proc/meminfo: memFree=1819656/2055920 swapFree=4192812/4192956
[pid=18089] ppid=18087 vsize=15156 CPUtime=0.63
/proc/18089/stat : 18089 (sugar) S 18087 18089 16659 0 -1 4194304 1666 5881 0 1 4 2 53 4 16 0 1 0 30068782 15519744 1177 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 238399041634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18089/statm: 3789 1177 373 3 0 889 0
[pid=18091] ppid=18089 vsize=0 CPUtime=0.23
/proc/18091/stat : 18091 (java) Z 18089 18089 16659 0 -1 1036 3566 0 1 0 21 2 0 0 16 0 1 0 30068788 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/18091/statm: 0 0 0 0 0 0 0
[pid=18107] ppid=18089 vsize=26160 CPUtime=1654.2
/proc/18107/stat : 18107 (minisat) R 18089 18089 16659 0 -1 0 6188 0 0 0 165409 11 0 0 25 0 1 0 30068880 26787840 6082 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/18107/statm: 6540 6082 51 112 0 6424 0
Current children cumulated CPU time (s) 1655.06
Current children cumulated vsize (KiB) 41316

[startup+1723.04 s]
/proc/loadavg: 1.61 1.90 2.14 2/67 18122
/proc/meminfo: memFree=1882872/2055920 swapFree=4192812/4192956
[pid=18089] ppid=18087 vsize=15156 CPUtime=0.63
/proc/18089/stat : 18089 (sugar) S 18087 18089 16659 0 -1 4194304 1666 5881 0 1 4 2 53 4 16 0 1 0 30068782 15519744 1177 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 238399041634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18089/statm: 3789 1177 373 3 0 889 0
[pid=18091] ppid=18089 vsize=0 CPUtime=0.23
/proc/18091/stat : 18091 (java) Z 18089 18089 16659 0 -1 1036 3566 0 1 0 21 2 0 0 16 0 1 0 30068788 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/18091/statm: 0 0 0 0 0 0 0
[pid=18107] ppid=18089 vsize=26820 CPUtime=1714.11
/proc/18107/stat : 18107 (minisat) R 18089 18089 16659 0 -1 0 6354 0 0 0 171399 12 0 0 25 0 1 0 30068880 27463680 6248 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/18107/statm: 6705 6248 51 112 0 6589 0
Current children cumulated CPU time (s) 1714.97
Current children cumulated vsize (KiB) 41976

[startup+1783.05 s]
/proc/loadavg: 1.22 1.74 2.06 2/67 18122
/proc/meminfo: memFree=1882232/2055920 swapFree=4192812/4192956
[pid=18089] ppid=18087 vsize=15156 CPUtime=0.63
/proc/18089/stat : 18089 (sugar) S 18087 18089 16659 0 -1 4194304 1666 5881 0 1 4 2 53 4 16 0 1 0 30068782 15519744 1177 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 238399041634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18089/statm: 3789 1177 373 3 0 889 0
[pid=18091] ppid=18089 vsize=0 CPUtime=0.23
/proc/18091/stat : 18091 (java) Z 18089 18089 16659 0 -1 1036 3566 0 1 0 21 2 0 0 16 0 1 0 30068788 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/18091/statm: 0 0 0 0 0 0 0
[pid=18107] ppid=18089 vsize=27556 CPUtime=1774.1
/proc/18107/stat : 18107 (minisat) R 18089 18089 16659 0 -1 0 6528 0 0 0 177398 12 0 0 25 0 1 0 30068880 28217344 6422 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528342 0 0 4096 3 0 0 0 17 0 0 0
/proc/18107/statm: 6889 6422 51 112 0 6773 0
Current children cumulated CPU time (s) 1774.96
Current children cumulated vsize (KiB) 42712



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1808.18 s]
/proc/loadavg: 1.13 1.66 2.03 2/67 18124
/proc/meminfo: memFree=1881136/2055920 swapFree=4192812/4192956
[pid=18089] ppid=18087 vsize=15156 CPUtime=0.63
/proc/18089/stat : 18089 (sugar) S 18087 18089 16659 0 -1 4194304 1666 5881 0 1 4 2 53 4 16 0 1 0 30068782 15519744 1177 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 238399041634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18089/statm: 3789 1177 373 3 0 889 0
[pid=18091] ppid=18089 vsize=0 CPUtime=0.23
/proc/18091/stat : 18091 (java) Z 18089 18089 16659 0 -1 1036 3566 0 1 0 21 2 0 0 16 0 1 0 30068788 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/18091/statm: 0 0 0 0 0 0 0
[pid=18107] ppid=18089 vsize=27920 CPUtime=1799.23
/proc/18107/stat : 18107 (minisat) R 18089 18089 16659 0 -1 0 6600 0 0 0 179911 12 0 0 25 0 1 0 30068880 28590080 6494 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134527050 0 0 4096 3 0 0 0 17 0 0 0
/proc/18107/statm: 6980 6494 51 112 0 6864 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 43076

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

Child status: 1

!!! problem with CPU time !!!
wait4(...,&childrusage) returns 18089 and gives childrusage.ru_utime.tv_sec=0 childrusage.ru_utime.tv_usec=584911 childrusage.ru_stime.tv_sec=0 childrusage.ru_stime.tv_usec=70989
CPU time returned by wait4() is 0.6559
while last known CPU time is 1800.1

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

Real time (s): 1809.2
CPU time (s): 1800.1
CPU user time (s): 1799.89
CPU system time (s): 0.21
CPU usage (%): 99.4972
Max. virtual memory (cumulated for all children) (KiB): 43076

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.584911
system time used= 0.070989
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 7632
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 671
involuntary context switches= 596

runsolver used 1.9887 s user time and 5.9271 s system time

The end

Launcher Data (download as text)

Begin job on node41 on Mon Jan 29 20:05:28 UTC 2007


IDJOB= 217398
IDBENCH= 5134
IDSOLVER= 86
FILE ID= node41/217398-1170101128

PBS_JOBID= 3689684

Free space on /tmp= 66555 MiB

SOLVER NAME= sugar 0.40
BENCH NAME= HOME/pub/bench/CPAI06/latinSquare/latinSquare-dg-9_all.xml
COMMAND LINE= /tmp/evaluation/217398-1170101128/solver /tmp/evaluation/217398-1170101128 /tmp/evaluation/217398-1170101128/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node41/watcher-217398-1170101128 -o ROOT/results/node41/solver-217398-1170101128 -C 1800 -M 900  /tmp/evaluation/217398-1170101128/solver /tmp/evaluation/217398-1170101128 /tmp/evaluation/217398-1170101128/unknown.xml

META MD5SUM SOLVER= 0a27e717dfe98d83d9802fe0eea45073
MD5SUM BENCH=  176c4ec719fefcc5dffa03a65582c93a

RANDOM SEED= 762904262

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.231
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.231
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:       1871344 kB
Buffers:         36656 kB
Cached:          45896 kB
SwapCached:          0 kB
Active:          86960 kB
Inactive:        43564 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1871344 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:             772 kB
Writeback:           0 kB
Mapped:          58944 kB
Slab:            39384 kB
Committed_AS:   205480 kB
PageTables:       1940 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 node41 on Mon Jan 29 20:35:38 UTC 2007