Trace number 1717617

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
LySAT c/2009-03-20UNSAT 36.6774 36.7086

General information on the benchmark

Nameindustrial/palacios/uts/
uts-l05-ipc5-h27-unknown.cnf
MD5SUM7634252332633927f116161c1beb6151
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark20.7128
Satisfiable
(Un)Satisfiability was proved
Number of variables93573
Number of clauses439508
Sum of the clauses size1132510
Maximum clause length403
Minimum clause length1
Number of clauses of size 1190
Number of clauses of size 2347239
Number of clauses of size 388215
Number of clauses of size 41000
Number of clauses of size 5107
Number of clauses of size over 52757

Solver Data

0.00/0.00	c Parsing...
0.39/0.41	c ==============================================================================
0.39/0.41	c |           |     ORIGINAL     |              LEARNT              |          |
0.39/0.41	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.39/0.41	c ==============================================================================
0.39/0.41	c |         0 |  439298  1132270 |  131789       0        0     nan |  0.000 % |
7.48/7.53	c |         0 |  267244  1574041 |      --       0       --      -- |     --   | -172054/441771
7.48/7.53	c ==============================================================================
7.48/7.53	c Result  :   #vars: 8357   #clauses: 267244   #literals: 1574041
7.48/7.53	c CPU time:   7.35088 s
7.48/7.53	c ==============================================================================
8.08/8.15	This is MiniSat 2.0 beta
8.08/8.15	WARNING: for repeatability, setting FPU to use double precision
8.08/8.15	============================[ Problem Statistics ]=============================
8.08/8.15	|                                                                             |
8.08/8.15	|  Number of variables:  8357                                                 |
8.08/8.15	|  Number of clauses:    267244                                               |
8.12/8.35	|  Parsing time:         0.18         s                                       |
36.54/36.68	restarts              : 15
36.54/36.68	conflicts             : 71001          (2494 /sec)
36.54/36.68	decisions             : 110830         (1.85 % random) (3893 /sec)
36.54/36.68	propagations          : 26345638       (925393 /sec)
36.54/36.68	conflict literals     : 997902         (33.92 % deleted)
36.54/36.68	Memory used           : 23.54 MB
36.54/36.68	CPU time              : 28.4697 s
36.54/36.68	
36.54/36.69	UNSATISFIABLE
36.54/36.69	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-1717617-1240629387/watcher-1717617-1240629387 -o /tmp/evaluation-result-1717617-1240629387/solver-1717617-1240629387 -C 1200 -W 1800 -M 1800 --output-limit 1,15 lysat.sh HOME/instance-1717617-1240629387.cnf c 

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.00 1.00 1.00 3/64 18127
/proc/meminfo: memFree=1260144/2055920 swapFree=4191900/4192956
[pid=18127] ppid=18125 vsize=5356 CPUtime=0
/proc/18127/stat : 18127 (lysat.sh) S 18125 18127 17270 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 90972011 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18127/statm: 1339 235 195 169 0 50 0
[pid=18128] ppid=18127 vsize=1436 CPUtime=0
/proc/18128/stat : 18128 (SatElite) R 18127 18127 17270 0 -1 4194304 292 0 0 0 0 0 0 0 18 0 1 0 90972011 1470464 276 1992294400 134512640 135034092 4294956096 18446744073709551615 134673244 0 0 4096 3 0 0 0 17 1 0 0
/proc/18128/statm: 359 278 52 127 0 229 0

[startup+0.0657529 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 18127
/proc/meminfo: memFree=1260144/2055920 swapFree=4191900/4192956
[pid=18127] ppid=18125 vsize=5356 CPUtime=0
/proc/18127/stat : 18127 (lysat.sh) S 18125 18127 17270 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 90972011 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18127/statm: 1339 235 195 169 0 50 0
[pid=18128] ppid=18127 vsize=7032 CPUtime=0.05
/proc/18128/stat : 18128 (SatElite) R 18127 18127 17270 0 -1 4194304 1580 0 0 0 5 0 0 0 18 0 1 0 90972011 7200768 1564 1992294400 134512640 135034092 4294956096 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 1 0 0
/proc/18128/statm: 1758 1565 52 127 0 1628 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 12388

[startup+0.101759 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 18127
/proc/meminfo: memFree=1260144/2055920 swapFree=4191900/4192956
[pid=18127] ppid=18125 vsize=5356 CPUtime=0
/proc/18127/stat : 18127 (lysat.sh) S 18125 18127 17270 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 90972011 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18127/statm: 1339 235 195 169 0 50 0
[pid=18128] ppid=18127 vsize=10956 CPUtime=0.09
/proc/18128/stat : 18128 (SatElite) R 18127 18127 17270 0 -1 4194304 2404 0 0 0 8 1 0 0 18 0 1 0 90972011 11218944 2388 1992294400 134512640 135034092 4294956096 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 1 0 0
/proc/18128/statm: 2739 2389 52 127 0 2609 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 16312

[startup+0.301793 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 18127
/proc/meminfo: memFree=1260144/2055920 swapFree=4191900/4192956
[pid=18127] ppid=18125 vsize=5356 CPUtime=0
/proc/18127/stat : 18127 (lysat.sh) S 18125 18127 17270 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 90972011 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18127/statm: 1339 235 195 169 0 50 0
[pid=18128] ppid=18127 vsize=37148 CPUtime=0.28
/proc/18128/stat : 18128 (SatElite) R 18127 18127 17270 0 -1 4194304 7847 0 0 0 25 3 0 0 19 0 1 0 90972011 38039552 7831 1992294400 134512640 135034092 4294956096 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 1 0 0
/proc/18128/statm: 9287 7833 52 127 0 9157 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 42504

[startup+0.701864 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 18127
/proc/meminfo: memFree=1260144/2055920 swapFree=4191900/4192956
[pid=18127] ppid=18125 vsize=5356 CPUtime=0
/proc/18127/stat : 18127 (lysat.sh) S 18125 18127 17270 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 90972011 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18127/statm: 1339 235 195 169 0 50 0
[pid=18128] ppid=18127 vsize=54300 CPUtime=0.69
/proc/18128/stat : 18128 (SatElite) R 18127 18127 17270 0 -1 4194304 12389 0 0 0 63 6 0 0 23 0 1 0 90972011 55603200 12139 1992294400 134512640 135034092 4294956096 18446744073709551615 134691101 0 0 4096 3 0 0 0 17 1 0 0
/proc/18128/statm: 13575 12139 68 127 0 13445 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 59656

[startup+1.502 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 18129
/proc/meminfo: memFree=1208096/2055920 swapFree=4191900/4192956
[pid=18127] ppid=18125 vsize=5356 CPUtime=0
/proc/18127/stat : 18127 (lysat.sh) S 18125 18127 17270 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 90972011 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18127/statm: 1339 235 195 169 0 50 0
[pid=18128] ppid=18127 vsize=56368 CPUtime=1.48
/proc/18128/stat : 18128 (SatElite) R 18127 18127 17270 0 -1 4194304 12903 0 0 0 141 7 0 0 25 0 1 0 90972011 57720832 12653 1992294400 134512640 135034092 4294956096 18446744073709551615 134691101 0 0 4096 3 0 0 0 17 1 0 0
/proc/18128/statm: 14092 12653 68 127 0 13962 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 61724

[startup+3.10128 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 18129
/proc/meminfo: memFree=1201184/2055920 swapFree=4191900/4192956
[pid=18127] ppid=18125 vsize=5356 CPUtime=0
/proc/18127/stat : 18127 (lysat.sh) S 18125 18127 17270 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 90972011 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18127/statm: 1339 235 195 169 0 50 0
[pid=18128] ppid=18127 vsize=60196 CPUtime=3.08
/proc/18128/stat : 18128 (SatElite) R 18127 18127 17270 0 -1 4194304 13818 0 0 0 297 11 0 0 25 0 1 0 90972011 61640704 13568 1992294400 134512640 135034092 4294956096 18446744073709551615 134691101 0 0 4096 3 0 0 0 17 1 0 0
/proc/18128/statm: 15049 13568 68 127 0 14919 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 65552

[startup+6.30185 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 18129
/proc/meminfo: memFree=1182112/2055920 swapFree=4191900/4192956
[pid=18127] ppid=18125 vsize=5356 CPUtime=0
/proc/18127/stat : 18127 (lysat.sh) S 18125 18127 17270 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 90972011 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18127/statm: 1339 235 195 169 0 50 0
[pid=18128] ppid=18127 vsize=70208 CPUtime=6.28
/proc/18128/stat : 18128 (SatElite) R 18127 18127 17270 0 -1 4194304 16282 0 0 0 612 16 0 0 25 0 1 0 90972011 71892992 15794 1992294400 134512640 135034092 4294956096 18446744073709551615 134569590 0 0 4096 3 0 0 0 17 1 0 0
/proc/18128/statm: 17552 15794 68 127 0 17422 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 75564

[startup+12.702 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 18130
/proc/meminfo: memFree=1218088/2055920 swapFree=4191900/4192956
[pid=18127] ppid=18125 vsize=5356 CPUtime=8.12
/proc/18127/stat : 18127 (lysat.sh) S 18125 18127 17270 0 -1 4194304 310 17290 0 0 0 0 791 21 16 0 1 0 90972011 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18127/statm: 1339 237 195 169 0 50 0
[pid=18130] ppid=18127 vsize=19504 CPUtime=4.54
/proc/18130/stat : 18130 (LySATc) R 18127 18127 17270 0 -1 4194304 4714 0 0 0 451 3 0 0 25 0 1 0 90972826 19972096 4699 1992294400 134512640 135214827 4294956208 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 1 0 0
/proc/18130/statm: 4876 4699 77 171 0 4703 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 24860

[startup+25.5012 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 18130
/proc/meminfo: memFree=1214504/2055920 swapFree=4191900/4192956
[pid=18127] ppid=18125 vsize=5356 CPUtime=8.12
/proc/18127/stat : 18127 (lysat.sh) S 18125 18127 17270 0 -1 4194304 310 17290 0 0 0 0 791 21 16 0 1 0 90972011 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18127/statm: 1339 237 195 169 0 50 0
[pid=18130] ppid=18127 vsize=23120 CPUtime=17.33
/proc/18130/stat : 18130 (LySATc) R 18127 18127 17270 0 -1 4194304 5601 0 0 0 1729 4 0 0 25 0 1 0 90972826 23674880 5586 1992294400 134512640 135214827 4294956208 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 1 0 0
/proc/18130/statm: 5780 5586 77 171 0 5607 0
Current children cumulated CPU time (s) 25.45
Current children cumulated vsize (KiB) 28476

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

[startup+31.9054 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 18130
/proc/meminfo: memFree=1213480/2055920 swapFree=4191900/4192956
[pid=18127] ppid=18125 vsize=5356 CPUtime=8.12
/proc/18127/stat : 18127 (lysat.sh) S 18125 18127 17270 0 -1 4194304 310 17290 0 0 0 0 791 21 16 0 1 0 90972011 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18127/statm: 1339 237 195 169 0 50 0
[pid=18130] ppid=18127 vsize=23948 CPUtime=23.72
/proc/18130/stat : 18130 (LySATc) R 18127 18127 17270 0 -1 4194304 5826 0 0 0 2368 4 0 0 25 0 1 0 90972826 24522752 5811 1992294400 134512640 135214827 4294956208 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 1 0 0
/proc/18130/statm: 5987 5811 77 171 0 5814 0
Current children cumulated CPU time (s) 31.84
Current children cumulated vsize (KiB) 29304

[startup+35.1029 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 18130
/proc/meminfo: memFree=1213352/2055920 swapFree=4191900/4192956
[pid=18127] ppid=18125 vsize=5356 CPUtime=8.12
/proc/18127/stat : 18127 (lysat.sh) S 18125 18127 17270 0 -1 4194304 310 17290 0 0 0 0 791 21 16 0 1 0 90972011 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18127/statm: 1339 237 195 169 0 50 0
[pid=18130] ppid=18127 vsize=24104 CPUtime=26.92
/proc/18130/stat : 18130 (LySATc) R 18127 18127 17270 0 -1 4194304 5860 0 0 0 2688 4 0 0 25 0 1 0 90972826 24682496 5845 1992294400 134512640 135214827 4294956208 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 1 0 0
/proc/18130/statm: 6026 5845 77 171 0 5853 0
Current children cumulated CPU time (s) 35.04
Current children cumulated vsize (KiB) 29460

[startup+35.9011 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 18130
/proc/meminfo: memFree=1213352/2055920 swapFree=4191900/4192956
[pid=18127] ppid=18125 vsize=5356 CPUtime=8.12
/proc/18127/stat : 18127 (lysat.sh) S 18125 18127 17270 0 -1 4194304 310 17290 0 0 0 0 791 21 16 0 1 0 90972011 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18127/statm: 1339 237 195 169 0 50 0
[pid=18130] ppid=18127 vsize=24104 CPUtime=27.72
/proc/18130/stat : 18130 (LySATc) R 18127 18127 17270 0 -1 4194304 5860 0 0 0 2768 4 0 0 25 0 1 0 90972826 24682496 5845 1992294400 134512640 135214827 4294956208 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 1 0 0
/proc/18130/statm: 6026 5845 77 171 0 5853 0
Current children cumulated CPU time (s) 35.84
Current children cumulated vsize (KiB) 29460

[startup+36.3051 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 18130
/proc/meminfo: memFree=1213416/2055920 swapFree=4191900/4192956
[pid=18127] ppid=18125 vsize=5356 CPUtime=8.12
/proc/18127/stat : 18127 (lysat.sh) S 18125 18127 17270 0 -1 4194304 310 17290 0 0 0 0 791 21 16 0 1 0 90972011 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18127/statm: 1339 237 195 169 0 50 0
[pid=18130] ppid=18127 vsize=24104 CPUtime=28.12
/proc/18130/stat : 18130 (LySATc) R 18127 18127 17270 0 -1 4194304 5860 0 0 0 2808 4 0 0 25 0 1 0 90972826 24682496 5845 1992294400 134512640 135214827 4294956208 18446744073709551615 134529227 0 0 4096 3 0 0 0 17 1 0 0
/proc/18130/statm: 6026 5845 77 171 0 5853 0
Current children cumulated CPU time (s) 36.24
Current children cumulated vsize (KiB) 29460

[startup+36.7012 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 18130
/proc/meminfo: memFree=1213416/2055920 swapFree=4191900/4192956
[pid=18127] ppid=18125 vsize=5360 CPUtime=36.65
/proc/18127/stat : 18127 (lysat.sh) S 18125 18127 17270 0 -1 4194304 338 23159 0 0 0 0 3638 27 16 0 1 0 90972011 5488640 240 1992294400 4194304 4889804 548682068800 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18127/statm: 1340 240 196 169 0 51 0
Current children cumulated CPU time (s) 36.65
Current children cumulated vsize (KiB) 5360

Child status: 20
Real time (s): 36.7086
CPU time (s): 36.6774
CPU user time (s): 36.3905
CPU system time (s): 0.286956
CPU usage (%): 99.915
Max. virtual memory (cumulated for all children) (KiB): 76396

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 36.3905
system time used= 0.286956
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 23624
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= 11
involuntary context switches= 133

runsolver used 0.044993 second user time and 0.094985 second system time

The end

Launcher Data

Begin job on node18 at 2009-04-25 05:16:27
IDJOB=1717617
IDBENCH=20420
IDSOLVER=512
FILE ID=node18/1717617-1240629387
PBS_JOBID= 9186336
Free space on /tmp= 66140 MiB

SOLVER NAME= LySAT c/2009-03-20
BENCH NAME= SAT07/industrial/palacios/uts/uts-l05-ipc5-h27-unknown.cnf
COMMAND LINE= lysat.sh BENCHNAME c
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1717617-1240629387/watcher-1717617-1240629387 -o /tmp/evaluation-result-1717617-1240629387/solver-1717617-1240629387 -C 1200 -W 1800 -M 1800 --output-limit 1,15  lysat.sh HOME/instance-1717617-1240629387.cnf c

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

MD5SUM BENCH= 7634252332633927f116161c1beb6151
RANDOM SEED=2112247965

node18.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.280
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.280
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:       1260624 kB
Buffers:         59456 kB
Cached:         653004 kB
SwapCached:        384 kB
Active:          53368 kB
Inactive:       672508 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1260624 kB
SwapTotal:     4192956 kB
SwapFree:      4191900 kB
Dirty:            9804 kB
Writeback:           0 kB
Mapped:          21800 kB
Slab:            55488 kB
Committed_AS:   322016 kB
PageTables:       1392 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= 66136 MiB
End job on node18 at 2009-04-25 05:17:04