Trace number 199015

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.07 1811.04

General information on the benchmark

Nameknights/
knights-50-9.xml
MD5SUMd61f93e72d0c8355a9fd53a479e3a055
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark30.9453
SatisfiableNO
(Un)Satisfiability was provedNO
Number of variables9
Number of constraints36
Maximum constraint arity2
Maximum domain size2500
Number of constraints which are defined in extension0
Number of constraints which are defined in intension36
Global constraints used (with number of constraints)

Solver Data (download as text)

0.05	c # Sugar v0-40 (/tmp/evaluation/199015-1170094031/sugar-v0-40.jar)
0.05	
0.05	c # MAIN  BEGIN : /tmp/evaluation/199015-1170094031/unknown.xml [Mon Jan 29 19:07:12 2007]
0.05	c # CONVERT_XML  BEGIN : /tmp/evaluation/199015-1170094031/unknown.xml /tmp/evaluation/199015-1170094031/sugar25380.csp [Mon Jan 29 19:07:12 2007]
0.05	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/199015-1170094031/sugar-v0-40.jar -convert /tmp/evaluation/199015-1170094031/unknown.xml /tmp/evaluation/199015-1170094031/sugar25380.csp
0.16	c BEGIN convert /tmp/evaluation/199015-1170094031/unknown.xml
0.29	c END convert (0.123308 seconds)
0.33	c # CONVERT_XML  END : /tmp/evaluation/199015-1170094031/sugar25380.csp 1926 bytes (0 seconds) [Mon Jan 29 19:07:12 2007]
0.33	c # CONVERT_XML  CPU : 0.23 = 0 + 0 + 0.21 + 0.02
0.33	
0.33	c # GENERATE_SAT  BEGIN : /tmp/evaluation/199015-1170094031/sugar25380.bcnf [Mon Jan 29 19:07:12 2007]
0.33	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/199015-1170094031/sugar-v0-40.jar -bcnf -map /tmp/evaluation/199015-1170094031/sugar25380.map /tmp/evaluation/199015-1170094031/sugar25380.csp /tmp/evaluation/199015-1170094031/sugar25380.bcnf
0.45	c BEGIN parse /tmp/evaluation/199015-1170094031/sugar25380.csp
0.58	c END parse (0.127449 seconds)
0.58	c BEGIN simplify
0.58	c END simplify (0.001951 seconds)
0.58	c BEGIN encode /tmp/evaluation/199015-1170094031/sugar25380.bcnf
3.19	c END encode (2.603472 seconds)
3.22	c # GENERATE_SAT  END : 25245 variables 2546028 clauses 40786944 bytes (3 seconds) [Mon Jan 29 19:07:15 2007]
3.22	c # GENERATE_SAT  CPU : 2.82 = 0 + 0 + 2.55 + 0.27
3.22	
3.22	c # SOLVE_SAT  BEGIN : /tmp/evaluation/199015-1170094031/sugar25380.bcnf [Mon Jan 29 19:07:15 2007]
3.22	c # CMD : /tmp/evaluation/199015-1170094031/minisat /tmp/evaluation/199015-1170094031/sugar25380.bcnf /tmp/evaluation/199015-1170094031/sugar25380.out
4.55	c ==================================[MINISAT]===================================
4.55	c | Conflicts |     ORIGINAL     |              LEARNT              | Progress |
4.55	c |           | Clauses Literals |   Limit Clauses Literals  Lit/Cl |          |
4.55	c ==============================================================================
4.55	c |         0 | 2546028  7650684 |  848676       0        0     nan |  0.000 % |
5.96	c |       101 | 2543381  7643334 |  933543      92      889     9.7 |  1.537 % |
6.65	c |       252 | 2543381  7643334 | 1026897     238     2441    10.3 |  2.516 % |
7.58	c |       477 | 2543381  7643334 | 1129587     462     5063    11.0 |  2.702 % |
15.77	c |       814 | 2543381  7643334 | 1242546     796     9845    12.4 |  3.260 % |
23.41	c |      1320 | 2543381  7643334 | 1366801    1300    18541    14.3 |  3.632 % |
37.30	c |      2079 | 2543381  7643334 | 1503481    2059    30366    14.7 |  3.632 % |
55.26	c |      3221 | 2498973  7490552 | 1653829    3198    49191    15.4 |  4.006 % |
92.46	c |      4930 | 2498973  7490552 | 1819212    4904    73854    15.1 |  4.563 % |
125.34	c |      7492 | 2487213  7444492 | 2001133    7466   118785    15.9 |  4.563 % |
136.79	c |     11336 | 2487213  7444492 | 2201246   11310   182250    16.1 |  4.563 % |
242.24	c |     17102 | 2481917  7429792 | 2421371   17074   268644    15.7 |  4.959 % |
429.89	c |     25751 | 2479269  7422442 | 2663508   25722   384173    14.9 |  5.157 % |
585.81	c |     38725 | 2474565  7404018 | 2929859   38694   594862    15.4 |  5.530 % |
950.27	c |     58187 | 2474565  7404018 | 3222845   58156   904396    15.6 |  5.530 % |
1411.41	c |     87380 | 2469269  7389318 | 3545130   87347  1359850    15.6 |  5.926 % |
1810.01	
1810.01	s UNKNOWN
1810.01	c # INTERRUPTED
1810.01	c # MAIN  END :  (1810 seconds) [Mon Jan 29 19:37:22 2007]
1810.01	c # MAIN  CPU : 3.05 = 0 + 0 + 2.76 + 0.29
1810.01	

Verifier Data (download as text)

ERROR: Unexpected answer ! (SAT/UNSAT expected)
Got answer: UNKNOWN

Watcher Data (download as text)

runsolver version 3.1.3 (c) roussel@cril.univ-artois.fr

command line: runsolver --timestamp -w ROOT/results/node65/watcher-199015-1170094031 -o ROOT/results/node65/solver-199015-1170094031 -C 1800 -M 900 /tmp/evaluation/199015-1170094031/solver /tmp/evaluation/199015-1170094031 /tmp/evaluation/199015-1170094031/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.07 2.46 2.59 5/82 25381
/proc/meminfo: memFree=1573576/2055920 swapFree=4192956/4192956
[pid=25380] ppid=25378 vsize=0 CPUtime=0
/proc/25380/stat : 25380 (solver) R 25378 25380 24927 0 -1 4194304 264 0 0 0 0 0 0 0 20 0 1 0 29360683 0 0 18446744073709551615 0 0 0 18446744073709551615 257203694887 0 0 4096 0 0 0 0 17 1 0 0
/proc/25380/statm: 0 0 0 0 0 0 0

[startup+0.105372 s]
/proc/loadavg: 2.07 2.46 2.59 5/82 25381
/proc/meminfo: memFree=1573576/2055920 swapFree=4192956/4192956
[pid=25380] ppid=25378 vsize=13724 CPUtime=0.03
/proc/25380/stat : 25380 (sugar) S 25378 25380 24927 0 -1 4194304 1112 0 0 0 3 0 0 0 20 0 1 0 29360683 14053376 805 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 257212592226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25380/statm: 3431 805 368 3 0 531 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13724

[startup+0.515437 s]
/proc/loadavg: 2.07 2.46 2.59 5/82 25381
/proc/meminfo: memFree=1573576/2055920 swapFree=4192956/4192956
[pid=25380] ppid=25378 vsize=13724 CPUtime=0.26
/proc/25380/stat : 25380 (sugar) S 25378 25380 24927 0 -1 4194304 1190 3538 0 1 3 0 21 2 15 0 1 0 29360683 14053376 809 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 257212592226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25380/statm: 3431 809 371 3 0 531 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 13724

[startup+1.33657 s]
/proc/loadavg: 2.07 2.46 2.59 3/90 25397
/proc/meminfo: memFree=1531400/2055920 swapFree=4192956/4192956
[pid=25380] ppid=25378 vsize=13724 CPUtime=0.26
/proc/25380/stat : 25380 (sugar) S 25378 25380 24927 0 -1 4194304 1190 3538 0 1 3 0 21 2 15 0 1 0 29360683 14053376 809 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 257212592226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25380/statm: 3431 809 371 3 0 531 0
[pid=25390] ppid=25380 vsize=807348 CPUtime=0.98
/proc/25390/stat : 25390 (java) R 25380 25380 24927 0 -1 0 4438 0 1 0 89 9 0 0 23 0 8 0 29360717 826724352 4189 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073576222 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/25390/statm: 201837 4189 1500 14 0 189115 0
[pid=25390/tid=25391] ppid=25380 vsize=807348 CPUtime=0
/proc/25390/task/25391/stat : 25391 (java) S 25380 25380 24927 0 -1 64 5 0 0 0 0 0 0 0 19 0 8 0 29360720 826724352 4189 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=25390/tid=25392] ppid=25380 vsize=807348 CPUtime=0
/proc/25390/task/25392/stat : 25392 (java) S 25380 25380 24927 0 -1 64 10 0 0 0 0 0 0 0 19 0 8 0 29360721 826724352 4189 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25390/tid=25393] ppid=25380 vsize=807348 CPUtime=0
/proc/25390/task/25393/stat : 25393 (java) S 25380 25380 24927 0 -1 64 4 0 0 0 0 0 0 0 20 0 8 0 29360721 826724352 4189 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25390/tid=25394] ppid=25380 vsize=807348 CPUtime=0
/proc/25390/task/25394/stat : 25394 (java) S 25380 25380 24927 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 29360724 826724352 4189 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25390/tid=25395] ppid=25380 vsize=807348 CPUtime=0.05
/proc/25390/task/25395/stat : 25395 (java) S 25380 25380 24927 0 -1 64 339 0 0 0 5 0 0 0 16 0 8 0 29360724 826724352 4189 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25390/tid=25396] ppid=25380 vsize=807348 CPUtime=0
/proc/25390/task/25396/stat : 25396 (java) S 25380 25380 24927 0 -1 64 3 0 0 0 0 0 0 0 19 0 8 0 29360724 826724352 4189 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25390/tid=25397] ppid=25380 vsize=807348 CPUtime=0
/proc/25390/task/25397/stat : 25397 (java) S 25380 25380 24927 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 29360724 826724352 4189 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.24
Current children cumulated vsize (KiB) 821072

[startup+2.98186 s]
/proc/loadavg: 2.07 2.46 2.59 3/90 25397
/proc/meminfo: memFree=1491720/2055920 swapFree=4192956/4192956
[pid=25380] ppid=25378 vsize=13724 CPUtime=0.26
/proc/25380/stat : 25380 (sugar) S 25378 25380 24927 0 -1 4194304 1190 3538 0 1 3 0 21 2 15 0 1 0 29360683 14053376 809 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 257212592226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25380/statm: 3431 809 371 3 0 531 0
[pid=25390] ppid=25380 vsize=807348 CPUtime=2.6
/proc/25390/stat : 25390 (java) R 25380 25380 24927 0 -1 0 4451 0 1 0 234 26 0 0 25 0 8 0 29360717 826724352 4200 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/25390/statm: 201837 4200 1501 14 0 189115 0
[pid=25390/tid=25391] ppid=25380 vsize=807348 CPUtime=0
/proc/25390/task/25391/stat : 25391 (java) S 25380 25380 24927 0 -1 64 6 0 0 0 0 0 0 0 17 0 8 0 29360720 826724352 4200 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=25390/tid=25392] ppid=25380 vsize=807348 CPUtime=0
/proc/25390/task/25392/stat : 25392 (java) S 25380 25380 24927 0 -1 64 10 0 0 0 0 0 0 0 19 0 8 0 29360721 826724352 4200 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25390/tid=25393] ppid=25380 vsize=807348 CPUtime=0
/proc/25390/task/25393/stat : 25393 (java) S 25380 25380 24927 0 -1 64 4 0 0 0 0 0 0 0 20 0 8 0 29360721 826724352 4200 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25390/tid=25394] ppid=25380 vsize=807348 CPUtime=0
/proc/25390/task/25394/stat : 25394 (java) S 25380 25380 24927 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 29360724 826724352 4200 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25390/tid=25395] ppid=25380 vsize=807348 CPUtime=0.06
/proc/25390/task/25395/stat : 25395 (java) S 25380 25380 24927 0 -1 64 341 0 0 0 6 0 0 0 16 0 8 0 29360724 826724352 4200 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25390/tid=25396] ppid=25380 vsize=807348 CPUtime=0
/proc/25390/task/25396/stat : 25396 (java) S 25380 25380 24927 0 -1 64 3 0 0 0 0 0 0 0 19 0 8 0 29360724 826724352 4200 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25390/tid=25397] ppid=25380 vsize=807348 CPUtime=0
/proc/25390/task/25397/stat : 25397 (java) S 25380 25380 24927 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 29360724 826724352 4200 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.86
Current children cumulated vsize (KiB) 821072

[startup+6.27639 s]
/proc/loadavg: 2.14 2.47 2.60 3/83 25398
/proc/meminfo: memFree=1324480/2055920 swapFree=4192956/4192956
[pid=25380] ppid=25378 vsize=13724 CPUtime=3.08
/proc/25380/stat : 25380 (sugar) S 25378 25380 24927 0 -1 4194304 1324 8018 0 3 3 0 276 29 16 0 1 0 29360683 14053376 837 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 257212592226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25380/statm: 3431 837 373 3 0 531 0
[pid=25398] ppid=25380 vsize=109304 CPUtime=3.02
/proc/25398/stat : 25398 (minisat) R 25380 25380 24927 0 -1 0 26934 0 0 0 285 17 0 0 25 0 1 0 29361006 111927296 25895 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528416 0 0 4096 3 0 0 0 17 1 0 0
/proc/25398/statm: 27326 25895 51 112 0 27210 0
Current children cumulated CPU time (s) 6.1
Current children cumulated vsize (KiB) 123028

[startup+12.7445 s]
/proc/loadavg: 2.21 2.48 2.60 3/76 25399
/proc/meminfo: memFree=1049528/2055920 swapFree=4192956/4192956
[pid=25380] ppid=25378 vsize=13724 CPUtime=3.08
/proc/25380/stat : 25380 (sugar) S 25378 25380 24927 0 -1 4194304 1324 8018 0 3 3 0 276 29 16 0 1 0 29360683 14053376 837 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 257212592226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25380/statm: 3431 837 373 3 0 531 0
[pid=25398] ppid=25380 vsize=113736 CPUtime=9.44
/proc/25398/stat : 25398 (minisat) R 25380 25380 24927 0 -1 0 28044 0 0 0 923 21 0 0 25 0 1 0 29361006 116465664 27005 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/25398/statm: 28434 27005 51 112 0 28318 0
Current children cumulated CPU time (s) 12.52
Current children cumulated vsize (KiB) 127460

[startup+25.5876 s]
/proc/loadavg: 2.16 2.46 2.59 3/76 25399
/proc/meminfo: memFree=832120/2055920 swapFree=4192956/4192956
[pid=25380] ppid=25378 vsize=13724 CPUtime=3.08
/proc/25380/stat : 25380 (sugar) S 25378 25380 24927 0 -1 4194304 1324 8018 0 3 3 0 276 29 16 0 1 0 29360683 14053376 837 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 257212592226 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25380/statm: 3431 837 373 3 0 531 0
[pid=25398] ppid=25380 vsize=113880 CPUtime=22.22
/proc/25398/stat : 25398 (minisat) R 25380 25380 24927 0 -1 0 28061 0 0 0 2201 21 0 0 25 0 1 0 29361006 116613120 27022 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/25398/statm: 28470 27022 51 112 0 28354 0
Current children cumulated CPU time (s) 25.3
Current children cumulated vsize (KiB) 127604

[startup+51.2738 s]
/proc/loadavg: 2.11 2.42 2.57 3/76 25399
/proc/meminfo: memFree=827512/2055920 swapFree=4192956/4192956
[pid=25380] ppid=25378 vsize=13724 CPUtime=3.08
/proc/25380/stat : 25380 (sugar) S 25378 25380 24927 0 -1 4194304 1324 8018 0 3 3 0 276 29 16 0 1 0 29360683 14053376 837 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 257212592226 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25380/statm: 3431 837 373 3 0 531 0
[pid=25398] ppid=25380 vsize=113880 CPUtime=47.72
/proc/25398/stat : 25398 (minisat) R 25380 25380 24927 0 -1 0 28061 0 0 0 4751 21 0 0 25 0 1 0 29361006 116613120 27022 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/25398/statm: 28470 27022 51 112 0 28354 0
Current children cumulated CPU time (s) 50.8
Current children cumulated vsize (KiB) 127604

[startup+102.527 s]
/proc/loadavg: 2.04 2.35 2.54 3/76 25399
/proc/meminfo: memFree=828728/2055920 swapFree=4192956/4192956
[pid=25380] ppid=25378 vsize=13724 CPUtime=3.08
/proc/25380/stat : 25380 (sugar) S 25378 25380 24927 0 -1 4194304 1324 8018 0 3 3 0 276 29 16 0 1 0 29360683 14053376 837 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 257212592226 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25380/statm: 3431 837 373 3 0 531 0
[pid=25398] ppid=25380 vsize=113880 CPUtime=98.62
/proc/25398/stat : 25398 (minisat) R 25380 25380 24927 0 -1 0 28077 0 0 0 9841 21 0 0 25 0 1 0 29361006 116613120 27038 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/25398/statm: 28470 27038 51 112 0 28354 0
Current children cumulated CPU time (s) 101.7
Current children cumulated vsize (KiB) 127604

[startup+162.618 s]
/proc/loadavg: 2.01 2.29 2.50 3/76 25399
/proc/meminfo: memFree=828600/2055920 swapFree=4192956/4192956
[pid=25380] ppid=25378 vsize=13724 CPUtime=3.08
/proc/25380/stat : 25380 (sugar) S 25378 25380 24927 0 -1 4194304 1324 8018 0 3 3 0 276 29 16 0 1 0 29360683 14053376 837 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 257212592226 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25380/statm: 3431 837 373 3 0 531 0
[pid=25398] ppid=25380 vsize=114048 CPUtime=158.42
/proc/25398/stat : 25398 (minisat) R 25380 25380 24927 0 -1 0 28106 0 0 0 15821 21 0 0 25 0 1 0 29361006 116785152 27067 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/25398/statm: 28512 27067 51 112 0 28396 0
Current children cumulated CPU time (s) 161.5
Current children cumulated vsize (KiB) 127772

[startup+222.714 s]
/proc/loadavg: 2.24 2.29 2.49 3/82 25462
/proc/meminfo: memFree=825480/2055920 swapFree=4192956/4192956
[pid=25380] ppid=25378 vsize=13724 CPUtime=3.08
/proc/25380/stat : 25380 (sugar) S 25378 25380 24927 0 -1 4194304 1324 8018 0 3 3 0 276 29 16 0 1 0 29360683 14053376 837 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 257212592226 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25380/statm: 3431 837 373 3 0 531 0
[pid=25398] ppid=25380 vsize=114048 CPUtime=218.26
/proc/25398/stat : 25398 (minisat) R 25380 25380 24927 0 -1 0 28123 0 0 0 21802 24 0 0 25 0 1 0 29361006 116785152 27084 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528398 0 0 4096 3 0 0 0 17 0 0 0
/proc/25398/statm: 28512 27084 51 112 0 28396 0
Current children cumulated CPU time (s) 221.34
Current children cumulated vsize (KiB) 127772

[startup+282.81 s]
/proc/loadavg: 2.50 2.35 2.49 4/82 25462
/proc/meminfo: memFree=814216/2055920 swapFree=4192956/4192956
[pid=25380] ppid=25378 vsize=13724 CPUtime=3.08
/proc/25380/stat : 25380 (sugar) S 25378 25380 24927 0 -1 4194304 1324 8018 0 3 3 0 276 29 16 0 1 0 29360683 14053376 837 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 257212592226 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25380/statm: 3431 837 373 3 0 531 0
[pid=25398] ppid=25380 vsize=114264 CPUtime=278.07
/proc/25398/stat : 25398 (minisat) R 25380 25380 24927 0 -1 0 28150 0 0 0 27783 24 0 0 25 0 1 0 29361006 117006336 27111 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/25398/statm: 28566 27111 51 112 0 28450 0
Current children cumulated CPU time (s) 281.15
Current children cumulated vsize (KiB) 127988

[startup+342.845 s]
/proc/loadavg: 2.73 2.43 2.51 4/82 25462
/proc/meminfo: memFree=809800/2055920 swapFree=4192956/4192956
[pid=25380] ppid=25378 vsize=13724 CPUtime=3.08
/proc/25380/stat : 25380 (sugar) S 25378 25380 24927 0 -1 4194304 1324 8018 0 3 3 0 276 29 16 0 1 0 29360683 14053376 837 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 257212592226 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25380/statm: 3431 837 373 3 0 531 0
[pid=25398] ppid=25380 vsize=114264 CPUtime=337.8
/proc/25398/stat : 25398 (minisat) R 25380 25380 24927 0 -1 0 28154 0 0 0 33756 24 0 0 25 0 1 0 29361006 117006336 27115 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528412 0 0 4096 3 0 0 0 17 0 0 0
/proc/25398/statm: 28566 27115 51 112 0 28450 0
Current children cumulated CPU time (s) 340.88
Current children cumulated vsize (KiB) 127988

[startup+402.943 s]
/proc/loadavg: 2.77 2.49 2.52 4/82 25462
/proc/meminfo: memFree=809480/2055920 swapFree=4192956/4192956
[pid=25380] ppid=25378 vsize=13724 CPUtime=3.08
/proc/25380/stat : 25380 (sugar) S 25378 25380 24927 0 -1 4194304 1324 8018 0 3 3 0 276 29 16 0 1 0 29360683 14053376 837 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 257212592226 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25380/statm: 3431 837 373 3 0 531 0

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

/proc/loadavg: 2.86 2.76 2.65 3/82 25462
/proc/meminfo: memFree=807240/2055920 swapFree=4192956/4192956
[pid=25380] ppid=25378 vsize=13724 CPUtime=3.08
/proc/25380/stat : 25380 (sugar) S 25378 25380 24927 0 -1 4194304 1324 8018 0 3 3 0 276 29 16 0 1 0 29360683 14053376 837 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 257212592226 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25380/statm: 3431 837 373 3 0 531 0
[pid=25398] ppid=25380 vsize=116416 CPUtime=1114.51
/proc/25398/stat : 25398 (minisat) R 25380 25380 24927 0 -1 0 28688 0 0 0 111424 27 0 0 25 0 1 0 29361006 119209984 27649 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/25398/statm: 29104 27649 51 112 0 28988 0
Current children cumulated CPU time (s) 1117.59
Current children cumulated vsize (KiB) 130140

[startup+1183.89 s]
/proc/loadavg: 2.83 2.77 2.66 4/82 25462
/proc/meminfo: memFree=806856/2055920 swapFree=4192956/4192956
[pid=25380] ppid=25378 vsize=13724 CPUtime=3.08
/proc/25380/stat : 25380 (sugar) S 25378 25380 24927 0 -1 4194304 1324 8018 0 3 3 0 276 29 16 0 1 0 29360683 14053376 837 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 257212592226 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25380/statm: 3431 837 373 3 0 531 0
[pid=25398] ppid=25380 vsize=116808 CPUtime=1174.25
/proc/25398/stat : 25398 (minisat) R 25380 25380 24927 0 -1 0 28781 0 0 0 117397 28 0 0 25 0 1 0 29361006 119611392 27742 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/25398/statm: 29202 27742 51 112 0 29086 0
Current children cumulated CPU time (s) 1177.33
Current children cumulated vsize (KiB) 130532

[startup+1243.9 s]
/proc/loadavg: 2.72 2.75 2.65 4/82 25462
/proc/meminfo: memFree=806216/2055920 swapFree=4192956/4192956
[pid=25380] ppid=25378 vsize=13724 CPUtime=3.08
/proc/25380/stat : 25380 (sugar) S 25378 25380 24927 0 -1 4194304 1324 8018 0 3 3 0 276 29 16 0 1 0 29360683 14053376 837 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 257212592226 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25380/statm: 3431 837 373 3 0 531 0
[pid=25398] ppid=25380 vsize=117344 CPUtime=1233.93
/proc/25398/stat : 25398 (minisat) R 25380 25380 24927 0 -1 0 28924 0 0 0 123365 28 0 0 25 0 1 0 29361006 120160256 27885 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528342 0 0 4096 3 0 0 0 17 0 0 0
/proc/25398/statm: 29336 27885 51 112 0 29220 0
Current children cumulated CPU time (s) 1237.01
Current children cumulated vsize (KiB) 131068

[startup+1303.97 s]
/proc/loadavg: 2.89 2.80 2.67 4/82 25462
/proc/meminfo: memFree=806152/2055920 swapFree=4192956/4192956
[pid=25380] ppid=25378 vsize=13724 CPUtime=3.08
/proc/25380/stat : 25380 (sugar) S 25378 25380 24927 0 -1 4194304 1324 8018 0 3 3 0 276 29 16 0 1 0 29360683 14053376 837 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 257212592226 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25380/statm: 3431 837 373 3 0 531 0
[pid=25398] ppid=25380 vsize=117344 CPUtime=1293.67
/proc/25398/stat : 25398 (minisat) R 25380 25380 24927 0 -1 0 28947 0 0 0 129339 28 0 0 25 0 1 0 29361006 120160256 27908 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/25398/statm: 29336 27908 51 112 0 29220 0
Current children cumulated CPU time (s) 1296.75
Current children cumulated vsize (KiB) 131068

[startup+1364.05 s]
/proc/loadavg: 2.81 2.79 2.67 4/82 25462
/proc/meminfo: memFree=805896/2055920 swapFree=4192956/4192956
[pid=25380] ppid=25378 vsize=13724 CPUtime=3.08
/proc/25380/stat : 25380 (sugar) S 25378 25380 24927 0 -1 4194304 1324 8018 0 3 3 0 276 29 16 0 1 0 29360683 14053376 837 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 257212592226 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25380/statm: 3431 837 373 3 0 531 0
[pid=25398] ppid=25380 vsize=117740 CPUtime=1353.41
/proc/25398/stat : 25398 (minisat) R 25380 25380 24927 0 -1 0 29013 0 0 0 135313 28 0 0 25 0 1 0 29361006 120565760 27974 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/25398/statm: 29435 27974 51 112 0 29319 0
Current children cumulated CPU time (s) 1356.49
Current children cumulated vsize (KiB) 131464

[startup+1424.13 s]
/proc/loadavg: 2.81 2.79 2.68 4/82 25462
/proc/meminfo: memFree=805576/2055920 swapFree=4192956/4192956
[pid=25380] ppid=25378 vsize=13724 CPUtime=3.08
/proc/25380/stat : 25380 (sugar) S 25378 25380 24927 0 -1 4194304 1324 8018 0 3 3 0 276 29 16 0 1 0 29360683 14053376 837 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 257212592226 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25380/statm: 3431 837 373 3 0 531 0
[pid=25398] ppid=25380 vsize=118028 CPUtime=1413.18
/proc/25398/stat : 25398 (minisat) R 25380 25380 24927 0 -1 0 29094 0 0 0 141289 29 0 0 25 0 1 0 29361006 120860672 28055 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/25398/statm: 29507 28055 51 112 0 29391 0
Current children cumulated CPU time (s) 1416.26
Current children cumulated vsize (KiB) 131752

[startup+1484.2 s]
/proc/loadavg: 2.82 2.80 2.69 4/82 25462
/proc/meminfo: memFree=805256/2055920 swapFree=4192956/4192956
[pid=25380] ppid=25378 vsize=13724 CPUtime=3.08
/proc/25380/stat : 25380 (sugar) S 25378 25380 24927 0 -1 4194304 1324 8018 0 3 3 0 276 29 16 0 1 0 29360683 14053376 837 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 257212592226 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25380/statm: 3431 837 373 3 0 531 0
[pid=25398] ppid=25380 vsize=118312 CPUtime=1472.91
/proc/25398/stat : 25398 (minisat) R 25380 25380 24927 0 -1 0 29171 0 0 0 147262 29 0 0 25 0 1 0 29361006 121151488 28132 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528342 0 0 4096 3 0 0 0 17 0 0 0
/proc/25398/statm: 29578 28132 51 112 0 29462 0
Current children cumulated CPU time (s) 1475.99
Current children cumulated vsize (KiB) 132036

[startup+1544.25 s]
/proc/loadavg: 2.86 2.80 2.69 4/82 25462
/proc/meminfo: memFree=804872/2055920 swapFree=4192956/4192956
[pid=25380] ppid=25378 vsize=13724 CPUtime=3.08
/proc/25380/stat : 25380 (sugar) S 25378 25380 24927 0 -1 4194304 1324 8018 0 3 3 0 276 29 16 0 1 0 29360683 14053376 837 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 257212592226 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25380/statm: 3431 837 373 3 0 531 0
[pid=25398] ppid=25380 vsize=118624 CPUtime=1532.63
/proc/25398/stat : 25398 (minisat) R 25380 25380 24927 0 -1 0 29221 0 0 0 153234 29 0 0 25 0 1 0 29361006 121470976 28182 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528704 0 0 4096 3 0 0 0 17 0 0 0
/proc/25398/statm: 29656 28182 51 112 0 29540 0
Current children cumulated CPU time (s) 1535.71
Current children cumulated vsize (KiB) 132348

[startup+1604.29 s]
/proc/loadavg: 2.86 2.82 2.70 4/82 25462
/proc/meminfo: memFree=804616/2055920 swapFree=4192956/4192956
[pid=25380] ppid=25378 vsize=13724 CPUtime=3.08
/proc/25380/stat : 25380 (sugar) S 25378 25380 24927 0 -1 4194304 1324 8018 0 3 3 0 276 29 16 0 1 0 29360683 14053376 837 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 257212592226 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25380/statm: 3431 837 373 3 0 531 0
[pid=25398] ppid=25380 vsize=118916 CPUtime=1592.36
/proc/25398/stat : 25398 (minisat) R 25380 25380 24927 0 -1 0 29284 0 0 0 159207 29 0 0 25 0 1 0 29361006 121769984 28245 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/25398/statm: 29729 28245 51 112 0 29613 0
Current children cumulated CPU time (s) 1595.44
Current children cumulated vsize (KiB) 132640

[startup+1664.33 s]
/proc/loadavg: 2.91 2.83 2.72 4/82 25462
/proc/meminfo: memFree=804424/2055920 swapFree=4192956/4192956
[pid=25380] ppid=25378 vsize=13724 CPUtime=3.08
/proc/25380/stat : 25380 (sugar) S 25378 25380 24927 0 -1 4194304 1324 8018 0 3 3 0 276 29 16 0 1 0 29360683 14053376 837 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 257212592226 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25380/statm: 3431 837 373 3 0 531 0
[pid=25398] ppid=25380 vsize=119188 CPUtime=1652.05
/proc/25398/stat : 25398 (minisat) R 25380 25380 24927 0 -1 0 29342 0 0 0 165176 29 0 0 25 0 1 0 29361006 122048512 28303 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528782 0 0 4096 3 0 0 0 17 0 0 0
/proc/25398/statm: 29797 28303 51 112 0 29681 0
Current children cumulated CPU time (s) 1655.13
Current children cumulated vsize (KiB) 132912

[startup+1724.35 s]
/proc/loadavg: 2.91 2.85 2.73 4/82 25464
/proc/meminfo: memFree=804104/2055920 swapFree=4192956/4192956
[pid=25380] ppid=25378 vsize=13724 CPUtime=3.08
/proc/25380/stat : 25380 (sugar) S 25378 25380 24927 0 -1 4194304 1324 8018 0 3 3 0 276 29 16 0 1 0 29360683 14053376 837 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 257212592226 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25380/statm: 3431 837 373 3 0 531 0
[pid=25398] ppid=25380 vsize=119448 CPUtime=1711.76
/proc/25398/stat : 25398 (minisat) R 25380 25380 24927 0 -1 0 29410 0 0 0 171146 30 0 0 25 0 1 0 29361006 122314752 28371 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528342 0 0 4096 3 0 0 0 17 0 0 0
/proc/25398/statm: 29862 28371 51 112 0 29746 0
Current children cumulated CPU time (s) 1714.84
Current children cumulated vsize (KiB) 133172

[startup+1784.4 s]
/proc/loadavg: 2.93 2.86 2.74 4/82 25464
/proc/meminfo: memFree=803784/2055920 swapFree=4192956/4192956
[pid=25380] ppid=25378 vsize=13724 CPUtime=3.08
/proc/25380/stat : 25380 (sugar) S 25378 25380 24927 0 -1 4194304 1324 8018 0 3 3 0 276 29 16 0 1 0 29360683 14053376 837 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 257212592226 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25380/statm: 3431 837 373 3 0 531 0
[pid=25398] ppid=25380 vsize=119708 CPUtime=1771.47
/proc/25398/stat : 25398 (minisat) R 25380 25380 24927 0 -1 0 29495 0 0 0 177117 30 0 0 25 0 1 0 29361006 122580992 28456 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528379 0 0 4096 3 0 0 0 17 0 0 0
/proc/25398/statm: 29927 28456 51 112 0 29811 0
Current children cumulated CPU time (s) 1774.55
Current children cumulated vsize (KiB) 133432



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1810 s]
/proc/loadavg: 2.80 2.84 2.73 4/82 25464
/proc/meminfo: memFree=803656/2055920 swapFree=4192956/4192956
[pid=25380] ppid=25378 vsize=13724 CPUtime=3.08
/proc/25380/stat : 25380 (sugar) S 25378 25380 24927 0 -1 4194304 1324 8018 0 3 3 0 276 29 16 0 1 0 29360683 14053376 837 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 257212592226 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25380/statm: 3431 837 373 3 0 531 0
[pid=25398] ppid=25380 vsize=119840 CPUtime=1796.94
/proc/25398/stat : 25398 (minisat) R 25380 25380 24927 0 -1 0 29517 0 0 0 179664 30 0 0 25 0 1 0 29361006 122716160 28478 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/25398/statm: 29960 28478 51 112 0 29844 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 133564

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

Child status: 1

!!! problem with CPU time !!!
wait4(...,&childrusage) returns 25380 and gives childrusage.ru_utime.tv_sec=2 childrusage.ru_utime.tv_usec=801574 childrusage.ru_stime.tv_sec=0 childrusage.ru_stime.tv_usec=322950
CPU time returned by wait4() is 3.12452
while last known CPU time is 1800.07

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

Real time (s): 1811.04
CPU time (s): 1800.07
CPU user time (s): 1799.44
CPU system time (s): 0.63
CPU usage (%): 99.3942
Max. virtual memory (cumulated for all children) (KiB): 821072

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2.80157
system time used= 0.32295
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 9426
page faults= 3
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 627
involuntary context switches= 547

runsolver used 2.02869 s user time and 5.99109 s system time

The end

Launcher Data (download as text)

Begin job on node65 on Mon Jan 29 18:07:11 UTC 2007


IDJOB= 199015
IDBENCH= 3587
IDSOLVER= 86
FILE ID= node65/199015-1170094031

PBS_JOBID= 3689583

Free space on /tmp= 66563 MiB

SOLVER NAME= sugar 0.40
BENCH NAME= HOME/pub/bench/CPAI06/knights/knights-50-9.xml
COMMAND LINE= /tmp/evaluation/199015-1170094031/solver /tmp/evaluation/199015-1170094031 /tmp/evaluation/199015-1170094031/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node65/watcher-199015-1170094031 -o ROOT/results/node65/solver-199015-1170094031 -C 1800 -M 900  /tmp/evaluation/199015-1170094031/solver /tmp/evaluation/199015-1170094031 /tmp/evaluation/199015-1170094031/unknown.xml

META MD5SUM SOLVER= 0a27e717dfe98d83d9802fe0eea45073
MD5SUM BENCH=  d61f93e72d0c8355a9fd53a479e3a055

RANDOM SEED= 213109340

TIME LIMIT= 1800 seconds

MEMORY LIMIT= 900 MiB


/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.259
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.259
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1573992 kB
Buffers:         41808 kB
Cached:         334844 kB
SwapCached:          0 kB
Active:          76744 kB
Inactive:       333216 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1573992 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            1516 kB
Writeback:           0 kB
Mapped:          50092 kB
Slab:            57224 kB
Committed_AS:   322460 kB
PageTables:       1936 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= 66544 MiB



End job on node65 on Mon Jan 29 18:37:23 UTC 2007