Trace number 221293

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.08 1810.11

General information on the benchmark

NamequeenAttacking/
queenAttacking-9.xml
MD5SUM08845c86b3cd6b454c691cd67cb94d14
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
SatisfiableNO
(Un)Satisfiability was provedNO
Number of variables82
Number of constraints3262
Maximum constraint arity2
Maximum domain size81
Number of constraints which are defined in extension0
Number of constraints which are defined in intension3262
Global constraints used (with number of constraints)

Solver Data (download as text)

0.05	c # Sugar v0-40 (/tmp/evaluation/221293-1170102655/sugar-v0-40.jar)
0.05	
0.05	c # MAIN  BEGIN : /tmp/evaluation/221293-1170102655/unknown.xml [Mon Jan 29 21:30:58 2007]
0.05	c # CONVERT_XML  BEGIN : /tmp/evaluation/221293-1170102655/unknown.xml /tmp/evaluation/221293-1170102655/sugar28036.csp [Mon Jan 29 21:30:58 2007]
0.05	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/221293-1170102655/sugar-v0-40.jar -convert /tmp/evaluation/221293-1170102655/unknown.xml /tmp/evaluation/221293-1170102655/sugar28036.csp
0.16	c BEGIN convert /tmp/evaluation/221293-1170102655/unknown.xml
0.68	c END convert (0.514042 seconds)
0.70	c # CONVERT_XML  END : /tmp/evaluation/221293-1170102655/sugar28036.csp 60758 bytes (1 seconds) [Mon Jan 29 21:30:59 2007]
0.70	c # CONVERT_XML  CPU : 0 = 0 + 0 + 0 + 0
0.70	
0.70	c # GENERATE_SAT  BEGIN : /tmp/evaluation/221293-1170102655/sugar28036.bcnf [Mon Jan 29 21:30:59 2007]
0.70	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/221293-1170102655/sugar-v0-40.jar -bcnf -map /tmp/evaluation/221293-1170102655/sugar28036.map /tmp/evaluation/221293-1170102655/sugar28036.csp /tmp/evaluation/221293-1170102655/sugar28036.bcnf
0.82	c BEGIN parse /tmp/evaluation/221293-1170102655/sugar28036.csp
1.41	c END parse (0.58369 seconds)
1.41	c BEGIN simplify
1.43	c END simplify (0.025964 seconds)
1.43	c BEGIN encode /tmp/evaluation/221293-1170102655/sugar28036.bcnf
2.21	c END encode (0.778641 seconds)
2.31	c # GENERATE_SAT  END : 18024 variables 698142 clauses 11084528 bytes (1 seconds) [Mon Jan 29 21:31:00 2007]
2.31	c # GENERATE_SAT  CPU : 1.57 = 0.07 + 0 + 1.37 + 0.13
2.31	
2.31	c # SOLVE_SAT  BEGIN : /tmp/evaluation/221293-1170102655/sugar28036.bcnf [Mon Jan 29 21:31:00 2007]
2.31	c # CMD : /tmp/evaluation/221293-1170102655/minisat /tmp/evaluation/221293-1170102655/sugar28036.bcnf /tmp/evaluation/221293-1170102655/sugar28036.out
2.70	c ==================================[MINISAT]===================================
2.70	c | Conflicts |     ORIGINAL     |              LEARNT              | Progress |
2.70	c |           | Clauses Literals |   Limit Clauses Literals  Lit/Cl |          |
2.70	c ==============================================================================
2.70	c |         0 |  698142  2072980 |  232714       0        0     nan |  0.000 % |
2.84	c |       100 |  698095  2072788 |  255985      77      483     6.3 |  0.843 % |
2.93	c |       253 |  698099  2072788 |  281583     221     1456     6.6 |  1.043 % |
3.07	c |       478 |  698104  2072788 |  309742     436     3079     7.1 |  1.226 % |
3.26	c |       815 |  698116  2072788 |  340716     750     5403     7.2 |  1.659 % |
3.45	c |      1323 |  698125  2072788 |  374788    1237     9899     8.0 |  2.108 % |
3.80	c |      2082 |  698133  2072788 |  412267    1977    17542     8.9 |  2.558 % |
4.42	c |      3221 |  698142  2072788 |  453493    3095    29677     9.6 |  2.990 % |
5.33	c |      4929 |  690841  2052008 |  498843    4784    50839    10.6 |  3.273 % |
6.79	c |      7492 |  690853  2052008 |  548727    7320    84493    11.5 |  3.889 % |
8.80	c |     11336 |  688750  2046200 |  603600   11125   137844    12.4 |  4.538 % |
12.65	c |     17102 |  686870  2040824 |  663960   16822   215623    12.8 |  5.920 % |
17.14	c |     25752 |  685104  2036000 |  730356   25422   350362    13.8 |  6.752 % |
24.70	c |     38727 |  682418  2028920 |  803391   38345   589380    15.4 |  7.884 % |
38.79	c |     58188 |  680422  2024312 |  883731   57744  1040742    18.0 |  8.999 % |
59.17	c |     87380 |  678193  2019104 |  972104   86889  1720582    19.8 | 10.081 % |
95.21	c |    131169 |  676834  2015960 | 1069314  130629  2879985    22.0 | 10.830 % |
181.57	c |    196854 |  675235  2012048 | 1176245  196282  5598334    28.5 | 11.396 % |
327.85	c |    295381 |  674940  2011400 | 1293870  294781  9700227    32.9 | 11.629 % |
617.45	c |    443172 |  674153  2009528 | 1423257  442547 16475464    37.2 | 11.945 % |
1414.19	c |    664855 |  673791  2008688 | 1565583  664210 31235814    47.0 | 12.212 % |
1809.09	
1809.09	s UNKNOWN
1809.09	c # INTERRUPTED
1809.09	c # MAIN  END :  (1809 seconds) [Mon Jan 29 22:01:07 2007]
1809.09	c # MAIN  CPU : 1.57 = 0.07 + 0 + 1.37 + 0.13
1809.09	

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/node62/watcher-221293-1170102655 -o ROOT/results/node62/solver-221293-1170102655 -C 1800 -M 900 /tmp/evaluation/221293-1170102655/solver /tmp/evaluation/221293-1170102655 /tmp/evaluation/221293-1170102655/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.11 1.54 1.88 3/82 28037
/proc/meminfo: memFree=1891128/2055920 swapFree=4192812/4192956
[pid=28036] ppid=28034 vsize=5352 CPUtime=0
/proc/28036/stat : 28036 (solver) R 28034 28036 27568 0 -1 4194304 264 0 0 0 0 0 0 0 20 0 1 0 30222838 5480448 231 18446744073709551615 4194304 4889804 548682069296 18446744073709551615 236437695783 0 0 4096 0 0 0 0 17 1 0 0
/proc/28036/statm: 1338 231 193 169 0 49 0

[startup+0.104539 s]
/proc/loadavg: 1.11 1.54 1.88 3/82 28037
/proc/meminfo: memFree=1891128/2055920 swapFree=4192812/4192956
[pid=28036] ppid=28034 vsize=13724 CPUtime=0.03
/proc/28036/stat : 28036 (sugar) S 28034 28036 27568 0 -1 4194304 1112 0 0 0 2 1 0 0 20 0 1 0 30222838 14053376 805 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28036/statm: 3431 805 368 3 0 531 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13724

[startup+0.512587 s]
/proc/loadavg: 1.11 1.54 1.88 3/82 28037
/proc/meminfo: memFree=1891128/2055920 swapFree=4192812/4192956
[pid=28036] ppid=28034 vsize=13724 CPUtime=0.03
/proc/28036/stat : 28036 (sugar) S 28034 28036 27568 0 -1 4194304 1121 0 0 0 2 1 0 0 15 0 1 0 30222838 14053376 805 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28036/statm: 3431 805 368 3 0 531 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13724

[startup+1.33768 s]
/proc/loadavg: 1.11 1.54 1.88 3/91 28053
/proc/meminfo: memFree=1852008/2055920 swapFree=4192812/4192956
[pid=28036] ppid=28034 vsize=13724 CPUtime=0.03
/proc/28036/stat : 28036 (sugar) S 28034 28036 27568 0 -1 4194304 1188 0 0 0 2 1 0 0 15 0 1 0 30222838 14053376 808 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28036/statm: 3431 808 370 3 0 531 0
[pid=28038] ppid=28036 vsize=0 CPUtime=0.62
/proc/28038/stat : 28038 (java) Z 28036 28036 27568 0 -1 1036 6131 0 1 0 58 4 0 0 17 0 1 0 30222843 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/28038/statm: 0 0 0 0 0 0 0
[pid=28046] ppid=28036 vsize=807360 CPUtime=0.62
/proc/28046/stat : 28046 (java) R 28036 28036 27568 0 -1 0 6673 0 1 0 57 5 0 0 22 0 8 0 30222908 826736640 6423 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4072916972 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28046/statm: 201840 6423 1506 14 0 189118 0
[pid=28046/tid=28047] ppid=28036 vsize=807360 CPUtime=0.02
/proc/28046/task/28047/stat : 28047 (java) S 28036 28036 27568 0 -1 64 478 0 0 0 2 0 0 0 16 0 8 0 30222912 826736640 6423 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=28046/tid=28048] ppid=28036 vsize=807360 CPUtime=0
/proc/28046/task/28048/stat : 28048 (java) S 28036 28036 27568 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 30222912 826736640 6423 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28046/tid=28049] ppid=28036 vsize=807360 CPUtime=0
/proc/28046/task/28049/stat : 28049 (java) S 28036 28036 27568 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 30222912 826736640 6423 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28046/tid=28050] ppid=28036 vsize=807360 CPUtime=0
/proc/28046/task/28050/stat : 28050 (java) S 28036 28036 27568 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 30222916 826736640 6423 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28046/tid=28051] ppid=28036 vsize=807360 CPUtime=0.13
/proc/28046/task/28051/stat : 28051 (java) S 28036 28036 27568 0 -1 64 410 0 0 0 13 0 0 0 16 0 8 0 30222916 826736640 6423 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28046/tid=28052] ppid=28036 vsize=807360 CPUtime=0
/proc/28046/task/28052/stat : 28052 (java) S 28036 28036 27568 0 -1 64 3 0 0 0 0 0 0 0 19 0 8 0 30222916 826736640 6423 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28046/tid=28053] ppid=28036 vsize=807360 CPUtime=0
/proc/28046/task/28053/stat : 28053 (java) S 28036 28036 27568 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 30222916 826736640 6423 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) 821084

[startup+2.98688 s]
/proc/loadavg: 1.18 1.55 1.88 3/83 28053
/proc/meminfo: memFree=1834024/2055920 swapFree=4192812/4192956
[pid=28036] ppid=28034 vsize=17884 CPUtime=1.6
/proc/28036/stat : 28036 (sugar) S 28034 28036 27568 0 -1 4194304 2316 9184 0 1 9 1 137 13 15 0 1 0 30222838 18313216 1827 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28036/statm: 4471 1827 373 3 0 1571 0
[pid=28038] ppid=28036 vsize=0 CPUtime=0.62
/proc/28038/stat : 28038 (java) Z 28036 28036 27568 0 -1 1036 6131 0 1 0 58 4 0 0 17 0 1 0 30222843 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/28038/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 2.22
Current children cumulated vsize (KiB) 17884

[startup+6.26627 s]
/proc/loadavg: 1.18 1.55 1.88 3/77 28055
/proc/meminfo: memFree=1718040/2055920 swapFree=4192812/4192956
[pid=28036] ppid=28034 vsize=17884 CPUtime=1.6
/proc/28036/stat : 28036 (sugar) S 28034 28036 27568 0 -1 4194304 2316 9184 0 1 9 1 137 13 16 0 1 0 30222838 18313216 1827 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28036/statm: 4471 1827 373 3 0 1571 0
[pid=28038] ppid=28036 vsize=0 CPUtime=0.62
/proc/28038/stat : 28038 (java) Z 28036 28036 27568 0 -1 1036 6131 0 1 0 58 4 0 0 17 0 1 0 30222843 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/28038/statm: 0 0 0 0 0 0 0
[pid=28054] ppid=28036 vsize=30536 CPUtime=3.9
/proc/28054/stat : 28054 (minisat) R 28036 28036 27568 0 -1 0 8273 0 0 0 385 5 0 0 25 0 1 0 30223070 31268864 7235 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528392 0 0 4096 3 0 0 0 17 0 0 0
/proc/28054/statm: 7634 7235 51 112 0 7518 0
Current children cumulated CPU time (s) 6.12
Current children cumulated vsize (KiB) 48420

[startup+12.751 s]
/proc/loadavg: 1.38 1.58 1.89 3/77 28055
/proc/meminfo: memFree=1632672/2055920 swapFree=4192812/4192956
[pid=28036] ppid=28034 vsize=17884 CPUtime=1.6
/proc/28036/stat : 28036 (sugar) S 28034 28036 27568 0 -1 4194304 2316 9184 0 1 9 1 137 13 16 0 1 0 30222838 18313216 1827 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28036/statm: 4471 1827 373 3 0 1571 0
[pid=28038] ppid=28036 vsize=0 CPUtime=0.62
/proc/28038/stat : 28038 (java) Z 28036 28036 27568 0 -1 1036 6131 0 1 0 58 4 0 0 17 0 1 0 30222843 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/28038/statm: 0 0 0 0 0 0 0
[pid=28054] ppid=28036 vsize=31196 CPUtime=10.33
/proc/28054/stat : 28054 (minisat) R 28036 28036 27568 0 -1 0 8428 0 0 0 1027 6 0 0 25 0 1 0 30223070 31944704 7390 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/28054/statm: 7799 7390 51 112 0 7683 0
Current children cumulated CPU time (s) 12.55
Current children cumulated vsize (KiB) 49080

[startup+25.5846 s]
/proc/loadavg: 1.47 1.59 1.89 3/77 28055
/proc/meminfo: memFree=1628640/2055920 swapFree=4192812/4192956
[pid=28036] ppid=28034 vsize=17884 CPUtime=1.6
/proc/28036/stat : 28036 (sugar) S 28034 28036 27568 0 -1 4194304 2316 9184 0 1 9 1 137 13 16 0 1 0 30222838 18313216 1827 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28036/statm: 4471 1827 373 3 0 1571 0
[pid=28038] ppid=28036 vsize=0 CPUtime=0.62
/proc/28038/stat : 28038 (java) Z 28036 28036 27568 0 -1 1036 6131 0 1 0 58 4 0 0 17 0 1 0 30222843 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/28038/statm: 0 0 0 0 0 0 0
[pid=28054] ppid=28036 vsize=33596 CPUtime=23.1
/proc/28054/stat : 28054 (minisat) R 28036 28036 27568 0 -1 0 9019 0 0 0 2304 6 0 0 25 0 1 0 30223070 34402304 7981 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134525573 0 0 4096 3 0 0 0 17 0 0 0
/proc/28054/statm: 8399 7981 51 112 0 8283 0
Current children cumulated CPU time (s) 25.32
Current children cumulated vsize (KiB) 51480

[startup+51.2846 s]
/proc/loadavg: 1.65 1.62 1.89 3/77 28055
/proc/meminfo: memFree=1623072/2055920 swapFree=4192812/4192956
[pid=28036] ppid=28034 vsize=17884 CPUtime=1.6
/proc/28036/stat : 28036 (sugar) S 28034 28036 27568 0 -1 4194304 2316 9184 0 1 9 1 137 13 16 0 1 0 30222838 18313216 1827 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28036/statm: 4471 1827 373 3 0 1571 0
[pid=28038] ppid=28036 vsize=0 CPUtime=0.62
/proc/28038/stat : 28038 (java) Z 28036 28036 27568 0 -1 1036 6131 0 1 0 58 4 0 0 17 0 1 0 30222843 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/28038/statm: 0 0 0 0 0 0 0
[pid=28054] ppid=28036 vsize=38272 CPUtime=48.66
/proc/28054/stat : 28054 (minisat) R 28036 28036 27568 0 -1 0 10178 0 0 0 4858 8 0 0 25 0 1 0 30223070 39190528 9140 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/28054/statm: 9568 9140 51 112 0 9452 0
Current children cumulated CPU time (s) 50.88
Current children cumulated vsize (KiB) 56156

[startup+102.567 s]
/proc/loadavg: 1.85 1.68 1.90 3/77 28055
/proc/meminfo: memFree=1610976/2055920 swapFree=4192812/4192956
[pid=28036] ppid=28034 vsize=17884 CPUtime=1.6
/proc/28036/stat : 28036 (sugar) S 28034 28036 27568 0 -1 4194304 2316 9184 0 1 9 1 137 13 16 0 1 0 30222838 18313216 1827 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28036/statm: 4471 1827 373 3 0 1571 0
[pid=28038] ppid=28036 vsize=0 CPUtime=0.62
/proc/28038/stat : 28038 (java) Z 28036 28036 27568 0 -1 1036 6131 0 1 0 58 4 0 0 17 0 1 0 30222843 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/28038/statm: 0 0 0 0 0 0 0
[pid=28054] ppid=28036 vsize=47444 CPUtime=99.64
/proc/28054/stat : 28054 (minisat) R 28036 28036 27568 0 -1 0 12431 0 0 0 9951 13 0 0 25 0 1 0 30223070 48582656 11393 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134527270 0 0 4096 3 0 0 0 17 0 0 0
/proc/28054/statm: 11861 11393 51 112 0 11745 0
Current children cumulated CPU time (s) 101.86
Current children cumulated vsize (KiB) 65328

[startup+162.59 s]
/proc/loadavg: 1.94 1.73 1.90 3/77 28055
/proc/meminfo: memFree=1595232/2055920 swapFree=4192812/4192956
[pid=28036] ppid=28034 vsize=17884 CPUtime=1.6
/proc/28036/stat : 28036 (sugar) S 28034 28036 27568 0 -1 4194304 2316 9184 0 1 9 1 137 13 16 0 1 0 30222838 18313216 1827 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28036/statm: 4471 1827 373 3 0 1571 0
[pid=28038] ppid=28036 vsize=0 CPUtime=0.62
/proc/28038/stat : 28038 (java) Z 28036 28036 27568 0 -1 1036 6131 0 1 0 58 4 0 0 17 0 1 0 30222843 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/28038/statm: 0 0 0 0 0 0 0
[pid=28054] ppid=28036 vsize=56348 CPUtime=159.38
/proc/28054/stat : 28054 (minisat) R 28036 28036 27568 0 -1 0 14699 0 0 0 15922 16 0 0 25 0 1 0 30223070 57700352 13661 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528316 0 0 4096 3 0 0 0 17 0 0 0
/proc/28054/statm: 14087 13661 51 112 0 13971 0
Current children cumulated CPU time (s) 161.6
Current children cumulated vsize (KiB) 74232

[startup+222.611 s]
/proc/loadavg: 1.98 1.78 1.91 3/77 28055
/proc/meminfo: memFree=1581536/2055920 swapFree=4192812/4192956
[pid=28036] ppid=28034 vsize=17884 CPUtime=1.6
/proc/28036/stat : 28036 (sugar) S 28034 28036 27568 0 -1 4194304 2316 9184 0 1 9 1 137 13 16 0 1 0 30222838 18313216 1827 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28036/statm: 4471 1827 373 3 0 1571 0
[pid=28038] ppid=28036 vsize=0 CPUtime=0.62
/proc/28038/stat : 28038 (java) Z 28036 28036 27568 0 -1 1036 6131 0 1 0 58 4 0 0 17 0 1 0 30222843 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/28038/statm: 0 0 0 0 0 0 0
[pid=28054] ppid=28036 vsize=65520 CPUtime=219.11
/proc/28054/stat : 28054 (minisat) R 28036 28036 27568 0 -1 0 16917 0 0 0 21892 19 0 0 25 0 1 0 30223070 67092480 15879 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/28054/statm: 16380 15879 51 112 0 16264 0
Current children cumulated CPU time (s) 221.33
Current children cumulated vsize (KiB) 83404

[startup+282.635 s]
/proc/loadavg: 1.99 1.82 1.91 3/77 28057
/proc/meminfo: memFree=1566688/2055920 swapFree=4192812/4192956
[pid=28036] ppid=28034 vsize=17884 CPUtime=1.6
/proc/28036/stat : 28036 (sugar) S 28034 28036 27568 0 -1 4194304 2316 9184 0 1 9 1 137 13 16 0 1 0 30222838 18313216 1827 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28036/statm: 4471 1827 373 3 0 1571 0
[pid=28038] ppid=28036 vsize=0 CPUtime=0.62
/proc/28038/stat : 28038 (java) Z 28036 28036 27568 0 -1 1036 6131 0 1 0 58 4 0 0 17 0 1 0 30222843 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/28038/statm: 0 0 0 0 0 0 0
[pid=28054] ppid=28036 vsize=72484 CPUtime=278.83
/proc/28054/stat : 28054 (minisat) R 28036 28036 27568 0 -1 0 18711 0 0 0 27861 22 0 0 25 0 1 0 30223070 74223616 17673 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528342 0 0 4096 3 0 0 0 17 0 0 0
/proc/28054/statm: 18121 17673 51 112 0 18005 0
Current children cumulated CPU time (s) 281.05
Current children cumulated vsize (KiB) 90368

[startup+342.663 s]
/proc/loadavg: 1.99 1.85 1.91 3/77 28057
/proc/meminfo: memFree=1553056/2055920 swapFree=4192812/4192956
[pid=28036] ppid=28034 vsize=17884 CPUtime=1.6
/proc/28036/stat : 28036 (sugar) S 28034 28036 27568 0 -1 4194304 2316 9184 0 1 9 1 137 13 16 0 1 0 30222838 18313216 1827 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0

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

/proc/28054/stat : 28054 (minisat) R 28036 28036 27568 0 -1 0 41406 0 0 0 123391 56 0 0 25 0 1 0 30223070 167538688 40368 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/28054/statm: 40903 40368 51 112 0 40787 0
Current children cumulated CPU time (s) 1236.69
Current children cumulated vsize (KiB) 181496

[startup+1303.01 s]
/proc/loadavg: 2.00 1.99 1.91 3/77 28057
/proc/meminfo: memFree=1378656/2055920 swapFree=4192812/4192956
[pid=28036] ppid=28034 vsize=17884 CPUtime=1.6
/proc/28036/stat : 28036 (sugar) S 28034 28036 27568 0 -1 4194304 2316 9184 0 1 9 1 137 13 16 0 1 0 30222838 18313216 1827 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28036/statm: 4471 1827 373 3 0 1571 0
[pid=28038] ppid=28036 vsize=0 CPUtime=0.62
/proc/28038/stat : 28038 (java) Z 28036 28036 27568 0 -1 1036 6131 0 1 0 58 4 0 0 17 0 1 0 30222843 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/28038/statm: 0 0 0 0 0 0 0
[pid=28054] ppid=28036 vsize=168328 CPUtime=1294.2
/proc/28054/stat : 28054 (minisat) R 28036 28036 27568 0 -1 0 42611 0 0 0 129363 57 0 0 25 0 1 0 30223070 172367872 41573 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/28054/statm: 42082 41573 51 112 0 41966 0
Current children cumulated CPU time (s) 1296.42
Current children cumulated vsize (KiB) 186212

[startup+1363.03 s]
/proc/loadavg: 2.00 1.99 1.91 3/77 28057
/proc/meminfo: memFree=1369376/2055920 swapFree=4192812/4192956
[pid=28036] ppid=28034 vsize=17884 CPUtime=1.6
/proc/28036/stat : 28036 (sugar) S 28034 28036 27568 0 -1 4194304 2316 9184 0 1 9 1 137 13 16 0 1 0 30222838 18313216 1827 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28036/statm: 4471 1827 373 3 0 1571 0
[pid=28038] ppid=28036 vsize=0 CPUtime=0.62
/proc/28038/stat : 28038 (java) Z 28036 28036 27568 0 -1 1036 6131 0 1 0 58 4 0 0 17 0 1 0 30222843 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/28038/statm: 0 0 0 0 0 0 0
[pid=28054] ppid=28036 vsize=173980 CPUtime=1353.91
/proc/28054/stat : 28054 (minisat) R 28036 28036 27568 0 -1 0 44041 0 0 0 135331 60 0 0 25 0 1 0 30223070 178155520 43003 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528267 0 0 4096 3 0 0 0 17 0 0 0
/proc/28054/statm: 43495 43003 51 112 0 43379 0
Current children cumulated CPU time (s) 1356.13
Current children cumulated vsize (KiB) 191864

[startup+1423.05 s]
/proc/loadavg: 2.00 1.99 1.91 3/77 28057
/proc/meminfo: memFree=1361376/2055920 swapFree=4192812/4192956
[pid=28036] ppid=28034 vsize=17884 CPUtime=1.6
/proc/28036/stat : 28036 (sugar) S 28034 28036 27568 0 -1 4194304 2316 9184 0 1 9 1 137 13 16 0 1 0 30222838 18313216 1827 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28036/statm: 4471 1827 373 3 0 1571 0
[pid=28038] ppid=28036 vsize=0 CPUtime=0.62
/proc/28038/stat : 28038 (java) Z 28036 28036 27568 0 -1 1036 6131 0 1 0 58 4 0 0 17 0 1 0 30222843 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/28038/statm: 0 0 0 0 0 0 0
[pid=28054] ppid=28036 vsize=178516 CPUtime=1413.65
/proc/28054/stat : 28054 (minisat) R 28036 28036 27568 0 -1 0 45204 0 0 0 141302 63 0 0 25 0 1 0 30223070 182800384 44166 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528366 0 0 4096 3 0 0 0 17 0 0 0
/proc/28054/statm: 44629 44166 51 112 0 44513 0
Current children cumulated CPU time (s) 1415.87
Current children cumulated vsize (KiB) 196400

[startup+1483.07 s]
/proc/loadavg: 2.06 2.00 1.92 3/77 28057
/proc/meminfo: memFree=1352864/2055920 swapFree=4192812/4192956
[pid=28036] ppid=28034 vsize=17884 CPUtime=1.6
/proc/28036/stat : 28036 (sugar) S 28034 28036 27568 0 -1 4194304 2316 9184 0 1 9 1 137 13 16 0 1 0 30222838 18313216 1827 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28036/statm: 4471 1827 373 3 0 1571 0
[pid=28038] ppid=28036 vsize=0 CPUtime=0.62
/proc/28038/stat : 28038 (java) Z 28036 28036 27568 0 -1 1036 6131 0 1 0 58 4 0 0 17 0 1 0 30222843 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/28038/statm: 0 0 0 0 0 0 0
[pid=28054] ppid=28036 vsize=182844 CPUtime=1473.38
/proc/28054/stat : 28054 (minisat) R 28036 28036 27568 0 -1 0 46272 0 0 0 147274 64 0 0 25 0 1 0 30223070 187232256 45234 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/28054/statm: 45711 45234 51 112 0 45595 0
Current children cumulated CPU time (s) 1475.6
Current children cumulated vsize (KiB) 200728

[startup+1543.09 s]
/proc/loadavg: 2.02 2.00 1.92 3/77 28057
/proc/meminfo: memFree=1343456/2055920 swapFree=4192812/4192956
[pid=28036] ppid=28034 vsize=17884 CPUtime=1.6
/proc/28036/stat : 28036 (sugar) S 28034 28036 27568 0 -1 4194304 2316 9184 0 1 9 1 137 13 16 0 1 0 30222838 18313216 1827 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28036/statm: 4471 1827 373 3 0 1571 0
[pid=28038] ppid=28036 vsize=0 CPUtime=0.62
/proc/28038/stat : 28038 (java) Z 28036 28036 27568 0 -1 1036 6131 0 1 0 58 4 0 0 17 0 1 0 30222843 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/28038/statm: 0 0 0 0 0 0 0
[pid=28054] ppid=28036 vsize=187296 CPUtime=1533.1
/proc/28054/stat : 28054 (minisat) R 28036 28036 27568 0 -1 0 47406 0 0 0 153244 66 0 0 25 0 1 0 30223070 191791104 46368 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134525972 0 0 4096 3 0 0 0 17 0 0 0
/proc/28054/statm: 46824 46368 51 112 0 46708 0
Current children cumulated CPU time (s) 1535.32
Current children cumulated vsize (KiB) 205180

[startup+1603.11 s]
/proc/loadavg: 2.00 2.00 1.92 3/77 28057
/proc/meminfo: memFree=1334304/2055920 swapFree=4192812/4192956
[pid=28036] ppid=28034 vsize=17884 CPUtime=1.6
/proc/28036/stat : 28036 (sugar) S 28034 28036 27568 0 -1 4194304 2316 9184 0 1 9 1 137 13 16 0 1 0 30222838 18313216 1827 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28036/statm: 4471 1827 373 3 0 1571 0
[pid=28038] ppid=28036 vsize=0 CPUtime=0.62
/proc/28038/stat : 28038 (java) Z 28036 28036 27568 0 -1 1036 6131 0 1 0 58 4 0 0 17 0 1 0 30222843 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/28038/statm: 0 0 0 0 0 0 0
[pid=28054] ppid=28036 vsize=193180 CPUtime=1592.85
/proc/28054/stat : 28054 (minisat) R 28036 28036 27568 0 -1 0 48538 0 0 0 159217 68 0 0 25 0 1 0 30223070 197816320 47500 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528097 0 0 4096 3 0 0 0 17 0 0 0
/proc/28054/statm: 48295 47500 51 112 0 48179 0
Current children cumulated CPU time (s) 1595.07
Current children cumulated vsize (KiB) 211064

[startup+1663.14 s]
/proc/loadavg: 2.00 2.00 1.92 3/77 28057
/proc/meminfo: memFree=1326304/2055920 swapFree=4192812/4192956
[pid=28036] ppid=28034 vsize=17884 CPUtime=1.6
/proc/28036/stat : 28036 (sugar) S 28034 28036 27568 0 -1 4194304 2316 9184 0 1 9 1 137 13 16 0 1 0 30222838 18313216 1827 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28036/statm: 4471 1827 373 3 0 1571 0
[pid=28038] ppid=28036 vsize=0 CPUtime=0.62
/proc/28038/stat : 28038 (java) Z 28036 28036 27568 0 -1 1036 6131 0 1 0 58 4 0 0 17 0 1 0 30222843 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/28038/statm: 0 0 0 0 0 0 0
[pid=28054] ppid=28036 vsize=197596 CPUtime=1652.59
/proc/28054/stat : 28054 (minisat) R 28036 28036 27568 0 -1 0 49674 0 0 0 165189 70 0 0 25 0 1 0 30223070 202338304 48636 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/28054/statm: 49399 48636 51 112 0 49283 0
Current children cumulated CPU time (s) 1654.81
Current children cumulated vsize (KiB) 215480

[startup+1723.16 s]
/proc/loadavg: 2.00 2.00 1.92 3/77 28057
/proc/meminfo: memFree=1319648/2055920 swapFree=4192812/4192956
[pid=28036] ppid=28034 vsize=17884 CPUtime=1.6
/proc/28036/stat : 28036 (sugar) S 28034 28036 27568 0 -1 4194304 2316 9184 0 1 9 1 137 13 16 0 1 0 30222838 18313216 1827 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28036/statm: 4471 1827 373 3 0 1571 0
[pid=28038] ppid=28036 vsize=0 CPUtime=0.62
/proc/28038/stat : 28038 (java) Z 28036 28036 27568 0 -1 1036 6131 0 1 0 58 4 0 0 17 0 1 0 30222843 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/28038/statm: 0 0 0 0 0 0 0
[pid=28054] ppid=28036 vsize=200912 CPUtime=1712.3
/proc/28054/stat : 28054 (minisat) R 28036 28036 27568 0 -1 0 50491 0 0 0 171159 71 0 0 25 0 1 0 30223070 205733888 49453 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134646790 0 0 4096 3 0 0 0 17 0 0 0
/proc/28054/statm: 50228 49453 51 112 0 50112 0
Current children cumulated CPU time (s) 1714.52
Current children cumulated vsize (KiB) 218796

[startup+1783.18 s]
/proc/loadavg: 2.00 2.00 1.92 3/77 28057
/proc/meminfo: memFree=1313376/2055920 swapFree=4192812/4192956
[pid=28036] ppid=28034 vsize=17884 CPUtime=1.6
/proc/28036/stat : 28036 (sugar) S 28034 28036 27568 0 -1 4194304 2316 9184 0 1 9 1 137 13 16 0 1 0 30222838 18313216 1827 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28036/statm: 4471 1827 373 3 0 1571 0
[pid=28038] ppid=28036 vsize=0 CPUtime=0.62
/proc/28038/stat : 28038 (java) Z 28036 28036 27568 0 -1 1036 6131 0 1 0 58 4 0 0 17 0 1 0 30222843 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/28038/statm: 0 0 0 0 0 0 0
[pid=28054] ppid=28036 vsize=203396 CPUtime=1772.05
/proc/28054/stat : 28054 (minisat) R 28036 28036 27568 0 -1 0 51140 0 0 0 177132 73 0 0 25 0 1 0 30223070 208277504 50102 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/28054/statm: 50849 50102 51 112 0 50733 0
Current children cumulated CPU time (s) 1774.27
Current children cumulated vsize (KiB) 221280



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1809.08 s]
/proc/loadavg: 2.16 2.03 1.93 2/76 28134
/proc/meminfo: memFree=1688744/2055920 swapFree=4192812/4192956
[pid=28036] ppid=28034 vsize=17884 CPUtime=1.6
/proc/28036/stat : 28036 (sugar) S 28034 28036 27568 0 -1 4194304 2316 9184 0 1 9 1 137 13 16 0 1 0 30222838 18313216 1827 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28036/statm: 4471 1827 373 3 0 1571 0
[pid=28038] ppid=28036 vsize=0 CPUtime=0.62
/proc/28038/stat : 28038 (java) Z 28036 28036 27568 0 -1 1036 6131 0 1 0 58 4 0 0 17 0 1 0 30222843 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/28038/statm: 0 0 0 0 0 0 0
[pid=28054] ppid=28036 vsize=204572 CPUtime=1797.83
/proc/28054/stat : 28054 (minisat) R 28036 28036 27568 0 -1 0 51424 0 0 0 179703 80 0 0 25 0 1 0 30223070 209481728 50386 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528771 0 0 4096 3 0 0 0 17 0 0 0
/proc/28054/statm: 51143 50386 51 112 0 51027 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 222456

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

Child status: 1

!!! problem with CPU time !!!
wait4(...,&childrusage) returns 28036 and gives childrusage.ru_utime.tv_sec=1 childrusage.ru_utime.tv_usec=471776 childrusage.ru_stime.tv_sec=0 childrusage.ru_stime.tv_usec=160975
CPU time returned by wait4() is 1.63275
while last known CPU time is 1800.08

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

Real time (s): 1810.11
CPU time (s): 1800.08
CPU user time (s): 1799.07
CPU system time (s): 1.01
CPU usage (%): 99.4462
Max. virtual memory (cumulated for all children) (KiB): 821084

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1.47178
system time used= 0.160975
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 11584
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= 727
involuntary context switches= 675

runsolver used 2.17067 s user time and 5.85211 s system time

The end

Launcher Data (download as text)

Begin job on node62 on Mon Jan 29 20:30:57 UTC 2007


IDJOB= 221293
IDBENCH= 5406
IDSOLVER= 86
FILE ID= node62/221293-1170102655

PBS_JOBID= 3689804

Free space on /tmp= 66562 MiB

SOLVER NAME= sugar 0.40
BENCH NAME= HOME/pub/bench/CPAI06/queenAttacking/queenAttacking-9.xml
COMMAND LINE= /tmp/evaluation/221293-1170102655/solver /tmp/evaluation/221293-1170102655 /tmp/evaluation/221293-1170102655/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node62/watcher-221293-1170102655 -o ROOT/results/node62/solver-221293-1170102655 -C 1800 -M 900  /tmp/evaluation/221293-1170102655/solver /tmp/evaluation/221293-1170102655 /tmp/evaluation/221293-1170102655/unknown.xml

META MD5SUM SOLVER= 0a27e717dfe98d83d9802fe0eea45073
MD5SUM BENCH=  08845c86b3cd6b454c691cd67cb94d14

RANDOM SEED= 860857961

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:       1903680 kB
Buffers:         35592 kB
Cached:          43832 kB
SwapCached:          0 kB
Active:          59620 kB
Inactive:        44772 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1903680 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            3284 kB
Writeback:           0 kB
Mapped:          40352 kB
Slab:            33152 kB
Committed_AS:   434108 kB
PageTables:       1924 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= 66561 MiB



End job on node62 on Mon Jan 29 21:01:08 UTC 2007