Trace number 212801

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 1812.55

General information on the benchmark

NamepseudoSeries/
primesDimacs/f2000.xml
MD5SUM4b7d2542d122d7bd3ac49b0f0b108844
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables4000
Number of constraints10500
Maximum constraint arity3
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension10500
Global constraints used (with number of constraints)

Solver Data (download as text)

0.05	c # Sugar v0-40 (/tmp/evaluation/212801-1170099344/sugar-v0-40.jar)
0.05	
0.05	c # MAIN  BEGIN : /tmp/evaluation/212801-1170099344/unknown.xml [Mon Jan 29 20:35:44 2007]
0.05	c # CONVERT_XML  BEGIN : /tmp/evaluation/212801-1170099344/unknown.xml /tmp/evaluation/212801-1170099344/sugar25022.csp [Mon Jan 29 20:35:44 2007]
0.05	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/212801-1170099344/sugar-v0-40.jar -convert /tmp/evaluation/212801-1170099344/unknown.xml /tmp/evaluation/212801-1170099344/sugar25022.csp
0.17	c BEGIN convert /tmp/evaluation/212801-1170099344/unknown.xml
1.29	c END convert (1.116404 seconds)
1.34	c # CONVERT_XML  END : /tmp/evaluation/212801-1170099344/sugar25022.csp 429657 bytes (2 seconds) [Mon Jan 29 20:35:46 2007]
1.34	c # CONVERT_XML  CPU : 0 = 0 + 0 + 0 + 0
1.34	
1.34	c # GENERATE_SAT  BEGIN : /tmp/evaluation/212801-1170099344/sugar25022.bcnf [Mon Jan 29 20:35:46 2007]
1.34	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/212801-1170099344/sugar-v0-40.jar -bcnf -map /tmp/evaluation/212801-1170099344/sugar25022.map /tmp/evaluation/212801-1170099344/sugar25022.csp /tmp/evaluation/212801-1170099344/sugar25022.bcnf
1.47	c BEGIN parse /tmp/evaluation/212801-1170099344/sugar25022.csp
2.70	c END parse (1.228642 seconds)
2.70	c BEGIN simplify
2.70	c END simplify (0.007047 seconds)
2.70	c BEGIN encode /tmp/evaluation/212801-1170099344/sugar25022.bcnf
2.84	c END encode (0.135076 seconds)
2.94	c # GENERATE_SAT  END : 4000 variables 10500 clauses 160024 bytes (1 seconds) [Mon Jan 29 20:35:47 2007]
2.94	c # GENERATE_SAT  CPU : 1.51 = 0.04 + 0 + 1.38 + 0.09
2.94	
2.94	c # SOLVE_SAT  BEGIN : /tmp/evaluation/212801-1170099344/sugar25022.bcnf [Mon Jan 29 20:35:47 2007]
2.94	c # CMD : /tmp/evaluation/212801-1170099344/minisat /tmp/evaluation/212801-1170099344/sugar25022.bcnf /tmp/evaluation/212801-1170099344/sugar25022.out
2.95	c ==================================[MINISAT]===================================
2.95	c | Conflicts |     ORIGINAL     |              LEARNT              | Progress |
2.95	c |           | Clauses Literals |   Limit Clauses Literals  Lit/Cl |          |
2.95	c ==============================================================================
2.95	c |         0 |   10500    29500 |    3500       0        0     nan |  0.000 % |
2.96	c |       100 |   10500    29500 |    3850     100     5763    57.6 |  0.000 % |
2.98	c |       252 |   10500    29500 |    4235     252    13555    53.8 |  0.000 % |
3.01	c |       478 |   10500    29500 |    4658     478    26113    54.6 |  0.000 % |
3.05	c |       816 |   10500    29500 |    5124     816    46412    56.9 |  0.000 % |
3.11	c |      1325 |   10500    29500 |    5636    1325    76220    57.5 |  0.000 % |
3.21	c |      2085 |   10500    29500 |    6200    2085   130478    62.6 |  0.000 % |
3.37	c |      3225 |   10500    29500 |    6820    3225   205533    63.7 |  0.000 % |
3.61	c |      4935 |   10500    29500 |    7502    4935   314760    63.8 |  0.000 % |
4.03	c |      7500 |   10500    29500 |    8252    7500   500010    66.7 |  0.000 % |
4.68	c |     11344 |   10500    29500 |    9078    6958   466665    67.1 |  0.000 % |
5.87	c |     17110 |   10500    29500 |    9985    7926   629899    79.5 |  0.000 % |
7.60	c |     25759 |   10500    29500 |   10984    6033   447510    74.2 |  0.000 % |
10.28	c |     38733 |   10500    29500 |   12082    7520   589514    78.4 |  0.000 % |
14.77	c |     58195 |   10500    29500 |   13291    8013   571809    71.4 |  0.000 % |
22.19	c |     87388 |   10500    29500 |   14620    9530   734422    77.1 |  0.000 % |
33.29	c |    131178 |   10500    29500 |   16082    7725   529464    68.5 |  0.000 % |
51.75	c |    196863 |   10500    29500 |   17690   15129  1138110    75.2 |  0.000 % |
80.40	c |    295389 |   10500    29500 |   19459   13354   961284    72.0 |  0.000 % |
123.93	c |    443178 |   10500    29500 |   21405   11432   801631    70.1 |  0.000 % |
195.77	c |    664862 |   10500    29500 |   23546   14181   955589    67.4 |  0.000 % |
317.04	c |    997387 |   10500    29500 |   25900   19916  1510831    75.9 |  0.000 % |
511.68	c |   1496176 |   10500    29500 |   28490   21327  1597295    74.9 |  0.000 % |
818.85	c |   2244360 |   10500    29500 |   31340   17576  1248468    71.0 |  0.000 % |
1321.48	c |   3366635 |   10500    29500 |   34474   25497  1991993    78.1 |  0.000 % |
1811.94	s UNKNOWN
1811.94	c # ERROR No such file or directory /tmp/evaluation/212801-1170099344/sugar25022.out, at /tmp/evaluation/212801-1170099344/sugar line 393.
1811.94	
1811.94	c # MAIN  END :  (1812 seconds) [Mon Jan 29 21:05:56 2007]
1811.94	c # MAIN  CPU : 1798.86 = 0.04 + 0.01 + 1791.56 + 7.25
1811.94	

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/node7/watcher-212801-1170099344 -o ROOT/results/node7/solver-212801-1170099344 -C 1800 -M 900 /tmp/evaluation/212801-1170099344/solver /tmp/evaluation/212801-1170099344 /tmp/evaluation/212801-1170099344/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: 4.71 3.31 2.65 5/94 25023
/proc/meminfo: memFree=16248/2055920 swapFree=4192812/4192956
[pid=25022] ppid=25020 vsize=18540 CPUtime=0
/proc/25022/stat : 25022 (runsolver) R 25020 25022 24956 0 -1 4194368 16 0 0 0 0 0 0 0 21 0 1 0 29889154 18984960 279 18446744073709551615 4194304 4267372 548682069040 18446744073709551615 244671114535 0 0 4096 24578 0 0 0 17 1 0 0
/proc/25022/statm: 4635 279 244 17 0 2626 0

[startup+0.110349 s]
/proc/loadavg: 4.71 3.31 2.65 5/94 25023
/proc/meminfo: memFree=16248/2055920 swapFree=4192812/4192956
[pid=25022] ppid=25020 vsize=13724 CPUtime=0.04
/proc/25022/stat : 25022 (sugar) S 25020 25022 24956 0 -1 4194304 1112 0 0 0 3 1 0 0 21 0 1 0 29889154 14053376 805 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25022/statm: 3431 805 368 3 0 531 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13724

[startup+0.518434 s]
/proc/loadavg: 4.71 3.31 2.65 5/94 25023
/proc/meminfo: memFree=16248/2055920 swapFree=4192812/4192956
[pid=25022] ppid=25020 vsize=13724 CPUtime=0.04
/proc/25022/stat : 25022 (sugar) S 25020 25022 24956 0 -1 4194304 1121 0 0 0 3 1 0 0 15 0 1 0 29889154 14053376 805 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25022/statm: 3431 805 368 3 0 531 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13724

[startup+1.33951 s]
/proc/loadavg: 4.71 3.31 2.65 4/102 25031
/proc/meminfo: memFree=15544/2055920 swapFree=4192812/4192956
[pid=25022] ppid=25020 vsize=13724 CPUtime=0.04
/proc/25022/stat : 25022 (sugar) R 25020 25022 24956 0 -1 4194304 1152 0 0 0 3 1 0 0 16 0 1 0 29889154 14053376 807 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 244671113887 0 0 4224 16386 0 0 0 17 1 0 0
/proc/25022/statm: 3431 807 370 3 0 531 0
[pid=25024] ppid=25022 vsize=0 CPUtime=1.2
/proc/25024/stat : 25024 (java) Z 25022 25022 24956 0 -1 1036 12238 0 1 0 110 10 0 0 16 0 2 0 29889159 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/25024/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1.24
Current children cumulated vsize (KiB) 13724

[startup+2.98464 s]
/proc/loadavg: 4.71 3.31 2.65 3/105 25041
/proc/meminfo: memFree=16232/2055920 swapFree=4192812/4192956
[pid=25022] ppid=25020 vsize=16944 CPUtime=1.55
/proc/25022/stat : 25022 (sugar) S 25020 25022 24956 0 -1 4194304 2087 11124 0 1 7 1 138 9 18 0 1 0 29889154 17350656 1600 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25022/statm: 4236 1600 373 3 0 1336 0
[pid=25024] ppid=25022 vsize=0 CPUtime=1.2
/proc/25024/stat : 25024 (java) Z 25022 25022 24956 0 -1 1036 12238 0 1 0 110 10 0 0 16 0 1 0 29889159 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/25024/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 2.75
Current children cumulated vsize (KiB) 16944

[startup+6.28099 s]
/proc/loadavg: 4.73 3.33 2.66 3/96 25042
/proc/meminfo: memFree=15536/2055920 swapFree=4192812/4192956
[pid=25022] ppid=25020 vsize=16944 CPUtime=1.55
/proc/25022/stat : 25022 (sugar) S 25020 25022 24956 0 -1 4194304 2087 11124 0 1 7 1 138 9 16 0 1 0 29889154 17350656 1600 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25022/statm: 4236 1600 373 3 0 1336 0
[pid=25024] ppid=25022 vsize=0 CPUtime=1.2
/proc/25024/stat : 25024 (java) Z 25022 25022 24956 0 -1 1036 12238 0 1 0 110 10 0 0 16 0 1 0 29889159 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/25024/statm: 0 0 0 0 0 0 0
[pid=25042] ppid=25022 vsize=6020 CPUtime=3.29
/proc/25042/stat : 25042 (minisat) R 25022 25022 24956 0 -1 0 1219 0 0 0 325 4 0 0 25 0 1 0 29889448 6164480 1164 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528316 0 0 4096 3 0 0 0 17 1 0 0
/proc/25042/statm: 1505 1164 52 112 0 1389 0
Current children cumulated CPU time (s) 6.04
Current children cumulated vsize (KiB) 22964

[startup+12.7545 s]
/proc/loadavg: 4.75 3.36 2.67 3/98 25046
/proc/meminfo: memFree=15456/2055920 swapFree=4192812/4192956
[pid=25022] ppid=25020 vsize=16944 CPUtime=1.55
/proc/25022/stat : 25022 (sugar) S 25020 25022 24956 0 -1 4194304 2087 11124 0 1 7 1 138 9 16 0 1 0 29889154 17350656 1600 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25022/statm: 4236 1600 373 3 0 1336 0
[pid=25024] ppid=25022 vsize=0 CPUtime=1.2
/proc/25024/stat : 25024 (java) Z 25022 25022 24956 0 -1 1036 12238 0 1 0 110 10 0 0 16 0 1 0 29889159 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/25024/statm: 0 0 0 0 0 0 0
[pid=25042] ppid=25022 vsize=7140 CPUtime=9.67
/proc/25042/stat : 25042 (minisat) R 25022 25022 24956 0 -1 0 1502 0 0 0 961 6 0 0 25 0 1 0 29889448 7311360 1447 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528130 0 0 4096 3 0 0 0 17 1 0 0
/proc/25042/statm: 1785 1447 52 112 0 1669 0
Current children cumulated CPU time (s) 12.42
Current children cumulated vsize (KiB) 24084

[startup+25.6366 s]
/proc/loadavg: 4.81 3.44 2.71 2/96 25048
/proc/meminfo: memFree=16368/2055920 swapFree=4192812/4192956
[pid=25022] ppid=25020 vsize=16944 CPUtime=1.55
/proc/25022/stat : 25022 (sugar) S 25020 25022 24956 0 -1 4194304 2087 11124 0 1 7 1 138 9 16 0 1 0 29889154 17350656 1600 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25022/statm: 4236 1600 373 3 0 1336 0
[pid=25024] ppid=25022 vsize=0 CPUtime=1.2
/proc/25024/stat : 25024 (java) Z 25022 25022 24956 0 -1 1036 12238 0 1 0 110 10 0 0 16 0 1 0 29889159 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/25024/statm: 0 0 0 0 0 0 0
[pid=25042] ppid=25022 vsize=8320 CPUtime=22.4
/proc/25042/stat : 25042 (minisat) R 25022 25022 24956 0 -1 0 1807 0 0 0 2225 15 0 0 25 0 1 0 29889448 8519680 1752 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528404 0 0 4096 3 0 0 0 17 0 0 0
/proc/25042/statm: 2080 1752 52 112 0 1964 0
Current children cumulated CPU time (s) 25.15
Current children cumulated vsize (KiB) 25264

[startup+51.2967 s]
/proc/loadavg: 4.79 3.55 2.77 3/96 25054
/proc/meminfo: memFree=15216/2055920 swapFree=4192812/4192956
[pid=25022] ppid=25020 vsize=16944 CPUtime=1.55
/proc/25022/stat : 25022 (sugar) S 25020 25022 24956 0 -1 4194304 2087 11124 0 1 7 1 138 9 16 0 1 0 29889154 17350656 1600 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25022/statm: 4236 1600 373 3 0 1336 0
[pid=25024] ppid=25022 vsize=0 CPUtime=1.2
/proc/25024/stat : 25024 (java) Z 25022 25022 24956 0 -1 1036 12238 0 1 0 110 10 0 0 16 0 1 0 29889159 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/25024/statm: 0 0 0 0 0 0 0
[pid=25042] ppid=25022 vsize=10552 CPUtime=48
/proc/25042/stat : 25042 (minisat) R 25022 25022 24956 0 -1 0 2348 0 0 0 4772 28 0 0 25 0 1 0 29889448 10805248 2293 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528379 0 0 4096 3 0 0 0 17 0 0 0
/proc/25042/statm: 2638 2293 52 112 0 2522 0
Current children cumulated CPU time (s) 50.75
Current children cumulated vsize (KiB) 27496

[startup+102.544 s]
/proc/loadavg: 3.70 3.44 2.77 3/96 25069
/proc/meminfo: memFree=16176/2055920 swapFree=4192812/4192956
[pid=25022] ppid=25020 vsize=16944 CPUtime=1.55
/proc/25022/stat : 25022 (sugar) S 25020 25022 24956 0 -1 4194304 2087 11124 0 1 7 1 138 9 16 0 1 0 29889154 17350656 1600 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25022/statm: 4236 1600 373 3 0 1336 0
[pid=25024] ppid=25022 vsize=0 CPUtime=1.2
/proc/25024/stat : 25024 (java) Z 25022 25022 24956 0 -1 1036 12238 0 1 0 110 10 0 0 16 0 1 0 29889159 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/25024/statm: 0 0 0 0 0 0 0
[pid=25042] ppid=25022 vsize=11772 CPUtime=99.07
/proc/25042/stat : 25042 (minisat) R 25022 25022 24956 0 -1 0 2642 0 0 0 9849 58 0 0 25 0 1 0 29889448 12054528 2587 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134527148 0 0 4096 3 0 0 0 17 0 0 0
/proc/25042/statm: 2943 2587 52 112 0 2827 0
Current children cumulated CPU time (s) 101.82
Current children cumulated vsize (KiB) 28716

[startup+162.622 s]
/proc/loadavg: 3.05 3.30 2.76 3/96 25085
/proc/meminfo: memFree=15088/2055920 swapFree=4192812/4192956
[pid=25022] ppid=25020 vsize=16944 CPUtime=1.55
/proc/25022/stat : 25022 (sugar) S 25020 25022 24956 0 -1 4194304 2087 11124 0 1 7 1 138 9 16 0 1 0 29889154 17350656 1600 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25022/statm: 4236 1600 373 3 0 1336 0
[pid=25024] ppid=25022 vsize=0 CPUtime=1.2
/proc/25024/stat : 25024 (java) Z 25022 25022 24956 0 -1 1036 12238 0 1 0 110 10 0 0 16 0 1 0 29889159 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/25024/statm: 0 0 0 0 0 0 0
[pid=25042] ppid=25022 vsize=13104 CPUtime=158.94
/proc/25042/stat : 25042 (minisat) R 25022 25022 24956 0 -1 0 2975 0 0 0 15801 93 0 0 25 0 1 0 29889448 13418496 2920 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134525173 0 0 4096 3 0 0 0 17 0 0 0
/proc/25042/statm: 3276 2920 52 112 0 3160 0
Current children cumulated CPU time (s) 161.69
Current children cumulated vsize (KiB) 30048

[startup+222.7 s]
/proc/loadavg: 3.10 3.26 2.78 4/96 25103
/proc/meminfo: memFree=15984/2055920 swapFree=4192812/4192956
[pid=25022] ppid=25020 vsize=16944 CPUtime=1.55
/proc/25022/stat : 25022 (sugar) S 25020 25022 24956 0 -1 4194304 2087 11124 0 1 7 1 138 9 16 0 1 0 29889154 17350656 1600 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25022/statm: 4236 1600 373 3 0 1336 0
[pid=25024] ppid=25022 vsize=0 CPUtime=1.2
/proc/25024/stat : 25024 (java) Z 25022 25022 24956 0 -1 1036 12238 0 1 0 110 10 0 0 16 0 1 0 29889159 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/25024/statm: 0 0 0 0 0 0 0
[pid=25042] ppid=25022 vsize=14828 CPUtime=218.84
/proc/25042/stat : 25042 (minisat) R 25022 25022 24956 0 -1 0 3413 0 0 0 21756 128 0 0 25 0 1 0 29889448 15183872 3358 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134640074 0 0 4096 3 0 0 0 17 0 0 0
/proc/25042/statm: 3707 3358 52 112 0 3591 0
Current children cumulated CPU time (s) 221.59
Current children cumulated vsize (KiB) 31772

[startup+282.763 s]
/proc/loadavg: 3.26 3.27 2.81 3/97 25122
/proc/meminfo: memFree=15400/2055920 swapFree=4192812/4192956
[pid=25022] ppid=25020 vsize=16944 CPUtime=1.55
/proc/25022/stat : 25022 (sugar) S 25020 25022 24956 0 -1 4194304 2087 11124 0 1 7 1 138 9 16 0 1 0 29889154 17350656 1600 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25022/statm: 4236 1600 373 3 0 1336 0
[pid=25024] ppid=25022 vsize=0 CPUtime=1.2
/proc/25024/stat : 25024 (java) Z 25022 25022 24956 0 -1 1036 12238 0 1 0 110 10 0 0 16 0 1 0 29889159 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/25024/statm: 0 0 0 0 0 0 0
[pid=25042] ppid=25022 vsize=15628 CPUtime=278.72
/proc/25042/stat : 25042 (minisat) R 25022 25022 24956 0 -1 0 3630 0 0 0 27714 158 0 0 25 0 1 0 29889448 16003072 3575 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/25042/statm: 3907 3575 52 112 0 3791 0
Current children cumulated CPU time (s) 281.47
Current children cumulated vsize (KiB) 32572

[startup+342.818 s]
/proc/loadavg: 4.23 3.53 2.92 3/97 25142
/proc/meminfo: memFree=15080/2055920 swapFree=4192812/4192956
[pid=25022] ppid=25020 vsize=16944 CPUtime=1.55
/proc/25022/stat : 25022 (sugar) S 25020 25022 24956 0 -1 4194304 2087 11124 0 1 7 1 138 9 16 0 1 0 29889154 17350656 1600 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25022/statm: 4236 1600 373 3 0 1336 0
[pid=25024] ppid=25022 vsize=0 CPUtime=1.2
/proc/25024/stat : 25024 (java) Z 25022 25022 24956 0 -1 1036 12238 0 1 0 110 10 0 0 16 0 1 0 29889159 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/25024/statm: 0 0 0 0 0 0 0
[pid=25042] ppid=25022 vsize=16684 CPUtime=338.56
/proc/25042/stat : 25042 (minisat) R 25022 25022 24956 0 -1 0 3896 0 0 0 33665 191 0 0 25 0 1 0 29889448 17084416 3841 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528418 0 0 4096 3 0 0 0 17 0 0 0
/proc/25042/statm: 4171 3841 52 112 0 4055 0
Current children cumulated CPU time (s) 341.31
Current children cumulated vsize (KiB) 33628

[startup+402.857 s]
/proc/loadavg: 4.83 3.82 3.06 3/96 25158
/proc/meminfo: memFree=15152/2055920 swapFree=4192812/4192956
[pid=25022] ppid=25020 vsize=16944 CPUtime=1.55
/proc/25022/stat : 25022 (sugar) S 25020 25022 24956 0 -1 4194304 2087 11124 0 1 7 1 138 9 16 0 1 0 29889154 17350656 1600 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25022/statm: 4236 1600 373 3 0 1336 0
[pid=25024] ppid=25022 vsize=0 CPUtime=1.2

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

/proc/25042/stat : 25042 (minisat) R 25022 25022 24956 0 -1 0 5557 0 0 0 122795 504 0 0 25 0 1 0 29889448 24059904 5502 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/25042/statm: 5874 5502 52 112 0 5758 0
Current children cumulated CPU time (s) 1235.74
Current children cumulated vsize (KiB) 40440

[startup+1303.21 s]
/proc/loadavg: 2.98 2.86 2.89 3/97 25550
/proc/meminfo: memFree=15472/2055920 swapFree=4192812/4192956
[pid=25022] ppid=25020 vsize=16944 CPUtime=1.55
/proc/25022/stat : 25022 (sugar) S 25020 25022 24956 0 -1 4194304 2087 11124 0 1 7 1 138 9 16 0 1 0 29889154 17350656 1600 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25022/statm: 4236 1600 373 3 0 1336 0
[pid=25024] ppid=25022 vsize=0 CPUtime=1.2
/proc/25024/stat : 25024 (java) Z 25022 25022 24956 0 -1 1036 12238 0 1 0 110 10 0 0 16 0 1 0 29889159 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/25024/statm: 0 0 0 0 0 0 0
[pid=25042] ppid=25022 vsize=23496 CPUtime=1292.6
/proc/25042/stat : 25042 (minisat) R 25022 25022 24956 0 -1 0 5557 0 0 0 128733 527 0 0 25 0 1 0 29889448 24059904 5502 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528388 0 0 4096 3 0 0 0 17 1 0 0
/proc/25042/statm: 5874 5502 52 112 0 5758 0
Current children cumulated CPU time (s) 1295.35
Current children cumulated vsize (KiB) 40440

[startup+1363.26 s]
/proc/loadavg: 3.92 3.16 2.98 3/97 25550
/proc/meminfo: memFree=15536/2055920 swapFree=4192812/4192956
[pid=25022] ppid=25020 vsize=16944 CPUtime=1.55
/proc/25022/stat : 25022 (sugar) S 25020 25022 24956 0 -1 4194304 2087 11124 0 1 7 1 138 9 16 0 1 0 29889154 17350656 1600 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25022/statm: 4236 1600 373 3 0 1336 0
[pid=25024] ppid=25022 vsize=0 CPUtime=1.2
/proc/25024/stat : 25024 (java) Z 25022 25022 24956 0 -1 1036 12238 0 1 0 110 10 0 0 16 0 1 0 29889159 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/25024/statm: 0 0 0 0 0 0 0
[pid=25042] ppid=25022 vsize=24596 CPUtime=1352.28
/proc/25042/stat : 25042 (minisat) R 25022 25022 24956 0 -1 0 5836 0 0 0 134674 554 0 0 25 0 1 0 29889448 25186304 5781 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/25042/statm: 6149 5781 52 112 0 6033 0
Current children cumulated CPU time (s) 1355.03
Current children cumulated vsize (KiB) 41540

[startup+1423.28 s]
/proc/loadavg: 3.02 3.05 2.96 3/97 25550
/proc/meminfo: memFree=15600/2055920 swapFree=4192812/4192956
[pid=25022] ppid=25020 vsize=16944 CPUtime=1.55
/proc/25022/stat : 25022 (sugar) S 25020 25022 24956 0 -1 4194304 2087 11124 0 1 7 1 138 9 16 0 1 0 29889154 17350656 1600 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25022/statm: 4236 1600 373 3 0 1336 0
[pid=25024] ppid=25022 vsize=0 CPUtime=1.2
/proc/25024/stat : 25024 (java) Z 25022 25022 24956 0 -1 1036 12238 0 1 0 110 10 0 0 16 0 1 0 29889159 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/25024/statm: 0 0 0 0 0 0 0
[pid=25042] ppid=25022 vsize=25248 CPUtime=1411.92
/proc/25042/stat : 25042 (minisat) R 25022 25022 24956 0 -1 0 6004 0 0 0 140613 579 0 0 25 0 1 0 29889448 25853952 5949 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/25042/statm: 6312 5949 52 112 0 6196 0
Current children cumulated CPU time (s) 1414.67
Current children cumulated vsize (KiB) 42192

[startup+1483.3 s]
/proc/loadavg: 2.63 2.93 2.92 3/97 25550
/proc/meminfo: memFree=15152/2055920 swapFree=4192812/4192956
[pid=25022] ppid=25020 vsize=16944 CPUtime=1.55
/proc/25022/stat : 25022 (sugar) S 25020 25022 24956 0 -1 4194304 2087 11124 0 1 7 1 138 9 16 0 1 0 29889154 17350656 1600 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25022/statm: 4236 1600 373 3 0 1336 0
[pid=25024] ppid=25022 vsize=0 CPUtime=1.2
/proc/25024/stat : 25024 (java) Z 25022 25022 24956 0 -1 1036 12238 0 1 0 110 10 0 0 16 0 1 0 29889159 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/25024/statm: 0 0 0 0 0 0 0
[pid=25042] ppid=25022 vsize=25248 CPUtime=1471.52
/proc/25042/stat : 25042 (minisat) R 25022 25022 24956 0 -1 0 6009 0 0 0 146553 599 0 0 25 0 1 0 29889448 25853952 5954 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528379 0 0 4096 3 0 0 0 17 0 0 0
/proc/25042/statm: 6312 5954 52 112 0 6196 0
Current children cumulated CPU time (s) 1474.27
Current children cumulated vsize (KiB) 42192

[startup+1543.32 s]
/proc/loadavg: 2.79 2.91 2.91 3/103 25634
/proc/meminfo: memFree=16120/2055920 swapFree=4192812/4192956
[pid=25022] ppid=25020 vsize=16944 CPUtime=1.55
/proc/25022/stat : 25022 (sugar) S 25020 25022 24956 0 -1 4194304 2087 11124 0 1 7 1 138 9 16 0 1 0 29889154 17350656 1600 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25022/statm: 4236 1600 373 3 0 1336 0
[pid=25024] ppid=25022 vsize=0 CPUtime=1.2
/proc/25024/stat : 25024 (java) Z 25022 25022 24956 0 -1 1036 12238 0 1 0 110 10 0 0 16 0 1 0 29889159 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/25024/statm: 0 0 0 0 0 0 0
[pid=25042] ppid=25022 vsize=25380 CPUtime=1531.01
/proc/25042/stat : 25042 (minisat) R 25022 25022 24956 0 -1 0 6045 0 0 0 152478 623 0 0 25 0 1 0 29889448 25989120 5990 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/25042/statm: 6345 5990 52 112 0 6229 0
Current children cumulated CPU time (s) 1533.76
Current children cumulated vsize (KiB) 42324

[startup+1603.36 s]
/proc/loadavg: 3.02 2.96 2.92 3/103 25722
/proc/meminfo: memFree=15736/2055920 swapFree=4192812/4192956
[pid=25022] ppid=25020 vsize=16944 CPUtime=1.55
/proc/25022/stat : 25022 (sugar) S 25020 25022 24956 0 -1 4194304 2087 11124 0 1 7 1 138 9 16 0 1 0 29889154 17350656 1600 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25022/statm: 4236 1600 373 3 0 1336 0
[pid=25024] ppid=25022 vsize=0 CPUtime=1.2
/proc/25024/stat : 25024 (java) Z 25022 25022 24956 0 -1 1036 12238 0 1 0 110 10 0 0 16 0 1 0 29889159 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/25024/statm: 0 0 0 0 0 0 0
[pid=25042] ppid=25022 vsize=25908 CPUtime=1590.49
/proc/25042/stat : 25042 (minisat) R 25022 25022 24956 0 -1 0 6162 0 0 0 158402 647 0 0 25 0 1 0 29889448 26529792 6107 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/25042/statm: 6477 6107 52 112 0 6361 0
Current children cumulated CPU time (s) 1593.24
Current children cumulated vsize (KiB) 42852

[startup+1663.39 s]
/proc/loadavg: 3.50 3.09 2.96 3/97 25748
/proc/meminfo: memFree=15728/2055920 swapFree=4192812/4192956
[pid=25022] ppid=25020 vsize=16944 CPUtime=1.55
/proc/25022/stat : 25022 (sugar) S 25020 25022 24956 0 -1 4194304 2087 11124 0 1 7 1 138 9 16 0 1 0 29889154 17350656 1600 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25022/statm: 4236 1600 373 3 0 1336 0
[pid=25024] ppid=25022 vsize=0 CPUtime=1.2
/proc/25024/stat : 25024 (java) Z 25022 25022 24956 0 -1 1036 12238 0 1 0 110 10 0 0 16 0 1 0 29889159 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/25024/statm: 0 0 0 0 0 0 0
[pid=25042] ppid=25022 vsize=25908 CPUtime=1650.09
/proc/25042/stat : 25042 (minisat) R 25022 25022 24956 0 -1 0 6176 0 0 0 164339 670 0 0 25 0 1 0 29889448 26529792 6121 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528342 0 0 4096 3 0 0 0 17 1 0 0
/proc/25042/statm: 6477 6121 52 112 0 6361 0
Current children cumulated CPU time (s) 1652.84
Current children cumulated vsize (KiB) 42852

[startup+1723.39 s]
/proc/loadavg: 4.17 3.37 3.07 3/97 25748
/proc/meminfo: memFree=15792/2055920 swapFree=4192812/4192956
[pid=25022] ppid=25020 vsize=16944 CPUtime=1.55
/proc/25022/stat : 25022 (sugar) S 25020 25022 24956 0 -1 4194304 2087 11124 0 1 7 1 138 9 16 0 1 0 29889154 17350656 1600 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25022/statm: 4236 1600 373 3 0 1336 0
[pid=25024] ppid=25022 vsize=0 CPUtime=1.2
/proc/25024/stat : 25024 (java) Z 25022 25022 24956 0 -1 1036 12238 0 1 0 110 10 0 0 16 0 1 0 29889159 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/25024/statm: 0 0 0 0 0 0 0
[pid=25042] ppid=25022 vsize=26040 CPUtime=1709.7
/proc/25042/stat : 25042 (minisat) R 25022 25022 24956 0 -1 0 6203 0 0 0 170283 687 0 0 25 0 1 0 29889448 26664960 6148 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528535 0 0 4096 3 0 0 0 17 0 0 0
/proc/25042/statm: 6510 6148 52 112 0 6394 0
Current children cumulated CPU time (s) 1712.45
Current children cumulated vsize (KiB) 42984

[startup+1783.48 s]
/proc/loadavg: 3.04 3.19 3.02 3/97 25748
/proc/meminfo: memFree=15536/2055920 swapFree=4192812/4192956
[pid=25022] ppid=25020 vsize=16944 CPUtime=1.55
/proc/25022/stat : 25022 (sugar) S 25020 25022 24956 0 -1 4194304 2087 11124 0 1 7 1 138 9 16 0 1 0 29889154 17350656 1600 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25022/statm: 4236 1600 373 3 0 1336 0
[pid=25024] ppid=25022 vsize=0 CPUtime=1.2
/proc/25024/stat : 25024 (java) Z 25022 25022 24956 0 -1 1036 12238 0 1 0 110 10 0 0 16 0 1 0 29889159 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/25024/statm: 0 0 0 0 0 0 0
[pid=25042] ppid=25022 vsize=26040 CPUtime=1769.18
/proc/25042/stat : 25042 (minisat) R 25022 25022 24956 0 -1 0 6203 0 0 0 176211 707 0 0 25 0 1 0 29889448 26664960 6148 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/25042/statm: 6510 6148 52 112 0 6394 0
Current children cumulated CPU time (s) 1771.93
Current children cumulated vsize (KiB) 42984



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1811.93 s]
/proc/loadavg: 2.77 3.11 3.00 3/97 25748
/proc/meminfo: memFree=15600/2055920 swapFree=4192812/4192956
[pid=25022] ppid=25020 vsize=16944 CPUtime=1.55
/proc/25022/stat : 25022 (sugar) S 25020 25022 24956 0 -1 4194304 2087 11124 0 1 7 1 138 9 16 0 1 0 29889154 17350656 1600 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25022/statm: 4236 1600 373 3 0 1336 0
[pid=25024] ppid=25022 vsize=0 CPUtime=1.2
/proc/25024/stat : 25024 (java) Z 25022 25022 24956 0 -1 1036 12238 0 1 0 110 10 0 0 16 0 1 0 29889159 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/25024/statm: 0 0 0 0 0 0 0
[pid=25042] ppid=25022 vsize=26328 CPUtime=1797.32
/proc/25042/stat : 25042 (minisat) R 25022 25022 24956 0 -1 0 6276 0 0 0 179017 715 0 0 25 0 1 0 29889448 26959872 6221 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528543 0 0 4096 3 0 0 0 17 0 0 0
/proc/25042/statm: 6582 6221 52 112 0 6466 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 43272

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

Child status: 1

!!! problem with CPU time !!!
wait4(...,&childrusage) returns 25022 and gives childrusage.ru_utime.tv_sec=1791 childrusage.ru_utime.tv_usec=641629 childrusage.ru_stime.tv_sec=7 childrusage.ru_stime.tv_usec=274894
CPU time returned by wait4() is 1798.92
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): 1812.55
CPU time (s): 1800.1
CPU user time (s): 1792.73
CPU system time (s): 7.37
CPU usage (%): 99.3133
Max. virtual memory (cumulated for all children) (KiB): 821136

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1791.64
system time used= 7.27489
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 19579
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= 730
involuntary context switches= 69442

runsolver used 2.28665 s user time and 5.76712 s system time

The end

Launcher Data (download as text)

Begin job on node7 on Mon Jan 29 19:35:44 UTC 2007


IDJOB= 212801
IDBENCH= 4798
IDSOLVER= 86
FILE ID= node7/212801-1170099344

PBS_JOBID= 3689493

Free space on /tmp= 61953 MiB

SOLVER NAME= sugar 0.40
BENCH NAME= HOME/pub/bench/CPAI06/pseudoSeries/primesDimacs/f2000.xml
COMMAND LINE= /tmp/evaluation/212801-1170099344/solver /tmp/evaluation/212801-1170099344 /tmp/evaluation/212801-1170099344/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node7/watcher-212801-1170099344 -o ROOT/results/node7/solver-212801-1170099344 -C 1800 -M 900  /tmp/evaluation/212801-1170099344/solver /tmp/evaluation/212801-1170099344 /tmp/evaluation/212801-1170099344/unknown.xml

META MD5SUM SOLVER= 0a27e717dfe98d83d9802fe0eea45073
MD5SUM BENCH=  4b7d2542d122d7bd3ac49b0f0b108844

RANDOM SEED= 715513194

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.232
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.232
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:         15768 kB
Buffers:          3396 kB
Cached:        1712244 kB
SwapCached:          0 kB
Active:         275368 kB
Inactive:      1679000 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:         15768 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:          830680 kB
Writeback:           0 kB
Mapped:         264024 kB
Slab:            70108 kB
Committed_AS:   530172 kB
PageTables:       2568 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= 49935 MiB



End job on node7 on Mon Jan 29 20:05:58 UTC 2007