Trace number 1580557

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
VARSAT-crafted 2009-03-22UNSAT 281.456 281.522

General information on the benchmark

NameAPPLICATIONS/diagnosis/
UCG-15-5p0.cnf
MD5SUM4385f03fe3bdaf0f127ae989ddd7908d
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark107.285
Satisfiable
(Un)Satisfiability was proved
Number of variables162696
Number of clauses821000
Sum of the clauses size1953203
Maximum clause length10
Minimum clause length1
Number of clauses of size 18386
Number of clauses of size 2617825
Number of clauses of size 3153189
Number of clauses of size 44620
Number of clauses of size 518480
Number of clauses of size over 518500

Solver Data

0.00/0.00	c ============================[ Problem Statistics ]=============================
0.00/0.00	c |                                                                             |
0.00/0.00	c |  Number of variables:  162696                                               |
0.00/0.00	c |  Number of clauses:    821000                                               |
1.79/1.85	c |  Parsing time:         1.70         s                                       |
1.79/1.85	c |  Timeout:              43200 s
1.79/1.85	c |  Random Seed:          1149695266.000000
1.79/1.85	c |  Heuristic:            EMBP-G, threshold 0.800                              |
1.79/1.85	c |  Branching Rule:       default (solution-guided)                            |
1.79/1.85	c |  Learned clauses in surveys?  Using NO learned clauses.                     |
1.79/1.85	c |                                                                             |
4.60/4.61	c ============================[ Search Statistics ]==============================
4.60/4.61	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
4.60/4.61	c |           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
4.60/4.61	c ===============================================================================
4.60/4.61	c |         0 |   85360   531912  1467225 |   177304        0    nan |  0.000 % |
5.99/6.02	c |       100 |   84992   531912  1467225 |   195034       89     29 | 24.116 % |
8.09/8.19	c |       250 |   84596   531912  1467225 |   214537      236     45 | 25.731 % |
10.79/10.89	c |       475 |   84596   531912  1467225 |   235991      461     50 | 25.731 % |
13.79/13.87	c |       813 |   84596   531912  1467225 |   259590      799     69 | 25.731 % |
16.99/17.02	c |      1319 |   78943   489465  1355827 |   285549     1298     70 | 26.295 % |
20.89/20.93	c |      2078 |   77882   483214  1339551 |   314104     2050     75 | 26.942 % |
24.88/24.96	c |      3219 |   77029   476259  1321536 |   345515     3187     89 | 27.073 % |
31.48/31.51	c |      4927 |   73282   454844  1265685 |   380066     4870     89 | 30.169 % |
39.08/39.14	c |      7492 |   68283   418980  1173234 |   418073     7386     91 | 32.371 % |
47.39/47.43	c |     11338 |   65689   404119  1136485 |   459880    11065     87 | 34.084 % |
61.49/61.53	c |     17104 |   62992   387111  1094531 |   505869    16722    102 | 35.625 % |
89.37/89.44	c |     25753 |   60856   372281  1052572 |   556455    22658    123 | 36.970 % |
140.76/140.85	c |     38728 |   59063   350816   994654 |   612101    35246    173 | 38.049 % |
238.04/238.13	c |     58189 |   56707   324619   924734 |   673311    45004    209 | 39.481 % |
281.33/281.49	c ===============================================================================
281.33/281.49	c surveys--CPU time (sec)   : 64.7652        (23.04 % of total)
281.33/281.49	c surveys--attempted        : 143            (2 /sec)
281.33/281.49	c surveys--converged        : 143            (100.00 % successful)
281.33/281.49	c restarts              : 15
281.33/281.49	c conflicts             : 64072          (296 /sec)
281.33/281.49	c decisions             : 571933         (1.39 % random) (2643 /sec)
281.33/281.49	c propagations          : 191975060      (887306 /sec)
281.33/281.49	c conflict literals     : 12750813       (30.15 % deleted)
281.33/281.49	c Memory used           : 174.12 MB
281.33/281.49	c Total CPU time (sec)      : 281.1223    
281.33/281.49	c 
281.33/281.49	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-1580557-1238920352/watcher-1580557-1238920352 -o /tmp/evaluation-result-1580557-1238920352/solver-1580557-1238920352 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/varsat-crafted_static -seed=1149695266 HOME/instance-1580557-1238920352.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: 1.00 1.14 1.23 3/64 18870
/proc/meminfo: memFree=1041056/2055920 swapFree=4175756/4192956
[pid=18870] ppid=18868 vsize=4692 CPUtime=0
/proc/18870/stat : 18870 (varsat-crafted_) R 18868 18870 18623 0 -1 4194304 804 0 0 0 0 0 0 0 18 0 1 0 1164700911 4804608 789 1992294400 4194304 5102648 548682068768 18446744073709551615 4200548 0 0 4096 3 0 0 0 17 1 0 0
/proc/18870/statm: 1173 795 78 221 0 949 0

[startup+0.060273 s]
/proc/loadavg: 1.00 1.14 1.23 3/64 18870
/proc/meminfo: memFree=1041056/2055920 swapFree=4175756/4192956
[pid=18870] ppid=18868 vsize=26984 CPUtime=0.05
/proc/18870/stat : 18870 (varsat-crafted_) R 18868 18870 18623 0 -1 4194304 5854 0 0 0 3 2 0 0 18 0 1 0 1164700911 27631616 5815 1992294400 4194304 5102648 548682068768 18446744073709551615 4269913 0 0 4096 3 0 0 0 17 1 0 0
/proc/18870/statm: 6746 5816 87 221 0 6522 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 26984

[startup+0.101276 s]
/proc/loadavg: 1.00 1.14 1.23 3/64 18870
/proc/meminfo: memFree=1041056/2055920 swapFree=4175756/4192956
[pid=18870] ppid=18868 vsize=37172 CPUtime=0.09
/proc/18870/stat : 18870 (varsat-crafted_) R 18868 18870 18623 0 -1 4194304 7661 0 0 0 6 3 0 0 18 0 1 0 1164700911 38064128 7612 1992294400 4194304 5102648 548682068768 18446744073709551615 4491719 0 0 4096 3 0 0 0 17 1 0 0
/proc/18870/statm: 9293 7613 87 221 0 9069 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 37172

[startup+0.301293 s]
/proc/loadavg: 1.00 1.14 1.23 3/64 18870
/proc/meminfo: memFree=1041056/2055920 swapFree=4175756/4192956
[pid=18870] ppid=18868 vsize=56620 CPUtime=0.29
/proc/18870/stat : 18870 (varsat-crafted_) R 18868 18870 18623 0 -1 4194304 12281 0 0 0 25 4 0 0 19 0 1 0 1164700911 57978880 12232 1992294400 4194304 5102648 548682068768 18446744073709551615 4491719 0 0 4096 3 0 0 0 17 1 0 0
/proc/18870/statm: 14155 12233 87 221 0 13931 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 56620

[startup+0.701328 s]
/proc/loadavg: 1.00 1.14 1.23 3/64 18870
/proc/meminfo: memFree=1041056/2055920 swapFree=4175756/4192956
[pid=18870] ppid=18868 vsize=74736 CPUtime=0.69
/proc/18870/stat : 18870 (varsat-crafted_) R 18868 18870 18623 0 -1 4194304 16981 0 0 0 62 7 0 0 22 0 1 0 1164700911 76529664 16932 1992294400 4194304 5102648 548682068768 18446744073709551615 4491719 0 0 4096 3 0 0 0 17 1 0 0
/proc/18870/statm: 18684 16933 87 221 0 18460 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 74736

[startup+1.5014 s]
/proc/loadavg: 1.00 1.14 1.23 2/65 18871
/proc/meminfo: memFree=961112/2055920 swapFree=4175756/4192956
[pid=18870] ppid=18868 vsize=108404 CPUtime=1.49
/proc/18870/stat : 18870 (varsat-crafted_) R 18868 18870 18623 0 -1 4194304 25049 0 0 0 138 11 0 0 25 0 1 0 1164700911 111005696 25000 1992294400 4194304 5102648 548682068768 18446744073709551615 4491719 0 0 4096 3 0 0 0 17 1 0 0
/proc/18870/statm: 27101 25000 87 221 0 26877 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 108404

[startup+3.10153 s]
/proc/loadavg: 1.00 1.14 1.23 2/65 18871
/proc/meminfo: memFree=909912/2055920 swapFree=4175756/4192956
[pid=18870] ppid=18868 vsize=151784 CPUtime=3.09
/proc/18870/stat : 18870 (varsat-crafted_) R 18868 18870 18623 0 -1 4194304 35803 0 0 0 292 17 0 0 25 0 1 0 1164700911 155426816 35754 1992294400 4194304 5102648 548682068768 18446744073709551615 4491719 0 0 4096 3 0 0 0 17 1 0 0
/proc/18870/statm: 37946 35754 100 221 0 37722 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 151784

[startup+6.30181 s]
/proc/loadavg: 1.00 1.14 1.23 2/65 18871
/proc/meminfo: memFree=895896/2055920 swapFree=4175756/4192956
[pid=18870] ppid=18868 vsize=151252 CPUtime=6.29
/proc/18870/stat : 18870 (varsat-crafted_) R 18868 18870 18623 0 -1 4194304 40823 0 0 0 608 21 0 0 25 0 1 0 1164700911 154882048 36262 1992294400 4194304 5102648 548682068768 18446744073709551615 4214101 0 0 4096 3 0 0 0 17 1 0 0
/proc/18870/statm: 37813 36262 115 221 0 37589 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 151252

[startup+12.7014 s]
/proc/loadavg: 1.00 1.13 1.23 2/65 18871
/proc/meminfo: memFree=895920/2055920 swapFree=4175756/4192956
[pid=18870] ppid=18868 vsize=151252 CPUtime=12.69
/proc/18870/stat : 18870 (varsat-crafted_) R 18868 18870 18623 0 -1 4194304 40823 0 0 0 1248 21 0 0 25 0 1 0 1164700911 154882048 36262 1992294400 4194304 5102648 548682068768 18446744073709551615 4213860 0 0 4096 3 0 0 0 17 1 0 0
/proc/18870/statm: 37813 36262 115 221 0 37589 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 151252

[startup+25.5015 s]
/proc/loadavg: 1.00 1.13 1.22 2/65 18871
/proc/meminfo: memFree=895984/2055920 swapFree=4175756/4192956
[pid=18870] ppid=18868 vsize=151252 CPUtime=25.48
/proc/18870/stat : 18870 (varsat-crafted_) R 18868 18870 18623 0 -1 4194304 40834 0 0 0 2527 21 0 0 25 0 1 0 1164700911 154882048 36273 1992294400 4194304 5102648 548682068768 18446744073709551615 4215205 0 0 4096 3 0 0 0 17 1 0 0
/proc/18870/statm: 37813 36273 115 221 0 37589 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 151252

[startup+51.1017 s]
/proc/loadavg: 1.00 1.12 1.22 2/65 18871
/proc/meminfo: memFree=896112/2055920 swapFree=4175756/4192956
[pid=18870] ppid=18868 vsize=151252 CPUtime=51.08
/proc/18870/stat : 18870 (varsat-crafted_) R 18868 18870 18623 0 -1 4194304 40834 0 0 0 5086 22 0 0 25 0 1 0 1164700911 154882048 36273 1992294400 4194304 5102648 548682068768 18446744073709551615 4214228 0 0 4096 3 0 0 0 17 1 0 0
/proc/18870/statm: 37813 36273 115 221 0 37589 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 151252

[startup+102.305 s]
/proc/loadavg: 1.00 1.09 1.20 2/65 18871
/proc/meminfo: memFree=895984/2055920 swapFree=4175756/4192956
[pid=18870] ppid=18868 vsize=151468 CPUtime=102.27
/proc/18870/stat : 18870 (varsat-crafted_) R 18868 18870 18623 0 -1 4194304 40853 0 0 0 10205 22 0 0 25 0 1 0 1164700911 155103232 36292 1992294400 4194304 5102648 548682068768 18446744073709551615 4249842 0 0 4096 3 0 0 0 17 1 0 0
/proc/18870/statm: 37867 36292 115 221 0 37643 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 151468

[startup+162.301 s]
/proc/loadavg: 1.00 1.07 1.18 2/65 18871
/proc/meminfo: memFree=884208/2055920 swapFree=4175756/4192956
[pid=18870] ppid=18868 vsize=163384 CPUtime=162.26
/proc/18870/stat : 18870 (varsat-crafted_) R 18868 18870 18623 0 -1 4194304 43858 0 0 0 16201 25 0 0 25 0 1 0 1164700911 167305216 39297 1992294400 4194304 5102648 548682068768 18446744073709551615 4491719 0 0 4096 3 0 0 0 17 1 0 0
/proc/18870/statm: 40846 39297 115 221 0 40622 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 163384

[startup+222.301 s]
/proc/loadavg: 1.00 1.06 1.17 2/65 18871
/proc/meminfo: memFree=876080/2055920 swapFree=4175756/4192956
[pid=18870] ppid=18868 vsize=171516 CPUtime=222.24
/proc/18870/stat : 18870 (varsat-crafted_) R 18868 18870 18623 0 -1 4194304 45852 0 0 0 22197 27 0 0 25 0 1 0 1164700911 175632384 41291 1992294400 4194304 5102648 548682068768 18446744073709551615 4254557 0 0 4096 3 0 0 0 17 1 0 0
/proc/18870/statm: 42879 41291 115 221 0 42655 0
Current children cumulated CPU time (s) 222.24
Current children cumulated vsize (KiB) 171516

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

[startup+255.901 s]
/proc/loadavg: 1.00 1.05 1.16 2/65 18871
/proc/meminfo: memFree=871984/2055920 swapFree=4175756/4192956
[pid=18870] ppid=18868 vsize=175624 CPUtime=255.83
/proc/18870/stat : 18870 (varsat-crafted_) R 18868 18870 18623 0 -1 4194304 46869 0 0 0 25554 29 0 0 25 0 1 0 1164700911 179838976 42308 1992294400 4194304 5102648 548682068768 18446744073709551615 4249803 0 0 4096 3 0 0 0 17 1 0 0
/proc/18870/statm: 43906 42308 115 221 0 43682 0
Current children cumulated CPU time (s) 255.83
Current children cumulated vsize (KiB) 175624

[startup+268.701 s]
/proc/loadavg: 1.00 1.05 1.16 2/65 18871
/proc/meminfo: memFree=870512/2055920 swapFree=4175756/4192956
[pid=18870] ppid=18868 vsize=176976 CPUtime=268.63
/proc/18870/stat : 18870 (varsat-crafted_) R 18868 18870 18623 0 -1 4194304 47223 0 0 0 26834 29 0 0 25 0 1 0 1164700911 181223424 42662 1992294400 4194304 5102648 548682068768 18446744073709551615 4249748 0 0 4096 3 0 0 0 17 1 0 0
/proc/18870/statm: 44244 42662 115 221 0 44020 0
Current children cumulated CPU time (s) 268.63
Current children cumulated vsize (KiB) 176976

[startup+275.102 s]
/proc/loadavg: 1.00 1.05 1.16 2/65 18871
/proc/meminfo: memFree=869744/2055920 swapFree=4175756/4192956
[pid=18870] ppid=18868 vsize=177768 CPUtime=275.03
/proc/18870/stat : 18870 (varsat-crafted_) R 18868 18870 18623 0 -1 4194304 47420 0 0 0 27473 30 0 0 25 0 1 0 1164700911 182034432 42859 1992294400 4194304 5102648 548682068768 18446744073709551615 4249748 0 0 4096 3 0 0 0 17 1 0 0
/proc/18870/statm: 44442 42859 115 221 0 44218 0
Current children cumulated CPU time (s) 275.03
Current children cumulated vsize (KiB) 177768

[startup+278.305 s]
/proc/loadavg: 1.00 1.05 1.16 2/65 18871
/proc/meminfo: memFree=869360/2055920 swapFree=4175756/4192956
[pid=18870] ppid=18868 vsize=178164 CPUtime=278.23
/proc/18870/stat : 18870 (varsat-crafted_) R 18868 18870 18623 0 -1 4194304 47507 0 0 0 27793 30 0 0 25 0 1 0 1164700911 182439936 42946 1992294400 4194304 5102648 548682068768 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/18870/statm: 44541 42946 115 221 0 44317 0
Current children cumulated CPU time (s) 278.23
Current children cumulated vsize (KiB) 178164

[startup+279.901 s]
/proc/loadavg: 1.00 1.05 1.16 2/65 18871
/proc/meminfo: memFree=869296/2055920 swapFree=4175756/4192956
[pid=18870] ppid=18868 vsize=178164 CPUtime=279.83
/proc/18870/stat : 18870 (varsat-crafted_) R 18868 18870 18623 0 -1 4194304 47530 0 0 0 27953 30 0 0 25 0 1 0 1164700911 182439936 42969 1992294400 4194304 5102648 548682068768 18446744073709551615 4491719 0 0 4096 3 0 0 0 17 1 0 0
/proc/18870/statm: 44541 42969 115 221 0 44317 0
Current children cumulated CPU time (s) 279.83
Current children cumulated vsize (KiB) 178164

[startup+280.701 s]
/proc/loadavg: 1.00 1.05 1.16 2/65 18871
/proc/meminfo: memFree=869168/2055920 swapFree=4175756/4192956
[pid=18870] ppid=18868 vsize=178296 CPUtime=280.63
/proc/18870/stat : 18870 (varsat-crafted_) R 18868 18870 18623 0 -1 4194304 47557 0 0 0 28033 30 0 0 25 0 1 0 1164700911 182575104 42996 1992294400 4194304 5102648 548682068768 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/18870/statm: 44574 42996 115 221 0 44350 0
Current children cumulated CPU time (s) 280.63
Current children cumulated vsize (KiB) 178296

[startup+281.101 s]
/proc/loadavg: 1.00 1.05 1.16 2/65 18871
/proc/meminfo: memFree=869168/2055920 swapFree=4175756/4192956
[pid=18870] ppid=18868 vsize=178296 CPUtime=281.03
/proc/18870/stat : 18870 (varsat-crafted_) R 18868 18870 18623 0 -1 4194304 47568 0 0 0 28073 30 0 0 25 0 1 0 1164700911 182575104 43007 1992294400 4194304 5102648 548682068768 18446744073709551615 4249691 0 0 4096 3 0 0 0 17 1 0 0
/proc/18870/statm: 44574 43007 115 221 0 44350 0
Current children cumulated CPU time (s) 281.03
Current children cumulated vsize (KiB) 178296

[startup+281.502 s]
/proc/loadavg: 1.00 1.05 1.16 2/65 18871
/proc/meminfo: memFree=918064/2055920 swapFree=4175756/4192956
[pid=18870] ppid=18868 vsize=0 CPUtime=281.43
/proc/18870/stat : 18870 (varsat-crafted_) R 18868 18870 18623 0 -1 4194308 47573 0 0 0 28112 31 0 0 25 0 1 0 1164700911 0 0 1992294400 0 0 0 0 0 0 0 4096 3 0 0 0 17 1 0 0
/proc/18870/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 281.43
Current children cumulated vsize (KiB) 0

Child status: 20
Real time (s): 281.522
CPU time (s): 281.456
CPU user time (s): 281.123
CPU system time (s): 0.332949
CPU usage (%): 99.9766
Max. virtual memory (cumulated for all children) (KiB): 178296

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 281.123
system time used= 0.332949
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 47573
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= 151

runsolver used 0.273958 second user time and 0.608907 second system time

The end

Launcher Data

Begin job on node31 at 2009-04-05 10:32:34
IDJOB=1580557
IDBENCH=71019
IDSOLVER=537
FILE ID=node31/1580557-1238920352
PBS_JOBID= 9101412
Free space on /tmp= 66480 MiB

SOLVER NAME= VARSAT-crafted 2009-03-22
BENCH NAME= SAT09/APPLICATIONS/diagnosis/UCG-15-5p0.cnf
COMMAND LINE= HOME/varsat-crafted_static -seed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1580557-1238920352/watcher-1580557-1238920352 -o /tmp/evaluation-result-1580557-1238920352/solver-1580557-1238920352 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/varsat-crafted_static -seed=1149695266 HOME/instance-1580557-1238920352.cnf

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

MD5SUM BENCH= 4385f03fe3bdaf0f127ae989ddd7908d
RANDOM SEED=1149695266

node31.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.214
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.214
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:       1041536 kB
Buffers:        110064 kB
Cached:         792724 kB
SwapCached:      10248 kB
Active:         495804 kB
Inactive:       418648 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1041536 kB
SwapTotal:     4192956 kB
SwapFree:      4175756 kB
Dirty:           15912 kB
Writeback:           0 kB
Mapped:          17376 kB
Slab:            85676 kB
Committed_AS:  3482468 kB
PageTables:       1472 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66480 MiB
End job on node31 at 2009-04-05 10:37:15