Trace number 216340

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.04 1815.85

General information on the benchmark

NamepseudoSeries/chnl/
chnl-35-40.xml
MD5SUM7c3cbd9374a072b7ac1780eb5d587037
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 variables2800
Number of constraints150
Maximum constraint arity40
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension150
Global constraints used (with number of constraints)

Solver Data (download as text)

0.26	c # Sugar v0-40 (/tmp/evaluation/216340-1170100541/sugar-v0-40.jar)
0.26	
0.29	c # MAIN  BEGIN : /tmp/evaluation/216340-1170100541/unknown.xml [Mon Jan 29 20:55:41 2007]
0.29	c # CONVERT_XML  BEGIN : /tmp/evaluation/216340-1170100541/unknown.xml /tmp/evaluation/216340-1170100541/sugar25871.csp [Mon Jan 29 20:55:41 2007]
0.29	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/216340-1170100541/sugar-v0-40.jar -convert /tmp/evaluation/216340-1170100541/unknown.xml /tmp/evaluation/216340-1170100541/sugar25871.csp
0.53	c BEGIN convert /tmp/evaluation/216340-1170100541/unknown.xml
1.05	c END convert (0.513848 seconds)
1.06	c # CONVERT_XML  END : /tmp/evaluation/216340-1170100541/sugar25871.csp 123340 bytes (1 seconds) [Mon Jan 29 20:55:42 2007]
1.06	c # CONVERT_XML  CPU : 0.57 = 0 + 0 + 0.51 + 0.06
1.06	
1.06	c # GENERATE_SAT  BEGIN : /tmp/evaluation/216340-1170100541/sugar25871.bcnf [Mon Jan 29 20:55:42 2007]
1.06	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/216340-1170100541/sugar-v0-40.jar -bcnf -map /tmp/evaluation/216340-1170100541/sugar25871.map /tmp/evaluation/216340-1170100541/sugar25871.csp /tmp/evaluation/216340-1170100541/sugar25871.bcnf
1.19	c BEGIN parse /tmp/evaluation/216340-1170100541/sugar25871.csp
3.12	c END parse (1.931317 seconds)
3.12	c BEGIN simplify
3.13	c END simplify (0.007001 seconds)
3.13	c BEGIN encode /tmp/evaluation/216340-1170100541/sugar25871.bcnf
3.36	c END encode (0.235623 seconds)
3.49	c # GENERATE_SAT  END : 23600 variables 127750 clauses 1812504 bytes (3 seconds) [Mon Jan 29 20:55:45 2007]
3.49	c # GENERATE_SAT  CPU : 2.39 = 0.1 + 0.01 + 2.2 + 0.08
3.49	
3.49	c # SOLVE_SAT  BEGIN : /tmp/evaluation/216340-1170100541/sugar25871.bcnf [Mon Jan 29 20:55:45 2007]
3.49	c # CMD : /tmp/evaluation/216340-1170100541/minisat /tmp/evaluation/216340-1170100541/sugar25871.bcnf /tmp/evaluation/216340-1170100541/sugar25871.out
3.58	c ==================================[MINISAT]===================================
3.58	c | Conflicts |     ORIGINAL     |              LEARNT              | Progress |
3.58	c |           | Clauses Literals |   Limit Clauses Literals  Lit/Cl |          |
3.58	c ==============================================================================
3.58	c |         0 |   87430   232060 |   29143       0        0     nan |  0.000 % |
3.61	c |       100 |   87430   232060 |   32057     100     3191    31.9 | 34.110 % |
3.63	c |       250 |   87430   232060 |   35263     250     5697    22.8 | 34.110 % |
3.66	c |       475 |   87430   232060 |   38789     475     8201    17.3 | 34.110 % |
3.70	c |       813 |   87430   232060 |   42668     813    15523    19.1 | 34.110 % |
3.75	c |      1319 |   87430   232060 |   46935    1319    28825    21.9 | 34.110 % |
3.83	c |      2079 |   87430   232060 |   51628    2079    47977    23.1 | 34.110 % |
4.00	c |      3218 |   87430   232060 |   56791    3218   132379    41.1 | 34.110 % |
4.16	c |      4927 |   87430   232060 |   62470    4927   178670    36.3 | 34.110 % |
4.61	c |      7489 |   87430   232060 |   68717    7489   334109    44.6 | 34.110 % |
5.09	c |     11334 |   87430   232060 |   75589   11334   473775    41.8 | 34.110 % |
6.75	c |     17100 |   87430   232060 |   83148   17100   994438    58.2 | 34.110 % |
8.13	c |     25749 |   87430   232060 |   91463   25749  1313521    51.0 | 34.110 % |
12.07	c |     38723 |   87430   232060 |  100609   38723  2112437    54.6 | 34.110 % |
19.07	c |     58185 |   87430   232060 |  110670   58185  3373446    58.0 | 34.110 % |
38.03	c |     87377 |   87430   232060 |  121737   87377  5977483    68.4 | 34.110 % |
79.69	c |    131166 |   87430   232060 |  133911  131166  9142519    69.7 | 34.110 % |
176.80	c |    196851 |   87430   232060 |  147302   62708  7835964   125.0 | 34.110 % |
280.66	c |    295377 |   87430   232060 |  162032  161234 13530222    83.9 | 34.110 % |
491.14	c |    443167 |   87430   232060 |  178235  146558  9873031    67.4 | 34.110 % |
815.51	c |    664851 |   87430   232060 |  196059  191059 12969840    67.9 | 34.110 % |
1324.14	c |    997377 |   87430   232060 |  215665  134649 10530281    78.2 | 34.110 % |
1814.84	
1814.84	s UNKNOWN
1814.84	c # INTERRUPTED
1814.84	c # MAIN  END :  (1815 seconds) [Mon Jan 29 21:25:56 2007]
1814.84	c # MAIN  CPU : 2.96 = 0.1 + 0.01 + 2.71 + 0.14
1814.84	

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/node1/watcher-216340-1170100541 -o ROOT/results/node1/solver-216340-1170100541 -C 1800 -M 900 /tmp/evaluation/216340-1170100541/solver /tmp/evaluation/216340-1170100541 /tmp/evaluation/216340-1170100541/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.91 2.84 2.99 3/88 25872
/proc/meminfo: memFree=1896152/2055920 swapFree=4192812/4192956
[pid=25871] ppid=25869 vsize=5352 CPUtime=0
/proc/25871/stat : 25871 (solver) R 25869 25871 25670 0 -1 4194304 264 0 0 0 0 0 0 0 20 0 1 0 30009179 5480448 231 18446744073709551615 4194304 4889804 548682069296 18446744073709551615 259353275687 0 0 4096 0 0 0 0 17 1 0 0
/proc/25871/statm: 1338 231 193 169 0 49 0

[startup+0.102892 s]
/proc/loadavg: 2.91 2.84 2.99 3/88 25872
/proc/meminfo: memFree=1896152/2055920 swapFree=4192812/4192956
[pid=25871] ppid=25869 vsize=12268 CPUtime=0
/proc/25871/stat : 25871 (sugar) D 25869 25871 25670 0 -1 4194304 597 0 4 0 0 0 0 0 18 0 1 0 30009179 12562432 320 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 259362173026 0 0 4224 0 18446744071563608240 0 0 17 1 0 0
/proc/25871/statm: 3067 320 242 3 0 167 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12268

[startup+0.510949 s]
/proc/loadavg: 2.91 2.84 2.99 3/88 25872
/proc/meminfo: memFree=1896152/2055920 swapFree=4192812/4192956
[pid=25871] ppid=25869 vsize=13724 CPUtime=0.03
/proc/25871/stat : 25871 (sugar) S 25869 25871 25670 0 -1 4194304 1108 0 4 0 3 0 0 0 18 0 1 0 30009179 14053376 805 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25871/statm: 3431 805 368 3 0 531 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13724

[startup+1.33204 s]
/proc/loadavg: 2.91 2.84 2.99 3/92 25884
/proc/meminfo: memFree=1883832/2055920 swapFree=4192812/4192956
[pid=25871] ppid=25869 vsize=13724 CPUtime=0.61
/proc/25871/stat : 25871 (sugar) S 25869 25871 25670 0 -1 4194304 1186 7203 4 35 3 1 51 6 15 0 1 0 30009179 14053376 809 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25871/statm: 3431 809 371 3 0 531 0
[pid=25881] ppid=25871 vsize=807064 CPUtime=0.24
/proc/25881/stat : 25881 (java) R 25871 25871 25670 0 -1 0 3856 0 1 0 22 2 0 0 20 0 8 0 30009286 826433536 3607 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073507706 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/25881/statm: 201766 3607 1482 14 0 189044 0
[pid=25881/tid=25882] ppid=25871 vsize=807064 CPUtime=0
/proc/25881/task/25882/stat : 25882 (java) S 25871 25871 25670 0 -1 64 4 0 0 0 0 0 0 0 19 0 8 0 30009289 826433536 3607 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=25881/tid=25883] ppid=25871 vsize=807064 CPUtime=0
/proc/25881/task/25883/stat : 25883 (java) S 25871 25871 25670 0 -1 64 9 0 0 0 0 0 0 0 19 0 8 0 30009290 826433536 3607 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25881/tid=25884] ppid=25871 vsize=807064 CPUtime=0
/proc/25881/task/25884/stat : 25884 (java) S 25871 25871 25670 0 -1 64 4 0 0 0 0 0 0 0 20 0 8 0 30009290 826433536 3607 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.85
Current children cumulated vsize (KiB) 820788

[startup+2.97023 s]
/proc/loadavg: 2.91 2.84 2.99 3/96 25888
/proc/meminfo: memFree=1860568/2055920 swapFree=4192812/4192956
[pid=25871] ppid=25869 vsize=13724 CPUtime=0.61
/proc/25871/stat : 25871 (sugar) S 25869 25871 25670 0 -1 4194304 1186 7203 4 35 3 1 51 6 15 0 1 0 30009179 14053376 809 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25871/statm: 3431 809 371 3 0 531 0
[pid=25881] ppid=25871 vsize=807384 CPUtime=1.87
/proc/25881/stat : 25881 (java) R 25871 25871 25670 0 -1 0 9527 0 1 0 181 6 0 0 25 0 8 0 30009286 826761216 9266 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073522231 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/25881/statm: 201846 9266 1506 14 0 189124 0
[pid=25881/tid=25882] ppid=25871 vsize=807384 CPUtime=0.18
/proc/25881/task/25882/stat : 25882 (java) S 25871 25871 25670 0 -1 64 3309 0 0 0 17 1 0 0 16 0 8 0 30009289 826761216 9266 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=25881/tid=25883] ppid=25871 vsize=807384 CPUtime=0
/proc/25881/task/25883/stat : 25883 (java) S 25871 25871 25670 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 30009290 826761216 9266 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25881/tid=25884] ppid=25871 vsize=807384 CPUtime=0
/proc/25881/task/25884/stat : 25884 (java) S 25871 25871 25670 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 30009290 826761216 9266 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25881/tid=25885] ppid=25871 vsize=807384 CPUtime=0
/proc/25881/task/25885/stat : 25885 (java) S 25871 25871 25670 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 30009294 826761216 9266 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25881/tid=25886] ppid=25871 vsize=807384 CPUtime=0.15
/proc/25881/task/25886/stat : 25886 (java) S 25871 25871 25670 0 -1 64 419 0 0 0 14 1 0 0 16 0 8 0 30009294 826761216 9266 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25881/tid=25887] ppid=25871 vsize=807384 CPUtime=0
/proc/25881/task/25887/stat : 25887 (java) S 25871 25871 25670 0 -1 64 3 0 0 0 0 0 0 0 19 0 8 0 30009294 826761216 9266 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25881/tid=25888] ppid=25871 vsize=807384 CPUtime=0
/proc/25881/task/25888/stat : 25888 (java) S 25871 25871 25670 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 30009294 826761216 9266 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.48
Current children cumulated vsize (KiB) 821108

[startup+6.25562 s]
/proc/loadavg: 2.84 2.82 2.99 3/89 25889
/proc/meminfo: memFree=1871312/2055920 swapFree=4192812/4192956
[pid=25871] ppid=25869 vsize=20136 CPUtime=2.99
/proc/25871/stat : 25871 (sugar) S 25869 25871 25670 0 -1 4194304 2874 16959 4 36 13 1 271 14 15 0 1 0 30009179 20619264 2392 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25871/statm: 5034 2392 373 3 0 2134 0
[pid=25889] ppid=25871 vsize=9744 CPUtime=2.72
/proc/25889/stat : 25889 (minisat) R 25871 25871 25670 0 -1 0 2468 0 0 0 271 1 0 0 25 0 1 0 30009529 9977856 2010 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528549 0 0 4096 3 0 0 0 17 1 0 0
/proc/25889/statm: 2436 2010 52 112 0 2320 0
Current children cumulated CPU time (s) 5.71
Current children cumulated vsize (KiB) 29880

[startup+12.7304 s]
/proc/loadavg: 2.77 2.81 2.98 3/89 25889
/proc/meminfo: memFree=1863952/2055920 swapFree=4192812/4192956
[pid=25871] ppid=25869 vsize=20136 CPUtime=2.99
/proc/25871/stat : 25871 (sugar) S 25869 25871 25670 0 -1 4194304 2874 16959 4 36 13 1 271 14 16 0 1 0 30009179 20619264 2392 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25871/statm: 5034 2392 373 3 0 2134 0
[pid=25889] ppid=25871 vsize=16620 CPUtime=9.14
/proc/25889/stat : 25889 (minisat) R 25871 25871 25670 0 -1 0 4166 0 0 0 911 3 0 0 25 0 1 0 30009529 17018880 3708 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528467 0 0 4096 3 0 0 0 17 1 0 0
/proc/25889/statm: 4155 3708 52 112 0 4039 0
Current children cumulated CPU time (s) 12.13
Current children cumulated vsize (KiB) 36756

[startup+25.5769 s]
/proc/loadavg: 2.60 2.77 2.97 3/89 25889
/proc/meminfo: memFree=1853776/2055920 swapFree=4192812/4192956
[pid=25871] ppid=25869 vsize=20136 CPUtime=2.99
/proc/25871/stat : 25871 (sugar) S 25869 25871 25670 0 -1 4194304 2874 16959 4 36 13 1 271 14 16 0 1 0 30009179 20619264 2392 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25871/statm: 5034 2392 373 3 0 2134 0
[pid=25889] ppid=25871 vsize=27164 CPUtime=21.86
/proc/25889/stat : 25889 (minisat) R 25871 25871 25670 0 -1 0 6817 0 0 0 2180 6 0 0 25 0 1 0 30009529 27815936 6359 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528677 0 0 4096 3 0 0 0 17 1 0 0
/proc/25889/statm: 6791 6359 52 112 0 6675 0
Current children cumulated CPU time (s) 24.85
Current children cumulated vsize (KiB) 47300

[startup+51.2559 s]
/proc/loadavg: 2.39 2.71 2.94 3/89 25889
/proc/meminfo: memFree=1840592/2055920 swapFree=4192812/4192956
[pid=25871] ppid=25869 vsize=20136 CPUtime=2.99
/proc/25871/stat : 25871 (sugar) S 25869 25871 25670 0 -1 4194304 2874 16959 4 36 13 1 271 14 16 0 1 0 30009179 20619264 2392 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25871/statm: 5034 2392 373 3 0 2134 0
[pid=25889] ppid=25871 vsize=40312 CPUtime=47.3
/proc/25889/stat : 25889 (minisat) R 25871 25871 25670 0 -1 0 10080 0 0 0 4719 11 0 0 25 0 1 0 30009529 41279488 9622 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/25889/statm: 10078 9622 52 112 0 9962 0
Current children cumulated CPU time (s) 50.29
Current children cumulated vsize (KiB) 60448

[startup+102.501 s]
/proc/loadavg: 2.24 2.61 2.89 3/89 25889
/proc/meminfo: memFree=1823568/2055920 swapFree=4192812/4192956
[pid=25871] ppid=25869 vsize=20136 CPUtime=2.99
/proc/25871/stat : 25871 (sugar) S 25869 25871 25670 0 -1 4194304 2874 16959 4 36 13 1 271 14 16 0 1 0 30009179 20619264 2392 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25871/statm: 5034 2392 373 3 0 2134 0
[pid=25889] ppid=25871 vsize=57444 CPUtime=98.09
/proc/25889/stat : 25889 (minisat) R 25871 25871 25670 0 -1 0 14299 0 0 0 9793 16 0 0 25 0 1 0 30009529 58822656 13841 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/25889/statm: 14361 13841 52 112 0 14245 0
Current children cumulated CPU time (s) 101.08
Current children cumulated vsize (KiB) 77580

[startup+162.582 s]
/proc/loadavg: 2.09 2.50 2.84 3/89 25889
/proc/meminfo: memFree=1823504/2055920 swapFree=4192812/4192956
[pid=25871] ppid=25869 vsize=20136 CPUtime=2.99
/proc/25871/stat : 25871 (sugar) S 25869 25871 25670 0 -1 4194304 2874 16959 4 36 13 1 271 14 16 0 1 0 30009179 20619264 2392 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25871/statm: 5034 2392 373 3 0 2134 0
[pid=25889] ppid=25871 vsize=57444 CPUtime=157.62
/proc/25889/stat : 25889 (minisat) R 25871 25871 25670 0 -1 0 14300 0 0 0 15746 16 0 0 25 0 1 0 30009529 58822656 13842 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/25889/statm: 14361 13842 52 112 0 14245 0
Current children cumulated CPU time (s) 160.61
Current children cumulated vsize (KiB) 77580

[startup+222.662 s]
/proc/loadavg: 2.06 2.42 2.79 3/89 25889
/proc/meminfo: memFree=1816528/2055920 swapFree=4192812/4192956
[pid=25871] ppid=25869 vsize=20136 CPUtime=2.99
/proc/25871/stat : 25871 (sugar) S 25869 25871 25670 0 -1 4194304 2874 16959 4 36 13 1 271 14 16 0 1 0 30009179 20619264 2392 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25871/statm: 5034 2392 373 3 0 2134 0
[pid=25889] ppid=25871 vsize=64724 CPUtime=217.14
/proc/25889/stat : 25889 (minisat) R 25871 25871 25670 0 -1 0 16036 0 0 0 21696 18 0 0 25 0 1 0 30009529 66277376 15578 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/25889/statm: 16181 15578 52 112 0 16065 0
Current children cumulated CPU time (s) 220.13
Current children cumulated vsize (KiB) 84860

[startup+282.745 s]
/proc/loadavg: 2.02 2.34 2.73 3/89 25889
/proc/meminfo: memFree=1803664/2055920 swapFree=4192812/4192956
[pid=25871] ppid=25869 vsize=20136 CPUtime=2.99
/proc/25871/stat : 25871 (sugar) S 25869 25871 25670 0 -1 4194304 2874 16959 4 36 13 1 271 14 16 0 1 0 30009179 20619264 2392 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25871/statm: 5034 2392 373 3 0 2134 0
[pid=25889] ppid=25871 vsize=77704 CPUtime=276.68
/proc/25889/stat : 25889 (minisat) R 25871 25871 25670 0 -1 0 19230 0 0 0 27647 21 0 0 25 0 1 0 30009529 79568896 18772 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134525036 0 0 4096 3 0 0 0 17 1 0 0
/proc/25889/statm: 19426 18772 52 112 0 19310 0
Current children cumulated CPU time (s) 279.67
Current children cumulated vsize (KiB) 97840

[startup+342.757 s]
/proc/loadavg: 2.01 2.28 2.69 3/95 25973
/proc/meminfo: memFree=1799184/2055920 swapFree=4192812/4192956
[pid=25871] ppid=25869 vsize=20136 CPUtime=2.99
/proc/25871/stat : 25871 (sugar) S 25869 25871 25670 0 -1 4194304 2874 16959 4 36 13 1 271 14 16 0 1 0 30009179 20619264 2392 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25871/statm: 5034 2392 373 3 0 2134 0
[pid=25889] ppid=25871 vsize=79940 CPUtime=336.03
/proc/25889/stat : 25889 (minisat) R 25871 25871 25670 0 -1 0 19798 0 0 0 33581 22 0 0 25 0 1 0 30009529 81858560 19340 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528342 0 0 4096 3 0 0 0 17 1 0 0
/proc/25889/statm: 19985 19340 52 112 0 19869 0
Current children cumulated CPU time (s) 339.02
Current children cumulated vsize (KiB) 100076

[startup+402.77 s]
/proc/loadavg: 2.00 2.22 2.64 3/95 26061
/proc/meminfo: memFree=1799064/2055920 swapFree=4192812/4192956
[pid=25871] ppid=25869 vsize=20136 CPUtime=2.99
/proc/25871/stat : 25871 (sugar) S 25869 25871 25670 0 -1 4194304 2874 16959 4 36 13 1 271 14 16 0 1 0 30009179 20619264 2392 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25871/statm: 5034 2392 373 3 0 2134 0
[pid=25889] ppid=25871 vsize=79940 CPUtime=395.38
/proc/25889/stat : 25889 (minisat) R 25871 25871 25670 0 -1 0 19798 0 0 0 39516 22 0 0 25 0 1 0 30009529 81858560 19340 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528559 0 0 4096 3 0 0 0 17 1 0 0
/proc/25889/statm: 19985 19340 52 112 0 19869 0
Current children cumulated CPU time (s) 398.37
Current children cumulated vsize (KiB) 100076

[startup+462.853 s]
/proc/loadavg: 2.00 2.18 2.60 3/89 26087

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

/proc/loadavg: 1.93 2.00 2.27 3/88 26258
/proc/meminfo: memFree=1758208/2055920 swapFree=4192812/4192956
[pid=25871] ppid=25869 vsize=20136 CPUtime=2.99
/proc/25871/stat : 25871 (sugar) S 25869 25871 25670 0 -1 4194304 2874 16959 4 36 13 1 271 14 16 0 1 0 30009179 20619264 2392 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25871/statm: 5034 2392 373 3 0 2134 0
[pid=25889] ppid=25871 vsize=99608 CPUtime=1109.62
/proc/25889/stat : 25889 (minisat) R 25871 25871 25670 0 -1 0 24425 0 0 0 110928 34 0 0 25 0 1 0 30009529 101998592 23959 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/25889/statm: 24902 23959 52 112 0 24786 0
Current children cumulated CPU time (s) 1112.61
Current children cumulated vsize (KiB) 119744

[startup+1183.39 s]
/proc/loadavg: 1.97 2.00 2.25 3/88 26258
/proc/meminfo: memFree=1723136/2055920 swapFree=4192812/4192956
[pid=25871] ppid=25869 vsize=20136 CPUtime=2.99
/proc/25871/stat : 25871 (sugar) S 25869 25871 25670 0 -1 4194304 2874 16959 4 36 13 1 271 14 16 0 1 0 30009179 20619264 2392 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25871/statm: 5034 2392 373 3 0 2134 0
[pid=25889] ppid=25871 vsize=103648 CPUtime=1169.65
/proc/25889/stat : 25889 (minisat) R 25871 25871 25670 0 -1 0 25416 0 0 0 116929 36 0 0 25 0 1 0 30009529 106135552 24950 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/25889/statm: 25912 24950 52 112 0 25796 0
Current children cumulated CPU time (s) 1172.64
Current children cumulated vsize (KiB) 123784

[startup+1243.47 s]
/proc/loadavg: 1.99 2.00 2.24 3/88 26258
/proc/meminfo: memFree=1666304/2055920 swapFree=4192812/4192956
[pid=25871] ppid=25869 vsize=20136 CPUtime=2.99
/proc/25871/stat : 25871 (sugar) S 25869 25871 25670 0 -1 4194304 2874 16959 4 36 13 1 271 14 16 0 1 0 30009179 20619264 2392 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25871/statm: 5034 2392 373 3 0 2134 0
[pid=25889] ppid=25871 vsize=103648 CPUtime=1229.65
/proc/25889/stat : 25889 (minisat) R 25871 25871 25670 0 -1 0 25424 0 0 0 122929 36 0 0 25 0 1 0 30009529 106135552 24958 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/25889/statm: 25912 24958 52 112 0 25796 0
Current children cumulated CPU time (s) 1232.64
Current children cumulated vsize (KiB) 123784

[startup+1303.56 s]
/proc/loadavg: 1.99 2.00 2.22 3/88 26258
/proc/meminfo: memFree=1611968/2055920 swapFree=4192812/4192956
[pid=25871] ppid=25869 vsize=20136 CPUtime=2.99
/proc/25871/stat : 25871 (sugar) S 25869 25871 25670 0 -1 4194304 2874 16959 4 36 13 1 271 14 16 0 1 0 30009179 20619264 2392 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25871/statm: 5034 2392 373 3 0 2134 0
[pid=25889] ppid=25871 vsize=103780 CPUtime=1289.69
/proc/25889/stat : 25889 (minisat) R 25871 25871 25670 0 -1 0 25472 0 0 0 128932 37 0 0 25 0 1 0 30009529 106270720 25006 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528535 0 0 4096 3 0 0 0 17 0 0 0
/proc/25889/statm: 25945 25006 52 112 0 25829 0
Current children cumulated CPU time (s) 1292.68
Current children cumulated vsize (KiB) 123916

[startup+1363.58 s]
/proc/loadavg: 2.20 2.05 2.22 4/95 26329
/proc/meminfo: memFree=1463112/2055920 swapFree=4192812/4192956
[pid=25871] ppid=25869 vsize=20136 CPUtime=2.99
/proc/25871/stat : 25871 (sugar) S 25869 25871 25670 0 -1 4194304 2874 16959 4 36 13 1 271 14 16 0 1 0 30009179 20619264 2392 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25871/statm: 5034 2392 373 3 0 2134 0
[pid=25889] ppid=25871 vsize=103992 CPUtime=1349.52
/proc/25889/stat : 25889 (minisat) R 25871 25871 25670 0 -1 0 25496 0 0 0 134913 39 0 0 25 0 1 0 30009529 106487808 25030 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/25889/statm: 25998 25030 52 112 0 25882 0
Current children cumulated CPU time (s) 1352.51
Current children cumulated vsize (KiB) 124128

[startup+1423.62 s]
/proc/loadavg: 2.54 2.17 2.25 4/95 26329
/proc/meminfo: memFree=1432784/2055920 swapFree=4192812/4192956
[pid=25871] ppid=25869 vsize=20136 CPUtime=2.99
/proc/25871/stat : 25871 (sugar) S 25869 25871 25670 0 -1 4194304 2874 16959 4 36 13 1 271 14 16 0 1 0 30009179 20619264 2392 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25871/statm: 5034 2392 373 3 0 2134 0
[pid=25889] ppid=25871 vsize=112324 CPUtime=1409.23
/proc/25889/stat : 25889 (minisat) R 25871 25871 25670 0 -1 0 27551 0 0 0 140881 42 0 0 25 0 1 0 30009529 115019776 27085 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/25889/statm: 28081 27085 52 112 0 27965 0
Current children cumulated CPU time (s) 1412.22
Current children cumulated vsize (KiB) 132460

[startup+1483.64 s]
/proc/loadavg: 2.61 2.26 2.27 4/95 26329
/proc/meminfo: memFree=1414096/2055920 swapFree=4192812/4192956
[pid=25871] ppid=25869 vsize=20136 CPUtime=2.99
/proc/25871/stat : 25871 (sugar) S 25869 25871 25670 0 -1 4194304 2874 16959 4 36 13 1 271 14 16 0 1 0 30009179 20619264 2392 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25871/statm: 5034 2392 373 3 0 2134 0
[pid=25889] ppid=25871 vsize=112324 CPUtime=1468.92
/proc/25889/stat : 25889 (minisat) R 25871 25871 25670 0 -1 0 27556 0 0 0 146850 42 0 0 25 0 1 0 30009529 115019776 27090 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/25889/statm: 28081 27090 52 112 0 27965 0
Current children cumulated CPU time (s) 1471.91
Current children cumulated vsize (KiB) 132460

[startup+1543.72 s]
/proc/loadavg: 2.63 2.33 2.29 3/95 26329
/proc/meminfo: memFree=1388688/2055920 swapFree=4192812/4192956
[pid=25871] ppid=25869 vsize=20136 CPUtime=2.99
/proc/25871/stat : 25871 (sugar) S 25869 25871 25670 0 -1 4194304 2874 16959 4 36 13 1 271 14 16 0 1 0 30009179 20619264 2392 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25871/statm: 5034 2392 373 3 0 2134 0
[pid=25889] ppid=25871 vsize=113060 CPUtime=1528.54
/proc/25889/stat : 25889 (minisat) R 25871 25871 25670 0 -1 0 27707 0 0 0 152811 43 0 0 25 0 1 0 30009529 115773440 27241 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528707 0 0 4096 3 0 0 0 17 0 0 0
/proc/25889/statm: 28265 27241 52 112 0 28149 0
Current children cumulated CPU time (s) 1531.53
Current children cumulated vsize (KiB) 133196

[startup+1603.81 s]
/proc/loadavg: 2.61 2.39 2.31 4/95 26329
/proc/meminfo: memFree=1360720/2055920 swapFree=4192812/4192956
[pid=25871] ppid=25869 vsize=20136 CPUtime=2.99
/proc/25871/stat : 25871 (sugar) S 25869 25871 25670 0 -1 4194304 2874 16959 4 36 13 1 271 14 16 0 1 0 30009179 20619264 2392 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25871/statm: 5034 2392 373 3 0 2134 0
[pid=25889] ppid=25871 vsize=113388 CPUtime=1588.02
/proc/25889/stat : 25889 (minisat) R 25871 25871 25670 0 -1 0 27782 0 0 0 158759 43 0 0 25 0 1 0 30009529 116109312 27316 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528368 0 0 4096 3 0 0 0 17 0 0 0
/proc/25889/statm: 28347 27316 52 112 0 28231 0
Current children cumulated CPU time (s) 1591.01
Current children cumulated vsize (KiB) 133524

[startup+1663.91 s]
/proc/loadavg: 2.70 2.45 2.34 3/95 26329
/proc/meminfo: memFree=1360528/2055920 swapFree=4192812/4192956
[pid=25871] ppid=25869 vsize=20136 CPUtime=2.99
/proc/25871/stat : 25871 (sugar) S 25869 25871 25670 0 -1 4194304 2874 16959 4 36 13 1 271 14 16 0 1 0 30009179 20619264 2392 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25871/statm: 5034 2392 373 3 0 2134 0
[pid=25889] ppid=25871 vsize=113468 CPUtime=1647.55
/proc/25889/stat : 25889 (minisat) R 25871 25871 25670 0 -1 0 27803 0 0 0 164712 43 0 0 25 0 1 0 30009529 116191232 27337 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/25889/statm: 28367 27337 52 112 0 28251 0
Current children cumulated CPU time (s) 1650.54
Current children cumulated vsize (KiB) 133604

[startup+1724 s]
/proc/loadavg: 2.72 2.50 2.36 4/95 26329
/proc/meminfo: memFree=1319888/2055920 swapFree=4192812/4192956
[pid=25871] ppid=25869 vsize=20136 CPUtime=2.99
/proc/25871/stat : 25871 (sugar) S 25869 25871 25670 0 -1 4194304 2874 16959 4 36 13 1 271 14 16 0 1 0 30009179 20619264 2392 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25871/statm: 5034 2392 373 3 0 2134 0
[pid=25889] ppid=25871 vsize=113920 CPUtime=1707.07
/proc/25889/stat : 25889 (minisat) R 25871 25871 25670 0 -1 0 27933 0 0 0 170664 43 0 0 25 0 1 0 30009529 116654080 27444 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/25889/statm: 28480 27444 52 112 0 28364 0
Current children cumulated CPU time (s) 1710.06
Current children cumulated vsize (KiB) 134056

[startup+1784.01 s]
/proc/loadavg: 2.76 2.56 2.39 4/95 26329
/proc/meminfo: memFree=1328144/2055920 swapFree=4192812/4192956
[pid=25871] ppid=25869 vsize=20136 CPUtime=2.99
/proc/25871/stat : 25871 (sugar) S 25869 25871 25670 0 -1 4194304 2874 16959 4 36 13 1 271 14 16 0 1 0 30009179 20619264 2392 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25871/statm: 5034 2392 373 3 0 2134 0
[pid=25889] ppid=25871 vsize=113920 CPUtime=1766.49
/proc/25889/stat : 25889 (minisat) R 25871 25871 25670 0 -1 0 27933 0 0 0 176605 44 0 0 25 0 1 0 30009529 116654080 27444 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528535 0 0 4096 3 0 0 0 17 0 0 0
/proc/25889/statm: 28480 27444 52 112 0 28364 0
Current children cumulated CPU time (s) 1769.48
Current children cumulated vsize (KiB) 134056



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1814.82 s]
/proc/loadavg: 2.85 2.60 2.40 4/95 26329
/proc/meminfo: memFree=1319568/2055920 swapFree=4192812/4192956
[pid=25871] ppid=25869 vsize=20136 CPUtime=2.99
/proc/25871/stat : 25871 (sugar) S 25869 25871 25670 0 -1 4194304 2874 16959 4 36 13 1 271 14 16 0 1 0 30009179 20619264 2392 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25871/statm: 5034 2392 373 3 0 2134 0
[pid=25889] ppid=25871 vsize=113920 CPUtime=1797.03
/proc/25889/stat : 25889 (minisat) R 25871 25871 25670 0 -1 0 27933 0 0 0 179659 44 0 0 25 0 1 0 30009529 116654080 27444 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/25889/statm: 28480 27444 52 112 0 28364 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 134056

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

Child status: 1

!!! problem with CPU time !!!
wait4(...,&childrusage) returns 25871 and gives childrusage.ru_utime.tv_sec=2 childrusage.ru_utime.tv_usec=851566 childrusage.ru_stime.tv_sec=0 childrusage.ru_stime.tv_usec=168974
CPU time returned by wait4() is 3.02054
while last known CPU time is 1800.04

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

Real time (s): 1815.85
CPU time (s): 1800.04
CPU user time (s): 1799.43
CPU system time (s): 0.61
CPU usage (%): 99.1295
Max. virtual memory (cumulated for all children) (KiB): 821108

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2.85157
system time used= 0.168974
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 19918
page faults= 40
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1599
involuntary context switches= 1500

runsolver used 2.00869 s user time and 5.96409 s system time

The end

Launcher Data (download as text)

Begin job on node1 on Mon Jan 29 19:55:41 UTC 2007


IDJOB= 216340
IDBENCH= 5070
IDSOLVER= 86
FILE ID= node1/216340-1170100541

PBS_JOBID= 3689523

Free space on /tmp= 66558 MiB

SOLVER NAME= sugar 0.40
BENCH NAME= HOME/pub/bench/CPAI06/pseudoSeries/chnl/chnl-35-40.xml
COMMAND LINE= /tmp/evaluation/216340-1170100541/solver /tmp/evaluation/216340-1170100541 /tmp/evaluation/216340-1170100541/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node1/watcher-216340-1170100541 -o ROOT/results/node1/solver-216340-1170100541 -C 1800 -M 900  /tmp/evaluation/216340-1170100541/solver /tmp/evaluation/216340-1170100541 /tmp/evaluation/216340-1170100541/unknown.xml

META MD5SUM SOLVER= 0a27e717dfe98d83d9802fe0eea45073
MD5SUM BENCH=  7c3cbd9374a072b7ac1780eb5d587037

RANDOM SEED= 591018540

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.230
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.230
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:       1896824 kB
Buffers:          7424 kB
Cached:          37388 kB
SwapCached:          0 kB
Active:          97436 kB
Inactive:         9952 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1896824 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1212 kB
Writeback:           0 kB
Mapped:          82296 kB
Slab:            36512 kB
Committed_AS:   331228 kB
PageTables:       2160 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= 66553 MiB



End job on node1 on Mon Jan 29 20:25:57 UTC 2007