Trace number 198472

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 1811.39

General information on the benchmark

Namepigeons/
pigeons-16.xml
MD5SUM29b240a472ae76f566c2f73ece61891e
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 benchmark155.669
SatisfiableNO
(Un)Satisfiability was proved
Number of variables16
Number of constraints120
Maximum constraint arity2
Maximum domain size15
Number of constraints which are defined in extension0
Number of constraints which are defined in intension120
Global constraints used (with number of constraints)

Solver Data (download as text)

0.05	c # Sugar v0-40 (/tmp/evaluation/198472-1170093880/sugar-v0-40.jar)
0.05	
0.05	c # MAIN  BEGIN : /tmp/evaluation/198472-1170093880/unknown.xml [Mon Jan 29 19:04:41 2007]
0.05	c # CONVERT_XML  BEGIN : /tmp/evaluation/198472-1170093880/unknown.xml /tmp/evaluation/198472-1170093880/sugar23963.csp [Mon Jan 29 19:04:41 2007]
0.05	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/198472-1170093880/sugar-v0-40.jar -convert /tmp/evaluation/198472-1170093880/unknown.xml /tmp/evaluation/198472-1170093880/sugar23963.csp
0.17	c BEGIN convert /tmp/evaluation/198472-1170093880/unknown.xml
0.34	c END convert (0.165629 seconds)
0.34	c # CONVERT_XML  END : /tmp/evaluation/198472-1170093880/sugar23963.csp 1792 bytes (1 seconds) [Mon Jan 29 19:04:42 2007]
0.34	c # CONVERT_XML  CPU : 0 = 0 + 0 + 0 + 0
0.34	
0.34	c # GENERATE_SAT  BEGIN : /tmp/evaluation/198472-1170093880/sugar23963.bcnf [Mon Jan 29 19:04:42 2007]
0.34	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/198472-1170093880/sugar-v0-40.jar -bcnf -map /tmp/evaluation/198472-1170093880/sugar23963.map /tmp/evaluation/198472-1170093880/sugar23963.csp /tmp/evaluation/198472-1170093880/sugar23963.bcnf
0.49	c BEGIN parse /tmp/evaluation/198472-1170093880/sugar23963.csp
0.61	c END parse (0.119358 seconds)
0.61	c BEGIN simplify
0.61	c END simplify (0.00586 seconds)
0.61	c BEGIN encode /tmp/evaluation/198472-1170093880/sugar23963.bcnf
0.67	c END encode (0.054219 seconds)
0.71	c # GENERATE_SAT  END : 464 variables 3928 clauses 59640 bytes (0 seconds) [Mon Jan 29 19:04:42 2007]
0.71	c # GENERATE_SAT  CPU : 0.29 = 0 + 0 + 0.26 + 0.03
0.71	
0.71	c # SOLVE_SAT  BEGIN : /tmp/evaluation/198472-1170093880/sugar23963.bcnf [Mon Jan 29 19:04:42 2007]
0.71	c # CMD : /tmp/evaluation/198472-1170093880/minisat /tmp/evaluation/198472-1170093880/sugar23963.bcnf /tmp/evaluation/198472-1170093880/sugar23963.out
0.71	c ==================================[MINISAT]===================================
0.71	c | Conflicts |     ORIGINAL     |              LEARNT              | Progress |
0.71	c |           | Clauses Literals |   Limit Clauses Literals  Lit/Cl |          |
0.71	c ==============================================================================
0.71	c |         0 |    3928    10976 |    1309       0        0     nan |  0.000 % |
0.71	c |       100 |    3928    10976 |    1439     100      766     7.7 |  0.000 % |
0.71	c |       252 |    3928    10976 |    1583     252     1888     7.5 |  0.006 % |
0.72	c |       479 |    3928    10976 |    1742     479     3324     6.9 |  0.003 % |
0.72	c |       816 |    3928    10976 |    1916     816     5939     7.3 |  0.001 % |
0.74	c |      1323 |    3928    10976 |    2108    1323    10101     7.6 |  0.004 % |
0.75	c |      2082 |    3928    10976 |    2318    2082    16129     7.7 |  0.006 % |
0.78	c |      3221 |    3928    10976 |    2550    1863    13832     7.4 |  0.001 % |
0.84	c |      4930 |    3928    10976 |    2805    2237    18579     8.3 |  0.001 % |
0.93	c |      7492 |    3928    10976 |    3086    1639    15849     9.7 |  0.001 % |
1.08	c |     11336 |    3928    10976 |    3395    2221    19076     8.6 |  0.002 % |
1.25	c |     17104 |    3928    10976 |    3734    2466    22818     9.3 |  0.005 % |
1.71	c |     25756 |    3928    10976 |    4108    3416    35184    10.3 |  0.002 % |
2.48	c |     38731 |    3928    10976 |    4519    3329    45460    13.7 |  0.002 % |
3.25	c |     58193 |    3928    10976 |    4970    3504    40676    11.6 |  0.005 % |
4.84	c |     87385 |    3928    10976 |    5468    4178    40685     9.7 |  0.004 % |
7.82	c |    131174 |    3928    10976 |    6014    5509    77222    14.0 |  0.001 % |
10.85	c |    196858 |    3928    10976 |    6616    4951    67276    13.6 |  0.004 % |
16.34	c |    295384 |    3928    10976 |    7277    6580    93499    14.2 |  0.002 % |
27.85	c |    443173 |    3928    10976 |    8005    4770    71424    15.0 |  0.002 % |
41.93	c |    664856 |    3928    10976 |    8806    8023   117280    14.6 |  0.004 % |
68.05	c |    997381 |    3928    10976 |    9686    7181    85848    12.0 |  0.005 % |
105.37	c |   1496169 |    3928    10976 |   10655    5293    70075    13.2 |  0.003 % |
160.74	c |   2244352 |    3928    10976 |   11721    7988   114056    14.3 |  0.003 % |
249.41	c |   3366627 |    3928    10976 |   12893    6195    86342    13.9 |  0.003 % |
414.39	c |   5050038 |    3928    10976 |   14182    8919   127600    14.3 |  0.002 % |
637.41	c |   7575155 |    3928    10976 |   15600   14121   204989    14.5 |  0.004 % |
966.38	c |  11362830 |    3928    10976 |   17160   13356   216007    16.2 |  0.004 % |
1492.01	c |  17044342 |    3928    10976 |   18877   12592   175192    13.9 |  0.004 % |
1811.39	s UNKNOWN
1811.39	c # ERROR No such file or directory /tmp/evaluation/198472-1170093880/sugar23963.out, at /tmp/evaluation/198472-1170093880/sugar line 393.
1811.39	
1811.39	c # MAIN  END :  (1812 seconds) [Mon Jan 29 19:34:53 2007]
1811.39	c # MAIN  CPU : 1799.7 = 0.01 + 0 + 1798.86 + 0.83
1811.39	

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-198472-1170093880 -o ROOT/results/node7/solver-198472-1170093880 -C 1800 -M 900 /tmp/evaluation/198472-1170093880/solver /tmp/evaluation/198472-1170093880 /tmp/evaluation/198472-1170093880/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: 3.65 3.27 2.87 5/95 23964
/proc/meminfo: memFree=16184/2055920 swapFree=4192812/4192956
[pid=23963] ppid=23961 vsize=18540 CPUtime=0
/proc/23963/stat : 23963 (runsolver) R 23961 23963 23898 0 -1 4194368 16 0 0 0 0 0 0 0 20 0 1 0 29342842 18984960 279 18446744073709551615 4194304 4267372 548682069040 18446744073709551615 244671114535 0 0 4096 24578 0 0 0 17 1 0 0
/proc/23963/statm: 4635 279 244 17 0 2626 0

[startup+0.108964 s]
/proc/loadavg: 3.65 3.27 2.87 5/95 23964
/proc/meminfo: memFree=16184/2055920 swapFree=4192812/4192956
[pid=23963] ppid=23961 vsize=13724 CPUtime=0.04
/proc/23963/stat : 23963 (sugar) S 23961 23963 23898 0 -1 4194304 1112 0 0 0 3 1 0 0 20 0 1 0 29342842 14053376 805 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23963/statm: 3431 805 368 3 0 531 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13724

[startup+0.517004 s]
/proc/loadavg: 3.65 3.27 2.87 5/95 23964
/proc/meminfo: memFree=16184/2055920 swapFree=4192812/4192956
[pid=23963] ppid=23961 vsize=13724 CPUtime=0.04
/proc/23963/stat : 23963 (sugar) S 23961 23963 23898 0 -1 4194304 1188 0 0 0 3 1 0 0 15 0 1 0 29342842 14053376 808 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23963/statm: 3431 808 370 3 0 531 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13724

[startup+1.34209 s]
/proc/loadavg: 3.65 3.27 2.87 3/97 23981
/proc/meminfo: memFree=17768/2055920 swapFree=4192812/4192956
[pid=23963] ppid=23961 vsize=13856 CPUtime=0.33
/proc/23963/stat : 23963 (sugar) S 23961 23963 23898 0 -1 4194304 1335 4426 0 1 3 1 26 3 15 0 1 0 29342842 14188544 847 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23963/statm: 3464 847 373 3 0 564 0
[pid=23965] ppid=23963 vsize=0 CPUtime=0.27
/proc/23965/stat : 23965 (java) Z 23963 23963 23898 0 -1 1036 3542 0 1 0 25 2 0 0 17 0 1 0 29342847 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/23965/statm: 0 0 0 0 0 0 0
[pid=23981] ppid=23963 vsize=2188 CPUtime=0.59
/proc/23981/stat : 23981 (minisat) R 23963 23963 23898 0 -1 0 235 0 0 0 59 0 0 0 23 0 1 0 29342913 2240512 205 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528506 0 0 4096 3 0 0 0 17 1 0 0
/proc/23981/statm: 547 205 51 112 0 431 0
Current children cumulated CPU time (s) 1.19
Current children cumulated vsize (KiB) 16044

[startup+2.99426 s]
/proc/loadavg: 3.65 3.27 2.87 3/97 23981
/proc/meminfo: memFree=15208/2055920 swapFree=4192812/4192956
[pid=23963] ppid=23961 vsize=13856 CPUtime=0.33
/proc/23963/stat : 23963 (sugar) S 23961 23963 23898 0 -1 4194304 1335 4426 0 1 3 1 26 3 15 0 1 0 29342842 14188544 847 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23963/statm: 3464 847 373 3 0 564 0
[pid=23965] ppid=23963 vsize=0 CPUtime=0.27
/proc/23965/stat : 23965 (java) Z 23963 23963 23898 0 -1 1036 3542 0 1 0 25 2 0 0 17 0 1 0 29342847 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/23965/statm: 0 0 0 0 0 0 0
[pid=23981] ppid=23963 vsize=2452 CPUtime=2.24
/proc/23981/stat : 23981 (minisat) R 23963 23963 23898 0 -1 0 318 0 0 0 224 0 0 0 25 0 1 0 29342913 2510848 288 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528786 0 0 4096 3 0 0 0 17 1 0 0
/proc/23981/statm: 613 288 51 112 0 497 0
Current children cumulated CPU time (s) 2.84
Current children cumulated vsize (KiB) 16308

[startup+6.2736 s]
/proc/loadavg: 3.60 3.26 2.87 3/97 23981
/proc/meminfo: memFree=15848/2055920 swapFree=4192812/4192956
[pid=23963] ppid=23961 vsize=13856 CPUtime=0.33
/proc/23963/stat : 23963 (sugar) S 23961 23963 23898 0 -1 4194304 1335 4426 0 1 3 1 26 3 16 0 1 0 29342842 14188544 847 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23963/statm: 3464 847 373 3 0 564 0
[pid=23965] ppid=23963 vsize=0 CPUtime=0.27
/proc/23965/stat : 23965 (java) Z 23963 23963 23898 0 -1 1036 3542 0 1 0 25 2 0 0 17 0 1 0 29342847 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/23965/statm: 0 0 0 0 0 0 0
[pid=23981] ppid=23963 vsize=2852 CPUtime=5.48
/proc/23981/stat : 23981 (minisat) R 23963 23963 23898 0 -1 0 397 0 0 0 545 3 0 0 25 0 1 0 29342913 2920448 367 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134525518 0 0 4096 3 0 0 0 17 1 0 0
/proc/23981/statm: 713 367 51 112 0 597 0
Current children cumulated CPU time (s) 6.08
Current children cumulated vsize (KiB) 16708

[startup+12.7493 s]
/proc/loadavg: 3.47 3.24 2.87 3/97 23981
/proc/meminfo: memFree=15344/2055920 swapFree=4192812/4192956
[pid=23963] ppid=23961 vsize=13856 CPUtime=0.33
/proc/23963/stat : 23963 (sugar) S 23961 23963 23898 0 -1 4194304 1335 4426 0 1 3 1 26 3 16 0 1 0 29342842 14188544 847 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23963/statm: 3464 847 373 3 0 564 0
[pid=23965] ppid=23963 vsize=0 CPUtime=0.27
/proc/23965/stat : 23965 (java) Z 23963 23963 23898 0 -1 1036 3542 0 1 0 25 2 0 0 17 0 1 0 29342847 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/23965/statm: 0 0 0 0 0 0 0
[pid=23981] ppid=23963 vsize=3116 CPUtime=11.87
/proc/23981/stat : 23981 (minisat) R 23963 23963 23898 0 -1 0 477 0 0 0 1182 5 0 0 25 0 1 0 29342913 3190784 447 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528771 0 0 4096 3 0 0 0 17 1 0 0
/proc/23981/statm: 779 447 51 112 0 663 0
Current children cumulated CPU time (s) 12.47
Current children cumulated vsize (KiB) 16972

[startup+25.5782 s]
/proc/loadavg: 3.36 3.23 2.87 3/97 23982
/proc/meminfo: memFree=15280/2055920 swapFree=4192812/4192956
[pid=23963] ppid=23961 vsize=13856 CPUtime=0.33
/proc/23963/stat : 23963 (sugar) S 23961 23963 23898 0 -1 4194304 1335 4426 0 1 3 1 26 3 16 0 1 0 29342842 14188544 847 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23963/statm: 3464 847 373 3 0 564 0
[pid=23965] ppid=23963 vsize=0 CPUtime=0.27
/proc/23965/stat : 23965 (java) Z 23963 23963 23898 0 -1 1036 3542 0 1 0 25 2 0 0 17 0 1 0 29342847 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/23965/statm: 0 0 0 0 0 0 0
[pid=23981] ppid=23963 vsize=3648 CPUtime=24.55
/proc/23981/stat : 23981 (minisat) R 23963 23963 23898 0 -1 0 611 0 0 0 2446 9 0 0 25 0 1 0 29342913 3735552 581 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134525028 0 0 4096 3 0 0 0 17 1 0 0
/proc/23981/statm: 912 581 51 112 0 796 0
Current children cumulated CPU time (s) 25.15
Current children cumulated vsize (KiB) 17504

[startup+51.2643 s]
/proc/loadavg: 3.16 3.19 2.86 3/97 23982
/proc/meminfo: memFree=15216/2055920 swapFree=4192812/4192956
[pid=23963] ppid=23961 vsize=13856 CPUtime=0.33
/proc/23963/stat : 23963 (sugar) S 23961 23963 23898 0 -1 4194304 1335 4426 0 1 3 1 26 3 16 0 1 0 29342842 14188544 847 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23963/statm: 3464 847 373 3 0 564 0
[pid=23965] ppid=23963 vsize=0 CPUtime=0.27
/proc/23965/stat : 23965 (java) Z 23963 23963 23898 0 -1 1036 3542 0 1 0 25 2 0 0 17 0 1 0 29342847 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/23965/statm: 0 0 0 0 0 0 0
[pid=23981] ppid=23963 vsize=4344 CPUtime=49.96
/proc/23981/stat : 23981 (minisat) R 23963 23963 23898 0 -1 0 792 0 0 0 4978 18 0 0 25 0 1 0 29342913 4448256 762 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528442 0 0 4096 3 0 0 0 17 1 0 0
/proc/23981/statm: 1086 762 51 112 0 970 0
Current children cumulated CPU time (s) 50.56
Current children cumulated vsize (KiB) 18200

[startup+102.538 s]
/proc/loadavg: 2.86 3.11 2.85 3/97 23984
/proc/meminfo: memFree=15024/2055920 swapFree=4192812/4192956
[pid=23963] ppid=23961 vsize=13856 CPUtime=0.33
/proc/23963/stat : 23963 (sugar) S 23961 23963 23898 0 -1 4194304 1335 4426 0 1 3 1 26 3 16 0 1 0 29342842 14188544 847 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23963/statm: 3464 847 373 3 0 564 0
[pid=23965] ppid=23963 vsize=0 CPUtime=0.27
/proc/23965/stat : 23965 (java) Z 23963 23963 23898 0 -1 1036 3542 0 1 0 25 2 0 0 17 0 1 0 29342847 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/23965/statm: 0 0 0 0 0 0 0
[pid=23981] ppid=23963 vsize=5160 CPUtime=100.67
/proc/23981/stat : 23981 (minisat) R 23963 23963 23898 0 -1 0 996 0 0 0 10032 35 0 0 25 0 1 0 29342913 5283840 966 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528532 0 0 4096 3 0 0 0 17 1 0 0
/proc/23981/statm: 1290 966 51 112 0 1174 0
Current children cumulated CPU time (s) 101.27
Current children cumulated vsize (KiB) 19016

[startup+162.546 s]
/proc/loadavg: 2.89 3.07 2.85 3/98 23988
/proc/meminfo: memFree=16296/2055920 swapFree=4192812/4192956
[pid=23963] ppid=23961 vsize=13856 CPUtime=0.33
/proc/23963/stat : 23963 (sugar) S 23961 23963 23898 0 -1 4194304 1335 4426 0 1 3 1 26 3 16 0 1 0 29342842 14188544 847 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23963/statm: 3464 847 373 3 0 564 0
[pid=23965] ppid=23963 vsize=0 CPUtime=0.27
/proc/23965/stat : 23965 (java) Z 23963 23963 23898 0 -1 1036 3542 0 1 0 25 2 0 0 17 0 1 0 29342847 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/23965/statm: 0 0 0 0 0 0 0
[pid=23981] ppid=23963 vsize=6112 CPUtime=160
/proc/23981/stat : 23981 (minisat) R 23963 23963 23898 0 -1 0 1231 0 0 0 15945 55 0 0 25 0 1 0 29342913 6258688 1201 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528506 0 0 4096 3 0 0 0 17 1 0 0
/proc/23981/statm: 1528 1201 51 112 0 1412 0
Current children cumulated CPU time (s) 160.6
Current children cumulated vsize (KiB) 19968

[startup+222.559 s]
/proc/loadavg: 2.77 3.02 2.85 2/90 23991
/proc/meminfo: memFree=1894320/2055920 swapFree=4192812/4192956
[pid=23963] ppid=23961 vsize=13856 CPUtime=0.33
/proc/23963/stat : 23963 (sugar) S 23961 23963 23898 0 -1 4194304 1335 4426 0 1 3 1 26 3 16 0 1 0 29342842 14188544 847 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23963/statm: 3464 847 373 3 0 564 0
[pid=23965] ppid=23963 vsize=0 CPUtime=0.27
/proc/23965/stat : 23965 (java) Z 23963 23963 23898 0 -1 1036 3542 0 1 0 25 2 0 0 17 0 1 0 29342847 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/23965/statm: 0 0 0 0 0 0 0
[pid=23981] ppid=23963 vsize=6680 CPUtime=219.64
/proc/23981/stat : 23981 (minisat) R 23963 23963 23898 0 -1 0 1343 0 0 0 21892 72 0 0 25 0 1 0 29342913 6840320 1313 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528014 0 0 4096 3 0 0 0 17 0 0 0
/proc/23981/statm: 1670 1313 51 112 0 1554 0
Current children cumulated CPU time (s) 220.24
Current children cumulated vsize (KiB) 20536

[startup+282.622 s]
/proc/loadavg: 2.27 2.83 2.79 3/89 24055
/proc/meminfo: memFree=1618224/2055920 swapFree=4192812/4192956
[pid=23963] ppid=23961 vsize=13856 CPUtime=0.33
/proc/23963/stat : 23963 (sugar) S 23961 23963 23898 0 -1 4194304 1335 4426 0 1 3 1 26 3 16 0 1 0 29342842 14188544 847 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23963/statm: 3464 847 373 3 0 564 0
[pid=23965] ppid=23963 vsize=0 CPUtime=0.27
/proc/23965/stat : 23965 (java) Z 23963 23963 23898 0 -1 1036 3542 0 1 0 25 2 0 0 17 0 1 0 29342847 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/23965/statm: 0 0 0 0 0 0 0
[pid=23981] ppid=23963 vsize=6956 CPUtime=279.1
/proc/23981/stat : 23981 (minisat) R 23963 23963 23898 0 -1 0 1429 0 0 0 27835 75 0 0 25 0 1 0 29342913 7122944 1399 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528771 0 0 4096 3 0 0 0 17 0 0 0
/proc/23981/statm: 1739 1399 51 112 0 1623 0
Current children cumulated CPU time (s) 279.7
Current children cumulated vsize (KiB) 20812

[startup+342.694 s]
/proc/loadavg: 2.10 2.68 2.74 3/89 24055
/proc/meminfo: memFree=1615920/2055920 swapFree=4192812/4192956
[pid=23963] ppid=23961 vsize=13856 CPUtime=0.33
/proc/23963/stat : 23963 (sugar) S 23961 23963 23898 0 -1 4194304 1335 4426 0 1 3 1 26 3 16 0 1 0 29342842 14188544 847 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23963/statm: 3464 847 373 3 0 564 0
[pid=23965] ppid=23963 vsize=0 CPUtime=0.27
/proc/23965/stat : 23965 (java) Z 23963 23963 23898 0 -1 1036 3542 0 1 0 25 2 0 0 17 0 1 0 29342847 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/23965/statm: 0 0 0 0 0 0 0
[pid=23981] ppid=23963 vsize=7220 CPUtime=338.8
/proc/23981/stat : 23981 (minisat) R 23963 23963 23898 0 -1 0 1489 0 0 0 33805 75 0 0 25 0 1 0 29342913 7393280 1459 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528398 0 0 4096 3 0 0 0 17 0 0 0
/proc/23981/statm: 1805 1459 51 112 0 1689 0
Current children cumulated CPU time (s) 339.4
Current children cumulated vsize (KiB) 21076

[startup+402.767 s]

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

[pid=23981] ppid=23963 vsize=11216 CPUtime=1234.98
/proc/23981/stat : 23981 (minisat) R 23963 23963 23898 0 -1 0 2437 0 0 0 123420 78 0 0 25 0 1 0 29342913 11485184 2407 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528398 0 0 4096 3 0 0 0 17 0 0 0
/proc/23981/statm: 2804 2407 51 112 0 2688 0
Current children cumulated CPU time (s) 1235.59
Current children cumulated vsize (KiB) 25072

[startup+1303.92 s]
/proc/loadavg: 2.00 2.02 2.24 3/89 24055
/proc/meminfo: memFree=1528624/2055920 swapFree=4192812/4192956
[pid=23963] ppid=23961 vsize=13856 CPUtime=0.34
/proc/23963/stat : 23963 (sugar) S 23961 23963 23898 0 -1 4194304 1335 4426 0 1 4 1 26 3 16 0 1 0 29342842 14188544 847 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23963/statm: 3464 847 373 3 0 564 0
[pid=23965] ppid=23963 vsize=0 CPUtime=0.27
/proc/23965/stat : 23965 (java) Z 23963 23963 23898 0 -1 1036 3542 0 1 0 25 2 0 0 17 0 1 0 29342847 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/23965/statm: 0 0 0 0 0 0 0
[pid=23981] ppid=23963 vsize=11352 CPUtime=1294.72
/proc/23981/stat : 23981 (minisat) R 23963 23963 23898 0 -1 0 2449 0 0 0 129393 79 0 0 25 0 1 0 29342913 11624448 2419 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528771 0 0 4096 3 0 0 0 17 0 0 0
/proc/23981/statm: 2838 2419 51 112 0 2722 0
Current children cumulated CPU time (s) 1295.33
Current children cumulated vsize (KiB) 25208

[startup+1364 s]
/proc/loadavg: 2.00 2.01 2.22 3/89 24055
/proc/meminfo: memFree=1524080/2055920 swapFree=4192812/4192956
[pid=23963] ppid=23961 vsize=13856 CPUtime=0.34
/proc/23963/stat : 23963 (sugar) S 23961 23963 23898 0 -1 4194304 1335 4426 0 1 4 1 26 3 16 0 1 0 29342842 14188544 847 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23963/statm: 3464 847 373 3 0 564 0
[pid=23965] ppid=23963 vsize=0 CPUtime=0.27
/proc/23965/stat : 23965 (java) Z 23963 23963 23898 0 -1 1036 3542 0 1 0 25 2 0 0 17 0 1 0 29342847 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/23965/statm: 0 0 0 0 0 0 0
[pid=23981] ppid=23963 vsize=11352 CPUtime=1354.48
/proc/23981/stat : 23981 (minisat) R 23963 23963 23898 0 -1 0 2471 0 0 0 135369 79 0 0 25 0 1 0 29342913 11624448 2441 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528379 0 0 4096 3 0 0 0 17 0 0 0
/proc/23981/statm: 2838 2441 51 112 0 2722 0
Current children cumulated CPU time (s) 1355.09
Current children cumulated vsize (KiB) 25208

[startup+1424.08 s]
/proc/loadavg: 2.00 2.01 2.20 3/89 24055
/proc/meminfo: memFree=1519216/2055920 swapFree=4192812/4192956
[pid=23963] ppid=23961 vsize=13856 CPUtime=0.34
/proc/23963/stat : 23963 (sugar) S 23961 23963 23898 0 -1 4194304 1335 4426 0 1 4 1 26 3 16 0 1 0 29342842 14188544 847 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23963/statm: 3464 847 373 3 0 564 0
[pid=23965] ppid=23963 vsize=0 CPUtime=0.27
/proc/23965/stat : 23965 (java) Z 23963 23963 23898 0 -1 1036 3542 0 1 0 25 2 0 0 17 0 1 0 29342847 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/23965/statm: 0 0 0 0 0 0 0
[pid=23981] ppid=23963 vsize=11500 CPUtime=1414.23
/proc/23981/stat : 23981 (minisat) R 23963 23963 23898 0 -1 0 2500 0 0 0 141344 79 0 0 25 0 1 0 29342913 11776000 2470 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134518901 0 0 4096 3 0 0 0 17 0 0 0
/proc/23981/statm: 2875 2470 51 112 0 2759 0
Current children cumulated CPU time (s) 1414.84
Current children cumulated vsize (KiB) 25356

[startup+1484.16 s]
/proc/loadavg: 2.03 2.02 2.19 3/89 24055
/proc/meminfo: memFree=1514928/2055920 swapFree=4192812/4192956
[pid=23963] ppid=23961 vsize=13856 CPUtime=0.34
/proc/23963/stat : 23963 (sugar) S 23961 23963 23898 0 -1 4194304 1335 4426 0 1 4 1 26 3 16 0 1 0 29342842 14188544 847 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23963/statm: 3464 847 373 3 0 564 0
[pid=23965] ppid=23963 vsize=0 CPUtime=0.27
/proc/23965/stat : 23965 (java) Z 23963 23963 23898 0 -1 1036 3542 0 1 0 25 2 0 0 17 0 1 0 29342847 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/23965/statm: 0 0 0 0 0 0 0
[pid=23981] ppid=23963 vsize=11648 CPUtime=1473.97
/proc/23981/stat : 23981 (minisat) R 23963 23963 23898 0 -1 0 2523 0 0 0 147318 79 0 0 25 0 1 0 29342913 11927552 2493 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528545 0 0 4096 3 0 0 0 17 0 0 0
/proc/23981/statm: 2912 2493 51 112 0 2796 0
Current children cumulated CPU time (s) 1474.58
Current children cumulated vsize (KiB) 25504

[startup+1544.24 s]
/proc/loadavg: 2.06 2.03 2.18 3/89 24055
/proc/meminfo: memFree=1510256/2055920 swapFree=4192812/4192956
[pid=23963] ppid=23961 vsize=13856 CPUtime=0.34
/proc/23963/stat : 23963 (sugar) S 23961 23963 23898 0 -1 4194304 1335 4426 0 1 4 1 26 3 16 0 1 0 29342842 14188544 847 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23963/statm: 3464 847 373 3 0 564 0
[pid=23965] ppid=23963 vsize=0 CPUtime=0.27
/proc/23965/stat : 23965 (java) Z 23963 23963 23898 0 -1 1036 3542 0 1 0 25 2 0 0 17 0 1 0 29342847 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/23965/statm: 0 0 0 0 0 0 0
[pid=23981] ppid=23963 vsize=11788 CPUtime=1533.73
/proc/23981/stat : 23981 (minisat) R 23963 23963 23898 0 -1 0 2576 0 0 0 153294 79 0 0 25 0 1 0 29342913 12070912 2546 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/23981/statm: 2947 2546 51 112 0 2831 0
Current children cumulated CPU time (s) 1534.34
Current children cumulated vsize (KiB) 25644

[startup+1604.33 s]
/proc/loadavg: 2.02 2.02 2.17 3/89 24055
/proc/meminfo: memFree=1504944/2055920 swapFree=4192812/4192956
[pid=23963] ppid=23961 vsize=13856 CPUtime=0.34
/proc/23963/stat : 23963 (sugar) S 23961 23963 23898 0 -1 4194304 1335 4426 0 1 4 1 26 3 16 0 1 0 29342842 14188544 847 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23963/statm: 3464 847 373 3 0 564 0
[pid=23965] ppid=23963 vsize=0 CPUtime=0.27
/proc/23965/stat : 23965 (java) Z 23963 23963 23898 0 -1 1036 3542 0 1 0 25 2 0 0 17 0 1 0 29342847 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/23965/statm: 0 0 0 0 0 0 0
[pid=23981] ppid=23963 vsize=11936 CPUtime=1593.49
/proc/23981/stat : 23981 (minisat) R 23963 23963 23898 0 -1 0 2614 0 0 0 159270 79 0 0 25 0 1 0 29342913 12222464 2584 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528786 0 0 4096 3 0 0 0 17 0 0 0
/proc/23981/statm: 2984 2584 51 112 0 2868 0
Current children cumulated CPU time (s) 1594.1
Current children cumulated vsize (KiB) 25792

[startup+1664.41 s]
/proc/loadavg: 2.01 2.02 2.16 3/89 24055
/proc/meminfo: memFree=1500400/2055920 swapFree=4192812/4192956
[pid=23963] ppid=23961 vsize=13856 CPUtime=0.34
/proc/23963/stat : 23963 (sugar) S 23961 23963 23898 0 -1 4194304 1335 4426 0 1 4 1 26 3 16 0 1 0 29342842 14188544 847 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23963/statm: 3464 847 373 3 0 564 0
[pid=23965] ppid=23963 vsize=0 CPUtime=0.27
/proc/23965/stat : 23965 (java) Z 23963 23963 23898 0 -1 1036 3542 0 1 0 25 2 0 0 17 0 1 0 29342847 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/23965/statm: 0 0 0 0 0 0 0
[pid=23981] ppid=23963 vsize=12084 CPUtime=1653.23
/proc/23981/stat : 23981 (minisat) R 23963 23963 23898 0 -1 0 2648 0 0 0 165243 80 0 0 25 0 1 0 29342913 12374016 2618 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528758 0 0 4096 3 0 0 0 17 0 0 0
/proc/23981/statm: 3021 2618 51 112 0 2905 0
Current children cumulated CPU time (s) 1653.84
Current children cumulated vsize (KiB) 25940

[startup+1724.5 s]
/proc/loadavg: 2.08 2.03 2.15 3/89 24055
/proc/meminfo: memFree=1495728/2055920 swapFree=4192812/4192956
[pid=23963] ppid=23961 vsize=13856 CPUtime=0.34
/proc/23963/stat : 23963 (sugar) S 23961 23963 23898 0 -1 4194304 1335 4426 0 1 4 1 26 3 16 0 1 0 29342842 14188544 847 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23963/statm: 3464 847 373 3 0 564 0
[pid=23965] ppid=23963 vsize=0 CPUtime=0.27
/proc/23965/stat : 23965 (java) Z 23963 23963 23898 0 -1 1036 3542 0 1 0 25 2 0 0 17 0 1 0 29342847 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/23965/statm: 0 0 0 0 0 0 0
[pid=23981] ppid=23963 vsize=12232 CPUtime=1712.99
/proc/23981/stat : 23981 (minisat) R 23963 23963 23898 0 -1 0 2675 0 0 0 171219 80 0 0 25 0 1 0 29342913 12525568 2645 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528506 0 0 4096 3 0 0 0 17 0 0 0
/proc/23981/statm: 3058 2645 51 112 0 2942 0
Current children cumulated CPU time (s) 1713.6
Current children cumulated vsize (KiB) 26088

[startup+1784.58 s]
/proc/loadavg: 2.03 2.02 2.14 3/89 24055
/proc/meminfo: memFree=1490544/2055920 swapFree=4192812/4192956
[pid=23963] ppid=23961 vsize=13856 CPUtime=0.34
/proc/23963/stat : 23963 (sugar) S 23961 23963 23898 0 -1 4194304 1335 4426 0 1 4 1 26 3 16 0 1 0 29342842 14188544 847 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23963/statm: 3464 847 373 3 0 564 0
[pid=23965] ppid=23963 vsize=0 CPUtime=0.27
/proc/23965/stat : 23965 (java) Z 23963 23963 23898 0 -1 1036 3542 0 1 0 25 2 0 0 17 0 1 0 29342847 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/23965/statm: 0 0 0 0 0 0 0
[pid=23981] ppid=23963 vsize=12548 CPUtime=1772.74
/proc/23981/stat : 23981 (minisat) R 23963 23963 23898 0 -1 0 2725 0 0 0 177194 80 0 0 25 0 1 0 29342913 12849152 2695 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528416 0 0 4096 3 0 0 0 17 0 0 0
/proc/23981/statm: 3137 2695 51 112 0 3021 0
Current children cumulated CPU time (s) 1773.35
Current children cumulated vsize (KiB) 26404



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1811.38 s]
/proc/loadavg: 2.02 2.02 2.13 3/89 24055
/proc/meminfo: memFree=1488432/2055920 swapFree=4192812/4192956
[pid=23963] ppid=23961 vsize=13856 CPUtime=0.34
/proc/23963/stat : 23963 (sugar) S 23961 23963 23898 0 -1 4194304 1335 4426 0 1 4 1 26 3 16 0 1 0 29342842 14188544 847 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23963/statm: 3464 847 373 3 0 564 0
[pid=23965] ppid=23963 vsize=0 CPUtime=0.27
/proc/23965/stat : 23965 (java) Z 23963 23963 23898 0 -1 1036 3542 0 1 0 25 2 0 0 17 0 1 0 29342847 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/23965/statm: 0 0 0 0 0 0 0
[pid=23981] ppid=23963 vsize=12548 CPUtime=1799.39
/proc/23981/stat : 23981 (minisat) R 23963 23963 23898 0 -1 0 2741 0 0 0 179859 80 0 0 25 0 1 0 29342913 12849152 2711 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528758 0 0 4096 3 0 0 0 17 0 0 0
/proc/23981/statm: 3137 2711 51 112 0 3021 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 26404

Sending SIGTERM to process tree (bottom up)

Child status: 1

!!! problem with CPU time !!!
wait4(...,&childrusage) returns 23963 and gives childrusage.ru_utime.tv_sec=1798 childrusage.ru_utime.tv_usec=901525 childrusage.ru_stime.tv_sec=0 childrusage.ru_stime.tv_usec=854870
CPU time returned by wait4() is 1799.76
while last known CPU time is 1800

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

Real time (s): 1811.39
CPU time (s): 1800
CPU user time (s): 1799.14
CPU system time (s): 0.86
CPU usage (%): 99.371
Max. virtual memory (cumulated for all children) (KiB): 26404

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.9
system time used= 0.85487
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 8588
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= 373
involuntary context switches= 37139

runsolver used 2.50662 s user time and 5.51116 s system time

The end

Launcher Data (download as text)

Begin job on node7 on Mon Jan 29 18:04:41 UTC 2007


IDJOB= 198472
IDBENCH= 3557
IDSOLVER= 86
FILE ID= node7/198472-1170093880

PBS_JOBID= 3689435

Free space on /tmp= 39466 MiB

SOLVER NAME= sugar 0.40
BENCH NAME= HOME/pub/bench/CPAI06/pigeons/pigeons-16.xml
COMMAND LINE= /tmp/evaluation/198472-1170093880/solver /tmp/evaluation/198472-1170093880 /tmp/evaluation/198472-1170093880/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node7/watcher-198472-1170093880 -o ROOT/results/node7/solver-198472-1170093880 -C 1800 -M 900  /tmp/evaluation/198472-1170093880/solver /tmp/evaluation/198472-1170093880 /tmp/evaluation/198472-1170093880/unknown.xml

META MD5SUM SOLVER= 0a27e717dfe98d83d9802fe0eea45073
MD5SUM BENCH=  29b240a472ae76f566c2f73ece61891e

RANDOM SEED= 669729301

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:         15448 kB
Buffers:          3348 kB
Cached:        1827008 kB
SwapCached:          0 kB
Active:         155196 kB
Inactive:      1797456 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:         15448 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:          828456 kB
Writeback:           0 kB
Mapped:         147872 kB
Slab:            72424 kB
Committed_AS:   467884 kB
PageTables:       2340 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66488 MiB



End job on node7 on Mon Jan 29 18:34:53 UTC 2007