Trace number 199486

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.8

General information on the benchmark

NameallIntervalSeries/
series-25.xml
MD5SUM1eb0cd8148c3a51eaa068a454296b6fa
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.036993
SatisfiableYES
(Un)Satisfiability was provedYES
Number of variables49
Number of constraints600
Maximum constraint arity3
Maximum domain size25
Number of constraints which are defined in extension0
Number of constraints which are defined in intension600
Global constraints used (with number of constraints)

Solver Data (download as text)

0.05	c # Sugar v0-40 (/tmp/evaluation/199486-1170094106/sugar-v0-40.jar)
0.05	
0.05	c # MAIN  BEGIN : /tmp/evaluation/199486-1170094106/unknown.xml [Mon Jan 29 19:08:27 2007]
0.05	c # CONVERT_XML  BEGIN : /tmp/evaluation/199486-1170094106/unknown.xml /tmp/evaluation/199486-1170094106/sugar22469.csp [Mon Jan 29 19:08:27 2007]
0.05	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/199486-1170094106/sugar-v0-40.jar -convert /tmp/evaluation/199486-1170094106/unknown.xml /tmp/evaluation/199486-1170094106/sugar22469.csp
0.17	c BEGIN convert /tmp/evaluation/199486-1170094106/unknown.xml
0.51	c END convert (0.340058 seconds)
0.55	c # CONVERT_XML  END : /tmp/evaluation/199486-1170094106/sugar22469.csp 9420 bytes (1 seconds) [Mon Jan 29 19:08:28 2007]
0.55	c # CONVERT_XML  CPU : 0.01 = 0 + 0.01 + 0 + 0
0.55	
0.55	c # GENERATE_SAT  BEGIN : /tmp/evaluation/199486-1170094106/sugar22469.bcnf [Mon Jan 29 19:08:28 2007]
0.55	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/199486-1170094106/sugar-v0-40.jar -bcnf -map /tmp/evaluation/199486-1170094106/sugar22469.map /tmp/evaluation/199486-1170094106/sugar22469.csp /tmp/evaluation/199486-1170094106/sugar22469.bcnf
0.67	c BEGIN parse /tmp/evaluation/199486-1170094106/sugar22469.csp
0.95	c END parse (0.279199 seconds)
0.95	c BEGIN simplify
0.98	c END simplify (0.022372 seconds)
0.98	c BEGIN encode /tmp/evaluation/199486-1170094106/sugar22469.bcnf
1.13	c END encode (0.156472 seconds)
1.16	c # GENERATE_SAT  END : 3504 variables 92111 clauses 1550028 bytes (0 seconds) [Mon Jan 29 19:08:28 2007]
1.16	c # GENERATE_SAT  CPU : 0.59 = 0.02 + 0 + 0.52 + 0.05
1.16	
1.16	c # SOLVE_SAT  BEGIN : /tmp/evaluation/199486-1170094106/sugar22469.bcnf [Mon Jan 29 19:08:28 2007]
1.16	c # CMD : /tmp/evaluation/199486-1170094106/minisat /tmp/evaluation/199486-1170094106/sugar22469.bcnf /tmp/evaluation/199486-1170094106/sugar22469.out
1.23	c ==================================[MINISAT]===================================
1.23	c | Conflicts |     ORIGINAL     |              LEARNT              | Progress |
1.23	c |           | Clauses Literals |   Limit Clauses Literals  Lit/Cl |          |
1.23	c ==============================================================================
1.23	c |         0 |   75359   250966 |   25119       0        0     nan |  0.000 % |
1.27	c |       100 |   75359   250966 |   27630     100     1294    12.9 | 17.123 % |
1.31	c |       252 |   75359   250966 |   30393     252     2950    11.7 | 17.123 % |
1.38	c |       478 |   75359   250966 |   33433     478     7169    15.0 | 17.123 % |
1.48	c |       815 |   75359   250966 |   36776     815    15559    19.1 | 17.123 % |
1.62	c |      1321 |   75359   250966 |   40454    1321    25896    19.6 | 17.123 % |
1.94	c |      2081 |   75359   250966 |   44499    2081    45676    21.9 | 17.123 % |
2.37	c |      3221 |   75359   250966 |   48949    3221    80875    25.1 | 17.123 % |
2.98	c |      4930 |   75359   250966 |   53844    4930   130546    26.5 | 17.123 % |
4.05	c |      7492 |   75359   250966 |   59229    7492   207258    27.7 | 17.123 % |
5.42	c |     11337 |   75359   250966 |   65152   11337   309404    27.3 | 17.123 % |
9.58	c |     17104 |   75359   250966 |   71667   17104   526863    30.8 | 17.123 % |
14.76	c |     25753 |   75359   250966 |   78834   25753   832573    32.3 | 17.123 % |
23.60	c |     38728 |   75359   250966 |   86717   38728  1310892    33.8 | 17.123 % |
41.43	c |     58189 |   75359   250966 |   95389   58189  2028571    34.9 | 17.123 % |
70.28	c |     87382 |   75359   250966 |  104928   87382  3119528    35.7 | 17.123 % |
110.19	c |    131171 |   75359   250966 |  115421   36994  1326462    35.9 | 17.123 % |
175.81	c |    196856 |   75359   250966 |  126963  102679  3615737    35.2 | 17.123 % |
280.01	c |    295384 |   75359   250966 |  139659   87442  2988932    34.2 | 17.123 % |
481.06	c |    443175 |   75359   250966 |  153625  110984  4011907    36.1 | 17.123 % |
765.89	c |    664859 |   75359   250966 |  168988   57654  2220366    38.5 | 17.123 % |
1252.15	c |    997385 |   75359   250966 |  185886   84015  3426390    40.8 | 17.123 % |
1808.76	
1808.76	s UNKNOWN
1808.76	c # INTERRUPTED
1808.76	c # MAIN  END :  (1809 seconds) [Mon Jan 29 19:38:36 2007]
1808.76	c # MAIN  CPU : 0.6 = 0.02 + 0.01 + 0.52 + 0.05
1808.76	

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/node44/watcher-199486-1170094106 -o ROOT/results/node44/solver-199486-1170094106 -C 1800 -M 900 /tmp/evaluation/199486-1170094106/solver /tmp/evaluation/199486-1170094106 /tmp/evaluation/199486-1170094106/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.82 2.29 2.52 5/74 22470
/proc/meminfo: memFree=1342960/2055920 swapFree=4192956/4192956
[pid=22469] ppid=22467 vsize=18540 CPUtime=0
/proc/22469/stat : 22469 (runsolver) R 22467 22469 21799 0 -1 4194368 16 0 0 0 0 0 0 0 21 0 1 0 29366849 18984960 279 18446744073709551615 4194304 4267372 548682069040 18446744073709551615 264840473895 0 0 4096 24578 0 0 0 17 1 0 0
/proc/22469/statm: 4635 279 244 17 0 2626 0

[startup+0.110244 s]
/proc/loadavg: 1.82 2.29 2.52 5/74 22470
/proc/meminfo: memFree=1342960/2055920 swapFree=4192956/4192956
[pid=22469] ppid=22467 vsize=13724 CPUtime=0.04
/proc/22469/stat : 22469 (sugar) S 22467 22469 21799 0 -1 4194304 1112 0 0 0 3 1 0 0 21 0 1 0 29366849 14053376 805 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22469/statm: 3431 805 368 3 0 531 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13724

[startup+0.518298 s]
/proc/loadavg: 1.82 2.29 2.52 5/74 22470
/proc/meminfo: memFree=1342960/2055920 swapFree=4192956/4192956
[pid=22469] ppid=22467 vsize=13724 CPUtime=0.04
/proc/22469/stat : 22469 (sugar) S 22467 22469 21799 0 -1 4194304 1121 0 0 0 3 1 0 0 16 0 1 0 29366849 14053376 805 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22469/statm: 3431 805 368 3 0 531 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13724

[startup+1.33945 s]
/proc/loadavg: 1.82 2.29 2.52 3/83 22486
/proc/meminfo: memFree=1323752/2055920 swapFree=4192956/4192956
[pid=22469] ppid=22467 vsize=14400 CPUtime=0.63
/proc/22469/stat : 22469 (sugar) S 22467 22469 21799 0 -1 4194304 1476 5661 0 1 5 1 52 5 15 0 1 0 29366849 14745600 989 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22469/statm: 3600 989 373 3 0 700 0
[pid=22471] ppid=22469 vsize=0 CPUtime=0.45
/proc/22471/stat : 22471 (java) Z 22469 22469 21799 0 -1 1036 3960 0 1 0 42 3 0 0 16 0 1 0 29366854 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/22471/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1.08
Current children cumulated vsize (KiB) 14400

[startup+2.97675 s]
/proc/loadavg: 1.82 2.29 2.52 3/76 22487
/proc/meminfo: memFree=1334816/2055920 swapFree=4192956/4192956
[pid=22469] ppid=22467 vsize=14400 CPUtime=0.63
/proc/22469/stat : 22469 (sugar) S 22467 22469 21799 0 -1 4194304 1476 5661 0 1 5 1 52 5 15 0 1 0 29366849 14745600 989 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22469/statm: 3600 989 373 3 0 700 0
[pid=22471] ppid=22469 vsize=0 CPUtime=0.45
/proc/22471/stat : 22471 (java) Z 22469 22469 21799 0 -1 1036 3960 0 1 0 42 3 0 0 16 0 1 0 29366854 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/22471/statm: 0 0 0 0 0 0 0
[pid=22487] ppid=22469 vsize=5744 CPUtime=1.79
/proc/22487/stat : 22487 (minisat) R 22469 22469 21799 0 -1 0 1466 0 0 0 179 0 0 0 25 0 1 0 29366965 5881856 1072 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/22487/statm: 1436 1072 51 112 0 1320 0
Current children cumulated CPU time (s) 2.87
Current children cumulated vsize (KiB) 20144

[startup+6.26635 s]
/proc/loadavg: 1.84 2.28 2.51 3/76 22487
/proc/meminfo: memFree=1333344/2055920 swapFree=4192956/4192956
[pid=22469] ppid=22467 vsize=14400 CPUtime=0.63
/proc/22469/stat : 22469 (sugar) S 22467 22469 21799 0 -1 4194304 1476 5661 0 1 5 1 52 5 16 0 1 0 29366849 14745600 989 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22469/statm: 3600 989 373 3 0 700 0
[pid=22471] ppid=22469 vsize=0 CPUtime=0.45
/proc/22471/stat : 22471 (java) Z 22469 22469 21799 0 -1 1036 3960 0 1 0 42 3 0 0 16 0 1 0 29366854 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/22471/statm: 0 0 0 0 0 0 0
[pid=22487] ppid=22469 vsize=6796 CPUtime=5.07
/proc/22487/stat : 22487 (minisat) R 22469 22469 21799 0 -1 0 1752 0 0 0 506 1 0 0 25 0 1 0 29366965 6959104 1358 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528374 0 0 4096 3 0 0 0 17 1 0 0
/proc/22487/statm: 1699 1358 51 112 0 1583 0
Current children cumulated CPU time (s) 6.15
Current children cumulated vsize (KiB) 21196

[startup+12.7345 s]
/proc/loadavg: 1.86 2.27 2.51 3/76 22487
/proc/meminfo: memFree=1331200/2055920 swapFree=4192956/4192956
[pid=22469] ppid=22467 vsize=14400 CPUtime=0.63
/proc/22469/stat : 22469 (sugar) S 22467 22469 21799 0 -1 4194304 1476 5661 0 1 5 1 52 5 16 0 1 0 29366849 14745600 989 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22469/statm: 3600 989 373 3 0 700 0
[pid=22471] ppid=22469 vsize=0 CPUtime=0.45
/proc/22471/stat : 22471 (java) Z 22469 22469 21799 0 -1 1036 3960 0 1 0 42 3 0 0 16 0 1 0 29366854 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/22471/statm: 0 0 0 0 0 0 0
[pid=22487] ppid=22469 vsize=8556 CPUtime=11.5
/proc/22487/stat : 22487 (minisat) R 22469 22469 21799 0 -1 0 2195 0 0 0 1149 1 0 0 25 0 1 0 29366965 8761344 1801 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528707 0 0 4096 3 0 0 0 17 1 0 0
/proc/22487/statm: 2139 1801 51 112 0 2023 0
Current children cumulated CPU time (s) 12.58
Current children cumulated vsize (KiB) 22956

[startup+25.5749 s]
/proc/loadavg: 1.88 2.26 2.50 3/76 22487
/proc/meminfo: memFree=1327296/2055920 swapFree=4192956/4192956
[pid=22469] ppid=22467 vsize=14400 CPUtime=0.63
/proc/22469/stat : 22469 (sugar) S 22467 22469 21799 0 -1 4194304 1476 5661 0 1 5 1 52 5 16 0 1 0 29366849 14745600 989 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22469/statm: 3600 989 373 3 0 700 0
[pid=22471] ppid=22469 vsize=0 CPUtime=0.45
/proc/22471/stat : 22471 (java) Z 22469 22469 21799 0 -1 1036 3960 0 1 0 42 3 0 0 16 0 1 0 29366854 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/22471/statm: 0 0 0 0 0 0 0
[pid=22487] ppid=22469 vsize=12092 CPUtime=24.28
/proc/22487/stat : 22487 (minisat) R 22469 22469 21799 0 -1 0 3039 0 0 0 2426 2 0 0 25 0 1 0 29366965 12382208 2645 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528066 0 0 4096 3 0 0 0 17 1 0 0
/proc/22487/statm: 3023 2645 51 112 0 2907 0
Current children cumulated CPU time (s) 25.36
Current children cumulated vsize (KiB) 26492

[startup+51.2516 s]
/proc/loadavg: 1.92 2.24 2.49 3/76 22487
/proc/meminfo: memFree=1320704/2055920 swapFree=4192956/4192956
[pid=22469] ppid=22467 vsize=14400 CPUtime=0.63
/proc/22469/stat : 22469 (sugar) S 22467 22469 21799 0 -1 4194304 1476 5661 0 1 5 1 52 5 16 0 1 0 29366849 14745600 989 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22469/statm: 3600 989 373 3 0 700 0
[pid=22471] ppid=22469 vsize=0 CPUtime=0.45
/proc/22471/stat : 22471 (java) Z 22469 22469 21799 0 -1 1036 3960 0 1 0 42 3 0 0 16 0 1 0 29366854 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/22471/statm: 0 0 0 0 0 0 0
[pid=22487] ppid=22469 vsize=16952 CPUtime=49.83
/proc/22487/stat : 22487 (minisat) R 22469 22469 21799 0 -1 0 4257 0 0 0 4981 2 0 0 25 0 1 0 29366965 17358848 3863 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528435 0 0 4096 3 0 0 0 17 1 0 0
/proc/22487/statm: 4238 3863 51 112 0 4122 0
Current children cumulated CPU time (s) 50.91
Current children cumulated vsize (KiB) 31352

[startup+102.507 s]
/proc/loadavg: 2.02 2.22 2.46 3/76 22487
/proc/meminfo: memFree=1310016/2055920 swapFree=4192956/4192956
[pid=22469] ppid=22467 vsize=14400 CPUtime=0.63
/proc/22469/stat : 22469 (sugar) S 22467 22469 21799 0 -1 4194304 1476 5661 0 1 5 1 52 5 16 0 1 0 29366849 14745600 989 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22469/statm: 3600 989 373 3 0 700 0
[pid=22471] ppid=22469 vsize=0 CPUtime=0.45
/proc/22471/stat : 22471 (java) Z 22469 22469 21799 0 -1 1036 3960 0 1 0 42 3 0 0 16 0 1 0 29366854 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/22471/statm: 0 0 0 0 0 0 0
[pid=22487] ppid=22469 vsize=23988 CPUtime=100.85
/proc/22487/stat : 22487 (minisat) R 22469 22469 21799 0 -1 0 6015 0 0 0 10081 4 0 0 25 0 1 0 29366965 24563712 5621 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/22487/statm: 5997 5621 51 112 0 5881 0
Current children cumulated CPU time (s) 101.93
Current children cumulated vsize (KiB) 38388

[startup+162.608 s]
/proc/loadavg: 2.01 2.17 2.43 3/76 22487
/proc/meminfo: memFree=1304256/2055920 swapFree=4192956/4192956
[pid=22469] ppid=22467 vsize=14400 CPUtime=0.63
/proc/22469/stat : 22469 (sugar) S 22467 22469 21799 0 -1 4194304 1476 5661 0 1 5 1 52 5 16 0 1 0 29366849 14745600 989 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22469/statm: 3600 989 373 3 0 700 0
[pid=22471] ppid=22469 vsize=0 CPUtime=0.45
/proc/22471/stat : 22471 (java) Z 22469 22469 21799 0 -1 1036 3960 0 1 0 42 3 0 0 16 0 1 0 29366854 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/22471/statm: 0 0 0 0 0 0 0
[pid=22487] ppid=22469 vsize=23988 CPUtime=160.66
/proc/22487/stat : 22487 (minisat) R 22469 22469 21799 0 -1 0 6015 0 0 0 16062 4 0 0 25 0 1 0 29366965 24563712 5621 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/22487/statm: 5997 5621 51 112 0 5881 0
Current children cumulated CPU time (s) 161.74
Current children cumulated vsize (KiB) 38388

[startup+222.706 s]
/proc/loadavg: 2.00 2.14 2.40 3/76 22487
/proc/meminfo: memFree=1297216/2055920 swapFree=4192956/4192956
[pid=22469] ppid=22467 vsize=14400 CPUtime=0.63
/proc/22469/stat : 22469 (sugar) S 22467 22469 21799 0 -1 4194304 1476 5661 0 1 5 1 52 5 16 0 1 0 29366849 14745600 989 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22469/statm: 3600 989 373 3 0 700 0
[pid=22471] ppid=22469 vsize=0 CPUtime=0.45
/proc/22471/stat : 22471 (java) Z 22469 22469 21799 0 -1 1036 3960 0 1 0 42 3 0 0 16 0 1 0 29366854 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/22471/statm: 0 0 0 0 0 0 0
[pid=22487] ppid=22469 vsize=28068 CPUtime=220.47
/proc/22487/stat : 22487 (minisat) R 22469 22469 21799 0 -1 0 7044 0 0 0 22042 5 0 0 25 0 1 0 29366965 28741632 6650 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528710 0 0 4096 3 0 0 0 17 1 0 0
/proc/22487/statm: 7017 6650 51 112 0 6901 0
Current children cumulated CPU time (s) 221.55
Current children cumulated vsize (KiB) 42468

[startup+282.805 s]
/proc/loadavg: 2.00 2.11 2.37 3/76 22487
/proc/meminfo: memFree=1293312/2055920 swapFree=4192956/4192956
[pid=22469] ppid=22467 vsize=14400 CPUtime=0.63
/proc/22469/stat : 22469 (sugar) S 22467 22469 21799 0 -1 4194304 1476 5661 0 1 5 1 52 5 16 0 1 0 29366849 14745600 989 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22469/statm: 3600 989 373 3 0 700 0
[pid=22471] ppid=22469 vsize=0 CPUtime=0.45
/proc/22471/stat : 22471 (java) Z 22469 22469 21799 0 -1 1036 3960 0 1 0 42 3 0 0 16 0 1 0 29366854 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/22471/statm: 0 0 0 0 0 0 0
[pid=22487] ppid=22469 vsize=28068 CPUtime=280.28
/proc/22487/stat : 22487 (minisat) R 22469 22469 21799 0 -1 0 7044 0 0 0 28023 5 0 0 25 0 1 0 29366965 28741632 6650 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528368 0 0 4096 3 0 0 0 17 1 0 0
/proc/22487/statm: 7017 6650 51 112 0 6901 0
Current children cumulated CPU time (s) 281.36
Current children cumulated vsize (KiB) 42468

[startup+342.813 s]
/proc/loadavg: 2.00 2.09 2.35 3/76 22487
/proc/meminfo: memFree=1287296/2055920 swapFree=4192956/4192956
[pid=22469] ppid=22467 vsize=14400 CPUtime=0.63
/proc/22469/stat : 22469 (sugar) S 22467 22469 21799 0 -1 4194304 1476 5661 0 1 5 1 52 5 16 0 1 0 29366849 14745600 989 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22469/statm: 3600 989 373 3 0 700 0
[pid=22471] ppid=22469 vsize=0 CPUtime=0.45
/proc/22471/stat : 22471 (java) Z 22469 22469 21799 0 -1 1036 3960 0 1 0 42 3 0 0 16 0 1 0 29366854 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/22471/statm: 0 0 0 0 0 0 0
[pid=22487] ppid=22469 vsize=29648 CPUtime=340
/proc/22487/stat : 22487 (minisat) R 22469 22469 21799 0 -1 0 7458 0 0 0 33995 5 0 0 25 0 1 0 29366965 30359552 7064 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528092 0 0 4096 3 0 0 0 17 1 0 0
/proc/22487/statm: 7412 7064 51 112 0 7296 0
Current children cumulated CPU time (s) 341.08
Current children cumulated vsize (KiB) 44048

[startup+402.815 s]
/proc/loadavg: 2.00 2.07 2.32 3/76 22487
/proc/meminfo: memFree=1279424/2055920 swapFree=4192956/4192956
[pid=22469] ppid=22467 vsize=14400 CPUtime=0.63

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

/proc/22487/stat : 22487 (minisat) R 22469 22469 21799 0 -1 0 11935 0 0 0 123573 10 0 0 25 0 1 0 29366965 49156096 11541 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/22487/statm: 12001 11541 51 112 0 11885 0
Current children cumulated CPU time (s) 1236.91
Current children cumulated vsize (KiB) 62404

[startup+1302.97 s]
/proc/loadavg: 2.00 2.00 2.10 3/76 22487
/proc/meminfo: memFree=1188352/2055920 swapFree=4192956/4192956
[pid=22469] ppid=22467 vsize=14400 CPUtime=0.63
/proc/22469/stat : 22469 (sugar) S 22467 22469 21799 0 -1 4194304 1476 5661 0 1 5 1 52 5 16 0 1 0 29366849 14745600 989 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22469/statm: 3600 989 373 3 0 700 0
[pid=22471] ppid=22469 vsize=0 CPUtime=0.45
/proc/22471/stat : 22471 (java) Z 22469 22469 21799 0 -1 1036 3960 0 1 0 42 3 0 0 16 0 1 0 29366854 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/22471/statm: 0 0 0 0 0 0 0
[pid=22487] ppid=22469 vsize=48004 CPUtime=1295.56
/proc/22487/stat : 22487 (minisat) R 22469 22469 21799 0 -1 0 11952 0 0 0 129546 10 0 0 25 0 1 0 29366965 49156096 11558 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/22487/statm: 12001 11558 51 112 0 11885 0
Current children cumulated CPU time (s) 1296.64
Current children cumulated vsize (KiB) 62404

[startup+1362.98 s]
/proc/loadavg: 2.00 2.00 2.09 3/76 22487
/proc/meminfo: memFree=1184256/2055920 swapFree=4192956/4192956
[pid=22469] ppid=22467 vsize=14400 CPUtime=0.63
/proc/22469/stat : 22469 (sugar) S 22467 22469 21799 0 -1 4194304 1476 5661 0 1 5 1 52 5 16 0 1 0 29366849 14745600 989 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22469/statm: 3600 989 373 3 0 700 0
[pid=22471] ppid=22469 vsize=0 CPUtime=0.45
/proc/22471/stat : 22471 (java) Z 22469 22469 21799 0 -1 1036 3960 0 1 0 42 3 0 0 16 0 1 0 29366854 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/22471/statm: 0 0 0 0 0 0 0
[pid=22487] ppid=22469 vsize=48148 CPUtime=1355.28
/proc/22487/stat : 22487 (minisat) R 22469 22469 21799 0 -1 0 11995 0 0 0 135518 10 0 0 25 0 1 0 29366965 49303552 11601 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/22487/statm: 12037 11601 51 112 0 11921 0
Current children cumulated CPU time (s) 1356.36
Current children cumulated vsize (KiB) 62548

[startup+1423 s]
/proc/loadavg: 2.00 2.00 2.08 3/76 22487
/proc/meminfo: memFree=1177664/2055920 swapFree=4192956/4192956
[pid=22469] ppid=22467 vsize=14400 CPUtime=0.63
/proc/22469/stat : 22469 (sugar) S 22467 22469 21799 0 -1 4194304 1476 5661 0 1 5 1 52 5 16 0 1 0 29366849 14745600 989 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22469/statm: 3600 989 373 3 0 700 0
[pid=22471] ppid=22469 vsize=0 CPUtime=0.45
/proc/22471/stat : 22471 (java) Z 22469 22469 21799 0 -1 1036 3960 0 1 0 42 3 0 0 16 0 1 0 29366854 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/22471/statm: 0 0 0 0 0 0 0
[pid=22487] ppid=22469 vsize=50764 CPUtime=1415.01
/proc/22487/stat : 22487 (minisat) R 22469 22469 21799 0 -1 0 12654 0 0 0 141490 11 0 0 25 0 1 0 29366965 51982336 12260 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/22487/statm: 12691 12260 51 112 0 12575 0
Current children cumulated CPU time (s) 1416.09
Current children cumulated vsize (KiB) 65164

[startup+1483.01 s]
/proc/loadavg: 2.00 2.00 2.08 3/76 22487
/proc/meminfo: memFree=1173824/2055920 swapFree=4192956/4192956
[pid=22469] ppid=22467 vsize=14400 CPUtime=0.63
/proc/22469/stat : 22469 (sugar) S 22467 22469 21799 0 -1 4194304 1476 5661 0 1 5 1 52 5 16 0 1 0 29366849 14745600 989 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22469/statm: 3600 989 373 3 0 700 0
[pid=22471] ppid=22469 vsize=0 CPUtime=0.45
/proc/22471/stat : 22471 (java) Z 22469 22469 21799 0 -1 1036 3960 0 1 0 42 3 0 0 16 0 1 0 29366854 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/22471/statm: 0 0 0 0 0 0 0
[pid=22487] ppid=22469 vsize=50764 CPUtime=1474.74
/proc/22487/stat : 22487 (minisat) R 22469 22469 21799 0 -1 0 12655 0 0 0 147463 11 0 0 25 0 1 0 29366965 51982336 12261 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528401 0 0 4096 3 0 0 0 17 1 0 0
/proc/22487/statm: 12691 12261 51 112 0 12575 0
Current children cumulated CPU time (s) 1475.82
Current children cumulated vsize (KiB) 65164

[startup+1543.02 s]
/proc/loadavg: 2.00 2.00 2.07 3/76 22487
/proc/meminfo: memFree=1169920/2055920 swapFree=4192956/4192956
[pid=22469] ppid=22467 vsize=14400 CPUtime=0.63
/proc/22469/stat : 22469 (sugar) S 22467 22469 21799 0 -1 4194304 1476 5661 0 1 5 1 52 5 16 0 1 0 29366849 14745600 989 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22469/statm: 3600 989 373 3 0 700 0
[pid=22471] ppid=22469 vsize=0 CPUtime=0.45
/proc/22471/stat : 22471 (java) Z 22469 22469 21799 0 -1 1036 3960 0 1 0 42 3 0 0 16 0 1 0 29366854 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/22471/statm: 0 0 0 0 0 0 0
[pid=22487] ppid=22469 vsize=50764 CPUtime=1534.45
/proc/22487/stat : 22487 (minisat) R 22469 22469 21799 0 -1 0 12657 0 0 0 153434 11 0 0 25 0 1 0 29366965 51982336 12263 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528398 0 0 4096 3 0 0 0 17 1 0 0
/proc/22487/statm: 12691 12263 51 112 0 12575 0
Current children cumulated CPU time (s) 1535.53
Current children cumulated vsize (KiB) 65164

[startup+1603.03 s]
/proc/loadavg: 2.00 2.00 2.06 3/76 22487
/proc/meminfo: memFree=1165120/2055920 swapFree=4192956/4192956
[pid=22469] ppid=22467 vsize=14400 CPUtime=0.63
/proc/22469/stat : 22469 (sugar) S 22467 22469 21799 0 -1 4194304 1476 5661 0 1 5 1 52 5 16 0 1 0 29366849 14745600 989 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22469/statm: 3600 989 373 3 0 700 0
[pid=22471] ppid=22469 vsize=0 CPUtime=0.45
/proc/22471/stat : 22471 (java) Z 22469 22469 21799 0 -1 1036 3960 0 1 0 42 3 0 0 16 0 1 0 29366854 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/22471/statm: 0 0 0 0 0 0 0
[pid=22487] ppid=22469 vsize=50764 CPUtime=1594.18
/proc/22487/stat : 22487 (minisat) R 22469 22469 21799 0 -1 0 12662 0 0 0 159407 11 0 0 25 0 1 0 29366965 51982336 12268 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528435 0 0 4096 3 0 0 0 17 1 0 0
/proc/22487/statm: 12691 12268 51 112 0 12575 0
Current children cumulated CPU time (s) 1595.26
Current children cumulated vsize (KiB) 65164

[startup+1663.04 s]
/proc/loadavg: 2.00 2.00 2.06 3/76 22489
/proc/meminfo: memFree=1157824/2055920 swapFree=4192956/4192956
[pid=22469] ppid=22467 vsize=14400 CPUtime=0.63
/proc/22469/stat : 22469 (sugar) S 22467 22469 21799 0 -1 4194304 1476 5661 0 1 5 1 52 5 16 0 1 0 29366849 14745600 989 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22469/statm: 3600 989 373 3 0 700 0
[pid=22471] ppid=22469 vsize=0 CPUtime=0.45
/proc/22471/stat : 22471 (java) Z 22469 22469 21799 0 -1 1036 3960 0 1 0 42 3 0 0 16 0 1 0 29366854 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/22471/statm: 0 0 0 0 0 0 0
[pid=22487] ppid=22469 vsize=52972 CPUtime=1653.91
/proc/22487/stat : 22487 (minisat) R 22469 22469 21799 0 -1 0 13207 0 0 0 165379 12 0 0 25 0 1 0 29366965 54243328 12813 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/22487/statm: 13243 12813 51 112 0 13127 0
Current children cumulated CPU time (s) 1654.99
Current children cumulated vsize (KiB) 67372

[startup+1723.06 s]
/proc/loadavg: 2.00 2.00 2.05 3/76 22489
/proc/meminfo: memFree=1149568/2055920 swapFree=4192956/4192956
[pid=22469] ppid=22467 vsize=14400 CPUtime=0.63
/proc/22469/stat : 22469 (sugar) S 22467 22469 21799 0 -1 4194304 1476 5661 0 1 5 1 52 5 16 0 1 0 29366849 14745600 989 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22469/statm: 3600 989 373 3 0 700 0
[pid=22471] ppid=22469 vsize=0 CPUtime=0.45
/proc/22471/stat : 22471 (java) Z 22469 22469 21799 0 -1 1036 3960 0 1 0 42 3 0 0 16 0 1 0 29366854 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/22471/statm: 0 0 0 0 0 0 0
[pid=22487] ppid=22469 vsize=56196 CPUtime=1713.63
/proc/22487/stat : 22487 (minisat) R 22469 22469 21799 0 -1 0 13976 0 0 0 171350 13 0 0 25 0 1 0 29366965 57544704 13582 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528677 0 0 4096 3 0 0 0 17 1 0 0
/proc/22487/statm: 14049 13582 51 112 0 13933 0
Current children cumulated CPU time (s) 1714.71
Current children cumulated vsize (KiB) 70596

[startup+1783.06 s]
/proc/loadavg: 2.08 2.02 2.05 2/70 22532
/proc/meminfo: memFree=1453040/2055920 swapFree=4192956/4192956
[pid=22469] ppid=22467 vsize=14400 CPUtime=0.63
/proc/22469/stat : 22469 (sugar) S 22467 22469 21799 0 -1 4194304 1476 5661 0 1 5 1 52 5 16 0 1 0 29366849 14745600 989 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22469/statm: 3600 989 373 3 0 700 0
[pid=22471] ppid=22469 vsize=0 CPUtime=0.45
/proc/22471/stat : 22471 (java) Z 22469 22469 21799 0 -1 1036 3960 0 1 0 42 3 0 0 16 0 1 0 29366854 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/22471/statm: 0 0 0 0 0 0 0
[pid=22487] ppid=22469 vsize=56196 CPUtime=1773.35
/proc/22487/stat : 22487 (minisat) R 22469 22469 21799 0 -1 0 13987 0 0 0 177319 16 0 0 25 0 1 0 29366965 57544704 13593 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/22487/statm: 14049 13593 51 112 0 13933 0
Current children cumulated CPU time (s) 1774.43
Current children cumulated vsize (KiB) 70596



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1808.75 s]
/proc/loadavg: 2.12 2.03 2.06 3/83 22553
/proc/meminfo: memFree=1070608/2055920 swapFree=4192956/4192956
[pid=22469] ppid=22467 vsize=14400 CPUtime=0.63
/proc/22469/stat : 22469 (sugar) S 22467 22469 21799 0 -1 4194304 1476 5661 0 1 5 1 52 5 16 0 1 0 29366849 14745600 989 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22469/statm: 3600 989 373 3 0 700 0
[pid=22471] ppid=22469 vsize=0 CPUtime=0.45
/proc/22471/stat : 22471 (java) Z 22469 22469 21799 0 -1 1036 3960 0 1 0 42 3 0 0 16 0 1 0 29366854 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/22471/statm: 0 0 0 0 0 0 0
[pid=22487] ppid=22469 vsize=56356 CPUtime=1799.01
/proc/22487/stat : 22487 (minisat) R 22469 22469 21799 0 -1 0 14005 0 0 0 179885 16 0 0 25 0 1 0 29366965 57708544 13611 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/22487/statm: 14089 13611 51 112 0 13973 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 70756

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

Child status: 1

!!! problem with CPU time !!!
wait4(...,&childrusage) returns 22469 and gives childrusage.ru_utime.tv_sec=0 childrusage.ru_utime.tv_usec=576912 childrusage.ru_stime.tv_sec=0 childrusage.ru_stime.tv_usec=65989
CPU time returned by wait4() is 0.642901
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.8
CPU time (s): 1800.1
CPU user time (s): 1799.84
CPU system time (s): 0.26
CPU usage (%): 99.4643
Max. virtual memory (cumulated for all children) (KiB): 821072

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.576912
system time used= 0.065989
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 7221
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= 602
involuntary context switches= 543

runsolver used 2.22666 s user time and 5.79412 s system time

The end

Launcher Data (download as text)

Begin job on node44 on Mon Jan 29 18:08:27 UTC 2007


IDJOB= 199486
IDBENCH= 3620
IDSOLVER= 86
FILE ID= node44/199486-1170094106

PBS_JOBID= 3689597

Free space on /tmp= 66512 MiB

SOLVER NAME= sugar 0.40
BENCH NAME= HOME/pub/bench/CPAI06/allIntervalSeries/series-25.xml
COMMAND LINE= /tmp/evaluation/199486-1170094106/solver /tmp/evaluation/199486-1170094106 /tmp/evaluation/199486-1170094106/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node44/watcher-199486-1170094106 -o ROOT/results/node44/solver-199486-1170094106 -C 1800 -M 900  /tmp/evaluation/199486-1170094106/solver /tmp/evaluation/199486-1170094106 /tmp/evaluation/199486-1170094106/unknown.xml

META MD5SUM SOLVER= 0a27e717dfe98d83d9802fe0eea45073
MD5SUM BENCH=  1eb0cd8148c3a51eaa068a454296b6fa

RANDOM SEED= 513646890

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.261
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.261
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:       1343440 kB
Buffers:         48128 kB
Cached:         443988 kB
SwapCached:          0 kB
Active:         333500 kB
Inactive:       306392 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1343440 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:           54228 kB
Writeback:           0 kB
Mapped:         158812 kB
Slab:            57720 kB
Committed_AS:   250004 kB
PageTables:       2048 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= 66525 MiB



End job on node44 on Mon Jan 29 18:38:37 UTC 2007