Trace number 204963

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.40UNSAT 26.379 26.66

General information on the benchmark

Namerandom/rand-2-30-15/
rand-2-30-15-306-230-19_ext.xml
MD5SUM8e06714393673c95160b0fa68922a4ca
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.552915
SatisfiableNO
(Un)Satisfiability was provedNO
Number of variables30
Number of constraints223
Maximum constraint arity2
Maximum domain size15
Number of constraints which are defined in extension223
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.04	c # Sugar v0-40 (/tmp/evaluation/204963-1170096168/sugar-v0-40.jar)
0.04	
0.04	c # MAIN  BEGIN : /tmp/evaluation/204963-1170096168/unknown.xml [Mon Jan 29 19:42:52 2007]
0.04	c # CONVERT_XML  BEGIN : /tmp/evaluation/204963-1170096168/unknown.xml /tmp/evaluation/204963-1170096168/sugar21352.csp [Mon Jan 29 19:42:52 2007]
0.04	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/204963-1170096168/sugar-v0-40.jar -convert /tmp/evaluation/204963-1170096168/unknown.xml /tmp/evaluation/204963-1170096168/sugar21352.csp
0.25	c BEGIN convert /tmp/evaluation/204963-1170096168/unknown.xml
0.61	c END convert (0.356362 seconds)
0.64	c # CONVERT_XML  END : /tmp/evaluation/204963-1170096168/sugar21352.csp 451967 bytes (0 seconds) [Mon Jan 29 19:42:52 2007]
0.64	c # CONVERT_XML  CPU : 0.46 = 0 + 0 + 0.42 + 0.04
0.64	
0.64	c # GENERATE_SAT  BEGIN : /tmp/evaluation/204963-1170096168/sugar21352.bcnf [Mon Jan 29 19:42:52 2007]
0.64	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/204963-1170096168/sugar-v0-40.jar -bcnf -map /tmp/evaluation/204963-1170096168/sugar21352.map /tmp/evaluation/204963-1170096168/sugar21352.csp /tmp/evaluation/204963-1170096168/sugar21352.bcnf
0.75	c BEGIN parse /tmp/evaluation/204963-1170096168/sugar21352.csp
3.55	c END parse (2.805176 seconds)
3.55	c BEGIN simplify
3.57	c END simplify (0.021721 seconds)
3.57	c BEGIN encode /tmp/evaluation/204963-1170096168/sugar21352.bcnf
3.75	c END encode (0.175814 seconds)
3.80	c # GENERATE_SAT  END : 2154 variables 17832 clauses 1126764 bytes (3 seconds) [Mon Jan 29 19:42:55 2007]
3.81	c # GENERATE_SAT  CPU : 3.11 = 0.01 + 0 + 3 + 0.1
3.81	
3.81	c # SOLVE_SAT  BEGIN : /tmp/evaluation/204963-1170096168/sugar21352.bcnf [Mon Jan 29 19:42:55 2007]
3.81	c # CMD : /tmp/evaluation/204963-1170096168/minisat /tmp/evaluation/204963-1170096168/sugar21352.bcnf /tmp/evaluation/204963-1170096168/sugar21352.out
3.83	c ==================================[MINISAT]===================================
3.83	c | Conflicts |     ORIGINAL     |              LEARNT              | Progress |
3.83	c |           | Clauses Literals |   Limit Clauses Literals  Lit/Cl |          |
3.83	c ==============================================================================
3.83	c |         0 |   17832   263853 |    5944       0        0     nan |  0.000 % |
3.84	c |       100 |   17832   263853 |    6538     100     1325    13.2 |  0.000 % |
3.86	c |       250 |   17833   263853 |    7192     249     2868    11.5 |  0.000 % |
3.88	c |       476 |   17833   263853 |    7911     475     4789    10.1 |  0.003 % |
3.92	c |       814 |   17836   263853 |    8702     810     8033     9.9 |  0.004 % |
3.97	c |      1320 |   17836   263853 |    9572    1316    13387    10.2 |  0.000 % |
4.04	c |      2079 |   17840   263853 |   10530    2071    21144    10.2 |  0.001 % |
4.17	c |      3218 |   17846   263853 |   11583    3204    34778    10.9 |  0.002 % |
4.39	c |      4926 |   17848   263853 |   12741    4910    58480    11.9 |  0.000 % |
4.72	c |      7489 |   17854   263853 |   14015    7467    91223    12.2 |  0.002 % |
5.25	c |     11333 |   17855   263853 |   15417   11310   143070    12.6 |  0.000 % |
6.13	c |     17099 |   17745   263427 |   16958   13219   175878    13.3 |  0.789 % |
7.74	c |     25749 |   17751   263427 |   18654   13207   198047    15.0 |  0.791 % |
10.06	c |     38724 |   17683   263226 |   20520   14112   248102    17.6 |  0.836 % |
13.89	c |     58186 |   17693   263226 |   22572   12697   211266    16.6 |  0.836 % |
19.53	c |     87378 |   17134   256738 |   24829   16740   258656    15.5 |  8.542 % |
26.65	c ==============================================================================
26.65	c restarts              : 16
26.65	c conflicts             : 117785         (5187 /sec)
26.65	c decisions             : 164634         (7250 /sec)
26.65	c propagations          : 16880564       (743390 /sec)
26.65	c conflict literals     : 1990434        (45.52 % deleted)
26.65	c Memory used           : 6.09 MB
26.65	c CPU time              : 22.7075 s
26.65	c 
26.65	c UNSATISFIABLE
26.65	c # SOLVE_SAT  END : UNSATISFIABLE (23 seconds) [Mon Jan 29 19:43:18 2007]
26.65	c # SOLVE_SAT  CPU : 22.75 = 0.01 + 0 + 22.71 + 0.03
26.65	
26.65	c # RESULT : UNSATISFIABLE
26.65	
26.65	c # OUTPUT_SOL  BEGIN : UNSAT  [Mon Jan 29 19:43:18 2007]
26.65	s UNSATISFIABLE
26.65	c # OUTPUT_SOL  END :  (0 seconds) [Mon Jan 29 19:43:18 2007]
26.65	c # OUTPUT_SOL  CPU : 0 = 0 + 0 + 0 + 0
26.65	
26.65	c # MAIN  END :  (26 seconds) [Mon Jan 29 19:43:18 2007]
26.65	c # MAIN  CPU : 26.32 = 0.02 + 0 + 26.13 + 0.17
26.65	

Verifier Data (download as text)

No possible verification on an UNSAT instance

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node30/watcher-204963-1170096168 -o ROOT/results/node30/solver-204963-1170096168 -C 1800 -M 900 /tmp/evaluation/204963-1170096168/solver /tmp/evaluation/204963-1170096168 /tmp/evaluation/204963-1170096168/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.71 2.11 2.32 5/82 21353
/proc/meminfo: memFree=1577968/2055920 swapFree=4192956/4192956
[pid=21352] ppid=21346 vsize=1968 CPUtime=0
/proc/21352/stat : 21352 (solver) R 21346 21352 20947 0 -1 4194304 53 0 0 0 0 0 0 0 18 0 1 0 3381186 2015232 37 18446744073709551615 4194304 4889804 548682069296 18446744073709551615 264904934772 0 0 4096 0 0 0 0 17 1 0 0
/proc/21352/statm: 1303 45 30 169 0 14 0

[startup+0.103315 s]
/proc/loadavg: 1.71 2.11 2.32 5/82 21353
/proc/meminfo: memFree=1577968/2055920 swapFree=4192956/4192956
[pid=21352] ppid=21346 vsize=13724 CPUtime=0.04
/proc/21352/stat : 21352 (sugar) S 21346 21352 20947 0 -1 4194304 1112 0 0 0 3 1 0 0 16 0 1 0 3381186 14053376 805 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21352/statm: 3431 805 368 3 0 531 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13724

[startup+0.511372 s]
/proc/loadavg: 1.71 2.11 2.32 5/82 21353
/proc/meminfo: memFree=1577968/2055920 swapFree=4192956/4192956
[pid=21352] ppid=21346 vsize=13724 CPUtime=0.04
/proc/21352/stat : 21352 (sugar) S 21346 21352 20947 0 -1 4194304 1121 0 0 0 3 1 0 0 16 0 1 0 3381186 14053376 805 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21352/statm: 3431 805 368 3 0 531 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13724

[startup+1.33249 s]
/proc/loadavg: 1.71 2.11 2.32 2/89 21372
/proc/meminfo: memFree=1553272/2055920 swapFree=4192956/4192956
[pid=21352] ppid=21346 vsize=13724 CPUtime=0.5
/proc/21352/stat : 21352 (sugar) S 21346 21352 20947 0 -1 4194304 1190 6862 0 1 3 1 42 4 15 0 1 0 3381186 14053376 809 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21352/statm: 3431 809 371 3 0 531 0
[pid=21365] ppid=21352 vsize=807064 CPUtime=0.67
/proc/21365/stat : 21365 (java) R 21352 21352 20947 0 -1 0 8196 0 1 0 63 4 0 0 17 0 8 0 3381250 826433536 7943 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4154043457 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/21365/statm: 201766 7943 1506 14 0 189044 0
[pid=21365/tid=21366] ppid=21352 vsize=807064 CPUtime=0.11
/proc/21365/task/21366/stat : 21366 (java) S 21352 21352 20947 0 -1 64 2115 0 0 0 11 0 0 0 17 0 8 0 3381253 826433536 7943 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=21365/tid=21367] ppid=21352 vsize=807064 CPUtime=0
/proc/21365/task/21367/stat : 21367 (java) S 21352 21352 20947 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 3381253 826433536 7943 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21365/tid=21368] ppid=21352 vsize=807064 CPUtime=0
/proc/21365/task/21368/stat : 21368 (java) S 21352 21352 20947 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 3381253 826433536 7943 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21365/tid=21369] ppid=21352 vsize=807064 CPUtime=0
/proc/21365/task/21369/stat : 21369 (java) S 21352 21352 20947 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 3381256 826433536 7943 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21365/tid=21370] ppid=21352 vsize=807064 CPUtime=0.04
/proc/21365/task/21370/stat : 21370 (java) S 21352 21352 20947 0 -1 64 292 0 0 0 4 0 0 0 16 0 8 0 3381256 826433536 7943 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21365/tid=21371] ppid=21352 vsize=807064 CPUtime=0
/proc/21365/task/21371/stat : 21371 (java) S 21352 21352 20947 0 -1 64 2 0 0 0 0 0 0 0 23 0 8 0 3381256 826433536 7943 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21365/tid=21372] ppid=21352 vsize=807064 CPUtime=0
/proc/21365/task/21372/stat : 21372 (java) S 21352 21352 20947 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 3381256 826433536 7943 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.17
Current children cumulated vsize (KiB) 820788

[startup+2.98073 s]
/proc/loadavg: 1.65 2.09 2.31 2/89 21373
/proc/meminfo: memFree=1537976/2055920 swapFree=4192956/4192956
[pid=21352] ppid=21346 vsize=13724 CPUtime=0.5
/proc/21352/stat : 21352 (sugar) S 21346 21352 20947 0 -1 4194304 1190 6862 0 1 3 1 42 4 15 0 1 0 3381186 14053376 809 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21352/statm: 3431 809 371 3 0 531 0
[pid=21365] ppid=21352 vsize=807332 CPUtime=2.32
/proc/21365/stat : 21365 (java) R 21352 21352 20947 0 -1 0 13423 0 1 0 225 7 0 0 16 0 8 0 3381250 826707968 13134 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073752622 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/21365/statm: 201833 13134 1506 14 0 189111 0
[pid=21365/tid=21366] ppid=21352 vsize=807332 CPUtime=0.39
/proc/21365/task/21366/stat : 21366 (java) S 21352 21352 20947 0 -1 64 7192 0 0 0 37 2 0 0 17 0 8 0 3381253 826707968 13134 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=21365/tid=21367] ppid=21352 vsize=807332 CPUtime=0
/proc/21365/task/21367/stat : 21367 (java) S 21352 21352 20947 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 3381253 826707968 13134 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21365/tid=21368] ppid=21352 vsize=807332 CPUtime=0
/proc/21365/task/21368/stat : 21368 (java) S 21352 21352 20947 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 3381253 826707968 13134 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21365/tid=21369] ppid=21352 vsize=807332 CPUtime=0
/proc/21365/task/21369/stat : 21369 (java) S 21352 21352 20947 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 3381256 826707968 13134 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21365/tid=21370] ppid=21352 vsize=807332 CPUtime=0.12
/proc/21365/task/21370/stat : 21370 (java) S 21352 21352 20947 0 -1 64 403 0 0 0 12 0 0 0 16 0 8 0 3381256 826707968 13134 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21365/tid=21371] ppid=21352 vsize=807332 CPUtime=0
/proc/21365/task/21371/stat : 21371 (java) S 21352 21352 20947 0 -1 64 2 0 0 0 0 0 0 0 23 0 8 0 3381256 826707968 13134 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21365/tid=21372] ppid=21352 vsize=807332 CPUtime=0
/proc/21365/task/21372/stat : 21372 (java) S 21352 21352 20947 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 3381256 826707968 13134 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.82
Current children cumulated vsize (KiB) 821056

[startup+6.26719 s]
/proc/loadavg: 1.65 2.09 2.31 2/82 21375
/proc/meminfo: memFree=1571952/2055920 swapFree=4192956/4192956
[pid=21352] ppid=21346 vsize=14700 CPUtime=3.62
/proc/21352/stat : 21352 (sugar) S 21346 21352 20947 0 -1 4194304 1545 22958 0 2 5 1 342 14 16 0 1 0 3381186 15052800 1056 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21352/statm: 3675 1056 373 3 0 775 0
[pid=21374] ppid=21352 vsize=4564 CPUtime=2.44
/proc/21374/stat : 21374 (minisat) R 21352 21352 20947 0 -1 0 1087 0 0 0 244 0 0 0 25 0 1 0 3381567 4673536 796 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/21374/statm: 1141 796 52 112 0 1025 0
Current children cumulated CPU time (s) 6.06
Current children cumulated vsize (KiB) 19264

[startup+12.7331 s]
/proc/loadavg: 1.63 2.07 2.31 4/96 21428
/proc/meminfo: memFree=1513408/2055920 swapFree=4192956/4192956
[pid=21352] ppid=21346 vsize=14700 CPUtime=3.62
/proc/21352/stat : 21352 (sugar) S 21346 21352 20947 0 -1 4194304 1545 22958 0 2 5 1 342 14 16 0 1 0 3381186 15052800 1056 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21352/statm: 3675 1056 373 3 0 775 0
[pid=21374] ppid=21352 vsize=5716 CPUtime=8.88
/proc/21374/stat : 21374 (minisat) R 21352 21352 20947 0 -1 0 1389 0 0 0 887 1 0 0 25 0 1 0 3381567 5853184 1098 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/21374/statm: 1429 1098 52 112 0 1313 0
Current children cumulated CPU time (s) 12.5
Current children cumulated vsize (KiB) 20416

[startup+25.5629 s]
/proc/loadavg: 1.61 2.05 2.30 3/89 21501
/proc/meminfo: memFree=1560624/2055920 swapFree=4192956/4192956
[pid=21352] ppid=21346 vsize=14700 CPUtime=3.62
/proc/21352/stat : 21352 (sugar) S 21346 21352 20947 0 -1 4194304 1545 22958 0 2 5 1 342 14 16 0 1 0 3381186 15052800 1056 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21352/statm: 3675 1056 373 3 0 775 0
[pid=21374] ppid=21352 vsize=6236 CPUtime=21.64
/proc/21374/stat : 21374 (minisat) R 21352 21352 20947 0 -1 0 1505 0 0 0 2162 2 0 0 25 0 1 0 3381567 6385664 1214 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528677 0 0 4096 3 0 0 0 17 0 0 0
/proc/21374/statm: 1559 1214 52 112 0 1443 0
Current children cumulated CPU time (s) 25.26
Current children cumulated vsize (KiB) 20936

Child status: 0
Real time (s): 26.66
CPU time (s): 26.379
CPU user time (s): 26.188
CPU system time (s): 0.19097
CPU usage (%): 98.946
Max. virtual memory (cumulated for all children) (KiB): 821056

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 26.188
system time used= 0.19097
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 26112
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= 1128
involuntary context switches= 1019

runsolver used 0.027995 s user time and 0.082987 s system time

The end

Launcher Data (download as text)

Begin job on node30 on Mon Jan 29 18:42:50 UTC 2007


IDJOB= 204963
IDBENCH= 4090
IDSOLVER= 86
FILE ID= node30/204963-1170096168

PBS_JOBID= 3689656

Free space on /tmp= 66560 MiB

SOLVER NAME= sugar 0.40
BENCH NAME= HOME/pub/bench/CPAI06/random/rand-2-30-15/rand-2-30-15-306-230-19_ext.xml
COMMAND LINE= /tmp/evaluation/204963-1170096168/solver /tmp/evaluation/204963-1170096168 /tmp/evaluation/204963-1170096168/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node30/watcher-204963-1170096168 -o ROOT/results/node30/solver-204963-1170096168 -C 1800 -M 900  /tmp/evaluation/204963-1170096168/solver /tmp/evaluation/204963-1170096168 /tmp/evaluation/204963-1170096168/unknown.xml

META MD5SUM SOLVER= 0a27e717dfe98d83d9802fe0eea45073
MD5SUM BENCH=  8e06714393673c95160b0fa68922a4ca

RANDOM SEED= 964592537

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.270
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.270
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:       1483752 kB
Buffers:         38288 kB
Cached:         252616 kB
SwapCached:          0 kB
Active:         320096 kB
Inactive:       180936 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1483752 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            4828 kB
Writeback:           0 kB
Mapped:         235664 kB
Slab:            55860 kB
Committed_AS:   603340 kB
PageTables:       2380 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= 66563 MiB



End job on node30 on Mon Jan 29 18:43:19 UTC 2007