Trace number 249749

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 61.9796 66.6057

General information on the benchmark

Nameprimes/primes-20/
primes-20-20-2-1.xml
MD5SUMe40b951c5d2d8f6e86520595770dadb8
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.021995
SatisfiableYES
(Un)Satisfiability was proved
Number of variables100
Number of constraints20
Maximum constraint arity3
Maximum domain size70
Number of constraints which are defined in extension0
Number of constraints which are defined in intension20
Global constraints used (with number of constraints)

Solver Data (download as text)

1.60	c # Sugar v0-40 (/tmp/evaluation/249749-1170112103/sugar-v0-40.jar)
1.60	
1.74	c # MAIN  BEGIN : /tmp/evaluation/249749-1170112103/unknown.xml [Tue Jan 30 00:08:27 2007]
1.74	c # CONVERT_XML  BEGIN : /tmp/evaluation/249749-1170112103/unknown.xml /tmp/evaluation/249749-1170112103/sugar20398.csp [Tue Jan 30 00:08:27 2007]
1.74	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/249749-1170112103/sugar-v0-40.jar -convert /tmp/evaluation/249749-1170112103/unknown.xml /tmp/evaluation/249749-1170112103/sugar20398.csp
3.54	c BEGIN convert /tmp/evaluation/249749-1170112103/unknown.xml
3.74	c END convert (0.199249 seconds)
3.76	c # CONVERT_XML  END : /tmp/evaluation/249749-1170112103/sugar20398.csp 2574 bytes (2 seconds) [Tue Jan 30 00:08:29 2007]
3.76	c # CONVERT_XML  CPU : 0.26 = 0 + 0 + 0.21 + 0.05
3.76	
3.76	c # GENERATE_SAT  BEGIN : /tmp/evaluation/249749-1170112103/sugar20398.bcnf [Tue Jan 30 00:08:29 2007]
3.76	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/249749-1170112103/sugar-v0-40.jar -bcnf -map /tmp/evaluation/249749-1170112103/sugar20398.map /tmp/evaluation/249749-1170112103/sugar20398.csp /tmp/evaluation/249749-1170112103/sugar20398.bcnf
3.87	c BEGIN parse /tmp/evaluation/249749-1170112103/sugar20398.csp
3.97	c END parse (0.102352 seconds)
3.97	c BEGIN simplify
3.97	c END simplify (2.04E-4 seconds)
3.98	c BEGIN encode /tmp/evaluation/249749-1170112103/sugar20398.bcnf
18.29	c END encode (14.314051 seconds)
18.32	c # GENERATE_SAT  END : 6900 variables 13847192 clauses 221342368 bytes (14 seconds) [Tue Jan 30 00:08:43 2007]
18.32	c # GENERATE_SAT  CPU : 14.07 = 0 + 0 + 12.96 + 1.11
18.32	
18.32	c # SOLVE_SAT  BEGIN : /tmp/evaluation/249749-1170112103/sugar20398.bcnf [Tue Jan 30 00:08:43 2007]
18.32	c # CMD : /tmp/evaluation/249749-1170112103/minisat /tmp/evaluation/249749-1170112103/sugar20398.bcnf /tmp/evaluation/249749-1170112103/sugar20398.out
65.56	c ==================================[MINISAT]===================================
65.56	c | Conflicts |     ORIGINAL     |              LEARNT              | Progress |
65.56	c |           | Clauses Literals |   Limit Clauses Literals  Lit/Cl |          |
65.56	c ==============================================================================
65.56	c |         0 | 5558163 17229279 | 1852721       0        0     nan |  0.000 % |
66.14	c ==============================================================================
66.14	c restarts              : 1
66.14	c conflicts             : 7              (0 /sec)
66.14	c decisions             : 297            (6 /sec)
66.14	c propagations          : 21048          (455 /sec)
66.14	c conflict literals     : 20             (13.04 % deleted)
66.14	c Memory used           : 454.67 MB
66.14	c CPU time              : 46.215 s
66.14	c 
66.14	c SATISFIABLE
66.23	c # SOLVE_SAT  END : SATISFIABLE (48 seconds) [Tue Jan 30 00:09:31 2007]
66.23	c # SOLVE_SAT  CPU : 47.28 = 0 + 0 + 46.21 + 1.07
66.23	
66.23	c # RESULT : SATISFIABLE
66.23	
66.23	c # OUTPUT_SOL  BEGIN : SAT  [Tue Jan 30 00:09:31 2007]
66.40	c BEGIN read SAT output /tmp/evaluation/249749-1170112103/sugar20398.out
66.44	c END read SAT output (0.036037 seconds)
66.44	c BEGIN write solution /tmp/evaluation/249749-1170112103/sugar20398.sol
66.46	c END write solution (0.019167 seconds)
66.47	s SATISFIABLE
66.48	v 71 17 71 71 43 53 8 41 29 3 71 71 71 71 71 71 71 2 71 59 71 35 71 71 7 31 71 7 19 53 29 5 71 71 71 71 43 59 71 71 29 31 3 20 71 71 67 71 71 71 71 71 71 3 71 71 5 71 59 71 71 71 71 71 71 71 71 71 43 71 71 53 71 71 71 71 71 71 71 31 71 71 71 71 23 71 71 71 71 71 71 71 64 71 71 71 17 58 71 71
66.48	c # OUTPUT_SOL  END :  (1 seconds) [Tue Jan 30 00:09:32 2007]
66.48	c # OUTPUT_SOL  CPU : 0.17 = 0 + 0 + 0.140000000000001 + 0.0299999999999998
66.48	
66.48	c # MAIN  END :  (65 seconds) [Tue Jan 30 00:09:32 2007]
66.48	c # MAIN  CPU : 61.78 = 0 + 0 + 59.52 + 2.26
66.48	

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/node41/watcher-249749-1170112103 -o ROOT/results/node41/solver-249749-1170112103 -C 1800 -M 900 /tmp/evaluation/249749-1170112103/solver /tmp/evaluation/249749-1170112103 /tmp/evaluation/249749-1170112103/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: 5.07 5.71 4.97 5/82 20399
/proc/meminfo: memFree=15128/2055920 swapFree=4192812/4192956
[pid=20398] ppid=20396 vsize=18540 CPUtime=0
/proc/20398/stat : 20398 (runsolver) R 20396 20398 19770 0 -1 4194368 16 0 0 0 0 0 0 0 20 0 1 0 31166446 18984960 279 18446744073709551615 4194304 4267372 548682069040 18446744073709551615 238390144295 0 0 4096 24578 0 0 0 17 1 0 0
/proc/20398/statm: 4635 279 244 17 0 2626 0

[startup+0.108871 s]
/proc/loadavg: 5.07 5.71 4.97 5/82 20399
/proc/meminfo: memFree=15128/2055920 swapFree=4192812/4192956
[pid=20398] ppid=20396 vsize=24 CPUtime=0
/proc/20398/stat : 20398 (sugar) D 20396 20398 19770 0 -1 4194304 264 0 0 0 0 0 0 0 18 0 1 0 31166446 24576 1 18446744073709551615 0 0 548682069995 18446744073709551615 238390144295 0 0 4096 0 18446744071563479169 0 0 17 1 0 0
/proc/20398/statm: 6 1 0 0 0 1 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 24

[startup+0.520906 s]
/proc/loadavg: 5.07 5.71 4.97 5/82 20399
/proc/meminfo: memFree=15128/2055920 swapFree=4192812/4192956
[pid=20398] ppid=20396 vsize=12272 CPUtime=0
/proc/20398/stat : 20398 (sugar) D 20396 20398 19770 0 -1 4194304 607 0 4 0 0 0 0 0 18 0 1 0 31166446 12566528 330 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 238399041634 0 0 4224 0 18446744071563479169 0 0 17 1 0 0
/proc/20398/statm: 3068 330 246 3 0 168 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12272

[startup+1.34298 s]
/proc/loadavg: 5.07 5.71 4.97 2/81 20399
/proc/meminfo: memFree=15456/2055920 swapFree=4192812/4192956
[pid=20398] ppid=20396 vsize=12668 CPUtime=0.01
/proc/20398/stat : 20398 (sugar) D 20396 20398 19770 0 -1 4194304 776 0 4 0 1 0 0 0 18 0 1 0 31166446 12972032 499 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 238399041634 0 0 4224 0 18446744071563479169 0 0 17 1 0 0
/proc/20398/statm: 3167 499 315 3 0 267 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 12668

[startup+2.98812 s]
/proc/loadavg: 4.98 5.69 4.96 2/82 20400
/proc/meminfo: memFree=15832/2055920 swapFree=4192812/4192956
[pid=20398] ppid=20396 vsize=13724 CPUtime=0.04
/proc/20398/stat : 20398 (sugar) S 20396 20398 19770 0 -1 4194304 1108 0 4 0 3 1 0 0 15 0 1 0 31166446 14053376 805 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 238399041634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20398/statm: 3431 805 368 3 0 531 0
[pid=20400] ppid=20398 vsize=9824 CPUtime=0
/proc/20400/stat : 20400 (java) D 20398 20398 19770 0 -1 0 634 0 7 0 0 0 0 0 18 0 1 0 31166621 10059776 419 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 1962916 0 0 0 7368 18446744071563608240 0 0 17 1 0 0
/proc/20400/statm: 2456 419 338 14 0 1140 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 23548

[startup+6.26941 s]
/proc/loadavg: 4.98 5.69 4.96 3/89 20415
/proc/meminfo: memFree=15400/2055920 swapFree=4192812/4192956
[pid=20398] ppid=20396 vsize=13724 CPUtime=0.3
/proc/20398/stat : 20398 (sugar) S 20396 20398 19770 0 -1 4194304 1186 3504 4 30 3 1 21 5 15 0 1 0 31166446 14053376 809 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 238399041634 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/20398/statm: 3431 809 371 3 0 531 0
[pid=20408] ppid=20398 vsize=807344 CPUtime=2.46
/proc/20408/stat : 20408 (java) R 20398 20398 19770 0 -1 0 4298 0 1 0 226 20 0 0 25 0 8 0 31166823 826720256 4048 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/20408/statm: 201836 4048 1501 14 0 189114 0
[pid=20408/tid=20409] ppid=20398 vsize=807344 CPUtime=0
/proc/20408/task/20409/stat : 20409 (java) S 20398 20398 19770 0 -1 64 6 0 0 0 0 0 0 0 16 0 8 0 31166826 826720256 4048 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=20408/tid=20410] ppid=20398 vsize=807344 CPUtime=0
/proc/20408/task/20410/stat : 20410 (java) S 20398 20398 19770 0 -1 64 9 0 0 0 0 0 0 0 20 0 8 0 31166826 826720256 4048 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20408/tid=20411] ppid=20398 vsize=807344 CPUtime=0
/proc/20408/task/20411/stat : 20411 (java) S 20398 20398 19770 0 -1 64 4 0 0 0 0 0 0 0 21 0 8 0 31166826 826720256 4048 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20408/tid=20412] ppid=20398 vsize=807344 CPUtime=0
/proc/20408/task/20412/stat : 20412 (java) S 20398 20398 19770 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 31166829 826720256 4048 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20408/tid=20413] ppid=20398 vsize=807344 CPUtime=0.04
/proc/20408/task/20413/stat : 20413 (java) S 20398 20398 19770 0 -1 64 333 0 0 0 4 0 0 0 16 0 8 0 31166829 826720256 4048 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20408/tid=20414] ppid=20398 vsize=807344 CPUtime=0
/proc/20408/task/20414/stat : 20414 (java) S 20398 20398 19770 0 -1 64 3 0 0 0 0 0 0 0 23 0 8 0 31166829 826720256 4048 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20408/tid=20415] ppid=20398 vsize=807344 CPUtime=0
/proc/20408/task/20415/stat : 20415 (java) S 20398 20398 19770 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 31166829 826720256 4048 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.76
Current children cumulated vsize (KiB) 821068

[startup+12.67 s]
/proc/loadavg: 5.06 5.68 4.97 3/90 20416
/proc/meminfo: memFree=15264/2055920 swapFree=4192812/4192956
[pid=20398] ppid=20396 vsize=13724 CPUtime=0.3
/proc/20398/stat : 20398 (sugar) S 20396 20398 19770 0 -1 4194304 1186 3504 4 30 3 1 21 5 15 0 1 0 31166446 14053376 809 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 238399041634 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/20398/statm: 3431 809 371 3 0 531 0
[pid=20408] ppid=20398 vsize=807344 CPUtime=8.76
/proc/20408/stat : 20408 (java) R 20398 20398 19770 0 -1 0 4300 0 1 0 808 68 0 0 25 0 8 0 31166823 826720256 4050 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073540757 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/20408/statm: 201836 4050 1501 14 0 189114 0
[pid=20408/tid=20409] ppid=20398 vsize=807344 CPUtime=0
/proc/20408/task/20409/stat : 20409 (java) S 20398 20398 19770 0 -1 64 6 0 0 0 0 0 0 0 16 0 8 0 31166826 826720256 4050 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=20408/tid=20410] ppid=20398 vsize=807344 CPUtime=0
/proc/20408/task/20410/stat : 20410 (java) S 20398 20398 19770 0 -1 64 9 0 0 0 0 0 0 0 20 0 8 0 31166826 826720256 4050 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20408/tid=20411] ppid=20398 vsize=807344 CPUtime=0
/proc/20408/task/20411/stat : 20411 (java) S 20398 20398 19770 0 -1 64 4 0 0 0 0 0 0 0 21 0 8 0 31166826 826720256 4050 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20408/tid=20412] ppid=20398 vsize=807344 CPUtime=0
/proc/20408/task/20412/stat : 20412 (java) S 20398 20398 19770 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 31166829 826720256 4050 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20408/tid=20413] ppid=20398 vsize=807344 CPUtime=0.04
/proc/20408/task/20413/stat : 20413 (java) S 20398 20398 19770 0 -1 64 333 0 0 0 4 0 0 0 16 0 8 0 31166829 826720256 4050 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20408/tid=20414] ppid=20398 vsize=807344 CPUtime=0
/proc/20408/task/20414/stat : 20414 (java) S 20398 20398 19770 0 -1 64 3 0 0 0 0 0 0 0 23 0 8 0 31166829 826720256 4050 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20408/tid=20415] ppid=20398 vsize=807344 CPUtime=0
/proc/20408/task/20415/stat : 20415 (java) S 20398 20398 19770 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 31166829 826720256 4050 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 9.06
Current children cumulated vsize (KiB) 821068

[startup+25.5261 s]
/proc/loadavg: 4.91 5.62 4.96 3/84 20419
/proc/meminfo: memFree=16080/2055920 swapFree=4192812/4192956
[pid=20398] ppid=20396 vsize=13724 CPUtime=14.37
/proc/20398/stat : 20398 (sugar) S 20396 20398 19770 0 -1 4194304 1305 7832 4 31 3 1 1317 116 17 0 1 0 31166446 14053376 834 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 238399041634 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/20398/statm: 3431 834 373 3 0 531 0
[pid=20417] ppid=20398 vsize=502564 CPUtime=6.88
/proc/20417/stat : 20417 (minisat) R 20398 20398 19770 0 -1 0 117047 0 0 0 606 82 0 0 25 0 1 0 31168278 514625536 115942 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134522276 0 0 4096 0 0 0 0 17 1 0 0
/proc/20417/statm: 125641 115942 36 112 0 125525 0
Current children cumulated CPU time (s) 21.25
Current children cumulated vsize (KiB) 516288

[startup+51.1903 s]
/proc/loadavg: 4.10 5.38 4.89 3/82 20422
/proc/meminfo: memFree=14944/2055920 swapFree=4192812/4192956
[pid=20398] ppid=20396 vsize=13724 CPUtime=14.37
/proc/20398/stat : 20398 (sugar) S 20396 20398 19770 0 -1 4194304 1305 7832 4 31 3 1 1317 116 17 0 1 0 31166446 14053376 834 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 238399041634 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/20398/statm: 3431 834 373 3 0 531 0
[pid=20417] ppid=20398 vsize=465568 CPUtime=32.36
/proc/20417/stat : 20417 (minisat) R 20398 20398 19770 0 -1 0 117047 0 0 0 3143 93 0 0 25 0 1 0 31168278 476741632 108293 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134522290 0 0 4096 0 0 0 0 17 1 0 0
/proc/20417/statm: 116392 108293 36 112 0 116276 0
Current children cumulated CPU time (s) 46.73
Current children cumulated vsize (KiB) 479292

Child status: 0
Real time (s): 66.6057
CPU time (s): 61.9796
CPU user time (s): 59.5699
CPU system time (s): 2.40963
CPU usage (%): 93.0545
Max. virtual memory (cumulated for all children) (KiB): 821068

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 59.5699
system time used= 2.40963
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 129516
page faults= 37
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1166
involuntary context switches= 3137

runsolver used 0.074988 s user time and 0.230964 s system time

The end

Launcher Data (download as text)

Begin job on node41 on Mon Jan 29 23:08:25 UTC 2007


IDJOB= 249749
IDBENCH= 11807
IDSOLVER= 86
FILE ID= node41/249749-1170112103

PBS_JOBID= 3690263

Free space on /tmp= 51018 MiB

SOLVER NAME= sugar 0.40
BENCH NAME= HOME/pub/bench/CPAI06/primes/primes-20/primes-20-20-2-1.xml
COMMAND LINE= /tmp/evaluation/249749-1170112103/solver /tmp/evaluation/249749-1170112103 /tmp/evaluation/249749-1170112103/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node41/watcher-249749-1170112103 -o ROOT/results/node41/solver-249749-1170112103 -C 1800 -M 900  /tmp/evaluation/249749-1170112103/solver /tmp/evaluation/249749-1170112103 /tmp/evaluation/249749-1170112103/unknown.xml

META MD5SUM SOLVER= 0a27e717dfe98d83d9802fe0eea45073
MD5SUM BENCH=  e40b951c5d2d8f6e86520595770dadb8

RANDOM SEED= 400090430

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:         16824 kB
Buffers:         11888 kB
Cached:        1891024 kB
SwapCached:          0 kB
Active:          64608 kB
Inactive:      1876904 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:         16824 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:          828344 kB
Writeback:          76 kB
Mapped:          55396 kB
Slab:            82788 kB
Committed_AS:   511240 kB
PageTables:       1984 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= 49947 MiB



End job on node41 on Mon Jan 29 23:09:32 UTC 2007