Trace number 332345

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
TiniSatELite 2007-02-08UNSAT 46.195 46.2324

General information on the benchmark

Namecrafted/Medium/contest05/sabharwal/
unsat-logistics-rotate-09t5.sat05-1139.reshuffled-07.cnf
MD5SUMc5c0a2288884b75d2d577cb8c5efb4c6
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark7.65384
Satisfiable
(Un)Satisfiability was proved
Number of variables4336
Number of clauses214585
Sum of the clauses size431502
Maximum clause length11
Minimum clause length1
Number of clauses of size 189
Number of clauses of size 2213987
Number of clauses of size 3252
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 5257

Solver Data (download as text)

0.00/0.00	c Parsing...
0.00/0.15	c ==============================================================================
0.00/0.15	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.15	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.15	c ==============================================================================
0.00/0.15	c |         0 |  214224   430869 |   64267       0        0     nan |  0.000 % |
0.99/1.10	c |         0 |  198665   433209 |      --       0       --      -- |     --   | -15319/2820
0.99/1.10	c ==============================================================================
0.99/1.10	c Result  :   #vars: 3000   #clauses: 198665   #literals: 433209
0.99/1.10	c CPU time:   1.07584 s
0.99/1.10	c ==============================================================================
1.27/1.51	c Tinisat 0.22
1.27/1.51	c solving /tmp/GTI_node15.alineos.net_13361.cnf
1.27/1.51	c 3000 variables, 198665 clauses
46.15/46.22	c 119503 decisions, 109407 conflicts, 76 restarts
46.15/46.22	c solved in 44.90s
46.15/46.22	s UNSATISFIABLE

Verifier Data (download as text)

No possible verification on an UNSAT instance

Watcher Data (download as text)

runsolver version 3.2.1 (c) roussel@cril.univ-artois.fr

command line: runsolver --timestamp -w ROOT/results/node15/watcher-332345-1173474908 -o ROOT/results/node15/solver-332345-1173474908 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/332345-1173474908/TiniSatELite /tmp/evaluation/332345-1173474908/instance-332345-1173474908.cnf 

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): 2400 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: 0.92 0.98 0.99 3/77 13361
/proc/meminfo: memFree=1583960/2055920 swapFree=4152672/4192956
[pid=13361] ppid=13359 vsize=5352 CPUtime=0
/proc/13361/stat : 13361 (TiniSatELite) S 13359 13361 11931 0 -1 4194304 274 0 0 0 0 0 0 0 18 0 1 0 367445214 5480448 232 18446744073709551615 4194304 4889804 548682069312 18446744073709551615 240472784978 0 0 4100 65536 18446744071563648864 0 0 17 1 0 0
/proc/13361/statm: 1338 232 195 169 0 49 0
[pid=13362] ppid=13361 vsize=5352 CPUtime=0
/proc/13362/stat : 13362 (TiniSatELite) R 13361 13361 11931 0 -1 4194368 52 25 0 0 0 0 0 0 21 0 1 0 367445215 5480448 236 18446744073709551615 4194304 4889804 548682069312 18446744073709551615 240472613700 0 65536 4096 65538 0 0 0 17 1 0 0
/proc/13362/statm: 1338 236 198 169 0 49 0

[startup+0.045484 s]
/proc/loadavg: 0.92 0.98 0.99 3/77 13361
/proc/meminfo: memFree=1583960/2055920 swapFree=4152672/4192956
[pid=13361] ppid=13359 vsize=5352 CPUtime=0
/proc/13361/stat : 13361 (TiniSatELite) S 13359 13361 11931 0 -1 4194304 307 252 0 0 0 0 0 0 18 0 1 0 367445214 5480448 234 18446744073709551615 4194304 4889804 548682069312 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13361/statm: 1338 234 197 169 0 49 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5352

[startup+0.101491 s]
/proc/loadavg: 0.92 0.98 0.99 3/77 13361
/proc/meminfo: memFree=1583960/2055920 swapFree=4152672/4192956
[pid=13361] ppid=13359 vsize=5352 CPUtime=0
/proc/13361/stat : 13361 (TiniSatELite) S 13359 13361 11931 0 -1 4194304 307 252 0 0 0 0 0 0 18 0 1 0 367445214 5480448 234 18446744073709551615 4194304 4889804 548682069312 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13361/statm: 1338 234 197 169 0 49 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5352

[startup+0.301525 s]
/proc/loadavg: 0.92 0.98 0.99 3/77 13361
/proc/meminfo: memFree=1583960/2055920 swapFree=4152672/4192956
[pid=13361] ppid=13359 vsize=5352 CPUtime=0
/proc/13361/stat : 13361 (TiniSatELite) S 13359 13361 11931 0 -1 4194304 307 252 0 0 0 0 0 0 18 0 1 0 367445214 5480448 234 18446744073709551615 4194304 4889804 548682069312 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13361/statm: 1338 234 197 169 0 49 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5352

[startup+0.701594 s]
/proc/loadavg: 0.92 0.98 0.99 3/77 13361
/proc/meminfo: memFree=1583960/2055920 swapFree=4152672/4192956
[pid=13361] ppid=13359 vsize=5352 CPUtime=0
/proc/13361/stat : 13361 (TiniSatELite) S 13359 13361 11931 0 -1 4194304 307 252 0 0 0 0 0 0 18 0 1 0 367445214 5480448 234 18446744073709551615 4194304 4889804 548682069312 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13361/statm: 1338 234 197 169 0 49 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5352

[startup+1.50274 s]
/proc/loadavg: 0.92 0.98 0.99 2/79 13366
/proc/meminfo: memFree=1566920/2055920 swapFree=4152672/4192956
[pid=13361] ppid=13359 vsize=5352 CPUtime=1.27
/proc/13361/stat : 13361 (TiniSatELite) S 13359 13361 11931 0 -1 4194304 331 4362 0 0 0 0 124 3 16 0 1 0 367445214 5480448 236 18446744073709551615 4194304 4889804 548682069312 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13361/statm: 1338 236 197 169 0 49 0
Current children cumulated CPU time (s) 1.27
Current children cumulated vsize (KiB) 5352

[startup+3.10201 s]
/proc/loadavg: 0.93 0.98 0.99 2/79 13367
/proc/meminfo: memFree=1571656/2055920 swapFree=4152672/4192956
[pid=13361] ppid=13359 vsize=5352 CPUtime=1.27
/proc/13361/stat : 13361 (TiniSatELite) S 13359 13361 11931 0 -1 4194304 331 4362 0 0 0 0 124 3 16 0 1 0 367445214 5480448 236 18446744073709551615 4194304 4889804 548682069312 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13361/statm: 1338 236 197 169 0 49 0
[pid=13367] ppid=13361 vsize=12944 CPUtime=1.8
/proc/13367/stat : 13367 (tinisat) R 13361 13361 11931 0 -1 4194304 2854 0 0 0 179 1 0 0 25 0 1 0 367445343 13254656 2449 18446744073709551615 134512640 134966189 4294956736 18446744073709551615 134519968 0 0 4096 0 0 0 0 17 0 0 0
/proc/13367/statm: 3236 2449 52 110 0 3123 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 18296

[startup+6.30156 s]
/proc/loadavg: 0.93 0.98 0.99 2/79 13367
/proc/meminfo: memFree=1568456/2055920 swapFree=4152672/4192956
[pid=13361] ppid=13359 vsize=5352 CPUtime=1.27
/proc/13361/stat : 13361 (TiniSatELite) S 13359 13361 11931 0 -1 4194304 331 4362 0 0 0 0 124 3 16 0 1 0 367445214 5480448 236 18446744073709551615 4194304 4889804 548682069312 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13361/statm: 1338 236 197 169 0 49 0
[pid=13367] ppid=13361 vsize=12944 CPUtime=5
/proc/13367/stat : 13367 (tinisat) R 13361 13361 11931 0 -1 4194304 3503 0 0 0 498 2 0 0 25 0 1 0 367445343 13254656 3098 18446744073709551615 134512640 134966189 4294956736 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 0 0 0
/proc/13367/statm: 3236 3098 52 110 0 3123 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 18296

[startup+12.7017 s]
/proc/loadavg: 0.94 0.98 0.99 2/79 13367
/proc/meminfo: memFree=1565384/2055920 swapFree=4152672/4192956
[pid=13361] ppid=13359 vsize=5352 CPUtime=1.27
/proc/13361/stat : 13361 (TiniSatELite) S 13359 13361 11931 0 -1 4194304 331 4362 0 0 0 0 124 3 16 0 1 0 367445214 5480448 236 18446744073709551615 4194304 4889804 548682069312 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13361/statm: 1338 236 197 169 0 49 0
[pid=13367] ppid=13361 vsize=22820 CPUtime=11.39
/proc/13367/stat : 13367 (tinisat) R 13361 13361 11931 0 -1 4194304 4218 0 0 0 1137 2 0 0 25 0 1 0 367445343 23367680 3813 18446744073709551615 134512640 134966189 4294956736 18446744073709551615 134519964 0 0 4096 0 0 0 0 17 0 0 0
/proc/13367/statm: 5705 3813 52 110 0 5592 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 28172

[startup+25.5019 s]
/proc/loadavg: 0.95 0.98 0.99 2/79 13367
/proc/meminfo: memFree=1561608/2055920 swapFree=4152672/4192956
[pid=13361] ppid=13359 vsize=5352 CPUtime=1.27
/proc/13361/stat : 13361 (TiniSatELite) S 13359 13361 11931 0 -1 4194304 331 4362 0 0 0 0 124 3 16 0 1 0 367445214 5480448 236 18446744073709551615 4194304 4889804 548682069312 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13361/statm: 1338 236 197 169 0 49 0
[pid=13367] ppid=13361 vsize=22820 CPUtime=24.19
/proc/13367/stat : 13367 (tinisat) R 13361 13361 11931 0 -1 4194304 5138 0 0 0 2416 3 0 0 25 0 1 0 367445343 23367680 4733 18446744073709551615 134512640 134966189 4294956736 18446744073709551615 134519878 0 0 4096 0 0 0 0 17 0 0 0
/proc/13367/statm: 5705 4733 52 110 0 5592 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 28172

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

[startup+38.301 s]
/proc/loadavg: 0.96 0.98 0.99 2/79 13367
/proc/meminfo: memFree=1559176/2055920 swapFree=4152672/4192956
[pid=13361] ppid=13359 vsize=5352 CPUtime=1.27
/proc/13361/stat : 13361 (TiniSatELite) S 13359 13361 11931 0 -1 4194304 331 4362 0 0 0 0 124 3 16 0 1 0 367445214 5480448 236 18446744073709551615 4194304 4889804 548682069312 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13361/statm: 1338 236 197 169 0 49 0
[pid=13367] ppid=13361 vsize=23204 CPUtime=36.97
/proc/13367/stat : 13367 (tinisat) R 13361 13361 11931 0 -1 4194304 5759 0 0 0 3693 4 0 0 25 0 1 0 367445343 23760896 5354 18446744073709551615 134512640 134966189 4294956736 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 0 0 0
/proc/13367/statm: 5801 5354 52 110 0 5688 0
Current children cumulated CPU time (s) 38.24
Current children cumulated vsize (KiB) 28556

[startup+41.5016 s]
/proc/loadavg: 0.96 0.98 0.99 2/79 13367
/proc/meminfo: memFree=1558664/2055920 swapFree=4152672/4192956
[pid=13361] ppid=13359 vsize=5352 CPUtime=1.27
/proc/13361/stat : 13361 (TiniSatELite) S 13359 13361 11931 0 -1 4194304 331 4362 0 0 0 0 124 3 16 0 1 0 367445214 5480448 236 18446744073709551615 4194304 4889804 548682069312 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13361/statm: 1338 236 197 169 0 49 0
[pid=13367] ppid=13361 vsize=23204 CPUtime=40.18
/proc/13367/stat : 13367 (tinisat) R 13361 13361 11931 0 -1 4194304 5876 0 0 0 4013 5 0 0 25 0 1 0 367445343 23760896 5471 18446744073709551615 134512640 134966189 4294956736 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 0 0 0
/proc/13367/statm: 5801 5471 52 110 0 5688 0
Current children cumulated CPU time (s) 41.45
Current children cumulated vsize (KiB) 28556

[startup+44.7011 s]
/proc/loadavg: 0.96 0.98 0.99 2/79 13367
/proc/meminfo: memFree=1558216/2055920 swapFree=4152672/4192956
[pid=13361] ppid=13359 vsize=5352 CPUtime=1.27
/proc/13361/stat : 13361 (TiniSatELite) S 13359 13361 11931 0 -1 4194304 331 4362 0 0 0 0 124 3 16 0 1 0 367445214 5480448 236 18446744073709551615 4194304 4889804 548682069312 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13361/statm: 1338 236 197 169 0 49 0
[pid=13367] ppid=13361 vsize=23396 CPUtime=43.37
/proc/13367/stat : 13367 (tinisat) R 13361 13361 11931 0 -1 4194304 5984 0 0 0 4332 5 0 0 25 0 1 0 367445343 23957504 5579 18446744073709551615 134512640 134966189 4294956736 18446744073709551615 134519921 0 0 4096 0 0 0 0 17 0 0 0
/proc/13367/statm: 5849 5579 52 110 0 5736 0
Current children cumulated CPU time (s) 44.64
Current children cumulated vsize (KiB) 28748

[startup+45.5013 s]
/proc/loadavg: 0.96 0.98 0.99 2/79 13367
/proc/meminfo: memFree=1558088/2055920 swapFree=4152672/4192956
[pid=13361] ppid=13359 vsize=5352 CPUtime=1.27
/proc/13361/stat : 13361 (TiniSatELite) S 13359 13361 11931 0 -1 4194304 331 4362 0 0 0 0 124 3 16 0 1 0 367445214 5480448 236 18446744073709551615 4194304 4889804 548682069312 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13361/statm: 1338 236 197 169 0 49 0
[pid=13367] ppid=13361 vsize=23396 CPUtime=44.17
/proc/13367/stat : 13367 (tinisat) R 13361 13361 11931 0 -1 4194304 6006 0 0 0 4412 5 0 0 25 0 1 0 367445343 23957504 5601 18446744073709551615 134512640 134966189 4294956736 18446744073709551615 134519995 0 0 4096 0 0 0 0 17 0 0 0
/proc/13367/statm: 5849 5601 52 110 0 5736 0
Current children cumulated CPU time (s) 45.44
Current children cumulated vsize (KiB) 28748

[startup+45.9014 s]
/proc/loadavg: 0.96 0.98 0.99 2/79 13367
/proc/meminfo: memFree=1558088/2055920 swapFree=4152672/4192956
[pid=13361] ppid=13359 vsize=5352 CPUtime=1.27
/proc/13361/stat : 13361 (TiniSatELite) S 13359 13361 11931 0 -1 4194304 331 4362 0 0 0 0 124 3 16 0 1 0 367445214 5480448 236 18446744073709551615 4194304 4889804 548682069312 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13361/statm: 1338 236 197 169 0 49 0
[pid=13367] ppid=13361 vsize=23396 CPUtime=44.57
/proc/13367/stat : 13367 (tinisat) R 13361 13361 11931 0 -1 4194304 6011 0 0 0 4452 5 0 0 25 0 1 0 367445343 23957504 5606 18446744073709551615 134512640 134966189 4294956736 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 0 0 0
/proc/13367/statm: 5849 5606 52 110 0 5736 0
Current children cumulated CPU time (s) 45.84
Current children cumulated vsize (KiB) 28748

[startup+46.1014 s]
/proc/loadavg: 0.96 0.98 0.99 2/79 13367
/proc/meminfo: memFree=1557960/2055920 swapFree=4152672/4192956
[pid=13361] ppid=13359 vsize=5352 CPUtime=1.27
/proc/13361/stat : 13361 (TiniSatELite) S 13359 13361 11931 0 -1 4194304 331 4362 0 0 0 0 124 3 16 0 1 0 367445214 5480448 236 18446744073709551615 4194304 4889804 548682069312 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13361/statm: 1338 236 197 169 0 49 0
[pid=13367] ppid=13361 vsize=23588 CPUtime=44.78
/proc/13367/stat : 13367 (tinisat) R 13361 13361 11931 0 -1 4194304 6024 0 0 0 4473 5 0 0 25 0 1 0 367445343 24154112 5619 18446744073709551615 134512640 134966189 4294956736 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 0 0 0
/proc/13367/statm: 5897 5619 52 110 0 5784 0
Current children cumulated CPU time (s) 46.05
Current children cumulated vsize (KiB) 28940

[startup+46.2064 s]
/proc/loadavg: 0.96 0.98 0.99 2/79 13367
/proc/meminfo: memFree=1557960/2055920 swapFree=4152672/4192956
[pid=13361] ppid=13359 vsize=5352 CPUtime=1.27
/proc/13361/stat : 13361 (TiniSatELite) S 13359 13361 11931 0 -1 4194304 331 4362 0 0 0 0 124 3 16 0 1 0 367445214 5480448 236 18446744073709551615 4194304 4889804 548682069312 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13361/statm: 1338 236 197 169 0 49 0
[pid=13367] ppid=13361 vsize=23588 CPUtime=44.88
/proc/13367/stat : 13367 (tinisat) R 13361 13361 11931 0 -1 4194304 6025 0 0 0 4483 5 0 0 25 0 1 0 367445343 24154112 5620 18446744073709551615 134512640 134966189 4294956736 18446744073709551615 134519927 0 0 4096 0 0 0 0 17 0 0 0
/proc/13367/statm: 5897 5620 52 110 0 5784 0
Current children cumulated CPU time (s) 46.15
Current children cumulated vsize (KiB) 28940

Child status: 20
Real time (s): 46.2324
CPU time (s): 46.195
CPU user time (s): 46.1
CPU system time (s): 0.094985
CPU usage (%): 99.919
Max. virtual memory (cumulated for all children) (KiB): 28940

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 46.1
system time used= 0.094985
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 10881
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= 45
involuntary context switches= 1134

runsolver used 0.047992 second user time and 0.13098 second system time

The end

Launcher Data (download as text)

Begin job on node15 on Fri Mar  9 21:15:08 UTC 2007

IDJOB= 332345
IDBENCH= 24578
IDSOLVER= 99
FILE ID= node15/332345-1173474908

PBS_JOBID= 4101062

Free space on /tmp= 66448 MiB

SOLVER NAME= TiniSatELite 2007-02-08
BENCH NAME= HOME/pub/bench/SAT07/crafted/Medium/contest05/sabharwal/unsat-logistics-rotate-09t5.sat05-1139.reshuffled-07.cnf
COMMAND LINE= /tmp/evaluation/332345-1173474908/TiniSatELite /tmp/evaluation/332345-1173474908/instance-332345-1173474908.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node15/watcher-332345-1173474908 -o ROOT/results/node15/solver-332345-1173474908 -C 1200 -W 2400 -M 1800 --output-limit 1,15  /tmp/evaluation/332345-1173474908/TiniSatELite /tmp/evaluation/332345-1173474908/instance-332345-1173474908.cnf            

META MD5SUM SOLVER= 388ad77fe8f3a9a6ad5bf764ada795dd
MD5SUM BENCH=  c5c0a2288884b75d2d577cb8c5efb4c6

RANDOM SEED= 413883208

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

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

/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.276
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.276
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:       1584368 kB
Buffers:         48252 kB
Cached:         334988 kB
SwapCached:       2796 kB
Active:         214172 kB
Inactive:       192660 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1584368 kB
SwapTotal:     4192956 kB
SwapFree:      4152672 kB
Dirty:            3756 kB
Writeback:           0 kB
Mapped:          30552 kB
Slab:            50192 kB
Committed_AS:  1285292 kB
PageTables:       1804 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= 66448 MiB

End job on node15 on Fri Mar  9 21:15:55 UTC 2007