Trace number 1578186

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
glucose 1.0UNSAT 27.3138 27.3368

General information on the benchmark

NameAPPLICATIONS/diagnosis/
UCG-10-5p0.cnf
MD5SUM9d45c35f4df88b155135c4914792c59e
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark27.3138
Satisfiable
(Un)Satisfiability was proved
Number of variables104481
Number of clauses500875
Sum of the clauses size1175028
Maximum clause length10
Minimum clause length1
Number of clauses of size 15498
Number of clauses of size 2398201
Number of clauses of size 369976
Number of clauses of size 43020
Number of clauses of size 512080
Number of clauses of size over 512100

Solver Data

0.00/0.00	c
0.00/0.00	c Starting SatElite Preprocessing
0.00/0.00	c
0.00/0.00	c Parsing...
0.38/0.49	c ==============================================================================
0.38/0.49	c |           |     ORIGINAL     |              LEARNT              |          |
0.38/0.49	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.38/0.49	c ==============================================================================
0.38/0.49	c |         0 |  495037  1168850 |  148511       0        0     nan |  0.000 % |
3.08/3.15	c |         0 |  300004   826435 |      --       0       --      -- |     --   | -45117/2703
3.08/3.15	c ==============================================================================
3.08/3.15	c Result  :   #vars: 49470   #clauses: 300004   #literals: 826435
3.08/3.15	c CPU time:   3.02654 s
3.08/3.15	c ==============================================================================
3.39/3.45	c
3.39/3.45	c Starting glucose
3.39/3.45	c
3.39/3.45	
3.39/3.45	c This is glucose 1.0 --  based on MiniSAT (Many thanks to MiniSAT team)
3.39/3.45	
3.39/3.45	c ============================[ Problem Statistics ]=============================
3.39/3.45	c |                                                                             |
3.39/3.46	c |  Number of variables:  49470                                                |
3.39/3.46	c |  Number of clauses:    300004                                               |
3.43/3.68	c |  Parsing time:         0.20         s                                       |
27.25/27.32	c restarts              : 18
27.25/27.32	c nb ReduceDB           : 0
27.25/27.32	c nb learnts DL2        : 464
27.25/27.32	c nb learnts size 2     : 257
27.25/27.32	c nb learnts size 1     : 77
27.25/27.32	c conflicts             : 13781          (579 /sec)
27.25/27.32	c decisions             : 56110          (1.27 % random) (2356 /sec)
27.25/27.32	c propagations          : 40932808       (1718972 /sec)
27.25/27.32	c conflict literals     : 1157015        (37.16 % deleted)
27.25/27.32	c Memory used           : 28.25 MB
27.25/27.32	c CPU time              : 23.8124 s
27.25/27.32	
27.25/27.32	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-1578186-1238895895/watcher-1578186-1238895895 -o /tmp/evaluation-result-1578186-1238895895/solver-1578186-1238895895 -C 1200 -W 1800 -M 1800 --output-limit 1,15 glucose.sh HOME/instance-1578186-1238895895.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): 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: 0.91 0.95 0.98 3/66 314
/proc/meminfo: memFree=1640808/2055920 swapFree=4176420/4192956
[pid=314] ppid=312 vsize=5360 CPUtime=0
/proc/314/stat : 314 (glucose.sh) S 312 314 32689 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 1162252521 5488640 236 1992294400 4194304 4889804 548682068832 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/314/statm: 1340 236 195 169 0 51 0
[pid=315] ppid=314 vsize=1744 CPUtime=0
/proc/315/stat : 315 (SatELite_releas) R 314 314 32689 0 -1 4194304 288 0 0 0 0 0 0 0 19 0 1 0 1162252522 1785856 272 1992294400 134512640 135225430 4294956192 18446744073709551615 134544080 0 0 4096 3 0 0 0 17 0 0 0
/proc/315/statm: 436 274 51 174 0 259 0

[startup+0.102566 s]
/proc/loadavg: 0.91 0.95 0.98 3/66 314
/proc/meminfo: memFree=1640808/2055920 swapFree=4176420/4192956
[pid=314] ppid=312 vsize=5360 CPUtime=0
/proc/314/stat : 314 (glucose.sh) S 312 314 32689 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 1162252521 5488640 236 1992294400 4194304 4889804 548682068832 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/314/statm: 1340 236 195 169 0 51 0
[pid=315] ppid=314 vsize=21996 CPUtime=0.09
/proc/315/stat : 315 (SatELite_releas) R 314 314 32689 0 -1 4194304 4571 0 0 0 8 1 0 0 19 0 1 0 1162252522 22523904 4451 1992294400 134512640 135225430 4294956192 18446744073709551615 134717494 0 0 4096 3 0 0 0 17 0 0 0
/proc/315/statm: 5499 4452 50 174 0 5322 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 27356

[startup+0.201576 s]
/proc/loadavg: 0.91 0.95 0.98 3/66 314
/proc/meminfo: memFree=1640808/2055920 swapFree=4176420/4192956
[pid=314] ppid=312 vsize=5360 CPUtime=0
/proc/314/stat : 314 (glucose.sh) S 312 314 32689 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 1162252521 5488640 236 1992294400 4194304 4889804 548682068832 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/314/statm: 1340 236 195 169 0 51 0
[pid=315] ppid=314 vsize=28316 CPUtime=0.19
/proc/315/stat : 315 (SatELite_releas) R 314 314 32689 0 -1 4194304 6141 0 0 0 17 2 0 0 20 0 1 0 1162252522 28995584 6021 1992294400 134512640 135225430 4294956192 18446744073709551615 134735534 0 0 4096 3 0 0 0 17 0 0 0
/proc/315/statm: 7079 6021 50 174 0 6902 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 33676

[startup+0.301591 s]
/proc/loadavg: 0.91 0.95 0.98 3/66 314
/proc/meminfo: memFree=1640808/2055920 swapFree=4176420/4192956
[pid=314] ppid=312 vsize=5360 CPUtime=0
/proc/314/stat : 314 (glucose.sh) S 312 314 32689 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 1162252521 5488640 236 1992294400 4194304 4889804 548682068832 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/314/statm: 1340 236 195 169 0 51 0
[pid=315] ppid=314 vsize=35412 CPUtime=0.29
/proc/315/stat : 315 (SatELite_releas) R 314 314 32689 0 -1 4194304 7779 0 0 0 25 4 0 0 21 0 1 0 1162252522 36261888 7659 1992294400 134512640 135225430 4294956192 18446744073709551615 134735534 0 0 4096 3 0 0 0 17 0 0 0
/proc/315/statm: 8853 7660 50 174 0 8676 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 40772

[startup+0.701643 s]
/proc/loadavg: 0.91 0.95 0.98 3/66 314
/proc/meminfo: memFree=1640808/2055920 swapFree=4176420/4192956
[pid=314] ppid=312 vsize=5360 CPUtime=0
/proc/314/stat : 314 (glucose.sh) S 312 314 32689 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 1162252521 5488640 236 1992294400 4194304 4889804 548682068832 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/314/statm: 1340 236 195 169 0 51 0
[pid=315] ppid=314 vsize=52356 CPUtime=0.69
/proc/315/stat : 315 (SatELite_releas) R 314 314 32689 0 -1 4194304 13040 0 0 0 62 7 0 0 24 0 1 0 1162252522 53612544 11900 1992294400 134512640 135225430 4294956192 18446744073709551615 134577435 0 0 4096 3 0 0 0 17 0 0 0
/proc/315/statm: 13089 11900 77 174 0 12912 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 57716

[startup+1.50175 s]
/proc/loadavg: 0.91 0.95 0.98 2/68 316
/proc/meminfo: memFree=1585880/2055920 swapFree=4176420/4192956
[pid=314] ppid=312 vsize=5360 CPUtime=0
/proc/314/stat : 314 (glucose.sh) S 312 314 32689 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 1162252521 5488640 236 1992294400 4194304 4889804 548682068832 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/314/statm: 1340 236 195 169 0 51 0
[pid=315] ppid=314 vsize=60612 CPUtime=1.49
/proc/315/stat : 315 (SatELite_releas) R 314 314 32689 0 -1 4194304 14881 0 0 0 140 9 0 0 25 0 1 0 1162252522 62066688 13536 1992294400 134512640 135225430 4294956192 18446744073709551615 134587354 0 0 4096 3 0 0 0 17 0 0 0
/proc/315/statm: 15153 13536 77 174 0 14976 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 65972

[startup+3.10195 s]
/proc/loadavg: 0.91 0.95 0.98 2/68 316
/proc/meminfo: memFree=1583128/2055920 swapFree=4176420/4192956
[pid=314] ppid=312 vsize=5360 CPUtime=0
/proc/314/stat : 314 (glucose.sh) S 312 314 32689 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 1162252521 5488640 236 1992294400 4194304 4889804 548682068832 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/314/statm: 1340 236 195 169 0 51 0
[pid=315] ppid=314 vsize=60924 CPUtime=3.08
/proc/315/stat : 315 (SatELite_releas) R 314 314 32689 0 -1 4194304 17041 0 0 0 298 10 0 0 25 0 1 0 1162252522 62386176 13695 1992294400 134512640 135225430 4294956192 18446744073709551615 134587337 0 0 4096 3 0 0 0 17 0 0 0
/proc/315/statm: 15231 13695 77 174 0 15054 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 66284

[startup+6.30237 s]
/proc/loadavg: 0.92 0.95 0.98 2/68 317
/proc/meminfo: memFree=1608088/2055920 swapFree=4176420/4192956
[pid=314] ppid=312 vsize=5360 CPUtime=3.43
/proc/314/stat : 314 (glucose.sh) S 312 314 32689 0 -1 4194304 313 17906 0 0 0 0 329 14 16 0 1 0 1162252521 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/314/statm: 1340 238 195 169 0 51 0
[pid=317] ppid=314 vsize=25752 CPUtime=2.82
/proc/317/stat : 317 (glucose_static) R 314 314 32689 0 -1 4194304 5975 0 0 0 280 2 0 0 25 0 1 0 1162252867 26370048 5961 1992294400 134512640 135217611 4294956304 18446744073709551615 134532912 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/317/statm: 6438 5961 77 172 0 6263 0
Current children cumulated CPU time (s) 6.25
Current children cumulated vsize (KiB) 31112

[startup+12.7012 s]
/proc/loadavg: 0.93 0.95 0.98 2/68 317
/proc/meminfo: memFree=1605784/2055920 swapFree=4176420/4192956
[pid=314] ppid=312 vsize=5360 CPUtime=3.43
/proc/314/stat : 314 (glucose.sh) S 312 314 32689 0 -1 4194304 313 17906 0 0 0 0 329 14 16 0 1 0 1162252521 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/314/statm: 1340 238 195 169 0 51 0
[pid=317] ppid=314 vsize=27732 CPUtime=9.22
/proc/317/stat : 317 (glucose_static) R 314 314 32689 0 -1 4194304 6485 0 0 0 919 3 0 0 25 0 1 0 1162252867 28397568 6471 1992294400 134512640 135217611 4294956304 18446744073709551615 134532912 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/317/statm: 6933 6471 77 172 0 6758 0
Current children cumulated CPU time (s) 12.65
Current children cumulated vsize (KiB) 33092

[startup+25.5019 s]
/proc/loadavg: 0.94 0.96 0.98 2/68 317
/proc/meminfo: memFree=1604632/2055920 swapFree=4176420/4192956
[pid=314] ppid=312 vsize=5360 CPUtime=3.43
/proc/314/stat : 314 (glucose.sh) S 312 314 32689 0 -1 4194304 313 17906 0 0 0 0 329 14 16 0 1 0 1162252521 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/314/statm: 1340 238 195 169 0 51 0
[pid=317] ppid=314 vsize=28920 CPUtime=22.03
/proc/317/stat : 317 (glucose_static) R 314 314 32689 0 -1 4194304 6786 0 0 0 2199 4 0 0 25 0 1 0 1162252867 29614080 6772 1992294400 134512640 135217611 4294956304 18446744073709551615 134532731 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/317/statm: 7230 6772 77 172 0 7055 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 34280

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

[startup+25.6019 s]
/proc/loadavg: 0.94 0.96 0.98 2/68 317
/proc/meminfo: memFree=1604632/2055920 swapFree=4176420/4192956
[pid=314] ppid=312 vsize=5360 CPUtime=3.43
/proc/314/stat : 314 (glucose.sh) S 312 314 32689 0 -1 4194304 313 17906 0 0 0 0 329 14 16 0 1 0 1162252521 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/314/statm: 1340 238 195 169 0 51 0
[pid=317] ppid=314 vsize=28920 CPUtime=22.13
/proc/317/stat : 317 (glucose_static) R 314 314 32689 0 -1 4194304 6786 0 0 0 2209 4 0 0 25 0 1 0 1162252867 29614080 6772 1992294400 134512640 135217611 4294956304 18446744073709551615 134533352 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/317/statm: 7230 6772 77 172 0 7055 0
Current children cumulated CPU time (s) 25.56
Current children cumulated vsize (KiB) 34280

[startup+26.402 s]
/proc/loadavg: 0.94 0.96 0.98 2/68 317
/proc/meminfo: memFree=1604632/2055920 swapFree=4176420/4192956
[pid=314] ppid=312 vsize=5360 CPUtime=3.43
/proc/314/stat : 314 (glucose.sh) S 312 314 32689 0 -1 4194304 313 17906 0 0 0 0 329 14 16 0 1 0 1162252521 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/314/statm: 1340 238 195 169 0 51 0
[pid=317] ppid=314 vsize=28920 CPUtime=22.93
/proc/317/stat : 317 (glucose_static) R 314 314 32689 0 -1 4194304 6790 0 0 0 2289 4 0 0 25 0 1 0 1162252867 29614080 6776 1992294400 134512640 135217611 4294956304 18446744073709551615 134532912 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/317/statm: 7230 6776 77 172 0 7055 0
Current children cumulated CPU time (s) 26.36
Current children cumulated vsize (KiB) 34280

[startup+26.802 s]
/proc/loadavg: 0.94 0.96 0.98 2/68 317
/proc/meminfo: memFree=1604632/2055920 swapFree=4176420/4192956
[pid=314] ppid=312 vsize=5360 CPUtime=3.43
/proc/314/stat : 314 (glucose.sh) S 312 314 32689 0 -1 4194304 313 17906 0 0 0 0 329 14 16 0 1 0 1162252521 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/314/statm: 1340 238 195 169 0 51 0
[pid=317] ppid=314 vsize=28920 CPUtime=23.33
/proc/317/stat : 317 (glucose_static) R 314 314 32689 0 -1 4194304 6790 0 0 0 2329 4 0 0 25 0 1 0 1162252867 29614080 6776 1992294400 134512640 135217611 4294956304 18446744073709551615 134532843 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/317/statm: 7230 6776 77 172 0 7055 0
Current children cumulated CPU time (s) 26.76
Current children cumulated vsize (KiB) 34280

[startup+27.2011 s]
/proc/loadavg: 0.94 0.96 0.98 2/68 317
/proc/meminfo: memFree=1604632/2055920 swapFree=4176420/4192956
[pid=314] ppid=312 vsize=5360 CPUtime=3.43
/proc/314/stat : 314 (glucose.sh) S 312 314 32689 0 -1 4194304 313 17906 0 0 0 0 329 14 16 0 1 0 1162252521 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/314/statm: 1340 238 195 169 0 51 0
[pid=317] ppid=314 vsize=28920 CPUtime=23.72
/proc/317/stat : 317 (glucose_static) R 314 314 32689 0 -1 4194304 6790 0 0 0 2368 4 0 0 25 0 1 0 1162252867 29614080 6776 1992294400 134512640 135217611 4294956304 18446744073709551615 134532965 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/317/statm: 7230 6776 77 172 0 7055 0
Current children cumulated CPU time (s) 27.15
Current children cumulated vsize (KiB) 34280

[startup+27.3011 s]
/proc/loadavg: 0.94 0.96 0.98 2/68 317
/proc/meminfo: memFree=1604632/2055920 swapFree=4176420/4192956
[pid=314] ppid=312 vsize=5360 CPUtime=3.43
/proc/314/stat : 314 (glucose.sh) S 312 314 32689 0 -1 4194304 313 17906 0 0 0 0 329 14 16 0 1 0 1162252521 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/314/statm: 1340 238 195 169 0 51 0
[pid=317] ppid=314 vsize=28920 CPUtime=23.82
/proc/317/stat : 317 (glucose_static) R 314 314 32689 0 -1 4194304 6790 0 0 0 2378 4 0 0 25 0 1 0 1162252867 29614080 6776 1992294400 134512640 135217611 4294956304 18446744073709551615 134542155 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/317/statm: 7230 6776 77 172 0 7055 0
Current children cumulated CPU time (s) 27.25
Current children cumulated vsize (KiB) 34280

Child status: 20
Real time (s): 27.3368
CPU time (s): 27.3138
CPU user time (s): 27.1119
CPU system time (s): 0.201969
CPU usage (%): 99.9159
Max. virtual memory (cumulated for all children) (KiB): 71772

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 27.1119
system time used= 0.201969
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 25175
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= 12
involuntary context switches= 97

runsolver used 0.030995 second user time and 0.074988 second system time

The end

Launcher Data

Begin job on node40 at 2009-04-05 03:44:56
IDJOB=1578186
IDBENCH=70974
IDSOLVER=503
FILE ID=node40/1578186-1238895895
PBS_JOBID= 9086065
Free space on /tmp= 66536 MiB

SOLVER NAME= glucose 1.0
BENCH NAME= SAT09/APPLICATIONS/diagnosis/UCG-10-5p0.cnf
COMMAND LINE= glucose.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1578186-1238895895/watcher-1578186-1238895895 -o /tmp/evaluation-result-1578186-1238895895/solver-1578186-1238895895 -C 1200 -W 1800 -M 1800 --output-limit 1,15  glucose.sh HOME/instance-1578186-1238895895.cnf

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

MD5SUM BENCH= 9d45c35f4df88b155135c4914792c59e
RANDOM SEED=1356902468

node40.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.232
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.232
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:       1641288 kB
Buffers:         56560 kB
Cached:         276496 kB
SwapCached:       9664 kB
Active:         114796 kB
Inactive:       229524 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1641288 kB
SwapTotal:     4192956 kB
SwapFree:      4176420 kB
Dirty:           10060 kB
Writeback:           0 kB
Mapped:          17132 kB
Slab:            56284 kB
Committed_AS:  3204976 kB
PageTables:       1476 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= 66536 MiB
End job on node40 at 2009-04-05 03:45:23