Trace number 1553323

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. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock 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
HydraSAT 2009-03-22-BaseUNSAT 490.646 490.9

General information on the benchmark

NameAPPLICATIONS/bitverif/
minxorminand/minxorminand032.cnf
MD5SUM49dda3faa6676166ee2ccb89f6cd8ca0
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark7.59684
Satisfiable
(Un)Satisfiability was proved
Number of variables10794
Number of clauses31997
Sum of the clauses size74657
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 221330
Number of clauses of size 310665
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

490.54/490.89	
490.54/490.89	c decisions : 3893620
490.54/490.89	c conflicts : 1695944
490.54/490.89	c Memory limit 1620 MiB
490.54/490.89	c RANDOM SEED: 1038385004
490.54/490.89	s UNSATISFIABLE

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1553323-1238713546/watcher-1553323-1238713546 -o /tmp/evaluation-result-1553323-1238713546/solver-1553323-1238713546 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/hydrasat HOME/instance-1553323-1238713546.cnf -rs 1038385004 -co memory_limit 1800 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1200 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1230 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.13 1.03 1.01 2/64 27209
/proc/meminfo: memFree=1217840/2055920 swapFree=4176304/4192956
[pid=27209] ppid=27207 vsize=1796 CPUtime=0
/proc/27209/stat : 27209 (hydrasat) R 27207 27209 26994 0 -1 4194304 218 0 0 0 0 0 0 0 20 0 1 0 1144017128 1839104 202 1992294400 134512640 135997824 4294956160 18446744073709551615 135371350 0 0 4096 1 0 0 0 17 0 0 0
/proc/27209/statm: 449 204 151 362 0 84 0

[startup+0.0301399 s]
/proc/loadavg: 1.13 1.03 1.01 2/64 27209
/proc/meminfo: memFree=1217840/2055920 swapFree=4176304/4192956
[pid=27209] ppid=27207 vsize=2720 CPUtime=0.02
/proc/27209/stat : 27209 (hydrasat) R 27207 27209 26994 0 -1 4194304 446 0 0 0 2 0 0 0 20 0 1 0 1144017128 2785280 430 1992294400 134512640 135997824 4294956160 18446744073709551615 135371350 0 0 4096 1 0 0 0 17 0 0 0
/proc/27209/statm: 680 430 151 362 0 315 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 2720

[startup+0.101153 s]
/proc/loadavg: 1.13 1.03 1.01 2/64 27209
/proc/meminfo: memFree=1217840/2055920 swapFree=4176304/4192956
[pid=27209] ppid=27207 vsize=4984 CPUtime=0.09
/proc/27209/stat : 27209 (hydrasat) R 27207 27209 26994 0 -1 4194304 998 0 0 0 9 0 0 0 21 0 1 0 1144017128 5103616 982 1992294400 134512640 135997824 4294956160 18446744073709551615 135371350 0 0 4096 1 0 0 0 17 0 0 0
/proc/27209/statm: 1246 982 159 362 0 881 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 4984

[startup+0.301193 s]
/proc/loadavg: 1.13 1.03 1.01 2/64 27209
/proc/meminfo: memFree=1217840/2055920 swapFree=4176304/4192956
[pid=27209] ppid=27207 vsize=7868 CPUtime=0.29
/proc/27209/stat : 27209 (hydrasat) R 27207 27209 26994 0 -1 4194304 1755 0 0 0 29 0 0 0 23 0 1 0 1144017128 8056832 1643 1992294400 134512640 135997824 4294956160 18446744073709551615 134699926 0 0 4096 1 0 0 0 17 0 0 0
/proc/27209/statm: 1967 1643 159 362 0 1602 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 7868

[startup+0.701271 s]
/proc/loadavg: 1.13 1.03 1.01 2/64 27209
/proc/meminfo: memFree=1217840/2055920 swapFree=4176304/4192956
[pid=27209] ppid=27207 vsize=10172 CPUtime=0.69
/proc/27209/stat : 27209 (hydrasat) R 27207 27209 26994 0 -1 4194304 2389 0 0 0 68 1 0 0 25 0 1 0 1144017128 10416128 2211 1992294400 134512640 135997824 4294956160 18446744073709551615 134843609 0 0 4096 1 0 0 0 17 0 0 0
/proc/27209/statm: 2543 2211 175 362 0 2178 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 10172

[startup+1.50143 s]
/proc/loadavg: 1.13 1.03 1.01 2/65 27210
/proc/meminfo: memFree=1209512/2055920 swapFree=4176304/4192956
[pid=27209] ppid=27207 vsize=10436 CPUtime=1.49
/proc/27209/stat : 27209 (hydrasat) R 27207 27209 26994 0 -1 4194304 2449 0 0 0 148 1 0 0 25 0 1 0 1144017128 10686464 2271 1992294400 134512640 135997824 4294956160 18446744073709551615 134843888 0 0 4096 1 0 0 0 17 0 0 0
/proc/27209/statm: 2609 2271 175 362 0 2244 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 10436

[startup+3.10174 s]
/proc/loadavg: 1.13 1.03 1.01 2/65 27210
/proc/meminfo: memFree=1209256/2055920 swapFree=4176304/4192956
[pid=27209] ppid=27207 vsize=10832 CPUtime=3.09
/proc/27209/stat : 27209 (hydrasat) R 27207 27209 26994 0 -1 4194304 2540 0 0 0 308 1 0 0 25 0 1 0 1144017128 11091968 2362 1992294400 134512640 135997824 4294956160 18446744073709551615 134590229 0 0 4096 1 0 0 0 17 0 0 0
/proc/27209/statm: 2708 2362 175 362 0 2343 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 10832

[startup+6.30137 s]
/proc/loadavg: 1.12 1.03 1.01 2/65 27210
/proc/meminfo: memFree=1208808/2055920 swapFree=4176304/4192956
[pid=27209] ppid=27207 vsize=10964 CPUtime=6.29
/proc/27209/stat : 27209 (hydrasat) R 27207 27209 26994 0 -1 4194304 2582 0 0 0 628 1 0 0 25 0 1 0 1144017128 11227136 2404 1992294400 134512640 135997824 4294956160 18446744073709551615 134843936 0 0 4096 1 0 0 0 17 0 0 0
/proc/27209/statm: 2741 2404 175 362 0 2376 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 10964

[startup+12.7016 s]
/proc/loadavg: 1.11 1.03 1.01 2/65 27210
/proc/meminfo: memFree=1208552/2055920 swapFree=4176304/4192956
[pid=27209] ppid=27207 vsize=11096 CPUtime=12.68
/proc/27209/stat : 27209 (hydrasat) R 27207 27209 26994 0 -1 4194304 2612 0 0 0 1267 1 0 0 25 0 1 0 1144017128 11362304 2434 1992294400 134512640 135997824 4294956160 18446744073709551615 134850398 0 0 4096 1 0 0 0 17 1 0 0
/proc/27209/statm: 2774 2434 175 362 0 2409 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 11096

[startup+25.5012 s]
/proc/loadavg: 1.08 1.03 1.01 2/65 27210
/proc/meminfo: memFree=1207528/2055920 swapFree=4176304/4192956
[pid=27209] ppid=27207 vsize=12284 CPUtime=25.47
/proc/27209/stat : 27209 (hydrasat) R 27207 27209 26994 0 -1 4194304 2914 0 0 0 2546 1 0 0 25 0 1 0 1144017128 12578816 2736 1992294400 134512640 135997824 4294956160 18446744073709551615 134757792 0 0 4096 1 0 0 0 17 0 0 0
/proc/27209/statm: 3071 2736 175 362 0 2706 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 12284

[startup+51.1012 s]
/proc/loadavg: 1.11 1.04 1.01 2/65 27210
/proc/meminfo: memFree=1207528/2055920 swapFree=4176304/4192956
[pid=27209] ppid=27207 vsize=12284 CPUtime=51.06
/proc/27209/stat : 27209 (hydrasat) R 27207 27209 26994 0 -1 4194304 2914 0 0 0 5105 1 0 0 25 0 1 0 1144017128 12578816 2736 1992294400 134512640 135997824 4294956160 18446744073709551615 135387657 0 0 4096 1 0 0 0 17 0 0 0
/proc/27209/statm: 3071 2736 175 362 0 2706 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 12284

[startup+102.305 s]
/proc/loadavg: 1.11 1.05 1.01 2/65 27210
/proc/meminfo: memFree=1206440/2055920 swapFree=4176304/4192956
[pid=27209] ppid=27207 vsize=13340 CPUtime=102.24
/proc/27209/stat : 27209 (hydrasat) R 27207 27209 26994 0 -1 4194304 3166 0 0 0 10223 1 0 0 25 0 1 0 1144017128 13660160 2988 1992294400 134512640 135997824 4294956160 18446744073709551615 134757760 0 0 4096 1 0 0 0 17 0 0 0
/proc/27209/statm: 3335 2988 175 362 0 2970 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 13340

[startup+162.301 s]
/proc/loadavg: 1.10 1.05 1.01 2/65 27210
/proc/meminfo: memFree=1204776/2055920 swapFree=4176304/4192956
[pid=27209] ppid=27207 vsize=15076 CPUtime=162.2
/proc/27209/stat : 27209 (hydrasat) R 27207 27209 26994 0 -1 4194304 3588 0 0 0 16219 1 0 0 25 0 1 0 1144017128 15437824 3410 1992294400 134512640 135997824 4294956160 18446744073709551615 134657860 0 0 4096 1 0 0 0 17 0 0 0
/proc/27209/statm: 3769 3410 175 362 0 3404 0
Current children cumulated CPU time (s) 162.2
Current children cumulated vsize (KiB) 15076

[startup+222.302 s]
/proc/loadavg: 1.10 1.06 1.01 2/65 27210
/proc/meminfo: memFree=1202472/2055920 swapFree=4176304/4192956
[pid=27209] ppid=27207 vsize=17356 CPUtime=222.17
/proc/27209/stat : 27209 (hydrasat) R 27207 27209 26994 0 -1 4194304 4155 0 0 0 22215 2 0 0 25 0 1 0 1144017128 17772544 3977 1992294400 134512640 135997824 4294956160 18446744073709551615 134683814 0 0 4096 1 0 0 0 17 0 0 0
/proc/27209/statm: 4339 3977 175 362 0 3974 0
Current children cumulated CPU time (s) 222.17
Current children cumulated vsize (KiB) 17356

[startup+282.302 s]
/proc/loadavg: 1.08 1.06 1.01 2/65 27210
/proc/meminfo: memFree=1200488/2055920 swapFree=4176304/4192956
[pid=27209] ppid=27207 vsize=19476 CPUtime=282.15
/proc/27209/stat : 27209 (hydrasat) R 27207 27209 26994 0 -1 4194304 4682 0 0 0 28212 3 0 0 25 0 1 0 1144017128 19943424 4504 1992294400 134512640 135997824 4294956160 18446744073709551615 134757372 0 0 4096 1 0 0 0 17 0 0 0
/proc/27209/statm: 4869 4504 175 362 0 4504 0
Current children cumulated CPU time (s) 282.15
Current children cumulated vsize (KiB) 19476

[startup+342.302 s]
/proc/loadavg: 1.07 1.06 1.01 2/65 27210
/proc/meminfo: memFree=1198376/2055920 swapFree=4176304/4192956
[pid=27209] ppid=27207 vsize=21744 CPUtime=342.11
/proc/27209/stat : 27209 (hydrasat) R 27207 27209 26994 0 -1 4194304 5183 0 0 0 34208 3 0 0 25 0 1 0 1144017128 22265856 5005 1992294400 134512640 135997824 4294956160 18446744073709551615 134682663 0 0 4096 1 0 0 0 17 0 0 0
/proc/27209/statm: 5436 5005 175 362 0 5071 0
Current children cumulated CPU time (s) 342.11
Current children cumulated vsize (KiB) 21744

[startup+402.301 s]
/proc/loadavg: 1.07 1.06 1.01 2/65 27210
/proc/meminfo: memFree=1196072/2055920 swapFree=4176304/4192956
[pid=27209] ppid=27207 vsize=24280 CPUtime=402.08
/proc/27209/stat : 27209 (hydrasat) R 27207 27209 26994 0 -1 4194304 5751 0 0 0 40205 3 0 0 25 0 1 0 1144017128 24862720 5573 1992294400 134512640 135997824 4294956160 18446744073709551615 134757887 0 0 4096 1 0 0 0 17 0 0 0
/proc/27209/statm: 6070 5573 175 362 0 5705 0
Current children cumulated CPU time (s) 402.08
Current children cumulated vsize (KiB) 24280

[startup+462.301 s]
/proc/loadavg: 1.06 1.06 1.01 2/65 27210
/proc/meminfo: memFree=1194856/2055920 swapFree=4176304/4192956
[pid=27209] ppid=27207 vsize=25720 CPUtime=462.06
/proc/27209/stat : 27209 (hydrasat) R 27207 27209 26994 0 -1 4194304 6076 0 0 0 46202 4 0 0 25 0 1 0 1144017128 26337280 5898 1992294400 134512640 135997824 4294956160 18446744073709551615 134817019 0 0 4096 1 0 0 0 17 0 0 0
/proc/27209/statm: 6430 5898 175 362 0 6065 0
Current children cumulated CPU time (s) 462.06
Current children cumulated vsize (KiB) 25720

Solver just ended. Dumping a history of the last processes samples

[startup+473.501 s]
/proc/loadavg: 1.12 1.07 1.01 2/65 27210
/proc/meminfo: memFree=1194408/2055920 swapFree=4176304/4192956
[pid=27209] ppid=27207 vsize=26172 CPUtime=473.25
/proc/27209/stat : 27209 (hydrasat) R 27207 27209 26994 0 -1 4194304 6178 0 0 0 47321 4 0 0 25 0 1 0 1144017128 26800128 6000 1992294400 134512640 135997824 4294956160 18446744073709551615 134758104 0 0 4096 1 0 0 0 17 0 0 0
/proc/27209/statm: 6543 6000 175 362 0 6178 0
Current children cumulated CPU time (s) 473.25
Current children cumulated vsize (KiB) 26172

[startup+479.902 s]
/proc/loadavg: 1.11 1.07 1.01 2/65 27210
/proc/meminfo: memFree=1194280/2055920 swapFree=4176304/4192956
[pid=27209] ppid=27207 vsize=26492 CPUtime=479.64
/proc/27209/stat : 27209 (hydrasat) R 27207 27209 26994 0 -1 4194304 6214 0 0 0 47960 4 0 0 25 0 1 0 1144017128 27127808 6036 1992294400 134512640 135997824 4294956160 18446744073709551615 134756297 0 0 4096 1 0 0 0 17 0 0 0
/proc/27209/statm: 6623 6036 175 362 0 6258 0
Current children cumulated CPU time (s) 479.64
Current children cumulated vsize (KiB) 26492

[startup+486.302 s]
/proc/loadavg: 1.10 1.07 1.01 2/65 27210
/proc/meminfo: memFree=1194152/2055920 swapFree=4176304/4192956
[pid=27209] ppid=27207 vsize=26664 CPUtime=486.04
/proc/27209/stat : 27209 (hydrasat) R 27207 27209 26994 0 -1 4194304 6254 0 0 0 48600 4 0 0 25 0 1 0 1144017128 27303936 6076 1992294400 134512640 135997824 4294956160 18446744073709551615 134683535 0 0 4096 1 0 0 0 17 0 0 0
/proc/27209/statm: 6666 6076 175 362 0 6301 0
Current children cumulated CPU time (s) 486.04
Current children cumulated vsize (KiB) 26664

[startup+487.901 s]
/proc/loadavg: 1.10 1.07 1.01 2/65 27210
/proc/meminfo: memFree=1194152/2055920 swapFree=4176304/4192956
[pid=27209] ppid=27207 vsize=26664 CPUtime=487.64
/proc/27209/stat : 27209 (hydrasat) R 27207 27209 26994 0 -1 4194304 6262 0 0 0 48760 4 0 0 25 0 1 0 1144017128 27303936 6084 1992294400 134512640 135997824 4294956160 18446744073709551615 134843888 0 0 4096 1 0 0 0 17 0 0 0
/proc/27209/statm: 6666 6084 175 362 0 6301 0
Current children cumulated CPU time (s) 487.64
Current children cumulated vsize (KiB) 26664

[startup+489.506 s]
/proc/loadavg: 1.09 1.07 1.01 2/65 27210
/proc/meminfo: memFree=1194024/2055920 swapFree=4176304/4192956
[pid=27209] ppid=27207 vsize=26808 CPUtime=489.24
/proc/27209/stat : 27209 (hydrasat) R 27207 27209 26994 0 -1 4194304 6288 0 0 0 48920 4 0 0 25 0 1 0 1144017128 27451392 6110 1992294400 134512640 135997824 4294956160 18446744073709551615 134843422 0 0 4096 1 0 0 0 17 0 0 0
/proc/27209/statm: 6702 6110 175 362 0 6337 0
Current children cumulated CPU time (s) 489.24
Current children cumulated vsize (KiB) 26808

[startup+490.302 s]
/proc/loadavg: 1.09 1.07 1.01 2/65 27210
/proc/meminfo: memFree=1194024/2055920 swapFree=4176304/4192956
[pid=27209] ppid=27207 vsize=26808 CPUtime=490.04
/proc/27209/stat : 27209 (hydrasat) R 27207 27209 26994 0 -1 4194304 6291 0 0 0 49000 4 0 0 25 0 1 0 1144017128 27451392 6113 1992294400 134512640 135997824 4294956160 18446744073709551615 134757748 0 0 4096 1 0 0 0 17 0 0 0
/proc/27209/statm: 6702 6113 175 362 0 6337 0
Current children cumulated CPU time (s) 490.04
Current children cumulated vsize (KiB) 26808

[startup+490.702 s]
/proc/loadavg: 1.09 1.07 1.01 2/65 27210
/proc/meminfo: memFree=1193960/2055920 swapFree=4176304/4192956
[pid=27209] ppid=27207 vsize=26808 CPUtime=490.44
/proc/27209/stat : 27209 (hydrasat) R 27207 27209 26994 0 -1 4194304 6293 0 0 0 49040 4 0 0 25 0 1 0 1144017128 27451392 6115 1992294400 134512640 135997824 4294956160 18446744073709551615 134757679 0 0 4096 1 0 0 0 17 0 0 0
/proc/27209/statm: 6702 6115 175 362 0 6337 0
Current children cumulated CPU time (s) 490.44
Current children cumulated vsize (KiB) 26808

[startup+490.802 s]
/proc/loadavg: 1.09 1.07 1.01 2/65 27210
/proc/meminfo: memFree=1193960/2055920 swapFree=4176304/4192956
[pid=27209] ppid=27207 vsize=26808 CPUtime=490.54
/proc/27209/stat : 27209 (hydrasat) R 27207 27209 26994 0 -1 4194304 6293 0 0 0 49050 4 0 0 25 0 1 0 1144017128 27451392 6115 1992294400 134512640 135997824 4294956160 18446744073709551615 134816753 0 0 4096 1 0 0 0 17 0 0 0
/proc/27209/statm: 6702 6115 175 362 0 6337 0
Current children cumulated CPU time (s) 490.54
Current children cumulated vsize (KiB) 26808

Child status: 20
Real time (s): 490.9
CPU time (s): 490.646
CPU user time (s): 490.596
CPU system time (s): 0.049992
CPU usage (%): 99.9483
Max. virtual memory (cumulated for all children) (KiB): 26808

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 490.596
system time used= 0.049992
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 6324
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1
involuntary context switches= 1651

runsolver used 0.428934 second user time and 0.954854 second system time

The end

Launcher Data

Begin job on node53 at 2009-04-03 01:05:46
IDJOB=1553323
IDBENCH=70759
IDSOLVER=520
FILE ID=node53/1553323-1238713546
PBS_JOBID= 9085305
Free space on /tmp= 66036 MiB

SOLVER NAME= HydraSAT 2009-03-22-Base
BENCH NAME= SAT09/APPLICATIONS/bitverif/minxorminand/minxorminand032.cnf
COMMAND LINE= DIR/hydrasat BENCHNAME -rs RANDOMSEED -co memory_limit MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1553323-1238713546/watcher-1553323-1238713546 -o /tmp/evaluation-result-1553323-1238713546/solver-1553323-1238713546 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/hydrasat HOME/instance-1553323-1238713546.cnf -rs 1038385004 -co memory_limit 1800

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB
MAX NB THREAD= 0

MD5SUM BENCH= 49dda3faa6676166ee2ccb89f6cd8ca0
RANDOM SEED=1038385004

node53.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/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.264
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.264
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1218256 kB
Buffers:         93068 kB
Cached:         645956 kB
SwapCached:      10540 kB
Active:         216200 kB
Inactive:       534912 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1218256 kB
SwapTotal:     4192956 kB
SwapFree:      4176304 kB
Dirty:            2152 kB
Writeback:           0 kB
Mapped:          17780 kB
Slab:            72528 kB
Committed_AS:  2774820 kB
PageTables:       1384 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= 66036 MiB
End job on node53 at 2009-04-03 01:13:57