Trace number 239376

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 10.0295 14.0757

General information on the benchmark

Nameqcp-qwh/QWH-25/
qwh-25-235-6_ext.xml
MD5SUMfe92d555bfa87c450602ff746465a4ef
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.08938
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.20	c # Sugar v0-40 (/tmp/evaluation/239376-1170108932/sugar-v0-40.jar)
0.20	
0.22	c # MAIN  BEGIN : /tmp/evaluation/239376-1170108932/unknown.xml [Mon Jan 29 23:15:35 2007]
0.22	c # CONVERT_XML  BEGIN : /tmp/evaluation/239376-1170108932/unknown.xml /tmp/evaluation/239376-1170108932/sugar27020.csp [Mon Jan 29 23:15:35 2007]
0.22	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/239376-1170108932/sugar-v0-40.jar -convert /tmp/evaluation/239376-1170108932/unknown.xml /tmp/evaluation/239376-1170108932/sugar27020.csp
0.64	c BEGIN convert /tmp/evaluation/239376-1170108932/unknown.xml
2.51	c END convert (1.878479 seconds)
2.58	c # CONVERT_XML  END : /tmp/evaluation/239376-1170108932/sugar27020.csp 1991584 bytes (2 seconds) [Mon Jan 29 23:15:37 2007]
2.58	c # CONVERT_XML  CPU : 1.14 = 0 + 0 + 1.03 + 0.11
2.58	
2.58	c # GENERATE_SAT  BEGIN : /tmp/evaluation/239376-1170108932/sugar27020.bcnf [Mon Jan 29 23:15:37 2007]
2.58	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/239376-1170108932/sugar-v0-40.jar -bcnf -map /tmp/evaluation/239376-1170108932/sugar27020.map /tmp/evaluation/239376-1170108932/sugar27020.csp /tmp/evaluation/239376-1170108932/sugar27020.bcnf
2.69	c BEGIN parse /tmp/evaluation/239376-1170108932/sugar27020.csp
9.39	c END parse (6.69757 seconds)
9.39	c BEGIN simplify
9.42	c END simplify (0.028475 seconds)
9.42	c BEGIN encode /tmp/evaluation/239376-1170108932/sugar27020.bcnf
9.76	c END encode (0.339094 seconds)
9.82	c # GENERATE_SAT  END : 5640 variables 62225 clauses 1108784 bytes (7 seconds) [Mon Jan 29 23:15:44 2007]
9.82	c # GENERATE_SAT  CPU : 7.12 = 0.01 + 0 + 6.92 + 0.19
9.82	
9.82	c # SOLVE_SAT  BEGIN : /tmp/evaluation/239376-1170108932/sugar27020.bcnf [Mon Jan 29 23:15:44 2007]
9.82	c # CMD : /tmp/evaluation/239376-1170108932/minisat /tmp/evaluation/239376-1170108932/sugar27020.bcnf /tmp/evaluation/239376-1170108932/sugar27020.out
9.86	c ==================================[MINISAT]===================================
9.86	c | Conflicts |     ORIGINAL     |              LEARNT              | Progress |
9.86	c |           | Clauses Literals |   Limit Clauses Literals  Lit/Cl |          |
9.86	c ==============================================================================
9.86	c |         0 |   37327   135326 |   12442       0        0     nan |  0.000 % |
9.87	c |       100 |   37327   135326 |   13686     100      910     9.1 | 32.624 % |
9.90	c |       250 |   37327   135326 |   15054     250     3455    13.8 | 32.624 % |
9.93	c |       476 |   37331   135326 |   16560     471     6124    13.0 | 33.440 % |
9.99	c |       813 |   36788   133381 |   18216     779     9887    12.7 | 33.440 % |
10.09	c |      1319 |   36793   133381 |   20037    1280    17121    13.4 | 33.440 % |
10.23	c |      2078 |   36802   133381 |   22041    2030    29605    14.6 | 33.440 % |
10.50	c |      3217 |   36803   133381 |   24245    3168    51442    16.2 | 33.440 % |
10.86	c |      4925 |   36786   133265 |   26670    4854    83107    17.1 | 34.699 % |
11.30	c ==============================================================================
11.30	c restarts              : 9
11.30	c conflicts             : 6649           (4518 /sec)
11.30	c decisions             : 10609          (7208 /sec)
11.30	c propagations          : 2845951        (1933685 /sec)
11.30	c conflict literals     : 122644         (26.07 % deleted)
11.30	c Memory used           : 4.05 MB
11.30	c CPU time              : 1.47178 s
11.30	c 
11.30	c SATISFIABLE
11.31	c # SOLVE_SAT  END : SATISFIABLE (2 seconds) [Mon Jan 29 23:15:46 2007]
11.31	c # SOLVE_SAT  CPU : 1.48 = 0 + 0 + 1.47 + 0.01
11.31	
11.31	c # RESULT : SATISFIABLE
11.31	
11.31	c # OUTPUT_SOL  BEGIN : SAT  [Mon Jan 29 23:15:46 2007]
11.53	c BEGIN read SAT output /tmp/evaluation/239376-1170108932/sugar27020.out
11.56	c END read SAT output (0.036804 seconds)
11.56	c BEGIN write solution /tmp/evaluation/239376-1170108932/sugar27020.sol
11.62	c END write solution (0.059314 seconds)
11.65	s SATISFIABLE
11.65	v 16 11 6 9 3 20 13 5 14 10 19 7 17 12 24 15 22 2 1 23 21 4 8 18 0 17 15 23 6 14 4 3 7 9 8 11 21 22 2 13 10 5 20 19 1 18 12 24 0 16 22 24 1 10 4 19 6 21 23 13 18 14 9 15 2 8 16 7 0 11 3 20 5 12 17 7 17 21 5 16 3 11 1 12 23 10 20 13 18 8 0 15 4 2 22 6 19 14 24 9 20 2 18 14 15 0 5 3 24 17 7 8 1 13 4 22 19 16 11 12 10 9 23 21 6 3 4 0 16 10 23 7 24 17 19 6 22 11 14 12 2 1 15 13 5 9 8 18 20 21 13 10 16 22 20 9 1 12 11 0 24 15 5 7 23 21 18 6 4 17 19 14 3 8 2 14 9 11 24 18 1 12 23 15 16 13 5 6 3 0 17 8 10 21 7 20 22 4 2 19 15 5 12 11 17 22 10 0 3 24 23 2 4 1 6 19 21 9 18 16 14 13 20 7 8 21 22 7 23 6 13 0 15 5 12 2 3 10 20 19 14 24 8 17 4 16 1 11 9 18 6 7 3 4 13 2 8 18 1 22 9 0 20 5 15 24 17 21 16 14 12 11 19 23 10 0 1 17 18 11 5 20 4 6 7 14 12 19 9 22 13 3 24 10 2 8 21 15 16 23 11 6 22 2 12 7 15 10 20 21 8 18 0 16 14 4 9 23 24 19 17 5 1 3 13 9 21 13 1 2 17 23 8 4 5 12 10 16 22 11 18 0 14 7 3 15 24 6 19 20 2 0 8 15 7 14 9 19 22 18 21 24 3 4 17 23 6 5 20 13 11 16 12 10 1 23 20 19 8 9 18 24 22 7 11 0 1 15 6 21 16 2 13 12 10 4 3 17 14 5 10 19 9 20 8 11 14 13 16 15 22 17 24 21 7 5 4 3 6 18 2 23 0 1 12 24 8 4 13 5 10 18 9 2 1 20 11 21 0 16 7 12 19 14 15 23 17 22 6 3 4 16 20 3 22 15 19 14 10 6 1 23 8 17 9 12 13 18 5 21 0 7 2 11 24 12 13 5 0 19 8 16 2 21 3 15 6 14 11 18 1 23 17 22 20 24 10 9 4 7 19 14 10 7 1 12 17 20 8 4 16 13 2 24 3 6 11 0 23 9 22 18 21 5 15 18 23 15 19 0 21 22 6 13 9 5 16 7 8 20 11 14 12 3 24 1 2 10 17 4 8 18 14 12 24 6 21 16 19 2 17 4 23 10 1 3 20 22 9 0 5 15 7 13 11 5 12 2 17 21 24 4 11 0 20 3 19 18 23 10 9 7 1 15 8 13 6 16 22 14 1 3 24 21 23 16 2 17 18 14 4 9 12 19 5 20 10 11 8 6 7 0 13 15 22
11.65	c # OUTPUT_SOL  END :  (0 seconds) [Mon Jan 29 23:15:46 2007]
11.65	c # OUTPUT_SOL  CPU : 0.21 = 0 + 0 + 0.19 + 0.02
11.65	
11.65	c # MAIN  END :  (11 seconds) [Mon Jan 29 23:15:46 2007]
11.65	c # MAIN  CPU : 9.95 = 0.01 + 0 + 9.61 + 0.33
11.65	

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/node19/watcher-239376-1170108932 -o ROOT/results/node19/solver-239376-1170108932 -C 1800 -M 900 /tmp/evaluation/239376-1170108932/solver /tmp/evaluation/239376-1170108932 /tmp/evaluation/239376-1170108932/unknown.xml 

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

/proc/loadavg: 2.94 2.76 2.42 5/94 27021
/proc/meminfo: memFree=191048/2055920 swapFree=4192812/4192956
[pid=27020] ppid=27018 vsize=18540 CPUtime=0
/proc/27020/stat : 27020 (runsolver) R 27018 27020 26593 0 -1 4194368 16 0 0 0 0 0 0 0 20 0 1 0 30847460 18984960 279 18446744073709551615 4194304 4267372 548682069040 18446744073709551615 255236566311 0 0 4096 24578 0 0 0 17 1 0 0
/proc/27020/statm: 4635 279 244 17 0 2626 0

[startup+0.109396 s]
/proc/loadavg: 2.94 2.76 2.42 5/94 27021
/proc/meminfo: memFree=191048/2055920 swapFree=4192812/4192956
[pid=27020] ppid=27018 vsize=12272 CPUtime=0
/proc/27020/stat : 27020 (sugar) D 27018 27020 26593 0 -1 4194304 607 0 4 0 0 0 0 0 18 0 1 0 30847460 12566528 330 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 255245463650 0 0 4224 0 18446744071563479169 0 0 17 1 0 0
/proc/27020/statm: 3068 330 246 3 0 168 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12272

[startup+0.517444 s]
/proc/loadavg: 2.94 2.76 2.42 5/94 27021
/proc/meminfo: memFree=191048/2055920 swapFree=4192812/4192956
[pid=27020] ppid=27018 vsize=13724 CPUtime=0.04
/proc/27020/stat : 27020 (sugar) S 27018 27020 26593 0 -1 4194304 1108 0 4 0 3 1 0 0 18 0 1 0 30847460 14053376 805 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27020/statm: 3431 805 368 3 0 531 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13724

[startup+1.33953 s]
/proc/loadavg: 2.94 2.76 2.42 4/102 27029
/proc/meminfo: memFree=132424/2055920 swapFree=4192812/4192956
[pid=27020] ppid=27018 vsize=13724 CPUtime=0.04
/proc/27020/stat : 27020 (sugar) S 27018 27020 26593 0 -1 4194304 1117 0 4 0 3 1 0 0 15 0 1 0 30847460 14053376 805 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27020/statm: 3431 805 368 3 0 531 0
[pid=27022] ppid=27020 vsize=807288 CPUtime=0.72
/proc/27022/stat : 27022 (java) R 27020 27020 26593 0 -1 0 8956 0 32 0 66 6 0 0 19 0 8 0 30847482 826662912 8735 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4073536464 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/27022/statm: 201822 8735 1690 14 0 189100 0
[pid=27022/tid=27023] ppid=27020 vsize=807288 CPUtime=0.04
/proc/27022/task/27023/stat : 27023 (java) S 27020 27020 26593 0 -1 64 2426 0 0 0 4 0 0 0 16 0 8 0 30847508 826662912 8735 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=27022/tid=27024] ppid=27020 vsize=807288 CPUtime=0
/proc/27022/task/27024/stat : 27024 (java) S 27020 27020 26593 0 -1 64 10 0 0 0 0 0 0 0 19 0 8 0 30847509 826662912 8735 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27022/tid=27025] ppid=27020 vsize=807288 CPUtime=0
/proc/27022/task/27025/stat : 27025 (java) S 27020 27020 26593 0 -1 64 4 0 0 0 0 0 0 0 20 0 8 0 30847509 826662912 8735 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27022/tid=27026] ppid=27020 vsize=807288 CPUtime=0
/proc/27022/task/27026/stat : 27026 (java) S 27020 27020 26593 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 30847519 826662912 8735 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27022/tid=27027] ppid=27020 vsize=807288 CPUtime=0.12
/proc/27022/task/27027/stat : 27027 (java) S 27020 27020 26593 0 -1 64 395 0 0 0 12 0 0 0 16 0 8 0 30847519 826662912 8735 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27022/tid=27028] ppid=27020 vsize=807288 CPUtime=0
/proc/27022/task/27028/stat : 27028 (java) S 27020 27020 26593 0 -1 64 3 0 0 0 0 0 0 0 19 0 8 0 30847519 826662912 8735 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27022/tid=27029] ppid=27020 vsize=807288 CPUtime=0
/proc/27022/task/27029/stat : 27029 (java) S 27020 27020 26593 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 30847519 826662912 8735 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.76
Current children cumulated vsize (KiB) 821012

[startup+2.9796 s]
/proc/loadavg: 2.94 2.76 2.42 3/102 27029
/proc/meminfo: memFree=103560/2055920 swapFree=4192812/4192956
[pid=27020] ppid=27018 vsize=13724 CPUtime=1.18
/proc/27020/stat : 27020 (sugar) S 27018 27020 26593 0 -1 4194304 1186 11318 4 35 3 1 103 11 15 0 1 0 30847460 14053376 809 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27020/statm: 3431 809 371 3 0 531 0
Current children cumulated CPU time (s) 1.18
Current children cumulated vsize (KiB) 13724

[startup+6.18406 s]
/proc/loadavg: 3.10 2.80 2.44 4/102 27038
/proc/meminfo: memFree=27784/2055920 swapFree=4192812/4192956
[pid=27020] ppid=27018 vsize=13724 CPUtime=1.18
/proc/27020/stat : 27020 (sugar) S 27018 27020 26593 0 -1 4194304 1186 11318 4 35 3 1 103 11 15 0 1 0 30847460 14053376 809 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27020/statm: 3431 809 371 3 0 531 0
[pid=27030] ppid=27020 vsize=807344 CPUtime=3.55
/proc/27030/stat : 27030 (java) R 27020 27020 26593 0 -1 0 17733 0 1 0 345 10 0 0 25 0 8 0 30847718 826720256 17453 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073650843 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/27030/statm: 201836 17453 1506 14 0 189114 0
[pid=27030/tid=27031] ppid=27020 vsize=807344 CPUtime=0.75
/proc/27030/task/27031/stat : 27031 (java) S 27020 27020 26593 0 -1 64 11518 0 0 0 70 5 0 0 16 0 8 0 30847721 826720256 17453 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=27030/tid=27032] ppid=27020 vsize=807344 CPUtime=0
/proc/27030/task/27032/stat : 27032 (java) S 27020 27020 26593 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 30847721 826720256 17453 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27030/tid=27033] ppid=27020 vsize=807344 CPUtime=0
/proc/27030/task/27033/stat : 27033 (java) S 27020 27020 26593 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 30847721 826720256 17453 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27030/tid=27034] ppid=27020 vsize=807344 CPUtime=0
/proc/27030/task/27034/stat : 27034 (java) S 27020 27020 26593 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 30847725 826720256 17453 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27030/tid=27035] ppid=27020 vsize=807344 CPUtime=0.11
/proc/27030/task/27035/stat : 27035 (java) S 27020 27020 26593 0 -1 64 402 0 0 0 11 0 0 0 17 0 8 0 30847725 826720256 17453 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27030/tid=27036] ppid=27020 vsize=807344 CPUtime=0
/proc/27030/task/27036/stat : 27036 (java) S 27020 27020 26593 0 -1 64 3 0 0 0 0 0 0 0 23 0 8 0 30847725 826720256 17453 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=27030/tid=27037] ppid=27020 vsize=807344 CPUtime=0
/proc/27030/task/27037/stat : 27037 (java) S 27020 27020 26593 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 30847725 826720256 17453 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 4.73
Current children cumulated vsize (KiB) 821068

[startup+12.6828 s]
/proc/loadavg: 3.09 2.80 2.44 2/94 27047
/proc/meminfo: memFree=72840/2055920 swapFree=4192812/4192956
[pid=27020] ppid=27018 vsize=14256 CPUtime=10
/proc/27020/stat : 27020 (sugar) D 27018 27020 26593 0 -1 4194304 1521 42697 4 39 4 2 961 33 16 0 1 0 30847460 14598144 940 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 255236740137 0 0 4224 16386 18446744071563608069 0 0 17 1 0 0
/proc/27020/statm: 3564 940 373 3 0 664 0
Current children cumulated CPU time (s) 10
Current children cumulated vsize (KiB) 14256

Child status: 0
Real time (s): 14.0757
CPU time (s): 10.0295
CPU user time (s): 9.66653
CPU system time (s): 0.362944
CPU usage (%): 71.2536
Max. virtual memory (cumulated for all children) (KiB): 821260

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 9.66653
system time used= 0.362944
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 44273
page faults= 43
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2320
involuntary context switches= 2410

runsolver used 0.017997 s user time and 0.054991 s system time

The end

Launcher Data (download as text)

Begin job on node19 on Mon Jan 29 22:15:34 UTC 2007


IDJOB= 239376
IDBENCH= 7056
IDSOLVER= 86
FILE ID= node19/239376-1170108932

PBS_JOBID= 3689912

Free space on /tmp= 58763 MiB

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

META MD5SUM SOLVER= 0a27e717dfe98d83d9802fe0eea45073
MD5SUM BENCH=  fe92d555bfa87c450602ff746465a4ef

RANDOM SEED= 947564922

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.214
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	: 5931.00
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.214
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:        191592 kB
Buffers:          3596 kB
Cached:        1654516 kB
SwapCached:          0 kB
Active:         146844 kB
Inactive:      1626836 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        191592 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:          817924 kB
Writeback:           0 kB
Mapped:         141040 kB
Slab:            75328 kB
Committed_AS:   605016 kB
PageTables:       2344 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= 58541 MiB



End job on node19 on Mon Jan 29 22:15:49 UTC 2007