Trace number 221664

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.03 1802.09

General information on the benchmark

Namerandom/rand-2-24/
rand-24-24-276-139-55021_ext.xml
MD5SUM5ee1d705566657aaf2e9569e23d049db
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark1.16782
SatisfiableYES
(Un)Satisfiability was provedYES
Number of variables24
Number of constraints276
Maximum constraint arity2
Maximum domain size24
Number of constraints which are defined in extension276
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.05	c # Sugar v0-40 (/tmp/evaluation/221664-1170102697/sugar-v0-40.jar)
0.05	
0.05	c # MAIN  BEGIN : /tmp/evaluation/221664-1170102697/unknown.xml [Mon Jan 29 21:31:38 2007]
0.05	c # CONVERT_XML  BEGIN : /tmp/evaluation/221664-1170102697/unknown.xml /tmp/evaluation/221664-1170102697/sugar23073.csp [Mon Jan 29 21:31:38 2007]
0.05	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/221664-1170102697/sugar-v0-40.jar -convert /tmp/evaluation/221664-1170102697/unknown.xml /tmp/evaluation/221664-1170102697/sugar23073.csp
0.17	c BEGIN convert /tmp/evaluation/221664-1170102697/unknown.xml
0.67	c END convert (0.50407 seconds)
0.71	c # CONVERT_XML  END : /tmp/evaluation/221664-1170102697/sugar23073.csp 1240858 bytes (1 seconds) [Mon Jan 29 21:31:39 2007]
0.71	c # CONVERT_XML  CPU : 0.62 = 0 + 0.01 + 0.55 + 0.06
0.71	
0.71	c # GENERATE_SAT  BEGIN : /tmp/evaluation/221664-1170102697/sugar23073.bcnf [Mon Jan 29 21:31:39 2007]
0.71	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/221664-1170102697/sugar-v0-40.jar -bcnf -map /tmp/evaluation/221664-1170102697/sugar23073.map /tmp/evaluation/221664-1170102697/sugar23073.csp /tmp/evaluation/221664-1170102697/sugar23073.bcnf
0.82	c BEGIN parse /tmp/evaluation/221664-1170102697/sugar23073.csp
5.47	c END parse (4.645151 seconds)
5.47	c BEGIN simplify
5.49	c END simplify (0.021204 seconds)
5.49	c BEGIN encode /tmp/evaluation/221664-1170102697/sugar23073.bcnf
5.71	c END encode (0.21991 seconds)
5.74	c # GENERATE_SAT  END : 552 variables 38892 clauses 748392 bytes (5 seconds) [Mon Jan 29 21:31:44 2007]
5.74	c # GENERATE_SAT  CPU : 4.95 = 0 + 0 + 4.83 + 0.12
5.74	
5.74	c # SOLVE_SAT  BEGIN : /tmp/evaluation/221664-1170102697/sugar23073.bcnf [Mon Jan 29 21:31:44 2007]
5.74	c # CMD : /tmp/evaluation/221664-1170102697/minisat /tmp/evaluation/221664-1170102697/sugar23073.bcnf /tmp/evaluation/221664-1170102697/sugar23073.out
5.76	c ==================================[MINISAT]===================================
5.76	c | Conflicts |     ORIGINAL     |              LEARNT              | Progress |
5.76	c |           | Clauses Literals |   Limit Clauses Literals  Lit/Cl |          |
5.76	c ==============================================================================
5.76	c |         0 |   38892   148200 |   12964       0        0     nan |  0.000 % |
5.78	c |       102 |   38892   148200 |   14260     102      924     9.1 |  0.000 % |
5.81	c |       252 |   38892   148200 |   15686     252     2175     8.6 |  0.013 % |
5.84	c |       478 |   38892   148200 |   17255     478     4210     8.8 |  0.015 % |
5.90	c |       816 |   38892   148200 |   18980     816     7334     9.0 |  0.013 % |
5.99	c |      1322 |   38892   148200 |   20878    1322    12020     9.1 |  0.015 % |
6.13	c |      2084 |   38892   148200 |   22966    2084    19124     9.2 |  0.015 % |
6.32	c |      3224 |   38892   148200 |   25263    3224    29616     9.2 |  0.013 % |
6.65	c |      4932 |   38892   148200 |   27789    4932    46349     9.4 |  0.013 % |
7.15	c |      7494 |   38892   148200 |   30568    7494    72069     9.6 |  0.013 % |
7.96	c |     11339 |   38892   148200 |   33625   11339   113781    10.0 |  0.015 % |
9.37	c |     17105 |   38894   148200 |   36987   17103   178378    10.4 |  0.015 % |
11.65	c |     25754 |   38894   148200 |   40686   25752   274727    10.7 |  0.015 % |
15.18	c |     38728 |   38898   148200 |   44755   38722   436478    11.3 |  0.007 % |
21.77	c |     58189 |   38900   148200 |   49230   25625   323295    12.6 |  0.006 % |
34.28	c |     87382 |   38905   148200 |   54153   19275   233068    12.1 |  0.012 % |
52.38	c |    131172 |   38907   148200 |   59569   22768   290833    12.8 |  0.013 % |
81.41	c |    196856 |   38911   148200 |   65526   44401   598546    13.5 |  0.014 % |
128.65	c |    295382 |   38914   148200 |   72078   43959   606014    13.8 |  0.014 % |
208.19	c |    443171 |   38922   148200 |   79286   25390   291378    11.5 |  0.014 % |
316.70	c |    664854 |   38776   147777 |   87215   77219  1173217    15.2 |  0.183 % |
488.66	c |    997379 |   38807   147777 |   95936   50587   756544    15.0 |  0.187 % |
767.97	c |   1496167 |   38830   147777 |  105530   72414  1136200    15.7 |  0.187 % |
1248.32	c |   2244349 |   38711   147411 |  116083   64316   999746    15.5 |  0.363 % |
1801.08	
1801.08	s UNKNOWN
1801.08	c # INTERRUPTED
1801.08	c # MAIN  END :  (1801 seconds) [Mon Jan 29 22:01:39 2007]
1801.08	c # MAIN  CPU : 5.57 = 0 + 0.01 + 5.38 + 0.18
1801.08	

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/node58/watcher-221664-1170102697 -o ROOT/results/node58/solver-221664-1170102697 -C 1800 -M 900 /tmp/evaluation/221664-1170102697/solver /tmp/evaluation/221664-1170102697 /tmp/evaluation/221664-1170102697/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.51 1.74 2.08 5/81 23074
/proc/meminfo: memFree=1875232/2055920 swapFree=4191892/4192956
[pid=23073] ppid=23071 vsize=5352 CPUtime=0
/proc/23073/stat : 23073 (solver) R 23071 23073 22809 0 -1 4194304 264 0 0 0 0 0 0 0 18 0 1 0 30226488 5480448 231 18446744073709551615 4194304 4889804 548682069296 18446744073709551615 226238197031 0 0 4096 0 0 0 0 17 1 0 0
/proc/23073/statm: 1338 231 193 169 0 49 0

[startup+0.105786 s]
/proc/loadavg: 1.51 1.74 2.08 5/81 23074
/proc/meminfo: memFree=1875232/2055920 swapFree=4191892/4192956
[pid=23073] ppid=23071 vsize=13724 CPUtime=0.03
/proc/23073/stat : 23073 (sugar) S 23071 23073 22809 0 -1 4194304 1112 0 0 0 3 0 0 0 18 0 1 0 30226488 14053376 805 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23073/statm: 3431 805 368 3 0 531 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13724

[startup+0.517825 s]
/proc/loadavg: 1.51 1.74 2.08 5/81 23074
/proc/meminfo: memFree=1875232/2055920 swapFree=4191892/4192956
[pid=23073] ppid=23071 vsize=13724 CPUtime=0.03
/proc/23073/stat : 23073 (sugar) S 23071 23073 22809 0 -1 4194304 1121 0 0 0 3 0 0 0 15 0 1 0 30226488 14053376 805 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23073/statm: 3431 805 368 3 0 531 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13724

[startup+1.3459 s]
/proc/loadavg: 1.51 1.74 2.08 5/89 23098
/proc/meminfo: memFree=1861280/2055920 swapFree=4191892/4192956
[pid=23073] ppid=23071 vsize=13724 CPUtime=0.65
/proc/23073/stat : 23073 (sugar) S 23071 23073 22809 0 -1 4194304 1190 7518 0 1 3 1 55 6 16 0 1 0 30226488 14053376 809 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23073/statm: 3431 809 371 3 0 531 0
[pid=23091] ppid=23073 vsize=807064 CPUtime=0.62
/proc/23091/stat : 23091 (java) R 23073 23073 22809 0 -1 0 7798 0 1 0 58 4 0 0 20 0 8 0 30226559 826433536 7545 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/23091/statm: 201766 7545 1494 14 0 189044 0
[pid=23091/tid=23092] ppid=23073 vsize=807064 CPUtime=0.11
/proc/23091/task/23092/stat : 23092 (java) R 23073 23073 22809 0 -1 64 1743 0 0 0 11 0 0 0 16 0 8 0 30226563 826433536 7545 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4153827336 0 0 0 23759 0 0 0 -1 0 0 0
[pid=23091/tid=23093] ppid=23073 vsize=807064 CPUtime=0
/proc/23091/task/23093/stat : 23093 (java) S 23073 23073 22809 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 30226563 826433536 7545 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23091/tid=23094] ppid=23073 vsize=807064 CPUtime=0
/proc/23091/task/23094/stat : 23094 (java) S 23073 23073 22809 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 30226563 826433536 7545 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23091/tid=23095] ppid=23073 vsize=807064 CPUtime=0
/proc/23091/task/23095/stat : 23095 (java) S 23073 23073 22809 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 30226566 826433536 7545 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23091/tid=23096] ppid=23073 vsize=807064 CPUtime=0.05
/proc/23091/task/23096/stat : 23096 (java) S 23073 23073 22809 0 -1 64 292 0 0 0 5 0 0 0 16 0 8 0 30226566 826433536 7545 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23091/tid=23097] ppid=23073 vsize=807064 CPUtime=0
/proc/23091/task/23097/stat : 23097 (java) S 23073 23073 22809 0 -1 64 3 0 0 0 0 0 0 0 19 0 8 0 30226566 826433536 7545 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23091/tid=23098] ppid=23073 vsize=807064 CPUtime=0
/proc/23091/task/23098/stat : 23098 (java) S 23073 23073 22809 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 30226566 826433536 7545 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.27
Current children cumulated vsize (KiB) 820788

[startup+2.98304 s]
/proc/loadavg: 1.55 1.75 2.08 3/89 23098
/proc/meminfo: memFree=1824800/2055920 swapFree=4191892/4192956
[pid=23073] ppid=23071 vsize=13724 CPUtime=0.65
/proc/23073/stat : 23073 (sugar) S 23071 23073 22809 0 -1 4194304 1190 7518 0 1 3 1 55 6 16 0 1 0 30226488 14053376 809 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23073/statm: 3431 809 371 3 0 531 0
[pid=23091] ppid=23073 vsize=807328 CPUtime=2.23
/proc/23091/stat : 23091 (java) R 23073 23073 22809 0 -1 0 13397 0 1 0 217 6 0 0 25 0 8 0 30226559 826703872 13130 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073658054 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/23091/statm: 201832 13130 1506 14 0 189110 0
[pid=23091/tid=23092] ppid=23073 vsize=807328 CPUtime=0.5
/proc/23091/task/23092/stat : 23092 (java) S 23073 23073 22809 0 -1 64 7195 0 0 0 47 3 0 0 16 0 8 0 30226563 826703872 13130 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=23091/tid=23093] ppid=23073 vsize=807328 CPUtime=0
/proc/23091/task/23093/stat : 23093 (java) S 23073 23073 22809 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 30226563 826703872 13130 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23091/tid=23094] ppid=23073 vsize=807328 CPUtime=0
/proc/23091/task/23094/stat : 23094 (java) S 23073 23073 22809 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 30226563 826703872 13130 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23091/tid=23095] ppid=23073 vsize=807328 CPUtime=0
/proc/23091/task/23095/stat : 23095 (java) S 23073 23073 22809 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 30226566 826703872 13130 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23091/tid=23096] ppid=23073 vsize=807328 CPUtime=0.13
/proc/23091/task/23096/stat : 23096 (java) S 23073 23073 22809 0 -1 64 400 0 0 0 13 0 0 0 16 0 8 0 30226566 826703872 13130 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23091/tid=23097] ppid=23073 vsize=807328 CPUtime=0
/proc/23091/task/23097/stat : 23097 (java) S 23073 23073 22809 0 -1 64 3 0 0 0 0 0 0 0 19 0 8 0 30226566 826703872 13130 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23091/tid=23098] ppid=23073 vsize=807328 CPUtime=0
/proc/23091/task/23098/stat : 23098 (java) S 23073 23073 22809 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 30226566 826703872 13130 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.88
Current children cumulated vsize (KiB) 821052

[startup+6.26933 s]
/proc/loadavg: 1.55 1.75 2.08 4/89 23098
/proc/meminfo: memFree=1736480/2055920 swapFree=4191892/4192956
[pid=23073] ppid=23071 vsize=13724 CPUtime=5.6
/proc/23073/stat : 23073 (sugar) S 23071 23073 22809 0 -1 4194304 1276 27728 0 2 3 1 538 18 15 0 1 0 30226488 14053376 815 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23073/statm: 3431 815 373 3 0 531 0
Current children cumulated CPU time (s) 5.6
Current children cumulated vsize (KiB) 13724

[startup+12.6979 s]
/proc/loadavg: 1.69 1.77 2.09 4/82 23099
/proc/meminfo: memFree=1688544/2055920 swapFree=4191892/4192956
[pid=23073] ppid=23071 vsize=13724 CPUtime=5.6
/proc/23073/stat : 23073 (sugar) S 23071 23073 22809 0 -1 4194304 1276 27728 0 2 3 1 538 18 16 0 1 0 30226488 14053376 815 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23073/statm: 3431 815 373 3 0 531 0
[pid=23099] ppid=23073 vsize=5756 CPUtime=6.94
/proc/23099/stat : 23099 (minisat) R 23073 23073 22809 0 -1 0 1267 0 0 0 694 0 0 0 25 0 1 0 30227062 5894144 1070 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528506 0 0 4096 3 0 0 0 17 1 0 0
/proc/23099/statm: 1439 1070 51 112 0 1323 0
Current children cumulated CPU time (s) 12.54
Current children cumulated vsize (KiB) 19480

[startup+25.58 s]
/proc/loadavg: 1.74 1.78 2.09 3/82 23099
/proc/meminfo: memFree=1522976/2055920 swapFree=4191892/4192956
[pid=23073] ppid=23071 vsize=13724 CPUtime=5.6
/proc/23073/stat : 23073 (sugar) S 23071 23073 22809 0 -1 4194304 1276 27728 0 2 3 1 538 18 16 0 1 0 30226488 14053376 815 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23073/statm: 3431 815 373 3 0 531 0
[pid=23099] ppid=23073 vsize=7020 CPUtime=19.82
/proc/23099/stat : 23099 (minisat) R 23073 23073 22809 0 -1 0 1580 0 0 0 1981 1 0 0 25 0 1 0 30227062 7188480 1383 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528429 0 0 4096 3 0 0 0 17 1 0 0
/proc/23099/statm: 1755 1383 51 112 0 1639 0
Current children cumulated CPU time (s) 25.42
Current children cumulated vsize (KiB) 20744

[startup+51.2493 s]
/proc/loadavg: 1.67 1.76 2.07 2/69 23141
/proc/meminfo: memFree=1918536/2055920 swapFree=4191892/4192956
[pid=23073] ppid=23071 vsize=13724 CPUtime=5.6
/proc/23073/stat : 23073 (sugar) S 23071 23073 22809 0 -1 4194304 1276 27728 0 2 3 1 538 18 16 0 1 0 30226488 14053376 815 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23073/statm: 3431 815 373 3 0 531 0
[pid=23099] ppid=23073 vsize=8660 CPUtime=45.45
/proc/23099/stat : 23099 (minisat) R 23073 23073 22809 0 -1 0 2010 0 0 0 4544 1 0 0 25 0 1 0 30227062 8867840 1813 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528723 0 0 4096 3 0 0 0 17 1 0 0
/proc/23099/statm: 2165 1813 51 112 0 2049 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 22384

[startup+102.513 s]
/proc/loadavg: 1.27 1.63 2.01 2/69 23258
/proc/meminfo: memFree=1916872/2055920 swapFree=4191892/4192956
[pid=23073] ppid=23071 vsize=13724 CPUtime=5.6
/proc/23073/stat : 23073 (sugar) S 23071 23073 22809 0 -1 4194304 1276 27728 0 2 3 1 538 18 16 0 1 0 30226488 14053376 815 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23073/statm: 3431 815 373 3 0 531 0
[pid=23099] ppid=23073 vsize=10944 CPUtime=96.63
/proc/23099/stat : 23099 (minisat) R 23073 23073 22809 0 -1 0 2539 0 0 0 9660 3 0 0 25 0 1 0 30227062 11206656 2342 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528371 0 0 4096 3 0 0 0 17 1 0 0
/proc/23099/statm: 2736 2342 51 112 0 2620 0
Current children cumulated CPU time (s) 102.23
Current children cumulated vsize (KiB) 24668

[startup+162.535 s]
/proc/loadavg: 1.45 1.63 1.98 2/66 23329
/proc/meminfo: memFree=1920608/2055920 swapFree=4191892/4192956
[pid=23073] ppid=23071 vsize=13724 CPUtime=5.6
/proc/23073/stat : 23073 (sugar) S 23071 23073 22809 0 -1 4194304 1276 27728 0 2 3 1 538 18 16 0 1 0 30226488 14053376 815 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23073/statm: 3431 815 373 3 0 531 0
[pid=23099] ppid=23073 vsize=12316 CPUtime=156.39
/proc/23099/stat : 23099 (minisat) R 23073 23073 22809 0 -1 0 2907 0 0 0 15634 5 0 0 25 0 1 0 30227062 12611584 2710 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528401 0 0 4096 3 0 0 0 17 1 0 0
/proc/23099/statm: 3079 2710 51 112 0 2963 0
Current children cumulated CPU time (s) 161.99
Current children cumulated vsize (KiB) 26040

[startup+222.591 s]
/proc/loadavg: 1.16 1.51 1.92 2/66 23329
/proc/meminfo: memFree=1919776/2055920 swapFree=4191892/4192956
[pid=23073] ppid=23071 vsize=13724 CPUtime=5.6
/proc/23073/stat : 23073 (sugar) S 23071 23073 22809 0 -1 4194304 1276 27728 0 2 3 1 538 18 16 0 1 0 30226488 14053376 815 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23073/statm: 3431 815 373 3 0 531 0
[pid=23099] ppid=23073 vsize=13320 CPUtime=216.43
/proc/23099/stat : 23099 (minisat) R 23073 23073 22809 0 -1 0 3119 0 0 0 21638 5 0 0 25 0 1 0 30227062 13639680 2922 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/23099/statm: 3330 2922 51 112 0 3214 0
Current children cumulated CPU time (s) 222.03
Current children cumulated vsize (KiB) 27044

[startup+282.645 s]
/proc/loadavg: 1.06 1.42 1.86 2/66 23331
/proc/meminfo: memFree=1918176/2055920 swapFree=4191892/4192956
[pid=23073] ppid=23071 vsize=13724 CPUtime=5.6
/proc/23073/stat : 23073 (sugar) S 23071 23073 22809 0 -1 4194304 1276 27728 0 2 3 1 538 18 16 0 1 0 30226488 14053376 815 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23073/statm: 3431 815 373 3 0 531 0
[pid=23099] ppid=23073 vsize=14136 CPUtime=276.46
/proc/23099/stat : 23099 (minisat) R 23073 23073 22809 0 -1 0 3332 0 0 0 27641 5 0 0 25 0 1 0 30227062 14475264 3135 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528771 0 0 4096 3 0 0 0 17 1 0 0
/proc/23099/statm: 3534 3135 51 112 0 3418 0
Current children cumulated CPU time (s) 282.06
Current children cumulated vsize (KiB) 27860

[startup+342.7 s]
/proc/loadavg: 1.02 1.34 1.80 2/66 23331
/proc/meminfo: memFree=1916192/2055920 swapFree=4191892/4192956
[pid=23073] ppid=23071 vsize=13724 CPUtime=5.6
/proc/23073/stat : 23073 (sugar) S 23071 23073 22809 0 -1 4194304 1276 27728 0 2 3 1 538 18 16 0 1 0 30226488 14053376 815 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23073/statm: 3431 815 373 3 0 531 0
[pid=23099] ppid=23073 vsize=16032 CPUtime=336.51
/proc/23099/stat : 23099 (minisat) R 23073 23073 22809 0 -1 0 3800 0 0 0 33645 6 0 0 25 0 1 0 30227062 16416768 3603 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528559 0 0 4096 3 0 0 0 17 1 0 0
/proc/23099/statm: 4008 3603 51 112 0 3892 0
Current children cumulated CPU time (s) 342.11
Current children cumulated vsize (KiB) 29756

[startup+402.753 s]
/proc/loadavg: 1.05 1.29 1.76 2/66 23331
/proc/meminfo: memFree=1915680/2055920 swapFree=4191892/4192956
[pid=23073] ppid=23071 vsize=13724 CPUtime=5.6
/proc/23073/stat : 23073 (sugar) S 23071 23073 22809 0 -1 4194304 1276 27728 0 2 3 1 538 18 16 0 1 0 30226488 14053376 815 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23073/statm: 3431 815 373 3 0 531 0
[pid=23099] ppid=23073 vsize=16524 CPUtime=396.55
/proc/23099/stat : 23099 (minisat) R 23073 23073 22809 0 -1 0 3929 0 0 0 39649 6 0 0 25 0 1 0 30227062 16920576 3732 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528392 0 0 4096 3 0 0 0 17 1 0 0
/proc/23099/statm: 4131 3732 51 112 0 4015 0

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

/proc/loadavg: 1.00 1.02 1.33 2/66 23331
/proc/meminfo: memFree=1907808/2055920 swapFree=4191892/4192956
[pid=23073] ppid=23071 vsize=13724 CPUtime=5.6
/proc/23073/stat : 23073 (sugar) S 23071 23073 22809 0 -1 4194304 1276 27728 0 2 3 1 538 18 16 0 1 0 30226488 14053376 815 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23073/statm: 3431 815 373 3 0 531 0
[pid=23099] ppid=23073 vsize=24572 CPUtime=1116.97
/proc/23099/stat : 23099 (minisat) R 23073 23073 22809 0 -1 0 5842 0 0 0 111688 9 0 0 25 0 1 0 30227062 25161728 5645 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134638202 0 0 4096 3 0 0 0 17 1 0 0
/proc/23099/statm: 6143 5645 51 112 0 6027 0
Current children cumulated CPU time (s) 1122.57
Current children cumulated vsize (KiB) 38296

[startup+1183.43 s]
/proc/loadavg: 1.08 1.03 1.31 2/66 23331
/proc/meminfo: memFree=1907296/2055920 swapFree=4191892/4192956
[pid=23073] ppid=23071 vsize=13724 CPUtime=5.6
/proc/23073/stat : 23073 (sugar) S 23071 23073 22809 0 -1 4194304 1276 27728 0 2 3 1 538 18 16 0 1 0 30226488 14053376 815 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23073/statm: 3431 815 373 3 0 531 0
[pid=23099] ppid=23073 vsize=25060 CPUtime=1177.02
/proc/23099/stat : 23099 (minisat) R 23073 23073 22809 0 -1 0 5954 0 0 0 117692 10 0 0 25 0 1 0 30227062 25661440 5757 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528677 0 0 4096 3 0 0 0 17 1 0 0
/proc/23099/statm: 6265 5757 51 112 0 6149 0
Current children cumulated CPU time (s) 1182.62
Current children cumulated vsize (KiB) 38784

[startup+1243.48 s]
/proc/loadavg: 1.03 1.02 1.29 2/66 23331
/proc/meminfo: memFree=1906912/2055920 swapFree=4191892/4192956
[pid=23073] ppid=23071 vsize=13724 CPUtime=5.6
/proc/23073/stat : 23073 (sugar) S 23071 23073 22809 0 -1 4194304 1276 27728 0 2 3 1 538 18 16 0 1 0 30226488 14053376 815 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23073/statm: 3431 815 373 3 0 531 0
[pid=23099] ppid=23073 vsize=25532 CPUtime=1237.05
/proc/23099/stat : 23099 (minisat) R 23073 23073 22809 0 -1 0 6046 0 0 0 123695 10 0 0 25 0 1 0 30227062 26144768 5849 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528768 0 0 4096 3 0 0 0 17 1 0 0
/proc/23099/statm: 6383 5849 51 112 0 6267 0
Current children cumulated CPU time (s) 1242.65
Current children cumulated vsize (KiB) 39256

[startup+1303.54 s]
/proc/loadavg: 1.01 1.02 1.27 2/66 23331
/proc/meminfo: memFree=1906400/2055920 swapFree=4191892/4192956
[pid=23073] ppid=23071 vsize=13724 CPUtime=5.6
/proc/23073/stat : 23073 (sugar) S 23071 23073 22809 0 -1 4194304 1276 27728 0 2 3 1 538 18 16 0 1 0 30226488 14053376 815 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23073/statm: 3431 815 373 3 0 531 0
[pid=23099] ppid=23073 vsize=25920 CPUtime=1297.09
/proc/23099/stat : 23099 (minisat) R 23073 23073 22809 0 -1 0 6171 0 0 0 129699 10 0 0 25 0 1 0 30227062 26542080 5974 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/23099/statm: 6480 5974 51 112 0 6364 0
Current children cumulated CPU time (s) 1302.69
Current children cumulated vsize (KiB) 39644

[startup+1363.59 s]
/proc/loadavg: 1.00 1.01 1.25 2/66 23331
/proc/meminfo: memFree=1906016/2055920 swapFree=4191892/4192956
[pid=23073] ppid=23071 vsize=13724 CPUtime=5.6
/proc/23073/stat : 23073 (sugar) S 23071 23073 22809 0 -1 4194304 1276 27728 0 2 3 1 538 18 16 0 1 0 30226488 14053376 815 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23073/statm: 3431 815 373 3 0 531 0
[pid=23099] ppid=23073 vsize=26368 CPUtime=1357.12
/proc/23099/stat : 23099 (minisat) R 23073 23073 22809 0 -1 0 6256 0 0 0 135702 10 0 0 25 0 1 0 30227062 27000832 6059 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528401 0 0 4096 3 0 0 0 17 1 0 0
/proc/23099/statm: 6592 6059 51 112 0 6476 0
Current children cumulated CPU time (s) 1362.72
Current children cumulated vsize (KiB) 40092

[startup+1423.64 s]
/proc/loadavg: 1.00 1.01 1.23 2/66 23331
/proc/meminfo: memFree=1905632/2055920 swapFree=4191892/4192956
[pid=23073] ppid=23071 vsize=13724 CPUtime=5.6
/proc/23073/stat : 23073 (sugar) S 23071 23073 22809 0 -1 4194304 1276 27728 0 2 3 1 538 18 16 0 1 0 30226488 14053376 815 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23073/statm: 3431 815 373 3 0 531 0
[pid=23099] ppid=23073 vsize=26780 CPUtime=1417.15
/proc/23099/stat : 23099 (minisat) R 23073 23073 22809 0 -1 0 6370 0 0 0 141705 10 0 0 25 0 1 0 30227062 27422720 6173 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/23099/statm: 6695 6173 51 112 0 6579 0
Current children cumulated CPU time (s) 1422.75
Current children cumulated vsize (KiB) 40504

[startup+1483.68 s]
/proc/loadavg: 1.00 1.00 1.21 2/66 23331
/proc/meminfo: memFree=1904928/2055920 swapFree=4191892/4192956
[pid=23073] ppid=23071 vsize=13724 CPUtime=5.6
/proc/23073/stat : 23073 (sugar) S 23071 23073 22809 0 -1 4194304 1276 27728 0 2 3 1 538 18 16 0 1 0 30226488 14053376 815 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23073/statm: 3431 815 373 3 0 531 0
[pid=23099] ppid=23073 vsize=27484 CPUtime=1477.18
/proc/23099/stat : 23099 (minisat) R 23073 23073 22809 0 -1 0 6526 0 0 0 147708 10 0 0 25 0 1 0 30227062 28143616 6329 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528368 0 0 4096 3 0 0 0 17 1 0 0
/proc/23099/statm: 6871 6329 51 112 0 6755 0
Current children cumulated CPU time (s) 1482.78
Current children cumulated vsize (KiB) 41208

[startup+1543.74 s]
/proc/loadavg: 1.00 1.00 1.19 2/66 23331
/proc/meminfo: memFree=1904544/2055920 swapFree=4191892/4192956
[pid=23073] ppid=23071 vsize=13724 CPUtime=5.6
/proc/23073/stat : 23073 (sugar) S 23071 23073 22809 0 -1 4194304 1276 27728 0 2 3 1 538 18 16 0 1 0 30226488 14053376 815 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23073/statm: 3431 815 373 3 0 531 0
[pid=23099] ppid=23073 vsize=27800 CPUtime=1537.23
/proc/23099/stat : 23099 (minisat) R 23073 23073 22809 0 -1 0 6614 0 0 0 153712 11 0 0 25 0 1 0 30227062 28467200 6417 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/23099/statm: 6950 6417 51 112 0 6834 0
Current children cumulated CPU time (s) 1542.83
Current children cumulated vsize (KiB) 41524

[startup+1603.79 s]
/proc/loadavg: 1.00 1.00 1.18 2/66 23331
/proc/meminfo: memFree=1904032/2055920 swapFree=4191892/4192956
[pid=23073] ppid=23071 vsize=13724 CPUtime=5.6
/proc/23073/stat : 23073 (sugar) S 23071 23073 22809 0 -1 4194304 1276 27728 0 2 3 1 538 18 16 0 1 0 30226488 14053376 815 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23073/statm: 3431 815 373 3 0 531 0
[pid=23099] ppid=23073 vsize=28384 CPUtime=1597.26
/proc/23099/stat : 23099 (minisat) R 23073 23073 22809 0 -1 0 6729 0 0 0 159715 11 0 0 25 0 1 0 30227062 29065216 6532 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/23099/statm: 7096 6532 51 112 0 6980 0
Current children cumulated CPU time (s) 1602.86
Current children cumulated vsize (KiB) 42108

[startup+1663.84 s]
/proc/loadavg: 1.00 1.00 1.17 2/66 23331
/proc/meminfo: memFree=1903648/2055920 swapFree=4191892/4192956
[pid=23073] ppid=23071 vsize=13724 CPUtime=5.6
/proc/23073/stat : 23073 (sugar) S 23071 23073 22809 0 -1 4194304 1276 27728 0 2 3 1 538 18 16 0 1 0 30226488 14053376 815 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23073/statm: 3431 815 373 3 0 531 0
[pid=23099] ppid=23073 vsize=28816 CPUtime=1657.29
/proc/23099/stat : 23099 (minisat) R 23073 23073 22809 0 -1 0 6829 0 0 0 165718 11 0 0 25 0 1 0 30227062 29507584 6632 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528392 0 0 4096 3 0 0 0 17 1 0 0
/proc/23099/statm: 7204 6632 51 112 0 7088 0
Current children cumulated CPU time (s) 1662.89
Current children cumulated vsize (KiB) 42540

[startup+1723.89 s]
/proc/loadavg: 1.00 1.00 1.16 2/66 23331
/proc/meminfo: memFree=1903328/2055920 swapFree=4191892/4192956
[pid=23073] ppid=23071 vsize=13724 CPUtime=5.6
/proc/23073/stat : 23073 (sugar) S 23071 23073 22809 0 -1 4194304 1276 27728 0 2 3 1 538 18 16 0 1 0 30226488 14053376 815 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23073/statm: 3431 815 373 3 0 531 0
[pid=23099] ppid=23073 vsize=29128 CPUtime=1717.33
/proc/23099/stat : 23099 (minisat) R 23073 23073 22809 0 -1 0 6915 0 0 0 171722 11 0 0 25 0 1 0 30227062 29827072 6718 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/23099/statm: 7282 6718 51 112 0 7166 0
Current children cumulated CPU time (s) 1722.93
Current children cumulated vsize (KiB) 42852

[startup+1783.95 s]
/proc/loadavg: 1.00 1.00 1.14 2/72 23413
/proc/meminfo: memFree=1901344/2055920 swapFree=4191892/4192956
[pid=23073] ppid=23071 vsize=13724 CPUtime=5.6
/proc/23073/stat : 23073 (sugar) S 23071 23073 22809 0 -1 4194304 1276 27728 0 2 3 1 538 18 16 0 1 0 30226488 14053376 815 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23073/statm: 3431 815 373 3 0 531 0
[pid=23099] ppid=23073 vsize=29412 CPUtime=1777.32
/proc/23099/stat : 23099 (minisat) R 23073 23073 22809 0 -1 0 6970 0 0 0 177721 11 0 0 25 0 1 0 30227062 30117888 6773 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/23099/statm: 7353 6773 51 112 0 7237 0
Current children cumulated CPU time (s) 1782.92
Current children cumulated vsize (KiB) 43136



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1801.07 s]
/proc/loadavg: 1.00 1.00 1.14 2/72 23439
/proc/meminfo: memFree=1901152/2055920 swapFree=4191892/4192956
[pid=23073] ppid=23071 vsize=13724 CPUtime=5.6
/proc/23073/stat : 23073 (sugar) S 23071 23073 22809 0 -1 4194304 1276 27728 0 2 3 1 538 18 16 0 1 0 30226488 14053376 815 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23073/statm: 3431 815 373 3 0 531 0
[pid=23099] ppid=23073 vsize=29548 CPUtime=1794.43
/proc/23099/stat : 23099 (minisat) R 23073 23073 22809 0 -1 0 7006 0 0 0 179431 12 0 0 25 0 1 0 30227062 30257152 6809 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528710 0 0 4096 3 0 0 0 17 1 0 0
/proc/23099/statm: 7387 6809 51 112 0 7271 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 43272

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

Child status: 1

!!! problem with CPU time !!!
wait4(...,&childrusage) returns 23073 and gives childrusage.ru_utime.tv_sec=5 childrusage.ru_utime.tv_usec=424175 childrusage.ru_stime.tv_sec=0 childrusage.ru_stime.tv_usec=200969
CPU time returned by wait4() is 5.62514
while last known CPU time is 1800.03

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

Real time (s): 1802.09
CPU time (s): 1800.03
CPU user time (s): 1799.72
CPU system time (s): 0.31
CPU usage (%): 99.8859
Max. virtual memory (cumulated for all children) (KiB): 821052

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 5.42417
system time used= 0.200969
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 29087
page faults= 2
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1389
involuntary context switches= 1312

runsolver used 1.2908 s user time and 3.81142 s system time

The end

Launcher Data (download as text)

Begin job on node58 on Mon Jan 29 20:31:38 UTC 2007


IDJOB= 221664
IDBENCH= 5462
IDSOLVER= 86
FILE ID= node58/221664-1170102697

PBS_JOBID= 3689813

Free space on /tmp= 66550 MiB

SOLVER NAME= sugar 0.40
BENCH NAME= HOME/pub/bench/CPAI06/random/rand-2-24/rand-24-24-276-139-55021_ext.xml
COMMAND LINE= /tmp/evaluation/221664-1170102697/solver /tmp/evaluation/221664-1170102697 /tmp/evaluation/221664-1170102697/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node58/watcher-221664-1170102697 -o ROOT/results/node58/solver-221664-1170102697 -C 1800 -M 900  /tmp/evaluation/221664-1170102697/solver /tmp/evaluation/221664-1170102697 /tmp/evaluation/221664-1170102697/unknown.xml

META MD5SUM SOLVER= 0a27e717dfe98d83d9802fe0eea45073
MD5SUM BENCH=  5ee1d705566657aaf2e9569e23d049db

RANDOM SEED= 671074155

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.234
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.234
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:       1875904 kB
Buffers:         15400 kB
Cached:          55764 kB
SwapCached:         32 kB
Active:          90980 kB
Inactive:        40036 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1875904 kB
SwapTotal:     4192956 kB
SwapFree:      4191892 kB
Dirty:           14716 kB
Writeback:           0 kB
Mapped:          76980 kB
Slab:            34244 kB
Committed_AS:   471868 kB
PageTables:       1892 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= 66564 MiB



End job on node58 on Mon Jan 29 21:01:40 UTC 2007