Trace number 239547

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.40SAT 11.25 11.4602

General information on the benchmark

Nameqcp-qwh/QWH-25/
qwh-25-235-1_ext.xml
MD5SUM04ca90f9348e47b73eee2591fa349832
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 benchmark4.69928
SatisfiableYES
(Un)Satisfiability was proved
Number of variables625
Number of constraints15000
Maximum constraint arity2
Maximum domain size25
Number of constraints which are defined in extension15000
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/239547-1170108953/sugar-v0-40.jar)
0.05	
0.05	c # MAIN  BEGIN : /tmp/evaluation/239547-1170108953/unknown.xml [Mon Jan 29 23:15:54 2007]
0.05	c # CONVERT_XML  BEGIN : /tmp/evaluation/239547-1170108953/unknown.xml /tmp/evaluation/239547-1170108953/sugar19415.csp [Mon Jan 29 23:15:54 2007]
0.05	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/239547-1170108953/sugar-v0-40.jar -convert /tmp/evaluation/239547-1170108953/unknown.xml /tmp/evaluation/239547-1170108953/sugar19415.csp
0.17	c BEGIN convert /tmp/evaluation/239547-1170108953/unknown.xml
1.22	c END convert (1.056055 seconds)
1.28	c # CONVERT_XML  END : /tmp/evaluation/239547-1170108953/sugar19415.csp 1991749 bytes (1 seconds) [Mon Jan 29 23:15:55 2007]
1.28	c # CONVERT_XML  CPU : 1.16 = 0 + 0 + 1.08 + 0.08
1.28	
1.28	c # GENERATE_SAT  BEGIN : /tmp/evaluation/239547-1170108953/sugar19415.bcnf [Mon Jan 29 23:15:55 2007]
1.28	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/239547-1170108953/sugar-v0-40.jar -bcnf -map /tmp/evaluation/239547-1170108953/sugar19415.map /tmp/evaluation/239547-1170108953/sugar19415.csp /tmp/evaluation/239547-1170108953/sugar19415.bcnf
1.40	c BEGIN parse /tmp/evaluation/239547-1170108953/sugar19415.csp
8.43	c END parse (7.026304 seconds)
8.43	c BEGIN simplify
8.46	c END simplify (0.029272 seconds)
8.46	c BEGIN encode /tmp/evaluation/239547-1170108953/sugar19415.bcnf
8.80	c END encode (0.342 seconds)
8.87	c # GENERATE_SAT  END : 5640 variables 62225 clauses 1108944 bytes (8 seconds) [Mon Jan 29 23:16:03 2007]
8.87	c # GENERATE_SAT  CPU : 7.52 = 0.01 + 0 + 7.33 + 0.18
8.87	
8.87	c # SOLVE_SAT  BEGIN : /tmp/evaluation/239547-1170108953/sugar19415.bcnf [Mon Jan 29 23:16:03 2007]
8.87	c # CMD : /tmp/evaluation/239547-1170108953/minisat /tmp/evaluation/239547-1170108953/sugar19415.bcnf /tmp/evaluation/239547-1170108953/sugar19415.out
8.92	c ==================================[MINISAT]===================================
8.92	c | Conflicts |     ORIGINAL     |              LEARNT              | Progress |
8.92	c |           | Clauses Literals |   Limit Clauses Literals  Lit/Cl |          |
8.92	c ==============================================================================
8.92	c |         0 |   32513   117240 |   10837       0        0     nan |  0.000 % |
8.93	c |       100 |   32513   117240 |   11920     100      663     6.6 | 39.131 % |
8.95	c |       250 |   32514   117240 |   13112     249     2413     9.7 | 39.131 % |
8.98	c |       475 |   32518   117240 |   14424     470     4907    10.4 | 39.131 % |
9.03	c |       813 |   32518   117240 |   15866     808     9689    12.0 | 39.131 % |
9.12	c |      1320 |   32522   117240 |   17453    1311    19662    15.0 | 39.131 % |
9.26	c |      2079 |   32516   117176 |   19198    2052    31703    15.4 | 39.167 % |
9.53	c |      3219 |   32524   117176 |   21118    3184    50985    16.0 | 39.167 % |
9.92	c |      4927 |   32272   116230 |   23230    4825    79804    16.5 | 39.540 % |
10.52	c |      7490 |   32256   116154 |   25553    7361   127058    17.3 | 39.593 % |
11.20	c ==============================================================================
11.20	c restarts              : 10
11.20	c conflicts             : 9946           (4317 /sec)
11.20	c decisions             : 16071          (6976 /sec)
11.20	c propagations          : 4288815        (1861748 /sec)
11.21	c conflict literals     : 180591         (29.03 % deleted)
11.21	c Memory used           : 4.28 MB
11.21	c CPU time              : 2.30365 s
11.21	c 
11.21	c SATISFIABLE
11.21	c # SOLVE_SAT  END : SATISFIABLE (2 seconds) [Mon Jan 29 23:16:05 2007]
11.21	c # SOLVE_SAT  CPU : 2.33 = 0 + 0.01 + 2.31 + 0.01
11.21	
11.21	c # RESULT : SATISFIABLE
11.21	
11.21	c # OUTPUT_SOL  BEGIN : SAT  [Mon Jan 29 23:16:05 2007]
11.33	c BEGIN read SAT output /tmp/evaluation/239547-1170108953/sugar19415.out
11.36	c END read SAT output (0.034129 seconds)
11.36	c BEGIN write solution /tmp/evaluation/239547-1170108953/sugar19415.sol
11.42	c END write solution (0.058375 seconds)
11.45	s SATISFIABLE
11.45	v 8 2 5 19 9 13 3 16 23 21 18 7 20 22 12 0 1 4 10 15 6 17 11 24 14 15 13 17 18 22 24 4 23 0 1 7 11 21 10 16 9 6 19 20 2 3 8 12 14 5 0 14 11 13 4 6 19 24 18 10 15 20 12 7 8 16 23 2 22 3 21 5 17 9 1 13 20 3 16 10 9 18 2 21 15 1 6 5 11 23 19 7 12 0 24 22 14 4 17 8 5 12 13 1 7 0 24 10 8 20 23 21 19 9 6 3 17 14 4 16 15 18 22 2 11 12 23 4 2 21 19 22 5 9 8 17 24 10 13 3 7 14 1 6 11 20 15 16 0 18 6 7 23 17 15 10 9 19 5 18 3 8 2 4 11 21 16 13 1 22 12 24 14 20 0 22 4 16 24 14 20 7 15 6 9 11 0 18 5 10 23 12 8 19 21 2 13 1 3 17 14 6 8 7 23 3 10 22 2 12 0 1 11 17 20 18 24 21 5 4 19 16 9 13 15 16 17 18 12 20 23 2 4 24 3 22 13 15 8 14 11 9 6 21 0 1 10 5 19 7 18 16 14 22 19 8 6 1 4 7 24 2 17 12 13 20 11 5 3 9 0 23 15 21 10 19 24 10 5 1 16 21 13 22 6 20 12 14 23 9 17 15 0 11 8 4 7 2 18 3 23 22 0 4 17 5 11 18 15 24 2 3 7 14 21 1 10 16 9 19 8 6 20 12 13 2 3 24 23 6 4 15 9 11 14 8 18 1 19 0 22 20 17 7 13 16 21 10 5 12 10 11 7 6 0 18 23 17 19 22 12 9 16 1 5 4 2 20 15 14 13 3 24 8 21 3 18 15 8 2 11 5 21 12 17 16 23 9 20 19 14 4 7 13 1 10 22 0 6 24 24 0 1 20 3 7 12 6 17 11 5 14 4 16 22 15 21 18 8 10 9 2 13 23 19 20 21 22 15 24 14 8 0 1 4 19 17 23 3 18 12 13 10 16 6 5 9 7 11 2 21 15 12 10 18 22 16 3 14 0 4 19 13 6 17 8 5 11 2 7 24 20 23 1 9 9 8 19 3 11 15 20 12 16 23 13 4 6 2 7 5 0 24 14 18 17 1 21 10 22 17 19 6 0 16 12 1 8 13 2 10 15 3 21 4 24 22 9 23 5 14 11 18 7 20 7 5 9 11 13 17 0 14 10 19 21 16 8 24 1 2 3 22 12 20 18 4 6 15 23 4 10 21 9 8 1 17 11 20 16 14 5 24 0 2 13 19 15 18 23 7 12 3 22 6 1 9 20 21 5 2 14 7 3 13 6 22 0 15 24 10 18 23 17 12 11 19 8 4 16 11 1 2 14 12 21 13 20 7 5 9 10 22 18 15 6 8 3 24 17 23 0 19 16 4
11.45	c # OUTPUT_SOL  END :  (1 seconds) [Mon Jan 29 23:16:06 2007]
11.45	c # OUTPUT_SOL  CPU : 0 = 0 + 0 + 0 + 0
11.45	
11.45	c # MAIN  END :  (12 seconds) [Mon Jan 29 23:16:06 2007]
11.45	c # MAIN  CPU : 11.01 = 0.01 + 0.01 + 10.72 + 0.27
11.45	

Verifier Data (download as text)

OK

Watcher Data (download as text)

runsolver version 3.1.3 (c) roussel@cril.univ-artois.fr

command line: runsolver --timestamp -w ROOT/results/node56/watcher-239547-1170108953 -o ROOT/results/node56/solver-239547-1170108953 -C 1800 -M 900 /tmp/evaluation/239547-1170108953/solver /tmp/evaluation/239547-1170108953 /tmp/evaluation/239547-1170108953/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.79 2.07 2.30 5/75 19416
/proc/meminfo: memFree=1733816/2055920 swapFree=4183548/4192956
[pid=19415] ppid=19413 vsize=5352 CPUtime=0
/proc/19415/stat : 19415 (solver) R 19413 19415 19350 0 -1 4194304 264 0 0 0 0 0 0 0 20 0 1 0 30851953 5480448 231 18446744073709551615 4194304 4889804 548682069296 18446744073709551615 253307186471 0 0 4096 0 0 0 0 17 1 0 0
/proc/19415/statm: 1338 231 193 169 0 49 0

[startup+0.154315 s]
/proc/loadavg: 1.79 2.07 2.30 5/75 19416
/proc/meminfo: memFree=1733816/2055920 swapFree=4183548/4192956
[pid=19415] ppid=19413 vsize=13724 CPUtime=0.03
/proc/19415/stat : 19415 (sugar) S 19413 19415 19350 0 -1 4194304 1112 0 0 0 3 0 0 0 20 0 1 0 30851953 14053376 805 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19415/statm: 3431 805 368 3 0 531 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13724

[startup+0.562356 s]
/proc/loadavg: 1.79 2.07 2.30 5/75 19416
/proc/meminfo: memFree=1733816/2055920 swapFree=4183548/4192956
[pid=19415] ppid=19413 vsize=13724 CPUtime=0.03
/proc/19415/stat : 19415 (sugar) S 19413 19415 19350 0 -1 4194304 1121 0 0 0 3 0 0 0 15 0 1 0 30851953 14053376 805 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19415/statm: 3431 805 368 3 0 531 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13724

[startup+1.38845 s]
/proc/loadavg: 1.79 2.07 2.30 3/83 19424
/proc/meminfo: memFree=1692536/2055920 swapFree=4183548/4192956
[pid=19415] ppid=19413 vsize=13724 CPUtime=1.19
/proc/19415/stat : 19415 (sugar) S 19413 19415 19350 0 -1 4194304 1181 11352 0 1 3 0 108 8 17 0 1 0 30851953 14053376 809 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19415/statm: 3431 809 371 3 0 531 0
Current children cumulated CPU time (s) 1.19
Current children cumulated vsize (KiB) 13724

[startup+3.0366 s]
/proc/loadavg: 1.79 2.07 2.30 4/83 19432
/proc/meminfo: memFree=1699000/2055920 swapFree=4183548/4192956
[pid=19415] ppid=19413 vsize=13724 CPUtime=1.19
/proc/19415/stat : 19415 (sugar) S 19413 19415 19350 0 -1 4194304 1190 11352 0 1 3 0 108 8 15 0 1 0 30851953 14053376 809 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19415/statm: 3431 809 371 3 0 531 0
[pid=19425] ppid=19415 vsize=807064 CPUtime=1.73
/proc/19425/stat : 19425 (java) R 19415 19415 19350 0 -1 0 11948 0 1 0 166 7 0 0 21 0 8 0 30852081 826433536 11686 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073507715 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/19425/statm: 201766 11686 1494 14 0 189044 0
[pid=19425/tid=19426] ppid=19415 vsize=807064 CPUtime=0.43
/proc/19425/task/19426/stat : 19426 (java) S 19415 19415 19350 0 -1 64 5886 0 0 0 41 2 0 0 16 0 8 0 30852084 826433536 11686 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=19425/tid=19427] ppid=19415 vsize=807064 CPUtime=0
/proc/19425/task/19427/stat : 19427 (java) S 19415 19415 19350 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 30852085 826433536 11686 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19425/tid=19428] ppid=19415 vsize=807064 CPUtime=0
/proc/19425/task/19428/stat : 19428 (java) S 19415 19415 19350 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 30852085 826433536 11686 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19425/tid=19429] ppid=19415 vsize=807064 CPUtime=0
/proc/19425/task/19429/stat : 19429 (java) S 19415 19415 19350 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 30852088 826433536 11686 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19425/tid=19430] ppid=19415 vsize=807064 CPUtime=0.05
/proc/19425/task/19430/stat : 19430 (java) S 19415 19415 19350 0 -1 64 292 0 0 0 5 0 0 0 19 0 8 0 30852088 826433536 11686 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19425/tid=19431] ppid=19415 vsize=807064 CPUtime=0
/proc/19425/task/19431/stat : 19431 (java) S 19415 19415 19350 0 -1 64 3 0 0 0 0 0 0 0 19 0 8 0 30852088 826433536 11686 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19425/tid=19432] ppid=19415 vsize=807064 CPUtime=0
/proc/19425/task/19432/stat : 19432 (java) S 19415 19415 19350 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 30852088 826433536 11686 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.92
Current children cumulated vsize (KiB) 820788

[startup+6.32192 s]
/proc/loadavg: 1.89 2.08 2.31 3/83 19432
/proc/meminfo: memFree=1661048/2055920 swapFree=4183548/4192956
[pid=19415] ppid=19413 vsize=13724 CPUtime=1.19
/proc/19415/stat : 19415 (sugar) S 19413 19415 19350 0 -1 4194304 1190 11352 0 1 3 0 108 8 15 0 1 0 30851953 14053376 809 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19415/statm: 3431 809 371 3 0 531 0
[pid=19425] ppid=19415 vsize=807344 CPUtime=5
/proc/19425/stat : 19425 (java) R 19415 19415 19350 0 -1 0 20334 0 1 0 488 12 0 0 25 0 8 0 30852081 826720256 20042 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/19425/statm: 201836 20042 1506 14 0 189114 0
[pid=19425/tid=19426] ppid=19415 vsize=807344 CPUtime=0.98
/proc/19425/task/19426/stat : 19426 (java) R 19415 19415 19350 0 -1 64 14109 0 0 0 91 7 0 0 16 0 8 0 30852084 826720256 20042 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4155528748 0 0 0 23759 0 0 0 -1 1 0 0
[pid=19425/tid=19427] ppid=19415 vsize=807344 CPUtime=0
/proc/19425/task/19427/stat : 19427 (java) S 19415 19415 19350 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 30852085 826720256 20042 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19425/tid=19428] ppid=19415 vsize=807344 CPUtime=0
/proc/19425/task/19428/stat : 19428 (java) S 19415 19415 19350 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 30852085 826720256 20042 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19425/tid=19429] ppid=19415 vsize=807344 CPUtime=0
/proc/19425/task/19429/stat : 19429 (java) S 19415 19415 19350 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 30852088 826720256 20042 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19425/tid=19430] ppid=19415 vsize=807344 CPUtime=0.12
/proc/19425/task/19430/stat : 19430 (java) S 19415 19415 19350 0 -1 64 402 0 0 0 12 0 0 0 17 0 8 0 30852088 826720256 20042 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19425/tid=19431] ppid=19415 vsize=807344 CPUtime=0
/proc/19425/task/19431/stat : 19431 (java) S 19415 19415 19350 0 -1 64 3 0 0 0 0 0 0 0 19 0 8 0 30852088 826720256 20042 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19425/tid=19432] ppid=19415 vsize=807344 CPUtime=0
/proc/19425/task/19432/stat : 19432 (java) S 19415 19415 19350 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 30852088 826720256 20042 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.19
Current children cumulated vsize (KiB) 821068

Child status: 0

!!! problem with CPU time !!!
wait4(...,&childrusage) returns 19415 and gives childrusage.ru_utime.tv_sec=10 childrusage.ru_utime.tv_usec=771362 childrusage.ru_stime.tv_sec=0 childrusage.ru_stime.tv_usec=293955
CPU time returned by wait4() is 11.0653
while last known CPU time is 11.25

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

Real time (s): 11.4602
CPU time (s): 11.25
CPU user time (s): 10.93
CPU system time (s): 0.32
CPU usage (%): 98.1657
Max. virtual memory (cumulated for all children) (KiB): 821260

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 10.7714
system time used= 0.293955
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 41182
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= 1894
involuntary context switches= 1890

runsolver used 0.018997 s user time and 0.042993 s system time

The end

Launcher Data (download as text)

Begin job on node56 on Mon Jan 29 22:15:54 UTC 2007


IDJOB= 239547
IDBENCH= 7065
IDSOLVER= 86
FILE ID= node56/239547-1170108953

PBS_JOBID= 3689976

Free space on /tmp= 66535 MiB

SOLVER NAME= sugar 0.40
BENCH NAME= HOME/pub/bench/CPAI06/qcp-qwh/QWH-25/qwh-25-235-1_ext.xml
COMMAND LINE= /tmp/evaluation/239547-1170108953/solver /tmp/evaluation/239547-1170108953 /tmp/evaluation/239547-1170108953/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node56/watcher-239547-1170108953 -o ROOT/results/node56/solver-239547-1170108953 -C 1800 -M 900  /tmp/evaluation/239547-1170108953/solver /tmp/evaluation/239547-1170108953 /tmp/evaluation/239547-1170108953/unknown.xml

META MD5SUM SOLVER= 0a27e717dfe98d83d9802fe0eea45073
MD5SUM BENCH=  04ca90f9348e47b73eee2591fa349832

RANDOM SEED= 62180040

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.231
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.231
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:       1734232 kB
Buffers:         56940 kB
Cached:          71904 kB
SwapCached:       3824 kB
Active:         210624 kB
Inactive:        58432 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1734232 kB
SwapTotal:     4192956 kB
SwapFree:      4183548 kB
Dirty:            2128 kB
Writeback:           0 kB
Mapped:         116768 kB
Slab:            37716 kB
Committed_AS:   373700 kB
PageTables:       2056 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= 66535 MiB



End job on node56 on Mon Jan 29 22:16:06 UTC 2007