Trace number 1720268

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 i/2009-03-20UNSAT 53.9868 54.0201

General information on the benchmark

Namemanol-pipe-c6bidw_i.cnf
MD5SUM8aeb1eb6b7bf22d54183762fb5b6410c
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark46.7619
Satisfiable
(Un)Satisfiability was proved
Number of variables96089
Number of clauses283993
Sum of the clauses size662649
Maximum clause length3
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2189328
Number of clauses of size 394664
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.00	c Parsing...
0.19/0.27	c ==============================================================================
0.19/0.27	c |           |     ORIGINAL     |              LEARNT              |          |
0.19/0.27	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.19/0.27	c ==============================================================================
0.19/0.27	c |         0 |  283992   662648 |   85197       0        0     nan |  0.000 % |
1.78/1.87	c |         0 |  123658   481466 |      --       0       --      -- |     --   | -160332/-181177
1.78/1.87	c ==============================================================================
1.78/1.87	c Result  :   #vars: 16584   #clauses: 123658   #literals: 481466
1.78/1.87	c CPU time:   1.77973 s
1.78/1.87	c ==============================================================================
1.99/2.07	c lySAT 0.1
1.99/2.07	c minisat core +  additionnal features
1.99/2.07	c ============================[ Problem Statistics ]=============================
1.99/2.07	c |                                                                             |
1.99/2.07	c |  Number of variables:  16584                                                |
1.99/2.07	c |  Number of clauses:    123658                                               |
2.08/2.17	c |  Parsing time:         0.08         s                                       |
53.95/54.00	c restarts              : 2009
53.95/54.00	c conflicts             : 245876         (4743 /sec)
53.95/54.00	c decisions             : 1764418        (6.18 % random) (34038 /sec)
53.95/54.00	c euip                  : 6901        
53.95/54.00	c propagations          : 59057516       (1139290 /sec)
53.95/54.00	c conflict literals     : 4019835        (22.58 % deleted)
53.95/54.00	c Memory used           : 21.62 MB
53.95/54.00	c CPU time              : 51.8371 s
53.95/54.00	c 
53.95/54.01	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-1720268-1240654379/watcher-1720268-1240654379 -o /tmp/evaluation-result-1720268-1240654379/solver-1720268-1240654379 -C 1200 -W 1800 -M 1800 --output-limit 1,15 lysat.sh HOME/instance-1720268-1240654379.cnf i 

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.86 1.84 1.45 3/64 15633
/proc/meminfo: memFree=1190256/2055920 swapFree=4192956/4192956
[pid=15633] ppid=15631 vsize=5356 CPUtime=0
/proc/15633/stat : 15633 (lysat.sh) S 15631 15633 15343 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 93470737 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15633/statm: 1339 235 195 169 0 50 0
[pid=15634] ppid=15633 vsize=956 CPUtime=0
/proc/15634/stat : 15634 (SatElite) R 15633 15633 15343 0 -1 4194304 152 0 0 0 0 0 0 0 19 0 1 0 93470737 978944 136 1992294400 134512640 135034092 4294956096 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 0 0 0
/proc/15634/statm: 239 137 50 127 0 109 0

[startup+0.066974 s]
/proc/loadavg: 1.86 1.84 1.45 3/64 15633
/proc/meminfo: memFree=1190256/2055920 swapFree=4192956/4192956
[pid=15633] ppid=15631 vsize=5356 CPUtime=0
/proc/15633/stat : 15633 (lysat.sh) S 15631 15633 15343 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 93470737 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15633/statm: 1339 235 195 169 0 50 0
[pid=15634] ppid=15633 vsize=9936 CPUtime=0.06
/proc/15634/stat : 15634 (SatElite) R 15633 15633 15343 0 -1 4194304 2256 0 0 0 5 1 0 0 19 0 1 0 93470737 10174464 2240 1992294400 134512640 135034092 4294956096 18446744073709551615 134673244 0 0 4096 3 0 0 0 17 0 0 0
/proc/15634/statm: 2517 2240 50 127 0 2387 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 15292

[startup+0.101979 s]
/proc/loadavg: 1.86 1.84 1.45 3/64 15633
/proc/meminfo: memFree=1190256/2055920 swapFree=4192956/4192956
[pid=15633] ppid=15631 vsize=5356 CPUtime=0
/proc/15633/stat : 15633 (lysat.sh) S 15631 15633 15343 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 93470737 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15633/statm: 1339 235 195 169 0 50 0
[pid=15634] ppid=15633 vsize=16036 CPUtime=0.08
/proc/15634/stat : 15634 (SatElite) R 15633 15633 15343 0 -1 4194304 3430 0 0 0 7 1 0 0 19 0 1 0 93470737 16420864 3414 1992294400 134512640 135034092 4294956096 18446744073709551615 134673244 0 0 4096 3 0 0 0 17 0 0 0
/proc/15634/statm: 4042 3415 50 127 0 3912 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 21392

[startup+0.302008 s]
/proc/loadavg: 1.86 1.84 1.45 3/64 15633
/proc/meminfo: memFree=1190256/2055920 swapFree=4192956/4192956
[pid=15633] ppid=15631 vsize=5356 CPUtime=0
/proc/15633/stat : 15633 (lysat.sh) S 15631 15633 15343 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 93470737 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15633/statm: 1339 235 195 169 0 50 0
[pid=15634] ppid=15633 vsize=42036 CPUtime=0.28
/proc/15634/stat : 15634 (SatElite) R 15633 15633 15343 0 -1 4194304 10021 0 0 0 24 4 0 0 20 0 1 0 93470737 43044864 9370 1992294400 134512640 135034092 4294956096 18446744073709551615 134562052 0 0 4096 3 0 0 0 17 0 0 0
/proc/15634/statm: 10509 9370 67 127 0 10379 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 47392

[startup+0.701065 s]
/proc/loadavg: 1.86 1.84 1.45 3/64 15633
/proc/meminfo: memFree=1190256/2055920 swapFree=4192956/4192956
[pid=15633] ppid=15631 vsize=5356 CPUtime=0
/proc/15633/stat : 15633 (lysat.sh) S 15631 15633 15343 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 93470737 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15633/statm: 1339 235 195 169 0 50 0
[pid=15634] ppid=15633 vsize=46228 CPUtime=0.68
/proc/15634/stat : 15634 (SatElite) R 15633 15633 15343 0 -1 4194304 10969 0 0 0 63 5 0 0 25 0 1 0 93470737 47337472 10130 1992294400 134512640 135034092 4294956096 18446744073709551615 134691101 0 0 4096 3 0 0 0 17 0 0 0
/proc/15634/statm: 11557 10130 68 127 0 11427 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 51584

[startup+1.50118 s]
/proc/loadavg: 1.86 1.84 1.45 2/66 15635
/proc/meminfo: memFree=1143264/2055920 swapFree=4192956/4192956
[pid=15633] ppid=15631 vsize=5356 CPUtime=0
/proc/15633/stat : 15633 (lysat.sh) S 15631 15633 15343 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 93470737 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15633/statm: 1339 235 195 169 0 50 0
[pid=15634] ppid=15633 vsize=49276 CPUtime=1.48
/proc/15634/stat : 15634 (SatElite) R 15633 15633 15343 0 -1 4194304 11718 0 0 0 140 8 0 0 25 0 1 0 93470737 50458624 10785 1992294400 134512640 135034092 4294956096 18446744073709551615 134566513 0 0 4096 3 0 0 0 17 0 0 0
/proc/15634/statm: 12319 10785 68 127 0 12189 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 54632

[startup+3.10243 s]
/proc/loadavg: 1.86 1.84 1.45 2/66 15636
/proc/meminfo: memFree=1175072/2055920 swapFree=4192956/4192956
[pid=15633] ppid=15631 vsize=5356 CPUtime=2.06
/proc/15633/stat : 15633 (lysat.sh) S 15631 15633 15343 0 -1 4194304 310 12099 0 0 0 0 196 10 19 0 1 0 93470737 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15633/statm: 1339 237 195 169 0 50 0
[pid=15636] ppid=15633 vsize=11992 CPUtime=1.01
/proc/15636/stat : 15636 (LySATi) R 15633 15633 15343 0 -1 4194304 2843 0 0 0 100 1 0 0 25 0 1 0 93470945 12279808 2828 1992294400 134512640 135226915 4294956208 18446744073709551615 134536933 0 0 4096 3 0 0 0 17 1 0 0
/proc/15636/statm: 2998 2828 82 174 0 2821 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 17348

[startup+6.30188 s]
/proc/loadavg: 1.79 1.83 1.45 2/66 15636
/proc/meminfo: memFree=1167008/2055920 swapFree=4192956/4192956
[pid=15633] ppid=15631 vsize=5356 CPUtime=2.06
/proc/15633/stat : 15633 (lysat.sh) S 15631 15633 15343 0 -1 4194304 310 12099 0 0 0 0 196 10 19 0 1 0 93470737 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15633/statm: 1339 237 195 169 0 50 0
[pid=15636] ppid=15633 vsize=12908 CPUtime=4.2
/proc/15636/stat : 15636 (LySATi) R 15633 15633 15343 0 -1 4194304 3101 0 0 0 419 1 0 0 25 0 1 0 93470945 13217792 3086 1992294400 134512640 135226915 4294956208 18446744073709551615 134537068 0 0 4096 3 0 0 0 17 0 0 0
/proc/15636/statm: 3227 3086 82 174 0 3050 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 18264

[startup+12.7018 s]
/proc/loadavg: 1.73 1.82 1.45 2/66 15636
/proc/meminfo: memFree=1165664/2055920 swapFree=4192956/4192956
[pid=15633] ppid=15631 vsize=5356 CPUtime=2.06
/proc/15633/stat : 15633 (lysat.sh) S 15631 15633 15343 0 -1 4194304 310 12099 0 0 0 0 196 10 19 0 1 0 93470737 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15633/statm: 1339 237 195 169 0 50 0
[pid=15636] ppid=15633 vsize=14252 CPUtime=10.6
/proc/15636/stat : 15636 (LySATi) R 15633 15633 15343 0 -1 4194304 3420 0 0 0 1058 2 0 0 25 0 1 0 93470945 14594048 3405 1992294400 134512640 135226915 4294956208 18446744073709551615 134537000 0 0 4096 3 0 0 0 17 0 0 0
/proc/15636/statm: 3563 3405 82 174 0 3386 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 19608

[startup+25.5017 s]
/proc/loadavg: 1.71 1.81 1.45 2/66 15636
/proc/meminfo: memFree=1162528/2055920 swapFree=4192956/4192956
[pid=15633] ppid=15631 vsize=5356 CPUtime=2.06
/proc/15633/stat : 15633 (lysat.sh) S 15631 15633 15343 0 -1 4194304 310 12099 0 0 0 0 196 10 19 0 1 0 93470737 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15633/statm: 1339 237 195 169 0 50 0
[pid=15636] ppid=15633 vsize=17668 CPUtime=23.39
/proc/15636/stat : 15636 (LySATi) R 15633 15633 15343 0 -1 4194304 4251 0 0 0 2335 4 0 0 25 0 1 0 93470945 18092032 4236 1992294400 134512640 135226915 4294956208 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 0 0 0
/proc/15636/statm: 4417 4236 82 174 0 4240 0
Current children cumulated CPU time (s) 25.45
Current children cumulated vsize (KiB) 23024

[startup+51.1014 s]
/proc/loadavg: 1.47 1.74 1.44 2/66 15636
/proc/meminfo: memFree=1158048/2055920 swapFree=4192956/4192956
[pid=15633] ppid=15631 vsize=5356 CPUtime=2.06
/proc/15633/stat : 15633 (lysat.sh) S 15631 15633 15343 0 -1 4194304 310 12099 0 0 0 0 196 10 19 0 1 0 93470737 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15633/statm: 1339 237 195 169 0 50 0
[pid=15636] ppid=15633 vsize=21728 CPUtime=48.99
/proc/15636/stat : 15636 (LySATi) R 15633 15633 15343 0 -1 4194304 5277 0 0 0 4893 6 0 0 25 0 1 0 93470945 22249472 5262 1992294400 134512640 135226915 4294956208 18446744073709551615 134540851 0 0 4096 3 0 0 0 17 0 0 0
/proc/15636/statm: 5432 5262 82 174 0 5255 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 27084

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

[startup+52.7016 s]
/proc/loadavg: 1.47 1.74 1.44 2/66 15636
/proc/meminfo: memFree=1157856/2055920 swapFree=4192956/4192956
[pid=15633] ppid=15631 vsize=5356 CPUtime=2.06
/proc/15633/stat : 15633 (lysat.sh) S 15631 15633 15343 0 -1 4194304 310 12099 0 0 0 0 196 10 19 0 1 0 93470737 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15633/statm: 1339 237 195 169 0 50 0
[pid=15636] ppid=15633 vsize=21996 CPUtime=50.59
/proc/15636/stat : 15636 (LySATi) R 15633 15633 15343 0 -1 4194304 5329 0 0 0 5053 6 0 0 25 0 1 0 93470945 22523904 5314 1992294400 134512640 135226915 4294956208 18446744073709551615 134537096 0 0 4096 3 0 0 0 17 0 0 0
/proc/15636/statm: 5499 5314 82 174 0 5322 0
Current children cumulated CPU time (s) 52.65
Current children cumulated vsize (KiB) 27352

[startup+53.5017 s]
/proc/loadavg: 1.47 1.74 1.44 2/66 15636
/proc/meminfo: memFree=1157856/2055920 swapFree=4192956/4192956
[pid=15633] ppid=15631 vsize=5356 CPUtime=2.06
/proc/15633/stat : 15633 (lysat.sh) S 15631 15633 15343 0 -1 4194304 310 12099 0 0 0 0 196 10 19 0 1 0 93470737 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15633/statm: 1339 237 195 169 0 50 0
[pid=15636] ppid=15633 vsize=22136 CPUtime=51.39
/proc/15636/stat : 15636 (LySATi) R 15633 15633 15343 0 -1 4194304 5356 0 0 0 5133 6 0 0 25 0 1 0 93470945 22667264 5341 1992294400 134512640 135226915 4294956208 18446744073709551615 134525828 0 0 4096 3 0 0 0 17 0 0 0
/proc/15636/statm: 5534 5341 82 174 0 5357 0
Current children cumulated CPU time (s) 53.45
Current children cumulated vsize (KiB) 27492

[startup+53.9068 s]
/proc/loadavg: 1.43 1.73 1.44 2/66 15636
/proc/meminfo: memFree=1157664/2055920 swapFree=4192956/4192956
[pid=15633] ppid=15631 vsize=5356 CPUtime=2.06
/proc/15633/stat : 15633 (lysat.sh) S 15631 15633 15343 0 -1 4194304 310 12099 0 0 0 0 196 10 19 0 1 0 93470737 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15633/statm: 1339 237 195 169 0 50 0
[pid=15636] ppid=15633 vsize=22136 CPUtime=51.79
/proc/15636/stat : 15636 (LySATi) R 15633 15633 15343 0 -1 4194304 5371 0 0 0 5173 6 0 0 25 0 1 0 93470945 22667264 5356 1992294400 134512640 135226915 4294956208 18446744073709551615 134537354 0 0 4096 3 0 0 0 17 0 0 0
/proc/15636/statm: 5534 5356 82 174 0 5357 0
Current children cumulated CPU time (s) 53.85
Current children cumulated vsize (KiB) 27492

[startup+54.0018 s]
/proc/loadavg: 1.43 1.73 1.44 2/66 15636
/proc/meminfo: memFree=1157664/2055920 swapFree=4192956/4192956
[pid=15633] ppid=15631 vsize=5356 CPUtime=2.06
/proc/15633/stat : 15633 (lysat.sh) S 15631 15633 15343 0 -1 4194304 310 12099 0 0 0 0 196 10 19 0 1 0 93470737 5484544 237 1992294400 4194304 4889804 548682068800 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15633/statm: 1339 237 195 169 0 50 0
[pid=15636] ppid=15633 vsize=22136 CPUtime=51.89
/proc/15636/stat : 15636 (LySATi) R 15633 15633 15343 0 -1 4194304 5374 0 0 0 5183 6 0 0 25 0 1 0 93470945 22667264 5359 1992294400 134512640 135226915 4294956208 18446744073709551615 134537150 0 0 4096 3 0 0 0 17 0 0 0
/proc/15636/statm: 5534 5359 82 174 0 5357 0
Current children cumulated CPU time (s) 53.95
Current children cumulated vsize (KiB) 27492

Child status: 20
Real time (s): 54.0201
CPU time (s): 53.9868
CPU user time (s): 53.8088
CPU system time (s): 0.177972
CPU usage (%): 99.9384
Max. virtual memory (cumulated for all children) (KiB): 54720

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 53.8088
system time used= 0.177972
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 17944
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= 10
involuntary context switches= 156

runsolver used 0.045993 second user time and 0.158975 second system time

The end

Launcher Data

Begin job on node30 at 2009-04-25 12:13:00
IDJOB=1720268
IDBENCH=69599
IDSOLVER=511
FILE ID=node30/1720268-1240654379
PBS_JOBID= 9186491
Free space on /tmp= 66244 MiB

SOLVER NAME= LySAT i/2009-03-20
BENCH NAME= SAT_RACE08/cnf/manol-pipe-c6bidw_i.cnf
COMMAND LINE= lysat.sh BENCHNAME i
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1720268-1240654379/watcher-1720268-1240654379 -o /tmp/evaluation-result-1720268-1240654379/solver-1720268-1240654379 -C 1200 -W 1800 -M 1800 --output-limit 1,15  lysat.sh HOME/instance-1720268-1240654379.cnf i

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

MD5SUM BENCH= 8aeb1eb6b7bf22d54183762fb5b6410c
RANDOM SEED=874994824

node30.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.265
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.265
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:       1190800 kB
Buffers:         97500 kB
Cached:         662536 kB
SwapCached:          0 kB
Active:          93064 kB
Inactive:       681396 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1190800 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            6824 kB
Writeback:           0 kB
Mapped:          24232 kB
Slab:            76820 kB
Committed_AS:   394036 kB
PageTables:       1364 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= 66240 MiB
End job on node30 at 2009-04-25 12:13:54