Trace number 1720299

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
MiniSat 2.1 (Sat-race'08 Edition)UNSAT 65.3791 65.4012

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 WARNING: for repeatability, setting FPU to use double precision
0.00/0.00	c ============================[ Problem Statistics ]=============================
0.00/0.00	c |                                                                             |
0.29/0.36	c |  Number of variables:         96089                                         |
0.29/0.36	c |  Number of clauses:          283992                                         |
0.29/0.36	c |  Parse time:                   0.32 s                                       |
1.89/1.90	c |  Simplification time:          1.51 s                                       |
1.89/1.90	c |                                                                             |
1.89/1.90	c ============================[ Search Statistics ]==============================
1.89/1.90	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.89/1.90	c |           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.89/1.90	c ===============================================================================
1.89/1.95	c |       100 |   20988   128828   538741 |    47236       99     13 |  0.150 % |
1.89/2.00	c |       250 |   20943   128828   538741 |    51960      245     11 |  0.197 % |
2.09/2.14	c |       475 |   20943   128828   538741 |    57156      470     12 |  0.197 % |
2.09/2.19	c |       812 |   20899   128828   538741 |    62872      806     12 |  0.242 % |
2.19/2.28	c |      1318 |   20826   125843   526975 |    69159     1295     13 |  0.318 % |
2.29/2.38	c |      2077 |   20567   125843   526975 |    76075     2050     15 |  0.588 % |
2.49/2.54	c |      3216 |   20533   125843   526975 |    83683     3184     15 |  0.623 % |
2.89/2.93	c |      4924 |   20522   122173   512755 |    92051     4795     16 |  0.635 % |
3.19/3.25	c |      7486 |   20522   122071   512412 |   101256     7353     16 |  0.635 % |
3.69/3.77	c |     11330 |   20506   121851   511627 |   111382    11186     16 |  0.651 % |
4.69/4.71	c |     17096 |   20504   121826   511560 |   122520    16950     16 |  0.654 % |
5.89/5.99	c |     25745 |   20485   121740   511332 |   134772    25595     17 |  0.673 % |
7.59/7.62	c |     38719 |   20485   121641   511051 |   148249    38567     18 |  0.673 % |
11.29/11.36	c |     58180 |   20441   121232   509373 |   163074    58025     18 |  0.719 % |
17.49/17.51	c |     87372 |   19731   114771   477677 |   179382    72824     17 |  1.458 % |
27.78/27.80	c |    131161 |   19527   112993   469093 |   197320   113855     20 |  1.670 % |
49.07/49.17	c |    196845 |   19492   112632   467881 |   217052   179523     20 |  1.707 % |
65.27/65.39	c ===============================================================================
65.27/65.39	c restarts              : 556
65.27/65.39	c conflicts             : 240821         (3692 /sec)
65.27/65.39	c decisions             : 1262897        (19363 /sec)
65.27/65.39	c propagations          : 67290299       (1031710 /sec)
65.27/65.39	c conflict literals     : 5232151        (27.79 % deleted)
65.27/65.39	c Memory used           : 62.71 MB
65.27/65.39	c CPU time              : 65.2221 s
65.27/65.39	c 
65.27/65.39	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-1720299-1240654569/watcher-1720299-1240654569 -o /tmp/evaluation-result-1720299-1240654569/solver-1720299-1240654569 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/minisat HOME/instance-1720299-1240654569.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/64 3666
/proc/meminfo: memFree=1802576/2055920 swapFree=4191900/4192956
[pid=3666] ppid=3664 vsize=7612 CPUtime=0
/proc/3666/stat : 3666 (minisat) R 3664 3666 3507 0 -1 4194304 422 0 0 0 0 0 0 0 18 0 1 0 93483864 7794688 406 1992294400 4194304 5092341 548682068848 18446744073709551615 4244968 0 0 4096 3 0 0 0 17 1 0 0
/proc/3666/statm: 1903 407 63 219 0 1681 0

[startup+0.0462941 s]
/proc/loadavg: 0.91 0.95 0.98 3/64 3666
/proc/meminfo: memFree=1802576/2055920 swapFree=4191900/4192956
[pid=3666] ppid=3664 vsize=10876 CPUtime=0.03
/proc/3666/stat : 3666 (minisat) R 3664 3666 3507 0 -1 4194304 1360 0 0 0 3 0 0 0 18 0 1 0 93483864 11137024 1344 1992294400 4194304 5092341 548682068848 18446744073709551615 4270144 0 0 4096 3 0 0 0 17 1 0 0
/proc/3666/statm: 2719 1346 63 219 0 2497 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 10876

[startup+0.101298 s]
/proc/loadavg: 0.91 0.95 0.98 3/64 3666
/proc/meminfo: memFree=1802576/2055920 swapFree=4191900/4192956
[pid=3666] ppid=3664 vsize=15356 CPUtime=0.09
/proc/3666/stat : 3666 (minisat) R 3664 3666 3507 0 -1 4194304 2625 0 0 0 8 1 0 0 18 0 1 0 93483864 15724544 2499 1992294400 4194304 5092341 548682068848 18446744073709551615 4209789 0 0 4096 3 0 0 0 17 1 0 0
/proc/3666/statm: 3839 2499 63 219 0 3617 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 15356

[startup+0.30132 s]
/proc/loadavg: 0.91 0.95 0.98 3/64 3666
/proc/meminfo: memFree=1802576/2055920 swapFree=4191900/4192956
[pid=3666] ppid=3664 vsize=29068 CPUtime=0.29
/proc/3666/stat : 3666 (minisat) R 3664 3666 3507 0 -1 4194304 6936 0 0 0 26 3 0 0 19 0 1 0 93483864 29765632 6348 1992294400 4194304 5092341 548682068848 18446744073709551615 4494759 0 0 4096 3 0 0 0 17 1 0 0
/proc/3666/statm: 7267 6349 63 219 0 7045 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 29068

[startup+0.701363 s]
/proc/loadavg: 0.91 0.95 0.98 3/64 3666
/proc/meminfo: memFree=1802576/2055920 swapFree=4191900/4192956
[pid=3666] ppid=3664 vsize=40892 CPUtime=0.7
/proc/3666/stat : 3666 (minisat) R 3664 3666 3507 0 -1 4194304 9556 0 0 0 65 5 0 0 23 0 1 0 93483864 41873408 8939 1992294400 4194304 5092341 548682068848 18446744073709551615 4270144 0 0 4096 3 0 0 0 17 1 0 0
/proc/3666/statm: 10223 8939 87 219 0 10001 0
Current children cumulated CPU time (s) 0.7
Current children cumulated vsize (KiB) 40892

[startup+1.50145 s]
/proc/loadavg: 0.91 0.95 0.98 2/65 3667
/proc/meminfo: memFree=1763720/2055920 swapFree=4191900/4192956
[pid=3666] ppid=3664 vsize=48240 CPUtime=1.49
/proc/3666/stat : 3666 (minisat) R 3664 3666 3507 0 -1 4194304 11486 0 0 0 143 6 0 0 25 0 1 0 93483864 49397760 10869 1992294400 4194304 5092341 548682068848 18446744073709551615 4270144 0 0 4096 3 0 0 0 17 1 0 0
/proc/3666/statm: 12060 10869 87 219 0 11838 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 48240

[startup+3.10162 s]
/proc/loadavg: 0.91 0.95 0.98 2/65 3667
/proc/meminfo: memFree=1770568/2055920 swapFree=4191900/4192956
[pid=3666] ppid=3664 vsize=38220 CPUtime=3.09
/proc/3666/stat : 3666 (minisat) R 3664 3666 3507 0 -1 4194304 12425 0 0 0 302 7 0 0 25 0 1 0 93483864 39137280 8084 1992294400 4194304 5092341 548682068848 18446744073709551615 4241895 0 0 4096 3 0 0 0 17 1 0 0
/proc/3666/statm: 9555 8084 103 219 0 9333 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 38220

[startup+6.30202 s]
/proc/loadavg: 0.92 0.95 0.98 2/65 3667
/proc/meminfo: memFree=1768904/2055920 swapFree=4191900/4192956
[pid=3666] ppid=3664 vsize=38220 CPUtime=6.29
/proc/3666/stat : 3666 (minisat) R 3664 3666 3507 0 -1 4194304 12845 0 0 0 621 8 0 0 25 0 1 0 93483864 39137280 8504 1992294400 4194304 5092341 548682068848 18446744073709551615 4240947 0 0 4096 3 0 0 0 17 1 0 0
/proc/3666/statm: 9555 8504 103 219 0 9333 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 38220

[startup+12.7017 s]
/proc/loadavg: 0.93 0.95 0.98 2/65 3667
/proc/meminfo: memFree=1765640/2055920 swapFree=4191900/4192956
[pid=3666] ppid=3664 vsize=44708 CPUtime=12.69
/proc/3666/stat : 3666 (minisat) R 3664 3666 3507 0 -1 4194304 13637 0 0 0 1260 9 0 0 25 0 1 0 93483864 45780992 9296 1992294400 4194304 5092341 548682068848 18446744073709551615 4240567 0 0 4096 3 0 0 0 17 1 0 0
/proc/3666/statm: 11177 9296 103 219 0 10955 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 44708

[startup+25.5011 s]
/proc/loadavg: 0.94 0.96 0.98 2/65 3667
/proc/meminfo: memFree=1759752/2055920 swapFree=4191900/4192956
[pid=3666] ppid=3664 vsize=50548 CPUtime=25.47
/proc/3666/stat : 3666 (minisat) R 3664 3666 3507 0 -1 4194304 15107 0 0 0 2537 10 0 0 25 0 1 0 93483864 51761152 10766 1992294400 4194304 5092341 548682068848 18446744073709551615 4241906 0 0 4096 3 0 0 0 17 1 0 0
/proc/3666/statm: 12637 10766 103 219 0 12415 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 50548

[startup+51.1018 s]
/proc/loadavg: 0.96 0.96 0.98 2/65 3667
/proc/meminfo: memFree=1749768/2055920 swapFree=4191900/4192956
[pid=3666] ppid=3664 vsize=61984 CPUtime=51.08
/proc/3666/stat : 3666 (minisat) R 3664 3666 3507 0 -1 4194304 17583 0 0 0 5095 13 0 0 25 0 1 0 93483864 63471616 13242 1992294400 4194304 5092341 548682068848 18446744073709551615 4244115 0 0 4096 3 0 0 0 17 1 0 0
/proc/3666/statm: 15496 13242 103 219 0 15274 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 61984

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

[startup+57.5015 s]
/proc/loadavg: 0.96 0.96 0.98 2/65 3667
/proc/meminfo: memFree=1746184/2055920 swapFree=4191900/4192956
[pid=3666] ppid=3664 vsize=62972 CPUtime=57.47
/proc/3666/stat : 3666 (minisat) R 3664 3666 3507 0 -1 4194304 18512 0 0 0 5733 14 0 0 25 0 1 0 93483864 64483328 14171 1992294400 4194304 5092341 548682068848 18446744073709551615 4240672 0 0 4096 3 0 0 0 17 1 0 0
/proc/3666/statm: 15743 14171 103 219 0 15521 0
Current children cumulated CPU time (s) 57.47
Current children cumulated vsize (KiB) 62972

[startup+60.7019 s]
/proc/loadavg: 0.97 0.96 0.98 2/65 3667
/proc/meminfo: memFree=1744328/2055920 swapFree=4191900/4192956
[pid=3666] ppid=3664 vsize=64216 CPUtime=60.67
/proc/3666/stat : 3666 (minisat) R 3664 3666 3507 0 -1 4194304 18931 0 0 0 6053 14 0 0 25 0 1 0 93483864 65757184 14590 1992294400 4194304 5092341 548682068848 18446744073709551615 4249564 0 0 4096 3 0 0 0 17 1 0 0
/proc/3666/statm: 16054 14590 103 219 0 15832 0
Current children cumulated CPU time (s) 60.67
Current children cumulated vsize (KiB) 64216

[startup+63.9012 s]
/proc/loadavg: 0.97 0.96 0.98 2/65 3667
/proc/meminfo: memFree=1743752/2055920 swapFree=4191900/4192956
[pid=3666] ppid=3664 vsize=64216 CPUtime=63.87
/proc/3666/stat : 3666 (minisat) R 3664 3666 3507 0 -1 4194304 19072 0 0 0 6373 14 0 0 25 0 1 0 93483864 65757184 14731 1992294400 4194304 5092341 548682068848 18446744073709551615 4241380 0 0 4096 3 0 0 0 17 1 0 0
/proc/3666/statm: 16054 14731 103 219 0 15832 0
Current children cumulated CPU time (s) 63.87
Current children cumulated vsize (KiB) 64216

[startup+64.7013 s]
/proc/loadavg: 0.97 0.96 0.98 2/65 3667
/proc/meminfo: memFree=1743752/2055920 swapFree=4191900/4192956
[pid=3666] ppid=3664 vsize=64216 CPUtime=64.67
/proc/3666/stat : 3666 (minisat) R 3664 3666 3507 0 -1 4194304 19104 0 0 0 6453 14 0 0 25 0 1 0 93483864 65757184 14763 1992294400 4194304 5092341 548682068848 18446744073709551615 4240947 0 0 4096 3 0 0 0 17 1 0 0
/proc/3666/statm: 16054 14763 103 219 0 15832 0
Current children cumulated CPU time (s) 64.67
Current children cumulated vsize (KiB) 64216

[startup+65.1014 s]
/proc/loadavg: 0.97 0.96 0.98 2/65 3667
/proc/meminfo: memFree=1743496/2055920 swapFree=4191900/4192956
[pid=3666] ppid=3664 vsize=64216 CPUtime=65.07
/proc/3666/stat : 3666 (minisat) R 3664 3666 3507 0 -1 4194304 19123 0 0 0 6493 14 0 0 25 0 1 0 93483864 65757184 14782 1992294400 4194304 5092341 548682068848 18446744073709551615 4240947 0 0 4096 3 0 0 0 17 1 0 0
/proc/3666/statm: 16054 14782 103 219 0 15832 0
Current children cumulated CPU time (s) 65.07
Current children cumulated vsize (KiB) 64216

[startup+65.3024 s]
/proc/loadavg: 0.97 0.96 0.98 2/65 3667
/proc/meminfo: memFree=1743496/2055920 swapFree=4191900/4192956
[pid=3666] ppid=3664 vsize=64216 CPUtime=65.27
/proc/3666/stat : 3666 (minisat) R 3664 3666 3507 0 -1 4194304 19128 0 0 0 6513 14 0 0 25 0 1 0 93483864 65757184 14787 1992294400 4194304 5092341 548682068848 18446744073709551615 4240947 0 0 4096 3 0 0 0 17 1 0 0
/proc/3666/statm: 16054 14787 103 219 0 15832 0
Current children cumulated CPU time (s) 65.27
Current children cumulated vsize (KiB) 64216

Child status: 20
Real time (s): 65.4012
CPU time (s): 65.3791
CPU user time (s): 65.2221
CPU system time (s): 0.156976
CPU usage (%): 99.9661
Max. virtual memory (cumulated for all children) (KiB): 64216

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

runsolver used 0.05999 second user time and 0.150977 second system time

The end

Launcher Data

Begin job on node64 at 2009-04-25 12:16:10
IDJOB=1720299
IDBENCH=69599
IDSOLVER=546
FILE ID=node64/1720299-1240654569
PBS_JOBID= 9186547
Free space on /tmp= 66160 MiB

SOLVER NAME= MiniSat 2.1 (Sat-race'08 Edition)
BENCH NAME= SAT_RACE08/cnf/manol-pipe-c6bidw_i.cnf
COMMAND LINE= HOME/minisat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1720299-1240654569/watcher-1720299-1240654569 -o /tmp/evaluation-result-1720299-1240654569/solver-1720299-1240654569 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/minisat HOME/instance-1720299-1240654569.cnf

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

MD5SUM BENCH= 8aeb1eb6b7bf22d54183762fb5b6410c
RANDOM SEED=781717657

node64.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.218
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.218
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:       1802992 kB
Buffers:         13636 kB
Cached:         170464 kB
SwapCached:        384 kB
Active:          29540 kB
Inactive:       168452 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1802992 kB
SwapTotal:     4192956 kB
SwapFree:      4191900 kB
Dirty:            5580 kB
Writeback:           0 kB
Mapped:          22320 kB
Slab:            40608 kB
Committed_AS:   249808 kB
PageTables:       1412 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= 66160 MiB
End job on node64 at 2009-04-25 12:17:15