Trace number 217584

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.09 1803.56

General information on the benchmark

Nameramsey/ramsey3/
ramsey-18-3.xml
MD5SUM1b7b48c1e6f6186183c92990309eafc6
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 variables153
Number of constraints816
Maximum constraint arity3
Maximum domain size3
Number of constraints which are defined in extension0
Number of constraints which are defined in intension816
Global constraints used (with number of constraints)

Solver Data (download as text)

0.04	c # Sugar v0-40 (/tmp/evaluation/217584-1170101407/sugar-v0-40.jar)
0.04	
0.04	c # MAIN  BEGIN : /tmp/evaluation/217584-1170101407/unknown.xml [Mon Jan 29 21:10:07 2007]
0.04	c # CONVERT_XML  BEGIN : /tmp/evaluation/217584-1170101407/unknown.xml /tmp/evaluation/217584-1170101407/sugar17397.csp [Mon Jan 29 21:10:07 2007]
0.04	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/217584-1170101407/sugar-v0-40.jar -convert /tmp/evaluation/217584-1170101407/unknown.xml /tmp/evaluation/217584-1170101407/sugar17397.csp
0.25	c BEGIN convert /tmp/evaluation/217584-1170101407/unknown.xml
0.61	c END convert (0.360191 seconds)
0.63	c # CONVERT_XML  END : /tmp/evaluation/217584-1170101407/sugar17397.csp 44667 bytes (1 seconds) [Mon Jan 29 21:10:08 2007]
0.63	c # CONVERT_XML  CPU : 0.46 = 0 + 0 + 0.43 + 0.03
0.63	
0.63	c # GENERATE_SAT  BEGIN : /tmp/evaluation/217584-1170101407/sugar17397.bcnf [Mon Jan 29 21:10:08 2007]
0.63	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/217584-1170101407/sugar-v0-40.jar -bcnf -map /tmp/evaluation/217584-1170101407/sugar17397.map /tmp/evaluation/217584-1170101407/sugar17397.csp /tmp/evaluation/217584-1170101407/sugar17397.bcnf
0.74	c BEGIN parse /tmp/evaluation/217584-1170101407/sugar17397.csp
1.14	c END parse (0.403713 seconds)
1.14	c BEGIN simplify
1.17	c END simplify (0.026501 seconds)
1.17	c BEGIN encode /tmp/evaluation/217584-1170101407/sugar17397.bcnf
1.28	c END encode (0.107338 seconds)
1.37	c # GENERATE_SAT  END : 5202 variables 15657 clauses 220548 bytes (1 seconds) [Mon Jan 29 21:10:09 2007]
1.37	c # GENERATE_SAT  CPU : 0.04 = 0.04 + 0 + 0 + 0
1.37	
1.37	c # SOLVE_SAT  BEGIN : /tmp/evaluation/217584-1170101407/sugar17397.bcnf [Mon Jan 29 21:10:09 2007]
1.37	c # CMD : /tmp/evaluation/217584-1170101407/minisat /tmp/evaluation/217584-1170101407/sugar17397.bcnf /tmp/evaluation/217584-1170101407/sugar17397.out
1.38	c ==================================[MINISAT]===================================
1.38	c | Conflicts |     ORIGINAL     |              LEARNT              | Progress |
1.38	c |           | Clauses Literals |   Limit Clauses Literals  Lit/Cl |          |
1.38	c ==============================================================================
1.38	c |         0 |   15657    39474 |    5219       0        0     nan |  0.000 % |
1.39	c |       100 |   15657    39474 |    5740     100      559     5.6 |  0.000 % |
1.40	c |       250 |   15657    39474 |    6314     250     1386     5.5 |  0.000 % |
1.43	c |       475 |   15657    39474 |    6946     475     2650     5.6 |  0.000 % |
1.46	c |       812 |   15657    39474 |    7641     812     4557     5.6 |  0.000 % |
1.53	c |      1319 |   15657    39474 |    8405    1319     7578     5.7 |  0.000 % |
1.61	c |      2079 |   15657    39474 |    9245    2079    12619     6.1 |  0.000 % |
1.71	c |      3218 |   15657    39474 |   10170    3218    21455     6.7 |  0.000 % |
1.86	c |      4926 |   15657    39474 |   11187    4926    51069    10.4 |  0.000 % |
2.10	c |      7489 |   15657    39474 |   12306    7489   102617    13.7 |  0.000 % |
2.57	c |     11335 |   15657    39474 |   13536   11335   227508    20.1 |  0.000 % |
3.34	c |     17101 |   15657    39474 |   14890    9876   295410    29.9 |  0.000 % |
4.83	c |     25750 |   15657    39474 |   16379   10723   353088    32.9 |  0.000 % |
7.18	c |     38727 |   15657    39474 |   18017   14976   516704    34.5 |  0.000 % |
11.21	c |     58190 |   15657    39474 |   19819   15526   599225    38.6 |  0.000 % |
17.90	c |     87384 |   15657    39474 |   21801   13585   493313    36.3 |  0.000 % |
30.55	c |    131173 |   15657    39474 |   23981   12071   458214    38.0 |  0.000 % |
50.43	c |    196857 |   15657    39474 |   26379   15762   715673    45.4 |  0.000 % |
87.25	c |    295384 |   15657    39474 |   29017   18056   872859    48.3 |  0.000 % |
140.82	c |    443173 |   15657    39474 |   31918   29324  1479842    50.5 |  0.000 % |
235.46	c |    664857 |   15657    39474 |   35110   30096  1667479    55.4 |  0.000 % |
377.77	c |    997382 |   15657    39474 |   38621   31003  1824641    58.9 |  0.000 % |
618.65	c |   1496170 |   15657    39474 |   42484   35539  2181889    61.4 |  0.000 % |
989.56	c |   2244353 |   15657    39474 |   46732   39157  2902357    74.1 |  0.000 % |
1583.46	c |   3366629 |   15657    39474 |   51405   21783  1291218    59.3 |  0.000 % |
1803.55	
1803.55	s UNKNOWN
1803.55	c # INTERRUPTED
1803.55	c # MAIN  END :  (1804 seconds) [Mon Jan 29 21:40:11 2007]
1803.55	c # MAIN  CPU : 1799.45 = 0.04 + 0.01 + 1799.22 + 0.18
1803.55	

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/node22/watcher-217584-1170101407 -o ROOT/results/node22/solver-217584-1170101407 -C 1800 -M 900 /tmp/evaluation/217584-1170101407/solver /tmp/evaluation/217584-1170101407 /tmp/evaluation/217584-1170101407/unknown.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Current StackSize limit: 10240 KiB

/proc/loadavg: 1.06 1.01 1.00 2/78 17398
/proc/meminfo: memFree=1873776/2055920 swapFree=4192812/4192956
[pid=17397] ppid=17395 vsize=12268 CPUtime=0
/proc/17397/stat : 17397 (sugar) R 17395 17397 16584 0 -1 4194304 559 0 0 0 0 0 0 0 18 0 1 0 30094650 12562432 278 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 272485803239 0 0 4224 0 0 0 0 17 1 0 0
/proc/17397/statm: 3067 288 215 3 0 167 0

[startup+0.10248 s]
/proc/loadavg: 1.06 1.01 1.00 2/78 17398
/proc/meminfo: memFree=1873776/2055920 swapFree=4192812/4192956
[pid=17397] ppid=17395 vsize=13724 CPUtime=0.04
/proc/17397/stat : 17397 (sugar) S 17395 17397 16584 0 -1 4194304 1112 0 0 0 3 1 0 0 16 0 1 0 30094650 14053376 805 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17397/statm: 3431 805 368 3 0 531 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13724

[startup+0.510513 s]
/proc/loadavg: 1.06 1.01 1.00 2/78 17398
/proc/meminfo: memFree=1873776/2055920 swapFree=4192812/4192956
[pid=17397] ppid=17395 vsize=13724 CPUtime=0.04
/proc/17397/stat : 17397 (sugar) S 17395 17397 16584 0 -1 4194304 1121 0 0 0 3 1 0 0 16 0 1 0 30094650 14053376 805 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17397/statm: 3431 805 368 3 0 531 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13724

[startup+1.33177 s]
/proc/loadavg: 1.05 1.01 1.00 2/86 17414
/proc/meminfo: memFree=1852400/2055920 swapFree=4192812/4192956
[pid=17397] ppid=17395 vsize=13856 CPUtime=0.5
/proc/17397/stat : 17397 (sugar) R 17395 17397 16584 0 -1 4194304 1300 4499 0 1 3 1 43 3 15 0 1 0 30094650 14188544 870 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 272467661537 0 0 4224 16386 0 0 0 17 0 0 0
/proc/17397/statm: 3497 871 371 3 0 597 0
[pid=17407] ppid=17397 vsize=0 CPUtime=0.63
/proc/17407/stat : 17407 (java) Z 17397 17397 16584 0 -1 1036 8261 0 1 0 57 6 0 0 16 0 2 0 30094713 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/17407/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1.13
Current children cumulated vsize (KiB) 13856

[startup+2.96888 s]
/proc/loadavg: 1.05 1.01 1.00 2/80 17415
/proc/meminfo: memFree=1867048/2055920 swapFree=4192812/4192956
[pid=17397] ppid=17395 vsize=16536 CPUtime=0.54
/proc/17397/stat : 17397 (sugar) S 17395 17397 16584 0 -1 4194304 1998 4499 0 1 7 1 43 3 15 0 1 0 30094650 16932864 1509 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17397/statm: 4134 1509 373 3 0 1234 0
[pid=17407] ppid=17397 vsize=0 CPUtime=0.63
/proc/17407/stat : 17407 (java) Z 17397 17397 16584 0 -1 1036 8261 0 1 0 57 6 0 0 16 0 1 0 30094713 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/17407/statm: 0 0 0 0 0 0 0
[pid=17415] ppid=17397 vsize=4156 CPUtime=1.58
/proc/17415/stat : 17415 (minisat) R 17397 17397 16584 0 -1 0 765 0 0 0 158 0 0 0 25 0 1 0 30094787 4255744 696 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134525686 0 0 4096 3 0 0 0 17 0 0 0
/proc/17415/statm: 1039 696 52 112 0 923 0
Current children cumulated CPU time (s) 2.75
Current children cumulated vsize (KiB) 20692

[startup+6.26112 s]
/proc/loadavg: 1.05 1.01 1.00 2/80 17415
/proc/meminfo: memFree=1864936/2055920 swapFree=4192812/4192956
[pid=17397] ppid=17395 vsize=16536 CPUtime=0.54
/proc/17397/stat : 17397 (sugar) S 17395 17397 16584 0 -1 4194304 1998 4499 0 1 7 1 43 3 16 0 1 0 30094650 16932864 1509 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17397/statm: 4134 1509 373 3 0 1234 0
[pid=17407] ppid=17397 vsize=0 CPUtime=0.63
/proc/17407/stat : 17407 (java) Z 17397 17397 16584 0 -1 1036 8261 0 1 0 57 6 0 0 16 0 1 0 30094713 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/17407/statm: 0 0 0 0 0 0 0
[pid=17415] ppid=17397 vsize=5468 CPUtime=4.87
/proc/17415/stat : 17415 (minisat) R 17397 17397 16584 0 -1 0 1086 0 0 0 487 0 0 0 25 0 1 0 30094787 5599232 1017 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528467 0 0 4096 3 0 0 0 17 0 0 0
/proc/17415/statm: 1367 1017 52 112 0 1251 0
Current children cumulated CPU time (s) 6.04
Current children cumulated vsize (KiB) 22004

[startup+12.7196 s]
/proc/loadavg: 1.04 1.01 1.00 2/80 17415
/proc/meminfo: memFree=1863608/2055920 swapFree=4192812/4192956
[pid=17397] ppid=17395 vsize=16536 CPUtime=0.54
/proc/17397/stat : 17397 (sugar) S 17395 17397 16584 0 -1 4194304 1998 4499 0 1 7 1 43 3 16 0 1 0 30094650 16932864 1509 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17397/statm: 4134 1509 373 3 0 1234 0
[pid=17407] ppid=17397 vsize=0 CPUtime=0.63
/proc/17407/stat : 17407 (java) Z 17397 17397 16584 0 -1 1036 8261 0 1 0 57 6 0 0 16 0 1 0 30094713 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/17407/statm: 0 0 0 0 0 0 0
[pid=17415] ppid=17397 vsize=6648 CPUtime=11.33
/proc/17415/stat : 17415 (minisat) R 17397 17397 16584 0 -1 0 1387 0 0 0 1132 1 0 0 25 0 1 0 30094787 6807552 1318 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528342 0 0 4096 3 0 0 0 17 0 0 0
/proc/17415/statm: 1662 1318 52 112 0 1546 0
Current children cumulated CPU time (s) 12.5
Current children cumulated vsize (KiB) 23184

[startup+25.5435 s]
/proc/loadavg: 1.04 1.01 1.00 2/80 17415
/proc/meminfo: memFree=1862520/2055920 swapFree=4192812/4192956
[pid=17397] ppid=17395 vsize=16536 CPUtime=0.54
/proc/17397/stat : 17397 (sugar) S 17395 17397 16584 0 -1 4194304 1998 4499 0 1 7 1 43 3 16 0 1 0 30094650 16932864 1509 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17397/statm: 4134 1509 373 3 0 1234 0
[pid=17407] ppid=17397 vsize=0 CPUtime=0.63
/proc/17407/stat : 17407 (java) Z 17397 17397 16584 0 -1 1036 8261 0 1 0 57 6 0 0 16 0 1 0 30094713 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/17407/statm: 0 0 0 0 0 0 0
[pid=17415] ppid=17397 vsize=7852 CPUtime=24.15
/proc/17415/stat : 17415 (minisat) R 17397 17397 16584 0 -1 0 1669 0 0 0 2414 1 0 0 25 0 1 0 30094787 8040448 1600 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/17415/statm: 1963 1600 52 112 0 1847 0
Current children cumulated CPU time (s) 25.32
Current children cumulated vsize (KiB) 24388

[startup+51.1934 s]
/proc/loadavg: 1.02 1.01 1.00 2/80 17415
/proc/meminfo: memFree=1860600/2055920 swapFree=4192812/4192956
[pid=17397] ppid=17395 vsize=16536 CPUtime=0.54
/proc/17397/stat : 17397 (sugar) S 17395 17397 16584 0 -1 4194304 1998 4499 0 1 7 1 43 3 16 0 1 0 30094650 16932864 1509 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17397/statm: 4134 1509 373 3 0 1234 0
[pid=17407] ppid=17397 vsize=0 CPUtime=0.63
/proc/17407/stat : 17407 (java) Z 17397 17397 16584 0 -1 1036 8261 0 1 0 57 6 0 0 16 0 1 0 30094713 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/17407/statm: 0 0 0 0 0 0 0
[pid=17415] ppid=17397 vsize=9688 CPUtime=49.78
/proc/17415/stat : 17415 (minisat) R 17397 17397 16584 0 -1 0 2149 0 0 0 4976 2 0 0 25 0 1 0 30094787 9920512 2080 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134525192 0 0 4096 3 0 0 0 17 0 0 0
/proc/17415/statm: 2422 2080 52 112 0 2306 0
Current children cumulated CPU time (s) 50.95
Current children cumulated vsize (KiB) 26224

[startup+102.483 s]
/proc/loadavg: 1.01 1.00 1.00 2/80 17415
/proc/meminfo: memFree=1858872/2055920 swapFree=4192812/4192956
[pid=17397] ppid=17395 vsize=16536 CPUtime=0.54
/proc/17397/stat : 17397 (sugar) S 17395 17397 16584 0 -1 4194304 1998 4499 0 1 7 1 43 3 16 0 1 0 30094650 16932864 1509 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17397/statm: 4134 1509 373 3 0 1234 0
[pid=17407] ppid=17397 vsize=0 CPUtime=0.63
/proc/17407/stat : 17407 (java) Z 17397 17397 16584 0 -1 1036 8261 0 1 0 57 6 0 0 16 0 1 0 30094713 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/17407/statm: 0 0 0 0 0 0 0
[pid=17415] ppid=17397 vsize=11484 CPUtime=101.03
/proc/17415/stat : 17415 (minisat) R 17397 17397 16584 0 -1 0 2581 0 0 0 10101 2 0 0 25 0 1 0 30094787 11759616 2512 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/17415/statm: 2871 2512 52 112 0 2755 0
Current children cumulated CPU time (s) 102.2
Current children cumulated vsize (KiB) 28020

[startup+162.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/80 17415
/proc/meminfo: memFree=1856952/2055920 swapFree=4192812/4192956
[pid=17397] ppid=17395 vsize=16536 CPUtime=0.54
/proc/17397/stat : 17397 (sugar) S 17395 17397 16584 0 -1 4194304 1998 4499 0 1 7 1 43 3 16 0 1 0 30094650 16932864 1509 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17397/statm: 4134 1509 373 3 0 1234 0
[pid=17407] ppid=17397 vsize=0 CPUtime=0.63
/proc/17407/stat : 17407 (java) Z 17397 17397 16584 0 -1 1036 8261 0 1 0 57 6 0 0 16 0 1 0 30094713 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/17407/statm: 0 0 0 0 0 0 0
[pid=17415] ppid=17397 vsize=13404 CPUtime=161.03
/proc/17415/stat : 17415 (minisat) R 17397 17397 16584 0 -1 0 3051 0 0 0 16100 3 0 0 25 0 1 0 30094787 13725696 2982 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/17415/statm: 3351 2982 52 112 0 3235 0
Current children cumulated CPU time (s) 162.2
Current children cumulated vsize (KiB) 29940

[startup+222.523 s]
/proc/loadavg: 1.00 1.00 1.00 2/80 17415
/proc/meminfo: memFree=1855032/2055920 swapFree=4192812/4192956
[pid=17397] ppid=17395 vsize=16536 CPUtime=0.54
/proc/17397/stat : 17397 (sugar) S 17395 17397 16584 0 -1 4194304 1998 4499 0 1 7 1 43 3 16 0 1 0 30094650 16932864 1509 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17397/statm: 4134 1509 373 3 0 1234 0
[pid=17407] ppid=17397 vsize=0 CPUtime=0.63
/proc/17407/stat : 17407 (java) Z 17397 17397 16584 0 -1 1036 8261 0 1 0 57 6 0 0 16 0 1 0 30094713 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/17407/statm: 0 0 0 0 0 0 0
[pid=17415] ppid=17397 vsize=15396 CPUtime=221.01
/proc/17415/stat : 17415 (minisat) R 17397 17397 16584 0 -1 0 3543 0 0 0 22098 3 0 0 25 0 1 0 30094787 15765504 3474 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528707 0 0 4096 3 0 0 0 17 0 0 0
/proc/17415/statm: 3849 3474 52 112 0 3733 0
Current children cumulated CPU time (s) 222.18
Current children cumulated vsize (KiB) 31932

[startup+282.535 s]
/proc/loadavg: 1.00 1.00 1.00 2/80 17415
/proc/meminfo: memFree=1854648/2055920 swapFree=4192812/4192956
[pid=17397] ppid=17395 vsize=16536 CPUtime=0.54
/proc/17397/stat : 17397 (sugar) S 17395 17397 16584 0 -1 4194304 1998 4499 0 1 7 1 43 3 16 0 1 0 30094650 16932864 1509 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17397/statm: 4134 1509 373 3 0 1234 0
[pid=17407] ppid=17397 vsize=0 CPUtime=0.63
/proc/17407/stat : 17407 (java) Z 17397 17397 16584 0 -1 1036 8261 0 1 0 57 6 0 0 16 0 1 0 30094713 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/17407/statm: 0 0 0 0 0 0 0
[pid=17415] ppid=17397 vsize=15816 CPUtime=280.98
/proc/17415/stat : 17415 (minisat) R 17397 17397 16584 0 -1 0 3623 0 0 0 28095 3 0 0 25 0 1 0 30094787 16195584 3554 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528485 0 0 4096 3 0 0 0 17 0 0 0
/proc/17415/statm: 3954 3554 52 112 0 3838 0
Current children cumulated CPU time (s) 282.15
Current children cumulated vsize (KiB) 32352

[startup+342.548 s]
/proc/loadavg: 1.00 1.00 1.00 2/80 17415
/proc/meminfo: memFree=1853944/2055920 swapFree=4192812/4192956
[pid=17397] ppid=17395 vsize=16536 CPUtime=0.54
/proc/17397/stat : 17397 (sugar) S 17395 17397 16584 0 -1 4194304 1998 4499 0 1 7 1 43 3 16 0 1 0 30094650 16932864 1509 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17397/statm: 4134 1509 373 3 0 1234 0
[pid=17407] ppid=17397 vsize=0 CPUtime=0.63
/proc/17407/stat : 17407 (java) Z 17397 17397 16584 0 -1 1036 8261 0 1 0 57 6 0 0 16 0 1 0 30094713 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/17407/statm: 0 0 0 0 0 0 0
[pid=17415] ppid=17397 vsize=16364 CPUtime=340.97
/proc/17415/stat : 17415 (minisat) R 17397 17397 16584 0 -1 0 3783 0 0 0 34093 4 0 0 25 0 1 0 30094787 16756736 3714 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528762 0 0 4096 3 0 0 0 17 0 0 0
/proc/17415/statm: 4091 3714 52 112 0 3975 0
Current children cumulated CPU time (s) 342.14
Current children cumulated vsize (KiB) 32900

[startup+402.56 s]
/proc/loadavg: 1.00 1.00 1.00 2/80 17415
/proc/meminfo: memFree=1852728/2055920 swapFree=4192812/4192956
[pid=17397] ppid=17395 vsize=16536 CPUtime=0.54

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

/proc/17415/stat : 17415 (minisat) R 17397 17397 16584 0 -1 0 6055 0 0 0 124062 7 0 0 25 0 1 0 30094787 26345472 5986 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528392 0 0 4096 3 0 0 0 17 0 0 0
/proc/17415/statm: 6432 5986 52 112 0 6316 0
Current children cumulated CPU time (s) 1241.86
Current children cumulated vsize (KiB) 42264

[startup+1302.81 s]
/proc/loadavg: 1.00 1.00 1.00 2/80 17415
/proc/meminfo: memFree=1843064/2055920 swapFree=4192812/4192956
[pid=17397] ppid=17395 vsize=16536 CPUtime=0.54
/proc/17397/stat : 17397 (sugar) S 17395 17397 16584 0 -1 4194304 1998 4499 0 1 7 1 43 3 16 0 1 0 30094650 16932864 1509 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17397/statm: 4134 1509 373 3 0 1234 0
[pid=17407] ppid=17397 vsize=0 CPUtime=0.63
/proc/17407/stat : 17407 (java) Z 17397 17397 16584 0 -1 1036 8261 0 1 0 57 6 0 0 16 0 1 0 30094713 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/17407/statm: 0 0 0 0 0 0 0
[pid=17415] ppid=17397 vsize=26580 CPUtime=1300.66
/proc/17415/stat : 17415 (minisat) R 17397 17397 16584 0 -1 0 6271 0 0 0 130059 7 0 0 25 0 1 0 30094787 27217920 6202 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134530003 0 0 4096 3 0 0 0 17 0 0 0
/proc/17415/statm: 6645 6202 52 112 0 6529 0
Current children cumulated CPU time (s) 1301.83
Current children cumulated vsize (KiB) 43116

[startup+1362.83 s]
/proc/loadavg: 1.00 1.00 1.00 2/83 17450
/proc/meminfo: memFree=1837456/2055920 swapFree=4192812/4192956
[pid=17397] ppid=17395 vsize=16536 CPUtime=0.54
/proc/17397/stat : 17397 (sugar) S 17395 17397 16584 0 -1 4194304 1998 4499 0 1 7 1 43 3 16 0 1 0 30094650 16932864 1509 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17397/statm: 4134 1509 373 3 0 1234 0
[pid=17407] ppid=17397 vsize=0 CPUtime=0.63
/proc/17407/stat : 17407 (java) Z 17397 17397 16584 0 -1 1036 8261 0 1 0 57 6 0 0 16 0 1 0 30094713 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/17407/statm: 0 0 0 0 0 0 0
[pid=17415] ppid=17397 vsize=26580 CPUtime=1360.64
/proc/17415/stat : 17415 (minisat) R 17397 17397 16584 0 -1 0 6271 0 0 0 136056 8 0 0 25 0 1 0 30094787 27217920 6202 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/17415/statm: 6645 6202 52 112 0 6529 0
Current children cumulated CPU time (s) 1361.81
Current children cumulated vsize (KiB) 43116

[startup+1422.89 s]
/proc/loadavg: 1.12 1.03 1.01 2/83 17591
/proc/meminfo: memFree=1836816/2055920 swapFree=4192812/4192956
[pid=17397] ppid=17395 vsize=16536 CPUtime=0.54
/proc/17397/stat : 17397 (sugar) S 17395 17397 16584 0 -1 4194304 1998 4499 0 1 7 1 43 3 16 0 1 0 30094650 16932864 1509 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17397/statm: 4134 1509 373 3 0 1234 0
[pid=17407] ppid=17397 vsize=0 CPUtime=0.63
/proc/17407/stat : 17407 (java) Z 17397 17397 16584 0 -1 1036 8261 0 1 0 57 6 0 0 16 0 1 0 30094713 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/17407/statm: 0 0 0 0 0 0 0
[pid=17415] ppid=17397 vsize=26580 CPUtime=1420.67
/proc/17415/stat : 17415 (minisat) R 17397 17397 16584 0 -1 0 6273 0 0 0 142057 10 0 0 25 0 1 0 30094787 27217920 6204 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/17415/statm: 6645 6204 52 112 0 6529 0
Current children cumulated CPU time (s) 1421.84
Current children cumulated vsize (KiB) 43116

[startup+1482.89 s]
/proc/loadavg: 1.93 1.28 1.09 4/96 17642
/proc/meminfo: memFree=1619744/2055920 swapFree=4192812/4192956
[pid=17397] ppid=17395 vsize=16536 CPUtime=0.54
/proc/17397/stat : 17397 (sugar) S 17395 17397 16584 0 -1 4194304 1998 4499 0 1 7 1 43 3 16 0 1 0 30094650 16932864 1509 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17397/statm: 4134 1509 373 3 0 1234 0
[pid=17407] ppid=17397 vsize=0 CPUtime=0.63
/proc/17407/stat : 17407 (java) Z 17397 17397 16584 0 -1 1036 8261 0 1 0 57 6 0 0 16 0 1 0 30094713 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/17407/statm: 0 0 0 0 0 0 0
[pid=17415] ppid=17397 vsize=26844 CPUtime=1480.42
/proc/17415/stat : 17415 (minisat) R 17397 17397 16584 0 -1 0 6358 0 0 0 148031 11 0 0 25 0 1 0 30094787 27488256 6289 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528401 0 0 4096 3 0 0 0 17 0 0 0
/proc/17415/statm: 6711 6289 52 112 0 6595 0
Current children cumulated CPU time (s) 1481.59
Current children cumulated vsize (KiB) 43380

[startup+1542.97 s]
/proc/loadavg: 2.21 1.48 1.17 3/96 17642
/proc/meminfo: memFree=1493792/2055920 swapFree=4192812/4192956
[pid=17397] ppid=17395 vsize=16536 CPUtime=0.54
/proc/17397/stat : 17397 (sugar) S 17395 17397 16584 0 -1 4194304 1998 4499 0 1 7 1 43 3 16 0 1 0 30094650 16932864 1509 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17397/statm: 4134 1509 373 3 0 1234 0
[pid=17407] ppid=17397 vsize=0 CPUtime=0.63
/proc/17407/stat : 17407 (java) Z 17397 17397 16584 0 -1 1036 8261 0 1 0 57 6 0 0 16 0 1 0 30094713 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/17407/statm: 0 0 0 0 0 0 0
[pid=17415] ppid=17397 vsize=27524 CPUtime=1540.18
/proc/17415/stat : 17415 (minisat) R 17397 17397 16584 0 -1 0 6508 0 0 0 154006 12 0 0 25 0 1 0 30094787 28184576 6439 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528392 0 0 4096 3 0 0 0 17 0 0 0
/proc/17415/statm: 6881 6439 52 112 0 6765 0
Current children cumulated CPU time (s) 1541.35
Current children cumulated vsize (KiB) 44060

[startup+1603.03 s]
/proc/loadavg: 2.17 1.60 1.23 3/96 17644
/proc/meminfo: memFree=1342944/2055920 swapFree=4192812/4192956
[pid=17397] ppid=17395 vsize=16536 CPUtime=0.54
/proc/17397/stat : 17397 (sugar) S 17395 17397 16584 0 -1 4194304 1998 4499 0 1 7 1 43 3 16 0 1 0 30094650 16932864 1509 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17397/statm: 4134 1509 373 3 0 1234 0
[pid=17407] ppid=17397 vsize=0 CPUtime=0.63
/proc/17407/stat : 17407 (java) Z 17397 17397 16584 0 -1 1036 8261 0 1 0 57 6 0 0 16 0 1 0 30094713 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/17407/statm: 0 0 0 0 0 0 0
[pid=17415] ppid=17397 vsize=27792 CPUtime=1599.92
/proc/17415/stat : 17415 (minisat) R 17397 17397 16584 0 -1 0 6572 0 0 0 159980 12 0 0 25 0 1 0 30094787 28459008 6503 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/17415/statm: 6948 6503 52 112 0 6832 0
Current children cumulated CPU time (s) 1601.09
Current children cumulated vsize (KiB) 44328

[startup+1663.08 s]
/proc/loadavg: 2.42 1.78 1.31 3/96 17644
/proc/meminfo: memFree=1243616/2055920 swapFree=4192812/4192956
[pid=17397] ppid=17395 vsize=16536 CPUtime=0.54
/proc/17397/stat : 17397 (sugar) S 17395 17397 16584 0 -1 4194304 1998 4499 0 1 7 1 43 3 16 0 1 0 30094650 16932864 1509 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17397/statm: 4134 1509 373 3 0 1234 0
[pid=17407] ppid=17397 vsize=0 CPUtime=0.63
/proc/17407/stat : 17407 (java) Z 17397 17397 16584 0 -1 1036 8261 0 1 0 57 6 0 0 16 0 1 0 30094713 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/17407/statm: 0 0 0 0 0 0 0
[pid=17415] ppid=17397 vsize=28116 CPUtime=1659.59
/proc/17415/stat : 17415 (minisat) R 17397 17397 16584 0 -1 0 6637 0 0 0 165947 12 0 0 25 0 1 0 30094787 28790784 6568 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/17415/statm: 7029 6568 52 112 0 6913 0
Current children cumulated CPU time (s) 1660.76
Current children cumulated vsize (KiB) 44652

[startup+1723.14 s]
/proc/loadavg: 2.50 1.91 1.39 3/96 17644
/proc/meminfo: memFree=1243424/2055920 swapFree=4192812/4192956
[pid=17397] ppid=17395 vsize=16536 CPUtime=0.54
/proc/17397/stat : 17397 (sugar) S 17395 17397 16584 0 -1 4194304 1998 4499 0 1 7 1 43 3 16 0 1 0 30094650 16932864 1509 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17397/statm: 4134 1509 373 3 0 1234 0
[pid=17407] ppid=17397 vsize=0 CPUtime=0.63
/proc/17407/stat : 17407 (java) Z 17397 17397 16584 0 -1 1036 8261 0 1 0 57 6 0 0 16 0 1 0 30094713 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/17407/statm: 0 0 0 0 0 0 0
[pid=17415] ppid=17397 vsize=28116 CPUtime=1719.3
/proc/17415/stat : 17415 (minisat) R 17397 17397 16584 0 -1 0 6660 0 0 0 171917 13 0 0 25 0 1 0 30094787 28790784 6591 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/17415/statm: 7029 6591 52 112 0 6913 0
Current children cumulated CPU time (s) 1720.47
Current children cumulated vsize (KiB) 44652

[startup+1783.2 s]
/proc/loadavg: 2.25 1.95 1.43 3/89 17645
/proc/meminfo: memFree=1622872/2055920 swapFree=4192812/4192956
[pid=17397] ppid=17395 vsize=16536 CPUtime=0.54
/proc/17397/stat : 17397 (sugar) S 17395 17397 16584 0 -1 4194304 1998 4499 0 1 7 1 43 3 16 0 1 0 30094650 16932864 1509 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17397/statm: 4134 1509 373 3 0 1234 0
[pid=17407] ppid=17397 vsize=0 CPUtime=0.63
/proc/17407/stat : 17407 (java) Z 17397 17397 16584 0 -1 1036 8261 0 1 0 57 6 0 0 16 0 1 0 30094713 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/17407/statm: 0 0 0 0 0 0 0
[pid=17415] ppid=17397 vsize=28116 CPUtime=1778.79
/proc/17415/stat : 17415 (minisat) R 17397 17397 16584 0 -1 0 6661 0 0 0 177865 14 0 0 25 0 1 0 30094787 28790784 6592 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528342 0 0 4096 3 0 0 0 17 0 0 0
/proc/17415/statm: 7029 6592 52 112 0 6913 0
Current children cumulated CPU time (s) 1779.96
Current children cumulated vsize (KiB) 44652



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1803.55 s]
/proc/loadavg: 2.18 1.95 1.44 3/89 17645
/proc/meminfo: memFree=1619480/2055920 swapFree=4192812/4192956
[pid=17397] ppid=17395 vsize=16536 CPUtime=0.54
/proc/17397/stat : 17397 (sugar) S 17395 17397 16584 0 -1 4194304 1998 4499 0 1 7 1 43 3 16 0 1 0 30094650 16932864 1509 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17397/statm: 4134 1509 373 3 0 1234 0
[pid=17407] ppid=17397 vsize=0 CPUtime=0.63
/proc/17407/stat : 17407 (java) Z 17397 17397 16584 0 -1 1036 8261 0 1 0 57 6 0 0 16 0 1 0 30094713 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/17407/statm: 0 0 0 0 0 0 0
[pid=17415] ppid=17397 vsize=28268 CPUtime=1798.92
/proc/17415/stat : 17415 (minisat) R 17397 17397 16584 0 -1 0 6670 0 0 0 179878 14 0 0 25 0 1 0 30094787 28946432 6601 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528559 0 0 4096 3 0 0 0 17 0 0 0
/proc/17415/statm: 7067 6601 52 112 0 6951 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 44804

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

Child status: 1

!!! problem with CPU time !!!
wait4(...,&childrusage) returns 17397 and gives childrusage.ru_utime.tv_sec=1799 childrusage.ru_utime.tv_usec=295465 childrusage.ru_stime.tv_sec=0 childrusage.ru_stime.tv_usec=206968
CPU time returned by wait4() is 1799.5
while last known CPU time is 1800.09

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

Real time (s): 1803.56
CPU time (s): 1800.09
CPU user time (s): 1799.85
CPU system time (s): 0.24
CPU usage (%): 99.8076
Max. virtual memory (cumulated for all children) (KiB): 821056

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.3
system time used= 0.206968
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 13252
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= 551
involuntary context switches= 52274

runsolver used 1.74273 s user time and 5.06123 s system time

The end

Launcher Data (download as text)

Begin job on node22 on Mon Jan 29 20:10:07 UTC 2007


IDJOB= 217584
IDBENCH= 5156
IDSOLVER= 86
FILE ID= node22/217584-1170101407

PBS_JOBID= 3689708

Free space on /tmp= 66564 MiB

SOLVER NAME= sugar 0.40
BENCH NAME= HOME/pub/bench/CPAI06/ramsey/ramsey3/ramsey-18-3.xml
COMMAND LINE= /tmp/evaluation/217584-1170101407/solver /tmp/evaluation/217584-1170101407 /tmp/evaluation/217584-1170101407/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node22/watcher-217584-1170101407 -o ROOT/results/node22/solver-217584-1170101407 -C 1800 -M 900  /tmp/evaluation/217584-1170101407/solver /tmp/evaluation/217584-1170101407 /tmp/evaluation/217584-1170101407/unknown.xml

META MD5SUM SOLVER= 0a27e717dfe98d83d9802fe0eea45073
MD5SUM BENCH=  1b7b48c1e6f6186183c92990309eafc6

RANDOM SEED= 560412191

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.235
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.235
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:       1874192 kB
Buffers:         11744 kB
Cached:          66516 kB
SwapCached:        144 kB
Active:          90388 kB
Inactive:        44352 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1874192 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:             860 kB
Writeback:           0 kB
Mapped:          75236 kB
Slab:            32600 kB
Committed_AS:   252628 kB
PageTables:       1664 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= 66481 MiB



End job on node22 on Mon Jan 29 20:40:11 UTC 2007