Trace number 1723836

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-Flat 2009-03-22-FlatUNSAT 594.498 594.66

General information on the benchmark

Namesimon-s02b-dp11u10.cnf
MD5SUMbd35ccd857138682818061a3fbcb7546
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark101.893
Satisfiable
(Un)Satisfiability was proved
Number of variables8513
Number of clauses25271
Sum of the clauses size59561
Maximum clause length11
Minimum clause length1
Number of clauses of size 122
Number of clauses of size 216216
Number of clauses of size 39032
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 51

Solver Data

594.43/594.64	
594.43/594.64	c decisions : 516348
594.43/594.64	c conflicts : 429715
594.43/594.64	c Memory limit 1620 MiB
594.43/594.64	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-1723836-1240689427/watcher-1723836-1240689427 -o /tmp/evaluation-result-1723836-1240689427/solver-1723836-1240689427 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/hydrasat-flat HOME/instance-1723836-1240689427.cnf -rs 2062832942 -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.84 1.83 1.50 3/64 3237
/proc/meminfo: memFree=1427328/2055920 swapFree=4192956/4192956
[pid=3237] ppid=3235 vsize=1728 CPUtime=0
/proc/3237/stat : 3237 (hydrasat-flat) R 3235 3237 2610 0 -1 4194304 200 0 0 0 0 0 0 0 18 0 1 0 96970704 1769472 184 1992294400 134512640 135819388 4294956160 18446744073709551615 135210678 0 0 4096 1 0 0 0 17 1 0 0
/proc/3237/statm: 432 185 119 319 0 110 0

[startup+0.0452619 s]
/proc/loadavg: 1.84 1.83 1.50 3/64 3237
/proc/meminfo: memFree=1427328/2055920 swapFree=4192956/4192956
[pid=3237] ppid=3235 vsize=3856 CPUtime=0.04
/proc/3237/stat : 3237 (hydrasat-flat) R 3235 3237 2610 0 -1 4194304 766 0 0 0 4 0 0 0 18 0 1 0 96970704 3948544 750 1992294400 134512640 135819388 4294956160 18446744073709551615 134685098 0 0 4096 1 0 0 0 17 1 0 0
/proc/3237/statm: 964 752 127 319 0 642 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 3856

[startup+0.102267 s]
/proc/loadavg: 1.84 1.83 1.50 3/64 3237
/proc/meminfo: memFree=1427328/2055920 swapFree=4192956/4192956
[pid=3237] ppid=3235 vsize=4692 CPUtime=0.09
/proc/3237/stat : 3237 (hydrasat-flat) R 3235 3237 2610 0 -1 4194304 941 0 0 0 9 0 0 0 18 0 1 0 96970704 4804608 925 1992294400 134512640 135819388 4294956160 18446744073709551615 135210678 0 0 4096 1 0 0 0 17 1 0 0
/proc/3237/statm: 1173 925 128 319 0 851 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 4692

[startup+0.302284 s]
/proc/loadavg: 1.84 1.83 1.50 3/64 3237
/proc/meminfo: memFree=1427328/2055920 swapFree=4192956/4192956
[pid=3237] ppid=3235 vsize=7072 CPUtime=0.29
/proc/3237/stat : 3237 (hydrasat-flat) R 3235 3237 2610 0 -1 4194304 1602 0 0 0 29 0 0 0 20 0 1 0 96970704 7241728 1552 1992294400 134512640 135819388 4294956160 18446744073709551615 134615895 0 0 4096 1 0 0 0 17 1 0 0
/proc/3237/statm: 1768 1552 147 319 0 1446 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 7072

[startup+0.701319 s]
/proc/loadavg: 1.84 1.83 1.50 3/64 3237
/proc/meminfo: memFree=1427328/2055920 swapFree=4192956/4192956
[pid=3237] ppid=3235 vsize=7204 CPUtime=0.69
/proc/3237/stat : 3237 (hydrasat-flat) R 3235 3237 2610 0 -1 4194304 1626 0 0 0 69 0 0 0 23 0 1 0 96970704 7376896 1576 1992294400 134512640 135819388 4294956160 18446744073709551615 134616968 0 0 4096 1 0 0 0 17 1 0 0
/proc/3237/statm: 1801 1576 147 319 0 1479 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 7204

[startup+1.50139 s]
/proc/loadavg: 1.84 1.83 1.50 2/65 3238
/proc/meminfo: memFree=1421560/2055920 swapFree=4192956/4192956
[pid=3237] ppid=3235 vsize=7336 CPUtime=1.5
/proc/3237/stat : 3237 (hydrasat-flat) R 3235 3237 2610 0 -1 4194304 1650 0 0 0 149 1 0 0 25 0 1 0 96970704 7512064 1600 1992294400 134512640 135819388 4294956160 18446744073709551615 134668207 0 0 4096 1 0 0 0 17 1 0 0
/proc/3237/statm: 1834 1600 147 319 0 1512 0
Current children cumulated CPU time (s) 1.5
Current children cumulated vsize (KiB) 7336

[startup+3.10153 s]
/proc/loadavg: 1.84 1.83 1.50 2/65 3238
/proc/meminfo: memFree=1421304/2055920 swapFree=4192956/4192956
[pid=3237] ppid=3235 vsize=7336 CPUtime=3.1
/proc/3237/stat : 3237 (hydrasat-flat) R 3235 3237 2610 0 -1 4194304 1677 0 0 0 309 1 0 0 25 0 1 0 96970704 7512064 1627 1992294400 134512640 135819388 4294956160 18446744073709551615 134617888 0 0 4096 1 0 0 0 17 1 0 0
/proc/3237/statm: 1834 1627 147 319 0 1512 0
Current children cumulated CPU time (s) 3.1
Current children cumulated vsize (KiB) 7336

[startup+6.30181 s]
/proc/loadavg: 1.77 1.82 1.50 2/65 3238
/proc/meminfo: memFree=1420856/2055920 swapFree=4192956/4192956
[pid=3237] ppid=3235 vsize=7864 CPUtime=6.3
/proc/3237/stat : 3237 (hydrasat-flat) R 3235 3237 2610 0 -1 4194304 1782 0 0 0 629 1 0 0 25 0 1 0 96970704 8052736 1732 1992294400 134512640 135819388 4294956160 18446744073709551615 134600437 0 0 4096 1 0 0 0 17 1 0 0
/proc/3237/statm: 1966 1732 147 319 0 1644 0
Current children cumulated CPU time (s) 6.3
Current children cumulated vsize (KiB) 7864

[startup+12.7014 s]
/proc/loadavg: 1.71 1.81 1.49 2/65 3238
/proc/meminfo: memFree=1419640/2055920 swapFree=4192956/4192956
[pid=3237] ppid=3235 vsize=8804 CPUtime=12.69
/proc/3237/stat : 3237 (hydrasat-flat) R 3235 3237 2610 0 -1 4194304 2038 0 0 0 1268 1 0 0 25 0 1 0 96970704 9015296 1988 1992294400 134512640 135819388 4294956160 18446744073709551615 134616947 0 0 4096 1 0 0 0 17 1 0 0
/proc/3237/statm: 2201 1988 147 319 0 1879 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 8804

[startup+25.5025 s]
/proc/loadavg: 1.55 1.77 1.49 2/65 3238
/proc/meminfo: memFree=1417400/2055920 swapFree=4192956/4192956
[pid=3237] ppid=3235 vsize=11208 CPUtime=25.49
/proc/3237/stat : 3237 (hydrasat-flat) R 3235 3237 2610 0 -1 4194304 2592 0 0 0 2548 1 0 0 25 0 1 0 96970704 11476992 2542 1992294400 134512640 135819388 4294956160 18446744073709551615 134617060 0 0 4096 1 0 0 0 17 1 0 0
/proc/3237/statm: 2802 2542 147 319 0 2480 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 11208

[startup+51.1017 s]
/proc/loadavg: 1.36 1.70 1.47 2/65 3238
/proc/meminfo: memFree=1412536/2055920 swapFree=4192956/4192956
[pid=3237] ppid=3235 vsize=17000 CPUtime=51.08
/proc/3237/stat : 3237 (hydrasat-flat) R 3235 3237 2610 0 -1 4194304 3909 0 0 0 5106 2 0 0 25 0 1 0 96970704 17408000 3859 1992294400 134512640 135819388 4294956160 18446744073709551615 134603096 0 0 4096 1 0 0 0 17 1 0 0
/proc/3237/statm: 4250 3859 147 319 0 3928 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 17000

[startup+102.305 s]
/proc/loadavg: 1.16 1.59 1.44 2/65 3238
/proc/meminfo: memFree=1405624/2055920 swapFree=4192956/4192956
[pid=3237] ppid=3235 vsize=24648 CPUtime=102.27
/proc/3237/stat : 3237 (hydrasat-flat) R 3235 3237 2610 0 -1 4194304 5708 0 0 0 10224 3 0 0 25 0 1 0 96970704 25239552 5477 1992294400 134512640 135819388 4294956160 18446744073709551615 134616696 0 0 4096 1 0 0 0 17 1 0 0
/proc/3237/statm: 6162 5477 147 319 0 5840 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 24648

[startup+162.301 s]
/proc/loadavg: 1.06 1.48 1.41 2/65 3238
/proc/meminfo: memFree=1397688/2055920 swapFree=4192956/4192956
[pid=3237] ppid=3235 vsize=33716 CPUtime=162.25
/proc/3237/stat : 3237 (hydrasat-flat) R 3235 3237 2610 0 -1 4194304 8124 0 0 0 16220 5 0 0 25 0 1 0 96970704 34525184 7488 1992294400 134512640 135819388 4294956160 18446744073709551615 134617580 0 0 4096 1 0 0 0 17 1 0 0
/proc/3237/statm: 8429 7488 147 319 0 8107 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 33716

[startup+222.303 s]
/proc/loadavg: 1.02 1.39 1.38 2/65 3238
/proc/meminfo: memFree=1392184/2055920 swapFree=4192956/4192956
[pid=3237] ppid=3235 vsize=39868 CPUtime=222.23
/proc/3237/stat : 3237 (hydrasat-flat) R 3235 3237 2610 0 -1 4194304 9644 0 0 0 22218 5 0 0 25 0 1 0 96970704 40824832 8836 1992294400 134512640 135819388 4294956160 18446744073709551615 134585515 0 0 4096 1 0 0 0 17 1 0 0
/proc/3237/statm: 9967 8836 147 319 0 9645 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 39868

[startup+282.303 s]
/proc/loadavg: 1.00 1.32 1.36 2/65 3244
/proc/meminfo: memFree=1386288/2055920 swapFree=4192956/4192956
[pid=3237] ppid=3235 vsize=46668 CPUtime=282.22
/proc/3237/stat : 3237 (hydrasat-flat) R 3235 3237 2610 0 -1 4194304 11296 0 0 0 28215 7 0 0 25 0 1 0 96970704 47788032 10307 1992294400 134512640 135819388 4294956160 18446744073709551615 134616989 0 0 4096 1 0 0 0 17 1 0 0
/proc/3237/statm: 11667 10307 147 319 0 11345 0
Current children cumulated CPU time (s) 282.22
Current children cumulated vsize (KiB) 46668

[startup+342.302 s]
/proc/loadavg: 1.00 1.26 1.33 2/65 3244
/proc/meminfo: memFree=1382128/2055920 swapFree=4192956/4192956
[pid=3237] ppid=3235 vsize=50668 CPUtime=342.2
/proc/3237/stat : 3237 (hydrasat-flat) R 3235 3237 2610 0 -1 4194304 12307 0 0 0 34212 8 0 0 25 0 1 0 96970704 51884032 11318 1992294400 134512640 135819388 4294956160 18446744073709551615 134617266 0 0 4096 1 0 0 0 17 1 0 0
/proc/3237/statm: 12667 11318 147 319 0 12345 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 50668

[startup+402.303 s]
/proc/loadavg: 1.00 1.21 1.31 2/65 3244
/proc/meminfo: memFree=1377392/2055920 swapFree=4192956/4192956
[pid=3237] ppid=3235 vsize=55272 CPUtime=402.18
/proc/3237/stat : 3237 (hydrasat-flat) R 3235 3237 2610 0 -1 4194304 13569 0 0 0 40209 9 0 0 25 0 1 0 96970704 56598528 12509 1992294400 134512640 135819388 4294956160 18446744073709551615 134616777 0 0 4096 1 0 0 0 17 1 0 0
/proc/3237/statm: 13818 12509 147 319 0 13496 0
Current children cumulated CPU time (s) 402.18
Current children cumulated vsize (KiB) 55272

[startup+462.303 s]
/proc/loadavg: 1.00 1.17 1.29 2/65 3244
/proc/meminfo: memFree=1373104/2055920 swapFree=4192956/4192956
[pid=3237] ppid=3235 vsize=59924 CPUtime=462.16
/proc/3237/stat : 3237 (hydrasat-flat) R 3235 3237 2610 0 -1 4194304 14762 0 0 0 46206 10 0 0 25 0 1 0 96970704 61362176 13561 1992294400 134512640 135819388 4294956160 18446744073709551615 134616815 0 0 4096 1 0 0 0 17 1 0 0
/proc/3237/statm: 14981 13561 147 319 0 14659 0
Current children cumulated CPU time (s) 462.16
Current children cumulated vsize (KiB) 59924

[startup+522.302 s]
/proc/loadavg: 1.00 1.13 1.27 2/65 3244
/proc/meminfo: memFree=1369584/2055920 swapFree=4192956/4192956
[pid=3237] ppid=3235 vsize=65356 CPUtime=522.15
/proc/3237/stat : 3237 (hydrasat-flat) R 3235 3237 2610 0 -1 4194304 16085 0 0 0 52204 11 0 0 25 0 1 0 96970704 66924544 14491 1992294400 134512640 135819388 4294956160 18446744073709551615 134616815 0 0 4096 1 0 0 0 17 1 0 0
/proc/3237/statm: 16339 14491 147 319 0 16017 0
Current children cumulated CPU time (s) 522.15
Current children cumulated vsize (KiB) 65356

[startup+582.301 s]
/proc/loadavg: 1.00 1.11 1.25 2/65 3244
/proc/meminfo: memFree=1366008/2055920 swapFree=4192956/4192956
[pid=3237] ppid=3235 vsize=69360 CPUtime=582.13
/proc/3237/stat : 3237 (hydrasat-flat) R 3235 3237 2610 0 -1 4194304 17076 0 0 0 58201 12 0 0 25 0 1 0 96970704 71024640 15361 1992294400 134512640 135819388 4294956160 18446744073709551615 134616815 0 0 4096 1 0 0 0 17 1 0 0
/proc/3237/statm: 17340 15361 147 319 0 17018 0
Current children cumulated CPU time (s) 582.13
Current children cumulated vsize (KiB) 69360

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

[startup+588.702 s]
/proc/loadavg: 1.00 1.11 1.25 2/65 3244
/proc/meminfo: memFree=1365560/2055920 swapFree=4192956/4192956
[pid=3237] ppid=3235 vsize=69836 CPUtime=588.53
/proc/3237/stat : 3237 (hydrasat-flat) R 3235 3237 2610 0 -1 4194304 17181 0 0 0 58841 12 0 0 25 0 1 0 96970704 71512064 15466 1992294400 134512640 135819388 4294956160 18446744073709551615 134618230 0 0 4096 1 0 0 0 17 1 0 0
/proc/3237/statm: 17459 15466 147 319 0 17137 0
Current children cumulated CPU time (s) 588.53
Current children cumulated vsize (KiB) 69836

[startup+591.901 s]
/proc/loadavg: 1.00 1.10 1.24 2/65 3244
/proc/meminfo: memFree=1365432/2055920 swapFree=4192956/4192956
[pid=3237] ppid=3235 vsize=69968 CPUtime=591.73
/proc/3237/stat : 3237 (hydrasat-flat) R 3235 3237 2610 0 -1 4194304 17221 0 0 0 59161 12 0 0 25 0 1 0 96970704 71647232 15506 1992294400 134512640 135819388 4294956160 18446744073709551615 134617245 0 0 4096 1 0 0 0 17 1 0 0
/proc/3237/statm: 17492 15506 147 319 0 17170 0
Current children cumulated CPU time (s) 591.73
Current children cumulated vsize (KiB) 69968

[startup+593.501 s]
/proc/loadavg: 1.00 1.10 1.24 2/65 3244
/proc/meminfo: memFree=1365368/2055920 swapFree=4192956/4192956
[pid=3237] ppid=3235 vsize=69968 CPUtime=593.33
/proc/3237/stat : 3237 (hydrasat-flat) R 3235 3237 2610 0 -1 4194304 17244 0 0 0 59321 12 0 0 25 0 1 0 96970704 71647232 15529 1992294400 134512640 135819388 4294956160 18446744073709551615 134616906 0 0 4096 1 0 0 0 17 1 0 0
/proc/3237/statm: 17492 15529 147 319 0 17170 0
Current children cumulated CPU time (s) 593.33
Current children cumulated vsize (KiB) 69968

[startup+594.301 s]
/proc/loadavg: 1.00 1.10 1.24 2/65 3244
/proc/meminfo: memFree=1365304/2055920 swapFree=4192956/4192956
[pid=3237] ppid=3235 vsize=69968 CPUtime=594.13
/proc/3237/stat : 3237 (hydrasat-flat) R 3235 3237 2610 0 -1 4194304 17251 0 0 0 59401 12 0 0 25 0 1 0 96970704 71647232 15536 1992294400 134512640 135819388 4294956160 18446744073709551615 134617068 0 0 4096 1 0 0 0 17 1 0 0
/proc/3237/statm: 17492 15536 147 319 0 17170 0
Current children cumulated CPU time (s) 594.13
Current children cumulated vsize (KiB) 69968

[startup+594.501 s]
/proc/loadavg: 1.00 1.10 1.24 2/65 3244
/proc/meminfo: memFree=1365304/2055920 swapFree=4192956/4192956
[pid=3237] ppid=3235 vsize=69968 CPUtime=594.33
/proc/3237/stat : 3237 (hydrasat-flat) R 3235 3237 2610 0 -1 4194304 17252 0 0 0 59421 12 0 0 25 0 1 0 96970704 71647232 15537 1992294400 134512640 135819388 4294956160 18446744073709551615 134617580 0 0 4096 1 0 0 0 17 1 0 0
/proc/3237/statm: 17492 15537 147 319 0 17170 0
Current children cumulated CPU time (s) 594.33
Current children cumulated vsize (KiB) 69968

[startup+594.601 s]
/proc/loadavg: 1.00 1.10 1.24 2/65 3244
/proc/meminfo: memFree=1365304/2055920 swapFree=4192956/4192956
[pid=3237] ppid=3235 vsize=69968 CPUtime=594.43
/proc/3237/stat : 3237 (hydrasat-flat) R 3235 3237 2610 0 -1 4194304 17253 0 0 0 59431 12 0 0 25 0 1 0 96970704 71647232 15538 1992294400 134512640 135819388 4294956160 18446744073709551615 134617068 0 0 4096 1 0 0 0 17 1 0 0
/proc/3237/statm: 17492 15538 147 319 0 17170 0
Current children cumulated CPU time (s) 594.43
Current children cumulated vsize (KiB) 69968

Child status: 20
Real time (s): 594.66
CPU time (s): 594.498
CPU user time (s): 594.36
CPU system time (s): 0.137979
CPU usage (%): 99.9727
Max. virtual memory (cumulated for all children) (KiB): 69968

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 594.36
system time used= 0.137979
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 17276
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= 2
involuntary context switches= 962

runsolver used 0.442932 second user time and 1.21681 second system time

The end

Launcher Data

Begin job on node50 at 2009-04-25 21:57:07
IDJOB=1723836
IDBENCH=71741
IDSOLVER=519
FILE ID=node50/1723836-1240689427
PBS_JOBID= 9186658
Free space on /tmp= 66520 MiB

SOLVER NAME= HydraSAT-Flat 2009-03-22-Flat
BENCH NAME= SAT_RACE06/simon-s02b-dp11u10.cnf
COMMAND LINE= DIR/hydrasat-flat BENCHNAME -rs RANDOMSEED -co memory_limit MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1723836-1240689427/watcher-1723836-1240689427 -o /tmp/evaluation-result-1723836-1240689427/solver-1723836-1240689427 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/hydrasat-flat HOME/instance-1723836-1240689427.cnf -rs 2062832942 -co memory_limit 1800

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

MD5SUM BENCH= bd35ccd857138682818061a3fbcb7546
RANDOM SEED=2062832942

node50.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.216
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.216
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:       1427808 kB
Buffers:         89668 kB
Cached:         437060 kB
SwapCached:          0 kB
Active:         150880 kB
Inactive:       389844 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1427808 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            1664 kB
Writeback:           0 kB
Mapped:          23724 kB
Slab:            73344 kB
Committed_AS:   300464 kB
PageTables:       1456 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= 66520 MiB
End job on node50 at 2009-04-25 22:07:01